@import url('fonts.googleapis.com');

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-optical-sizing: auto;
    color: #333;
    line-height: 1.4;
}

:root {
    --main: #ED1C24;
    --main-hover: #D9151C;
    --main-dark: #B71218;
    --main-light: #FFE8E9;

    --second: #0A2F6B;
    --second-hover: #14448F;
    --second-dark: #071F4A;
    --second-light: #EDF4FF;

    --accent: #3455C5;
    --accent-light: #EAF0FF;

    --brand-gradient: linear-gradient(
        135deg,
        #ED1C24 0%,
        #D6363A 45%,
        #6B4FD3 75%,
        #3455C5 100%
    );

    --bg: #FFFFFF;
    --bg-light: #F8FAFD;
    --border: #E5E7EB;

    --text: #1F2937;
    --text-light: #6B7280;
}

.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){
  
}

:root {
    --main: #ED1C24;
    --main-hover: #D9151C;
    --main-dark: #B71218;
    --main-light: #FFE8E9;

    --second: #0A2F6B;
    --second-hover: #14448F;
    --second-dark: #071F4A;
    --second-light: #EDF4FF;

    --accent: #3455C5;
    --accent-light: #EAF0FF;

    --brand-gradient: linear-gradient(
        135deg,
        #ED1C24 0%,
        #D6363A 45%,
        #6B4FD3 75%,
        #3455C5 100%
    );

    --bg: #FFFFFF;
    --bg-light: #F8FAFD;
    --border: #E5E7EB;

    --text: #1F2937;
    --text-light: #6B7280;
}

/* ==============================================
   HEADER
   ============================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background:#fff;
    height: 70px;
}
.header-fixed{position:fixed;width:100%;top:0;}
.header-inner {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    gap: 16px;
}

/* ---- Logo ---- */
.header-logo {
    flex-shrink: 0;
    line-height: 0;
}
.header-logo img {
    height: 35px;
    width: auto;
    display: block;
}

/* ---- Navigation ---- */
.header-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header-nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.header-nav li {
    position: relative;
    display: flex;
    align-items: center;
}
.header-nav .mnliac1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    color: var(--second-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s;
}
/* hide per-menu icon images from DB */
.header-nav .mnliac1 img.icon { display: none; }

/* underline hover indicator */
.header-nav .mnliac1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}
.header-nav .mnliac1:hover::after { transform: scaleX(1); }

/* dropdown caret */
.header-nav .havesub .mnliac1 > span::after {
    content: '\f107';        
    font-weight: 400;font-family:fontawesome;margin-left:5px;
}
.header-nav .openmn { display: none; }

/* ---- Dropdown ---- */
.header-nav .menusub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #0d1f38;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    border-top: 2px solid var(--red);
    box-shadow: 0 8px 28px rgba(0,0,0,0.35);
    z-index: 100;
}
.header-nav .havesub:hover .menusub { display: block; }
.header-nav .menusub li { display: block; }
.header-nav .menusub a {
    display: block;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s, padding-left 0.2s;
}
.header-nav .menusub a:hover {
    color: #fff;
    padding-left: 26px;
}

/* ---- Header Right ---- */
.header-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    color: #fff;
}
.header-phone .fa {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border: 1.5px solid var(--second);
    border-radius: 50%;
    padding: 6px 0;
    object-fit: contain;
    display: block;
    transition: border-color 0.2s;color:var(--second);font-size:20px;text-align:center;animation: phoneShake 2s ease-in-out infinite;
}
@keyframes phoneShake { 0%, 100% { transform: rotate(0deg); } 5% { transform: rotate(-15deg); } 10% { transform: rotate(15deg); } 15% { transform: rotate(-12deg); } 20% { transform: rotate(12deg); } 25% { transform: rotate(-6deg); } 30% { transform: rotate(6deg); } 35%, 100% { transform: rotate(0deg); } }
.header-phone .ph-text { line-height: 1.25; }
.header-phone .ph-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--second-dark);
}
.header-phone .ph-number {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--second-dark);
}
.header-phone:hover .ph-icon { border-color: var(--red); }
.header-phone:hover .ph-number { color: var(--red); }

.header-sep {
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    flex-shrink: 0;
}

/* ---- Language flags ---- */
.header-langs {
    display: flex;
    align-items: center;
    gap: 4px;
}
.header-langs a {
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 3px;
    border: 1.5px solid transparent;
    opacity: 1;
    transition: opacity 0.2s, border-color 0.2s;
    line-height: 0;
}
.header-langs a:hover      { opacity: 1; }
.header-langs a.lang-active { opacity: 1; border-color: rgba(255,255,255,0.4); }
.header-langs img {
    width: 24px;
    height: auto;
    display: block;
    border-radius: 2px;
}

