body{font-family:Roboto;background: #f7f7f7;}
:root {--main: #003366;--main-light: #105293;--main-focus: #00336680;--main-dark: #002448;
       --second:#FDB714;--second-light: #f9c345;--second-focus: #FDB71480;--second-dark: #eea600;
       --third:#07ACF0;--text:#7a7a7a;--text-dark:#543c04;--light: #F7F7F7;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{/* ; */}
.ffb{font-family:ffb}.ffnb{font-family:ffnb}.fftd{font-family:Exo}
.color{color:var(--main)}.second{color:var(--seconbd)}.text{color:var(--text)}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:inherit;}
small,.small{color:var(--text)}

.bg-main-dark{background-color: var(--main-dark) !important;}
.bg-primary{background-color: var(--main) !important;}
.bg-primary-dark{background-color: var(--main-dark) !important;}
.btn-square {width: 38px;height: 38px;}
.btn-square, .btn-sm-square, .btn-lg-square{padding: 0;display: flex;align-items: center;justify-content: center;font-weight: normal;}
.bg-light{background: #f7f7f7 !important;position: relative;}
.btn{/* border-radius:0; *//* font-weight: 500; *//* text-transform: uppercase; */}
.btn-outline-light:hover{/* background-color: var(--main); *//* border-color: var(--main); */color: var(--main);}
.btn-outline-primary{color: var(--main);border-color: var(--main);}
.btn-outline-primary:hover{background-color: var(--main);border-color: var(--main);}
.btn-outline-primary:active:focus,.btn-outline-primary:active,.btn-outline-primary:focus{box-shadow: 0 0 0 .25rem var(--main-focus);}
.btn-outline-secondary{color: var(--second);border-color: var(--second);}
.btn-outline-secondary:hover{background-color: var(--second);border-color: var(--second);}
.btn-outline-secondary:active:focus,.btn-outline-secondary:active,.btn-outline-secondary:focus{box-shadow: 0 0 0 .25rem var(--second-focus);}
.btn-primary{background-color:var(--main);border-color:var(--main)}
.btn-primary:hover{background-color:var(--main-light);border-color:var(--main-light)}
.btn-primary:active:focus,.btn-primary:active,.btn-primary:focus{box-shadow: 0 0 0 .25rem var(--main-focus);}
.btn-secondary{background-color:var(--second);border-color:var(--second)}
.btn-secondary:hover{background-color:var(--second-light);border-color:var(--second-light)}
.btn-secondary:active:focus,.btn-secondary:active,.btn-secondary:focus{box-shadow: 0 0 0 .25rem var(--second-focus);}
.form-control{/* border-radius:0; */}
.py-6 {padding-top: 6rem;padding-bottom: 6rem;}
.my-6 {margin-top: 6rem;margin-bottom: 6rem;}
.text-light{color:var(--light) !important}
.text-primary{color:var(--main) !important}
.text-second{color:var(--second) !important}
.fs18{font-size:18px}
.fw-m{font-weight:500 !important}
.mt-n4{margin-top: -1.5rem !important;}
.py-6 {padding-top: 6rem;padding-bottom: 6rem;}
.my-6 {margin-top: 6rem;margin-bottom: 6rem;}
@media (min-width: 992px){
  .col-left{padding-left: calc(((100% - 960px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 960px) / 2) + .75rem);}
}
@media (min-width: 1200px) {
  .col-left{padding-left: calc(((100% - 1140px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 1140px) / 2) + .75rem);}
}

@media (min-width: 1400px) {
  .col-left{padding-left: calc(((100% - 1320px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 1320px) / 2) + .75rem);}
}
@media (min-width: 768px){
  .py-md-6 {padding-top: 6rem !important;padding-bottom: 6rem !important;}
  .my-md-6 {margin-top: 6rem !important;margin-bottom: 6rem !important;}
  .pt-md-6 {padding-top: 6rem !important}
}

.red,.titletb{color:red!important}
.clearfm *{margin:0;padding: 0;border:none;text-decoration:none;list-style:none;color:inherit;line-height:1.4;}
.overHide{overflow:hidden}

.background-white{background-color:#fff;padding:25px 4%;border:1px solid #eee}
.bncat{background: #232C3B;color:#fff;text-align:center;padding: 90px 0 40px;}
.bncat .h2{text-transform: capitalize;color: #fff;font-weight: 800;margin-bottom: 0;}
.boxes+.boxes{margin-top:50px;}
.boxes .contain{margin-top:20px}
.bread_crumb{a;padding: 8px 0;background: var(--bs-light);}
.breadcrumb{margin-bottom:0}
.breadcrumb-item.active{}
.breadcrumb-item+.breadcrumb-item::before{}

.center{text-align:center}

.detail{/* text-align:justify; */}
.detail table{width:100%}
.detail thead, .detail tbody, .detail tfoot, .detail tr, .detail td, .detail th{border-width: 1px;}
.detail td{padding:5px}
.detail table p{margin:0;line-height: 1.38;margin-bottom: 6pt;margin-top: 6pt;}
.detail img{max-width:100% !important;cursor:zoom-in;height:auto !important;}
.detail a{color: #0d6efd;text-decoration: underline;}
.detail h1,.detail h2,.detail h3,.detail h4,.detail h5{font-family:rob;}

.error{color:red}

.flex{display:flex}

.imgB{position:relative;overflow: hidden;}
.imgB .img{position: absolute;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-clip: border-box;overflow: hidden;transition:.5s;width: 100%;height: 100%;top: 0;left: 0;}
.imgB:hover .img{transform:scale(1.1);}
.imgA,.imgH,.imgW,.imgHover{overflow:hidden;position:relative;cursor:pointer}
.imgA img{height:auto !important;width:auto !important;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;}
.imgH img{height:100%;min-width:100%;width:auto !important;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;}
.imgHover:before{content:"";position: absolute;z-index: 1;top: 0;left: -10%;width: 120%;height: 100%;background: rgba(255, 255, 255, 0.2);transition: transform .8s;transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);opacity: 0;visibility: hidden;}
.imgW img{width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;}
.imgW:hover img,.imgH:hover img,.imgA:hover img{transform:translateX(-50%) translateY(-50%) scale(1.1)}
.imgHover:hover:before{transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -125%, 0);opacity: 1;visibility: initial;}
.info{font-size: 14px;color: #979797;overflow:hidden;display: flex;margin-top:10px}
.info li{padding-right:20px}
.info > span{padding-right:20px;margin-bottom:5px}
.info > span+span{}
.info .date:before{content:"\f073";font-family:fontawesome;display:inline-block;margin-right:6px;}
.info .views:before{content:"\f06e";font-family:fontawesome;display:inline-block;margin-right:6px;}
.date:before{content:"\f073";font-family:fontawesome;display:inline-block;margin-right:6px;font-weight: 300;}
.ifbv{display:flex;flex-flow: wrap;}
.ifbv >*{padding-right:20px}

.left{float:left;}.right{float:right}
.line1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.list-group{margin-bottom:20px}

.ma{margin:auto}
.mtop10{margin-top:10px !important;}.mtop20{margin-top:20px !important;}.mtop30{margin-top:30px !important;}.mtop40{margin-top:40px !important;}.mtop50{margin-top:50px !important;}

.pager{margin-top:20px;font-size:13px;}
.pager span,.pager a{background-color:#0d7aa3;display:inline-block;text-align:center;margin-right:3px;border-radius:4px;color:#fff;border:1px solid #0d7aa3;padding: 3px 10px 4px 10px;}    
.pager a:hover{background-color:#00A857;border-color:#00A857}
.pager span{background-color:#fff;color:#0d7aa3;border-color:#ddd;}

.bgwhite{background-color:#fff}
@media only screen
and (max-width :576px){
    .ifbv{flex-flow: wrap;row-gap: 5px;}
    .info .fb-like{padding-left:0;}
    .background-white{padding:25px 0}
    .boxes .contain{margin-top:15px;}
    .boxes+.boxes{margin-top:25px}
    .breadcrumb h2{display:none}
    .detail{font-size:15px}
    .detail h1{font-size:24px}.detail h2{font-size:22px}.detail h3{font-size:20px}.detail h4{font-size:18px}
  .detail img{width: auto !important;}
    .pdingm{padding:25px 0 !important}
    .bncat h2{font-size:18px}
    .bread_crumb{font-size:13px}
}

#slideshow {position:relative;width:100%;z-index:1}
#slideshow img{width:100%;height:auto;float:left}
.boxes{margin-top:70px;}
.boxes-tour-home,.boxes-why-choose,.videos-home,.boxes-travel-tips{margin-top:40px;}
.title-post {font-size:28px;color:#2f2f2f;margin:0;margin-top:10px;border-bottom:1px solid #afafaf;padding-bottom:10px;font-family:rob;}
header{position:relative;/* overflow:hidden */}

.header{background:#fff;width:100%;}
.tophead{background:var(--main);color: #fff;}
.tophead .container{display:flex;align-items: center;justify-content: space-between;}
.tophl{display:flex;gap:50px;animation: fadeInLeft 1s;}
.tophl i{margin-right:5px}
.mxhh{display:flex;animation: fadeInRight 1s;}
.mxhh a:hover{background:#fff;color:var(--main)}
.midhead{background: #fff;}
.midhead .container{display:flex;justify-content: space-between;align-items: center;}
.tencty{margin: 0;margin-left:50px;color: var(--second);font-weight: 500;text-transform: uppercase;font-size: 18px;text-align: center;}
.tencty strong{display:block;text-transform: uppercase;color: var(--main);font-size: 32px;}
.logo{height: 99px;position:relative}
.logo img{height:100%;width: auto;}
.logo:before, .logo:after{content: "";position: absolute;top: 50%;width: 10px;height: 100%;transform: translateY(-50%);background-color: rgba(255,255,255,.75);z-index: 1;}
.logo:before{left: -5%;animation: light-left 2.5s infinite alternate linear;}
.logo:after{right: -5%;animation: light-right 2.5s infinite alternate linear;}
.lang{text-align:center;animation: fadeInRight 1s;}
.lang img{height:25px;}
.lang strong{display:block;color:var(--main);font-weight:500;font-size:15px}
.searchbox{position:relative;width: 39%;margin: auto;}
.searchbox .form-control{height:50px;border-radius: 100px;border: 2px solid var(--main);padding-left: 20px;}
.searchbox .form-control::placeholder{color:#8f8f8f}
.searchbox .btn{position:absolute;right:0;top: 0;width: 78px;height:100%;background: var(--main);color: #fff;font-weight: bold;border-radius: 0px 50px 50px 50px;font-size: 24px;}

.nav_main{background:var(--third);}
.menu_main {display:flex;justify-content: space-between;margin: 0;}
.mnlic1{text-transform: capitalize;flex: auto;}
.mnliac1{height:100%;align-content:center;padding: 15px 10px;display:block;color: #fff;text-align: center;font-weight: 500;font-size: 15px;}
.mnliac1 span{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.havesub .mnliac1:after{content:"\f107";font-family:fontawesome;margin-left:5px;font-weight: 900;}
.mnlic1:hover .mnliac1,.mnliac1.homea{color:var(--main);background:var(--second)}

.menusub{z-index:100;position: absolute;padding: .5rem 0;background-color:var(--bs-light);border-radius: 3px;color: #777;min-width: 150px;top: 150%;opacity: 0;visibility: hidden;transition: .5s;}
.mnlic1:hover .menusub{top: 100%;visibility: visible;transition: .5s;opacity: 1;}
.menusub li a{display:block;padding: 5px 10px;color: #212529;}
.menusub li:hover a{background: var(--main);color: #fff;}
@media only screen 
and (max-width: 992px){
  #ShowMenu{z-index: 10;animation: fadeInLeft 1s;margin-right: auto;}
  #ShowMenu.close:before{background-color:rgba(0,0,0,.6);position:fixed;width:100%;height:100%;top:0;border:0;left:0;content:"";}
  #ShowMenu.navbar-dark .navbar-toggler{border-color: #ffffff52;}
  .tophead,.midhead .searchbox{display:none}
  .midhead{background: #000;color: #fff;}
  .lang{margin-left:auto}
  .lisearch{padding:10px 15px}
  .lisearch .searchbox{display: block;max-width: none;width: 100%;}
  .searchbox .form-control{border-radius:0;font-size: 14px;height: 40px;padding-left: 10px;}
  .searchbox .btn{font-size:14px;background: none;width: 40px;color: var(--main);border-radius: 0;line-height: 29px;}
  .nav_main{position: fixed;z-index: 1005;overflow:scroll;top: 0;background:var(--main);height: 100%;left:0;width:250px;display:none;gap: unset;margin: 0;padding: 0;}
  .nav_main .container{padding: 0;}
  .menu_main{display:block}
  .mnlic1{border-top: 1px solid #ffffff2e;position: relative;font-size: 13px;}
  .mnliac1{padding: 15px 0;padding-left: 15px;width:calc(100% - 42.4px);color:#fff !important;text-align: left;border-radius: unset;}
  .mnlic1:hover .mnliac1, .mnliac1.homea{background:none}
  .mnliac1 i{color:#fff !important}
  .havesub.mnlic1 span:after,.mnliac1:after{display:none}
  .openmn{display:block;font-style: normal;position:absolute;right:2%;top:0;height: 50.8px;width:42.4px;display:flex;color:#fff}
  .openmn:before{content:"\f324";font-family:fontawesome;margin:auto;font-weight:500;transition:transform .3s}
  .havesub.active .openmn:before{transform:rotate(90deg)}
  .menusub{position:relative;padding:0;display:none;top:auto;visibility:visible;transition:none;opacity:1;margin: 0;transform: none;border-radius: 0;}
  .mnlic1:hover .menusub{transform: none;background: #fff;transition: none;}
  .menusub li+li{border-top:1px solid #eee;}
  .menusub li a{padding:15px 0;padding-left:6%;}
  .liif{color:#fff;/* padding: 15px; */font-size: 14px;/* border-top: 1px solid #ffffff2e; */}
  .liif .tophl{display:block;padding: 15px;border-top: 1px solid #ffffff2e;border-bottom: 1px solid #ffffff2e;}
  .liif .mxhh{justify-content: center;}
}
@media only screen 
and (max-width: 576px){
  .logo{height:60px}
  .tencty{display:none}
  .lang strong{display:none}
  .lang img{height:20px}
}

.search-on-slide{position:absolute;width:100%;bottom: 65px;z-index:9;}
.search-on-slide .row{background:var(--second)}
.search-on-slide .row >div{padding:15px}
.search-on-slide .title-search{font-size:50px;font-family:rob;color:#fff;}
.search-on-slide .description{font-size:18px;color:#fff;}
.search-on-slide .form-control{border:0;padding:10px 20px 9px;height:41px;}
.search-on-slide .btn-primary{text-transform:uppercase}
.booking-transfer-on-slide{margin-left:25px;}
.booking-transfer-on-slide .border-over{border:1px solid #dfdfdf;border-bottom:0;padding:10px 30px 16px 50px;}
.border-over .form-group{margin-top:20px;position:relative;}
.form-group i{font-size:16px;position:absolute;bottom:13px;left:10px;color:4f4f4f;}
.booking-transfer-on-slide strong{position:absolute;background:#1f1f1f;color:#fff;width:50px;text-align:center;padding:10px 0;font-size:20px;left:-75px;}
.booking-transfer-on-slide .form-control {padding:8px 15px;height:42px;}
.booking-transfer-on-slide .button{padding:25px 15px;background:#1f1f1f;}

footer{background:var(--main);color:#ffffffbd}
.logof{margin-bottom:20px}
.logof img{max-width:100%}
.titf{text-transform:uppercase;font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 20px;}
footer .nd{line-height:1.8}

.tenctyf{font-family:rob;font-size: 22px;text-transform:uppercase;position:relative;padding-bottom:18px;color:#EDC41C}
.tenctyf strong{display:block;font-size:26px}
.tenctyf:before{content:"";position:absolute;bottom:0;left:0;border-bottom:5px solid #EDC41C;width:91px}
.iff{}
.iff >*{position:relative;}
.iff >*:before{content:"\f3c5";font-family:fontawesome;font-weight:900;color:#fff;width: 16px;display: inline-block;text-align: center;margin-right: 8px;}
.iff >*:nth-child(2):before{content:"\f879"}
.iff >*:nth-child(3):before{content:"\f0e0"}
.iff >*:nth-child(4):before{content:"\f0ac"}
.mxhf{margin-top:20px}
.mxhf a{display:flex;float:left;width: 35px;height: 35px;border-radius:50%;border:1px solid #fff;justify-content: center;align-items: center;}
.mxhf a+a{margin-left:8px}
.mxhf a:hover{background:#fff;border-color:var(--main)}
.mxhf .icon-kakao{height:16px;width: 17px;background: url(/Design/ic-kakao-w.png) no-repeat;background-size: contain;flex-shrink: 0;}
.mxhf a:hover .icon-kakao{background-image:url(/Design/ic-kakao.png)}
.foot .container{display:flex;justify-content:space-between;border-top:1px solid #ffffff17}
.foot a{color:#fff;text-decoration: underline;}
.foot a:hover{color:var(--third)}
.tagf {margin:0;display:flex;gap:15px;cursor:pointer;flex-wrap: wrap;}
.tagf a{font-style:italic;color: #f3b239 !important;}
.tagf a:hover{text-decoration: underline !important}
@media only screen 
and (max-width: 576px){
  .foot .container{text-align:center;display: block;font-size: 15px;}
  .titf{margin-top:0}
  .tagf{gap:8px}
}

.tithome{text-align:center;text-transform: uppercase;color: var(--main);font-size: 36px;margin-bottom: 30px;font-weight: bold;}
.quote{text-align:center;font-size: 18px;color: var(--text);margin-bottom: 25px;}
@media only screen 
and (max-width: 576px){
  .tithome{font-size:20px}
  .tithome span:before{he;height: 28px;width: 88px;left: -39px;bottom: 0;}
  .quote{font-size:15px}
}

/*booking*/
.booking{background:#f4f4f4}
.booking .container{padding:40px 0}
.titbk{text-align:center;font-size:26px;font-family:rob;color:#5F5F5F;margin-bottom:20px}
.formbooking label{color:#EDC41C;font-size:13px}
.formbooking .form-control{font-size:13px}
.btnbk{text-align:center;margin-top:10px}
.btnbk .btn{text-transform:uppercase;font-family:rob;font-size:15px;padding: 11px 40px;background:#EDC41C;border-color:#EDC41C}
/*calendar*/
.ajax__calendar_container TD {text-align:center;}
.ajax__calendar{z-index:999}
.ajax__calendar .ajax__calendar_dayname {font-family:'segoe ui';color: #EDC41C !important;font-weight:bold;font-size: 13px;text-align:  center;margin-bottom: 5px;border: none !important;}
.ajax__calendar .ajax__calendar_day {text-align:center;font-weight:bold;padding: 8px 11px 7px 8px;color: #EDC41C;border: 1px solid #EDC41C  !important;margin-bottom: 3px;font-size: 13px;display: block;box-sizing: unset;}
.ajax__calendar .ajax__calendar_container {width: 294px !important;padding-bottom: 10px;background-color: #fff !important;border-radius: 4px !important;border: none !important;margin-top: 10px;}
.ajax__calendar_body,.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {width: 100% !important;height: 245px !important;}
.ajax__calendar_container TABLE {width:100%}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day {font-weight:normal;border: 1px solid hsla(0, 0%, 100%, 0.5) !important;background-color: rgba(0, 37, 42, 0.1) !important;}
.ajax__calendar .ajax__calendar_today .ajax__calendar_day {background-color: #EDC41C !important;color: #fff !important;border: 1px solid #EDC41C!important;}
.ajax__calendar_title {color: #EDC41C !important;font-size:14px;}
.ajax__calendar .ajax__calendar_footer {color: #EDC41C !important;font-size:14px;}
.ajax__calendar .ajax__calendar_day:hover {background-color: #EDC41C  !important;color: #EDC41C !important;border: 1px solid #002329  !important;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color: #EDC41C!important;color: #ffffff!important;border: 1px solid #EDC41C  !important;}
@media only screen 
and (max-width: 576px){
.titbk{font-size:16px}
}

/*tourtophome*/
.tourtophome{}
.rownb .item{border-radius: 20px;overflow: hidden;position: relative;}
.rownb .nd{position:absolute;bottom:0;left:0;right:0;color:#fff;height: 91px;display: flex;text-align: center;align-items: center;background: rgba(0, 0, 0, 0.5);}
.rownb h4{width:90%}
.rownb .nd:hover{background-color: rgb(0 0 0 / 70%);}

/*bkform */
.bkform{}
.featured-top{margin-top:-250px}
.request-form{padding: 30px;z-index: 2;border-radius: 5px;box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);width: 100%;}
.request-form h2{color: #fff;font-size: 22px;font-weight: bold;}
.request-form label{color: #fff;font-size: 12px;text-transform: uppercase;font-weight: 600;margin-bottom: 0.5rem;}
.request-form .form-group{position: relative;width: 100%;display: block;margin-bottom: 1rem;}
.request-form .form-control{border: 1px solid rgba(255, 255, 255, 0.1) !important;height: 40px !important;background: var(--main);color:rgba(255, 255, 255, 0.7) !important;font-size: 12px;border-radius: 0px;box-shadow: none !important;}
.request-form .form-control::placeholder{color:rgba(255, 255, 255, 0.7) !important}
.request-form .form-group .btn{width: 100%;display: block !important;}
.services-wrap{padding: 4em 3em;background: #fff;box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);z-index: 1;}
.services-wrap .heading-section{font-size: 24px;font-weight: 600;}
@media only screen
and (max-width :768px){
.featured-top{margin:auto}
}

/*ckhome*/
.ckhome{}
.rowck .item{text-align:center;padding: 32px 16px;background: #fff;border-radius: 20px;}
.rowck .icon{font-size:60px;color: var(--main);}
.rowck i.i1:before{content:"\f4d3"}
.rowck i.i2:before{content:"\f15c"}
.rowck i.i3:before{content:"\f82d"}
.rowck .td{color:var(--main)}
.rowck .mt *{margin:auto}
@media only screen
and (max-width :1400px){
  .rowck .td{font-size: 22px;}
  .rowck .mt{height:63px;display:block}
}
@media only screen
and (max-width :1200px){
  .rowck .td{font-size: 18px;}
  .rowck .mt{height:auto}
}
@media only screen
and (max-width :992px){
  .ckhome .scroll{overflow-y:scroll}
  .rowck{width:1000px}
  .rowck .icon{font-size:40px}
}

/*gthome*/
.gthome{}
.rowgt {align-items:center; word-wrap: break-word;}
.ndgt h5{font-family:fftd;color: var(--bs-red);}
.ndgt h2{color:var(--main);font-weight: bold;}
.ndgt .btn{text-transform: uppercase;}
.img-gt{position:relative}
.img-gt .imgz{width:80%;position:relative;margin-left: auto;}
.img-gt .imgz img{/* border-radius: 10px; */}
.img-gt .imgz:before{/* content:""; */position:absolute;background: var(--main);border-radius: 10px;width: 80%;height: 80%;z-index: -1;right: -10%;top: 50%;transform: translateY(-50%);}
.img-gt .imgz2{position:absolute;left: 0;bottom: 5%;width: 40%;border: 5px solid #fff;z-index: 1;}
@media only screen
and (max-width :576px){
  
}


/*dvhome*/
.dvhome{}
.rowdv .nd{padding:24px;padding-top:48px;text-align:center}
.rowdv .td{height:48px}
.rowdv .text{height:72px}
.rowdv .imgz{padding: 36%;}
.rowdv .hover{position: absolute;width: 100%;height: 0;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: rgb(0 0 0 / 50%);overflow: hidden;opacity: 0;transition: .5s;}
.rowdv .item:hover .hover{height: 100%;opacity: 1;}
@media only screen
and (max-width :992px){
  .dvhome .scroll{overflow:scroll}
  .dvhome .scroll .rowdv{width:1000px}
}
@media only screen
and (max-width :576px){
  .coldk{margin-top:50px;padding: 0;}
  .dvhome .scroll .rowdv{width:750px}
  .rowdv .td{font-size: 17px;height: 40.78px;}
  .rowdv .nd{padding: 10px;}
  .rowdv .text{font-size:13px;height: 58.5px;}
}

/*tourhome*/
.tourhome{}
.litour .imgz{border-radius:5px 5px 0 0}
.litour .nd{padding: 20px;background:#fff;position:relative;border: 1px solid #EBEBEB;border-top:0;border-radius:0 0 5px 5px}
.litour .td{font-size: 18px;color:var(--main);height: 43.2px;}
.litour .td:hover{color:var(--second)}
.litour .price strong{font-weight:500;font-size:20px;color:red}
@media only screen 
and (max-width: 576px){
  .litour .nd{border:none;padding:0}
  .litour .td{height:auto;margin-top:8px;font-size: 14px;}
}

/*lhhome*/
.lhhome{position:relative;overflow:hidden}
.lhhome .container{padding:50px 0}
.maplh{position:unset}
.maplh .item iframe{width:100%;height:100%}
.formlh{padding-right:16px}
.formlh .td{font-size:22px;color:#EC1C24;font-family:rob;}
.formlh label{color:red}
.formlh .txt{background:none;border-bottom:2px solid #AFAFAF;border-radius:0;font-size:15px;color:#000;padding-bottom:10px;outline:0;box-shadow:none}
.formlh .txt::placeholder{color:#9F9F9F}
.formlh .btn{font-size:15px;color:#fff;background:#EC1C24;padding:13px 40px;display:inline-block;border-radius:0;margin-top:50px}
.formlh .btn:hover{background:#0282F8}
@media (min-width: 768px){
.maplh .item{position:absolute;right:0;top:0;width:50%;height:100%}
}
@media only screen 
and (max-width: 768px){
.maplh .item{height:300px}
}
@media only screen 
and (max-width: 576px){
.lhhome{overflow:hidden}
.lhhome .container{overflow:initial}
.lhhome:before{display:none}
.lhhome .container{padding:0;}
.maplh{padding:0}
.lhhl .td{font-size:18px}
.ullhh li{font-size:15px;padding-left:30px}
.ullhh li+li{margin-top:10px}
.lhhl .link a{margin-top:20px}
.formlh{padding-left:0;margin-top:10px;}
.formlh hgroup h4{font-size:18px}
.formlh .col-12{padding:0 15px}
.formlh .btn{margin-top:20px}
}

/*dghome*/
.dghome{background:url(/Design/bndg.jpg) no-repeat center;background-size:cover}
.dghome .container{padding:50px 0 33px;overflow:inherit;display:flow-root}
.uldg{margin-top:40px}
.lidg{padding:33px 36px;background:rgb(255 255 255 / .8)}
.lidg .top{overflow:hidden}
.imgava{float:left;padding:50px;border-radius:50%}
.lidg .if{margin-left:23px;float:left}
.lidg .if h4{font-size:18px;text-transform:uppercase;font-family:rob;font-weight:bold;color:#F49C14;margin-top:20px}
.lidg .if p{font-size:14px;color:#3F3F3F;font-family:rob}
.lidg .nd{margin-top:20px;font-size:14px;color:#000;height:96px;overflow:hidden;text-align:justify}
@media only screen 
and (max-width: 576px){
.dghome .container{max-width:340px}
.uldg{margin-top:24px}
.lidg .top{text-align:center}
.imgava{float:none;width:100px;margin:auto}
.lidg .if{float:none;margin:auto}
}

/*tintuchome*/
.tintuchome{}
.litt .imgz{border-radius:3px}
.litt .nd{padding:20px 10px}
.litt .datebv{font-size:12px;color:#333}
.litt .td{font-size:16px;height: 38.4px;}
.litt .td:hover{color:var(--main)}
.litt .datebv{color:#999;margin-bottom:10px;display: block;}
.litt .mt{color:#7a7a7a}
.litt .link{margin-top:20px;display: inline-block;color: var(--main);}
.litt .link:hover{color:var(--second)}
@media only screen 
and (max-width: 576px){
  .litt .mt{display:none}
  .litt .nd{padding:10px 5px}
  .litt .td{font-size:15px;height: 36px;}
  .litt .link{margin:0}
}

/*khac*/
.owl-hover.owl-theme .owl-nav button{background:none;border:none;outline:none}
.owl-hover.owl-theme .owl-nav button span{display:none}
.owl-hover .owl-nav button.owl-prev{position: absolute;width: 5%;background: url(/Design/1/vec-l-b.png) no-repeat center;height:100%;top: 0;right:100%;}
.owl-hover .owl-nav button.owl-next{position: absolute;width: 5%;background: url(/Design/1/vec-r-b.png) no-repeat center;height:100%;top: 0;left:100%;}

.owl-hover2.owl-theme .owl-nav button{background:none;border:none;outline:none}
.owl-hover2.owl-theme .owl-nav button span{display:none}
.owl-hover2 .owl-nav button.owl-prev{position: absolute;width: 5%;background: url(/Design/1/vec-l-w.png) no-repeat center;height:100%;top: 0;right:100%;}
.owl-hover2 .owl-nav button.owl-next{position: absolute;width: 5%;background: url(/Design/1/vec-r-w.png) no-repeat center;height:100%;top: 0;left:100%;}

.owlnav.owl-carousel .owl-nav button{border-radius:0;top:0;margin:0;height:100%;position: absolute;border:none;outline:none;transform: rotate(180deg) !important;transition: .3s;color: #333;font-size: 35px !important;opacity:0;}
.owlnav .owl-nav button span{display:none}
.owlnav .owl-nav button.owl-prev{left: 0;}
.owlnav .owl-nav button.owl-next{right:0;}
.owlnav .owl-prev:before{content:"\f104";font-family:fontawesome;}
.owlnav .owl-next:before{content:"\f105";font-family:fontawesome;}
.owlnav:hover .owl-nav button{transform:translateX(0) !important;opacity:1}
.owlnav.owl-carousel .owl-nav button:hover{color:var(--second) !important}

.owl-carousel .owl-dots{margin-top:31px;text-align:center}
.owl-carousel .owl-dots button{outline:0}
.owl-carousel .owl-dots span{display: block;width: 24px;height: 24px;margin: 0 2.5px;border-radius: 50%;background:#C4C4C4;}
.owl-carousel .owl-dots button.active span,.owl-carousel .owl-dots button:hover span{opacity:1;background:#EDC41C}
@media only screen 
and (max-width: 576px){
.owl-hover .owl-nav button.owl-prev,.owl-hover .owl-nav button.owl-next,.owl-hover2 .owl-nav button.owl-prev,.owl-hover2 .owl-nav button.owl-next{width:20px;background-size:100% auto}

}

.content_wrapper{overflow:hidden;padding:30px 0}
.tour-item .item{margin-bottom:20px}
.tour-item .td{height:auto}
.bn-side-list{height: 700px;overflow:hidden;margin-bottom: 20px;}

/*calendar*/
.ui-widget-header{background:#fff!important;color:#000!important;font-weight:400!important;border:none!important}
.ui-widget-content{background:#fff!important;color:#000!important}
.ui-datepicker th{font-weight:400!important}
.ui-datepicker td{}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:none!important;background:#fff!important;text-align:center;width:35px;height:35px;display:flex;align-items:center;justify-content:center}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#424242!important}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{background:var(--main)!important;border:none!important;border-radius:50%}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{background:var(--main)!important;border:none!important;border-radius:50%;color:#fff!important}

/*cttourpage*/
.cttourpage{}
.title-tour{font-size: 24px;line-height:1.4;font-weight: bold;}
.if_tour{display:flex;flex-flow: wrap;font-size: 13px;gap: 10px;}
.if_tour i{margin-right:3px;color:#FF9800}
.if-price{display:flex;align-items: center;gap: 30px;margin: 20px 0;}
.price-tour{font-size:30px;color:#FF9800;}
.ndtour{box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);margin-bottom: 20px;}



.about-default .title-center{margin-bottom:20px;}
.about-default .description{font-size:16px;text-align:center;}
.about-default .overHide{margin-top:20px;margin-left:-15px;margin-right:-15px;}
.about-default .overHide p{float:left;padding:0 15px;width:20%;text-align:center;}
.about-default .overHide strong{font-size:18px;display:block;}
.about-default .overHide i{background:#EDC41C;color:#fff;display:block;width:60px;margin:auto;padding:10px 0;margin-bottom:20px;font-size:26px;text-indent:-10000px;position:relative;}
.about-default .overHide i:before{text-indent:0;position:absolute;left:0;right:0;}
.title-center{font-size:36px;text-align:center;font-weight:bold;font-family:rob;margin:0;}
.title-description{font-size:15px;color:#6f6f6f;text-align:center;padding-top:6px;}
.menu-tab .slides{width:100% !important;text-align:center;overflow:hidden;}
.menu-conent {margin-top:10px;}
.menu-conent .link{text-align:center;}{overflow:hidden;margin-top:20px;}.menu-conent .link{text-align:center;color:#3f3f3f;}.menu-conent .link a:hover{color:#EDC41C}
.menu-tab .slides li{display:inline-block !important;float:none !important;border:1px solid #EDC41C;padding:8px 0;border-radius:8px;margin-bottom:10px;}
.menu-tab .slides .flex-active-slide{background:#EDC41C;color:#fff;}
.content-bottom .title-center{color:#fff;}.content-bottom .title-description{color:#dfdfdf;margin-bottom:30px;}
.link-home .item{position:relative;margin-bottom:30px;}
.link-home .img{height:330px;overflow:hidden;position:relative;border-radius:15px;overflow:hidden;}
.link-home .img:after{position:absolute;width:100%;height:70%;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));z-index:4;content:"";}
.link-home h4{position:absolute;z-index:6;color:#fff;font-size:22px;font-weight:bold;left:40px;bottom:20px;margin:0;font-family:rob;}

.johnny-home{position:relative;height:500px;}
.johnny-home .parallaxer{position:absolute;top:0;left:0;}
.johnny-home .container{position:relative;z-index:5;height:500px;}
.johnny-home .johnny-image{bottom:0;position:absolute;right:0;height:390px;}
.johnny-home .title-center{font-size:50px;color:#fff;padding-top:220px;text-align:left;}
.flexible-home .description{text-align:center;font-size:18px;margin-top:30px;}
.link-tour-home{overflow:hidden;margin-left:-10px;margin-right:-10px;}
.link-tour-home .item{padding:10px;width:20%;float:left;position:relative;overflow:hidden;}
.link-tour-home .item img{width:100%;}.link-tour-home .item .img{height:180px;}
.link-tour-home .item h4{font-family:rob;text-align:center;}
.why-content{text-align:center;}
.why-content strong{font-size:20px;}
.why-content .item:before{content:"";width:150px;height:150px;display:block;margin:auto;background-size:100% 100%;}
.why-content .item:first-child:before{background-image:url(/Design/hinh-01.png) ;}.why-content .item:nth-child(2):before{background-image:url(/Design/hinh-02.png);}
.why-content .item:nth-child(3):before{background-image:url(/Design/hinh-03.png) ;}.why-content .item:nth-child(4):before{background-image:url(/Design/hinh-04.png);}
.videos-home iframe{width:49%;height:300px;margin-bottom:1.5%}
.videos-home iframe:nth-child(2n+2){float:right}
.news-home .item{/* margin-bottom:30px; */}
.news-home .postImg{height:250px;border-top-left-radius:12px;border-top-right-radius:12px;}
.news-home .text{border-bottom-left-radius:12px;border-bottom-right-radius:12px;border:1px solid #dfdfdf;border-top:0;padding:10px 20px 20px;}
.news-home h4{font-size:20px;font-family:rob;height: 49px;overflow:hidden;}
.review-default {padding:50px 0;overflow:hidden;background:url(/Design/bg-review2.jpg)center;background-size:auto 100%;}
.title-review{font-size:35px;color:#fff;margin-bottom:30px;text-align:center;}
.review-default .listReview{position:relative;height: 260px;z-index:3;/* margin-top:20px; */}
.review-default .content .next{position:absolute;bottom:40px;right:43%;color:#9e9e9e;cursor:pointer;z-index:99}
.review-default .content .next:before{content:"\f105";font-family:fontawesome;}
.review-default .content .prev{position:absolute;bottom:40px;left:43%;color:#9e9e9e;cursor:pointer;z-index:99;}
.review-default .content .prev:before{content:"\f104";font-family:fontawesome;}
.review-default .content .prev:hover,.review-default .content .next:hover{color:#2f2f2f;}
.review-default li{position:absolute;left:0;top:0;width:100%;overflow:hidden;display:none;z-index:1;}
.review-default .fullname{color:#fff;text-align:center;font-size:22px;font-weight:normal;animation:itemTranslateShow 1s;}
.review-default .text{max-width:1000px;margin:auto;text-align:center;color:#fff;font-size:17px;max-height:72px;overflow:hidden;animation:itemTranslateShow2 1s;font-family:segoe ui;margin-top:10px;}
.review-default .text .over{display:inline-block;position:relative;padding:3px 0;padding-left:25px;}
.review-default .text .over:before{content:"\f10d";font-family:fontawesome;font-size:25px;color:#fff;position:absolute;left:3px;top:-3px;}
.review-default .text .over p{position:relative;}
.review-default .text .over p:after{content:"\f10e";font-family:fontawesome;font-size:25px;color:#fff;margin-left:10px;bottom:-10px;position:absolute;}
.review-default .avatar{width:100px;height:100px;overflow:hidden;border-radius:100%;margin:10px auto;/* border-bottom:2px solid #d9d9d9; */animation: fadeAvatardown 1s;}
.review-default .avatar img{width:100%;border:5px solid #fff;border-radius:100%;box-sizing:border-box;}
.review-default .nav-review{text-align:center;margin-top:15px;}
.review-default .nav-review .ctr{width:12px;height:12px;background:#fff;display:inline-block;border-radius:100%;margin-right:7px;border:1px solid #2f2f2f;cursor:pointer;}
.review-default .nav-review .ctr.active{background:#6f6f6f;}
.videos-container {height:430px;}
.link-footer{margin-left:-5px;margin-right:-5px;}
.link-footer .item{width:33.33%;float:left;padding:0 5px;margin-bottom:10px;}
.link-footer .imgW{height:100px;border-radius:8px;overflow:hidden;}
.col-section{width:calc(100% - 420px);float:left;/* margin-bottom:40px; */}
.col-side{width:380px;float:right;/* margin-bottom:40px; */}
.bkhead{padding:0 40px;border-bottom:1px solid #dfdfdf}
.bkhead h3{position:relative;padding:20px 0 10px;text-transform:uppercase;font-size:18px;font-family:rob}
.bkhead h3:before{content: "";position: absolute;top: 0;left: -5px;right: -5px;height: 5px;background-color:#f49c14;border-bottom-left-radius: 2em;border-bottom-right-radius: 2em;}
.booking-form-on-side{margin-top:70px;border-radius:20px;box-shadow:0 0 30px 0 rgb(6 30 98 / 8%)}
.booking-form-on-side .this-form{padding:20px 40px;padding-top:0}
.calculate-price{margin-top:10px;display:block}
.is_stuck .booking-form-on-side{;border-color: transparent}
.is_stuck .price-header{display:block !important;}

.booking-form-on-side label{font-size:13px;margin-bottom:0}
.booking-form-on-side .form-group{margin-bottom:0}
.booking-form-on-side .form-control{padding:12px 15px;height:42px;font-size:13px}
.booking-form-on-side select.form-control{padding: 0 15px}
.booking-form-on-side .btn-primary{margin-top:10px;}.form-group .form-caculate-group {overflow:hidden;}
.form-group .form-caculate-group .form-control{display:block;float:left;}
.form-group .tinh{width:40px;background:#8f8f8f;color:#fff;border:0;text-align:center;cursor:pointer;}.form-group .cong{margin-right:2px;}.form-group .tru{margin-left:2px;}
.form-group .tinh:hover{background:#EDC41C;color:#fff;border-color:#EDC41C;}
.link-tab-div{}.link-tab-div a{padding:10px 15px;background:#fff;outline:1px solid #dfdfdf;outline-offset:-1px;text-align:center;display:inline-block;color:#3f3f3f;}
.link-tab-div a:hover{background:#f7f7f7;}.link-tab-div a.active{background:#EDC41C;outline:0;color:#fff;}
.tour_name{background:#F6F7FB;padding:50px 0}


.slidetour{background:#F6F7FB}
.slidetour .container{max-width:100%;width:100%;padding:0}
.dsimg{width:60%;margin:auto}
.owl-carousel.dsimg .owl-nav.disabled{display:block}
.dsimg .owl-stage-outer{overflow:inherit}
.imgds{height:500px}


.info-tour{padding:20px 0;margin:30px 0;border-top:1px dashed #c1c1c1;border-bottom:1px dashed #c1c1c1;overflow:hidden;}
.info-tour .col-content{width:25%;float:left;text-align:center;}
.info-tour .col-content i{font-size:32px;display:block;color:#1f1f1f}
.info-tour span{margin-top:10px;display:block;font-size:14px;color:#1f1f1f;}
.info-tour .over-round {background:#afafaf;width:22px;height:22px;color:#fff;border-radius:100%;text-align:center;padding-top:4px;font-size:14px;}
.tienich-detail ul{margin:0;padding:0;display:flow-root;}.tienich-detail li{margin-left:20px;width:calc(33% - 20px);float:left;}
.room-more .item{margin-bottom:30px}
.room-more .item .postImg{height:175px;border-radius:8px}
.room-more .item h4{font-size:15px;font-weight:bold;color:#3f3f3f;height:32px;overflow:hidden;margin-top:10px;}
.room-more .item .price{font-weight:bold;color:red}
.room-more .item p{font-size:14px;margin:5px 0}
.room-more .item .nd-type{background:#ffd600;padding:5px 15px;}
@media only screen 
and (max-width: 576px){
.tour_name{padding:0}
.dsimg{width:100%}
.imgds{height:250px}
.if_tour ul{padding:20px 0 0}
.if_tour ul li{width:33%;max-width:33%;padding-right:0}
.if_tour ul li:last-child{width:66%;max-width:66%}
.if_tour li >i{display:none}
}


.boxes-speacial{border-color:#EDC41C;color:#EDC41C;text-align:center;}.boxes-side .contain {padding:10px 40px 20px;}
.news-aside .item{overflow:hidden;margin-bottom:20px;}
.news-aside .imgH{width:100px;height:80px;border-radius:10px;float:left}
.news-aside .item .text{width:calc(100% - 100px);float:right;padding-left:20px}
.news-aside .item h4{font-size:15px;font-weight:bold;color:#3f3f3f;margin:0;}
.news-aside .item .date{font-size:12px;color:#9f9f9f;display:block;margin-top:6px;}
.link-side{margin:0 -8px;overflow:hidden;}
.link-side .item{width:50%;padding:0 8px;margin-bottom:15px;float:left;position:relative;}
.link-side .item .img{height:100px;overflow:hidden;border-radius:8px;position:relative;z-index:1;}
.link-side .item h4{position:absolute;z-index:6;bottom:0;left:0;padding:0px 15px;font-size:14px;font-weight:bold;color:#fff;}.link-side .item:hover h4{color:#EDC41C;}
.link-side .item .img:after{content:"";width:100%;height:60%;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));position:absolute;bottom:0;left:0;}
.tagbv{font-family:rob;font-size: 18px;}
.tagbv a{font-size:14px;display:inline-block;background-color:#f1f1f1;font-family:avo;padding:6px 10px 5px;border-left:3px solid #EDC41C;position:relative;margin-left:10px; margin-bottom: 10px;}
.tagbv a:before{content:"";position:absolute;border:5px solid transparent;width:0;left: -1px;border-left-color:#EDC41C;height:0px;top:0;bottom:0;margin:auto;}
.tagbv a:hover{color:#0282F8;font-style:italic}


.support-list .item{padding:10px 0}
.support-list .item+.item{border-top:1px solid #dfdfdf;}
.support-list i{font-size:20px;display:inline-block;margin-right:8px;}


.title-detail{/* font-size:22px; */font-family:rob;color:#1f1f1f;padding-top:20px;border-top:1px solid #dfdfdf;}
.pdetail{color:#888;font-weight:bold;font-size:14px}
.article-more .item {margin-bottom:20px;} .article-more .item .postImg{height:160px;border-radius:8px;}
.article-more .item .text{margin-top:8px;}.article-more .item .date{color:#9f9f9f;font-weight:bold;}
.article-more .item h4{font-size:15px;font-weight:bold;color:#3f3f3f;margin:0;margin-top:6px;height: 37px;overflow:hidden;}

/*khac*/
.owl_hover.owl-carousel .owl-nav button{border-radius:0;top:0;margin:0;height:100%;position: absolute;border:none;outline:none;}
.owl_hover .owl-nav button.owl-prev{left: 70px;}
.owl_hover .owl-nav button.owl-next{right: 70px;}
.owl_hover.owl-carousel .owl-nav button:before{position:absolute;background-color:#fff;color:#333;border-radius:50%;font-size: 15px;width: 60px;height: 60px;top:0;bottom:0;margin:auto;padding-top:20px;box-sizing:border-box;}
.owl_hover .owl-prev:before{content:"\f0d9";font-family:fontawesome;right:0;font-weight:900}
.owl_hover .owl-next:before{content:"\f0da";font-family:fontawesome;left:0;font-weight:900}
.owl_hover.owl-carousel .owl-nav button:hover:before{background-color:#EDC41C;color:#fff}
.social_home{position: fixed;z-index: 988;left: 10px;bottom: 52px;width:46px}
.social_home .ic_sh a{width:46px;display:inline-block}
.social_home .ic_sh img{width:100%}
.social_home .ic_sh .cd-top{opacity:1;height:auto;background:none;position: unset;text-indent:0;visibility: visible;border-radius:0}
.social_home .ic_cd{display:none}
@media only screen
and (max-width :576px){
.owl_hover .owl-nav button.owl-prev{left: 70px;}
.owl_hover .owl-nav button.owl-next{right: 70px;}
.owl_hover.owl-carousel .owl-nav button:before{width:40px;height:40px;padding-top:10px}
.social_home{left: 1px;bottom: 10px;}
}

@media only screen
and (max-width :992px){
.search-on-slide .title-search{font-size:36px;}

.content-bottom{/* bottom:10px; */} .content-bottom .price-header{display:none;}
.col-side,.col-section{width:100%;float:none;}
.col-side .price-header{display:block;margin-top:30px;}
.link-tour-home .item{width:33.33333%;}
}
@media only screen
and (max-width :576px){  	 
.search-on-slide {position: relative;bottom: auto;}
.search-on-slide .title-search{font-size:22px;}.search-on-slide .description{font-size:16px;}
.review-default .listReview{height:330px;}
.review-default .fullname{font-size:18px;}.title-review{margin-bottom:20px;}
.review-default p{font-size:12px;}
.review-default .text{max-height:200px;font-size:15px;}
.review-default .text span{padding-left:30px !important;}
.review-default {}
.johnny-home .title-center{padding-top:120px;}
.title-center,.johnny-home .title-center{font-size:26px;}.johnny-home .title-center{width:50%;}
.johnny-home{height:300px;overflow:hidden;}.johnny-home .container{height:300px;}
.johnny-home .johnny-image{height:250px;}
.boxes{margin-top:50px;}
.videos-home {/* height:120px; */}
.videos-home iframe{width:100%;height:200px}
footer .text-content{padding-right:0;margin-bottom:30px;}.tour-list{display:none;}   
.boxes-tour-home,.boxes-why-choose,.videos-home,.boxes-travel-tips{margin-top:10px;}
.about-default .overHide p{width:100%;margin-bottom:20px;}.about-default .overHide p:last-child{margin-bottom:0;}
.link-tour-home .item{width:50%;}.link-tour-home .item .img{height:130px;}.link-tour-home .item h4{font-size:16px;}
.tienich-detail li{margin-left:20px;width:calc(50% - 20px);float:left;}

}
@media only screen
and (max-width :392px){
.iconf a{height:85px}
.form-group .tinh{width: 35px;}
.booking-form-on-side .form-control{padding:12px;}
}

a.numberzalo {
    position: fixed;
    bottom: 83px;
    left: 20px;
    cursor: pointer;
    z-index: 9999;
}
a.numberzalo img {
    width: 60px;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    background-color: #0c3!important;
    border-radius: 50%;
}
@keyframes phonering-alo-circle-img-anim {

0%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}

10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}

20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}

30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}

40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}

50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}

100%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}

}
.call-mobile {
    background: #ed1c24;
    position: fixed;
    bottom: 36px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}
.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #b52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
}

/*searchtour*/
.searchtour{position:relative;z-index: 2;/* padding: 167px 0; */margin-top: -43px;/* background: #f7f7f7; */}
.searchtour .banner{position: absolute;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;pointer-events: none;overflow:hidden}
.searchtour .banner img{height:100%;min-width:100%;width:auto !important;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);object-fit: cover;}
.searchtour .contain{background:#fff;border-radius: 12px;box-shadow: 0 4px 30px 0 #00000026;position: relative;}
.top-find {text-align:center;border-bottom: 1px solid #e8e8e8;}
.top-find .title{font-weight: 600;margin: auto;color: var(--title);line-height: 80px;}
.form-find{display:flex;}
.form-boder{display:flex;width: 100%;border: 1px solid rgb(224, 224, 224);margin: 16px;border-radius: 8px;/* align-items: center; */height: 54px;}
.find-box{align-items:center;/* margin:0 10px; *//* padding:17px 0 5px; */padding: 0 16px;}
.find-dd{flex:1;position:relative;display: flex;align-items: center;}
.search-result{position:absolute;top:62px;background:#fff;width:100%;border-radius:4px}
.search-result ul{margin:0}
.search-result li{padding:10px 15px;border-bottom:1px solid #f1f1f1;text-transform:capitalize;font-size:13px}
.search-result .result-product{color:#7f7f7f;cursor:pointer}
.search-result .result-product i{color:#4f4f4f}
.search-result .result-product:hover,.search-result .result-product.active{background:#f2f7ff}
.search-result .result-product strong{color:#000}
.find-box .close{color:#3f3f3f;font-size:20px;text-align:center;width:30px;text-align:left;display:inline-block;position:relative;bottom:3px}
.find-box .close{display:none}
.find-box svg{display:inline-block}
.find-box img{display:inline-block}
.form-find .ddl{color:#cdcdcd;font-size:16px;outline:0;width:100%}
.form-find .txt{outline:0;/* width:calc(100% - 80px); */width: 100%;position:relative;font-size:15px;/* padding: 9px 0; */background:none;border: none;margin-left: 8px;height: 100%;}
.find-date{flex:1;position:relative;display: flex;align-items: center;border-left: 1px solid #f2f2f2;padding: 0 16px;}
.form-find .txt-date{outline:0;width: 100%;position:relative;font-size:15px;/* padding:7px 0; */background:none;border: none;margin-left: 8px;height: 100%;}
.find-day{width:124px;box-sizing:border-box;border-left:1px solid #f0f0f0}
.form-find .txtNgay{margin-left:4px;width:100%;font-size:16px}
.form-find .txtKhuHoi::placeholder{color:#cdcdcd}
.find-sl{border-left:1px solid #f0f0f0;width:80px}
.find-sl .ddl{color:#3f3f3f}
.form-find .change{display:flex;box-sizing:border-box;/* margin-top:11px; */position:relative;cursor:pointer;align-items: center;}
.form-find .change svg{transform:rotate(90deg)}
.form-find .change a{margin:auto;color:#fa0}
.form-find .highlight{color:#186ada;text-transform:uppercase;font-weight:700}
.form-find .btn{color: #141414;background: rgb(255, 211, 51);display: flex;margin: 16px;margin-left:0;padding: 0 33px;border-radius: 8px;flex-shrink: 0;font-size: 18px;font-weight: 600;align-items: center;}
.find-dd .times{position:absolute;right:0;color:#4f4f4f;display:none;right:10px;top:22px}
.focus-input{display:flex}
.find-dd.active_mobile{position:fixed;width:100%;height:100%;top: 0;left:0;background:#fff;z-index:999;margin:0;padding:0;display: block;}
.find-dd.active_mobile img{display:none}
.find-dd.active_mobile .txt{padding:30px 0;height: auto;display: inline-block;width: calc(100% - 80px);margin: 0;}
.find-dd.active_mobile svg{display:none}
.find-dd.active_mobile .search-result{position:static}
.find-dd.active_mobile .close{display:inline-block;color:#fa0}
.find-dd.active_mobile .times{display:inline-block}
@media only screen and (max-width : 768px) {
  .searchtour{padding-top: 20px;margin: 0;}
.top-find .title{font-size: calc(1.275rem + .3vw);max-width: 350px;line-height: 1.2;display: block;padding: 18px 0;}
.form-find{display:block;border-radius: 0;position:relative;padding: revert-layer;box-sizing:border-box;box-shadow: none;}
  .form-boder{display:block;margin: 0;border-radius: 0;height: auto;border-color: #3333330d;/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px !important; */padding: 12px;border: 0;}
.find-box{/* margin:0; *//* padding: 7px 16px; */}
.find-box i{margin-left:12px}
.find-dd{border-bottom:1px solid #dbdbdb;height: 59px;}
.form-find .change{position:absolute;top: 50px;right:22px;margin:0;z-index:2}
.form-find .change:before,.form-find .change:after{display:none}
.form-find .change svg{transform:rotate(0)}
.form-find .btn{border-radius:6px;margin: 0;margin-top: 16px;height: 48px;justify-content: center;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;}
  .find-date{border: 0;border-top;border-bottom: 1px solid #dbdbdb;}
  .form-find .txt-date{a;height: 59px;}
}