/*
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=Baloo+2:wght@700;800&family=Patrick+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Comic+Neue:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap");

ul.header-nav.header-nav-main.nav.nav-left {
    display: flex;
    justify-content: center;
    gap: 88px;
}

.header-nav-main.nav>li>a {
    font-weight: 700;
}

.logo-left .logo {
    margin-right: 0px;
}

.menu-ngang {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: end;
}

.menu-ngang span.ux-menu-link__text {
    color: rgb(0, 89, 253);
    font-weight: 600;
}

.menu-ngang span.ux-menu-link__text:hover {
    color: #00b2fd;
}

.absolute-footer.dark {
    display: none;
}



#top-bar {
    background: linear-gradient(105deg,
            #59e4ed 0%,
            #52dfeb 13%,
            #36c8ed 20%,
            #168cf3 28%,
            #075cf7 36%,
            #075cf7 67%,
            #168cf3 74%,
            #37c9ed 81%,
            #57e2ec 88%,
            #45d5ed 94%,
            #0863f7 100%);

    border-top: 2px solid rgba(0, 0, 0, 0.55);
}

#top-bar .html_topbar_left strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
}

#top-bar .html_topbar_left strong::before,
#top-bar .html_topbar_left strong::after {
    content: "";
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1.8c.45 0 .83.32.91.76l.78 4.38a4.2 4.2 0 0 0 3.37 3.37l4.38.78a.925.925 0 0 1 0 1.82l-4.38.78a4.2 4.2 0 0 0-3.37 3.37l-.78 4.38a.925.925 0 0 1-1.82 0l-.78-4.38a4.2 4.2 0 0 0-3.37-3.37l-4.38-.78a.925.925 0 0 1 0-1.82l4.38-.78a4.2 4.2 0 0 0 3.37-3.37l.78-4.38A.925.925 0 0 1 12 1.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1.8c.45 0 .83.32.91.76l.78 4.38a4.2 4.2 0 0 0 3.37 3.37l4.38.78a.925.925 0 0 1 0 1.82l-4.38.78a4.2 4.2 0 0 0-3.37 3.37l-.78 4.38a.925.925 0 0 1-1.82 0l-.78-4.38a4.2 4.2 0 0 0-3.37-3.37l-4.38-.78a.925.925 0 0 1 0-1.82l4.38-.78a4.2 4.2 0 0 0 3.37-3.37l.78-4.38A.925.925 0 0 1 12 1.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.slider-banner-home .flickity-prev-next-button.previous {
    left: 82%;
    top: 88%;
}

.slider-banner-home .flickity-prev-next-button.next {
    right: 12%;
    top: 88%;
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: #0059fd;
    border-color: #0059fd;
    transition: all .3s;
}

.flickity-prev-next-button {
    color: #0059fd;
}



.title-bg {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 354px;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.title-bg p {
    position: absolute;
    top: -40px;
    left: -24px;
    display: block;
    width: max-content;
    margin: 0 !important;
    padding: 0;
    font-family: "Ethnocentric", "Arial Black", sans-serif;
    font-size: 35vw;
    line-height: 0.8;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.1em;
    white-space: nowrap;

    background: linear-gradient(180deg,
            rgba(0, 178, 253, 0.22) 0%,
            rgba(0, 178, 253, 0.12) 60%,
            rgba(0, 178, 253, 0.02) 100%);

    color: rgba(0, 178, 253, 0.12);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transform: translateX(2vw) skewX(-10deg) scaleX(1.48) scaleY(0.82);
    transform-origin: left top;
}



.section-title {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.section-title .section-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.section-title .section-bg img.bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;
    min-height: 0;

    object-fit: contain;
    object-position: center top;
    transform: none;
    opacity: 0.16;

    -webkit-mask-image: linear-gradient(to bottom,
            #000 0%,
            rgba(0, 0, 0, 0.9) 55%,
            transparent 100%);
    mask-image: linear-gradient(to bottom,
            #000 0%,
            rgba(0, 0, 0, 0.9) 55%,
            transparent 100%);
}

.section-title .section-content {
    position: relative;
    z-index: 2;
}

.img-xanh-ngoc img {
    filter:
        brightness(0) saturate(100%) invert(82%) sepia(32%) saturate(859%) hue-rotate(126deg) brightness(94%) contrast(88%);
}

.title-nunito h2 {
    font-weight: bolder;
    margin-bottom: 0px;
}

.img-xanh-duong img {
    filter:
        brightness(0) saturate(100%) invert(54%) sepia(99%) saturate(3192%) hue-rotate(162deg) brightness(101%) contrast(101%);
}

.section-grad .btn-tim-hieu-them {
    display: flex;
    align-items: center;
    margin: unset !important;
}


a.button.btn-tim-hieu-them:hover {
    color: #006bff;
}

a.button.btn-tim-hieu-them::after {
    content: "";
    position: static;
    inset: auto;
    display: block;
    flex: 0 0 38px;
    width: 38px;
    height: 12px;
    margin: 0;
    border: 0;
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 12' fill='none'%3E%3Cpath d='M0 6H38M33 1L38 6L33 11' stroke='%23006BFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform 0.25s ease;
}

a.button.btn-tim-hieu-them:hover::after {
    transform: translateX(6px);
}

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


.title-happy {
    display: block;
    width: 100%;
}

.title-happy::before,
.title-happy::after {
    display: none;
    content: none;
}

.title-happy h2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 7px;
    color: #222;
    font-family: "Nunito", sans-serif !important;
    font-size: clamp(38px, 3vw, 52px);
    font-weight: 1000 !important;
    font-variation-settings: "wght" 800;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
}

.title-happy h2::before {
    content: "› Happy";
    order: 1;
    flex: 0 0 auto;

    color: #00b2fd;
    font-family: "Comic Sans MS", "Comic Neue", cursive;
    font-size: clamp(30px, 2.5vw, 44px);
    font-weight: 400;
    line-height: 1;

    transform: rotate(-10deg) translateY(-25px);
}

.title-happy h2::after {
    content: "";
    order: 2;
    flex: 1 1 auto;
    display: block;
    min-width: 40px;
    height: 1px;
    margin-left: 3px;
    background-color: #00b2fd;
    margin-top: -55px;
}


.img-radius {
    position: relative;
    isolation: isolate;
    overflow: visible;
}

.img-radius .img-inner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
}

.img-radius img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.img-radius::before,
.img-radius::after {
    content: "";
    position: absolute;
    z-index: 1;
    border: 2px solid #00b2fd;
    border-radius: 10px;
    pointer-events: none;
}

.img-radius::before {
    top: -50px;
    right: -5%;
    bottom: 8%;
    left: 13%;
}

.img-radius::after {
    top: 14%;
    right: 11%;
    bottom: -45px;
    left: -4%;
}

.slider-filter .banner-bg {
    position: relative;
}

.slider-filter .banner-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background:
        linear-gradient(to right,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.7) 8%,
            rgba(255, 255, 255, 0) 26%),
        linear-gradient(to left,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.7) 8%,
            rgba(255, 255, 255, 0) 26%);
}

.slider-fb {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: visible;
}

.slider-fb>.slider {
    position: relative;
    z-index: 2;
}

.slider-fb::before,
.slider-fb::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 30%;
    pointer-events: none;

    background-repeat: no-repeat;
}

.slider-fb::before {
    left: 0;

    background-image:
        url("/wp-content/uploads/2026/07/z8040864295167_b4682ad8920065078a498e2145710692-removebg-preview.png"),
        url("/wp-content/uploads/2026/07/z8040864913631_a35a15cc9d461a8f128bbb1f01899998-removebg-preview.png"),
        url("/wp-content/uploads/2026/07/z8040866238619_d280b232d1f1dafa358fcfb80b760336-removebg-preview.png");

    background-position:
        78% 14%,
        48% 52%,
        18% 88%;

    background-size:
        clamp(85px, 7.5vw, 120px) auto,
        clamp(135px, 12vw, 185px) auto,
        clamp(110px, 10.5vw, 165px) auto;
}

.slider-fb::after {
    right: 0;

    background-image:
        url("/wp-content/uploads/2026/07/z8040867374366_b1643187f190237f3a70e55ac7f2e5ab-removebg-preview.png"),
        url("/wp-content/uploads/2026/07/z8040868431188_92f666b1a7013953ba9cb341b7327097-removebg-preview.png"),
        url("/wp-content/uploads/2026/07/z8040862184912_4a4a41fd17be0a3fc3b02d0586d97dc1-removebg-preview.png");

    background-position:
        22% 14%,
        52% 50%,
        85% 86%;

    background-size:
        clamp(95px, 9.5vw, 150px) auto,
        clamp(85px, 7.5vw, 120px) auto,
        clamp(110px, 10.5vw, 165px) auto;
}



.title-fb {
    padding-top: 58px;
    text-align: center;
}

.title-fb h2 {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;

    font-family: "Nunito", sans-serif !important;
    font-size: clamp(40px, 3.5vw, 58px);
    font-weight: 1000 !important;
    font-variation-settings: "wght" 1000;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.title-fb h2::before {
    content: "› KHÁCH HÀNG NHÍ";
    position: absolute;
    right: 8%;
    bottom: 186%;
    left: auto;

    color: #00b2fd;
    font-family: "Comic Sans MS", "Comic Neue", cursive;
    font-size: clamp(25px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;

    transform: rotate(-8deg);
    transform-origin: right bottom;
}

.title-fb h2::after {
    display: none;
    content: none;
}


.col-grad-doc>.col-inner {
    position: relative;
    isolation: isolate;
    min-height: 292px;
    padding: 95px 22px 30px !important;
    overflow: hidden;

    background: linear-gradient(135deg,
            #e1fffa 0%,
            #e8f8ff 52%,
            #e9eeff 100%);

    border-radius: 8px;
}

.col-grad-doc>.col-inner::before {
    content: "";
    position: absolute;
    top: -17px;
    right: -10px;
    z-index: 0;

    width: 145px;
    height: 120px;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 95' fill='none'%3E%3Cpath d='M60 24C45 11 25 9 8 16V75C25 69 45 71 60 84V24Z' stroke='%2399C9FF' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M60 24C75 11 95 9 112 16V75C95 69 75 71 60 84V24Z' stroke='%2399C9FF' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;

    transform: rotate(-13deg);
    pointer-events: none;
}

.col-grad-doc>.col-inner>* {
    position: relative;
    z-index: 1;
}

.col-grad-doc>.col-inner>p:first-child {
    margin: 0 0 22px;
    color: #77868d;
    font-size: 15px;
    line-height: 1.4;
}

.section-pre-footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 42px;
    width: 100%;
}

.section-pre-footer .social-icons a.icon.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;

    color: #20b9f4;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.section-pre-footer .social-icons a.icon.button i {
    color: inherit;
    font-size: 27px;
    line-height: 1;
}

.section-pre-footer .social-icons a.icon.button:hover,
.section-pre-footer .social-icons a.icon.button:focus {
    color: #20b9f4 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    opacity: 1;
    transform: none;
}

.section-pre-footer .social-icons a.icon.button:hover i,
.section-pre-footer .social-icons a.icon.button:focus i,
.section-pre-footer .social-icons a.icon.button:hover i::before,
.section-pre-footer .social-icons a.icon.button:focus i::before {
    color: #20b9f4 !important;
    background: transparent !important;
}

.section-footer {
    border-top: 1px solid #50C9EF;
}



.section-grad {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    background:
        radial-gradient(ellipse 27% 12% at 0% 7%,
            rgba(84, 223, 216, 0.46) 0%,
            rgba(0, 178, 253, 0.22) 42%,
            rgba(0, 89, 253, 0.06) 62%,
            transparent 78%),
        #fff;
}

.section-grad::before,
.section-grad::after {
    content: "";
    position: absolute;
    left: 15%;
    z-index: 1;

    width: 100vw;
    height: clamp(90px, 11vw, 170px);

    background: linear-gradient(90deg,
            transparent 0%,
            rgba(84, 223, 216, 0.08) 12%,
            rgba(84, 223, 216, 0.42) 35%,
            rgba(0, 178, 253, 0.32) 58%,
            rgba(0, 89, 253, 0.1) 75%,
            transparent 100%);

    -webkit-mask-image: linear-gradient(to bottom,
            transparent,
            #000 35%,
            #000 65%,
            transparent);

    mask-image: linear-gradient(to bottom,
            transparent,
            #000 35%,
            #000 65%,
            transparent);

    filter: blur(10px);
    pointer-events: none;
}

.section-grad::before {
    top: 27%;
    transform: rotate(-10deg);
}

.section-grad::after {
    top: 53%;
    transform: rotate(15deg);
}

.section-grad .section-bg {
    z-index: 0;
}

.section-grad .section-content {
    position: relative;
    z-index: 2;
}


.row-5-col>.col {
    flex-basis: 20%;
    max-width: 20%;
}

.img-box-certificate {
    text-align: center;
}

.img-box-certificate .box-image {
    width: 100%;
    margin: 0 auto;
    padding: 15px;

    background: #e5e5e5;
    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.img-box-certificate .image-cover {
    padding-top: 135% !important;
    background: #fff;
    overflow: hidden;
}

.img-box-certificate .image-cover img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
}

.img-box-certificate .box-text {
    padding: 18px 0 0;
}

.img-box-certificate .box-text h3 {
    margin: 0;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.img-box-certificate:hover .image-cover img {
    transform: none;
}

.section-grad-xam {
    background:
        radial-gradient(ellipse at center,
            #fff 0%,
            #fafafa 42%,
            #eeeeee 72%,
            #d2d2d2 100%);
}

.blog-big h5.post-title.is-large a {
    color: #000;
    font-size: 26px;
}

h5.post-title.is-large a:hover {
    color: #00B2FD;
}

.post-meta.is-small {
    font-size: 13px;
}

.blog-big .box-image {
    border-radius: 0 60px 0 0;
}



.title-blog {
    padding-top: 58px;
    text-align: center;
}

.title-blog h2 {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;

    font-family: "Nunito", sans-serif !important;
    font-size: clamp(40px, 3.5vw, 58px);
    font-weight: 1000 !important;
    font-variation-settings: "wght" 1000;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.title-blog h2::before {
    content: "› Cập nhật mới nhất";
    position: absolute;
    right: 52%;
    bottom: 186%;
    left: auto;
    color: #00b2fd;
    font-family: "Comic Sans MS", "Comic Neue", cursive;
    font-size: clamp(25px, 2.4vw, 40px);

    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
    transform: rotate(-8deg);
    transform-origin: right bottom;
    text-transform: none;
}

.title-blog h2::after {
    display: none;
    content: none;
}


.blog-small {
    row-gap: 32px;
}

.blog-small .post-item {
    padding-bottom: 0;
}

.blog-small .box-blog-post {
    position: relative;
    overflow: visible;
    border-radius: 18px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-small .box-image {
    overflow: hidden;
    border-radius: 18px;
}

.blog-small .image-cover {
    border-radius: 18px;
    overflow: hidden;
}

.blog-small .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    transition: filter .3s ease;
}

.blog-small .image-cover .shade {
    display: none;
}

.blog-small .box-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;

    min-height: 92px;
    padding: 35px 18px 15px;
    border-radius: 0 0 18px 18px;

    background: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, .3) 25%,
            rgba(0, 0, 0, .88) 100%);
}

.blog-small .blog-post-inner {
    position: relative;
    min-height: 46px;
    padding-right: 90px;
}

.blog-small .post-title {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.blog-small .post-title a {
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
}

.blog-small .post-meta {
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    line-height: 1.2;
}

.blog-small .button.is-underline {
    position: absolute;
    right: 0;
    bottom: 12px;

    min-height: auto;
    margin: 0;
    padding: 0 0 2px;
    border: 0;
    color: #00b2fd;
    font-size: 11px;
    line-height: 1.2;
    text-transform: none;
}

.blog-small .button.is-underline::after {
    content: " →";
}


.blog-small .box-blog-post:hover .image-cover img {
    transform: none;
    filter: brightness(1.05);
}

.blog-small .box-blog-post:hover .post-title a,
.blog-small .box-blog-post:hover .button {
    color: #00b2fd;
}

.section-support {
    background: linear-gradient(90deg,
            #08d9e5 0%,
            #05d0e9 28%,
            #02c2f1 62%,
            #00b2fd 100%);
}

.section-support .section-bg {
    background: transparent;
}

.section-support .section-content {
    position: relative;
    z-index: 2;
}

.section-support h1,
.section-support h2,
.section-support h3 {
    margin: 0;
    color: #fff;
    font-family: "Nunito", sans-serif !important;
    font-weight: 1000 !important;
    font-variation-settings: "wght" 1000;
}

h1.entry-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 3px;
}



.title-cata {
    display: block;
    width: 100%;
}

.title-cata::before,
.title-cata::after {
    display: none;
    content: none;
}

.title-cata h2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 7px;
    color: #222;
    font-family: "Nunito", sans-serif !important;
    font-size: clamp(38px, 3vw, 52px);
    font-weight: 1000 !important;
    font-variation-settings: "wght" 800;
    line-height: 1;
    letter-spacing: -1px;
    white-space: nowrap;
}

.title-cata h2::before {
    content: "› VI-EN";
    order: 1;
    flex: 0 0 auto;

    color: #00b2fd;
    font-family: "Comic Sans MS", "Comic Neue", cursive;
    font-size: clamp(30px, 2.5vw, 44px);
    font-weight: 400;
    line-height: 1;

    transform: rotate(-10deg) translateY(-25px);
}

.title-cata h2::after {
    content: "";
    order: 2;
    flex: 1 1 auto;
    display: block;
    min-width: 40px;
    height: 1px;
    margin-left: 3px;
    background-color: #00b2fd;
    margin-top: -55px;
}

.title-cata h2::after {
    content: "Catalogue được update theo quý / năm / BST";
    order: 2;
    flex: 1 1 auto;
    align-self: center;
    display: flex;
    align-items: flex-start;

    min-width: 120px;
    height: 29px;
    margin-left: 12px;
    padding: 0 0 8px 0px;
    box-sizing: border-box;

    color: #888;
    border-bottom: 1px solid #00b2fd;
    background: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    white-space: nowrap;

    transform: translateY(-10px);
}

.img-box-cata {
    overflow: hidden;
}

.img-box-cata .shade {
    display: none;
}

.img-box-cata .box-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    height: 40px;
    min-height: 40px;
    padding: 5px 9px;

    background:
        radial-gradient(ellipse at 8% 130%,
            rgba(255, 255, 255, .4) 0%,
            rgba(255, 255, 255, .15) 26%,
            transparent 55%),
        linear-gradient(72deg,
            transparent 0%,
            rgba(255, 255, 255, .12) 22%,
            transparent 42%),
        linear-gradient(104deg,
            #08d5df 0%,
            #03c8ec 48%,
            #00b2fd 100%);
}

.img-box-cata .box-text::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(68deg,
            transparent 10%,
            rgba(255, 255, 255, .12) 28%,
            transparent 46%),
        linear-gradient(82deg,
            transparent 28%,
            rgba(255, 255, 255, .08) 46%,
            transparent 65%);
}

.img-box-cata .box-text-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.img-box-cata .box-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    text-shadow: none;
}

.img-box-cata:hover .box-text {
    background:
        radial-gradient(ellipse at 8% 130%,
            rgba(255, 255, 255, .4) 0%,
            rgba(255, 255, 255, .15) 26%,
            transparent 55%),
        linear-gradient(72deg,
            transparent 0%,
            rgba(255, 255, 255, .12) 22%,
            transparent 42%),
        linear-gradient(104deg,
            #08d5df 0%,
            #03c8ec 48%,
            #00b2fd 100%);
}


.acc-faq .accordion-item {
    margin-bottom: 26px;
    overflow: hidden;
    background: #f8f8fa;
    border: 3px solid #e3e5ea;
    border-radius: 23px;
    box-shadow: 0 4px 0 #e3e5ea;
}

.acc-faq .accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80px;
    margin: 0;
    padding: 22px 75px 22px 36px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.acc-faq .accordion-title:hover,
.acc-faq .accordion-title.active {
    border: 0;
    background: transparent;
    color: #111;
}

.acc-faq .accordion-title.active {
    min-height: 72px;
    padding-bottom: 10px;
}

.acc-faq .accordion-title .toggle {
    right: 25px;
    left: auto;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    opacity: 1;
}

.acc-faq .accordion-title .toggle i {
    top: 0;
    color: #666;
    font-size: 32px;
    line-height: 38px;
    transition: transform .25s ease;
}

.acc-faq .accordion-inner {
    padding: 5px 38px 34px;
    border: 0;
    background: transparent;
    color: #444;
    font-size: 13px;
    line-height: 1.55;
}

.acc-faq .accordion-inner p {
    margin: 0 0 17px;
}

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

.section-pre-footer .col.post-item .box-image {
    display: none;
}

.section-pre-footer .col.post-item {
    margin-bottom: -45px;
}

.section-pre-footer .col.post-item h5.post-title.is-large a {
    color: #2977FC;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdf-contact-form {
    width: 100%;
}

.bdf-contact-email {
    position: relative;
    margin-bottom: 6px;
}

.bdf-contact-email .wpcf7-form-control-wrap {
    display: block;
}

.bdf-contact-email input[type="email"] {
    display: block;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 58px 0 10px;

    border: 0;
    border-radius: 12px;
    background: #b7e8fa;
    color: #607b86;
    font-size: 12px;
    box-shadow: none;
}

.bdf-contact-email input[type="email"]::placeholder,
.bdf-contact-message textarea::placeholder {
    color: #7da6b5;
    opacity: .75;
}

.bdf-contact-submit {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 3;

    width: 42px;
    min-width: 42px;
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
    color: #607983;
    font-size: 30px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    box-shadow: none;
    transition: transform .2s ease, color .2s ease;
}

.bdf-contact-submit:hover,
.bdf-contact-submit:focus {
    border: 0;
    background: transparent;
    color: #00aef5;
    box-shadow: none;
    transform: translateX(3px);
}

.bdf-contact-message textarea {
    display: block;
    width: 100%;
    height: 86px;
    min-height: 86px;
    margin: 0;
    padding: 10px;

    border: 0;
    border-radius: 12px;
    background: #b7e8fa;
    color: #607b86;
    font-size: 12px;
    line-height: 1.5;
    resize: none;
    box-shadow: none;
}

.bdf-contact-email input[type="email"]:focus,
.bdf-contact-message textarea:focus {
    outline: 0;
    background: #afe4f8;
    box-shadow: 0 0 0 1px rgba(0, 178, 253, .25);
}

.bdf-contact-form .wpcf7-spinner {
    position: absolute;
    right: 48px;
    top: 17px;
    margin: 0;
}

.bdf-contact-form .wpcf7-not-valid-tip {
    margin: 4px 8px 0;
    font-size: 11px;
}

.wpcf7 form:has(.bdf-contact-form) .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.wpcf7 form .bdf-contact-email {
    position: relative;
    margin-bottom: 6px;
}

.wpcf7 form .bdf-contact-email p {
    margin: 0;
}

.wpcf7 form .bdf-contact-email br {
    display: none;
}

.wpcf7 form .bdf-contact-email input[type="email"] {
    display: block;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 58px 0 10px;
    border: 0;
    border-radius: 12px;
    background: #b7e8fa;
    box-shadow: none;
}

.wpcf7 form .bdf-contact-email input.bdf-contact-submit {
    position: absolute;
    top: 0;
    right: 8px;
    left: auto;
    bottom: auto;

    display: block;
    width: 42px;
    min-width: 42px;
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding: 0;

    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #607983;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    box-shadow: none;
}

.wpcf7 form .bdf-contact-email input.bdf-contact-submit:hover,
.wpcf7 form .bdf-contact-email input.bdf-contact-submit:focus {
    border: 0;
    background: transparent;
    color: #00aef5;
    box-shadow: none;
    transform: translateX(3px);
}

.wpcf7 form .bdf-contact-email .wpcf7-spinner {
    position: absolute;
    top: 17px;
    right: 50px;
    margin: 0;
}

.col-footer .col-inner {
    min-height: 304px;
}


.product-small.box {
    overflow: hidden;
    border: 1px solid #1267ff;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 0 #00b2fd;
}

.product-small.box .box-image {
    aspect-ratio: 1.14 / 1;
    overflow: hidden;
    background: #fff;
}

.product-small.box .image-fade_in_back,
.product-small.box .image-fade_in_back>a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-small.box .box-image img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
    object-position: center;
    transform: none;
}

.product-small.box:hover .box-image img {
    transform: none;
}

.product-small.box .box-text-products {
    min-height: 110px;
    padding: 17px 12px 20px;
    border-top: 10px solid #00b2fd;
    background: #fff;
    text-align: center;
}

.product-small.box .title-wrapper {
    margin: 0;
}

.product-small.box .product-title {
    margin: 0;
    line-height: 1.2;
}

.product-small.box .product-title a {
    color: #0072ce;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-small.box .price-wrapper {
    min-height: 35px;
    margin-top: 5px;
}

.product-small.box .price-wrapper>.price {
    display: none;
}

.product-small.box .bdf-loop-sizes {
    color: #1686dd;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.product-small.box .bdf-loop-colors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 15px;
    margin-top: 7px;
}

.product-small.box .bdf-loop-color {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--bdf-color);
}

.product-small.box .bdf-loop-color::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(60deg,
            transparent 0%,
            transparent 48%,
            rgba(255, 255, 255, .78) 52%,
            rgba(255, 255, 255, .78) 100%);
}

.product-small.box .wvs-archive-variation-wrapper {
    display: none;
}




.bdf-single-product {
    width: 100%;
    max-width: none;
    color: #222;
}

.bdf-product-overview {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    padding: 55px 45px 80px;
}

.bdf-product-overview-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .75fr);
    align-items: center;
    gap: clamp(55px, 7vw, 120px);
}

.bdf-product-gallery,
.bdf-product-gallery .product-gallery,
.bdf-product-gallery .woocommerce-product-gallery {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
}

.bdf-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    background: #fff;
}

.bdf-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: clamp(430px, 48vw, 650px);
    object-fit: contain;
    object-position: center;
    opacity: 1;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .3s ease;
}

.bdf-product-gallery .woocommerce-product-gallery__image img.bdf-image-changing {
    opacity: 0;
}

/* Thumbnail không scale nên hover không còn giật. */
.bdf-product-gallery .product-thumbnails {
    margin-top: 20px;
}

