﻿.nav-link.active::after, .nav-link:hover::after, .navbar-wrapper {
    left: 0;
    width: 100%
}

.old-price, .product-price {
    font-family: "Open Sans",sans-serif
}

*, body {
    font-family: SVNGilroy,BeVietnamPro,arial,sans-serif
}

a, b, div, h1, h2, h3, h4, h5, i, li, p, span, ul {
    font-family: SVNGilroy,BeVietnamPro,arial,sans-serif !important
}

i {
    margin-right: 10px
}

ol li::marker {
    color: #c33;
    font-weight: 700;
    font-size: 1.6rem
}

.custom-max-width {
    max-width: 1250px !important
}

.container-fluid {
    padding: 0
}

.navbar-custom {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

.nav-item {
    position: relative
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px !important;
    border-radius: 0 !important
}

    .nav-link:hover {
        color: #ff0 !important
    }

    .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background: #00dfca;
        left: 50%;
        bottom: 0;
        transition: width .3s ease-out,left .3s ease-out
    }

    .nav-link.active {
        border-bottom: solid #00dfca
    }

.navbar-wrapper {
    position: fixed;
    top: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    height: 55px
}

@media (min-width:992px) {
    .navbar-collapse {
        flex-grow: 0 !important
    }

    .container {
        display: flex;
        justify-content: space-between
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0
    }

    .dropdown-menu {
        display: none;
        box-shadow: 0 0 5px rgba(0,0,0,.5);
        border-radius: 0 !important
    }

        .dropdown-menu li a {
            padding-left: 20px;
            padding-right: 60px
        }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none
    }

    .dropdown-toggle::after {
        display: none
    }

    .dropdown:hover > .dropdown-toggle {
        pointer-events: auto
    }
}

.main-cart-blank {
    font-size: 2rem;
    color: #fff;
    margin: 10px 20px
}

.main-cart-order {
    font-size: 2rem;
    color: #ff4500;
    margin: 10px 20px
}

.brand-text-mobile {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-right: 30px
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    filter: brightness(0) invert(1)
}

.navbar-toggler {
    border-color: rgba(255,255,255,.5) !important;
    outline: 0 !important;
    box-shadow: none !important
}

.cart-icon {
    font-size: 1.25rem;
    margin-left: 10px
}

    .cart-icon .nav-link {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

@media (max-width:991.98px) {
    .nav-link::after {
        display: none
    }

    #navbarNavDropdown {
        width: 100% !important;
        margin-left: 0 !important
    }

    .navbar-content-wrapper {
        justify-content: space-between !important;
        align-items: center;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100%;
        position: relative
    }

    .navbar-brand {
        flex: 1;
        margin-right: 10px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .brand-text-mobile {
        font-size: 1.1rem;
        margin-right: 0 !important
    }

    .cart-icon, .navbar-toggler {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        padding: 5px !important;
        display: flex;
        align-items: center
    }

    .navbar-toggler {
        order: 2;
        margin-right: 8px !important;
        border: none !important
    }

    .cart-icon {
        order: 3
    }

    .main-cart-blank, .main-cart-order {
        font-size: 1.6rem !important;
        margin: 0 !important
    }
}

.news-title-text, .title-text {
    display: inline-block;
    z-index: 2
}

.box-news-title, .product-title {
    font-size: 20px;
    position: relative;
    text-transform: uppercase
}

@media (min-width:768px) {
    .carousel-inner.custom-carousel-height, .carousel-item {
        height: 580px
    }

        .carousel-item img {
            height: 100%;
            object-fit: cover
        }
}

@media (max-width:767px) {
    .carousel-inner.custom-carousel-height, .carousel-item {
        height: auto !important
    }

        .carousel-item img {
            width: 100%;
            height: auto;
            object-fit: contain
        }
}

.box-news-title::before, .product-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    z-index: 1;
    left: 0;
    top: 50%
}

.carousel-item img {
    width: 100%;
    display: block
}

.product-title {
    font-weight: 600;
    width: 100%
}

.title-text {
    background-color: #fff;
    position: relative;
    color: #b9070f;
    padding: 10px 26px;
    border: 2px solid #006f11;
    border-radius: 35px
}

.product-title::before {
    background: #006f11
}

.box-news-title {
    width: 100%
}

    .box-news-title::before {
        background: #0d6001
    }

.news-title-text {
    position: relative;
    color: #fff;
    padding: 10px 40px;
    border: 2px solid #0d6001;
    border-radius: 35px;
    background: #0d6001
}

