/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #003296;
    --secondary-color: #32a078;
    --primary-alt: #003296;
    --black-color: #062e39;
    --white-color: #fff;
    --text-dark: #333;
    --text-medium: #666;
    --text-light: #999;
    --text-black: #000;
    --border-light: #e8e8e8;
    --border-medium: #D9D9D9;
    --shadow-color: rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Montserrat", sans-serif;
}

.absolute-footer {
    display: none;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-size-large.nav-spacing-large {
    font-size: 18px;
    gap: 5px;
    margin-left: -50px;
}

a {
    transition: all .25s ease;
}

#top-bar {
    position: relative;
    z-index: 10 !important;
}

#top-bar .flex-left {
    padding-left: 325px !important;
}

.top-bar-info {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
}

.top-bar-info .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.top-bar-info .info-item i {
    font-size: 16px;
    color: #fff;
}

.top-bar-info .info-item a {
    color: var(--white-color);
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar-info .info-item a:hover {
    color: #fff;
}

#masthead {
    position: relative;
    z-index: 50;
}

#logo {
    position: relative;
    z-index: 100 !important;
    display: flex;
    justify-content: center;
    margin-top: -50px;
    margin-right: 50px;
}

#logo a {
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 100;
}

#logo a::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 40%;
    transform: translateX(-50%);
    width: 380px;
    height: 141px;
    background: var(--primary-color);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 102%);
}



.nav>li.header-divider {
    border-left: 1px solid #062e39;
}

.header-main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--secondary-color);
    top: 0;
}

.header-main .nav>li>a {
    font-weight: 500;
    font-size: 16px;

    i {
        font-size: 14px;
    }
}

.btn-header-main {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    width: 130px;
    height: 55px;
    border-radius: 8px;
    color: var(--white-color) !important;
    gap: 8px;
    font-weight: 500;

    img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }
}

.html .social-icons {
    font-size: 16px;
}

#footer a:hover,
.footer-wrapper a:hover,
.footer a:hover,
.absolute-footer a:hover,
#footer .text a:hover,
#footer .ul-footer a:hover {
    color: var(--secondary-color) !important;
}

#footer a,
.footer-wrapper a,
.absolute-footer a {
    transition: color 150ms ease-in-out;
}

.footer .gallery-col.col,
#footer .gallery-col.col,
.footer .gallery-col.col .col-inner,
#footer .gallery-col.col .col-inner {
    padding: 5px !important;
    margin: 0 !important;
}

.footer .gallery-col.col .box-text.text-left {
    display: none;
}

.banner h3 {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 12px;
}

.banner p {
    font-size: 26px;
    margin: 0;
}

.service-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

.service-icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.service-text {
    font-size: 18px;
    font-weight: 500;
}

.secgioithieu .section-title-container {
    margin-bottom: 0;
}

.secgioithieu p {
    line-height: 1.3;
}

.secgioithieu .texttrai {
    border-right: 1px solid #9E9E9E;
}

.secgioithieu .texttrai p {
    line-height: 1;
    margin-bottom: 30px;
}

.secgioithieu .textphai p {
    margin-bottom: 30px;
}

.quytrinhlamviecsec p {
    font-size: 16px;
}

