/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.cus-sec-3 {
  font-size: 28px;
	line-height: 140%;
}

.cus-content-sec-3 {
	font-size: 15px;
	line-height: 160%;
}

.title-sec-4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}

.tab-custom .nav,
.tab-custom .nav.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    border: none;
}


.tab-custom .nav li {
    margin: 0 !important;
}


.tab-custom .nav li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;

    background: #f3f3f3;
    border: 1px solid #cfcfcf;
    border-radius: 999px;

    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;

    transition: all 0.25s ease;
}


.tab-custom .nav li.active a,
.tab-custom .nav li.current a {
    background: #9c9c9c;
    color: #fff;
    border-color: #9c9c9c;
}


.tab-custom .nav li a:hover {
    background: #b3b3b3;
    color: #fff;
    border-color: #b3b3b3;
}

.tab-custom .tabbed-content,
.tab-custom .nav-line-bottom,
.tab-custom .nav-underline {
    border: none !important;
}


@media (max-width: 768px) {
    .tab-custom .nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-custom .nav li a {
        height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tab-custom .nav li a {
        width: 100%;
        text-align: center;
    }
}


.btn-xem-them {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

/* circle mặc định */
.btn-xem-them .circle {
    width: 48px;
    height: 48px;
    border: 1.5px solid #A0A1A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.25s ease;
}

/* arrow */
.btn-xem-them .arrow {
    font-size: 18px;
    color: #A0A1A1;
    transition: all 0.25s ease;
    padding-bottom: 5px;
}

/* text */
.btn-xem-them .text {
    font-size: 16px;
    color: #A0A1A1;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

/* ======================
   HOVER (ĐÚNG ẢNH)
====================== */

/* chỉ đổi circle */
.btn-xem-them:hover .circle {
    background: #A0A1A1; /* xám đậm */
    border-color: #A0A1A1;
}

/* arrow trắng */
.btn-xem-them:hover .arrow {
    color: #fff;
}

/* text đậm hơn */
.btn-xem-them:hover .text {
    color: #A0A1A1;
}


.cus-text-sec-5 {
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    
}

.content {
    padding-left: 26px;
    margin-top: 11px;
}


.sec-2 {
    content: "";
    background-image: url('/wp-content/uploads/2026/04/bg_product_new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h4.title-menu-top {
    font-size: 24px;
}

/* ===== NÚT THÊM VÀO GIỎ HÀNG - TOÀN SITE ===== */

/* khối ngoài căn giữa */
.add-to-cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    text-align: center;
}

/* nút add to cart */
.add-to-cart-button .add_to_cart_button,
.add-to-cart-button .button.product_type_simple,
a.add_to_cart_button.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 188px;
    height: 42px;
    padding: 0 18px !important;

    background: #fff !important;
    color: #A0A1A1 !important;
    border: 1px solid #A0A1A1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;

    margin: 0 auto !important;
}

/* hover */
.add-to-cart-button .add_to_cart_button:hover,
.add-to-cart-button .button.product_type_simple:hover,
a.add_to_cart_button.button:hover {
    background: #fff !important;
    color: #A0A1A1 !important;
    border-color: #A0A1A1 !important;
    box-shadow: none !important;
}

/* focus / active */
.add-to-cart-button .add_to_cart_button:focus,
.add-to-cart-button .add_to_cart_button:active,
.add-to-cart-button .button.product_type_simple:focus,
.add-to-cart-button .button.product_type_simple:active {
    background: #fff !important;
    color: #A0A1A1 !important;
    border-color: #A0A1A1 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Flatsome hay thêm khoảng cách/lệch */
li.product .add-to-cart-button,
.product-small .add-to-cart-button,
.box-text .add-to-cart-button {
    width: 100%;
}

/* để toàn bộ phần nút trong card ra giữa */
li.product,
.product-small,
.product.type-product {
    text-align: center;
}

/* mobile */
@media (max-width: 849px) {
    .add-to-cart-button .add_to_cart_button,
    .add-to-cart-button .button.product_type_simple,
    a.add_to_cart_button.button {
        min-width: 170px;
        height: 40px;
        font-size: 14px;
        padding: 0 14px !important;
    }
}



.feature-basic .box-image {
    width: 110px;
    height: 110px;
    
    margin: 0 auto 20px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    
    /* bóng giống mẫu */
    box-shadow: 3px -8px 24px rgba(0, 32, 151, 0.12);
    
    background: #fff;
}

.cus-text-gt h3  {
    font-size: 13px;
}


.cus-text-gt span {
    font-size: 13px;
}

.cus-title-gt h2 {
    color: #A0A1A1;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
}


/* tiêu đề chính */
.intro-360-title {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}

/* tiêu đề phụ */
.intro-360-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* nội dung */
.intro-360-content p {
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

/* chữ in đậm */
.intro-360-content strong {
    font-weight: 700;
}

/* đoạn cuối */
.intro-360-highlight strong {
    font-size: 16px;
    font-weight: 700;
}

h3.text_up {
    font-size: 28px;
    color: #A0A1A1;
}

.content1 {
    font-size: 18px;
    color: #333333;
    line-height: 160%;
}

.banner-quote {
    text-align: center;
    color: #fff;
}

/* dấu ngoặc */
.banner-quote .quote {
    font-size: 60px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* text */
.banner-quote p {
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

h1.page-title.is-large.uppercase {
    display: none;
}



/* ===== KHUNG NGOÀI ===== */
.contact-form-custom {
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 70px;

    background: #fff; /* nền trắng */
    border-radius: 6px;

    /* shadow tạo khung */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* ===== TITLE ===== */
.contact-form-title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ea3a8;
}

.contact-form-desc {
    margin-bottom: 35px;
    font-size: 16px;
    color: #4a4a4a;
}

/* ===== GRID ===== */
.contact-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.form-group {
    width: calc(50% - 10px);
}

.form-group.full-width {
    width: 100%;
}

/* ===== LABEL ===== */
.form-group label {
    display: block;
    font-weight: 700;
    color: #4a4a4a;
}

/* ===== INPUT ===== */
.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #fff;
    padding: 0 14px;
    font-size: 15px;
    color: #4a4a4a;
}

.form-group input {
    height: 42px;
}

.form-group textarea {
    padding: 12px 14px;
    min-height: 120px;
}

/* placeholder */
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b5b5b5;
}

/* focus nhẹ */
.form-group input:focus,
.form-group textarea:focus {
    border-color: #bfbfbf;
    outline: none;
}

/* ===== BUTTON ===== */
.contact-submit-btn {
    margin-top: 10px;

    min-width: 200px;
    height: 50px;

    background: #fff;
    border: 1.5px solid #4a4a4a;
    border-radius: 999px;

    font-size: 18px;
    color: #3f3f3f;
    text-transform: uppercase;

    cursor: pointer;
}

/* hover */
.contact-submit-btn:hover {
    border-color: #2f2f2f;
    color: #2f2f2f;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .contact-form-custom {
        padding: 30px 20px;
    }

    .form-group {
        width: 100%;
    }
}


/* ===== HEADER WRAP ===== */
.header-main {
    text-align: center;
    padding-bottom: 10px;
}

/* ===== LOGO ===== */
.header-logo {
    margin-bottom: 10px;
}

/* ===== MENU CENTER ===== */
.nav-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 50px;
}

/* ===== LINE 2 BÊN ===== */
.nav-center:before,
.nav-center:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #cfcfcf;
}

/* ===== ICON GIỮA ===== */
.nav-center .nav {
    position: relative;
    padding: 0 20px;
}

.nav-center .nav:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 12px;
    height: 16px;
    
    background: #bdbdbd;
    
    /* tạo hình giọt nước */
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

/* ===== MENU ITEM ===== */
.nav-center .nav > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9aa3ad;
    padding: 0 18px;
    letter-spacing: 0.5px;
}

/* active */
.nav-center .nav > li.active > a,
.nav-center .nav > li > a:hover {
    color: #3f3f3f;
}

/* ===== ẨN TEXT GIỎ HÀNG (giống ảnh 1) ===== */
.header-cart-title {
    display: none !important;
}

/* ===== STYLE ICON CART ===== */
.cart-icon {
    position: relative;
}

.cart-icon .cart-icon strong {
    position: absolute;
    top: -6px;
    right: -6px;

    background: red;
    color: #fff;

    width: 18px;
    height: 18px;

    font-size: 12px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== SEARCH ICON ===== */
.header-search-icon i {
    font-size: 16px;
    color: #9aa3ad;
}


h2.contact-info-title {
    font-size: 45px;
    color: #A0A1A1;
    margin-bottom: 50px;
}