.custom-product-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.product-col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .product-col {
        width: 25%
    }
}

@media (max-width:768px) {
    .product-col {
        width: 50%
    }
}

@media (max-width:576px) {
    .product-col {
        width: 100%
    }
}

.product-box {
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    transition: box-shadow .3s;
    background: #fff
}

    .product-box:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,.1)
    }

.discount-bookmark {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #cc2036;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px 0;
    z-index: 10
}

.product-image-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-bottom: 10px
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .2s ease-in-out
}

.product-box:hover .product-image, .related-products-section .product-card:hover .product-thumb {
    transform: scale(1.05)
}

.news-content, .product-info {
    padding: 15px
}

.product-category {
    color: #0464df !important;
    margin-bottom: 5px
}

.product-name {
    font-size: 1.3em;
    font-weight: 500;
    min-height: 40px;
    line-height: 26px;
    color: #131313;
    margin-top: 0 !important
}

.product-sold {
    font-size: .8em;
    color: #cc2036;
    margin-bottom: 5px
}

.product-price-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.old-price {
    font-size: 1.2em;
    color: #888;
    text-decoration: line-through;
    margin-bottom: 2px
}

.product-price {
    font-size: 1.8em;
    font-weight: 700;
    color: #cc2036
}

.product-price-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px
}

.add-to-cart-btn {
    background: #fff;
    color: #cc2036;
    border: 1px solid #cc2036;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: .2s;
    position: absolute !important;
    right: 10px;
    bottom: 10px
}

    .add-to-cart-btn:hover {
        background: #cc2036;
        color: #fff
    }

    .add-to-cart-btn i {
        margin-right: 0 !important
    }

.group-tab-nav .nav-tabs {
    border-bottom: none;
    background: 0 0;
    text-align: center;
    width: 100%
}

.group-tab-nav .tab-link {
    border: none;
    margin: 0 15px;
    padding: 8px 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #222 !important;
    transition: color .3s,border-color .3s
}

    .group-tab-nav .tab-link:hover {
        color: #ff0;
        border-color: transparent
    }

    .group-tab-nav .tab-link.active {
        color: #00379f !important;
        font-weight: 700;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        text-decoration: underline
    }

        .group-tab-nav .tab-link.active:focus {
            background-color: transparent
        }

.tab-content {
    padding-top: 20px;
    width: 100% !important
}

.news-title {
    padding-bottom: 10px;
    margin-top: 0 !important
}

    .news-title i {
        margin-right: 10px;
        color: #007bff
    }

.news-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform .3s,box-shadow .3s
}

.news-item {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.05)
}

.btn-read-more, .btn-read-more:hover {
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    text-decoration: none
}

.news-item-link:hover .news-item {
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
    transform: translateY(-2px)
}

.news-img-container {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.news-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s
}

.news-item-link:hover .news-image {
    transform: scale(1.1)
}

.news-post-title {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
    margin-top: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8em
}

.news-date {
    font-size: .85rem;
    color: #888;
    margin: 0
}

.large-content-box .news-post-title {
    -webkit-line-clamp: unset;
    height: auto
}

.btn-read-more {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #caf0ff;
    border-radius: 5px;
    border: 2px solid #97bee8;
    transition: .3s
}

    .btn-read-more:hover {
        background-color: #328bd9;
        color: #fff
    }

    .btn-read-more i {
        margin-left: 8px;
        transition: margin-left .3s
    }

    .btn-read-more:hover i {
        margin-left: 12px
    }

.service-features {
    background-color: #577940;
    padding-bottom: 50px;
    padding-top: 50px
}

.feature-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    transition: transform .3s ease-out,box-shadow .3s ease-out
}

    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0,0,0,.12)
    }

.feature-icon-container {
    margin-bottom: 20px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center
}

.feature-icon {
    max-width: 70%;
    height: auto;
    display: block
}

.feature-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.feature-description {
    font-size: .95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0
}

.main-footer {
    background-color: #00530d;
    color: #f0f0f0;
    border-top: 3px solid #bf9b24;
    padding-bottom: 0 !important
}

.footer-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase
}

.company-name {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 5px;
    text-align: center
}

.company-slogan, .social-icons {
    color: #ccc;
    text-align: center;
    font-style: italic
}

.company-slogan {
    font-size: 1rem
}

.social-icons {
    font-size: .9rem
}