.quytrinhlamviecsec .box-text.text-center {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.quytrinhlamviecsec .section-title-container {
    margin-bottom: 50px;
}

.quytrinhlamviecsec {
    h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.anhmuiten:before {
    content: "";
    position: absolute;
    right: -70px;
    top: 70px;
    background-image: url(/wp-content/uploads/2025/10/icon_temp.webp);
    width: 136px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

img.header_logo.header-logo {
    display: block;
    position: relative;
    z-index: 2;
    object-fit: contain;
    max-height: unset !important;
    height: 120px;
    width: 220px;
    margin: 0;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.ss-pd {
    padding: 60px 0 !important;
}

.button {
    margin-bottom: 0;
}

.button.primary:hover {
    background: var(--black-color) !important;
}

.secgioithieu {
    .icon-box {
        align-items: center !important;
        margin-bottom: 15px;

        p {
            font-size: 18px;
        }
    }

    .icon-box {
        margin-bottom: 20px;
    }
}

.frame-btn-header-main {
    display: flex;
    align-items: center;
    gap: 16px;

    .btn-header-main:first-child {
        background: var(--secondary-color);
    }

    .btn-header-main:hover {
        background-color: var(--primary-color);
    }
}

.frame-title {
    margin-bottom: 30px;

    h2 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 0;
    }

    p {
        margin-top: 15px;
    }

    label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        font-size: 16px;
        color: var(--secondary-color);
        transform: skewX(-15deg);
        background-color: #32a0782e;
        border-radius: 7px;
        width: max-content;
        padding: 2px 16px;

        img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            filter: invert(37%) sepia(97%) saturate(1628%) hue-rotate(347deg) brightness(101%) contrast(98%);
        }
    }
}

.text-center .frame-title label {
    margin: auto;
}

.ss-services-us {
    .box-text {
        p {
            font-size: 18px;
            font-weight: 600;
        }
    }

    .box-image .overlay {
        background: linear-gradient(180deg, transparent 7.07%, rgba(5, 19, 40, 0.9) 100%);
    }

    .icon-box-img {
        position: relative;
        padding-bottom: 30px;
    }

    .icon-box-img:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 5px;
        background-color: var(--secondary-color);
    }

    .col {
        padding-bottom: 20px !important;
    }
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

.slider-style-container .flickity-slider>:not(.is-selected),
.slider-style-focus .flickity-slider>:not(.is-selected),
.slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

.team-sec .flickity-slider>* {
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: none !important;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.team-sec .flickity-slider>.is-selected {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.team-sec.slider-style-focus .flickity-slider>* {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.team-sec .slider-style-focus .flickity-slider>* {
    transform: scale(1) !important;
    opacity: 1 !important;
}

span.person-name {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

span.person-title.is-small.thin-font.op-7 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    opacity: 1;
}

.team-sec .button.icon.circle {
    height: 36px;
    width: 36px;
    align-content: center;
}

.team-sec i {
    vertical-align: -webkit-baseline-middle;
}

.team-sec .button.is-outline {
    border: 1px solid
}

.team-sec h4.uppercase {
    text-transform: capitalize;
}

.team-sec .social-icons.follow-icons a.icon.button.circle.is-outline:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.team-sec .social-icons.follow-icons a.icon.button.circle.is-outline:hover i {
    color: var(--white-color) !important;
}

.ss-whychoose {
    h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 57px;
        margin-bottom: 30px;
    }

    p {
        font-size: 18px;
        font-weight: 600;
    }

    .icon-box-img {
        background: var(--primary-color);
        padding: 16px 32px;
        border-radius: 8px;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 0;
    }

    .icon-box-text {
        margin-top: 50px;

        h4 {
            font-size: 26px;
            margin-bottom: 0;
        }

        p {
            height: 60px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 0;
        }
    }
}

.ss-blog-newest {
    .post-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 500;
        font-size: 18px;
    }

    .from_the_blog_excerpt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .is-divider {
        height: 1px;
        border-top: 1px dashed #B4B4B4;
        max-width: 100%;
        position: relative;
    }

    .is-divider:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -5px;
        width: 60px;
        height: 3px;
        background-color: var(--primary-alt);
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .button.primary {
        background: transparent !important;
        color: var(--primary-color) !important;
    }
}

.ss-faq {
    .accordion-inner {
        p:last-child {
            margin-bottom: 0;
        }
    }

    .accordion-title.active {
        background-color: var(--secondary-color);
        border-radius: 8px;
        font-weight: normal;
        padding-bottom: 8px;
    }

    .img-inner {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    }
}

.ss-rating {
    .item-rating {
        .icon-box-img {
            position: absolute;
            border-radius: 8px;
            overflow: hidden;
            top: 0;
            transform: translateY(-50%);
        }

        .icon-box-text {
            margin-top: 40px;

            p {
                font-style: italic;
            }

            h4 {
                margin: 0;
            }

            span {
                color: var(--primary-color);
            }
        }
    }
}

.flickity-page-dots {
    bottom: -15px !important;

    .dot {
        width: 20px !important;
        height: 7px !important;
        border-radius: 3px !important;
        background-color: var(--text-light);
        opacity: 0.2;
        border: 0;
    }

    .dot.is-selected {
        background-color: var(--primary-color);
        opacity: 1;
    }
}

.ss-partner {
    .box-text {
        padding: 0;
    }

    .gallery-col.col {
        padding-bottom: 15px;

        .col-inner {
            border-radius: 6px;
            overflow: hidden;
            padding: 5px;
            background-color: var(--white-color);
        }
    }
}

.back-to-top {
    height: 74px;
    width: 74px;
    background-color: rgba(255, 167, 0, 0.3) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    position: relative;
    border: 0 !important;
    transition: all .25s ease;
}

.back-to-top:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #FFA700;
    opacity: .4;
    width: 55px;
    height: 55px;
    transition: all .25s ease;
}

.back-to-top:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--primary-color);
    opacity: .7;
    width: 40px;
    height: 40px;
    transition: all .25s ease;
}

