@media screen and (max-width: 1199px) {
    .header-ctn{
        position: fixed;
        width: 100%;
        z-index: 999;
        left: 0;
        display: table;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 1px 1px 8px #ececec;
        -webkit-box-shadow: 1px 1px 8px #ececec;
        -moz-box-shadow: 1px 1px 8px #ececec;
    }
    .header-left,.header-middle,.header-right{
        display: inline-block;
    }
    .header-left{
        width: 15%;
    }
    .header-middle{
        width: 71%;
        text-align: center;
    }
    .header-right{
        width: 11%;
        text-align: right;
    }
    .header-middle img{
        max-height: 40px;
    }
    #main{
        padding-top: 81px;
    }
    header .btn-toggle {
        position: relative;
        z-index: 9999;
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 25px;
    }
    header .btn-toggle span {
      position: absolute;
      z-index: 98;
      top: 50%;
      left: 0;
      display: inline-block;
      clip: auto;
      width: 100%;
      height: 5px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      transition-delay: .1s;
      text-align: left;
      text-indent: -3000em;
      opacity: 1;
      background-color: #dba209;
      filter: alpha(opacity=1);
      -webkit-border-radius: 98px;
      -moz-border-radius: 98px;
      -ms-border-radius: 98px;
      -o-border-radius: 98px;
      border-radius: 98px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    header .btn-toggle:before,
    header .btn-toggle:after {
      position: absolute;
      z-index: 98;
      left: 0;
      display: block;
      width: 100%;
      height: 5px;
      content: '';
      -webkit-transition: all .8s;
      -o-transition: all .8s;
      transition: all .8s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      background-color: #dba209;
      -webkit-border-radius: 98px;
      -moz-border-radius: 98px;
      -ms-border-radius: 98px;
      -o-border-radius: 98px;
      border-radius: 98px;
    }
    header .btn-toggle:before {
      top: 0;
    }
    header .btn-toggle:after {
      bottom: 0;
    }
    .ico-search {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        background-image: url(../images/icon_search_m.png);
        vertical-align: middle;
    }
    .nav-is-active .nav-mobile {
        left: 0;
    }
    .nav-mobile {
        position: fixed;
        left: -100%;
        width: 100%;
        height: calc(100vh);
        z-index: 99998;
        top: 0;
        background: #fff;
        overflow: auto;
        -webkit-transition: left .5s;
        -o-transition: left .5s;
        transition: left .5s;
        max-width: 80%;
    }
    
    .nav-dropdow {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s;
        -o-transition: max-height .5s;
        transition: max-height .5s;
    }
    span.icon{
        
    }
    .logo-nav{
        padding: 15px 15px 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
        position: relative;
    }
    .logo-nav img{
        max-height: 55px;
        
    }
    .btn-close {
        position: absolute;
        z-index: 9999;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        top: 50%;
    }
    .btn-close:before,
    .btn-close:after {
      position: absolute;
      z-index: 98;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      -webkit-transition: all .8s;
      -o-transition: all .8s;
      transition: all .8s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      background-color: #000;
    }
    .btn-close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 50%;
      bottom: 50%;
    }
    .btn-close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      bottom: 50%;
    }
    .nav-mobile ul{
        padding-left: 15px;
    }
    .nav-mobile ul li{
        margin-bottom: 10px;
        position: relative;
    }
    .nav-mobile ul li a{
        color: #333;
    }
    .nav-mobile ul li a:hover{
        color: #0075bd;
        text-decoration: none;
    }
    .nav-dropdow-wrap{
        margin-top: 10px;
    }
    .nav-dropdow-wrap li{
        margin-bottom: 5px;
    }
    .nav-mobile span.icons{
        position: absolute;
        right: 15px;
    }
    span.icons {
        position: absolute;
        z-index: 9999;
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 20px;
        right: 15px;
        top: 0;
        cursor: pointer;
    }
    span.icons:before,
    span.icons:after {
      position: absolute;
      z-index: 98;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      -webkit-transition: all .8s;
      -o-transition: all .8s;
      transition: all .8s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      background-color: #000;
    }
    span.icons:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 50%;
      bottom: 50%;
    }
    span.icons:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 50%;
      bottom: 50%;
    }
    .is-opened span.icons:before{
        opacity: 0;
    }
    .social-mobile-nav{
        padding: 15px;
        text-align: center;
        border-top: 1px solid #ccc;
        margin-top: 30px;
    }
    .address-mobile-nav{
        background: #dba209;
        padding: 20px 15px;
    }
    .hotline-mobile-nav{
        background: #fff;
        width: 100%;
        font-size: 20px;
        color: #0475b9;
        text-transform: uppercase;
        line-height: 1em;
        padding: 10px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .block-address-nav{
        margin-bottom: 10px;
    }
    .block-address-nav h4{
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .block-address-nav p{
        color: #fff;
        margin: 0;
    }
    .copyright-nav{
        background: #fff;
        padding: 20px 15px;
    }
    .copyright-nav p{
        font-size: 14px;
        color: #666;
        margin: 0;
        text-align: center;
    }
    .filter-tour{
        padding-left: 15px; 
        padding-right: 15px;
    }
    .content-detail-schedule-tour{
        margin-bottom: 30px;
    }
    .thumbnail-gallery img{
        width: 100%;
    }
    .header-right .input-search-field{
        height: 55px;
        display: none;
    }
    .ico-search{
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    .no-padding-xs{
        padding: 0;
    }
    .no-padding-left-xs{
        padding-left: 0;
    }
    .no-padding-right-xs{
        padding-right: 0;
    }
    h1.trikethrough{
        font-size: 20px;
    }
    h1.trikethrough::after{
        top: 25%;
    }
    .wraper-title h3{
        font-size: 14px;
    }
    .wraper-title h1{
        font-size: 20px;
    }
    .title-trikethrough::before, .title-trikethrough::after{
        bottom: 11px;
    }
    h1, .h1{
        font-size: 24px;
    }
    .list-tour {
        padding: 0 0 30px;
    }
    .list-destination span {
        margin: 0 5px;
    }
    .thumbnail-video img{
        width: 100%;
    }
    #home-gallery .slick-prev, #home-gallery .slick-next{
        top: 100%;
        margin-top: 5px;
    }
    #home-gallery .slick-prev{
        left: 42%;
    }
    #home-gallery .slick-next{
        right: 42%;
    }
    .footer-logo{
        width: 50%;
        margin-right: 0;
    }
    .wrapper-main-content h1{
        margin-top: 20px;
    }
    .wrapper-main-content h2{
        font-size: 18px;
    }
    .filter-tour select{
        width: 100%;
        margin-left: 0;
    }
    .detail-tour-boat,.thumbnail-tour-boat,.info-date-tour{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: -1px;
    }
    .info-date-tour > div{
        float: left;
        width: 33.3333%;
        border: 1px solid #ccc;
        border-top: none;
    }
    .info-date-tour > div:first-child{
        border-right: none;
    }
    .info-date-tour > div:last-child{
        border-left: none;
    }
    .info-date-tour > div:last-child{
        background: #b5b5b5;
        color: #fff;
    }
    .info-date-tour > div:last-child a{
        padding-top: 24px;
        color: #fff;
    }
    .detail-tour-boat h3,.detail-tour-boat h3 span{
        font-size: 14px;
    }
    .detail-tour-boat h3{
        margin-top: 15px;
    }
    .type-boat{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px !important;
    }
    .select-text {
        width: 100%;
        padding: 5px 15px;
        font-family: 'Arial',sans-serif;
        color: #333;
        height: 35px;
        line-height: 25px;
        border: 1px solid #ccc;
        background: #FFF url(../images/select_arrow.png) no-repeat right center;
        text-indent: 0.01px;
        text-overflow: "";
        outline: none !important;
        
    }
    .select-drop {
        background: #fff none repeat scroll 0 0;
        border: 1px solid rgba(151, 151, 151, 0.25);
        letter-spacing: 0.61px;
        max-height: 110px;
        overflow: auto;
        position: absolute;
        top: 34px;
        width: 100%;
        z-index: 2;
        display: none;
    }
    .list-tab{
        position: relative;
    }
    .select-drop .nav-tabs > li{
        width: 100%;
        margin-top: 0;
    }
    .list-tab .nav > li:first-child > a:hover, .list-tab .nav > li.active:first-child > a{
        background: none;
    }
    .list-tab .nav > li:first-child > a{
        padding-left: 15px;
        background: none;
    }
    .list-tab .nav > li.active > a,
    .list-tab .nav > li.active > a:hover,
    .list-tab .nav > li > a:hover{
        border-color: transparent;
    }
    .price-tab-value{
        border: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .detail-tour-boat{
        height: auto;
    }
    .price-tab-value p span{
        font-size: 14px;
        display: inline-block;
    }
    .box-tour-boat{
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .select-text{
        display: block;
    }
    .view-more-tour-boat a{
        padding: 20px 20px 15px;
    }
    .box-tour-boat img{
        width: 100%;
    }
    .content-detail-tour h1{
        font-size: 20px;
    }
    .content-detail-tour h1 span{
        font-size: 24px;
    }
    .schedule .tab-content .tab-pane{
        display: block !important;
    }
    .content-detail-schedule-tour h2{
       margin-bottom: 3px; 
    }
    .date-start-tour{
        display: block;
    }
    .gallery-tour .slick-dots li button img{
        max-width: 65px;
    }
    .schedule-label{
        font-size: 18px;
    }
    .testimonial-tour-detail h1{
        font-size: 24px;
    }
    .include-price,.term-booking{
        padding: 0;
    }
    .exclude-price,.term-cancel{
        padding: 0;
        margin-top: 30px;
    }
    .information-booking-tour{
        margin-bottom: 30px;
    }
    .title-gallery{
        font-size: 12px;
    }
    .gallery-tour{
        padding-bottom: 15px;
    }
    .box-news-lastest {
        margin: 0 auto;
        max-width: 100%;
        padding: 15px 0;
    }
    .box-feature-new{
        margin-bottom: 15px;
    }
    .box-news-lastest p{
        font-size: 14px;
    }
    .box-list-news h3{
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .box-list-news p{
        font-size: 14px;
    }
    p.date-publish-news{
        font-size: 12px;
    }
    .content-news-detail p{
        font-size: 14px;
    }
    .content-news-detail h3{
        font-size: 18px;
    }
    .full-video-media .title-gallery{
        font-size: 14px;
    }
    .title-tab-media li{
        margin-right: 11px;
    }
    .title-tab-media li:last-child{
        margin-right: 0;
    }
    .title-tab-media li a{
        font-size: 14px;
    }
    .detail-founder p{
        font-size: 14px;
    }
    .slide-founder .slick-dots{
        display: block !important;
    }
    .slide-founder .slick-arrow{
        display: none !important;
    }
    .detail-founder{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .content-page-about p{
        font-size: 16px;
    }
    .gallery-home h2{
        font-size: 18px;
    }
    .fulll-video iframe{
        height: 300px;
    }
    .social-footer a img{
        max-width: 20px;
    }
    .social-footer{
        float: left;
        width: 50%;
        margin-right: 0;
        text-align: right;
    }
    .social-footer .chungnhan{
        float: right;
        display: block;
        width: 100%;
    }
    .social-footer .chungnhan img{
        max-width: 120px;
        margin-bottom: 10px;
    }
    .block-footer-address{
        margin-bottom: 15px;
    }
    .filter-destination,.filter-stars{
        float: left;
        width: 100%;
        display: table;
    }
    .filter-destination select,.filter-stars select{
        width: 100%;
        margin-left: 0;
        display: inline-block;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: 1px solid #d9d9d9;
    }
    .filter-destination label,.filter-stars label{
        font-weight: normal;
    }
    .filter-destination{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .filter-hotel input[type="submit"]{
        width: 100%;
        margin-top: 10px;
    }
    .filter-hotel{
        padding: 15px;
    }
    .label-box span{
        font-size: 14px;
    }
    .list-tien-nghi ul {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    .list-room{
        margin-top: 40px;
    }
    .list-room li{
        display: block;
    }
    .panel-default > .panel-heading a{
        font-size: 14px;
    }
    .googlemap,.googlemap.active{
        display: block;
        opacity: 1;
        position: relative;
        height: auto;
    }
    .box-address-contact{
        margin-top: 20px;
    }
    .page-contact h1.cBlack{
        margin-bottom: 25px;
    }
    .block-footer-address{
        width: 100%;
        padding-right: 0;
    }
    .block-footer-address h4,.block-footer-address p{
        display: inline;
    }
    .block-footer-address h4{
        margin-right: 3px;
    }
    .btn-view-more{
        display: none;
    }
    .wrapper-full-video iframe{
        height: 350px;
    }
    .input-search-field{
        width: 280px;
        top: 120px;
        padding-top: 0;
    }
    .input-search-field input[type="text"]{
        width: 230px;
    }
}
@media (min-width: 568px) and (max-width: 767px) {
    .block-homepage .wrapper-box-tour,.list-tour .wrapper-box-tour{
        width: 50%;
    }
    .form-find-tour select{
        width: 49%;
    }
    .form-find-tour select:nth-child(2n){
        float: right;
    }
    .list-videos .box-info-travel{
        width: 33.3333%;
    }
    .filter-tour select{
        width: 49%;
        margin-left: 0;
    }
    .filter-tour select:nth-child(2n){
        float: right;
    }
    .select-text{
        display: block;
    }
    .list-tour-boat{
        padding-left: 0;
        padding-right: 0;
    }
    .box-tour-boat{
        width: 50%;
        padding: 0 15px;
        float: left;
    }
    .date-start-other .col-md-3{
        width: 50%;
        float: left;
    }
    .content-detail-schedule-tour h2{
        font-size: 24px;
    }
    .info-price-booking-tour,.information-tour-boat-btn{
        float: left;
        width: 50%;
    }
    .info-price-booking-tour{
        border-right: 1px solid #ccc;
    }
    .information-tour-boat-btn{
        border-top: none;
    }
    .information-booking-tour .date-tour,.information-booking-tour .day-tour{
        width: 25% !important;
    }
    .information-booking-tour .address-start{
        width: 50% !important;
    }
    .international-list-tour .box-international-tour{
        width: 50%;
    }
    .list-feature-news .box-feature-new{
        width: 50%;
    }
    .box-list-news > div{
        width: 50%;
    }
    .box-list-news h3{
        margin-top: 0;
    }
    .list-media .col-md-3{
        width: 50%;
    }
    .list-media-feature .col-md-3{
        width: 33.3333%;
    }
    .list-media-feature .thumbnail-video .title-gallery{
        font-size: 12px;
    }
    .list-gallery .col-md-3{
        width: 50%;
    }
    .list-hotels .box-hotel{
        width: 50%;
    }
    .list-tien-nghi ul {
        display: inline-block;
        margin-bottom: 10px;
        width: 33.3333%;
    }
    .list-room li{
        width: 33.3333%;
        display: inline-block;
    }
    .input-search-field{
        width: 350px;
        top: 125px;
        padding-top: 0;
    }
    .input-search-field input[type="text"]{
        width: 300px;
    }
}
@media (min-width: 768px)  and (max-width: 1023px) {
    .no-padding-sm{
        padding: 0;
    }
    .no-padding-left-sm{
        padding-left: 0;
    }
    .no-padding-right-sm{
        padding-right: 0;
    }
    .container{
        width: 100%;
    }
    .block-homepage .wrapper-box-tour,.list-tour .wrapper-box-tour{
        width: 50%;
    }
    .form-find-tour select{
        width: 49%;
    }
    .form-find-tour select:nth-child(2n){
        float: right;
    }
    .list-videos .box-info-travel{
        width: 33.3333%;
    }
    #home-gallery .slick-prev, #home-gallery .slick-next{
        top: 100%;
        margin-top: 5px;
    }
    #home-gallery .slick-prev{
        left: 42%;
    }
    #home-gallery .slick-next{
        right: 42%;
    }
    .box-tour img{
        width: 100%;
    }
    .filter-tour select{
        width: 49%;
        margin-left: 0;
    }
    .filter-tour select:nth-child(2n){
        float: right;
    }
    .filter-tour select{
        width: 100%;
        margin-left: 0;
    }
    .detail-tour-boat,.thumbnail-tour-boat,.info-date-tour{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: -1px;
    }
    .info-date-tour > div{
        float: left;
        width: 33.3333%;
        border: 1px solid #ccc;
        border-top: none;
    }
    .info-date-tour > div:first-child{
        border-right: none;
    }
    .info-date-tour > div:last-child{
        border-left: none;
    }
    .info-date-tour > div:last-child{
        background: #b5b5b5;
        color: #fff;
    }
    .info-date-tour > div:last-child a{
        padding-top: 24px;
        color: #fff;
    }
    .detail-tour-boat h3,.detail-tour-boat h3 span{
        font-size: 14px;
    }
    .detail-tour-boat h3{
        margin-top: 15px;
    }
    .type-boat{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px !important;
    }
    .select-text {
        width: 100%;
        padding: 5px 15px;
        font-family: 'Arial',sans-serif;
        color: #333;
        height: 35px;
        line-height: 25px;
        border: 1px solid #ccc;
        background: #FFF url(../images/select_arrow.png) no-repeat right center;
        text-indent: 0.01px;
        text-overflow: "";
        outline: none !important;
        
    }
    .select-drop {
        background: #fff none repeat scroll 0 0;
        border: 1px solid rgba(151, 151, 151, 0.25);
        letter-spacing: 0.61px;
        max-height: 110px;
        overflow: auto;
        position: absolute;
        top: 34px;
        width: 100%;
        z-index: 2;
        display: none;
    }
    .list-tab{
        position: relative;
    }
    .select-drop .nav-tabs > li{
        width: 100%;
        margin-top: 0;
    }
    .list-tab .nav > li:first-child > a:hover, .list-tab .nav > li.active:first-child > a{
        background: none;
    }
    .list-tab .nav > li:first-child > a{
        padding-left: 15px;
        background: none;
    }
    .list-tab .nav > li.active > a,
    .list-tab .nav > li.active > a:hover,
    .list-tab .nav > li > a:hover{
        border-color: transparent;
    }
    .price-tab-value{
        border: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .detail-tour-boat{
        height: auto;
    }
    .price-tab-value p span{
        font-size: 14px;
        display: inline-block;
    }
    .box-tour-boat{
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .select-text{
        display: block;
    }
    .view-more-tour-boat a{
        padding: 20px 20px 15px;
    }
    .box-tour-boat img{
        width: 100%;
    }
    .list-tour-boat{
        padding-left: 0;
        padding-right: 0;
    }
    .box-tour-boat{
        width: 50%;
        padding: 0 15px;
        float: left;
    }
    .filter-tour select{
        width: 49%;
        margin-left: 0;
    }
    .filter-tour select:nth-child(2n){
        float: right;
    }
    .wrapper-main-content h1{
        margin-top: 30px;
    }
    .detail-tour-boat h3, .detail-tour-boat h3 span{
        font-size: 18px;
    }
    .schedule .tab-content .tab-pane{
        display: block !important;
    }
    .content-detail-schedule-tour h2{
       margin-bottom: 3px; 
    }
    .date-start-tour{
        display: block;
    }
    .include-price,.term-booking{
        padding: 0;
    }
    .exclude-price,.term-cancel{
        padding: 0;
        margin-top: 30px;
    }
    .date-start-other .col-md-3{
        width: 50%;
        float: left;
    }
    .info-price-booking-tour,.information-tour-boat-btn{
        float: left;
        width: 50%;
    }
    .info-price-booking-tour{
        border-right: 1px solid #ccc;
    }
    .information-tour-boat-btn{
        border-top: none;
    }
    .information-booking-tour .date-tour,.information-booking-tour .day-tour{
        width: 25% !important;
    }
    .information-booking-tour .address-start{
        width: 50% !important;
    }
    .information-booking-tour{
        margin-bottom: 30px;
    }
    .box-list-news p{
        font-size: 14px;
    }
    p.date-publish-news{
        font-size: 14px;
    }
    .box-list-news h3{
        margin-bottom: 5px;
    }
    .content-page-about p{
        font-size: 16px;
    }
    .detail-founder p{
        font-size: 14px;
    }
    .box-number-about{
        margin-bottom: 20px;
    }
    .box-history{
        max-width: 80%;
        margin: 0 auto 30px;
    }
    .filter-hotel{
        padding: 15px 15px 10px;
    }
    .filter-destination select, .filter-stars select{
        margin-left: 0;
    }
    .filter-destination{
        margin-right: 15px;
    }
    .footer-logo{
        width: 33.3333%;
        margin: 0;
    }
    .time-work{
        padding: 0 0 0 25px !important;
        border: none;
        width: 33.3333%;
    }
    .social-footer{
        margin: 0;
        width: 33.3333%;
        padding-left: 30px;
    }
    .social-footer .chungnhan{
        float: right;
        margin-bottom: 10px;
        padding-top: 5px;
        width: 100%;
    }
    .block-footer-address{
        width: 33.3333%;
    }
    .googlemap,.googlemap.active{
        display: block;
        opacity: 1;
        position: relative;
        height: auto;
    }
    .box-address-contact{
        margin-top: 20px;
    }
    .input-search-field{
        width: 400px;
        top: 150px;
        padding-top: 0;
    }
    .input-search-field input[type="text"]{
        width: 350px;
    }
}
@media (min-width: 992px) {
    
    .no-padding-md{
        padding: 0;
    }
    .no-padding-left-md{
        padding-left: 0;
    }
    .no-padding-right-md{
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .slider_{
		position:relative;
		top:-126px;
		z-index:0;
	}
	.slider-clean-bot {
		margin-top: -100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 100%;
    }
    
	.detail-tour-boat h3,.detail-tour-boat h3 span{
        font-size: 18px;
    }
    .type-boat{
        margin-right: 10px;
    }
    .list-tab .nav-tabs > li > a{
        padding: 5px;
        font-size: 13px;
    }
    .tab-content > .tab-pane{
        padding: 10px 5px;
    }
    .price-tab-value p span{
        font-size: 15px;
    }
    .slogan h1{
        font-size: 20px;
    }
    .footer-logo{
        width: 150px;
        margin-right: 20px;
    }
    .time-work,.social-footer{
        display: none;
    }
    .block-footer,.block-footer:last-child{
        width: 200px;
    }
    .wrapper-breadcrumb{
        display: none;
    }
    #home-gallery .slick-next{
        right: 0;
    }
    #home-gallery .slick-prev{
        left: 0;
    }
    .center-support{
        display: none;
    }
    .form-find-tour input[type="submit"]{
        margin-bottom: 51px;
    }
    .list-videos{
        margin-top: 12px;
    }
    .wrapper-main-content{
        padding-top: 30px;
    }
    .information-tour-boat-price span{
        font-size: 24px;
    }
    .information-tour-boat-btn a.btn-booking-tour-boat{
        font-size: 18px;
    }
    .btn-booking-price a.button-booking{
        font-size: 13px;
        width: 100px;
    }
    .btn-booking-price{
        font-size: 14px;
    }
    .international-list-tour .box-tour h4{
        font-size: 18px;
    }
    .input-search-field{
        width: 400px;
        top: 150px;
        padding-top: 0;
    }
    .input-search-field input[type="text"]{
        width: 350px;
    }
}