.bdf-product-gallery .product-thumbnails .col {
    padding: 0 8px;
    opacity: .72;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .28s ease;
}

.bdf-product-gallery .product-thumbnails .col:hover,
.bdf-product-gallery .product-thumbnails .col.is-nav-selected {
    opacity: 1;
    transform: translateZ(0);
}

.bdf-product-gallery .product-thumbnails a {
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    transition: border-color .28s ease, box-shadow .28s ease;
}

.bdf-product-gallery .product-thumbnails .is-nav-selected a {
    border-color: #00b2fd;
    box-shadow: 0 4px 14px rgba(0, 178, 253, .12);
}

.bdf-product-gallery .product-thumbnails img,
.bdf-product-gallery .product-thumbnails .col:hover img,
.bdf-product-gallery .product-thumbnails .is-nav-selected img {
    display: block;
    width: 100%;
    height: 105px;
    padding: 7px;
    border: 0;
    opacity: 1;
    object-fit: contain;
    object-position: center;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .28s ease;
}

.bdf-product-summary {
    align-self: flex-start;
    max-width: 470px;
}

.bdf-product-title {
    margin: 0 0 3px;
    color: #075cff;
    font-family: "Nunito", sans-serif;
    font-size: clamp(36px, 3vw, 52px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.8px;
    text-transform: uppercase;
}



.bdf-product-taxonomy svg {
    width: 10px;
    height: 10px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bdf-product-swatches {
    min-height: 39px;
}

.bdf-product-swatch {
    position: relative;
    display: block;
    width: 23px;
    height: 38px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    transform: translateZ(0);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.bdf-product-swatch span {
    position: absolute;
    inset: 2px;
    display: block;
    border-radius: inherit;
    background: linear-gradient(45deg, #f4f0dc 0 49%, var(--bdf-swatch-color) 50% 100%);
}

.bdf-product-swatch:hover {
    border-color: #78b9ff;
    background: transparent;
    transform: translateY(-2px);
}

.bdf-product-swatch.is-active {
    border-color: #075cff;
    background: transparent;
    box-shadow: 0 3px 10px rgba(7, 92, 255, .18);
    transform: none;
}


.bdf-product-size {
    min-height: 28px;
    margin: 0;
    padding: 0 3px;
    border: 0;
    background: transparent;
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    box-shadow: none;
}

.bdf-product-size:hover,
.bdf-product-size.is-active {
    background: transparent;
    color: #075cff;
}

.bdf-product-size.is-active {
    font-weight: 800;
}

.bdf-native-variations {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.bdf-product-description {
    margin-top: 42px;
    color: #333;
      font-size: 20px;
    line-height: 1.65;
}

.bdf-product-description ul {
    margin: 0 0 22px 18px;
}

.bdf-product-description li {
    margin-bottom: 3px;
}

.bdf-outline-button:hover {
    background: #075cff;
    color: #fff;
    box-shadow: 0 7px 18px rgba(7, 92, 255, .18);
    transform: translateY(-2px);
}

.bdf-next-product {
    position: absolute;
    right: 45px;
    bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #333;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.bdf-next-product svg {
    width: 35px;
    height: 35px;
    fill: none;
    stroke: #075cff;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.bdf-next-product:hover {
    color: #075cff;
}

.bdf-next-product:hover svg {
    transform: translateX(4px);
}

.bdf-product-details {
    width: calc(100% - 40px);
    max-width: 1240px;
    margin: 20px auto 80px;
}

.bdf-product-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 70px;
}

.bdf-product-tab {
    height: 56px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #00b2fd;
    border-radius: 8px;
    background: #fff;
    color: #6490f9;
    font-family: "Nunito", sans-serif;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 800;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.bdf-product-tab:hover {
    background: #effaff;
    color: #075cff;
}

.bdf-product-tab.is-active {
    background: #075cff;
    color: #fff;
}

.bdf-tab-panel[hidden] {
    display: none;
}

.bdf-tab-panel.is-active {
    animation: bdf-tab-show .3s ease;
}

@keyframes bdf-tab-show {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bdf-specification-table {
    border-top: 1px solid #00b2fd;
}

.bdf-specification-row {
    display: grid;
    grid-template-columns: 35% 65%;
    min-height: 92px;
    align-items: center;
    border-bottom: 1px solid #00b2fd;
}

.bdf-specification-label,
.bdf-specification-value {
    padding: 20px 50px;
}

.bdf-specification-label {
    font-size: 20px;
    font-weight: 700;
}

.bdf-specification-value {
    font-size: 14px;
    line-height: 1.5;
}

.bdf-size-table-wrap {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(30, 48, 70, .06);
}

.bdf-size-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}

.bdf-size-table th {
    height: 88px;
    padding: 20px 22px;
    border: 0;
    background: #2d4054;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}

.bdf-size-table td {
    height: 88px;
    padding: 20px 22px;
    border-bottom: 1px solid #e8e8e8;
    color: #53677e;
    font-size: 18px;
    text-align: left;
}

.bdf-size-table td:last-child {
    color: #ff6e6e;
    font-weight: 700;
}

.bdf-review-content {
    min-height: 250px;
}

.bdf-empty-data {
    padding: 40px;
    color: #888;
    text-align: center;
}

.bdf-product-hero-slider {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #fff;
}

.bdf-product-hero-slider .bdf-hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.bdf-product-hero-slider .bdf-hero-slide::before,
.bdf-product-hero-slider .bdf-hero-slide::after {
    content: none;
}

.bdf-product-hero-slider .bdf-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: none;
}

.bdf-product-hero-slider .bdf-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bdf-product-hero-slider .bdf-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    filter: none;
    border-radius: 0;
}



.bdf-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #075cff;
    box-shadow: none;
    transform: translateY(-50%);
    transition: color .22s ease, transform .22s ease;
}

.bdf-hero-prev {
    left: 5%;
}

.bdf-hero-next {
    right: 5%;
}

.bdf-hero-arrow:hover {
    background: transparent;
    color: #00b2fd;
    transform: translateY(-50%) scale(1.08);
}

.bdf-hero-arrow svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: rgba(255, 255, 255, .7);
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bdf-gallery-stage {
    position: relative;
    display: flex;
    min-height: clamp(430px, 48vw, 650px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.bdf-gallery-main-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.bdf-gallery-main-image {
    display: block;
    width: 100%;
    height: clamp(430px, 48vw, 650px);
    object-fit: contain;
    object-position: center;
    opacity: 1;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .3s ease;
}

.bdf-gallery-main-image.bdf-image-changing {
    opacity: 0;
}

.bdf-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #075cff;
    box-shadow: none;
    transform: translateY(-50%);
    transition: color .22s ease;
}

.bdf-gallery-prev {
    left: 8px;
}

.bdf-gallery-next {
    right: 8px;
}

.bdf-gallery-arrow:hover {
    background: transparent;
    color: #00b2fd;
}

.bdf-gallery-arrow svg {
    display: block;
    width: 38px;
    height: 38px;
    fill: rgba(255, 255, 255, .82);
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bdf-gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.bdf-gallery-thumbnail {
    display: block;
    width: 100%;
    height: 105px;
    margin: 0;
    padding: 7px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    opacity: .72;
    transform: translateZ(0);
    backface-visibility: hidden;
    box-shadow: none;
    transition: opacity .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.bdf-gallery-thumbnail:hover,
.bdf-gallery-thumbnail.is-active {
    opacity: 1;
    transform: translateZ(0);
}

.bdf-gallery-thumbnail.is-active {
    border-color: #00b2fd;
    box-shadow: 0 4px 14px rgba(0, 178, 253, .12);
}

.bdf-gallery-thumbnail img,
.bdf-gallery-thumbnail:hover img,
.bdf-gallery-thumbnail.is-active img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    opacity: 1;
    object-fit: contain;
    object-position: center;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: opacity .28s ease;
}

/* Swatch luôn là hình tròn. */
.bdf-product-swatch {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    aspect-ratio: 1 / 1;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
}

.bdf-product-swatch span {
    inset: 1px;
    width: auto;
    height: auto;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--bdf-swatch-color) 0 49%, #f4f0dc 50% 100%);
}

.bdf-product-swatches {
    min-height: 28px;
}

.bdf-selected-color {
    padding-top: 7px;
}

.bdf-tab-panel {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}


.bdf-hero-slider-track {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.bdf-hero-slide,
.bdf-hero-slide.is-active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: var(--bdf-hero-background);
    background-position: center;
    background-size: cover;
}

.bdf-hero-slide::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: 0;
    background: inherit;
    filter: blur(16px);
    transform: scale(1.04);
}

.bdf-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, .13);
}

.bdf-hero-slide.is-active {
    position: absolute;
    inset: 0;
}

.bdf-hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
}

