/* ------------------------------ Pages ------------------------------ */

section#banner_page {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
}

section#banner_page img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

h1.title-page {
    font-size: 38px;
    font-family: "SVN-Gilroy-SemiBold";
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0px 15px;
}

section#page {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}


/* ------------------------------ Pages Giới Thiệu ------------------------------ */

section#about {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.about1_box {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
}

.about_1 {
    margin-bottom: 50px;
}

.about1_right {
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 50px;
}

.about1_right_item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about1_right_title1 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Bold";
    color: #e14519;
}

.about1_right_title2 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Bold";
    margin: 15px 0px;
}

.about1_right_text {
    font-size: 16px;
    color: #808184;
}

.about1_right_btn {
    margin-top: 40px;
}

.about1_right_btn a {
    color: 000;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Bold";
    padding: 10px 20px;
    background-color: #e14519;
    transition: 0.3s ease-in-out;
}

.about1_right_btn a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.about_2 {
    margin-bottom: 50px;
}

.about_2 ul,
.about_2 li {
    list-style-type: unset;
}

.about_2 ul {
    margin-left: -20px;
}

.about_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.about3_right,
.about3_right img {
    width: 100%;
    height: 100%;
    min-height: 450px;
    max-height: 450px;
}

.about3_left {
    position: relative;
    padding-right: 60px;
}

.about3_left_item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about3_left_title {
    font-size: 32px;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Bold";
    margin-bottom: 15px;
}

.about3_left_content ul#pills-tab {
    margin-bottom: 10px;
}

div.about_ls_year {
    padding: 7px 20px;
    font-family: "SVN-Gilroy-SemiBold";
    text-transform: uppercase;
    font-size: 15px;
    background-color: #808184;
    cursor: pointer;
}

li.nav-item.active div.about_ls_year {
    background-color: #e14519;
    color: #fff;
}

.about3_left_content {
    display: grid;
    grid-template-columns: 30% auto;
    column-gap: 30px;
    width: 100%;
}

.about3_left_content ul#pills-tab {
    display: grid;
    grid-template-rows: auto;
}

.about3_left_content .nav-pills li {
    margin-bottom: 10px;
}

.about3_left_content .nav-pills li:last-child {
    margin-bottom: 0px;
}

.about3_left_content .nav-pills li+li {
    margin-left: 0px !important;
}


/* ------------------------------ Pages Tin Tức ------------------------------ */

section#page_news {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.page_news_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
}

.search_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 35px;
}

.search_content .search_images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search_content .search_images {
    width: 100%;
    aspect-ratio: 1;
    padding: 5px;
    border: 1px solid #f3f3f3;
}

.search_item_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search_content .search_item_title a {
    text-align: center;
    font-family: 'SVN-Gilroy-Regular';
    min-height: 45px;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s ease-in-out;
    text-transform: unset;
}

.page_news_item:hover .pnews_item_images img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.page_news_item:hover .pnews_item_title a {
    color: #e14519;
    transition: 0.3s ease-in-out;
}

.pnews_item_images,
.pnews_item_images img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 5px 5px 0px 0px;
}

.pnews_item_title {
    margin: 5px 0px 10px 0px;
}

.pnews_content {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 7px #bbbdbfb5;
    border-radius: 0px 0px 5px 5px;
}

.page_news_item {
    border-radius: 5px;
}

.pnews_item_title a {
    min-height: 45px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "SVN-Gilroy-SemiBold";
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s ease-in-out;
}

.pnews_item_title a:hover {
    text-decoration: none;
}

.pnews_item_desc {
    min-height: 59px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    opacity: 0.9;
}

span.page-numbers.current,
a.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    background-color: transparent;
    border: 1px solid #e14519;
    line-height: 1.5;
    transition: .3s;
}

span.page-numbers.current,
a.page-numbers:hover {
    color: #fff;
    background-color: #e14519;
    text-decoration: none;
}