.back-to-top:hover {
    background-color: #0001 !important;
}

.back-to-top:hover:after {
    background-color: #0006 !important;
}

.back-to-top:hover:before {
    background-color: var(--text-black) !important;
}

.back-to-top:hover i {
    color: var(--white-color);
}

.ss-footer-contact h3 {
    font-size: 20px;
    font-weight: 600;
}

.ss-footer-contact h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
}

.ss-footer-contact a.button.white.lowercase {
    font-size: 20px;
    font-weight: 700;
}

a.button.white.lowercase:hover,
a.button.white.lowercase:hover span {
    color: var(--white-color) !important;
}

.sub-menu.nav-dropdown li a {
    padding: 5px 25px 5px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-black);
    display: block;
    border: none;
    text-align: left;
    margin: 0;
}

.nav-dropdown-default {
    padding: 10px 0;
}

.sub-menu.nav-dropdown li a:hover {
    color: var(--primary-color) !important;
}

.gallery-chugiua .gallery-col {
    padding: 10px !important;
}

.gallery-chugiua .gallery-col .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-chugiua .gallery-col .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 127, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-chugiua .gallery-col .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.3s ease;
    z-index: 2;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-chugiua .gallery-col .box-text p {
    background: linear-gradient(90deg, rgba(6, 46, 57, 0) 0%, #00467F 50%, transparent 100%);
    padding: 5px 20px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color) !important;
    text-align: center;
}

.gallery-chugiua .gallery-col .box:hover::before {
    opacity: 1;
}

.gallery-chugiua .gallery-col .box:hover .box-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.footer [data-text-bg="primary"] {
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.footer .icon-box .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%);
    transition: filter .2s ease, transform .2s ease;
}

.footer .icon-box:hover .icon img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%);
    transform: translateY(-1px);
}

[data-text-color="alert"] {
    color: var(--text-black) !important;
    font-weight: bold;
}

.ss-strategic-partner {
    .frame-title {
        place-items: center !important;
    }
}

.is-divider {
    background-color: var(--primary-alt);
    border-radius: 10px;
    max-width: 46px;
    width: 46px;
    height: 4px;
}

.post-sidebar .widget {
    margin-bottom: 20px;
}

.post-sidebar .widget .searchform,
.post-sidebar .widget ul,
.post-sidebar .widget .widget-content,
.post-sidebar .widget>*:not(.widget-title):not(.is-divider) {
    box-shadow: 0px 2px 23.2px 0px var(--shadow-color);
    padding: 14px;
    border-radius: 10px;
}

.post-sidebar .widget_categories ul {
    margin: 0;
}

.widget.flatsome_recent_posts ul {
    margin: 0;

    .recent-blog-posts a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5;
    }
}

.widget.flatsome_recent_posts .badge {
    border-radius: 10px;
    width: 120px;
    height: 80px;
    display: flex;
    overflow: hidden;
}

.widget.flatsome_recent_posts .badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.widget-title {
    font-size: 20px !important;
    color: #062e39 !important;
}

.blog-wrapper .post-item,
.blog-archive .post-item {
    border-bottom: 1px solid var(--border-light);
}

.blog-wrapper .post-item:last-child,
.blog-archive .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-wrapper .post-item:first-child,
.blog-archive .post-item:first-child {
    border-bottom: 1px solid var(--border-medium);
}

.blog-wrapper .post-item:first-child .box-blog-post,
.blog-archive .post-item:first-child .box-blog-post {
    display: flex !important;
    flex-direction: column !important;
    text-align: left;
    position: relative;
}

