/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
}

[class*='col-'] {
    float: left;
    padding-right: 20px; /* column-space */
}

.grid {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.grid-page {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.grid-no-overflow-hiden{
    width: 100%;
    max-width: 1240px;
    min-width: 320px;
    margin: 0 auto;
    background:#FFF;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-top: 20px;
    padding-left: 20px; /* grid-space to left */
    padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
    float: right;
}

/* Content Columns */

.col-1-1 {
    width: 100%;
}

.ccol-1-1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-2-3, .col-8-12 {
    width: 66.66%;
}

.col-1-2, .col-6-12, .col-2-4 {
    width: 50%;
}

.col-1-3, .col-4-12 {
    width: 33.33%;
}

.ccol-1-3{
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}

.col-1-4, .col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}
.col-2-5{
    width: 40%;	
}
.col-3-5{
    width:60%;	
}
.col-4-5{
    width:80%;	
}
.col-1-6, .col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}
.col-2-7 {
    width: 28.57%;
}
.col-3-7 {
    width: 42.85%;
}
.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%
}

/* Layout Columns */

.col-11-12 {
    width: 91.66%
}

.col-10-12 {
    width: 83.333%;
}


.col-9-12, .col-3-4 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
    margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
    margin-left: 50%;
}

.push-1-3, .push-4-12 {
    margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6, .push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%
}

.pc_break{
    display: block;
}

.pad_break{
    display: none;
}

.tab_break{
    display: none;
}

.mobile-break{
    display: none;	
}
.mobile_break{
    display:none;	
}        

.hide-on-pc{
    display: none; 
}

.tab-detail{
    display: block;
}
.tab-mobile{
    display: none;
}
.table {
    display: table;
    height: 200px;
    width: 100%;
}

.cell1 {
    display: table-cell;
    height: 100%;
    padding: 10px 10px 10px 0px;
    width:20%;
    vertical-align:top;
    border-top:solid 1px #9f9f9f;
    border-right:solid 1px #9f9f9f;
    min-width:180px;
}
.cell2 {
    display: table-cell;
    height: 100%;
    padding: 10px;
    width: 80%;
    vertical-align:top;
    border-top:solid 1px #9f9f9f;
}
.border-table{
    border-top:solid 1px #9f9f9f;
    height:1px;
}
@media handheld, only screen and (max-width: 967px) {


    .tab-detail{
        display: block;
    }
    .tab-mobile{
        display: none;
    }

    .tour_home1 .col-1-5:last-child{
        display: none;
    }

    .pc_break{
        display: none;
    }

    .pad_break{
        display: block;
    }

    .mobile_break{
        display:none;	
    }        

    .pad-col-1-4 {
        width: 25%;
    }

    .pad-col-1-1 {
        width: 100%;
    }
    .pad-col-2-3, .pad-col-8-12 {
        width: 66.66%;
    }

    .pad-col-1-2, .pad-col-6-12 {
        width: 50%;
    }

    .pad-col-1-3, .pad-col-4-12{
        width:33.33%;	
    } 


    .hide-on-pad {
        display: none;
    }

    .hide-on-pc{
        display: block; 
    }
    .cat-image-bar{
        display:none;	
    }

}
@media handheld, only screen and (max-width: 850px) {
    .left-info{
        width:30%	;
    }
    .center-info{
        width:70% !important;
        float:left;	
    }
    .center-info1{
        width:100%;	
    }
    .right-info{
        display:none;
    }
}
@media handheld, only screen and (max-width: 769px) {

    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 0px;
    }
    .hide-on-pc{
        display: block; 
    }
    .hide-on-pad {
        display: block; 
    }
    .hide-on-tab {
        display: none;
    }
    
    
    .tab-mobile{
        display: block;
    }


    .pc_break{
        display: none;
    }

    .pad_break {
        display: none;
    }

    .tab_break{
        display: block;
    }

    .mobile_break{
        display:none;	
    }    


    .tab-col-1-4 {
        width: 25%;
    }

    .tab-col-3-4 {
        width: 75%;
    }


    .tab-col-1-1 {
        width: 100%;
        padding-right:10px;
    }

    .tab-col-2-3, .tab-col-8-12 {
        width: 66.66%;
    }

    .tab-col-1-2, .tab-col-6-12 {
        width: 50%;
    }

    .tab-col-1-3, .tab-col-4-12{
        width:33.33%;	
    }


    .ctab-col-1-2{
        width:50%;
        padding-left: 10px; 
        padding-right: 10px;
    }

	.gallery-top {
		height: 300px;
		width: 100%;
	}
	.gallery-thumbs {
		height: 80px;
		box-sizing: border-box;
		padding: 10px 0;
	}
	
	.content-detail img{
		width:100%;
		height:auto !important;
	}


}
@media handheld, only screen and (max-width: 520px) {
    .cell1 {
        display: block;
        height: 100%;
        padding: 10px 0px;
        width:100%;
        vertical-align:top;
        border-top:none;
        border-right:none;
        min-width:180px;
    }
    .cell2 {
        display: block;
        height: 100%;
        padding: 10px 0px;
        width: 100%;
        vertical-align:top;
        border-top:none;
        border-bottom:solid 1px #9f9f9f;
    }
    .border-table{
        display:none;	
    }

}
@media handheld, only screen and (max-width: 477px) {

    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 0px;
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; 
    }



    [class*='mobile-col-'] {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; 
        padding-bottom: 0px;
    }

    
    .tab-detail{
            height:30px	;
            border-bottom:none !important;
    }
    .tab-detail .item-tab{
            float:left;
            width:100% !important;	
            padding:0px !important;
            height:30px;
            margin: 2px 0px;
    }
    .tab-detail .item-tab:first-child{
            padding-left:0px;	
    }
    .tab-detail .item-tab a{
        background: #EEE;
        
            display:block;	
            border: none !important;
            border-bottom:none;
            height:30px;
            text-align:center;
            line-height:30px;
            border-radius:0px !important;
    }
    .tab-detail .item-tab a.active{
            background:#ef6410;	
    }        
    
    
    .tab-mobile{
        display: block;
    }


    

    .hide-on-pc{
        display: block; 
    }
    .hide-on-pad {
        display: block; 
    }
    .hide-on-tab {
        display: block; 
    }
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }    
    
    .pc_break{
        display: none;
    }

    .pad_break {
        display: none;
    }

    .tab_break{
        display:none;	
    }

    .mobile_break{
        display:block;	
    }

    .mobile-col-1-1 {
        width: 100%;
        /*padding-right:10px;*/
        padding-left: 10px;
    }
    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-2:last-of-type{
        padding-right:0px;
        padding-left:10px;
    }

    .mobile-col-1-3, .mobile-col-4-12{
        width:33.33%;	
    } 


    
    .hotline-top{
 
    }

    .back-to-top{
        width: 30px;
        height: 30px;
    }

    .back-to-top i {
        font-size: 36px !important;
    }

    
    .bookingform{
        width: 100% !important; 
        margin: 0 auto;
    }
	
	.gallery-top {
		height: 200px;
		width: 100%;
	}	
	

}


@media handheld, only screen and (max-width: 477px) {
	
	.gallery-top {
		height: 160px;
		width: 100%;
	}	
	
	
}