.social-link {
    display: inline-block;
    color: #fff !important;
    font-size: 2rem;
    margin-right: 15px;
    transition: color .3s
}

    .social-link:hover {
        color: #d4af37
    }

.contact-list li {
    margin-bottom: 15px;
    font-size: .95rem
}

.contact-list i {
    color: #ffe283;
    margin-right: 5px;
    width: 20px
}

.contact-label {
    font-weight: 600;
    margin-right: 5px;
    color: #c1e9fd
}

.contact-detail {
    color: #fff
}

.footer-menu li {
    margin-bottom: 10px;
    width: auto;
    text-align: center
}

.footer-menu a {
    color: #f0f0f0;
    text-decoration: none;
    font-size: .95rem;
    transition: color .3s,padding-left .3s;
    display: inline-block
}

    .footer-menu a:hover {
        color: #d4af37;
        padding-left: 5px
    }

.footer-bottom {
    border-top: 1px solid #333
}

    .footer-bottom p {
        margin: 0;
        font-size: .8rem;
        color: #999
    }

.footer-col-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

    .footer-col-menu .footer-heading {
        text-align: center;
        width: 100%
    }

    .footer-col-menu .footer-menu {
        background-color: transparent !important
    }

.back-to-top-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 1;
    visibility: hidden;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #c4c4c4;
    color: #fff;
    border-radius: 25%;
    transition: .3s;
    text-align: center
}

    .back-to-top-btn.show {
        opacity: 1;
        visibility: visible
    }

@media (max-width:767.98px) {
    .back-to-top-btn {
        display: none !important
    }
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}

    #button-contact-vr .button-contact {
        position: relative;
        margin-top: -5px
    }

        #button-contact-vr .button-contact .phone-vr {
            position: relative;
            visibility: visible;
            background-color: transparent;
            width: 90px;
            height: 90px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 0;
            display: block
        }

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: 2.3s ease-in-out infinite phone-vr-circle-fill;
    animation: 1.3s infinite zoom;
    transition: .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
    animation: 1s ease-in-out infinite phone-vr-circle-fill
}

    .phone-vr-img-circle a {
        display: block;
        line-height: 37px
    }

    .phone-vr-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%)
    }

#instagram-vr .phone-vr-circle-fill {
    background: #118ffd;
    background: linear-gradient(160deg,#118ffd 20%,#bc3cda 50%,#fddf05 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: 0 0
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-webkit-keyframes phone-vr-circle-fill {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

    .phone-bar a:hover {
        opacity: .8;
        color: #fff
    }

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#contact-vr .phone-vr-circle-fill, #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33,150,243,.7)
}

#contact-vr .phone-vr-img-circle, #zalo-vr .phone-vr-img-circle {
    background-color: #2196f3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

    div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 50%
    }

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s;
    -moz-transition: 1.6s;
    -webkit-transition: 1.6s
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

#popup-showroom-vr, div#popup-form-contact-vr {
    display: none
}

    #popup-showroom-vr.active, div#popup-form-contact-vr.active {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99999
    }

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.news-summary, .sidebar-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.content-popup-vr input, .content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

    .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
        opacity: .7
    }

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

    .content-popup-vr .close-popup-vr:hover {
        background: #b50000
    }

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

.product-thumb, .thumbnail-img {
    max-width: 100%;
    object-fit: contain
}

#loco-bottom, #loco-top, .map-location-section .map-embed-container iframe {
    display: block
}

    #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
        max-width: 100%;
        text-align: center
    }

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

@media(max-width:673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block
    }

        div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
            max-width: 100%;
            display: none
        }
}

#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202
}

#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%)
}

#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%
}

#tiktok-vr .phone-vr-img-circle {
    background: #020202
}

.main-title {
    text-transform: uppercase
}

.cart-table td, .news-page-container {
    padding-top: 20px;
    padding-bottom: 20px
}

.news-list-item {
    transition: .2s;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    background: #fff !important;
    padding: 10px !important
}

.news-image-wrap {
    width: 30% !important;
    flex-shrink: 0
}

.news-list-item:hover {
    background-color: #f8f8f8 !important;
    border: 1px solid #98ccaa;
    box-shadow: 0 4px 12px rgba(0,0,0,.05) !important
}

.article-thumbnail {
    width: 250px;
    object-fit: cover;
    border-radius: 4px
}

.news-title {
    color: #c33;
    font-weight: 600;
    font-size: 1.2rem
}

.news-summary {
    color: #414142 !important;
    font-size: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 4
}