.blog-wrapper .post-item:first-child .box-image,
.blog-archive .post-item:first-child .box-image {
    width: 100% !important;
    margin-bottom: 15px;
    position: relative;
    order: 1;
}

.blog-wrapper .post-item:first-child .image-cover,
.blog-archive .post-item:first-child .image-cover {
    padding-top: 45% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.blog-wrapper .post-item:first-child .box-text,
.blog-archive .post-item:first-child .box-text {
    position: relative !important;
    background: transparent !important;
    order: 2;
    width: 100% !important;
    flex: none !important;
    margin-bottom: 0;
    padding: 15px 0 0 0 !important;
}

.blog-wrapper .post-item:first-child .post-title,
.blog-archive .post-item:first-child .post-title {
    font-size: 22px !important;
    margin-bottom: 10px;
    color: var(--text-dark) !important;
    line-height: 1.3;
}

.blog-wrapper .post-item:first-child .post-title a,
.blog-archive .post-item:first-child .post-title a {
    color: var(--text-dark) !important;
}

.blog-wrapper .post-item:first-child .from_the_blog_excerpt,
.blog-archive .post-item:first-child .from_the_blog_excerpt {
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-medium) !important;
    margin-bottom: 15px;
}

.blog-wrapper .post-item:first-child .post-meta,
.blog-archive .post-item:first-child .post-meta {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 10px;
}

.blog-wrapper .post-item:first-child .is-divider,
.blog-archive .post-item:first-child .is-divider {
    margin: 15px 0;
}

.blog-wrapper .post-item:not(:first-child) .box-blog-post,
.blog-archive .post-item:not(:first-child) .box-blog-post {
    display: flex !important;
    align-items: flex-start;
    flex-direction: row !important;
    margin-top: 30px;
}

