body{background: #fff;font-family:  "Open Sans", sans-serif;color: #333;line-height: 1.4;}
:root {--main: #f19335;--main-light: #ffa83f;--main-focus:#f1933580;--main-dark: #bf742f;
       --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;}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}
/*link btn*/
.link-primary-detail {font-size:20px;font-weight: 700;}
.btn-primary-detail{padding:5px 24px;font-size:18px;font-weight: 600;border-radius: 10px;display: inline-flex;align-items: center;gap: 8px;background:var(--main)}
.btn-primary-detail i{background:url('/Design/arrow-right.svg');height:24px;width:24px;}

.link-primary.link-detail .btn{padding:10px 25px;background: none;border-color: #E1E4E5;color: var(--main-dark);font-size: 14px;}
.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-detail {font-size:18px;}
    .btn-primary-detail{padding:5px 24px;font-size:18px;border-radius: 10px;}

  
}
/*link btn end*/

.btn{ border-radius: 4px; /**//* 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:.25rem; }
.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{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{}
.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;line-height:1.8;display:flex;justify-content:left;gap:5px}
.info,.x{font-size:14px}
.info .cat:before,.info .date:before,.info .views:before,.info a,.info span,.inline-block,.pager a,.pager span,.x{display:inline-block}
.pager a,.pager span{background-color:#fff;text-align:center;margin-bottom:3px;border-radius:4px;border:1px solid #4a4a4a;box-sizing:border-box;font-size:16px;font-weight:500;width:34px;height:34px;line-height:34px}
.pager a:hover{border-color:var(--main);color:var(--main)}
.pager .total-page{color:#444}
.pager .not-active,.pager span{background-color:var(--main);color:#fff!important;border:1px solid var(--main)}

.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 {}
#slideshow img{}
.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;}

.social{ display: flex; gap:12px;}

.lang{display:flex; gap:10px; width:70px}
.lang a{margin-left:auto}
.lang img{height:22px}
.lang span{display:none}

.midhead{/* overflow:hidden; */}
.midhead .container{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;letter-spacing:1.7px;text-transform: uppercase;font-weight: bold;text-align: center;margin: 0;line-height: 1;}
.tencty .travel{display:block; margin-top: 4px;font-size:22px;font-style:normal; letter-spacing: normal;color:#333;}
.tencty .slogan{display:block; margin-top: 4px;font-size:8px;font-style:normal; letter-spacing: normal;color:#333;}
.link-second .btn{padding:10px 30px;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;}

.nav_main{background:var(--main)}
.menu_main{display:flex; margin:auto;align-items: center;position: relative;justify-content: center;gap: 30px;}
.mnlic1{/* flex:auto; */}
.mnlic1.lihome{/* max-width: 50px; */}
.mnliac1{display:flex;padding: 12px 0;text-align: center;align-items:center;position: relative;font-weight: 600; font-size:17px;}
.mnliac1 .icon{display:none;height:1em; margin-right:8px}
.havesub .mnliac1:after{content:"\f107";font-family: fontawesome;margin-left: 1px;font-weight: 500;position: relative;top: 2px;}
.mnlic1:hover .mnliac1{ color:var(--main); }
.mnlic1:hover .mnliac1 .icon {filter: brightness(0) saturate(100%) invert(68%) sepia(82%) saturate(1214%) hue-rotate(331deg) brightness(98%) contrast(94%);}

.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{color:var(--main-dark)}
.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;display:flex;align-items:center;z-index:2; gap: 10px}
.search-h #showtk i{}
.search-h #showtk.close i:before{content: "\f00d";}
.searchbox{display:none;position:relative;right:0;width:214px;height:34px;z-index:9}
.searchbox .form-control{height:100%;border:1px solid #686868;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;}

.mid-head-wrap-right{display:flex; align-items:center}
.phoneh{height:fit-content;margin-right:20px; padding-right:20px; border-right:1px solid #333}
.phoneh a{display:block ;background-color: var(--main); color:#fff; font-weight:600; padding:6px 15px; border-radius:50px}
.phoneh a:hover{background-color: var(--main-light);}
.phoneh a i{margin-right:4px}

.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; font-size:25px}
.dropdown_menu{border-radius: 5px; display: none; position: absolute; top: 100%; left: 30px; 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-dark)}
@-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){
    .mid-head-wrap-right{gap:10px}

  #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: #fff;height:100%;right:0;width:250px;display:none;animation: none !important;}
  .mnlic1{border-bottom:1px solid rgba(0, 0, 0, .1);position: relative;}
  .mnlic1.lihome{max-width:unset}
  .mnliac1{padding: 15px 0;padding-left: 16px;width:calc(100% - 42.4px); text-transform: unset;color:#333;text-align: left;background: none !important;height: auto;}
  .mnliac1:hover{color:var(--main-dark)}
  .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;}
  .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;padding-left:20px;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{display:block}
  .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;}
    
  .lang {width:auto}
  .lang a{flex-direction:column; font-size:11px; font-weight:600; animation: fadeInRight 1s;}
  .lang img{height:26px;margin:auto}
  .lang span{display:none}
}