/* ---- Hamburger ---- */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: none;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}
.hamburger span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==============================================
   MOBILE HEADER
   ============================================== */
@media (max-width: 991px) {
    :root { --hdr-height: 60px; }

    .hamburger { display: flex; }

    .header-nav {
        position: fixed;
        top: var(--hdr-height);
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--hdr-bg);
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        height: auto;
        overflow-y: auto;
        z-index: 999;
        /* hidden by default */
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
    .header-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .header-nav ul { flex-direction: column; height: auto; }
    .header-nav li  { display: block; }
    .header-nav .mnliac1 {
        height: auto;
        padding: 15px 20px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .header-nav .mnliac1::after { display: none; }
    .header-nav .menusub {
        display: block;
        position: static;
        border-top: none;
        border-left: 2px solid var(--red);
        box-shadow: none;
        background: rgba(255,255,255,0.04);
        margin-left: 16px;
        padding: 4px 0;
    }
    .header-nav .menusub a { padding: 10px 20px; }

    /* hide phone number text on tablet */
    .header-phone .ph-text { display: none; }
}

@media (max-width: 575px) {
    .header-inner { padding: 0 16px; gap: 10px; }
    /* hide phone entirely on small mobile */
    .header-phone { display: none; }
    .header-langs img { width: 22px; }
}

/* ==============================================
   HERO ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ VIDEO BANNER
   ============================================== */
.hero {
    position: relative;
    min-height: calc(100vh);
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #060f23;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(6,15,35, 0.93) 0%,
        rgba(6,15,35, 0.78) 38%,
        rgba(6,15,35, 0.30) 65%,
        rgba(6,15,35, 0.04) 100%
    );
    z-index: 1;
}

.hero-body {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 24px;
}

.hero-content {
    max-width: 550px;
    color: #fff;
}

.hero-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
}
.hero-label::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--red);
    margin-top: 10px;
    border-radius: 2px;
}

.hero-title {
    font-size: clamp(34px, 4.5vw, 60px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 22px;
    letter-spacing: -0.5px;
}

.hero-desc {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
    margin: 0 0 38px;
    max-width: 440px;
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.25s, border-color 0.25s, color 0.25s;
    white-space: nowrap;
    cursor: pointer;
}
.btn-hero-red {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}
.btn-hero-red:hover {
    background: var(--red-dark);
    border-color: var(--red-dark);
    color: #fff;
}
.btn-hero-outline {
    background: transparent;
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}
.btn-hero-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
}

/* ---- Responsive hero ---- */
@media (max-width: 991px) {
    .hero-body { padding: 60px 20px; }
    .hero-overlay {
        background: rgba(6,15,35,0.72);
    }
    .hero-content { max-width: 100%; }
    .hero-desc { max-width: 100%; }
}

@media (max-width: 575px) {
    .hero-body { padding: 48px 16px; }
    .hero-title { font-size: 30px; letter-spacing: 0; }
    .hero-desc  { font-size: 14px; margin-bottom: 28px; }
    .btn-hero   { padding: 12px 20px; font-size: 12px; letter-spacing: 1px; }
    .hero-cta   { gap: 10px; }
}