.blog-wrapper .post-item:not(:first-child) .box-image,
.blog-archive .post-item:not(:first-child) .box-image {
    width: 35% !important;
    margin-right: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.blog-wrapper .post-item:not(:first-child) .image-cover,
.blog-archive .post-item:not(:first-child) .image-cover {
    padding-top: 60% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.blog-wrapper .post-item:not(:first-child) .box-text,
.blog-archive .post-item:not(:first-child) .box-text {
    flex: 1;
    padding-top: 0 !important;
}

.blog-wrapper .post-item:not(:first-child) .post-title,
.blog-archive .post-item:not(:first-child) .post-title {
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-wrapper .post-item:not(:first-child) .from_the_blog_excerpt,
.blog-archive .post-item:not(:first-child) .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: var(--text-medium) !important;
    margin-bottom: 10px;
}

.ss-contact {
    .icon-box.featured-box.icon-box-right.text-right {
        background: var(--primary-alt);
        color: var(--white-color);
        display: flex;
        align-items: center;
        max-width: 360px;
        border-radius: 10px;
        justify-content: space-between;
        padding: 15px;
        margin-bottom: 24px;
    }

    .ss-contact .icon-box.featured-box.icon-box-right.text-right .icon-box-img img {
        filter: invert(100%) sepia(98%) saturate(10%) hue-rotate(149deg) brightness(103%) contrast(102%);
    }

    h2 {
        margin-bottom: 0;
    }
}

.ss-contact .icon-box.featured-box.icon-box-right.text-right img.attachment-medium.size-medium {
    filter: invert(100%) sepia(98%) saturate(10%) hue-rotate(149deg) brightness(103%) contrast(102%);
}

.ss-contact form.wpcf7-form.init {
    box-shadow: 0px 2px 23.2px 0px var(--shadow-color);
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ss-contact input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: none;
    border-bottom: 1px solid var(--border-medium);
    box-shadow: none;
}

.ss-contact .title-text h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.ss-contact .col-contact-left p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.col-contact-left p {
    font-weight: 600;
}

.ss-contact .ss-form-lien-he h2 {
    margin-bottom: 30px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: none;
    border-bottom: 1px solid var(--border-medium);
}

.info-box {
    max-width: 520px;
    font-family: inherit;
    color: #0d2b2a;
}

.info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    align-items: center;
}

.info-item+.info-item {
    border-top: 1px dashed rgba(0, 0, 0, .08);
}

.info-item .icon {
    flex: 0 0 44px;
    height: 44px;
    border: 2px solid #0c3d3b;
    color: #0c3d3b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.info-item .icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.info-item .content .title {
    font-weight: 700;
    margin: 2px 0 4px;
}

.info-item .content .desc {
    color: #44525a;
    line-height: 1.5;
}

.info-item .content .desc a {
    color: #44525a;
    text-decoration: none;
}

.info-item .content .desc a:hover {
    text-decoration: underline;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 5px;
}

.blog-archive .row.large-columns-3 .col.post-item {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    margin-bottom: 30px !important;
    flex: none !important;
}

.blog-archive .post-item {
    padding-bottom: 30px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}

.blog-archive .post-item .col-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.blog-archive .post-item .box {
    width: 100% !important;
    margin: 0 !important;
}

.blog-archive .post-item .box-blog-post {
    width: 100% !important;
}

.blog-wrapper .post-item:first-child,
.blog-archive .post-item:first-child {
    align-items: stretch !important;
}

.blog-wrapper .post-item:first-child .col-inner,
.blog-archive .post-item:first-child .col-inner {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

.blog-wrapper .post-item:first-child .box,
.blog-archive .post-item:first-child .box {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.blog-wrapper .post-item .box-image,
.blog-wrapper .post-item .attachment-medium,
.blog-wrapper .post-item .attachment-large,
.blog-wrapper .post-item img,
.blog-archive .post-item .box-image,
.blog-archive .post-item .attachment-medium,
.blog-archive .post-item .attachment-large,
.blog-archive .post-item img {
    border-radius: 10px !important;
}

.blog-wrapper .post-item .box-image,
.blog-archive .post-item .box-image {
    overflow: hidden;
}

.ss-footer-contact a.button.white.lowercase:hover {
    background: var(--black-color) !important;
}

.ss-footer-contact a.button.white.lowercase span:hover {
    color: var(--white-color);
}

.breadcrumb-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    visibility: visible !important;
    opacity: 1 !important;
    background: linear-gradient(135deg, rgba(6, 46, 57, 0.9) 0%, rgba(0, 70, 127, 0.8) 100%);
    margin: 0 !important;
}

.breadcrumb-wrapper .container {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumb-wrapper * {
    text-align: center;
}

.breadcrumb-wrapper .section-content {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.breadcrumb-wrapper .row {
    justify-content: center;
    text-align: center;
    display: flex;
    width: 100%;
    margin: 0;
}

.breadcrumb-wrapper .col {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

.breadcrumb-wrapper .section-title-container,
.breadcrumb-wrapper .section-title,
.breadcrumb-wrapper h1,
.breadcrumb-wrapper h2,
.breadcrumb-wrapper h3,
.breadcrumb-wrapper p,
.breadcrumb-wrapper a {
    text-align: center;
    margin: 0 auto;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper p,
.breadcrumb-wrapper span,
.breadcrumb-wrapper .rank-math-breadcrumb a {
    color: var(--white-color) !important;
    text-decoration: none;
}

.breadcrumb-wrapper a:hover {
    color: var(--white-color) !important;
    opacity: 0.8;
}

.breadcrumb-wrapper .rank-math-breadcrumb span:last-child,
.breadcrumb-wrapper .breadcrumb-item:last-child,
.breadcrumb-wrapper .current,
.breadcrumb-wrapper .active {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.team-sec .frame-title {
    place-items: center;
}

.section-title-normal span {
    border: none;
    text-transform: capitalize;
}

.portfolio-element-wrapper .row-isotope.large-columns-4 {
    max-width: 75% !important;
    margin: 0 auto !important;
}

.portfolio-element-wrapper .row-isotope .col {
    padding: 10px !important;
}

.portfolio-element-wrapper .portfolio-box.box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.portfolio-element-wrapper .portfolio-box.box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 127, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.portfolio-element-wrapper .portfolio-box.box:hover::before {
    opacity: 1;
}

.portfolio-element-wrapper .portfolio-box .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.3s ease;
    z-index: 2;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-element-wrapper .portfolio-box:hover .box-text {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.portfolio-element-wrapper .portfolio-box .box-text p,
.portfolio-element-wrapper .portfolio-box .portfolio-box-title,
.portfolio-element-wrapper .portfolio-box .portfolio-box-category {
    background: linear-gradient(90deg, rgba(6, 46, 57, 0) 0%, #00467F 50%, transparent 100%);
    padding: 5px 20px !important;
    color: var(--white-color) !important;
    text-align: center;
    margin: 0 !important;
}

#shop-sidebar .widget {
    margin-bottom: 20px;
}

#shop-sidebar .widget .searchform,
#shop-sidebar .widget ul,
#shop-sidebar .widget .widget-content,
#shop-sidebar .widget>*:not(.widget-title):not(.is-divider) {
    box-shadow: 0px 2px 23.2px 0px var(--shadow-color);
    padding: 14px;
    border-radius: 10px;
}

#shop-sidebar .widget_product_categories ul {
    margin: 0;
}

#shop-sidebar .widget-title.shop-sidebar {
    font-size: 20px !important;
    color: var(--black-color) !important;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#shop-sidebar .widget-title.shop-sidebar+.is-divider {
    background-color: var(--primary-alt);
    border-radius: 10px;
    max-width: 46px;
    width: 46px;
    height: 4px;
}

#shop-sidebar .widget_product_search .searchform input[type="search"] {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    height: 40px;
    width: 290px;
}

#shop-sidebar .widget_product_search button.ux-search-submit {
    background: var(--primary-alt);
    border: 0;
    border-radius: 10px;
}

#shop-sidebar .product-categories li {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-light);
}

#shop-sidebar .product-categories li:last-child {
    border-bottom: none;
}

#shop-sidebar .product-categories li a {
    color: var(--text-dark);
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#shop-sidebar .product-categories li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

span.post_comments.op-7.block.is-xsmall {
    display: none;
}

.single_add_to_cart_button {
    background-color: var(--primary-color) !important;
}

form.cart input[type=number] {
    border: 1px solid #ddd !important;
}

.button.checkout {
    background-color: #062e39 !important;
}

span.woocommerce-Price-amount.amount {
    color: #ed1c22;
}

.shop-container .product-small .box {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.shop-container .product-small .box:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.shop-container .product-small .box-image {
    border-bottom: 1px solid #f5f5f5;
}

.shop-container .product-small .box-text {
    padding: 15px;
}

.breadcrumbs {
    display: none;
}

.archive .breadcrumb-wrapper,
.category .breadcrumb-wrapper,
.single-post .breadcrumb-wrapper,
.blog .breadcrumb-wrapper {
    display: flex !important;
    visibility: visible !important;
}

.breadcrumb-wrapper .section,
.breadcrumb-wrapper .section-content,
.breadcrumb-wrapper .row,
.breadcrumb-wrapper .col {
    display: flex !important;
    visibility: visible !important;
}

.breadcrumb-wrapper .page-title,
.breadcrumb-wrapper h1,
.breadcrumb-wrapper .archive-title {
    color: var(--white-color) !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin: 0 !important;
}

.woocommerce-pagination ul.links li a,
.woocommerce-pagination ul.links li span {
    border-radius: 4px !important;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination ul.links li a i {
    top: 0;
    font-size: 12px;
}

.product-small .box span.amount {
    color: var(--primary-color);
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    max-width: 500px;
    width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: 16px;
    text-transform: math-auto;
    color: #000;
}

.mfp-bg.mfp-ready {
    background-color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
    backdrop-filter: none !important;
}

body.home .ss-footer-contact {
/*     background-color: rgba(0, 50, 150, 0.047); */
}

.footer .ux-logo-link {
    padding: 0 !important;
}

.stuck {
    #logo {
        margin-top: -70px;
    }

    #logo a::before {
        height: 70px;
        top: 35px;
    }

    img.header_logo.header-logo {
        top: 95%;
    }

    ul.header-nav.header-nav-main.nav.nav-left.nav-size-large.nav-spacing-large {
        margin-left: -30px;
    }
}

.banner.has-hover.is-full-height {
    background-color: #333 !important;
}




@media (max-width: 1430px) {
    ul.header-nav.header-nav-main.nav.nav-left.nav-size-large.nav-spacing-large {
        gap: 0;
    }
}

@media (max-width: 1024px) {
    .frame-title h1 {
        font-size: 34px;
    }

    .frame-title h2 {
        font-size: 30px;
    }

    .banner h3 {
        font-size: 28px;
    }

    .banner p {
        font-size: 18px;
    }

    #logo {
        margin-top: 0;
        margin-right: 0;
    }

    #logo a::before {
        content: none;
    }


    img.header_logo.header-logo {
        height: 80px;
        left: -65px;
    }

    .header-main .nav>li>a {
        i {
            font-size: 20px;
        }
    }

    .header-main {
        background-color: var(--primary-color);
    }

    .header-main li.html.custom {
        display: flex;
    }

    .header-main li.html.custom .btn-header-main {
        background-color: var(--black-color);
    }

    .nav>li>a>i.icon-menu {
        color: var(--white-color);
    }

    .frame-btn-header-main {
        width: 100%;
        flex-direction: column;
    }

    .frame-btn-header-main .btn-header-main {
        width: 100%;
    }

    .ss-pd {
        padding: 40px 0 !important;
        padding-bottom: 10px !important;
    }

    .ss-pd .col {
        padding-bottom: 30px;
    }

    .ss-faq .img-inner {
        clip-path: none;
    }

    .ss-whychoose h2 {
        font-size: 36px;
    }

    .ss-whychoose h3 {
        font-size: 24px;
    }

    .ss-whychoose .icon-box-text h4 {
        font-size: 22px;
    }

    .quytrinhlamviecsec .box-image {
        width: 28% !important;
    }

    .quytrinhlamviecsec .col:nth-child(2) .anhmuiten:before {
        content: none;
    }

    .quytrinhlamviecsec .anhmuiten:before {
        right: -90px;
        top: 15px;
    }

    .ss-footer-contact h3 {
        font-size: 18px;
    }

    .ss-footer-contact h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .ss-footer-contact a.button.white.lowercase {
        font-size: 18px;
    }

    .info-item {
        gap: 12px;
    }

    .info-item .icon {
        flex-basis: 40px;
        height: 40px;
    }
}