.phantrang {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.pdphantrang {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


/* ------------------------------ Pages Liên Hệ ------------------------------ */

section#lien_he {
    position: relative;
    width: 100%;
    margin: 50px 0px;
}

.contact_item {
    display: grid;
    grid-template-columns: 48% auto;
    width: 100%;
    column-gap: 50px;
}

.contact_left_title,
.contact_right_title {
    font-size: 32px;
    font-family: "SVN-Gilroy-SemiBold";
    text-transform: uppercase;
}

.contact_left_item {
    display: grid;
    grid-template-columns: 20px auto;
    column-gap: 7px;
    margin-top: 8px;
    position: relative;
}

.contact_left_text {
    font-size: 16px;
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.contact_left_icon {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
}

.contact_left_img p,
.contact_right p {
    margin-bottom: 0;
}

.contact_right_title {
    margin-bottom: 10px;
}

.contact_left_img {
    margin-top: 10px;
}

.contact_right_form form {
    margin-top: 20px;
}

.contact_right_form form input,
.contact_right_form form textarea {
    width: 100%;
    border: 1px solid #e14519;
    border-radius: 5px;
    padding: 10px 15px;
    outline: none;
    margin-bottom: 16.5px;
}

.contact_right_form form textarea {
    height: 198px;
}

.contact_right_form form input[type=submit] {
    font-family: "SVN-Gilroy-SemiBold";
    text-transform: uppercase;
    background-color: #e14519;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
    color: #ffffff;
}

.contact_right_form form input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.contact_right_logo {
    margin-bottom: 30px;
}

.contact_maps {
    margin-top: 25px;
}


/* ------------------------------ Pages Sản phẩm ------------------------------ */

select.orderby {
    padding: 7px 10px;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product h2 {
    font-size: 15px !important;
    color: #000;
}

.woocommerce ul.products li.product span.price {
    font-size: 16px !important;
    color: #DA251C;
}

input#coupon_code {
    padding: 2px 5px;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto auto;
    width: 100%;
}

section.related.products {
    grid-column: 1 / span 2;
    margin-top: 20px;
}

section#singles {
    position: relative;
    width: 100%;
    padding: 0px 0px;
}

nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ebebeb;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
}

.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
    width: 100% !important;
    padding-left: 35px;
}

.summary.entry-summary h1 {
    margin-top: 0px !important;
    font-family: 'SVN-Gilroy-SemiBold';
    font-size: 30px;
    margin-bottom: 20px;
}

section.related.products h2 {
    font-family: 'SVN-Gilroy-Regular';
    margin-bottom: 15px;
}

div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: inherit;
}

.woocommerce ul.products li.product .price span {
    font-size: 14px !important;
    font-family: 'SVN-Gilroy-Bold' !important;
    color: #f5911e !important;
}

.product-content section.related h3 {
    font-size: 24px;
    color: var(--blue);
    font-family: 'SanSM';
    text-transform: uppercase;
}

.gia {
    font-size: 26px;
    font-family: 'SVN-Gilroy-Bold';
    color: #f5911e;
    margin-bottom: 15px;
}

.ma,
.tinh_trang,
span.posted_in {
    font-size: 17px;
    margin-bottom: 8px;
}

.ma strong,
.tinh_trang strong,
span.posted_in strong,
.pro_detail strong {
    font-family: 'SVN-Gilroy-SemiBold';
}

.pro_detail {
    margin-top: 10px;
}