.news-pagination .page-link span[aria-hidden=true], .sidebar-header {
    font-size: 1.1rem;
    font-weight: 700
}

.sidebar-box {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    height: auto !important
}

.sidebar-header {
    background-color: #006f11 !important;
    color: #fff !important;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    margin-top: 0 !important
}

    .sidebar-header h5 {
        margin-top: 0
    }

.sidebar-item {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    text-decoration: none;
    color: #333
}

    .sidebar-item:first-child {
        border-top: none
    }

    .sidebar-item:hover {
        background-color: #f1f1f1;
        color: #c33
    }

.sidebar-thumbnail {
    width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 4px !important
}

.sidebar-title {
    line-height: 1.3;
    -webkit-line-clamp: 3
}

.news-pagination .page-item .page-link {
    color: #333;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    transition: .2s
}

.news-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c33;
    border-color: #c33
}

.news-pagination .page-item .page-link:hover {
    color: #c33;
    background-color: #fcebeb;
    border-color: #c33
}

.news-pagination .page-item.disabled .page-link, .news-pagination .page-item.disabled .page-link:hover {
    color: #aaa;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.shop-page-container {
    padding-top: 20px
}

.shop-header, .sidebar-post-item:last-child {
    border-bottom: 1px solid #eee
}

    .shop-header .breadcrumb {
        font-size: .9rem
    }

.showing-results-text {
    font-size: .9rem;
    color: #017b1a;
    font-weight: bolder
}

.custom-sort-select {
    width: auto;
    font-size: .9rem;
    padding: .375rem 40px .375rem .75rem;
    border-color: #ddd
}

.sidebar-box {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff
}

.sidebar-title-header {
    font-size: 1rem;
    font-weight: 700;
    color: #c33;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    margin-top: 5px !important
}

.category-list .list-group-item {
    padding: 10px 15px;
    font-size: .95rem;
    border: none;
    border-bottom: 1px solid #f8f8f8
}

.category-list a {
    color: #333;
    text-decoration: none;
    width: 100% !important
}

.right-sidebar-title {
    font-size: 1rem
}

.category-list .active-category, .category-list .list-group-item:hover {
    background-color: #fcebeb
}

    .category-list .active-category a {
        font-weight: 700;
        color: #c33
    }

.viewed-list .list-group-item {
    padding: 10px 15px;
    border: none;
    border-bottom: 1px dotted #eee
}

.viewed-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0
}

.viewed-name a {
    color: #c33;
    font-size: .95rem;
    text-decoration: none
}

.viewed-price {
    font-size: .85rem;
    color: #333
}

    .viewed-price .old-price {
        text-decoration: line-through;
        color: #aaa;
        margin-right: 5px
    }

.product-card {
    position: relative;
    overflow: hidden;
    border-color: #eee !important;
    transition: box-shadow .3s;
    background: #fff !important;
    padding: 0 !important
}

    .product-card:hover {
        box-shadow: 0 0 15px rgba(0,0,0,.1)
    }

.product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.product-thumb {
    max-height: 100%;
    height: auto;
    transition: transform .2s ease-in-out
}

.product-card:hover .product-thumb {
    transform: scale(1.2)
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c33;
    color: #fff;
    padding: 2px 8px;
    font-size: .95rem;
    font-weight: 700;
    border-radius: 3px;
    z-index: 10
}

.product-badge-saleoff {
    left: auto !important;
    right: 10px !important
}

.prev-btn, .zoom-btn {
    left: 10px
}

.out-of-stock-badge {
    background-color: #555
}

.product-category {
    font-size: .8rem;
    text-transform: uppercase
}

.product-name a {
    color: #333;
    text-decoration: none;
    font-weight: 500
}

.product-info-sp {
    padding: 0 10px !important
}

.product-price-sp {
    color: #c33;
    font-weight: 700;
    margin-top: 5px;
    font-size: 1.6em;
    font-family: Arial
}

.product-price-lienhe {
    color: #ea6300;
    margin-top: 5px;
    font-size: 1.5em;
    font-family: Arial
}

.product-gallery-section {
    padding-right: 30px;
    display: block
}

.main-image-frame {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
    cursor: zoom-in;
    overflow: hidden;
    position: relative
}

.main-product-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    transition: transform .3s
}

.next-btn {
    right: 10px
}

.zoom-btn {
    background-color: #c33;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: .85rem;
    border-radius: 4px
}