/*site-footer start*/
.site-footer{background:var(--second);}
.site-footer .footer-top{position:relative;overflow:hidden;}
.site-footer .footer-top::after{
    content:"";position:absolute;top:-15%;right:-8%;width:640px;height:640px;max-width:60%;
    background-image:radial-gradient(rgba(255,255,255,.18) 1.5px,transparent 1.5px);
    background-size:12px 12px;
    -webkit-mask-image:radial-gradient(circle at 70% 30%,#000 0%,transparent 70%);
    mask-image:radial-gradient(circle at 70% 30%,#000 0%,transparent 70%);
    pointer-events:none;
}
.site-footer .footer-top .container{position:relative;z-index:1;}

.site-footer .footer-logo{display:inline-block;margin-bottom:16px;}
.site-footer .footer-logo img{height:42px;}
.site-footer .footer-line{display:block;width:40px;height:3px;background:var(--main);border-radius:2px;margin-bottom:16px;}
.site-footer .footer-desc{color:rgba(255,255,255,.75);font-size:14px;line-height:1.8;max-width:320px;}
.site-footer .footer-social{display:flex;gap:12px;margin-top:20px;}
.site-footer .footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;font-size:16px;transition:background .3s,border-color .3s;}
.site-footer .footer-social a:hover{background:var(--main);border-color:var(--main);color:#fff;}

.site-footer .titf{color:#fff;font-size:17px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.3px;}
.site-footer .footer-links{list-style:none;margin:0;padding:0;}
.site-footer .footer-links li{margin-top:12px;}
.site-footer .footer-links li:first-child{margin-top:0;}
.site-footer .footer-links a{color:rgba(255,255,255,.75);font-size:14px;display:flex;align-items:center;gap:8px;transition:color .3s,padding-left .3s;}
.site-footer .footer-links a i{color:var(--main);font-size:12px;}
.site-footer .footer-links a:hover{color:#fff;padding-left:4px;}

.site-footer .footer-contact{list-style:none;margin:0;padding:0;}
.site-footer .footer-contact li{display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.85);font-size:14px;margin-top:14px;}
.site-footer .footer-contact li:first-child{margin-top:0;}
.site-footer .footer-contact li i{color:var(--main);font-size:16px;margin-top:2px;flex-shrink:0;width:16px;text-align:center;}
.site-footer .footer-contact a{color:rgba(255,255,255,.85);}
.site-footer .footer-contact a:hover{color:#fff;}
.site-footer .footer-contact li:last-child a{color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:6px;}
.site-footer .footer-contact li:last-child a:hover{color:var(--main-light);}

.footer-network{background:rgba(0,0,0,.12);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);}
.footer-network-inner{display:flex;flex-wrap:wrap;align-items:center;gap:16px 40px;padding:18px 0;}
.footer-network-label{color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;}
.footer-network-list{display:flex;flex-wrap:wrap;align-items:center;gap:16px 0;flex:1;}
.footer-network-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.85);font-size:14px;font-weight:600;text-transform:uppercase;padding:0 24px;}
.footer-network-item img{height:32px;width:32px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;}
.footer-network-item+.footer-network-item{border-left:1px solid rgba(255,255,255,.15);}
.footer-network-item:first-child{padding-left:0;}

.site-footer .foot{background:rgba(0,0,0,.18);border-top:none;font-size:14px;font-weight:400;color:rgba(255,255,255,.75);}
.site-footer .foot-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;}
.site-footer .coppyf{color:rgba(255,255,255,.75);}
.site-footer .coppyf a{color:#fff;}
.site-footer .foot-links a{color:rgba(255,255,255,.75);}
.site-footer .foot-links a:hover{color:#fff;}
.site-footer .foot-links .sep{margin:0 10px;color:rgba(255,255,255,.35);}

@media only screen and (max-width :991.98px){
    .footer-network-item{padding:0 16px;}
}
@media only screen and (max-width :767.98px){
    .site-footer .footer-desc{max-width:none;}
    .footer-network-inner{flex-direction:column;align-items:flex-start;gap:14px;}
    .footer-network-list{gap:14px 20px;}
    .footer-network-item{padding:0;border-left:none!important;}
    .site-footer .foot-inner{flex-direction:column;text-align:center;justify-content:center;}
}
/*site-footer (Vn redesign) 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{/* font-family: "Inria Serif", serif; */text-transform:capitalize;margin-bottom:40px;font-size: 36px;color:var(--second);text-align: center;font-weight: bold;position:relative;}
.tithome.have-quote{margin-bottom:10px;}
.quote{color:#5C5C5C;font-size: 17px; font-weight:500;text-align: center; max-width:1000px; margin:auto;margin-bottom:30px;}

.titlecat{text-align:center;color:var(--second);text-transform: uppercase;position: relative;margin-bottom:20px;padding-bottom: 10px;font-size: calc(1rem + .9vw);}
.titlecat:before{content:"";position:absolute;border-bottom: 3px 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(1.25rem + .9vw);margin-bottom:15px}
  .quote{font-size:15px; margin-bottom:20px;}
}
/*Title end*/

/*home-about*/
.home-about .sub-title{
    display:inline-block;
    position:relative;
    color:var(--main);
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    padding-bottom:14px;
    margin-bottom:10px;
}
.home-about .sub-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:48px;
    height:3px;
    background:var(--main);
}
.home-about-content .detail h1,
.home-about-content .detail h2,
.home-about-content .detail h3{
    color:var(--second);
    font-weight:700;
    font-size:36px;
    line-height:1.25;
    margin-bottom:20px;
}
.home-about-content .detail p{
    color:var(--text-light);
    font-size:16px;
    line-height:1.7;
    margin-bottom:16px;
}
.home-about-content .detail p:last-child{margin-bottom:0}
.home-about-content .btn-outline-navy{
    display:inline-block;
    margin-top:12px;
     padding:9px 15px; 
     border:1px solid var(--second); 
    border-radius:4px;
    background:#fff;
    color:var(--second);
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;font-size:13px
}
.home-about-content .btn-outline-navy:hover{
    background:var(--second);
    border-color:var(--second);
    color:#fff;
}