.pro_detail_hang {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.viewed_pt span {
    color: #f5911e;
}

.viewed_pt {
    display: flex;
    align-items: center;
    column-gap: 7px;
    font-size: 17px;
}

.product_meta {
    margin-bottom: 10px;
}

span.posted_in {
    font-family: 'SVN-Gilroy-Bold';
}

span.posted_in a {
    font-family: 'SVN-Gilroy-Regular';
}

.woocommerce .quantity .qty {
    padding: 4px;
    width: 200px !important;
    height: 33px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.woocommerce div.product form.cart .variations label {
    color: #000;
    font-size: 16px;
}

select#pa_color {
    display: block !important;
    width: 100%;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #ccc;
}

.woocommerce div.product div.images img {
    border: #ebebeb 1px solid;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 15px 7.5px 0px 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    padding: 15px 0px 0px 7.5px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    padding: 15px 7.5px 0px 0px;
}

.woocommerce div.product form.cart {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}

.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.quantity input.qty_button {
    -webkit-appearance: button;
    width: 40px;
    height: 33px;
    background: #f4f2f5;
    content: "\f068";
    font-size: 14px;
    color: #a6a9b2;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    border: none;
}

.quantity .input-text {
    height: 30px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    width: 50px !important;
}

.quantity {
    display: inline-flex;
    border: 1px solid #ddd;
    width: 280px;
}

.woocommerce div.product form.cart .button {
    width: 250px;
    background-image: linear-gradient(90deg, #e85c25, #f38322);
    padding: 13px 15px;
}

.so_nguoi {
    margin: 12px 0px 20px 0px;
}

.quantity_wrap {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 17px;
    column-gap: 10px;
    font-family: 'SVN-Gilroy-SemiBold';
}

.page_qa_tl {
    display: none;
}

.page_qa_item.active .page_qa_tl {
    display: block;
}

.page_qa_item:first-child .page_qa_tl {
    display: block;
}

.page_qa_btn svg {
    width: 15px;
}

.page_qa_btn h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "SVN-Gilroy-Regular";
    margin: 0px;
}

.page_qa_btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    cursor: pointer;
}

.page_qa_tl {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}

.page_qa_item {
    margin-bottom: 10px;
}

.page_qa_btn:hover {
    background-color: #f5f5f5;
}

.page_qa_tl ul,
.page_qa_tl ol {
    list-style-type: unset;
}

.page_qa_tl ul li ,
.page_qa_tl ol li {
    list-style-type: unset;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #ddd;
    aspect-ratio: 1;
    padding: 10px;
}

ul.products {
    margin-top: 25px;
}

section.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

section.related.products h3.home_product_title {
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'SVN-Gilroy-Bold';
}

ul.products.columns-5 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product {
    width: 19% !important;
    margin: 0 !important;
}

#recently {
    margin: 30px 0px 50px 0px;
}

.recently {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 25px 10px 0px 10px;
    column-gap: 10px;
    row-gap: 20px;
}

.comment_fb {
    margin: 50px 0px 40px 0px;
}

._491z ._33ki {
    font-size: 13px !important;
    padding: 5px !important;
}

p.stock.in-stock {
    display: none;
}

.hotline_left {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: 'SVN-Gilroy-Bold';
    font-size: 17px;
}

.hotline_left img {
    transform: rotate(90deg);
    width: 15px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}

.hotline {
    display: flex;
    align-items: start;
    column-gap: 20px;
}

/* ------------------------------ Pages Detail Post ------------------------------ */