.thumbnail-gallery-wrap {
    display: flex;
    align-items: center
}

.thumbnail-gallery-scroll {
    flex-grow: 1;
    height: 100%
}

.thumb-nav-btn {
    background-color: transparent;
    border: none;
    color: #c33;
    font-size: 1.5rem;
    padding: 0 5px;
    cursor: pointer;
    transition: color .2s;
    height: 100%
}

    .thumb-nav-btn:hover {
        color: #a02323
    }

    .thumb-nav-btn.disabled {
        color: #ccc;
        cursor: not-allowed
    }

.zoom-btn {
    bottom: 10px;
    opacity: 0;
    transition: opacity .3s;
    z-index: 5
}

.main-image-frame:hover .zoom-btn, .remove-item-btn:hover {
    opacity: 1
}

.thumbnail-gallery-wrap {
    height: 90px;
    overflow: hidden
}

.thumbnail-gallery-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    white-space: nowrap
}

.thumbnail-item {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 3px;
    cursor: pointer;
    transition: border-color .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

    .thumbnail-item.active, .thumbnail-item:hover {
        border-color: #c33
    }

.thumbnail-img {
    max-height: 100%
}

.product-status-badge {
    background-color: #c33;
    color: #fff;
    padding: 4px 8px;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px
}

.product-spec-table th, .support-fundi {
    background-color: #f7f7f7
}

.product-title-detail {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase
}

.sold-info {
    color: #515050;
    font-size: .95rem;
    margin-bottom: 15px;
    font-weight: 500
}

.product-price-new {
    font-size: 2.5rem;
    color: #c33;
    font-weight: 700;
    margin-bottom: 20px
}

.product-short-desc {
    font-size: 1.1rem;
    font-style: italic;
    color: #1e1e1e;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.stock-status {
    color: #388e3c;
    font-weight: 500;
    font-size: 1rem
}

.fundi-text {
    font-size: .9rem;
    margin-bottom: 5px
}

.fundi-promo {
    background-color: #9c27b0;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    display: inline-block
}

    .fundi-promo a {
        color: #fff;
        text-decoration: underline
    }

.discount-percent {
    background-color: #fff;
    color: #9c27b0;
    padding: 0 5px;
    border-radius: 2px
}

.qty-btn, .qty-input {
    height: 35px;
    border: 1px solid #ddd
}

.qty-btn {
    width: 35px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 700
}

.qty-input {
    width: 50px;
    text-align: center;
    border-left: none;
    border-right: none;
    -moz-appearance: textfield
}

    .qty-input::-webkit-inner-spin-button, .qty-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.add-to-cart-btn-detail {
    background-color: #ca0000;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 30px;
    border-radius: 4px;
    transition: background-color .3s;
    border: none
}

    .add-to-cart-btn-detail:hover {
        background-color: #a02323;
        color: #fff
    }

.guarantee-text {
    font-size: 1rem;
    color: #007a1b
}

.product-description-text {
    font-size: 1rem !important;
    color: #282828
}

.modal-zoom {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.9)
}

.modal-content-img {
    margin: auto;
    display: block;
    max-width: 900px;
    max-height: 90vh
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer
}

.variant-label {
    font-size: 1rem;
    font-weight: 600;
    color: #333
}

.custom-variant-select {
    min-width: 200px;
    font-size: .95rem;
    padding: .5rem 2.5rem .5rem .5rem;
    border-color: #ddd;
    transition: border-color .3s;
    width: auto
}

    .custom-variant-select:focus {
        border-color: #c33;
        box-shadow: 0 0 0 .25rem rgba(204,51,51,.25)
    }

.product-detail-tabs {
    clear: both
}

.custom-tabs {
    border-bottom: 2px solid #f0f0f0;
    background: #595959 !important;
    width: 100% !important
}

    .custom-tabs .nav-link {
        color: #333;
        font-weight: 500;
        font-size: 1rem;
        padding: 12px 20px;
        border: none;
        border-bottom: 3px solid transparent;
        transition: .3s
    }

        .custom-tabs .nav-link.active {
            color: #c33;
            background-color: transparent;
            border-color: #c33;
            border-radius: 0
        }

        .custom-tabs .nav-link:hover {
            border-color: #fcebeb
        }

.custom-tab-content {
    padding: 20px;
    border: 1px solid #eee;
    border-top: none
}

.product-spec-table th {
    font-weight: 600
}

.related-products-section {
    padding-top: 40px;
    border-top: 1px solid #eee;
    margin-top: 40px
}

