body {
    padding: 0;
    font-family: system-ui,Arial,sans-serif;
    font-size: 16px;
}
ul li{
    list-style: none;
    padding: 0;
}
.col-center{
    text-align: center;
}
.bgblue{
    background-color: #2871bf;
    color: #fff;
    font-weight: bold;
}
.color-blue{
    color: #2871bf;
}

/*--------------- INDEX -----------------*/
.header-thumb{
    padding: 0;
}
.logo{
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 4px;
}
.menu-logo{
    text-decoration: none;
    display: inline-block;
}
.menu-logo:hover{
    text-decoration: none;  
}
.logo-text{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}
.small-text{
    color: #333;
    font-size: 10px;
    margin-top: 0;
}
.list-social{
    float: right;
    padding: 0;
    margin: 0;
    line-height: 60px;
}
.list-social li{
    display: inline-block;
}
.btn-social{
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative;
    margin-left: 6px;
}
.btn-fb{
    background-color: #395195;
}
.btn-tw{
    background-color: #00a9ff;
}
.btn-gg{
    background-color: #fb4d3e;
}
.btn-in{
    background-color: #3c83d9;
}
.btn-youtube{
    background-color: #d30b17;
}
.btn-email{
    background-color: #a6a9ac;
}
.btn-social i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#banner {
    background-image: url('../img/banner-img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 45px;
}
.bg-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
    top: 0;
    left: 0;
}
#banner h3,
#banner h1 span{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-bottom: 2px;
}
#banner h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-bottom: 2px;
}
#banner h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    margin-bottom: 18px;
}
.btn-location{
    font-size: 12px;
    line-height: 32px;    
    border: none;
    outline: none;
    height: 34px;
    width: 120px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.btn-location:hover{
    opacity: 0.9;
}
.list-link-footer{
    padding: 0;
    margin: 0;
}
.list-link-footer li{
    display: inline-block;
}
.list-link-footer a{
    color: #fff;
    font-weight: bold;
    line-height: 54px;
}
.list-link-footer span{
    font-size: 16px;
    margin-left: 10px;
    margin-right: 7px;
}
.text-right{
    margin-bottom: 0;
    line-height: 54px;
}
#content{
    /*margin-top: 60px;
    border-top: 1px solid black;
    padding-top: 20px;*/
}
.left-menu{
    padding: 0;
    margin-bottom: 140px;
}
.home{
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.home:hover{
    text-decoration: none;
}
.home i{
    margin-right: 10px;
    font-size: 26px;
}
.menu{
    padding: 0;
    border: 1px solid #1e569c;
}
.link-title{
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
}
.link-title:hover{
    color: #fff;
    text-decoration: none; 
}
.link-title i{
    float: right;
    margin-top: 11px;
    font-size: 18px;
}
.menu-list-item{
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 12px;

}
.menu-list-item li{
    margin-bottom: 4px;
}
.menu-list-item li:before{
    content: '-';
    margin-right: 5px;
}
.menu-list-item a{
    color: #333;
    display: inline-block;
}
.main-content{
    width: calc(100% - 190px);
    padding-right: 30px;
    padding-left: 15px;
    display: inline-block;
}
.right-sidebar{
    width: 190px;
    float: right;
}
.col-right{
    padding-right: 0;
    margin-bottom: 80px;
}
.accordion-cus .card-body{
    padding: 8px 10px;
    border: 1px solid #b4b4b4;
    border-top: none;
    background: #f9f9f9;
}
.accordion-cus .btn-link{
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.accordion-cus .btn-link:hover{
    color: #fff;
    background-color: #2871bf;
    text-decoration: none;
}
.accordion-cus .btn-link:focus{
    text-decoration: none;
}
.accordion-cus .card-header{
    padding: 0;
}
.accordion-cus .btn-link:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    margin-right: 10px;
}
.accordion-cus .btn-link.collapsed:before {
    float: left !important;
    content:"\f067";
}
.accordion-cus .card{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 5px;
}
.form-item label{
    /*font-size: 10px;*/
    font-weight: 400;
    margin-bottom: 0;
    display: block;
}
.form-item-checkbox label{
    position: absolute;
    top: 5px;
}
.form-item select{
    /*font-size: 10px;*/
    font-weight: 400;
    color: #666;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    height: 24px;
    border-radius: 2px;
    padding-left: 5px;
    margin-bottom: 7px;
    margin-top: 3px;
}
#accomodation , #number-room{
    width: 100%;
}
.select-guests{
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
}
.select-guests-left{
    margin-right: 5px;
}
.select-guests-right{
    margin-left: 5px;
}
#checkbox-date{
    left: 10px;
    margin-left: 0;
    margin-top: 1px;
}
.form-check-label{
    padding-left: 17px;
}
.form-item-checkbox{
    clear: both;
    padding-top: 3px;
    padding-bottom: 10px;
    position: relative;
}
.btn-search{
    border: none;
    /*font-size: 10px;*/
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 3px;
}
.form-btn{
    text-align: center;
}
.datepicker-thumb .gj-icon{
    font: normal normal normal 14px/1 FontAwesome!important;
    width: 0;
    color: transparent;
    font-size: 1px!important;
    top: 3.5px!important;
    left: 4px!important;
}
.datepicker-thumb .gj-icon:before{
    content: "\f073";
    color: #666;
    font-size: 12px;
}
.datepicker-thumb .btn-outline-secondary{
    width: 20px!important;
    padding: 0; 
    border-color: #a9a9a9!important;
    border-radius: 2px;
    height: 24px;
    background: transparent;
    border-left: none!important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.datepicker-thumb{
    width: calc(50% - 5px);
    display: inline-block;
    float: left;  
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.1);  
    position: relative;
}
.datepicker-thumb .input-group-append{
    width: 20px;
    display: inline-block;
    float: left;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
.datepicker-left{
    margin-right: 5px;
}
.datepicker-right{
    margin-left: 5px;
}
.datepicker-item{
    padding: 0;
    padding-left: 7px;
    height: 24px;
    border-right: 0;
    border-color: #a9a9a9;
    border-radius: 2px;
    font-size: 10px;
}
.datepicker-item:focus{
    outline: none;
    border-color: #a9a9a9;
}
.form-item select{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    background-image: url('../img/caret-down.png');
    background-size: inherit;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: center;
}
@-moz-document url-prefix() {
    .form-item select{background: none;}
    .datepicker-item{padding-left: 5px;}
}
.form-item .select-guests{
    background-position-x: 94%;
}
.list-offers,
.list-news{
    padding: 0;
}
.list-offers li{
    margin-bottom: 5px;
}
.div-parent {
   position: relative;
   width: 100%;
}
.div-parent25{
    padding-top: 26.4%;
}
.div-parent82{
    padding-top: 82.8%;
}
.div-parent31{
    padding-top: 31%;
}
.div-parent63{
    padding-top: 63.11%;
}
.div-parent71{
    padding-top: 71.63%;
}
.div-parent70{
    padding-top: 70%;
}
.div-parent100{
    padding-top: 100%;
}
.div-child {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   overflow: hidden;
}
.thumb-img, .thumb-img span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.div-opacity:before{
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.33);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumb-img span{
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.sidebar-title{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
}
.sidebar-item{
    margin-top: 23px;
}
.sidebar-item hr{
    margin-bottom: 10px;
    margin-top: 5px;
}
.list-news .feature-img{
    width: 35%;
    display: inline-block;
    float: left;
}
.list-news li:first-child{
    padding-top: 0;
}
.list-news li{
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
}
.list-news li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.feature-img img{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-news{
    width: 65%;
    display: inline-block;
    float: left;
    color: #333;
    line-height: 14px;
    /*font-size: 12px;
	font-weight: bold;*/
    padding-left: 10px;
}
.title-news:hover{
    color: #333;
}
#social-network .btn-social{
    height: 26px;
    width: 26px;
    margin-left: 0;
    margin-right: 6px;
}
.btn-social:hover{
    color: #fff;
    opacity: 0.9;
}
#social-network .list-social{
    float: none;
    line-height: inherit;
}
div.aw-widget-current-inner a.aw-toggle{
    display: none;
}
#weather{
    margin-bottom: 15px;
}
#weather .aw-icon.aw-icon-1-m{
    margin-top: 5px!important;
    height: 55px!important;
}
#weather .lt-479 div.aw-widget-current-inner div.aw-widget-content a.aw-current-weather div.aw-current-weather-inner{
    padding-bottom: 12px!important;
}
#weather div.aw-widget-current-inner div.aw-widget-content{
    border: none!important;
}
.main-content-title{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.main-content-title span {
    background-color: white;
    padding-right: 15px;
    padding-left: 15px;
}
.main-content-title:before {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #dfdfdf;
    z-index: -1;
} 
.main-content-title:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #dfdfdf;
    z-index: -1;
} 
#things-to-do .feature-img{
    width: 100%;
    display: inline-block;
    float: left;
}
.title-full{
    /*font-size: 14px;*/
    font-weight: bold;
    color: #333;
    line-height: 21px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.title-full:hover{
    color: #333;
}
.excerpt{
    /*font-size: 12px;*/
    color: #666;
    display: block;
    margin-bottom: 0;
}
.content-item{
    clear: both;
    padding: 17px 10px;
}
.content-item-thumb{
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}
.view-more{
    display: inline-block;
    text-align: center;
    /*font-size: 12px;*/
    color: #3398cc;
    font-style: italic;
    margin-top: 20px;
}
#things-to-do.main-content-item{
    margin-bottom: 40px;
}
.view-more:hover{
    text-decoration: underline;
    color: #3398cc;
}
#beachs .feature-img{
    width: 32.17%;
    display: inline-block;
    float: left;
}
.beach-content-item{
    width: 67.83%;
    display: inline-block;
    float: left;    
    padding: 0 10px;
}
#beachs .title-full{
    margin-bottom: 0;
}
#beachs .col-md-6:first-child .beach-item-thumb,
#beachs .col-md-6:nth-child(2) .beach-item-thumb{
    display: table;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-bottom: 10px;
}
.main-content-item{
    margin-bottom: 60px;
}
.content-explore{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.content-explore span{
    color: #fff;
    /*font-size: 12px;*/
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.content-explore i{
    margin-right: 10px;
    font-size: 18px;
}
#explore .div-opacity:before{
    background: rgba(0,0,0,0.4);
}
.view-more-link{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.view-more-link:hover{
    color: #fff;
    text-decoration: underline;
}
#explore .div-parent:hover .content-explore span{
     margin-top: 0;
}
#explore .div-parent:hover .view-more-link{
    opacity: 1;
}
.explore-item{
    margin-bottom: 30px;
}
#explore.main-content-item{
    margin-bottom: 30px;
}
.sponsers-item{
    text-align: center;
}
.title-small{
    /*font-size: 12px;*/
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    display: inline-block;
}
.title-small:hover{
    color: #333;
}
#things-place .feature-img{
    width: 40%;
    display: inline-block;
    float: left;
}
.place-content-item{
    width: 60%;
    display: inline-block;
    padding-left: 18px;
}
#things-place .title-full{
    margin-bottom: 4px;
}
.place-item-thumb{
    display: table;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #dfdfdf;
}
#things-place .col-md-12:last-child .place-item-thumb{
    border-bottom: none;
}
#things-place .col-md-12:first-child .place-item-thumb{
    padding-top: 0;
}
.hotel-item-thumb{
    padding: 0 10px;
    background-color: #eee;
    border: 1px solid #999;
    margin-bottom: 20px;
    display: flex;
    width: 85%;
	margin-left: auto;
    margin-right: auto;
}
#hotel li,
#hotel li a{
    color: #333;
    /*font-size: 12px;*/
    line-height: 20px;
}
#hotel .feature-img{
    width: 23.2%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    flex-grow: 1;
}
.hotel-info-item{
    /*width: 49.26%;*/
	width: 25%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    flex-grow: 1;
}
.hotel-service-item{
    width: 27.54%;
    display: inline-block;
    float: left;
    border-left: 1px solid #999;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    flex-grow: 1;
}
.list-hotel-info,
.list-service{
    padding-left: 20px;
    margin-bottom: 0;
}
.list-hotel-info li{
    font-weight: bold;
}
#hotel li i{
    margin-right: 10px;
}
#hotel li a{
    font-weight: 400;
}
.list-hotel-info h6{
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 5px;
}
.list-service li:before{
    font-family: FontAwesome;
    content: "\f00c";
    color: #666;
    margin-right: 10px;
    /*display: inline-block;*/
    float: left;
}
.list-service span{
    /*display: inline-block;*/
    width: calc(100% - 22px);
    line-height: 14px;
}
.hotel-item-thumb .feature-img a{
    top: auto;
    bottom: 5px;
    transform: none;
    height: auto;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    /*font-size: 12px;*/
    z-index: 1;
}
.div-gradient:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    left: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.normal-text{
    /*font-size: 14px;*/
    color: #333;
    line-height: 24px;
}
.table td, 
.table th,
.table thead th{
    border: none;
}
.table thead th{
    background: #2871bf;
    color: #fff;
}
.table{
    border: 1px solid #999;
    background-color: #f3f3f3!important;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #c0c0c0!important;
}
.table td, 
.table th{
    color: #000;
    /*font-size: 12px;*/
    line-height: 14px;
    padding: 12px 20px;
}
.col-name{
    width: 38.3%;
}
.col-area{
    width: 22.54%;
    text-align: center;
}
.col-tel{
    width: 19.72%;
    text-align: center;
}
.col-info{
    width: 19.44%;
}
.menu-hide{
    display: none;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    background-color: #eee;
    border: 1px solid #999;
    padding: 0 20px;
}
.btn-menu{
    float: right;
    border: none;
    background: none;
    outline: none;
}
.btn-menu:focus{
    outline: none;
}
.menu.collapse{
    display: block;
}


