/*
Theme Name: Flatsome Child
Description: Design by Code-WP.com
Author: vithanhlam
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300..700;1,300..700&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
/* --primary-color: #f6ca73;
--fs-color-primary: #f6ca73;
--fs-color-secondary: #b59e5f;
--fs-color-success: #627D47;
--fs-color-alert: #b20000;
--fs-color-base: #000000;
--fs-experimental-link-color: #334862;
--fs-experimental-link-color-hover: #111; */
:root {
    --font-size-base: 24px;
    --font-family-end: Raleway;
    --dark-secondary-color: #AC998F;
    --light-secondary-color: #DFDFDF;
    --color-p:#787878;
    --dark-contrast: #B59E5F;
    --light-secondary: #DFDFDF;
    --dark-primary-2: #787878;
    --dark-primary-1: #000;
    --dark-secondary-2: #AC998F;
    --light-contrast: #F6CA73;

}

body, p {
    font-size: var(--font-size-base);
    line-height: 35px; 
}
.font-size-20 {
    font-size: 20px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-16 {
    font-size: 16px;
}
.primary-color {
    color: var(--primary-color);
}
.light-secondary {
    color: var(--light-secondary-color) !important;
}
.dark-secondary-2 {
    color: var(--dark-secondary-2) !important;
}
.light-contrast {
    color: var(--light-contrast) !important;
}
.title-small-3 {
    color: var(--dark-secondary-2);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.color-3 {
    color: var(--light-secondary-color) !important;
}
.color-main {
    color: var(--dark-contrast) !important;
}
.main-color {
    color: var(--main-color);
}
.dark-secondary-color {
    color: var(--dark-secondary-color);
}
.dark-primary-2 {
    color: var(--dark-primary-2);
}
.light-secondary {
    color: var(--light-secondary-color);
}
h2 span, h1 span, h4 span {
    color: var(--dark-contrast) !important;
    font-style: italic;
}
.hero-banner h1 {
    font-size: 128px;
    line-height: 140px;
}

h2 {
    font-size: 96px;
    line-height: 100px;
}
h4 {
    font-size: 48px;
}
h5 {
    color: var(--dark-secondary-1, #5B4B43);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.custom_h4 {
    font-size: 48px;
    font-style: italic !important;
    line-height: 58px;
}
a.btn-main {
    border-bottom: 1px solid var(--light-contrast, #F6CA73);
    color: var(--light-contrast, #F6CA73);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
    padding: 20px;
}
.text-italic {
    font-style: italic;
}
.sub_h1 {
    font-size: 20px;
    color: var(--primary-color) !important;
    letter-spacing: 20%;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase {
    gap: 50px;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase a {
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
    opacity: 1;
    color: #fff;
}
.current_page_item a {
    color: var(--light-contrast, #F6CA73) !important;
}
.h2_count h2 {
    margin-bottom: 20px;
}
.sub-h2 {
    font-family: var(--font-family-end);
    font-size: 16px;
    color: var(--dark-secondary-color);
    letter-spacing: 20%;
    padding-left: 75px;
    position: relative;
    padding-bottom: 20px;
}
.sub-h2:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background: var(--dark-secondary-color);
    top: 16px;
    left: 10px;
}
.custom-text-2 {
    display: flex;
    border-bottom: solid 1px var(--dark-secondary-color);
    padding-bottom: 10px;
    margin-bottom: 30px;
    
}
.custom-text-2 h5 {
    flex: 3 1 0%;
    color: var(--light-contrast, #F6CA73);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.custom-text-2 p {
    flex: 7 1 0%;
}
.color-p {
    color: var(--color-p) !important;
}
.custom-block-1 {
    display: flex;
    gap: 40px;
}
.box_x_right h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px; /* 120% */
}
.box_x_right ul {
    display: flex;
    margin: 0px;
    list-style-type: none;
    gap: 20px;
}
.box_x_right ul li {
    border: 1px solid var(--light-secondary, #DFDFDF);
    margin: 0px;
    padding: 10px 20px;
    color: var(--dark-primary-2, #787878);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.custom-block-1 {
    border-bottom: solid 1px #DFDFDF;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.number-x {
    color: var(--dark-contrast, #B59E5F);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.sub-h2-center {
    color: var(--dark-secondary-2, #AC998F);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.text-p-24 {
    color: #787878;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 145.833% */
}
.text-p-32 {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 125% */
}
.text-p-20 {
    color: #787878;
    font-family: "Cormorant Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 175% */
}
.custom-block-3 h5 {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.custom-block-x-footer h2 {
    color: var(--light-secondary, #DFDFDF);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px; /* 104.167% */ 
}
.text-24-footer p {
    color: var(--light-primary, #FFF);
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px; /* 145.833% */
}
.custom_title_h3_footer h3 {
    border-bottom: unset;
}
.custom_title_h3_footer span {
    border-bottom: unset;
    color: var(--dark-primary-2, #787878);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.ux-menu-link.flex.menu-item a {
    border: unset !important;
    color: var(--light-primary, #FFF);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}
.text-copyright p, .text-policy p {
    color: var(--dark-primary-2, #787878);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.hero-banner h4 {
    color: var(--light-contrast, #F6CA73);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.text-left {
    text-align: left;
}

.x-line:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--dark-secondary-2, #AC998F); 
    margin-right: 15px; /* Khoảng cách với chữ */
    text-align: center;
}
.x-line {
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
    justify-content: center; /* Căn giữa toàn bộ cụm theo chiều ngang */
}
.title-small {
    color: var(--dark-contrast, #B59E5F);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}
.text-small-1 {
    color: var(--dark-contrast, #B59E5F);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.title-small-2 {
    color: var(--light-contrast, #F6CA73) !important;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.number-xx {
    color: var(--light-contrast, #F6CA73) !important;
    font-family: "Cormorant Garamond";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
}

/* Col chứa số năm — làm gốc để định vị */
.custom_timeline .col:first-child .col-inner {
  position: relative;
  display: flex;
  align-items: center;
}

/* Đường dọc kéo suốt từ trên xuống dưới */
.custom_timeline .col:first-child .col-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: -145%;
  width: 1px;
  background-color: rgba(180, 150, 90, 0.3);
  z-index: 0;
}

/* Ẩn đường ở row cuối */
.custom_timeline:last-of-type .col:first-child .col-inner::before {
  display: none;
}

/* Dot ngoài — double border giữ nguyên */
.custom_timeline .col:first-child .col-inner::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline-offset: 3px;
    z-index: 1;
    background: rgba(120, 120, 120, 0.50);
}

/* Dot trong — filled gold, dùng h3::before vì ::after đã dùng rồi */
.custom_timeline .col:first-child .col-inner h3::before {
  content: '';
  position: absolute;
  left: -8px;              /* căn giữa trong dot ngoài: -8px + (16px - 8px)/2 */
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: var(--light-contrast, #F6CA73);
  z-index: 2;
}
.custom_block_3_about h3 {
    color: var(--dark-primary-1, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; 
}

.about_custom_block_10 h2 {
    color: var(--light-primary, #FFF);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: 58px;
}
.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 2em;
}
a.button.primary.is-underline {
    color: var(--light-contrast, #F6CA73);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}
.button.is-underline:before {
    background-color: #F6CA73;
    bottom: 0;
    content: "";
    height: 1px;
    left: -5%;
    opacity: .3;
    position: absolute;
    transition: all .3s;
    width: 110%;
}
.custom_tab ul {
    gap: 100px;
}

.custom_tab ul li.active a {
    color: var(--dark-contrast, #B59E5F);
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
}
.custom_tab ul li a {

    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background-color: var(--dark-contrast, #B59E5F);
    content: " ";
    height: 1px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav-line-bottom>li>a:before {
    bottom: -5px;
    top: auto;
}
.span-color-main-2 h5  {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
}
.custom-ul-line ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.custom-ul-line ul li {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin: 0px;
    padding-bottom: 40px;
}
.spacing-4 {
    letter-spacing: 4px;
}
.custom-li-line ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
.custom-li-line li {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    padding: 20px 0px;
    border-bottom: 1px solid var(--light-secondary, #DFDFDF);
    margin: 0px !important;
    padding-left: 40px;
}
.custom-li-line li:last-child {
  border-bottom: none;
}
.custom-li-line li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #C8A051;
}
.border-bottom p {
    border-bottom: solid 1px var(--light-secondary, #DFDFDF);
    padding-bottom: 30px;
}
.border_top {
    border-top: solid 1px var(--light-secondary, #DFDFDF);
}
.box-title-pp p:first-child {
    padding-top: 40px;
}
.page-template-page-blank ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase a, .single-post ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge.nav-uppercase a {
    color: var(--dark-primary-1, #000);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1.6px;
}
.page-template-page-blank img.header-logo-sticky, .single-post img.header-logo-sticky {
    display: block !important;
    margin-top: 20px;
}
div#comments {
    display: none;
}
.custom_tab_blog h3 {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}
.blog_custom h5.post-title.is-large {
    color: var(--dark-primary-1, #000);
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.post-meta.is-small.op-8 {
    display: none;
}
.blog_custom .is-divider {
    visibility: hidden;
}
.custom-post-date {
    color: var(--dark-primary-1, #000);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
}
.blog_custom .box-text-inner.blog-post-inner {
    padding: 40px;
}
/* Polylang */
.custom-lang-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.custom-lang-switcher a {
    color: var(--dark-primary-2, #787878);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}
.custom-lang-switcher a:hover {
    color: var(--dark-contrast, #B59E5F);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}

.custom-lang-switcher a.active {
    color: var(--dark-contrast, #B59E5F);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    letter-spacing: 1.6px;
}

.custom-lang-switcher span {
    color: #777;
    font-weight: 300;
    letter-spacing: 0px;
}
.has-transparent .custom-lang-switcher a {
    color: var(--light-secondary, #DFDFDF);
}
.custom-lang-switcher a.active {
    color: var(--light-contrast, #F6CA73) !important;
}
.sidebar-menu.no-scrollbar.text-center ul li a {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 400;
}
/* End Polylang */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .hero-banner h1 {
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 58px;
        text-align: center;
    }
    .sub_h1 {
        font-size: 14px;
        color: var(--primary-color) !important;
        letter-spacing: 20%;
        text-align: center;
    }
    p.font-size-24 {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 125% */
    }
    .mobile-text-center {
        text-align: center;
    }
    .transparent #logo img {
        max-height: 27px !important;
    }
    .mobile-text-center .text-inner.text-left {
        text-align: center;
    }
    .button.is-underline:before {
        background-color: #F6CA73;
        bottom: 0;
        content: "";
        height: 1px;
        left: -5%;
        opacity: .3;
        position: absolute;
        transition: all .3s;
        width: 110%;
    }
    h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }
    body, p {
        font-size: 16px;
        line-height: 20px; 
        font-weight: 300;

    }
   
  
    .custom_h4 h4 {
        color: var(--light-primary, #FFF);
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 32px;
        font-style: italic;
        font-weight: 400;
        line-height: 38px; 
    }
    .custom-text-2 {
        display: flex;
        border-bottom: solid 1px var(--dark-secondary-color);
        padding-bottom: 10px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .custom-text-2 h5 {
        flex: 3 1 0%;
        color: var(--light-contrast, #F6CA73);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .box_x_right ul {
        display: flex;
        margin: 0px;
        list-style-type: none;
        gap: 20px;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    .box_x_right ul li {
 
        font-size: 12px;
            letter-spacing: 2.4px;
    }
    .box_x_right h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
    }
    .number-x {
        color: var(--dark-contrast, #B59E5F);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .custom-block-3 h5 {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
    }
    .text-p-24 {
        color: #787878;
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }
    .sub-h2-center {
        color: var(--dark-secondary-2, #AC998F);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .custom-block-x-footer h2 {
        color: var(--light-secondary, #DFDFDF);
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }
    a.button.primary.is-underline {
        color: var(--light-contrast, #F6CA73);
        font-family: Raleway;
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.2px;
        letter-spacing: 1.2px;
    }
    .line-mobile:before {
        background: linear-gradient(176deg, rgba(246, 202, 115, 0.00) 0%, #F6CA73 50.48%, rgba(246, 202, 115, 0.00) 100%);
        content: "";
        position: absolute;
        width: 1px;
        height: 100px;
        top: 0px;
        left: 50%;
        z-index: 99;
        top: 50px;
    }
    .text-24-footer p {
        color: var(--light-primary, #FFF);
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 20px;
   
    }
    .text-copyright p, .text-policy p {
        color: var(--dark-primary-2, #787878);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1.2px;
    }
    #footer .ux-menu-link.flex.menu-item a {
        border: unset !important;
        color: var(--light-primary, #FFF);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 1.2px;
    }
    .custom_title_h3_footer span {
        border-bottom: unset;
        color: var(--dark-primary-2, #787878);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .custom_logo_footer .img-inner.image-cover.dark {
        padding-top: 40px !important;
    }
    .col {
        padding-bottom: 20px !important;
    }
    
    .sub-h2-mobile {
        display: flex;
        align-items: center;
        justify-content: center; 
        gap: 20px; 
        padding: 0; 
        margin: 0;
        color: #cba867; 
        font-family: sans-serif;
        font-size: 13px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .sub-h2-mobile::before {
        content: "";
        display: block; 
        width: 32px; 
        height: 1px; 
        background-color: #cba867; 
        position: unset !important; 
    }
    .h2_count h2 {
        margin-bottom: 20px;
        font-size: 64px;
    }
    .h2_count h3 {
        color: var(--dark-secondary-2, #AC998F);
        text-align: center;
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2px;
    }
    .custom-block-111 p.sub-h2.sub-h2-mobile {
        color:#cba867
    }
    h2 span, h1 span, h4 span {
        color: var(--light-contrast) !important;
        font-style: italic;
    }
    .hero-banner h4 {
        color: var(--light-contrast, #F6CA73);
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        letter-spacing: 2.8px;
    }
    .x-line:before {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background: var(--dark-secondary-2, #AC998F);
        margin-right: 15px;
        text-align: center;
    }
    .mobile-text-left {
        text-align: left;
    }
    .title-small {
        color: var(--dark-contrast, #B59E5F);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .text-p-32 {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .row-dashed .col:after, .row-solid .col:after {
        border-bottom: unset !important;
        bottom: -1px;
        content: " ";
        height: 0;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }
    .border-top-mobile {
        border-top: solid 1px var(--light-secondary, #DFDFDF);
        padding-top: 20px;
    }
    .text-small-1 {
        color: var(--dark-contrast, #B59E5F);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .number-xx {
        color: var(--light-contrast, #F6CA73) !important;
        font-family: "Cormorant Garamond";
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 70px;
        text-align: left;
    }
    .title-small-2 {
        color: var(--light-contrast, #F6CA73) !important;
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .custom_timeline .col:first-child .col-inner::before {
        content: '';
        position: absolute;
        left: -30px;
        top: 0px;
        bottom: -630%;
        width: 1px;
        background-color: rgba(180, 150, 90, 0.3);
        z-index: 0;
    }
    .custom_timeline .col:first-child .col-inner h3::before {
        content: '';
        position: absolute;
        left: -38px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: var(--light-contrast, #F6CA73);
        z-index: 2;
    }
    .custom_timeline .col:first-child .col-inner::after {
        content: '';
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline-offset: 3px;
        z-index: 1;
        background: rgba(120, 120, 120, 0.50);
    }
    .custom_block_3_about h3 {
        color: var(--dark-primary-1, #000);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    .text-p-20 {
        color: #787878;
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
    }
    .about_custom_block_10 h2 {
        color: var(--light-primary, #FFF);
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }
    .custom_tab ul li a {
        text-align: center;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
    }
    .custom_tab ul li.active a {
        color: var(--dark-contrast, #B59E5F);
        text-align: center;
        font-family: Raleway;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
    }
    .custom_tab ul {
        gap: 40px;
    }
    .span-color-main-2 h5 {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
    }
    .custom-ul-line ul li {
        color: #000;
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        margin: 0px;
        padding-bottom: 0;
    }
    .custom-li-line li {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 35px;
        padding: 5px 0px;
        border-bottom: 1px solid var(--light-secondary, #DFDFDF);
        margin: 0px !important;
        padding-left: 30px;
    }
    .box-title-pp p.alt-font.color-main.font-size-20 {
        color: var(--dark-contrast, #B59E5F);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .border-top-x {
        border-top: solid 1px var(--light-secondary, #DFDFDF);
    }
    .border_top {
        border-top: unset;
    }
    p.dark-primary-2 span {
        color: var(--dark-contrast);
    }
    .custom_tab_blog h3 {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px; 
        margin-top: 50px;
    }
    .custom-post-date {
        color: var(--dark-primary-1, #000);
        font-family: Raleway;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2.4px;
    }
    .blog_custom h5 a.plain {
        color: var(--dark-primary-1, #000);
        font-family: "Cormorant Garamond";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; 
        padding-top: 8px;
    }
    #logo img {
        max-height: 27px;
    }
    .blog_custom .box-text-inner.blog-post-inner {
        padding: 8px;
    }
    .custom_title_h3_footer {
        margin-bottom: 0px;
    }

}

@media (max-width: 767px) {
    /* Ép thẻ ul chứa các tab thành hàng ngang và cho phép cuộn */
    .tabbed-content.custom_tab .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* Giúp cuộn mượt hơn trên iOS */
        
        /* Ẩn thanh cuộn (Scrollbar) cho Firefox, IE và Edge */
        scrollbar-width: none; 
        -ms-overflow-style: none;
        
        /* Đẩy nhẹ lề để nội dung không sát mép màn hình (tuỳ chọn) */
        padding-bottom: 5px; 
    }

    /* Ẩn thanh cuộn (Scrollbar) cho Chrome, Safari, Opera */
    .tabbed-content.custom_tab .nav::-webkit-scrollbar {
        display: none;
    }

    /* Đảm bảo các tab không bị ép nhỏ lại và chữ không bị rớt dòng */
    .tabbed-content.custom_tab .nav li.tab {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}
