
/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@500&display=swap');
@font-face {font-family: 'Lato'; font-weight: 400;src: url('font/Lato-Regular.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 500;src: url('font/Lato-Medium.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 500; font-style:italic; src: url('font/Lato-MediumItalic.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 600;src: url('font/Lato-Semibold.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 600; font-style:italic; src: url('font/Lato-SemiboldItalic.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 700;src: url('font/Lato-Bold.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 700; font-style:italic; src: url('font/Lato-BoldItalic.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 900;src: url('font/Lato-Heavy.ttf') format('truetype');}
@font-face {font-family: 'Lato'; font-weight: 900; font-style:italic; src: url('font/Lato-HeavyItalic.ttf') format('truetype');}

body{background: #fff;font-family: 'Lato', sans-serif;color: #333;line-height: 1.4;}
:root {--main: #008768;--main-light: #00ad85;--main-focus:#6BCCCC80;--main-dark: #1CA8CB ;
       --second:#ecb731;--second-light: #ffce53;--second-focus: #ecb73180;--second-dark: #ffa800;
       --title:#113D48;--third:#ffa500;--four:#36C8FF;--text:#67747c;--text-dark:#543c04;--light: #F7F7F7;--border:#e7eaf3}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{/* ; */}
.ffb{font-family:ffb}.ffnb{font-family:ffnb}.fftd{font-family:ftd}
.color{color:var(--main)}.second{color:var(--second)}.third{color:var(--third)}.text{color:var(--text)}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:inherit;}

.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;}
.border-top{border-top: 1px solid var(--border) !important;}
.border-bottom{border-bottom: 1px solid var(--border) !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: 2px; *//* font-weight: 500; *//* font-size: 14px; */}
.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);}
  .gy-lg-6{--bs-gutter-y: 6rem;}
  .pb-lg-6 {padding-bottom: 6rem !important;}
  .py-lg-6 {padding-top: 6rem !important;padding-bottom: 6rem !important;}
}
@media (min-width: 1200px) {
  .col-left{padding-left: calc(((100% - 1140px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 1140px) / 2) + .75rem);}
  .container-fluid{padding-left: 3.75rem;padding-right: 3.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{padding: 8px 0;background: var(--bs-light);box-shadow: 0px 1px 3px rgba(0, 29, 39, 0.16);background: #fff;position: relative;border-top: 1px solid #f9f9f9;}
.breadcrumb{margin-bottom:0}
.breadcrumb-item.active{}
.breadcrumb-item+.breadcrumb-item::before{}

.center{text-align:center}
.detail{overflow:hidden}
.detail table{max-width:100%;text-align:center}
.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: 12pt;margin-top: 12pt;}
.detail img{max-width:100% !important;cursor:zoom-in;height:auto !important;}
.detail a{}
.detail h1,.detail h2,.detail h3,.detail h4,.detail h5{color:var(--main);}
.detail h1{font-size:24px}
.detail h2{font-size:22px}
.detail h3{font-size:20px}

.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{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;object-fit: cover;}
.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)}
.imgNT:hover img{transform:translateX(-50%) translateY(-50%)}
.info{font-size: 14px;color: #979797;/* margin-bottom:15px; */overflow:hidden;display: flex;}
.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;}
.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;}
.line5{display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line6{display: -webkit-box;-webkit-line-clamp: 6;-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}
}
.nav-mobile{display:none}
.bookhome{position:relative;overflow: hidden;background: url(/Design/bn3.jpg) center;background-size: cover;}
#slideshow {position: absolute;width:100%;height: 100%;}
#slideshow img{height: 100%;min-width:100%;width:auto !important;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;object-fit: cover;}
.bk-contain{position:relative;z-index:2;background: rgba(0, 0, 0, .6);}

.booking{background: var(--main-dark);border-radius: 10px;color: #fff;}
.booking .title{text-align: center;text-transform: uppercase;margin-bottom: 24px;font-weight: 600;}
.rowbk {align-items:flex-end}
.rowbk label{/* font-weight:bold; */font-size: 15px;margin-bottom: 3px;}
.rowbk label span{font-weight:normal}
.rowbk .form-control,.rowbk .form-select{border-radius:10px}
.rowbk .btn{width:100%;text-transform: capitalize;color: red;font-weight: 600;margin-top: 10px;border-radius: 10px;}
.rowbk .btn:hover{background:var(--title);color:#fff;border-color:var(--title)}
.call-bk{margin-top: 20px;color: #eb0027;font-weight: bold;font-size: 26px;}
.call-bk a{display:flex;align-items:center;justify-content:center;}
.call-bk img{height:70px}
.call-bk strong{margin-top: 6px;display: inline-block;margin-left: 4px;}
.title-bk{color:#fff}
.title-bk h4{font-weight:500;font-size:16px}
@media only screen
and (max-width :992px){
  
}

/*header*/
header{background:#fff;}
.tophead{background: #F4F4F4;font-weight: 600;font-size: 15px;}
.tophead .container-fluid{display:flex;justify-content: space-between;align-items: center;}
.tophead .contact{display:flex; gap: 40px;}
.tophead .contact .address{position:relative}
.tophead .contact .address:before{content:"";height: 14px;position: absolute;top: 4px;border-left: 1px solid #999;right: -22px;}
.phoneh a i{color: var(--main)}
.social{ display: flex; gap:12px }
/*.lang{}
.lang a{border:1px solid transparent;padding:5px 0;display: inline-block;border-radius: 50px;position: relative;}
.lang a+a{margin-left: 24px;}
.lang a+a:before{content:"";height: 14px;position: absolute;top: 9px;border-left: 1px solid #999;left: -14px;}
.lang a.active{border-color:#E1E4E5;padding:5px 12px}
.lang a:hover{color:var(--main)}*/


.midhead{/* overflow:hidden; */}
.midhead .container-fluid{display:flex;justify-content: space-between;align-items: center;position: relative;z-index: 9;}
.mh-l{display:flex;align-items: center;}
.logo-h{display:flex;align-items:center;gap: 15px;}
.logo{height: 70px;position: relative;animation: zoomIn 1s;}
.logo img{height: 100%}
.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;}
.tencty{color: var(--main); font-size:24px;font-style:italic;text-transform: uppercase;font-weight: bold;text-align: center;margin: 0;line-height: 1;}
.tencty span{display:block; margin-top: 8px;font-family: "Big Shoulders Stencil Display", sans-serif;font-style:normal;text-transform:capitalize;font-weight:500; letter-spacing: 4px;color:#FCAF3B;}
.link-second .btn{padding:15px 35px;font-weight: 600;text-transform: uppercase;border-radius: 60px;display: inline-flex;align-items: center;gap: 8px;}
.link-second .btn i{background:url('/Design/arrow-right.svg');height:24px;width:24px;}
.mh-r{display:flex;}

.link-primary .btn{padding:15px 35px;font-size:18px;font-weight: 900;border-radius: 60px;display: inline-flex;align-items: center;gap: 8px;background:var(--main)}
.link-primary.link-detail .btn{padding:10px 25px;background: none;border-color: #E1E4E5;color: var(--main-dark);font-size: 14px;}
.link-primary .btn i{background:url('/Design/arrow-right.svg');height:24px;width:24px;}
.link-primary.link-detail .btn i{background: var(--main);mask-image:url('/Design/arrow-right.svg');content: "";position: relative;background-repeat: no-repeat;background-size: cover;mask-repeat: no-repeat;mask-position: center;mask-size: 80%;display: block;transition: 0.4s;}
.link-primary .btn:hover{background: var(--main-light)}

@media only screen
and (max-width :576px){
    .link-primary .btn{padding:8px 25px;font-size:15px;border-radius: 60px;}
    .link-primary .btn:hover{background: var(--main-light)}
  
}

.nav_main{background:var(--main)}
.menu_main{display:flex; margin:auto;align-items: center;position: relative;justify-content: center;gap: 20px;}
.mnlic1{/* flex:auto; */}
.mnlic1.lihome{/* max-width: 50px; */}
.mnliac1{display:block;text-transform: capitalize;padding: 12px 0;text-align: center;position: relative;font-weight: 500; font-size:16px;text-transform:uppercase;}
.mnliac1:before{content:"";position:absolute;width: 0;border-bottom: 1px solid var(--main);bottom: 0;left: 0;right: 0;margin: auto;transition:.1s}
.havesub .mnliac1:after{content:"\f107";font-family: fontawesome;margin-left: 1px;font-weight: 500;position: relative;top: 2px;}
.mnlic1:hover .mnliac1{/* color:#fff; */}
.mnlic1:hover .mnliac1:before{width:100%}

.menusub{position: absolute;padding: .5rem 0;background-color: #fff;color: #333;min-width: 235px;top: 150%;opacity: 0;visibility: hidden;/* transition: .5s; */display: none;z-index: 3;}
.mnlic1:hover .menusub{top: 100%;visibility: visible;opacity: 1;display: block;}
.menusub .mnlis a{display:block;padding: 5px 10px;color: #212529;}
.menusub .mnlis:hover a{background:var(--main);color:#fff}
.midhead.scroll-to-fixed-fixed{box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);margin-top: 0;background: #fff;}
.menutour{background: #fff;width: 100%;position: fixed;top: 157px;padding: 20px 0;left: 0;/* max-height: 280px; */display: none;}
.mnlic1:hover .menutour{display:block;top: auto;}
.mnsubf1{display:flex;justify-content: center;width: 100%;left: 0;gap: 30px;}
.mnlic1:hover .mnsubf1{display: flex;}
.mnlif1 {/* width:20%; *//* text-align: center; */align-items: center;align-content: center;}
.af1{text-transform:uppercase}
.af1:hover{color:var(--main)}
.mnsubf2{font-size: 14px;margin-top: 8px;padding-left: 3px;position: relative;top: auto !important;/* opacity: 1; *//* display: block; *//* visibility: visible; */padding: 0;}
.mnsubf2 li:hover{color:var(--main)}
.search-h{position:relative;margin-left:25px;z-index:2}
.searchbox{position:relative;right:0;width:214px;height:34px;z-index:9}
.searchbox .form-control{height:100%;border:1px solid var(--main);border-radius:50px;font-size:13px;box-shadow:none!important;background:rgba(255,255,255,0.5);padding:8px 15px; padding-right: 36px}
.searchbox .form-control::placeholder{font-style:italic}
.searchbox .btn{position:absolute;right:0;top:0;width:36px;height:100%;font-size:13px;align-content:center;color:var(--main)}
.dropdown-lang{display:flex; margin-left:15px;justify-content:center;align-items:center;position:relative;font-size:14px; z-index:100;}
.dropdown-lang i{margin-left:2px}
.dropdown-lang i:first-child{color:var(--main); margin-right:8px}
.dropdown_menu{border-radius: 5px; display: none; position: absolute; top: 100%; left: 15px; width: 100%; z-index: -1; padding: 0px 5px;/* padding-left: 28px; */background: Rgba(255, 255, 255, .8); animation: rotateMenu 400ms ease-in-out forwards; transform-origin: top center;}
.dropdown_menu li{display:block;font-size:13px;opacity:1}
.dropdown-lang:hover{cursor:pointer}
.dropdown-lang:hover .dropdown_menu{display:block}
.dropdown_menu li:hover{color:var(--main)}
@-webkit-keyframes rotateMenu {
0%{transform:rotateX(-90deg)}
70%{transform:rotateX(20deg)}
100%{transform:rotateX(0deg)}
}
@keyframes rotateMenu {
0%{transform:rotateX(-90deg)}
70%{transform:rotateX(20deg)}
100%{transform:rotateX(0deg)}
}

@media only screen 
and (max-width: 1800px){
  .logo-h:before{width:22%}
}
@media only screen 
and (max-width: 1600px){
  .logo-h:before{width:25%}
}
@media only screen 
and (max-width: 1400px){
  .logo-h:before{width:30%}
}
@media only screen 
and (max-width: 992px){
  #ShowMenu{z-index: 998;animation: fadeInRight 1s;}
  #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-toggler{background:var(--main)}
  .link-h{display:none}
  .logo-h:before{width: 316px;background-size: auto 100%;}
  .menu_main{position:fixed;z-index:999;overflow:scroll;top:0;background: var(--main);height:100%;left:0;width:250px;display:none;animation: none !important;}
  .mnlic1{border-bottom:1px solid #ffffff2e;position: relative;}
  .mnlic1.lihome{max-width:unset}
  .mnliac1{padding: 15px 0;padding-left: 16px;width:calc(100% - 42.4px); text-transform: unset;color:#fff !important;text-align: left;background: none !important;height: auto;}
  .mnliac1:before{display:none}
  .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:"\f054";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;border-radius: 0;}
  .mnlic1:hover .menusub{top: auto;display: none;}
  .menusub li{border-top:1px solid #eee;}
  .menusub li a,.menusub .mnlis a{padding:15px 0;padding-left:6%;}

  .dropdown-lang{margin-left:auto; margin-right:12px;}

  .lisearch {padding: 10px 15px;}
  .searchbox .form-control{border:1px solid var(--main);border-radius:15px;font-size:14px;box-shadow:none!important;background:rgba(255,255,255,1);padding:8px 15px; padding-right: 36px}
  .searchbox .btn{position:absolute;right:0;top:0;width:36px;height:100%;font-size:13px;align-content:center;}}

@media only screen
and (max-width :768px){
  .tophead .contact .address{display:none}
}
@media only screen
and (max-width :576px){
  .logo-h{gap:5px}
  .logo-h .logo{height: 50px;}
  .tencty{font-size:18px;margin: 0;}
  .tencty span{font-size:18px;margin-top: 6px; letter-spacing: 3px}

    .dropdown-lang{margin-left:auto; margin-right:12px;}
    .dropdown-lang i:first-child{ margin-right:5px}
    #ShowMenu{}
    #ShowMenu .navbar-toggler{background:var(--main); 
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1;}


  
}
@media only screen
and (max-width :360px){
  .tophead .contact .phoneh{font-size:11px}
}

/*footer*/
footer{color: #666;background: #f5f5f5;font-weight: 500;}
.midfoot .row{justify-content:space-between}
.col-f2{max-width: 420px;}
.tenctyf {display:flex;align-items: center;gap: 10px;margin-bottom: 20px;}
.tenctyf img{height: 80px;}
.tenctyf h2{margin:0;text-transform: uppercase;font-size: 24px;text-align: center;color: var(--main);}
.tenctyf strong{display:block;font-size: 1.5rem;}
.iff >*{position: relative; align-items: center; cursor:pointer}
.iff >*:hover{color:var(--main)}
.iff >*:before{content:"\f041";font-family: fontawesome;font-size: 20px;text-align: center;color: var(--main);flex-shrink: 0;}
.iff >*:nth-child(2):before{content:"\f2a0"}
.iff >*:nth-child(3):before{content:"\f0e0";}
.iff >*:nth-child(4):before{content: "\f0ac";}
.titf{font-size: 20px;margin-bottom: 20px;text-transform: uppercase;font-weight: 600;color: var(--title);}
.mnf >*{position:relative;  cursor:pointer}
.mnf >*:hover{color:var(--main);}
.mnf >*:before{content: "\f105";font-family:fontawesome;margin-right:5px;color:var(--main)}
.mnf >*:hover::before,.tf2 .mnf >*:first-child:before{color:var(--main)}

.mxhf{gap: 20px;display: flex;font-size: 20px;margin-top: 20px;}
.mxhf a{color:#333;text-align:center;}
.mxhf a:hover{color:var(--main)}
.foot{font-size: 15px;}
.foot .container{display:flex;justify-content: space-between;border-top: 1px solid #C6C6C6;}
@media only screen
and (max-width :1500px){
  .col-f2{max-width: 330px;}
}
@media only screen
and (max-width :768px){
  .foot .container{display:block;text-align:center}
}
@media only screen
and (max-width :576px){
    .tenctyf span{margin-top:8px; font-size:24px; letter-spacing:4.3px}
  .foot{margin-bottom:60px}
  .col-f2{max-width: unset;}

}

.tithome{text-transform:uppercase;margin-bottom:30px;color: var(--main);font-size: 36px;text-align: center;font-weight: 900;position:relative;}
.quote{color:#707070;font-size: 18px; text-align: center; max-width:1000px; margin:auto;margin-bottom:40px;}
.titlecat{text-align:center;font-family: cenb;text-transform: uppercase;position: relative;margin-bottom: 30px;padding-bottom: 10px;font-size: calc(1rem + .9vw);}
.titlecat:before{content:"";position:absolute;border-bottom: 2px solid var(--main);width: 70px;left: 0;right: 0;bottom: 0;margin: auto;}
.rowup .wow:nth-child(4n+2){animation-delay:.1s}
.rowup .wow:nth-child(4n+3){animation-delay:.2s}
.rowup .wow:nth-child(4n+4){animation-delay:.3s}
.rowup-3 .wow:nth-child(3n+2){animation-delay:.1s}
.rowup-3 .wow:nth-child(3n+3){animation-delay:.2s}
.inner_page{padding: 30px 0 50px;overflow: hidden;/* background: #f9f9f9; */}


@media only screen
and (max-width :992px){
  .tithome{font-size: 28px;}
  .quote{font-size:16px}
}

@media only screen
and (max-width :576px){
  .inner_page{padding:30px 0}
  .tithome{font-size: calc(1rem + .9vw);margin-bottom:15px}
  .quote{font-size:15px; margin-bottom:20px;}
}

/*gthome*/
.gthome {}
.gthome .title{font-size:50px; font-weight:bold; text-transform:uppercase; text-align:left; color: var(--main)}
.rowgt{align-items:center}
.ndgt{}
.ndgt h3{font-size:24px; font-weight:500}

.gthome .row-image{}
.gthome .row-image .col-right{padding-top:40px}
.gthome .quotes{text-align:center}
.gthome .quotes img{height:50px}
.gthome .quotes .ndgt{max-width:1000px; margin:auto}
.gthome .quotes .ndgt h3{font-size:32px; font-weight:600; color:#1B1B1B; margin: 25px 0 18px;}

@media (max-width: 992px) {
    .rowgt{text-align:center}
    .gthome .title{font-size:28px; text-align:center}
    .ndgt h3{font-size:20px;}
    .gthome .row-image .col-right{padding-top:20px; padding-bottom:10px;}
    .gthome .quotes img{height:30px;}
    .gthome .quotes .ndgt{max-width:1000px; margin:auto}
    .gthome .quotes .ndgt h3{font-size:20px; margin: 18px;}
}
@media (max-width: 576px) {
    .gthome .title{font-size:20px;}
    .ndgt h3{font-size:16px; font-weight:600}
    .ndgt.ndgt-2{display:none}
    .ndgt p{margin:0}
    .gthome .row-image{flex-wrap:nowrap; overflow-x:auto}
    .gthome .row-image .col-12{padding-top:0;padding-bottom:0;}
    .gthome .quotes img{height:20px}
    .gthome .quotes .ndgt{max-width:1000px; margin:auto}
    .gthome .quotes .ndgt h3{font-size:18px; margin: 10px 0;}

}

/*dvhome*/
.dvhome{background: url('../Design/bg-dv.jpg') no-repeat; background-size:cover; color:#ffffff94}
.dvhome .tithome{color:#fff}
.dvhome .quote{color:#fff}
.dvhome .item{position:relative; border-radius:8px; border: 1px solid #fff; overflow:hidden}
.dvhome .imgz{}
.dvhome .item:hover .imgz img{transform: translateX(-50%) translateY(-50%) scale(1.1);}
.dvhome .item .content{position:absolute; left: 0; right:0; bottom:0; top:0;align-content:end; padding: 45px 30px; color:#fff; background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 64.64%);}
.dvhome .item .title{font-size:22px; font-weight:bold; max-width: 70%}
.dvhome .item .summary{max-width: 70%}
.dvhome .item .title:hover{}

@media (max-width: 992px) {
    .dvhome .item .content{padding: 45px 30px 30px; color:#fff;}
    .dvhome .item .title{font-size:20px; max-width: 80%}
    .dvhome .item .summary{max-width: 80%}

}
@media (max-width: 576px) {
    .dvhome .item .content{padding: 25px 12px 12px; color:#fff;}
    .dvhome .item .title{font-size:18px; max-width: 80%}
    .dvhome .item .summary{font-size:15px;max-width: 90%; -webkit-line-clamp:2}

}
/*car-route*/
.car-route{}

/*airport-transfer*/
.airport-transfer{background:#f5f5f5}

/*favorite-place home*/
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.favorite-place{}
.favorite-place .item{position:relative; border-radius:20px; overflow:hidden}
.favorite-place .item .imgz{border-radius:20px}
.favorite-place .item .title{position:absolute; left:0; top:0; width:100%; height:100%; color:#fff; font-size:20px; font-weight:900; text-align:center; align-content:center; background: rgba(51, 51, 51, .3)}
.favorite-place .item:hover .imgz img{transform: translateX(-50%) translateY(-50%) scale(1.1);}

/*tkhome*/
.tkhome{}
.form-tkh{padding: 25px 15px;position: relative;max-width: 900px;margin: auto;box-shadow: 0px 0px 15px 3px #00000026;border-radius: 20px;}
.form-tkh .title{border-bottom: 1px solid #CECECE;padding-bottom: 10px;margin-bottom: 14px;}
.form-tkh .input-group{border-radius: 5px;/* padding: 15px; */max-width: 700px;gap: 15px;}
.form-tkh .form-control{background: #fff url(/Design/place.svg) no-repeat 10px center;background-size: 35px auto;padding: 19px .75rem;padding-left: 56px;font-size: 15px;font-weight: 500;border-radius: 4px !important;}
.form-tkh .form-control::placeholder{}
.form-tkh .btn{font-weight: 600;font-size: 16px;border-radius: 4px !important;padding: 0 23px;}
@media only screen
and (max-width :992px){
  
}
@media only screen
and (max-width :576px){
  
}

/*ckhome*/
.ckhome{}
.ckhome .container{}
.ckhome .title{font-size:32px; color:#1B1B1B; text-align:center; margin-bottom:50px; }
.rowck .item{padding: 30px 20px 30px 20px; height:100%;text-align:center;border-left: 1px solid #D9D9D9;border-right: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9; border-radius:23px; background: url('../Design/bg-item-ck.png') no-repeat; background-position:top 0 left 0; background-size:100% auto;}
.rowck img{height: 60px;}
.rowck .td{font-size:20px;font-weight: 500;margin-top: 15px; color:#1B1B1B}
.rowck .mt{font-size:14px;color:#686868}
@media only screen
and (max-width :992px){
  
  .ckhome .title{font-size:32px; margin-bottom:30px; }
  .rowck{flex-wrap:nowrap;overflow-x: auto;}  
    .rowck .col-12{width:65%}
  .rowck .item{padding: 25px 12px 25px 12px; border-radius:26px;background-position:top 0 left 0; }
  .rowck img{height: 60px;}
  .rowck .td{font-size:20px;font-weight: 500;margin-top: 15px; color:#1B1B1B}
  .rowck .mt{font-size:14px;color:#686868}
}
@media only screen
and (max-width :768px){
  
  .ckhome .title{font-size:28px; margin-bottom:30px; }
}
@media only screen
and (max-width :576px){
  
  .ckhome .title{font-size:20px; margin-bottom:30px; }
  .rowck .item{padding: 15px 5px 15px; border-radius:18px;background-position:top 0 left 0;}
  .rowck img{height: 35px;}
  .rowck .td{font-size:15px;font-weight: 600; margin: 10px 0 8px; color:#1B1B1B}
  .rowck .mt{font-size:14px;color:#686868}
}

/*dghome*/
.dghome{background-image: url('../Design/bg-dv.jpg');}
.dghome .tithome{color:#fff; margin-bottom:15px}
.dghome .quote{color:#fff; margin-bottom:50px}
.owl-reviews .item{padding: 40px 35px;border-radius:5px;border:1px solid var(--main); border-top: 5px solid var(--main); border-radius:24px;position: relative;margin-bottom: 20px; background:#fff}
.owl-reviews .top{display:flex;align-items:center;gap:15px}
.owl-reviews .imgz{height:60px;width:60px;border-radius:50%;border:1px solid var(--main)}
.owl-reviews .ten{font-size:16px;font-weight: 600;color: var(--title);}
.owl-reviews .dc{font-size:14px}
.owl-reviews .star{margin-top: 3px;display:flex;gap: 5px;font-size: 13px;color: orange;}
.owl-reviews .nd{margin-top:10px}
.owl-reviews .mt{min-height:179.13px;display: block;text-align:center; line-height:1.6}

.dghome .container-bottom{background:#dbfff7; text-align:center}
.dghome .container-bottom .title{font-size:32px; font-weight:600;color:#1B1B1B; margin-bottom:20px}
.dghome .container-bottom .quote{margin-bottom:0; color:#333}

.dghome .owldot .owl-dots span{border-color: var(--main-light)}
.dghome .owldot .owl-dots button.active span {background: var(--main-light);
}
@media (max-width: 576px){
    .dghome .quote{margin-bottom:30px}
  .owl-reviews .item{padding: 30px 22px;margin-bottom: 5px;}

.dghome .container-bottom .title{font-size:18px; margin-bottom:10px}
.dghome .container-bottom .quote{margin-bottom:0; color:#333}


}

/*ddLike*/
.ddLike{}
.rowdd .item{position:relative}
.rowdd .imgz{padding:36%;border-radius:5px}
.rowdd .item:hover .imgz img{transform:translateX(-50%) translateY(-50%) scale(1.1)}
.rowdd .nd{position:absolute;top: 50%;left: 0;transform: translateY(-50%);transition:.3s;width: 100%;text-align: center;}
.rowdd .td{color:#fff;text-shadow: 1px 1px 1px #000;font-weight: 500;text-transform: uppercase;/* text-wrap: nowrap; */}
.rowdd .item:hover .nd{top:40%}
@media only screen
and (min-width: 768px){
  .rowdd .col-md-4:nth-child(-n+4){/* width: 25%; */}
}

/*htxhome*/
.htxhome{background: linear-gradient(to top, transparent, #0000008f), url(/Design/bg-htx.jpeg) center;background-size: cover;}
.htxhome .title{-webkit-text-stroke-width: .7px;-webkit-text-stroke-color: #fff;font-weight: bold;}
.rowhtx{justify-content: space-evenly;}
.rowhtx .item{background: rgba(3, 49, 95, 0.8);color:#fff;padding: 20px 25px;}
.rowhtx .imgz{padding:31%}
.rowhtx .td{font-weight: 300;margin-top:10px}
.rowhtx .bot{display:flex;gap: 10px;}
.rowhtx .mt{font-weight:300}
.rowhtx .link{flex-wrap: wrap;text-wrap: nowrap;}
.rowhtx .link a{padding: 0 .75rem 2px;font-weight: 300;}
@media only screen
and (max-width :576px){
  .rowhtx .bot{display:block}
  .rowhtx .link{margin-top:10px}
}

/*abhome*/
.abhome{background: #b7e5ef52;}
.rowab .imgz{border-radius:24px}
@media only screen
and (max-width :576px){
  .rowab .imgz{border-radius:10px}
}

/*tourhome*/
.tourhome{}
.litour{background: #fff;border: 1px solid #BCCED2;height: 100%;position: relative;border-radius: 20px;/* overflow: hidden; */}
.litour:hover{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)}
.litour .imgz{padding:31%;border-radius: 20px 20px 0 0;}
.litour .dd{z-index: 2;font-size: 13px;text-align: center;position: absolute;color: #FFFFFF;background-color: var(--main-dark);top: 15px;left: -10px;box-shadow: 0 1px 2px rgba(0,0,0,0.12),0 0px 2px rgba(0,0,0,0.24);padding: 3px 15px;}
.litour .dd:before{content: '';position: absolute;border-style: solid;border-color: transparent;bottom: -10px;border-width: 0 10px 10px 0;border-right-color: var(--title);left: 0;}
.litour .dd:after{content:""}
.litour .nd{padding: 25px 20px;}
.litour .td{font-size: 20px;color:var(--main-dark);font-weight: 500;}
.litour .td:hover{color: var(--second)}
.litour .if{font-size: 16px;color:#555;display: flex;justify-content: space-between;}
.litour .price{font-weight: 600;color: red;font-size: 20px;margin-top:10px}
.litour .price sup{font-size:12px}
.litour .link{margin-top:20px}
@media only screen
and (max-width :576px){
}

/*newshome*/
.newshome{}
.litt .imgz{padding: 36%;}
.litt .date{display:block;color: #6E7070;margin: 8px 0;}
.litt .td{font-size: 20px;position:relative;font-weight:600;color:var(--title);margin-bottom:12px}
.litt .td:hover{color:var(--main)}
.litt .mt{color: #6E7070}
@media only screen 
and (max-width: 576px){
  .litt .td{font-weight: 600;font-size: 15px;margin-top: 8px;}
}

/*UC ProductList*/
.row-product{}
.row-product .item{height:100%;padding:12px; box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;border-radius:6px;}
.row-product .item:hover{box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px; }
.row-product .imgz{padding: 33%; border-radius:10px}
.row-product .imgz .summary{margin:20px;color:#fff; text-align:center; font-size: 16px; font-weight:500; line-height:1.6}
.row-product .nd{padding: 10px 0 0; text-align:left}
.row-product .nd .location{display:none;color:#929292; font-size:14px;margin-bottom:10px }
.row-product .nd .location i{color:var(--main) }
.row-product .nd .td{font-size:16px;font-weight: 700;margin-bottom:10px}
.row-product .td:hover{color: var(--main-light);}
.row-product .nd .rate{color:var(--main);font-size:15px;margin-bottom:10px}
.row-product .nd .rate i{margin-right:5px}
.row-product .price{font-weight: 700;color: red;font-size: 24px;margin-bottom:10px}
.row-product .price span{color: #2D2D2D;}

.overlay {   
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: all 0.4s;
    opacity:0;
    align-content:center;
}
.overlay:before{
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 1); 
    border-radius: 18px;  
    content: '';
    transition: opacity 0.5s, transform 0.1s;
}
.row-product .item:hover .overlay{
    opacity: 1;
}

.rowdv .btn{border-radius:50px;padding: .375rem 25px;}

@media only screen 
and (max-width: 576px){
.row-product{ --bs-gutter-y: 10px; --bs-gutter-x: 10px;}
.row-product .item{padding:6px;}
.row-product .imgz{border-radius:6px}
.row-product .imgz .summary{margin:10px;color:#fff; text-align:center; font-size: 13px; -webkit-line-clamp: 3; line-height:1.4}
.row-product .nd{ padding: 8px 0 0; text-align:left}
.row-product .nd .location{color:#929292; font-size:13px;margin-bottom:5px }
.row-product .nd .location i{color:var(--main) }
.row-product .nd .td{font-size:13px;margin-bottom:6px}
.row-product .nd .rate{color:var(--main);font-size:12px;margin-bottom:5px}
.row-product .nd .rate i{margin-right:3px}
.row-product .price{font-size: 14px;margin-bottom:5px}
.row-product .price span{color: #2D2D2D;}
.row-product label{font-size:12px}
.overlay {   
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: all 0.4s;
    opacity:0;
    align-content:center;
}
.overlay:before{
    z-index: 3;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid rgba(255, 255, 255, 1); 
    border-radius: 10px;  
    content: '';
    transition: opacity 0.5s, transform 0.1s;
}
.row-product .item:hover .overlay{
    opacity: 1;
}

}



/*khac*/
.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:#186B6D!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:#186B6D!important;border:none!important;border-radius:50%;color:#fff!important}
.cd-top{z-index:2}
.owlnav.owl-carousel .owl-nav button{height: 40px;position: absolute;top: 50%;transform: translateY(-50%);}
.owlnav .owl-nav button span{display:none}
.owlnav .owl-nav button.owl-prev{left: -23px;}
.owlnav .owl-nav button.owl-next{right: -23px;}
.owlnav .owl-nav button:before{border: 1px dashed #000;width: 40px;height: 40px;display:block;border-radius: 50%;line-height:40px}
.owlnav .owl-nav button:after{content: "";display: inline-block;position: absolute;width: 60px;height: 60px;left: -10px;top: -10px;z-index: -1;opacity: 0;border-radius: 50%;transform: scale(0);transition: all 0.3s ease;background-color: #fff;}
.owlnav .owl-nav button:hover:after{opacity:1;transform:scale(1.2)}
.owlnav .owl-prev:before{content:"\f104";font-family:fontawesome;}
.owlnav .owl-next:before{content:"\f105";font-family:fontawesome;}
.owlnav:hover .owl-nav button{}
.owlnav.owl-carousel .owl-nav button:hover{}
.owldot .owl-dots{text-align:center;margin-top:20px}
.owldot .owl-dots button{outline:0}
.owldot .owl-dots span{display: block;width: 15px;height: 15px;margin: 5px;border: 2px solid var(--main);transition:.5s;border-radius:50%;opacity:.5}
.owldot .owl-dots button.active span{opacity:1;background:var(--main)}

/*sidebar*/
.col-side{background:#fff}
.contain-in{padding: 12px 20px;border: 1px solid #f0f0f0;border-radius: 6px;background: #fff;height: 100%;}
.bktour-side{padding: 20px 10px;border:1px solid #ced4da;margin-bottom:30px;font-size: 14px;border-radius: 12px;}
.bktour-side .title{text-align:center;text-transform: uppercase;position:relative;padding-bottom: 4px;font-weight: 500;}
.bktour-side .title:before{content:"";position:absolute;border-bottom: 1px solid var(--main);width: 50px;left: 0;right: 0;bottom: 0;margin: auto;}
.bktour-side .btn{width:100%;border-radius:3px;margin-top:16px}
.bktour-side .form-label{margin:0;margin-top:4px}
.col_side .td{font-size:24px;text-transform:capitalize;margin-bottom:25px}
.boxside+.boxside{margin-top:50px}
.ulttside li{display:flex}
.ulttside li+li{margin-top:20px}
.imgside{height:70px;width:70px;margin-right:20px}
.ulttside li .nd{display:flex;width:calc(100% - 90px);height:68px}
.ulttside li .nd >div{margin:auto 0}
.ulttside li .nd h4{font-size:16px;color:#333;margin-bottom:5px}
.ulttside li .nd h4:hover{color:#1f1f1f}
.ulttside li .nd p{color:#999;font-size:12px}
.tagside a{padding:7px 26px 5px;color:#6f6f6f;background:#f5f5f5;display:inline-block;margin-right:5px;margin-bottom:10px}
.tagside a:hover{background:#1f1f1f;color:#fff}
@media only screen 
and (max-width: 992px){
  .col-sub{display:none}
}

/*bvpage*/
.bvpage{/* padding:100px 0 80px; */border-bottom:1px solid #e1e1e1;}
.titpost{font-size:1.25rem;border-bottom: 1px solid var(--border);margin-bottom: 12px;padding-bottom: 6px;}
.tagbv{margin-bottom:10px}
.tagbv a{color: var(--main);font-size: 15px; font-weight:600}
.tagbv a+a:before{content:",";margin-right:5px;color:#6f6f6f}
.tagbv a:hover{color:#1f1f1f}
@media only screen 
and (max-width: 576px){
    .bvpage{padding:25px 0}
}

/*photo-page*/
.photodetailp{}
#gallery .container{}
.ulctha{overflow:hidden;margin-right: -15px;margin-left: -15px;box-sizing:border-box;}
.lictha{max-width:33.33333333333%;width: 100%;padding-right: 15px;padding-left: 15px;box-sizing: border-box;}
.imgctha{margin-bottom:30px;}
.imgctha a{display:block;position:relative;}
.imgctha a:before{background: rgba(0, 0, 0, 0.5);position:absolute;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 300ms linear 0s;border-radius:10px;}
.imgctha a:after{content:"\f002";font-weight: 300;font-size:20px;opacity:0;color:#fff;background:#ffffff42;width: 50px;height: 50px;box-sizing:border-box;padding: 12px;border:1px solid;display:inline-block;font-family:fontawesome;position:absolute;left: 0;right: 0;margin:auto;text-align:center;top:calc(40% - 20px);transition: all 300ms linear 0s;}
.imgctha:hover a:before{content:"";}
.imgctha:hover a:after{opacity:1;top:40%}
.imgctha img{width:100%;height:auto;border-radius:10px;}
@media only screen 
and (max-width: 467px){
.ulctha{margin-right:-5px;margin-left:-5px}
.lictha{max-width:50%;padding-left:5px;padding-right:5px}
}

.title-tour{font-size: 19px;color: var(--main);}
.if-dp{margin-bottom:30px}
.if_tour{border: 1px solid var(--border);padding: 15px;margin-bottom: 15px;background: #fff;}
.if_tour .item{}
.if_tour .item+.item{border-top:1px solid var(--border);padding:8px 0}.if_tour .item:last-child{padding-bottom:0}
.price-tour{font-size: 22px;color:red;}
.if_tour .btn-secondary{width:100%;display: flex;justify-content: center;}

.dkformtour label{font-size:14px}
.dat-tour a{text-transform:uppercase;font-size: 19px;font-weight: 600;}
.titct-dp{font-size: 1.25rem;border-bottom: 1px solid var(--border);padding-bottom: 10px;margin: 20px 0;font-weight: 500;}
.titct-dp i{color:var(--main)}
.titct-dp a{cursor:pointer;font-size: 14px;font-weight: normal;}
.titct-dp a:hover{color:var(--main)}
.show-detail{display:none}
.title-slide {font-size: 20px;text-transform: uppercase;border-bottom: 1px solid var(--main);padding-bottom: 6px;margin-bottom: 20px;}

#slider{background:#f3f6fb;height: 600px;}
#slider .slides li{position:relative;}
#slider .slides .imgz{height:100%;width: 100%;}
/*#slider .slides img{position:absolute;height:auto;width:auto;max-width: 100%;max-height: 100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}*/
#carousel{margin-top:20px;}
#carousel .slides > li{height: 100px;background:#f3f6fb;cursor:pointer;opacity:.5}
.flex-active-slide{opacity:1 !important}
#carousel .slides > li img{width: 100% !important;height: 100%;object-fit: cover;}
@media only screen 
and (max-width: 576px){
#slider{height: 300px;}
  #carousel .slides > li{height:50px;width: 70px !important;}
  .flex-direction-nav a{width: 13px;height: 29px;}
  .flex-direction-nav a:before{font-size:20px;color: #404040;}
}
.rowdatxe .title{color:var(--main);font-weight:normal;margin-bottom:20px}
.rowdatxe .btn{text-transform:uppercase;padding: .375rem 2rem;border-radius: 7px;}

/*xpage*/
.xpage{/* background:#f9f9f9; */}
.top-xp{padding: 12px 20px;border: 1px solid #f0f0f0;border-radius:6px;background:#fff}
.tit-xp{color:var(--main);font-weight:600}
.btn-datxe .btn{display:flex;justify-content: center;}
.mid-xp .title{border-bottom: 1px solid #f0f0f0;}
.dpsame{border-top: 1px solid #f0f0f0;background:#fff}
.bk-transfer .title{font-weight:600;text-align:center;text-transform:capitalize;background: var(--second);color: #fff;padding: .6em 0;border-radius: 20px 20px 0 0;border: 2px solid var(--second-dark);border-bottom: 0;margin: 0;}
.bk-transfer .form-xp{padding: 2em;padding-left: 3em;border: 2px solid #f0f0f0;border-top:0;background: #fff;border-radius: 0 0 20px 20px;}
.bk-transfer .form-label{font-weight:600;font-size:15px;color: #000;}
.bk-transfer .btn-secondary{width:100%;display: flex;justify-content: center;}
.bk-transfer .form-xp .f1{position:relative}
.bk-transfer .form-xp .f1 strong{position: absolute;background: var(--main);color: #fff;width: 50px;text-align: center;padding: 11px 0;font-size: 20px;left: -73px;border-radius: 50%;}
.list-xp .item{position:relative;margin-top: 20px;box-shadow: 0 0 15px #d1d1d1;border-radius: 16px;overflow: hidden;}
.list-xp .imgz{padding: 31%;}
.list-xp .td{position:absolute;font-size: 18px;margin: 0;color: #fff;bottom: 0;left: 0;right: 0;padding: 35px 15px 25px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));}
.list-xp .td:hover{color:var(--second)}
@media only screen 
and (max-width: 992px){
  .xpage{background:#fff}
.top-xp{padding:0;border:0}
}

@keyframes slide-left {
from {margin-left: 100%;width: 300%; }
to {margin-left: 0%;width: 100%;}
}

@keyframes light-left {
0%{left:-5%;opacity:0}
50%{left:50%;opacity:1}
100%{left:105%;opacity:0}
}
@keyframes light-right {
0%{right:-5%;opacity:0}
50%{right:50%;opacity:1}
100%{right:105%;opacity:0}
}
.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}
.hotline-phone-ring-wrap-zl{position:fixed;bottom:90px;left:0;z-index:999999}
.text-hotline{color:#fff;font-size:20px}
.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}
.hotline-phone-ring-zl{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;right:0;bottom:0;display:block}
.hotline-phone-ring-circle{width:90px;height:90px;top:0;left:0;position:absolute;background-color:red;border-radius:100%;border:2px solid red;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-zl{width:90px;height:90px;top:0;right:0;position:absolute;background-color:#0182ca;border-radius:100%;border:2px solid #0182ca;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:65px;height:65px;top:12px;left:12px;position:absolute;background-color:red;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-circle-fill-zl{width:65px;height:65px;top:12px;right:12px;position:absolute;background-color:#0182ca;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:red;width:40px;height:40px;top:25px;left:25px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle-zl{background-color:#0182ca;width:40px;height:40px;top:25px;right:25px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hotline-phone-ring-img-circle .pps-btn-img img{width:33px;height:33px}
.hotline-bar{position:absolute;background:#3578e5;height:45px;width:185px;line-height:45px;border-radius:3px;padding:0 50px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;border-radius:50px!important;left:52px;bottom:31px}
.hotline-bar>a{color:#fff;text-decoration:none;font-size:16px;font-weight:700;text-indent:32px;letter-spacing:1px;display:block;line-height:45px;font-family:Arial}
.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}
@-webkit-keyframes phonering-alo-circle-anim {
0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}

#cta-icon{position:fixed;width:60px;right:0;top:50%;z-index: 3;background:#fff;box-shadow:-2px 0 10px rgb(0 0 0 / 10%);border-radius:10px 0 0 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:translate(0,-50%);}
#cta-icon a.cta-phone{background:url(/Design/icon-phone.png) center center/90% auto no-repeat;width:60px;height:60px;display:inline-block;padding:0}
#cta-icon a:not(:last-child){border-bottom:1px solid #dee2e6}
#cta-icon a i{font-size:45px;color:#78bc1c;padding:0;line-height:28px}
#cta-icon a.cta-email .icon_email{background:url(/Design/1/icon-mail.png) 0 0/100% auto no-repeat;width:27px;height:27px;display:inline-block}
#cta-icon a.cta-whapapps .icon_whapapps{background:url(/Design/1/icon-whatapps.gif) 0 0/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-fb .icon_fb{background:url(/Design/1/icon-facebook.png) 0 0/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-chat .icon_chat{background:url(/Design/1/icon-sms.png) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-messenger .ico_messenger{background:url(/Design/1/icon-messenger.png) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-zalo .ico_zalo{background:url(/Design/1/icon-zalo.png?v=1) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-whatsapp i{background:url(/Design/1/icon-whatapps.gif) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-viber i{background:url(/Design/1/ic-viber.png) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a.cta-telegram i{background:url(/Design/1/ic-telegram.png) center center/100% auto no-repeat;width:35px;height:35px;display:inline-block}
#cta-icon a{padding:15px 0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;text-decoration:none;transition:.3s}
@media screen and (max-width: 576px){
.cd-top{bottom:70px}
.box-contact{background:#fff;box-shadow:2px 20px 20px #00000012;border-radius:5px;padding:20px;position:inherit;z-index:0;padding-top:30px;width:auto}
#cta-icon{position:fixed;width:100%;right:0;bottom:0!important;top:auto;border-radius:0;display:block;-webkit-transform:inherit}
#cta-icon a:not(:last-child){border-bottom:0}
#cta-icon a.cta-phone{width:60px;height:60px;display:inline-block;padding:5px 0;background-size:70px}
#cta-icon a,#cta-icon a.cta-phone{float:left;width:20%!important;margin:0}
#cta-icon a{padding:5px 0}
#cta-icon a i{width:50px !important;height:50px !important}
#cta-icon a.cta-email .icon_email{width:35px;height:35px}
div.textwidget{width:auto!important}
aside#flatsome_recent_posts-17{width:auto!important}
}

/*bk-page*/
.bk-page{/* background:url('/Design/bg-bk.jpg') center; *//* background-size:cover; */background: #fff;}
.bk-page .title{font-size: 60px;font-weight: 400;text-transform: capitalize;color: #fff;text-shadow: 1px 1px 7px #6b6b6b;letter-spacing: 5px;text-align: center;margin-bottom:50px}
.top-bkp{background:url('/Design/left-img.jpg') top right;background-size:cover;color:#fff;padding: 8em 2em 3em;height: 100%;}
.top-bkp h2{color:var(--second);font-size: 1.8em;margin-bottom: 25px;}
.top-bkp li{font-size:15px}
.top-bkp li::marker{color: var(--second);}
.top-bkp li strong{font-weight:600}
.form-bkp{box-sizing: border-box;padding: 2em 2em;background: rgba(0, 0, 0, 0.78);color: #fff;height: 100%;}
.form-bkp .td{text-align:center;font-size: 30px;color: #fff;text-transform: capitalize;letter-spacing: 3px;}
.form-bkp .td2{a;margin-top: 10px;color: var(--second);font-size: 19px;text-transform: capitalize;margin-bottom: .7em;font-weight: 400;letter-spacing: 2px;}
.form-bkp .form-control{background:none;border: none;border-bottom: 1px solid rgba(255, 255, 255, 0.27);border-radius: 0;color: #fff;}
.form-bkp .form-select{background:none;border: none;border-bottom: 1px solid rgba(255, 255, 255, 0.27);border-radius: 0;color: #fff;}
.form-bkp .form-select option{color:#333}
.form-bkp label{opacity:.65}
.form-bkp .btn-secondary{text-transform: capitalize;background: var(--second);color: #000000;padding: 0.7em 0em;border: 2px solid #ecb731;font-weight: 600;font-size: 1em;margin-top: 1em;width: 100%;max-width: 392px;outline: none;letter-spacing: 1px;transition: .5s;}
.form-bkp .btn-secondary:hover{background:transparent;color:#fff}
@media screen and (max-width: 576px){
  .form-bkp{padding:1.3em}
.form-bkp .td{font-size:25px}
}

/*rv-page*/
.rv-page{}
.rv-star{border-bottom: 1px solid #00000040;margin-bottom: 30px;padding-bottom: 10px;}
.rv-star .h4{color:var(--main-dark)}
.rv-star .h4 span{font-weight:normal;font-size:18px;color:#555;margin-left:10px}
.rowrv-dp .form-label.text-danger{margin:0;margin-top:5px;font-size: 13px;}
.ds-cmt .imgz{width:50px;flex-shrink: 0;}
.ds-cmt .imgH{padding:50%;border-radius:50%}
.ds-cmt .ten{margin:0}
.ds-cmt .item{background:#ffffff24;padding:15px;margin: 15px 0;box-shadow: 0 0 15px #f0f0f0;}
.ds-cmt .top{border-bottom:1px solid #0000003b;padding-bottom:8px;margin-bottom:8px;display: flex;align-items: center;gap: 20px;}
.formrv-dp .h5{color:var(--main-dark)}

/*searchtour*/
.searchtour{position:relative;z-index: 2;}
.searchtour .banner{z-index: -1;pointer-events: none;overflow:hidden}
.searchtour .banner img{width:100% !important;object-fit: cover;}
.searchtour .container{position: absolute;left:0; right:0; bottom:-45.8px}
.searchtour .contain{}
.top-find {}
.top-find .title{font-size:32px;text-transform:uppercase;font-weight: 700;margin: auto;}
.form-find{display:flex;background:#fff;border-radius: 50px;box-shadow: 0 4px 30px 0 #00000026;}
.form-boder{display:flex;width: 100%;margin: 20px;border-radius: 50px;}
.find-box{align-items:center;}
.find-dd{flex:1;position:relative;display: flex;align-items: center;}
.search-result{position:absolute;top:39px;background:#fff;width:100%;border-radius:4px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; z-index:1}
.search-result ul{margin:0}
.search-result li{padding:10px 15px;border-bottom:1px solid #f1f1f1;text-transform:capitalize;font-size:13px}
.search-result li:last-child{border-radius:4px}
.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%;}
.form-group{flex:1;padding: 0 16px;border-left: 1px solid #747474;}
.form-group:first-child {border-left:none}
.form-group:last-child {border-left:none}
.form-group label {font-size:14px; margin-bottom: 10px;text-transform:uppercase}
.find-date{position:relative;display: flex;align-items: center;}
.find-date img, .find-box img{width:15px; height:15px}
.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: #fff;background: var(--main);display: flex;padding: 0 60px;border-radius: 50px;flex-shrink: 0;font-size: 24px;font-weight: 700;align-items: center; text-transform:uppercase}
.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 : 992px) {
    .searchtour{}
    .searchtour .banner{z-index: -1;pointer-events: none;overflow:hidden}
    .searchtour .banner img{width:100% !important; height:auto;}
    .searchtour .container{position: static; padding-top: 40px; padding-bottom:10px }
    .searchtour .contain{}

    .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: 20px;box-sizing:border-box;box-shadow: 0 4px 30px 0 #00000026; border-radius:12px}
    .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:0 0 12px;border: 0;}
    .form-group{flex:1;padding: 16px 0 0;border-left: none;}
    .form-group label {font-size: 14px; margin-bottom:0; text-transform: uppercase;}
    .find-box{/* margin:0; *//* padding: 7px 16px; */}
    .find-box i{margin-left:12px}
    .find-dd{border-bottom:1px solid #dbdbdb;height: 35px;}
    .form-find .change{position:absolute;bottom: 165px;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:50px;margin: 0;height: 45px;font-size:18px;justify-content: center;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;}
    .find-date{border: 0;border-bottom: 1px solid #dbdbdb;}
    .form-find .txt-date{height: 35px;}
}
@media only screen and (max-width : 575px) {
        .searchtour .container{position: static; padding-top: 24px; padding-bottom:10px }

}