.blog-wrapper.blog-archive.page-wrapper h5.post-title.is-large a {
    color: #000;
}

h1.page-title.is-large.uppercase,
.blog-wrapper.blog-archive.page-wrapper h5.post-title.is-large a:hover {
    color: #00b2fd;
}


#menu-item-31 .nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}


.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

#menu-item-31 .sub-menu.nav-dropdown.nav-dropdown-default .nav-dropdown-col {
    flex: 1;
    min-width: 229px;
    max-width: 325px;
    text-align: left;
    min-height: 150px;
    overflow: visible;
}

#menu-item-31 .sub-menu.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 10px 0 0px;
    margin-bottom: 15px;
    white-space: normal;
    word-break: break-word;
    display: block;
    text-decoration: none;
    min-height: 42px;
}

#menu-item-31 .sub-menu.nav-dropdown.nav-dropdown-default .nav-column.nav-dropdown-default .menu-item a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(0, 89, 253);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    white-space: normal;
    word-break: break-word;
    display: block;
    background: transparent;
    border: unset;
    transition: padding-left 0.3s ease;

}

#menu-item-31 .sub-menu.nav-dropdown.nav-dropdown-default .nav-column.nav-dropdown-default .menu-item a:hover {
    padding-left: 5px;
    color: #00b2fd;
    font-size: 14px;

}


#menu-item-31 .nav-dropdown-has-border .nav-dropdown {
    border: none;
}


#menu-item-31 .nav-dropdown .menu-item-has-children>a,
#menu-item-31 .nav-dropdown .nav-dropdown-col>a,
#menu-item-31 .nav-dropdown .title>a,
#menu-item-31 .menu-item.menu-item-object-page>a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu-item-31 ul.sub-menu.nav-dropdown.nav-dropdown-default {
    margin-top: 20px;
}