.ggmap-thumb .mapouter > small{
    display: none;
}
.ggmap-thumb .place-card-large{
    display: none!important;
}
.list-ggmap{
    position: absolute;
    top: 20px;
    left: 40px;
    width: 170px;
    z-index: 2;
}
.list-ggmap h5{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: #333;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
}
.list-ggmap ul{
    padding-left: 25px;
    background: #f9f9f9;
}
.list-ggmap li{
    list-style: decimal;
    padding-left: 0px;
    color: #999;
}
.list-ggmap li a{
    color: #999;
    display: block;
    padding: 3px 0;
    font-size: 12px;
}
.list-ggmap li:hover,
.list-ggmap li:hover a{
    color: #333;
}
.list-ggmap hr{
    background-color: #b4b4b4;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -25px;
}
#mapgg {
    height: 320px;  
    width: 100%;  
}
.card-header:focus{
    outline: none;
}
.accordion-cus .btn-link:focus{
    outline: none;
    background-color: #2871bf;
    color: #fff;
}
.card-header > h5{
    margin: 0;
}
#things-to-do .col-md-4{
    display: table;
}
.clear-both{
    clear: both;
}

/*------------ end INDEX ----------------*/

/*----------------------- RESPONSIVE -----------------------*/
@media(max-width:1199px){
    .main-content{ width: 100%; }
    .right-sidebar{ float: none; margin-left: 15px; width: 300px;}
    .main-content{ padding-right: 0; }
    .thumb-img, .thumb-img img{ min-width: 100%; }
    .list-news .feature-img{ width: 25%; }
    .title-news{ width:75%; }
    .list-news .feature-img img{ min-width: 100%;}
}
@media (max-width: 991px){
    .main-content, .col-right{padding-left: 0;}
    .right-sidebar{ margin-left: 0; }
    .menu-hide{ display: inline-block; width: 100%; }
    .menu.collapse{ display: none; }
    .menu.collapse.show{ display: block; }
    .left-menu{ margin-bottom: 60px; }
    #things-to-do .col-md-4{ display: block; }
    .content-item-thumb{ min-height: 265px; }
    .left-menu, .col-right, .header-thumb{ padding-left: 15px; padding-right: 15px; }
}
@media (max-width: 767px){
    .left-menu{margin-bottom: 40px;}
    #things-to-do .feature-img img{ min-width: 100%; }
    #things-to-do .col-sm-6{ display: flex; }
    .content-item-thumb{ margin-bottom: 30px; }
    #beachs .feature-img{ width: 20%; }
    .beach-content-item{ width: 80%; }
    .beach-item-thumb{ margin-bottom: 0!important; border-top: 1px solid #dfdfdf; border-bottom: none!important;padding-top: 10px; padding-bottom: 10px; display: table; width: 100%; }
    #beachs .col-md-6:first-child .beach-item-thumb{ border-top: none;}
    .text-right, .footer-content-left{ text-align: center!important; }
    .sponsers-item{ padding: 0 15px;margin-bottom: 30px; }
    .list-link-footer a, .text-right{ line-height: 32px; }
    .explore-item{ padding: 0 60px; }
    .table{ width: 700px; }
    .table-thumb{overflow: -moz-scrollbars-vertical; overflow-x: scroll;}
    .content-item-thumb{min-height: 321px;}
}
@media (max-width: 639px){
    .content-item-thumb{min-height: 290px;}
    .explore-item{ padding: 0px 30px; }
}
@media (max-width: 599px){
    .header-thumb, .left-menu, .col-right, .explore-item{ padding: 0 15px; }
    #hotel .feature-img{ margin-left: 20px; }
    .hotel-info-item, .hotel-service-item{ width: 100%; float: none;border: none;}
    .hotel-item-thumb{ display: block; }
    .list-hotel-info h6{ margin-top: 0; }
}
@media (max-width: 539px){
    .list-ggmap{ position: static; }
    .content-item-thumb{min-height: 272px;}
    .sponsers-item{ width: 50%; padding: 0px 20px; }
}
@media (max-width: 503px){
    .sponsers-item{ padding: 0 15px; }
    #things-place .div-parent70{ width: 40%; padding-top: 28%; margin-bottom: 10px; }
    #things-place .feature-img img{ transform: translateY(-50%); left: 0; min-width: 100%;}
    .place-content-item, #things-place .feature-img{ width: 100%; padding-left: 0; }
    #hotel .feature-img{ width: 120px; }
    .view-more{ margin-top: 0; }
}
@media (max-width: 479px){
    .logo{ padding-bottom: 0; }
    .small-text{ margin-bottom: 0; }
    #banner h3, #banner h1 span{ font-size: 20px; }
    #banner h4{ font-size: 14px; }
}
@media (max-width: 413px){
    #things-to-do .col-sm-6{ width: 100%;display: block;flex: 0 0 100%;max-width: 100%; }
    #beachs .div-parent71{ padding-top: 27.2%;width: 38%;margin-bottom: 10px; }
    #beachs .feature-img, .beach-content-item{ width: 100%; padding-left: 0; }
    .right-sidebar{ width: 100%; }
    .list-link-footer span{ font-size: 14px;margin-right: 5px; margin-left: 2px; }
    .list-link-footer a, .text-right{ font-size: 12px; }
    .logo-text{ font-size: 20px; }
    .menu-hide{ font-size: 16px; }
    #things-to-do .col-md-4{ width: 100%; }
    .content-item-thumb{ min-height: auto; }
}
@media (max-width: 374px){
    .explore-item{ width: 100%; max-width: 100%; flex: 0 0 100%;padding:  0 60px; margin-bottom: 15px;}
}
@media (max-width: 359px){
    #banner h3, #banner h1 span{ font-size: 17px; }
    #banner h4{ font-size: 13px; }
    .explore-item{ padding: 0 40px; }
}