section.detailpage_post {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.project_title {
    font-size: 24px;
    font-family: 'SanSM';
    margin-bottom: 8px;
}

.project_content div,
.project_content p {
    position: relative;
    width: 100%;
}

.project_content div img.aligncenter,
.project_content p img.aligncenter {
    display: flex;
    position: relative;
    margin: 10px auto;
}

.product_box_lq {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    column-gap: 20px;
}

p.product_detail_lq_title {
    font-size: 24px;
    font-family: "SVN-Gilroy-SemiBold";
    color: #e14519;
}

.post_lq {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 5px;
}

/* --- Reusable Inner Page Banner --- */
.inner-page-banner {
    position: relative;
    background-size: cover;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.inner-page-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0C5457;
    z-index: 1;
    opacity: 0.7;
}
.inner-page-banner .banner-content {
    position: relative;
    z-index: 2;
}
.inner-page-banner h1 {
    font-family: var(--font-constantia);
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.inner-page-banner .breadcrumb {
    background-color: #fff;
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 0 0 2px var(--primary-color), 0 0 0 4px #fff;
    display: inline-block;
    margin-bottom: 0px;
}
.inner-page-banner .breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
}
.inner-page-banner .breadcrumb span {
    color: var(--primary-color);
}

/* --- Locations Section --- */
.about-locations {
    background-color: #F7F1EB;
    padding: 60px 0;
    margin-top: 60px;
}
.about-locations h2 {
    color: var(--gold-color);
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--font-constantia);
}
.loc-list {
    max-width: 1000px;
    margin: 40px auto 0px;
}
.loc-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.loc-tab-icon {
    position: relative;
    width: 200px;
    height: 54px;
    background: #fff;
    border: 3px solid var(--primary-color);
    border-right: none;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 17px;
    color: var(--primary-color);
    text-transform: uppercase;
    z-index: 2;
    margin-right: 40px;
}
.loc-tab-icon i {
    font-size: 30px;
    margin-right: 12px;
    width: 54px;
    height: 54px;
    /* border: 3px solid; */
    border-width: 3px 3px 3px 0px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.loc-tab-icon::after {
    content: '';
    position: absolute;
    right: -19px; 
    top: 6px; 
    width: 38px;
    height: 38px;
    background: #fff;
    border-top: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
    transform: rotate(45deg);
    border-radius: 0 4px 0 0;
}
.loc-details {
    flex: 1;
    background: #fff;
    border-radius: 30px;
    border-left: 12px solid var(--primary-color);
    padding: 18px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: left;
}
.loc-details h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'SVN-Gilroy';
}
.loc-details p {
    font-size: 16px;
    color: var(--gold-color);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.loc-details p i {
    color: var(--primary-color);
    width: 20px;
    margin-right: 8px;
    font-size: 16px;
}
.loc-details .btn-map {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.3s;
    font-weight: 600;
}
.loc-details .btn-map:hover {
    background: var(--gold-color);
}

.about-ctas{
    padding: 60px 0px;
    text-align: center;
}


/* =============================================
   TRANG GIỚI THIỆU - About Page Sections
   (template-gioi-thieu.php)
   ============================================= */

.about-hero {
    padding: 150px 0 120px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(18, 74, 61, 0.7);
    color: #fff;
    margin-top: -80px; /* pull up behind transparent header */
}
.about-hero h1 {
    font-size: 36px;
    font-family: 'SVN-Gilroy', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.about-hero .breadcrumb {
    font-size: 14px;
}
.about-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.about-hero .breadcrumb span {
    background: #fff;
    color: var(--primary-color);
    padding: 2px 15px;
    border-radius: 20px;
    font-weight: 600;
}

.about-intro {
    padding: 80px 0;
}
.about-intro h2 {
    font-size: 20px;
    color: var(--gold-color);
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'SVN-Gilroy';

}
.intro-content-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.intro-text {
    max-height: 110px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    font-size: 16px;
    color: var(--gold-color);
    line-height: 1.5;
    /* font-weight: 600; */
    text-align: justify;
    text-align-last: center;
}
.intro-text.expanded {
    max-height: 1500px; /* High enough to fit long text */
}
.read-more-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: linear-gradient(transparent, #fff);
}
.read-more-btn {
    display: inline-block;
    color: var(--primary-color);
    font-style: italic;
    font-size: 16px;
    text-decoration: none !important;
}

.about-philosophy {
    position: relative;
    height: 700px; /* Chiều cao cố định, chỉnh tùy ý */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.philosophy-content-box {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 800px;
    padding: 50px 0px;
    z-index: 1;
}
.about-philosophy h2 {
    font-family: 'Constantia';
    font-size: 38px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.phi-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #ffff;
    font-weight: 500;
}

.about-core-values {
    padding: 60px 0;
    background: #f9f9f9;
}
.core-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.core-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}
.core-icon img {
    width: 60px;
    /* aspect-ratio: 1; */
    margin-bottom: 15px;
}
.core-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gold-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.core-item p {
    font-size: 15px;
    color: var(--gold-color);
    font-weight: 500;
    font-family: 'SVN-Gilroy';
}

.about-org-chart {
    padding: 60px 0;
}
.about-org-chart h2 {
    font-family: 'Constantia';
    font-size: 32px;
    color: var(--gold-color);
    margin-bottom: 40px;
    font-weight: bold;
}
.org-image img {
    max-width: 100%;
}

.about-ceo {
    padding: 60px 0;
    background: #E6F0EE;
}
.ceo-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 80px;
    align-items: center;
}
.ceo-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.ceo-info-box {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0 0 25px 25px;
    font-family: 'SVN-Gilroy';
    font-weight: 500;
}
.ceo-info-box h4 {
    font-family: 'SVN-Gilroy';
    font-weight: bold;
}
.ceo-quote p,
.ceo-quote {
        font-size: 18px;
    font-style: italic;
    color: var(--gold-color);
    line-height: 1.9;
    text-align: center;
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}

.btn-map {
    display: inline-block;
    margin-top: 15px;
    background: var(--primary-color);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.btn-outline-gold {
    display: inline-block;
    border: 2px solid var(--gold-color);
    color: var(--gold-color);
    padding: 8px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-outline-gold:hover {
    background: var(--gold-color);
    color: #fff;
}

/* =============================================
   TRANG LIÊN HỆ - Contact Page Sections
   (template-contact.php)
   ============================================= */

.contact-intro {
    padding: 60px 0 20px;
    color: var(--gold-color);
    font-size: 16px;
    font-weight: 500;
}
.contact-form-loc {
    padding: 30px 0 60px;
}
.contact-form-box {
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    padding: 40px;
    margin: 0 auto 50px;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.contact-form-grid .full-width {
    grid-column: 1 / -1;
}
.cf-field label {
    font-family: 'SVN-Gilroy';
    font-weight: 600;
    color: var(--gold-color);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 17px;
}
.cf-field label img {
    width: 16px;
    height: auto;
}
.required-star {
    color: #ED1C24;
}
.cf-input-wrapper {
    position: relative;
}
.cf-input-wrapper input,
.cf-input-wrapper textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #BCBEC0;
    border-radius: 8px;
    font-family: 'SVN-Gilroy';
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    color: var(--gold-color);
}
.cf-input-wrapper input::placeholder,
.cf-input-wrapper textarea::placeholder {
    color: #BCBEC0;
    opacity: 1;
}
.cf-input-wrapper textarea {
    height: 120px;
    resize: vertical;
}
.cf-input-wrapper input:focus,
.cf-input-wrapper textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(18, 74, 61, 0.2);
}
.cf-submit-wrapper {
    text-align: center;
    margin-top: 10px;
}
.btn-submit {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.btn-submit:hover {
    background: var(--gold-color);
}
.btn-submit .submit-icon {
    width: 22px;
    height: auto;
}
div.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    border-radius: 8px;
}

/* Connect Section */
.contact-connect-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.contact-connect-section h4 {
    font-family: 'SVN-Gilroy';
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.social-icons-large {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.social-icons-large img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.contact-info-blocks {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contact-info-block {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    color: #333;
    padding: 0;
}
.info-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.info-icon i {
    font-size: 20px;
}
.info-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: 'SVN-Gilroy';
}
.info-text span {
    font-size: 16px;
    color: var(--gold-color);
    font-weight: 600;
}
.info-text strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

/* Support Section */
.contact-support {
    background-color: #F7F1EB;
    padding: 60px 0;
}
.contact-support h2 {
    font-family: 'Constantia';
    font-size: 32px;
    color: var(--gold-color);
    font-weight: bold;
    margin-bottom: 20px;
}
.support-desc {
    max-width: 1000px;
    margin: 0 auto 30px;
    color: var(--gold-color);
    font-weight: 500;
    line-height: 1.8;
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 15px;
}

.intro-contact {
    width: 62%;
    margin: auto;
}

.connect-section{
    box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 -5px 20px rgba(0,0,0,0.05);
    margin-bottom: 70px;
}