.home-about-gallery .main-img{
    border-radius:16px;
    overflow:hidden;
    margin-bottom:16px;
    cursor:pointer;
}
.home-about-gallery .main-img img{
    width:100%;
    aspect-ratio: 4/3;
    object-fit:cover;
    transition:.4s;
}
.home-about-gallery .sub-imgs .imgz{
    border-radius:10px;
    overflow:hidden;
    cursor:pointer;height:150px;
}
.home-about-gallery .sub-imgs .imgz img{
    width:100%;
    aspect-ratio: 1/1;
    object-fit:cover;
    transition:.4s;max-height:100%;
}
.home-about-gallery .main-img:hover img,
.home-about-gallery .sub-imgs .imgz:hover img{transform:scale(1.08)}

.home-about-stats{margin-top:0;}
.stat-card{
    height:100%;
    background:#fff;
    box-shadow: 0 0 5px #0A2F6B55;
    border-radius:12px;
    padding:15px;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:16px;
}
.stat-icon{
    flex:0 0 auto;
    width:72px;
    height:72px;
    border-radius:50%;
    background:var(--second-light);
    display:flex;
    align-items:center;
    justify-content:center;
}
.stat-icon img{width:40px;height:40px;object-fit:contain}
.stat-content{flex:1 1 auto;min-width:0}
.stat-number{
    position:relative;
    color:var(--second);
    font-size:26px;
    font-weight:800;
    padding-bottom:12px;
    margin-bottom:8px;
}
.stat-number::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:32px;
    height:2px;
    background:var(--main);
}
.stat-label{color:var(--text-dark);font-size:15px;}

@media only screen and (max-width :991.98px){
    .home-about-stats{margin-top:28px}
}
@media only screen and (max-width :575.98px){
    .home-about-content .detail h1,
    .home-about-content .detail h2,
    .home-about-content .detail h3{font-size:26px;margin-bottom:12px}
    .home-about-gallery .main-img{border-radius:10px;margin-bottom:10px}
    .stat-card{padding:14px;gap:12px}
    .stat-icon{width:44px;height:44px}
    .stat-icon img{width:22px;height:22px}
    .stat-number{font-size:22px;padding-bottom:8px}
}
/*home-about end*/

/*global-network*/
.global-network{position:relative;background:#f7fafe;}
.global-network .container{position:relative;z-index:2;}
.global-network-map{max-width:1300px; margin:auto;position:absolute;z-index:1;top:50px;left:0;right:0;}
.global-network .global-network-cards{margin-top:350px;}
.global-network-map img{width:100%;height:auto;}
.global-network .sub-title-center{
    display:inline-block;
    color:var(--main);
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.global-network .tithome{margin-bottom:16px;}
.global-network .tithome .text-main{color:var(--main);}

.global-card{
    height:100%;
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 0 12px rgba(10,47,107,.12);
}
.global-card-img{position:relative;overflow:visible;}
.global-card-img > img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.global-card-flag{
    position:absolute;
    left:16px;
    bottom:-14px;
    width:44px;
    height:44px;
    border-radius:50%;
    overflow:hidden;
    border:2px solid #fff;
    box-shadow:0 2px 6px rgba(0,0,0,.2);
    background:#fff;
    line-height:0;
}
.global-card-flag img{width:100%;height:100%;object-fit:cover;display:block;}
.global-card-flag:empty{display:none;}
.global-card-body{padding:24px 16px 16px;}
.global-card-title{
    color:var(--second);
    font-size:17px;
    font-weight:700;
    margin-bottom:8px;
}
.global-card-desc{color:var(--text-light);font-size:14px;line-height:1.6;min-height:66px;}
.global-card-line{
    display:block;
    width:28px;
    height:3px;
    background:var(--main);
    margin-top:12px;
}
.global-network-note{
    color:var(--second);
    font-size:17px;
    font-weight:600;
    line-height:1.6;
    margin-top:20px;
}
@media only screen and (max-width :991.98px){
    .global-network-map{margin-bottom:20px}
}
@media only screen and (max-width :575.98px){
    .global-card-flag{width:34px;height:34px;left:12px;bottom:-10px}
    .global-card-body{padding:20px 14px 14px}
    .global-card-desc{min-height:0}
    .global-network-note{font-size:15px}
}
/*global-network end*/

/*eco-section*/
.eco-section .tithome{margin-bottom:16px;}
.eco-card{
    background:#fff;
    border-radius:16px;
    box-shadow:0 0 12px rgba(10,47,107,.12);
}
.eco-card-img{position:relative;}
.eco-card-img > img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
    border-radius:16px 16px 0 0;
}
.eco-card-icon{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,50%);
    width:64px;
    height:64px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 14px rgba(10,47,107,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:0;
}
.eco-card-icon img{width:38px;height:38px;object-fit:contain;}
.eco-card-icon:empty{display:none;}
.eco-card-body{padding:56px 18px 22px;text-align:center;}
.eco-card-title{
    color:var(--second);
    font-size:19px;
    font-weight:700;
    margin-bottom:12px;
}
.eco-card-line{
    display:inline-block;
    width:28px;
    height:3px;
    background:var(--main);
    margin-bottom:12px;
}
.eco-card-desc{color:var(--text-light);font-size:14px;line-height:1.6;}
.eco-plane-path{
    max-width:900px;
    margin:30px auto 0;
    text-align:center;
}
.eco-plane-path img{width:80%;height:auto;max-width:500px;}
@media only screen and (max-width :991.98px){
    .eco-card-icon{width:68px;height:68px}
    .eco-card-icon img{width:30px;height:30px}
    .eco-card-body{padding:46px 14px 18px}
}
@media only screen and (max-width :575.98px){
    .eco-card-icon{width:56px;height:56px}
    .eco-card-icon img{width:26px;height:26px}
    .eco-card-body{padding:38px 12px 16px}
    .eco-card-title{font-size:16px}
}
/*eco-section end*/

/*destination-section*/
.destination-tabs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:32px;
    list-style:none;
    padding:0;
    margin:0 0 36px;
    border-bottom:1px solid #E5E7EB;
}
.destination-tab-item{
    position:relative;
    padding:0 0 16px;
    color:var(--second);
    font-weight:700;
    font-size:15px;
    letter-spacing:.5px;
    text-transform:uppercase;
    cursor:pointer;
    transition:.3s;
}
.destination-tab-item:hover{color:var(--main)}
.destination-tab-item::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:3px;
    background:var(--main);
    transform:scaleX(0);
    transition:.3s;
}
.destination-tab-item.active{color:var(--main)}
.destination-tab-item.active::after{transform:scaleX(1)}