@media (max-width: 580px) {
    .frame-title h1 {
        font-size: 26px;
    }

    .frame-title h2 {
        font-size: 24px;
    }

    .frame-title p {
        font-size: 16px;
    }

    .btn-header-main {
        width: 110px;
        height: 40px;
        font-size: 14px !important;
    }

    .quytrinhlamviecsec p {
        font-size: 14px;
    }

    .quytrinhlamviecsec h4 {
        font-size: 18px;
    }

    .quytrinhlamviecsec .anhmuiten:before {
        right: -63px;
        top: 17px;
        width: 90px;
    }

    .quytrinhlamviecsec .box-image {
        width: 44% !important;
    }

    .secgioithieu .textphai p {
        font-size: 16px;
    }

    .secgioithieu .texttrai p {
        font-size: 40px;
        font-weight: 600;
    }

    .secgioithieu .icon-box p {
        font-size: 16px;
    }

    .ss-rating .flickity-page-dots {
        bottom: 0 !important;
    }

    .ss-footer-contact h2 {
        font-size: 24px;
    }

    .ss-footer-contact h3 {
        font-size: 16px;
    }

    .ss-footer-contact a.button.white.lowercase {
        font-size: 16px;
    }

    .blog-wrapper .post-item:not(:first-child) .box-blog-post,
    .blog-archive .post-item:not(:first-child) .box-blog-post {
        flex-direction: column !important;
        margin-top: 20px;
    }

    .blog-wrapper .post-item:not(:first-child) .box-image,
    .blog-archive .post-item:not(:first-child) .box-image {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .blog-wrapper .post-item:first-child .image-cover,
    .blog-archive .post-item:first-child .image-cover {
        padding-top: 55% !important;
    }

    .blog-wrapper .post-item:first-child .box-text,
    .blog-archive .post-item:first-child .box-text {
        padding: 15px 0 !important;
        margin-top: 15px;
    }

    .blog-wrapper .post-item:first-child .post-title,
    .blog-archive .post-item:first-child .post-title {
        font-size: 20px !important;
    }

    .blog-wrapper .post-item:first-child .from_the_blog_excerpt,
    .blog-archive .post-item:first-child .from_the_blog_excerpt {
        font-size: 14px;
    }

    h2.title_ct {
        margin-bottom: 8px;
    }

    .text-right {
        text-align: center;
    }

    .footer-wrapper .ux-logo {
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .footer-wrapper .ux-logo-link.block.image- {
        display: block !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .footer-wrapper .ux-logo-image.block {
        margin: 0 auto !important;
        display: block !important;
    }
}