.related-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #b00;
    position: relative
}

.related-products-section .product-card {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    transition: .3s ease-in-out
}

    .related-products-section .product-card:hover {
        box-shadow: 0 8px 20px rgba(0,0,0,.1);
        transform: translateY(-3px)
    }

.related-products-section .product-image-wrap {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px
}

.related-products-section .product-thumb {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .3s ease-in-out
}

.related-products-section .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c33;
    color: #fff;
    padding: 3px 8px;
    font-size: .75rem;
    font-weight: 700;
    border-radius: 3px;
    z-index: 10
}

.related-products-section .product-category {
    font-size: .8rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 5px
}

.related-products-section .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    margin-bottom: 5px
}

    .post-meta i, .product-name-col a:hover, .related-products-section .product-name a:hover, .sidebar-post-item:hover .post-item-title, .sidebar-related-item a:hover, .total-item-price {
        color: #c33
    }

.related-products-section .product-price {
    color: #c33;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 5px
}

.cart-table th {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
    border-bottom: 2px solid #c33
}

.cart-product-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px
}

.product-name-col a {
    color: #333;
    font-weight: 600;
    text-decoration: none
}

.variant-info {
    font-size: .85rem;
    color: #777;
    margin-top: 3px
}

.remove-item-btn {
    color: #c33;
    font-size: 1.1rem;
    opacity: .7;
    transition: opacity .2s
}

.product-price-col, .product-subtotal-col {
    font-weight: 600;
    color: #333
}

.quantity-control-cart {
    display: flex
}

.qty-input-cart {
    width: 45px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    -moz-appearance: textfield
}

.quantity-control-cart .qty-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer
}

.coupon-input {
    width: 200px;
    border-radius: 4px 0 0 4px
}

.apply-coupon-btn {
    border-radius: 0 4px 4px 0;
    border-left: none;
    color: #225e00;
    border-color: #007307
}

.update-cart-btn {
    font-weight: 600
}

.cart-totals-box, .order-summary-box {
    background-color: #f8f8f8;
    border-color: #ddd !important
}

.cart-totals-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px
}

.cart-totals-table td, .cart-totals-table th {
    border-top: none;
    padding: 10px 0
}

.cart-total-final td, .cart-total-final th {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c33;
    border-top: 1px solid #ddd;
    padding-top: 15px
}

.checkout-btn, .place-order-btn {
    background-color: #c33;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 0
}

    .checkout-btn:hover, .place-order-btn:hover {
        background-color: #a02323
    }

.required-label::after {
    content: " *";
    color: #c33
}

.form-label {
    font-weight: 500;
    font-size: .95rem
}

.page-title, .summary-total-row th {
    font-weight: 700
}

.payment-method-box {
    cursor: pointer;
    transition: .2s
}

    .payment-method-box.active {
        border-color: #c33 !important;
        background-color: #fff9f9
    }

.payment-label, .share-label {
    font-size: 1rem;
    color: #333
}

.payment-description {
    margin-left: 25px;
    margin-top: 5px
}

.form-check-input, .share-btn i {
    margin-right: 8px
}

.order-summary-table td, .order-summary-table th {
    font-size: .95rem;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.subscription-description, .summary-item td {
    font-size: .95rem;
    color: #555
}

.final-total-box {
    border-top: 2px solid #ddd;
    padding-top: 15px !important
}

.final-total-label, .final-total-price {
    font-weight: 700;
    color: #c33;
    font-size: 1.4rem
}

.guarantee-note {
    background-color: #e6ffe6;
    border-color: #c3e6cb !important
}

.bank-qr-code {
    max-width: 180px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px
}

.bank-info-text th {
    font-weight: 500;
    width: 35%;
    color: #555;
    padding-left: 0
}

.bank-info-text td {
    font-weight: 600;
    color: #333;
    padding-right: 0
}

.bank-details-content {
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px !important
}

.order-success-container {
    max-width: 900px
}

.success-message-box {
    background-color: #e6ffe6;
    border-color: #c3e6cb !important;
    margin-top: 50px;
    margin-bottom: 0 !important
}

.success-icon {
    font-size: 3rem;
    color: #28a745
}

.page-title {
    color: #28a745
}

.order-id-display {
    color: #c33;
    font-size: 1.1rem
}

.details-box {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.05)
}

.section-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.order-info-table th {
    font-weight: 500;
    width: 30%;
    color: #777;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.order-info-table td {
    font-weight: 600;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px
}