@media only screen
and (max-width :768px){
  .tophead .contact .address{display:none}
}
@media only screen
and (max-width :575.98px){
  .logo-h{gap:5px}
  .logo-h .logo{height:50px}
  .tencty{font-size:16px;margin: 0;}
  .tencty .travel{font-size:16px;}
  .tencty .slogan{display:none}

  .tencty span{font-size:16px;margin-top: 6px; letter-spacing: 3px}
  
  .phoneh{display:none}

    .dropdown-lang{margin-left:auto; margin-right:12px; font-size:12px}
    .dropdown-lang i:first-child{ margin-right:5px;font-size:19px}
    #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: #fff;background: #363636;}
/*form-email footer*/
.form-email{display:flex;padding:12px 22px; gap:70px;background:var(--main); color:#333; justify-content:space-between; align-items:center; border-radius:10px; margin-bottom:40px}
.form-email .tenctyf{display:none}
.form-email .logof{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(285deg) brightness(114%) contrast(105%);}
.form-email .title{font-size:16px;font-weight:600; max-width:480px; margin-left:10px}
.form-email .title strong{font-size:18px}
.form-email .email-group{position:relative;/* flex:1 0 auto;*/ width: 460px;max-width:100%}
.form-email input{height:60px; border-radius:20px; padding-left:30px; font-size:20px; color:#B3B3B3;}
.form-email input:focus{box-shadow:none}
.form-email input::placeholder {color:#B3B3B3}
.form-email .btn{position:absolute; height:60px; top:0; right:0; width:103px; background:#444444;z-index:3; text-align:center; align-content:center;border:none; border-top-right-radius:20px; border-bottom-right-radius:20px}
.form-email .btn:focus{box-shadow:none}
.form-email .btn:hover{opacity:.8}
.form-email .btn i{font-size:30px}
.form-email .erolh{position:absolute; font-size:18px}
@media only screen
and (max-width :991.98px){
    .form-email{flex-wrap:wrap;gap:30px;}
    .form-email .title{flex:1;margin-left:0;}
}

@media only screen
and (max-width :575.98px){  
    .form-email{padding:8px 10px 12px;gap:16px;}
    .form-email .title{font-size:14px;}
    .form-email .title strong{font-size:16px}
    .form-email input{height:42px; border-radius:10px; padding-left:12px; font-size:18px;}
    .form-email input:focus{box-shadow:none}
    .form-email input::placeholder {color:#B3B3B3}
    .form-email .btn{height:42px; top:0; right:0; width:80px; border-top-right-radius:10px; border-bottom-right-radius:10px}
    .form-email .btn i{font-size:20px}
    .form-email .erolh{font-size:14px}
}
/*form-email footer end*/
.midfoot .row{justify-content:space-between}
.col-f2{max-width: 420px;}
.tenctyf {display:flex;align-items: center;gap: 10px;}
.tenctyf img{height: 60px;}
.tenctyf h2{margin:0;text-transform: uppercase;font-size: 24px;text-align: center;color: var(--main);}
.tenctyf h2 span{color:#fff!important}
.tenctyf strong{display:block;font-size: 1.5rem;}
.iff >*{position: relative; align-items: center; cursor:pointer}
.iff >*:before{content:"\f041";font-family: fontawesome;font-size: 20px;text-align: center;color: #fff;flex-shrink: 0; margin-right:6px}
.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;font-weight: 700;}
.mnf >*{position:relative;  cursor:pointer}
.mnf >*:before{content: "\f105";font-family:fontawesome;margin-right:6px;color:#fff}
.iff >*:hover, .iff >*:hover:before, .mnf >*:hover, .mnf >*:hover:before{color:var(--main)}

.mxhf{gap: 20px;display: flex;font-size: 20px;margin-top: 20px;}
.mxhf a{color:#fff;text-align:center;}
.mxhf a:hover{color:var(--main)}

.tagf a{/* font-size:13px; */padding:0 12px;margin:5px;line-height:1}
.tagf a+a{border-left:1px solid #e1e1e1}
.tagf a:hover{color:var(--second)}

.foot{font-size: 15px;font-weight:600;border-top:1px solid #454545}
.foot .container{/*border-top: 1px solid #C6C6C6;*/text-align:center;}
@media only screen
and (max-width :1500px){
  .col-f2{max-width: 330px;}
}
@media only screen
and (max-width :991.98px){
  .tenctyf img{height: 50px;}

}
@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:30px}
  .col-f2{max-width: unset;}
    .foot br{display:block}


}

/*footer end*/

.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 :576px){
  .inner_page{padding:30px 0}
}
/*Title*/
.tithome{text-transform:capitalize;margin-bottom:40px;font-size: 32px;text-align: center;font-weight: bold;position:relative;}
.tithome.have-quote{margin-bottom:10px;}
.quote{color:#5C5C5C;font-size: 18px; font-weight:500;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;}

@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;}
}
/*Title end*/



/*gthome*/
.gthome {
    background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)), url(../Design/backgrounds/bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.gthome h1{font-size:32px; font-weight:bold; text-transform:uppercase; margin-bottom:8px}

.imggt{position:relative;}
.linkgt{font-size:18px; color:var(--main)}
.linkgt:hover{color:var(--main-light)}
.imggt{padding-left:98px; padding-top: 130px; height:100%; align-content:end;overflow:hidden}
.imggt .img1{width: 100%; aspect-ratio:1/1;overflow:hidden;object-fit:cover}
.imggt .img1 img{width:100%; height:100%;object-fit:cover}
.imggt .img2{position:absolute;top:0;left: 0; width:60%;aspect-ratio:8/9;}
.imggt .img2 img{height:100%;width:100%; object-fit:cover}

.row-counter img{height:80px}
.row-counter .counter-number{font-size:40px; font-weight:bold; color:var(--main); margin: 10px 0 6px}
.row-counter small{font-size:22px; font-weight:600;}


@media (max-width: 991.98px) {
}
@media (max-width: 575.98px) {
    .gthome h1{font-size:24px; margin-bottom:8px}

    .imggt{padding-left:0; padding-top: 0;}
    .imggt .img1 img{width:100%; height:100%; border-radius:5px;object-fit:cover}
    .imggt .img2{display:none}

    .row-counter img{height:50px}
    .row-counter .counter-number{font-size:24px; margin: 8px 0 4px}
    .row-counter small{font-size:16px;}


}
/*thuexe1chieu*/
.thuexe1chieu{}
.thuexe1chieu .quote{margin-bottom:20px}
.tab-list {display:flex;justify-content:center;gap:20px;margin-top: 45px;margin-bottom: 70px;flex-wrap:wrap}
.tab-btn {position: relative;padding: 19px 21px;font-size: 1rem;line-height: 1.25em; /* position: relative; */margin-right: -5px;display: inline-block;border-radius:50px;background-color: #E8E8E8; cursor: pointer;}
.tab-btn.active {background-color: var(--main);color: #fff !important;z-index: 100;}
/*.tab-btn:after {position: absolute;content: '';background-color: #c2c2c2;height: 34px;width: 1px;right: 0;top: 12px;z-index: 99;}*/
/*.tab-btn.active:after {z-index: 0;background-color: var(--main-color);}*/
.tab-btn:last-child:after {position: relative;}
.tab-body-content {display: none;}
.tab-body-content .imgz{border-radius:5px}
.tab-body-content .rentcar-content {padding: 14px 0;}
.tab-body-content .rentcar-sub-title {font-size: 1.25rem;line-height: 1.2em;padding-bottom: 13px; font-weight:bold}
.tab-body-content .rentcar-price {font-size: 20px;line-height: 20px;margin-bottom: 24px;color: var(--main-dark); font-weight:bold}
.tab-body-content .rentcar-view {display:inline-block;font-size: 1rem;line-height: 1.25em;padding: 10px 25px;background-color: var(--main);color: #fff !important;border-radius: 18px;-webkit-border-radius: 18px;border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0;}
.thuexe1chieu .desktop {display: block}
.thuexe1chieu .mobile {display: none}

@media (min-width :768px){
    .container {padding-left: 60px;padding-right: 70px}

}

@media (max-width :576px) {
    .thuexe1chieu .desktop {display: none}
    .thuexe1chieu .mobile {display: block}

    .rentcar-sub-title {font-size: 1rem;font-weight:bold}
    .rentcar-price {font-size: 1rem;line-height: 1.25em;font-weight:bold}
    .rentcar-view {font-size: 1rem;line-height: 1.25em;padding: 10px 25px;background-color: var(--main);color: #fff !important;border-radius: 10px;-webkit-border-radius: 10px;}
    .rentcar-link {font-weight:500;background-color: #e8e8e8;padding: 10px 15px;margin-bottom: 10px;position: relative;border-radius: 0.25rem; -webkit-border-radius: 0.25rem;-moz-border-radius: 0.25rem;}
    .rentcar.active .rentcar-link {background-color: var(--main);color: #fff;}
    .rentcar-link i {font-size: 1.5rem;position: absolute;right: 15px;top: 10px;transform: rotate(0deg);transition: all 0.3s ease;}
    .rentcar.active i {transform: rotate(90deg);}
    .rentcar-body {margin-bottom: 15px;padding: 0 10px;}
    .rentcar-body .col-4{padding: 15px 10px;margin:auto}
}
/*thuexe1chieu end*/

/*car-route*/
.car-route {
    background: linear-gradient(180deg, #F8F8F8, #fff);
}
.car-route .tithome{color:#333}
.car-route .row{display:none}

@media only screen and (max-width :575.98px) {
    .car-route .row {
        display: flex;
    }
}

/*airport-transfer*/
.airport-transfer {
    background:linear-gradient(rgba(73, 80, 87, .9), rgba(73, 80, 87, .9)), url('../Design/bg-airport-transfer.jpg'), no-repeat;
    background-size:cover;
}
/*car-route*/

.airport-transfer .quote{color:#fff}

/*favorite-place home*/
.favorite-place{}
.favorite-place .item{position:relative;overflow:hidden}
.favorite-place .item .imgz{}
.favorite-place .item .title{position:absolute; left:0; top:0; width:100%; height:100%; padding-bottom:28px; color:#fff; font-size:28px; font-weight:700; text-align:center; align-content:end; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.4) 60%);}
.favorite-place .item:hover .imgz img{transform: translateX(-50%) translateY(-50%) scale(1.1);}

@media only screen and (max-width :991.98px) {
    .favorite-place .item .imgz{border-radius:8px; overflow:hidden}
    .favorite-place .item .title{padding-bottom:18px; font-size:20px;border-radius:8px;}
}

@media only screen and (max-width :575.98px) {
    .favorite-place .item .imgz{border-radius:5px; overflow:hidden}
    .favorite-place .item .title{padding-bottom:14px; font-size:18px;border-radius:5px;}
}

/*favorite-place home end*/

/*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 {
    background-image: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, .95)),url('../Design/backgrounds/bg-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ckhome .container{}
.rowck .item{height:100%;text-align:center;}
.rowck .imgz{width:125px;height:125px; padding:32px; background:var(--main-light);border-radius:50%; margin:auto; display:flex; align-items:center; justify-content:center}
.rowck img{height:100%; width:auto}
.rowck .td{font-size:22px;font-weight: 600;margin-top: 14px;margin-bottom: 12px;}
.rowck .mt{font-size:16px;color:#717171}
@media only screen
and (max-width :991.98px){
  .rowck{overflow-x:auto; flex-wrap:nowrap}
  .rowck .col{width:75%}

}
@media only screen
and (max-width :767.98px){
}
@media only screen
and (max-width :575.98px){
    .rowck .item{}
    .rowck .imgz{width:50px;height:50px;padding:14px;}
    .rowck .td{font-size:18px;font-weight: 600; margin: 12px 0 8px;}
    .rowck .mt{font-size:14px;}
}

/*dghome*/
.dghome{}
.dghome .tithome{margin-bottom:60px}
.dghome .quote{color:#fff; margin-bottom:50px}
.owl-reviews .item{position: relative; background:#fff}
.owl-reviews .top{display:flex;align-items:center;gap:15px}
.owl-reviews .imgz{height:70px;width:70px;border-radius:50%;}
.owl-reviews .avatar{height:60px;width:60px; text-align:center; align-content:center; font-size:28px;font-weight:bold; color: #fff;border-radius:50%; background:var(--main)}
.owl-reviews .ten{font-size:15px;font-weight: 700; margin-bottom:3px}
.owl-reviews .dc{font-size:14px;font-weight:600;}
.owl-reviews .star{margin-top: 5px;display:flex;gap: 5px;font-size: 13px;color: orange;}
.owl-reviews .nd{margin-top:10px;}
.owl-reviews .mt{font-size:14px;display: block; line-height:1.6}

.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{}
    .owl-reviews .top{gap:4px}
    .owl-reviews .imgz{height:50px;width:50px;}
    .owl-reviews .avatar{height:40px;width:40px;font-size:26px;}

    .owl-reviews .ten{font-size:15px; margin-bottom:0px}
    .owl-reviews .dc{font-size:13px;}
    .owl-reviews .star{margin-top: 3px;gap: 3px;font-size: 11px;}
    .owl-reviews .nd{margin-top:6px;  padding-left:0px;}
    .owl-reviews .mt{line-height:1.4}
}

/*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{height: 100%;position: relative;border-radius: 20px;/* overflow: hidden; */}
.litour .imgz{position:relative;padding:31%;border-radius: 10px;}
.litour .tour-hot{z-index: 2;text-align: center;position: absolute;color: #FFFFFF;background-color: var(--main-light);top: 9px;left: 9px;box-shadow : 0px 2px 6px 2px rgba(0, 0, 0, 0.09);padding: 1px 8px; border-radius:4px}

.litour .nd .reviews-group{margin:10px 0 8px; font-size:15px}
.litour .nd .rate{display:inline-block;color:var(--main);font-size:13px;}
.litour .nd .rate i{margin-right:5px}
.litour .nd .score{font-weight:bold}
.litour .nd .Number-of-reviews{font-weight:600; color:#595959}

.litour .nd{}
.litour .td{font-size: 20px;font-weight: 650; margin-bottom:12px}
.litour .td:hover{color: var(--main)}
.litour .location{font-size:14px; color:#717171}
.litour .location i{font-size:15px; margin-right:5px}
.litour .price{font-weight: 700;color: var(--main);font-size: 20px;margin-top:10px}
.litour .price sup{font-size:12px}
.litour .link{margin-top:20px}
@media only screen
and (max-width :576px){
    .litour .nd .rate{margin:8px 0 6px}

    .litour .td{font-size: 18px; margin-bottom:8px}
    .litour .price{font-size: 18px;margin-top:8px; margin-bottom:6px}
    .litour .link{margin-top:20px}

}

/*newshome*/
.newshome {
    background: linear-gradient(180deg, #fff, #F8F8F8);
}
.newshome .tithome{color:#333}

@media (min-width: 992px) {
   .newshome .row{--bs-gutter-x: 33px; --bs-gutter-y: 33px;}
}

/*ArticleList*/
.litt .imgz{padding: 36%; border-radius:10px}
.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-dark)}
.litt .mt{color: #6E7070}
@media only screen 
and (max-width: 576px){
  .litt .td{font-weight: 600;font-size: 15px;margin-top: 8px;}
}
/*ArticleList end*/

.newshome .td{font-size:22px;margin-top: 10px}
.newshome .date{display:none}
.newshome .mt{display:none}

@media only screen and (max-width: 575.98px) {
    .newshome .td{font-size: 15px;margin-top: 8px;}
}

/*newshome end*/


/*partner-home*/
.partner-home {
    background: #f8f8f8;
}
.owldt .item{}
.owldt .imgz{padding: 0 20px;}
.owldt img{}
/*partner-home end*/

/*UC ProductList*/
.row-product{}
.row-product .item{height:100%; background-color:#fff}
/*.row-product.owl-carousel .item{margin:6px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 6px 0px;}*/
.row-product .item:hover{ }
.row-product .imgz{padding: 31%; border-radius:10px}
.row-product .imgz .see-detail{margin:20px;color:#fff; text-align:center; font-size: 24px; font-weight:500; line-height:1.6}
.row-product .nd{}
.row-product .nd .location{color:#646464; font-size:15px; font-weight:500;}
.row-product .nd .location i{color:var(--main); margin-right:5px }
.row-product .nd .td{font-size:20px;font-weight: 650; margin-bottom:10px}
.row-product .td:hover{color: var(--main);}

.row-product .nd .reviews-group{margin:10px 0 8px; font-size:15px}
.row-product .nd .rate{display:inline-block;color:var(--main);font-size:13px;}
.row-product .nd .rate i{margin-right:5px}
.row-product .nd .score{font-weight:bold}
.row-product .nd .Number-of-reviews{font-weight:600; color:#595959}

.row-product .price{font-weight: 700;color: var(--main);font-size: 20px;margin-top:10px}

.row-product .link{display:flex;justify-content:space-evenly;flex-wrap:wrap;}
.row-product .link .btn{margin-bottom:10px;height:38px; width:140px; align-content:center; color:#fff; border-radius:50px; font-size:14px; font-weight:500}
.row-product .link .btn:hover {opacity: .8;}
.row-product .btn-call{background: #dd1a21; border:none}
.row-product .btn-zalo{background: #0091ff; border:none}


.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 .1s}
.row-product .item:hover .overlay{opacity:1}
.rowdv .btn{border-radius:50px;padding: .375rem 25px;}

@media (min-width: 992px) {  
   .row-product{ --bs-gutter-x: 44px; --bs-gutter-y: 44px;}
}
@media (max-width: 992px) {  
   .owl-car-retails{display:none !important}
}
@media only screen 
and (max-width: 576px){
.row-product{ --bs-gutter-y: 12px; --bs-gutter-x: 12px;}
.row-product .item{}
.row-product .item:hover{box-shadow: rgba(99, 99, 99, 0.4) 0px 4px 10px 0px; }
.row-product .imgz .see-detail{margin:15px; font-size: 20px; line-height:1.5; -webkit-line-clamp:4}
.row-product .nd{padding: 10px 10px 14px;}
.row-product .nd .location{margin-bottom:6px}
.row-product .nd .td{margin-bottom:6px}
.row-product .nd .rate{margin-bottom:6px;}
.row-product .price{font-size:19px}

.overlay:before{top:6px;right:6px;bottom:6px;left:6px;border-radius:15px;}
}
/*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:3}
.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: 10px;}
.owlnav .owl-nav button.owl-next{right: 10px;}
.owlnav .owl-nav button:before{display:flex;align-items:center; justify-content:center;color:#fff;border: 2px solid #fff; background: rgba(0,0,0, .3);opacity:.7;width: 40px;height: 40px;font-size:24px;border-radius: 50%;line-height:40px}
.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:before{opacity:1;}

.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)}

.content-collapsed {
    max-height: 300px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.content-expanded {
    max-height: auto;
    transition: max-height 0.5s ease;
}

/*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}
}

/*photo-page end*/




/*tour-detail-page*/
.tour-detail-page{}

.dshar .item:nth-child(4) img,.dshar .item:nth-child(n+5),.dshar .see-dsha{display:none}
.dshar .item,.imgA img,.imgH img{position:absolute}
.dshar,.menu-login,.uldg strong{position:relative}
.dshar .item:nth-child(2),.dshar .item:nth-child(3){right:0;width:calc(100% - 72.5% - 5px);height:calc(100% / 2 - 2.5px);left:auto}
.dshar{height:530px;border-radius:6px;overflow:hidden}
.dshar .item{width:72.5%;height:100%;left:0;top:0;z-index:1}
.dshar .item:nth-child(3){top:auto;bottom:0}
.dshar .item:nth-child(4){top:auto;left:auto;right:20px;bottom:20px;height:auto;width:auto}
    .dshar .item:nth-child(4) .see-dsha {
        display: block;
        padding: 10px 20px;
        background: #191b2066;
        backdrop-filter: blur(2px);
        border: 2px solid #fff;
        color: #fff;
        font-weight: 700;
        border-radius: 12px;
    }
.dshar .item:nth-child(4) .see-dsha:hover{background-color:transparent}

.tour-detail-page .product-photos{width:100%}
.tour-detail-page .product-photos .img{aspect-ratio:4/3}
.title-tour{font-size: 28px; margin-bottom: 18px;}

.tour-detail-page .reviews-group{margin:0px 0 16px; font-size:17px}
.tour-detail-page .rate{display:inline-block;color:var(--main);font-size:17px;}
.tour-detail-page .rate i{margin-right:5px}
.tour-detail-page .score{font-weight:bold}
.tour-detail-page.Number-of-reviews{font-weight:600; color:#595959}


.tour-detail-page .info-tour{display:flex; font-weight:700; gap:20px; color:rgba(107, 104, 104, 1);margin-bottom: 20px;}
.tour-detail-page .info-tour .item{}
.tour-detail-page .info-tour i{color:var(--main); font-size:18px}

.booking-form-on-side{padding:16px;border:1px solid #d9d9d9;border-radius:.5rem; background:#fff; z-index:3;margin-bottom:30px}
.booking-form-on-side label{font-weight:600; font-size:18px; margin-bottom:8px;color:#666 !important}
.booking-form-on-side .form-control{height:47px;line-height:1.6; border-radius:.25rem}
.booking-form-on-side .txt{background:url(/Design/icons/ic-date.svg) 16px center no-repeat; background-position: 10px center;padding-left:34px;cursor:pointer}
.booking-form-on-side .txt.txtnumber{background-image:url(/Design/icons/ic-user.svg)}
.booking-form-on-side .checklk .mt, .booking-form-on-side  .txttime .li {font-size: 13px;}

.txttime{display:flex;gap:10px;flex-wrap:wrap}
.txttime .li{font-weight:700}

.booking-form-on-side .price-tour{font-size: 22px;}
.booking-form-on-side .btn-booking{color:#333}

.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: 50px 0 20px;font-weight: 700;}
.titct-dp i{color:var(--main)}
.titct-dp a{cursor:pointer;font-size: 14px;font-weight: normal;}
.titct-dp a:hover{color:var(--main)}

.detail{
    position: relative;
}
.content-collapsed .detail-toggle-button {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    border: none;
    height: 80px;
    align-content: end;
    line-height: 1;
    justify-content: center;
    width: 100%;
    background: linear-gradient(0deg, #fff 20%, transparent);
    align-items: flex-end;
    text-decoration:underline;
}
.content-expanded .detail-toggle-button {
    display: block;
    left: 0;
    bottom: 0;
    background: none;
    border: none;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    text-decoration:underline;
}

.show-detail{display:none}
.title-slide {font-size: 20px;text-transform: uppercase;border-bottom: 1px solid var(--main);padding-bottom: 6px;margin-bottom: 20px;}





@media only screen 
and (max-width: 576px){
    .dshar .item:nth-child(n+2),.tour-item{display:none}
    .dshar .item:nth-child(2),.dshar .item:nth-child(3){width:calc(100% / 2 - 2.5px);height:calc(100% - 72.5% - 5px)}
    .dshar{height:auto;padding:34%}
    .dshar .item{width:100%;height:100%}
    .dshar .item:nth-child(2){left:0;bottom:0;top:auto}
    .dshar .item:nth-child(4){right:5px;bottom:5px;display:block}
    .dshar .item:nth-child(4) .see-dsha{font-size:12px;padding:5px 10px}

    .title-tour{font-size: 22px; margin-bottom: 16px;}
    .tour-detail-page .info-tour{gap:16px;font-size:15px;margin-bottom: 20px;}
    .tour-detail-page .info-tour i{font-size:17px}
}

.rowdatxe .title{color:var(--main);font-weight:normal;margin-bottom:20px}
.rowdatxe .btn{text-transform:uppercase;padding: .375rem 2rem;border-radius: 7px;}
/*tour-detail-page end*/


/*xpage*/
.xpage{/* background:#f9f9f9; */}
.top-xp{}
.tit-xp{color:var(--main);font-weight:600}

#slider{background:#f3f6fb;height: 600px;}
#slider .slides li{position:relative;}
#slider .slides .imgz{height:100%;width: 100%;}

#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;}

.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(--main);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%;}
.bk-transfer .price{font-size:22px; color:red}
.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}
}
@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;}
}
/*xpage*/

#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/1/icon-phone.gif) 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/icon-whatapps.png) 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/ic-whatsapp.png) 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){
.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)}
.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 .avatar{height:40px;width:40px; text-align:center; align-content:center; font-size:24px;font-weight:bold; color: #fff;border-radius:50%; background:var(--main)}
.ds-cmt .rate{font-size:15px}
.ds-cmt .rate i {margin-right: 3px;}
.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: 12px;}
.formrv-dp .h5{color:var(--main)}

/*searchtour*/
.searchtour {
    position: relative;
    z-index: 2;
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../Design/bg-book-car.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.searchtour .banner{z-index: -1;pointer-events: none;overflow:hidden}
.searchtour .banner img{width:100% !important;object-fit: cover;}*/
.searchtour .container{position: static; padding-top: 100px; padding-bottom: 54px;}
.searchtour .contain{}
.searchtour .text-warning{color:#e86a00!important}
.top-find {color:#333; text-align: center}
.top-find .title{font-size:36px;text-transform:uppercase;font-weight: 600;margin: auto; margin-bottom:10px}
.top-find .summary{margin-bottom:42px}
.form-find{}
.form-group label{color:#333; margin-bottom:10px}
.form-group label span{}
.find-box{height:50px; background-color:#ffff;flex:1;position:relative;display: flex;align-items: center; border-radius:5px; margin-bottom:16px}
.find-phone input::-webkit-outer-spin-button,
.find-phone input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
.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, .form-find select {outline:0;width: 100%;position:relative;font-size:16px; padding: 0px 20px; background:none;border: none;margin-left: 8px;height: 100%;}
.form-group{flex:1; margin-bottom:1rem}
.form-group:first-child {border-left:none}
.form-group:last-child {border-left:none}
.find-date{position:relative;display: flex;align-items: center;}

.find-date img, .find-box img{position:absolute;width:20px; height:20px; left: 10px}
.find-date i.angle, .find-box i.angle{position:absolute;font-size: 20px; right: 10px}

.form-find .txt-date, .form-find .txt-place{ padding:0px 30px; }
.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: block;padding: 8px 60px;border-radius: 50px;flex-shrink: 0;font-size: 20px;font-weight: 600;align-items: center; text-align:center; text-transform:uppercase; margin-top: 20px}
.form-find .btn:hover{background-color: var(--main-light);}
.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 i.angle{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 .banner{z-index: -1;pointer-events: none;overflow:hidden}
    .searchtour .banner img{width:100% !important; height:auto;}
    .searchtour .container{position: static; padding-top: 70px; padding-bottom:50px}
    .searchtour .contain{}

    .top-find .title{font-size: calc(1.2rem + .3vw);max-width: 500px;margin-bottom:10px}
    .top-find .summary{margin-bottom:25px}

    .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;border-left: none;}
    .form-group label {font-size: 14px; margin-bottom:10px; text-transform: uppercase;}
    .form-group label span{text-transform: none;}
    .find-box{ height: 45px; margin-bottom:20px}
    .find-box i{margin-left:12px}
    .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;height: 45px;font-size:18px;justify-content: center;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px; margin: 0 16px;margin-top: 20px;}
    .find-date{border: 0;border-bottom: 1px solid #dbdbdb;}
    .form-find .txt-date{height: 35px;}
}
@media only screen and (max-width : 575px) {
        .searchtour .container{padding-top: 50px;padding-bottom: 40px;}
        .top-find .title{font-size: calc(.9rem + .3vw);margin-bottom:10px}
        .top-find .summary{margin-bottom:25px}

        .form-group label {margin-bottom:5px;}
        .form-group label span{}
        .find-box{ height: 40px; margin-bottom:20px}
        .form-find .txt, .form-find select {font-size:14px; padding: 0px 10px;margin-left: 8px;}
        .form-find .txt-date, .form-find .txt-place{ padding:0px 20px;}
        .find-date img, .find-box img{width:15px; height:15px; left: 6px}
       .form-find .btn{height: 40px;font-size:15px; margin: 0 16px;margin-top: 15px;}
}

/*hotline-phone-ring*/
.hotline-phone-ring-wrap{position:fixed;bottom:0;right: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;transition:visibility .5s;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-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-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 .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}

.hotline-phone-ring-wrap.whatsapp{position:fixed;bottom:70px;z-index:999999}
.hotline-phone-ring-wrap.whatsapp .hotline-phone-ring-circle{background-color:#30b945; border-color: #30b945}
.hotline-phone-ring-wrap.whatsapp .hotline-phone-ring-circle-fill{background-color:#30b945;}
.hotline-phone-ring-wrap.whatsapp .hotline-phone-ring-img-circle{background-color:#04c241;}

@media only screen and (max-width :575.98px) {
    /*thu nho buton x0.8*/
    
    .hotline-phone-ring-wrap{-webkit-transform:translateZ(0) scale(.9) translateX(4.5px)}
    .hotline-phone-ring-wrap.whatsapp{}
    .cd-top{}
}
/*hotline-phone-ring end*/

/*Contact Button*/
.contact-floating-btn{position:fixed;bottom:20px;right:20px;z-index:1000}
.contact-floating-btn button{width:50px;height:50px;font-size:20px}
/*Contact Button end*/

@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}
}
@-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)}
}