.destination-pane{display:none;position:relative;}
.destination-pane.active{display:block}
.destination-banner{margin-bottom:36px;position:relative;z-index:11;}
.destination-desc{color:#555;font-size:15px;line-height:1.8;max-width:1000px;margin:auto;text-align:center;}
.destination-img { position: absolute;display:none; overflow: hidden;top:0;right:0;z-index:0;opacity:.3;max-width:500px; } .destination-img img { width: 100%; display: block; aspect-ratio: 16/8; object-fit: cover; }
.destination-img::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; /* Gradient trÃƒÂ¡Ã‚ÂºÃ‚Â¯ng tÃƒÂ¡Ã‚Â»Ã‚Â« trÃƒÆ’Ã‚Â¡i qua phÃƒÂ¡Ã‚ÂºÃ‚Â£i */ background: linear-gradient( to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 12%, rgba(255,255,255,0.75) 22%, rgba(255,255,255,0.35) 35%, rgba(255,255,255,0) 55% );}
.destination-img::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -35%; height: 90%; z-index: 3; pointer-events: none; background: radial-gradient( ellipse at bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,.95) 20%, rgba(255,255,255,.7) 40%, rgba(255,255,255,.35) 60%, rgba(255,255,255,0) 80% );}
.destination-btn{background:#fff;color:#555;font-weight:700;font-size:14px;padding:10px 18px; border-radius:0; }
.destination-btn:hover{color:var(--main)}
.destination-tours{margin-top:50p;}
.destination-tour-card{ height:100%; background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 0 12px rgba(10,47,107,.12); }
.destination-tour-card .imgz{aspect-ratio:4/3;border-radius:0;}
.destination-tour-card .tour-score{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:center;gap:4px;background:#fff;color:#333;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;box-shadow:0 2px 6px rgba(0,0,0,.15);}
.destination-tour-card .tour-score .fa-star{color:#f7b500;}
.destination-tour-card .tour-score .review-count{font-weight:400;color:#777;}
.destination-tour-card .nd{padding:16px;}
.destination-tour-card .td{font-size:17px;font-weight:bold;margin-bottom:8px;color:var(--second);}
.destination-tour-card .td a:hover{color:var(--main)}
.destination-tour-card .reviews-group{font-size:13px;margin-bottom:8px;}
.destination-tour-card .rate{display:inline-block;color:orange;font-size:12px;}
.destination-tour-card .rate i{margin-right:3px}
.destination-tour-card .score{font-weight:bold}
.destination-tour-card .Number-of-reviews{font-weight:600;color:#595959}
.destination-tour-card .info{font-size:13px;color:#333;margin-bottom:10px;padding:8px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);width:100%;display:block;}
.destination-tour-card .info i{font-size:13px;margin-right:5px;color:var(--main)}
.destination-tour-card .price-action{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.destination-tour-card .price{color:var(--main);font-weight:700;}
.destination-tour-card .price-label{display:block;font-size:12px;font-weight:400;color:#666;}
.destination-tour-card .price-value{font-size:16px;white-space:nowrap;}
.destination-tour-card .btn-detail{white-space:nowrap;padding:8px 14px;font-size:13px;border:1px solid var(--second);color:var(--second);}
.destination-tour-card .btn-detail:hover{background:var(--second);color:#fff;}

@media only screen and (max-width :991.98px){
    .destination-tabs{gap:20px;margin-bottom:24px}
    .destination-tab-item{font-size:13px;padding-bottom:12px}
    .destination-banner{margin-bottom:24px}
    .destination-btn{padding:8px 14px;font-size:12px;top:12px;right:12px}
}
@media only screen and (max-width :575.98px){
    .destination-tabs{gap:14px 20px}
    .destination-desc{font-size:14px}
    .destination-tour-card .nd{padding:12px}
    .destination-tour-card .td{font-size:15px}
    .destination-tour-card .price-action{flex-wrap:wrap}
    .destination-tour-card .price-value{font-size:14px}
    .destination-tour-card .btn-detail{padding:6px 10px;font-size:12px}
}
/*destination-section end*/

/*press-section*/
.press-section{background:var(--bg-light);}
.press-divider{position:relative;text-align:center;margin:0 0 32px;border-top:1px solid var(--border);}
.press-divider span{position:relative;top:-11px;display:inline-block;padding:0 20px;background:var(--bg-light);color:var(--second);font-weight:700;font-size:14px;letter-spacing:.5px;text-transform:uppercase;}
.press-logo-card{display:flex;align-items:center;justify-content:center;height:100%;min-height:90px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 0 12px rgba(10,47,107,.08);transition:transform .3s,box-shadow .3s;}
.press-logo-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px rgba(10,47,107,.15);}
.press-logo-card img{max-width:100%;/* max-height:40px; */width:auto;object-fit:contain;}
@media only screen and (max-width :575.98px){
    .press-divider span{font-size:12px;padding:0 12px;}
    .press-logo-card{min-height:70px;padding:12px 14px;}
    .press-logo-card img{max-height:28px;}
}
/*press-section end*/

/*newshome grid-news (Vn 4-card layout)*/
.newshome .grid-news .item{height:100%;display:flex;flex-direction:column;}
.newshome .grid-news .item .imgH{border-radius:8px;}
.newshome .grid-news .nd{padding-top:16px;display:flex;flex-direction:column;flex:1;}
.newshome .grid-news .td{font-size:18px;margin-top:0;color:var(--second)}
.newshome .grid-news .desc{color:#222;font-size:14px;}
.newshome .grid-news .btn-detail{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:var(--second);font-weight:700;font-size:14px;}
.newshome .grid-news .btn-detail i{transition:transform .3s;}
.newshome .grid-news .btn-detail:hover{color:var(--main);}
.newshome .grid-news .btn-detail:hover i{transform:translateX(4px);}
@media only screen and (max-width: 575.98px){
    .newshome .grid-news .td{font-size:16px;}
}
/*newshome grid-news end*/

/*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.owl-carousel .owl-stage-outer {padding: 10px 0}
    .row-product .item {
        height: 100%;
        padding: 22px;
        background-color: #fff;
        box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.15);
        border-radius: 10px;
        text-align: center;
    }

.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 .td{font-family: "Inria Serif", serif;font-size:20px;font-weight: bold; margin-top:10px}
.row-product .td:hover{color: var(--main);}
.row-product .nd .location{color:#646464; font-size:15px; font-weight:500; margin-top:10px}
.row-product .nd .location i{color:var(--main); margin-right:5px }
.row-product .price{font-weight: bold; color: var(--main);font-size: 16px; text-transform:uppercase; padding:15px 0; border-top:1px dashed rgba(195, 195, 195, 1);margin-top:10px}
.row-product .nd .btn{border-radius:100px}
.row-product .nd .desc { font-size: 14px; color: #383838; margin-top:12px}

.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 .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 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{font-size:19px;margin-bottom:6px}
.row-product .nd .rate{margin-bottom:6px;}
.row-product .price{}
.row-product .nd .btn{font-size:14px}


.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{display:none;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: 30px;height: 5px;margin: 5px;background:var(--main);transition:.5s;border-radius:50px;opacity:.2}
.owldot .owl-dots button.active span{opacity:1;}

.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{font-size: 15px; font-weight:600}
.tagbv a+a:before{content:",";margin-right:5px;color:#6f6f6f}
.tagbv a:hover{color:var(--main)}
@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:#fff}

.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: 1.5em;padding-left: 2.25em;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: 44px;height:44px;text-align: center;align-content:center;font-size: 20px;left: -60px;border-radius: 50%;}
.bk-transfer .price{font-size:21px; 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;}

    .bk-transfer{padding-left:20px}

}
/*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: #f193350f;}
.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}
.row-bkp{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.top-bkp{background:url('/Design/left-img-02.jpg') top right;background-size:100% 100%; background-repeat:no-repeat;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: #fff;color: #333;height: 100%;}
.form-bkp .td{text-align:center;font-size: 30px;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(0, 0, 0, 0.27);border-radius: 0;}
.form-bkp .form-control:focus{box-shadow:none}
.form-bkp .form-select{background:none;border: none;border-bottom: 1px solid rgba(0, 0, 0, 0.27);border-radius: 0;}
.form-bkp .form-select:focus{box-shadow:none}
.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:var(--main);color:#fff; border-color:var(--main)}

/**/
.bk-page .price-calculator{margin:30px 0}
.bk-page .price-calculator .title{}
.bk-page .price-calculator table{width:100%;max-width:100%;font-weight:500}
.bk-page .price-calculator table td,.price-calculator table th{border:1px solid #ccc;border-collapse:collapse;text-align:center;padding:6px}
.bk-page .price-calculator table:not(.summary) th{background:rgba(0,0,0,.03);font-size:13px;font-weight:700}
.bk-page .price-calculator table:not(.summary) td{font-size:13px}
.bk-page .price-calculator table tr td:first-child{width:23%}
.bk-page .price-calculator .total-label,.price-calculator .total-value{font-weight:700}
.bk-page .price-calculator .paymentinfo-text{padding:10px;border-style:dashed;border-color:#00000054;border-width:2px}
/**/

@media screen and (max-width: 576px){
  .form-bkp{padding:1.3em}
.form-bkp .td{font-size:25px}
}
/*bk-page end*/

/*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*/
.bookhome{position:relative;z-index: 2;padding: 167px 0;}
.bookhome .banner{position: absolute;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;pointer-events: none;overflow:hidden}
.bookhome .banner img{height:100%;min-width:100%;width:auto !important;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);object-fit: cover;}
.searchtour .container{background:#fff;border-radius: 24px;position: relative;box-shadow:0 4px 10px 0 #00000022;z-index:2;}
.searchtour .title{text-align:center;padding:15px 0;border-bottom:1px solid #dfdfdf;}
.form-find{display:flex;align-items:center;padding:24px 12px;gap: 20px;}
.find-box{display:flex; height:48px;align-items:center;padding:0 12px; border-radius:8px; outline:1px solid #d9d1e7}
.find-box:has(input:focus){ outline-width: 3px; outline-offset: -2px; outline-color: #09f;}
.find-dd{flex:1 1 auto;position:relative}
.search-result{position:absolute;top:62px;background:#fff;width:100%;border-radius:4px}
.search-result li{padding:10px 15px;border-bottom:1px solid #f1f1f1;text-transform:capitalize;font-size:13px}
.search-result .result-product{color:#7f7f7f;cursor:pointer}
.search-result .result-product i{color:#4f4f4f}
.search-result .result-product:hover,.search-result .result-product.active{background:#f2f7ff}
.search-result .result-product strong{color:#000}
.find-box .close{color:#3f3f3f;font-size:20px;text-align:center;width:30px;text-align:left;display:inline-block;position:relative;bottom:3px}
.find-box .close{display:none}
.find-box svg{display:inline-block; margin-right:10px}
.form-find .ddl{color:#cdcdcd;font-size:16px;outline:0;width:100%}
.form-find .txt{outline:0;width:100%; height:100%;position:relative;font-size:16px; font-weight:500;padding:7px 0;background:none;}
.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;position:relative;cursor:pointer}
.form-find .change svg{color:#c5bdd3}
.form-find .change a{margin:auto;color:#fa0}
.form-find .highlight{color:#186ada;text-transform:uppercase;font-weight:700}
.form-find .btn{ flex:1 0 auto;color:#fff;background:var(--main);display:inline-block; height:48px;padding:10px 30px; font-weight:bold;border-radius:8px; box-shadow:0 4px 8px #09f33; align-content:center}
.form-find .btn:hover{background-color:#eebc34}
.find-dd .times{position:absolute;right:0;color:#4f4f4f;display:none;right:10px;top:22px}
.focus-input{display:flex}
.date-passenger-wrapper{display:flex; gap:24px}
.find-box .datepicker-icon{color:#09f}
.find-date, .find-passenger{min-width:130px}
.find-passenger{position:relative; max-width:144px}
.find-passenger .txt{text-align:center}
.find-passenger .tinh{user-select:none;touch-action:manipulation;cursor:pointer;color:#393147;width:36px;height:48px;padding:12px;align-self:center}
.find-passenger .tinh.tru{padding-right:0}
.find-passenger .tinh.cong{padding-left:0}
.find-passenger .label{position:absolute;font-size:14px;font-style:normal;font-weight:500;line-height:16px;background-color:#fff;color:#b1a9bf;left:15px;top:0;transform:translateY(-55%);padding:2px}
.find-passenger svg{margin:0}
.find-passenger input::-webkit-outer-spin-button,
.find-passenger input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

.find-dd.active_mobile{display:block;position:fixed;width:100%;height:100%;top:0;left:0;background:#fff;z-index:999;margin:0;padding:0}
.find-dd.active_mobile .txt{padding:30px 0; width: 76%}
.find-dd.active_mobile svg{display:none}
.find-dd.active_mobile .search-result{position:static}
.find-dd.active_mobile .close{display:inline-block;color:#09f}
.find-dd.active_mobile .times{display:inline-block}

@media only screen and (max-width : 768px) {  
  .bookhome{padding:50px 0}
  .bookhome .title{font-size:18px;}
}

@media only screen and (max-width : 467px) {
.bookhome{top:0;left:0;right:0;padding:40px 15px}
.form-find{display:block;border-radius:6px;position:relative;padding:12px!important;box-sizing:border-box}
.find-box{margin:0; padding:0; padding-right:16px; width: calc(100% - 50px); height:60px}
.find-box i{margin-left:12px}
.find-dd{ outline:none; border-radius:0;border-bottom:1px solid #dbdbdb}
.form-find .txt{height:auto;}
.form-find .change{position:absolute;top:60px;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{ width:100%;border-radius:6px; text-align:center; margin-top:16px}

.date-passenger-wrapper{gap:24px; margin-top:24px}
.date-passenger-wrapper .find-box{height:48px; padding: 0 12px}
.find-passenger{padding: 0}
}

/*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:70px;height:70px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;transition:visibility .5s;bottom:0;display:block}
.hotline-phone-ring-circle{width:70px;height:70px;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:56px;height:56px;top:7px;left:7px;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:15px;left:15px;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.kakaotalk{position:fixed;bottom:290px;z-index:999999}
.hotline-phone-ring-wrap.kakaotalk .hotline-phone-ring-circle{background-color:#fae301; border-color: #fae301}
.hotline-phone-ring-wrap.kakaotalk .hotline-phone-ring-circle-fill{background-color:#fae301;}
.hotline-phone-ring-wrap.kakaotalk .hotline-phone-ring-img-circle{background-color:#fae301;}

.hotline-phone-ring-wrap.whatsapp{position:fixed;bottom:220px;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;}

.hotline-phone-ring-wrap.viber{position:fixed;bottom:150px;z-index:999999}
.hotline-phone-ring-wrap.viber .hotline-phone-ring-circle{background-color:#7b519c; border-color: #7b519c}
.hotline-phone-ring-wrap.viber .hotline-phone-ring-circle-fill{background-color:#7b519c;}
.hotline-phone-ring-wrap.viber .hotline-phone-ring-img-circle{background-color:#7b519c;}

.hotline-phone-ring-wrap.telegram{position:fixed;bottom:80px;z-index:999999}
.hotline-phone-ring-wrap.telegram .hotline-phone-ring-circle{background-color:#2298d5; border-color: #2298d5}
.hotline-phone-ring-wrap.telegram .hotline-phone-ring-circle-fill{background-color:#2298d5;}
.hotline-phone-ring-wrap.telegram .hotline-phone-ring-img-circle{background-color:#2298d5;}

.hotline-phone-ring-wrap.zalo{position:fixed;bottom:10px;z-index:999999}
.hotline-phone-ring-wrap.zalo .hotline-phone-ring-circle{background-color:#005fe7; border-color: #005fe7}
.hotline-phone-ring-wrap.zalo .hotline-phone-ring-circle-fill{background-color:#005fe7;}
.hotline-phone-ring-wrap.zalo .hotline-phone-ring-img-circle{background-color:#005fe7;}

@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*/

@-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)}
}