.summary-product-list .list-group-item {
    font-size: .95rem;
    padding-left: 0;
    padding-right: 0
}

.final-total-success {
    border-top: 2px solid #ddd !important;
    padding-top: 15px !important
}

    .final-total-success .final-total-label, .final-total-success .final-total-price, .subscription-title {
        font-weight: 700;
        color: #c33;
        font-size: 1.3rem
    }

.post-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3
}

.post-meta {
    font-size: .95rem
}

.post-description {
    font-size: 1rem;
    font-style: italic;
    color: #555;
    border-left: 5px solid #c33;
    padding-left: 15px;
    margin-bottom: 30px
}

.main-post-image img {
    max-height: 450px;
    object-fit: cover;
    width: 100%
}

.post-body {
    text-align: justify;
    text-justify: inter-word
}

    .post-body h1, h2 {
        font-size: 1.6rem;
        font-weight: 600;
        color: #c33 !important;
        margin-top: 26px;
        margin-bottom: 10px
    }

    .post-body h2 {
        font-size: 1.3rem !important
    }

    .post-body h3, h4, h5, h6 {
        font-size: 1.3rem;
        margin-top: 26px;
        margin-bottom: 10px;
        font-weight: 600
    }

    .post-body img {
        border-radius: 6px;
        display: block;
        margin: 20px auto;
        max-width: 100% !important;
        height: auto !important;
        box-shadow: 0 4px 8px rgba(0,0,0,.08)
    }

    .post-body, .post-body div, .post-body li, .post-body p, .post-body span {
        width: 100%;
        font-size: 1.1rem !important;
        line-height: 1.8 !important;
        color: #333;
        font-family: SVNGilroy,BeVietnamPro,arial,sans-serif !important
    }

        .post-body table {
            width: 100% !important;
            margin-bottom: 1rem;
            border-collapse: collapse;
            border: 1px solid #dee2e6;
            background-color: #fff
        }

            .post-body table td, .post-body table th {
                padding: .75rem 1rem;
                vertical-align: middle;
                border: 1px solid #dee2e6;
                color: #495057
            }

            .post-body table th {
                font-weight: 600;
                background-color: #f8f9fa;
                border-bottom-width: 2px;
                text-align: left
            }

            .post-body table tr:hover td {
                background-color: rgba(0,0,0,.02)
            }

            .post-body table td:first-child {
                width: 15%;
                white-space: nowrap;
                font-weight: 600;
                background-color: #f8f9fa
            }

            .post-body table td:last-child {
                width: auto
            }

        .post-body ol, .post-body ul {
            margin-bottom: 1.5rem;
            padding-left: 1.5rem
        }

        .post-body li {
            margin-bottom: .5rem
        }

        .post-body ul li::marker {
            color: #0d6efd
        }

        .post-body blockquote {
            margin: 2rem 0;
            padding: 1.5rem;
            background-color: #f8f9fa;
            border-left: 5px solid #0d6efd;
            font-style: italic;
            color: #555;
            font-size: 1.1rem;
            border-radius: 0 8px 8px 0
        }

        .post-body iframe {
            width: 100% !important;
            aspect-ratio: 16/9;
            height: auto !important;
            border-radius: 8px;
            margin: 1.5rem 0
        }

.post-tags .badge {
    background-color: #6c757d !important;
    color: #fff;
    font-weight: 400;
    padding: 6px 10px;
    margin-right: 5px;
    text-decoration: none;
    transition: background-color .2s
}

    .post-tags .badge:hover {
        background-color: #5a6268 !important
    }

.sidebar-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #c40303;
    border-left: 4px solid #c33;
    padding-left: 10px
}

.sidebar-post-item {
    padding: 10px 0;
    border-top: 1px solid #eee
}

.sidebar-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px
}

.post-item-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333
}

.sidebar-related-item {
    padding: 8px 0;
    border-bottom: 1px dashed #eee
}

    .sidebar-related-item a {
        color: #555;
        text-decoration: none;
        font-size: 1rem
    }

.share-tools-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.share-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    transition: opacity .2s
}

    .share-btn:hover {
        opacity: .85;
        color: #fff
    }

.facebook-btn {
    background-color: #3b5998
}

.zalo-btn {
    background-color: #08f
}

.twitter-btn {
    background-color: #1da1f2
}

.email-btn {
    background-color: #777
}

.email-subscription-box {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,.05)
}

.subscription-form {
    max-width: 450px;
    margin: 0 auto
}

.email-input {
    flex-grow: 1;
    max-width: 300px
}

.subscribe-btn {
    background-color: #c33;
    border-color: #c33;
    font-weight: 600;
    white-space: nowrap
}

    .related-products-in-post .btn-danger:hover, .subscribe-btn:hover {
        background-color: #a02323;
        border-color: #a02323
    }

.products-in-post-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #c33;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px
}

.related-products-in-post .product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    transition: .3s
}

    .related-products-in-post .product-card:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
        transform: translateY(-2px)
    }

.related-products-in-post .product-image-wrap {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.related-products-in-post .product-name a {
    font-size: .95rem;
    font-weight: 600;
    color: #333
}

.related-products-in-post .product-price {
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 10px
}

.related-products-in-post .btn-danger {
    background-color: #c33;
    border-color: #c33
}

.contact-page-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial,sans-serif
}

.company-info-column, .contact-form-column {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08)
}

.contact-header {
    text-align: center;
    margin-bottom: 40px
}

    .contact-header .page-title {
        font-size: 2.5em;
        color: #343a40;
        margin-bottom: 10px
    }

    .contact-header .page-description {
        font-size: 1.1rem;
        color: #6c757d
    }

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 60px
}

    .contact-content-wrapper .column-title {
        font-size: 1.6em;
        color: #0074ac;
        border-bottom: 2px solid #0074ac;
        padding-bottom: 10px;
        margin-bottom: 25px;
        font-weight: 600
    }

@media (max-width:992px) {
    .contact-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px
    }
}

.company-info-column {
    height: fit-content
}

    .company-info-column .info-block {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px
    }

        .company-info-column .info-block .icon {
            font-size: 1.5em;
            color: #717171;
            margin-right: 20px;
            padding-top: 5px
        }

        .company-info-column .info-block .info-title {
            font-size: 1rem;
            font-weight: 700;
            color: #343a40;
            margin-bottom: 5px;
            padding-right: 5px;
            line-height: 22px
        }

        .company-info-column .info-block .info-details {
            font-size: .95rem;
            color: #2f4c66;
            line-height: 1.5
        }

            .company-info-column .info-block .info-details .email-link, .company-info-column .info-block .info-details .phone-link {
                color: #343a40;
                text-decoration: none;
                font-weight: 500;
                transition: color .3s
            }

                .company-info-column .info-block .info-details .email-link:hover, .company-info-column .info-block .info-details .phone-link:hover {
                    color: #007bff
                }

.contact-form-column .form-group {
    margin-bottom: 20px
}

.contact-form-column .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #495057
}

.contact-form-column .form-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
    transition: border-color .3s,box-shadow .3s
}

    .contact-form-column .form-input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        outline: 0
    }

.contact-form-column .form-textarea {
    resize: vertical
}

.contact-form-column .form-select {
    appearance: none;
    padding-right: 30px
}

.contact-form-column .submit-button {
    display: inline-block;
    background-color: #006f11;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .3s,transform .1s
}

    .contact-form-column .submit-button:hover {
        background-color: #019117
    }

    .contact-form-column .submit-button:active {
        transform: translateY(1px)
    }

.map-location-section {
    margin-top: 40px;
    border-top: 1px solid #dee2e6;
    padding-top: 40px
}

    .map-location-section .column-title {
        text-align: center;
        margin-bottom: 25px;
        color: #343a40;
        border-bottom: none;
        padding-bottom: 0
    }

    .map-location-section .map-embed-container {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,.08);
        border: 1px solid #e1e1e1
    }

.contact-success {
    margin-top: 8px;
    color: #2e7d32;
    font-size: 14px
}

.contact-error {
    margin-top: 8px;
    color: #c62828;
    font-size: 14px
}

.grecaptcha-badge {
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important
}

.cart-icon-wrapper {
    position: relative;
    display: inline-block
}

.cart-count {
    position: absolute;
    right: -5px;
    background: #dc3545;
    color: #fff;
    font-size: .8rem;
    border-radius: 30%;
    padding: 3px 8px;
    display: none
}

#toc-list a:hover {
    color: #0d6efd !important;
    background-color: rgba(0,0,0,.03);
    border-radius: 4px;
    padding-left: 5px;
    transition: .2s
}

.content-format h2 {
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333
}

.content-format h3 {
    font-size: 1.25rem !important;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    color: #555
}

.content-format img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0
}
