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

*/::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 8px;
}

html,
body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "XOPQ" 96,
        "XTRA" 468,
        "YOPQ" 79,
        "YTAS" 750,
        "YTDE" -203,
        "YTFI" 738,
        "YTLC" 514,
        "YTUC" 712;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

b,
strong {
    font-weight: bold;
}

.h2,
h2 {
    font-size: 1.6em;
}

.h3,
h3 {
    font-size: 1.4em;
    font-weight: 700 !important;
}

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {overflow: hidden;}
.box-text {padding: 20px;}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    line-height: 1.2;
}

.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}

#breadcrumbs nav {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

#breadcrumbs p {
    margin: 0;
}

.breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}

#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}

.social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.social-icons.share-icons {
    justify-content: center;
}

.social-icons.share-icons a {
    border: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.social-button,
.social-icons .button.icon,
.social-icons .button.icon:not(.is-outline) {
    background: none !important;
    border: none !important;
    width: 26px;
    margin: 0;
}

.social-icons .button.icon:hover {
    background: none !important;
}

.social-icons .button.icon:hover i {
    color: #333 !important;
}

.social-button svg,
.social-icons svg {
    width: 22px;
    height: auto;
    display: block;
}

.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}

.row-small>.flickity-viewport>.flickity-slider>.col,
.row-small>.col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}

.flickity-slider .col {
    min-height: 100%;
    display: flex;
}

.row .col-inner {
    height: 100%;
}

.flickity-slider .col-inner {
    min-height: 100%;
    height: auto
}

pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 20px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 10px 5px;
    border-radius: 12px;
}

.nav-dropdown-has-border .nav-dropdown a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ececec !important;
}

.button.az-button {
    padding: 0 25px;
    line-height: 48px;
    height: 48px;
    font-weight: 600;
    font-size: 16px;
    border-width: 1px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-shadow: unset;
    display: inline-flex;
    align-items: center;
    min-height: unset;
    border: none;
}

.button.is-larger {
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
}

.button.az-button img {
    width: 24px;
    margin-right: 10px;
}

.img-icon-right {
    margin-right: 0;
    margin-left: 10px;
}

.button.az-button.is-large {
    font-size: 16px;
    padding: 4px 30px 0;
    height: 50px;
}

.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}

.button.az-button .inner-button>i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}

.button.az-button .inner-button>span+i {
    margin-right: 0;
    margin-left: 10px;
}

.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}

.az-title-shortcode {
    margin-bottom: 20px;
}

.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}

.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}

.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}

.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}

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

.section-title-container.show-link {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.section-title-container.show-link .read-more {
    text-transform: inherit;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    color: inherit;
    border: none;
    padding: 0;
    min-height: unset;
    height: auto;
    line-height: 1.4;
}

.section-title-container.show-link .read-more:hover {
    color: white;
}

.button:not(.icon)>i {
    margin: 0 0 0 10px;
}

.section-title .sub-title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    padding: 0;
    opacity: 1;
    line-height: 1.44;
    margin-bottom: 5px;
}

.description-title {
    color: #333;
    font-size: 18px;
    margin: 15px 0 0;
}

.section-title-center~.description-title {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 900px;
    opacity: 1;
}

.section-title {
    font-weight: bold;
}

.section-title .ez-toc-section {
    display: none;
}

.section-title-normal {
    border: none;
    margin-bottom: 0;
}

.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}

.section-title-normal a.view-more i {
    color: #fff;
}

.section-title-main {
    border: none !important;
    padding: 0;
    text-transform: initial;
    font-weight: bold;
    position: relative;
    line-height: 1.25;
    text-align: center;
}

.section-title-normal .section-title-main {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #333;
}

span.widget-title {
    display: flex;
    font-family: "Roboto Slab", sans-serif;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.widget .cat-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    border-bottom: none;
    border-color: black;
}

.widget .cat-item:last-child {
    border-bottom: none;
}

.widget .cat-item a {
    font-size: 16px;
    padding: 8px 0;
    color: #333;
}

.is-divider {
    display: none;
}

.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: initial;
}

.section-title-normal .read-more {
    text-transform: initial;
    margin: 0;
    border-radius: 12px;
}

.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}

.section-title-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.section-title-center>span {
    margin: 0 auto;
}

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

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
}

.form-row {
    display: flex;
    margin: 0 -12px;
}

.form-row>.col {
    padding: 0 12px;
}

input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid rgb(0 0 0 / 28%);
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: rgba(35, 35, 35, 1);
    background: #fff;
    line-height: 40px;
    border-radius: 5px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}

input::placeholder,
textarea::placeholder {
    color: rgba(35, 35, 35, 1);
    opacity: 1;
}

textarea {
    min-height: 120px;
    line-height: 1.6;
    border-radius: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BDBDBD;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BDBDBD;
}

.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}

.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    margin: 0 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: unset;
    top: calc(50% - 20px);
    border-radius: 50%;
    background: #d3241c;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
}

.flickity-prev-next-button:hover {
    background: #184363;
    color: white !important;
}

.flickity-prev-next-button:before {
    content: "\F285";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 500 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

.flickity-prev-next-button.previous:before {
    content: "\F284";
}

.flickity-prev-next-button svg {
    display: none;
}

.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}

.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}

.slider-nav-light .flickity-prev-next-button {
    color: #a21c21;
    background: #fadb25;
}

.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}

.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: transparent;
    margin: 0 4px;
    border: 1px solid #FFFFFF;
    opacity: .5;
}

.flickity-enabled .flickity-page-dots .dot.is-selected {
    background: #fff;
}

.pagination-outside>.slider,
.pagination-outside.slider {
    padding-bottom: 30px;
}

.pagination-outside .flickity-page-dots {
    bottom: 0;
}

.page-wrapper {
    padding: 0;
}

.main-content ol,
.main-content ul {
    padding-left: 25px;
}

table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}

table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

/*************** ACCORDION ***************/
.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 36px;
}

.accordion .accordion-title {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: none;
    padding: 15px 20px;
}

.accordion .accordion-title button {
    background: rgba(169, 13, 29, 1);
    opacity: 1;
    color: white;
    font-size: 11px;
    width: 32px;
    height: 32px;
    margin: 0;
    border: none;
    min-width: unset;
    min-height: unset;
    right: 15px;
    left: unset;
    top: 12px;
    line-height: 34px;
}

.accordion .active .toggle {
    color: white;
}

.accordion-inner {
    padding: 10px 20px;
    font-size: 16px;
}

/*************** AZ ICON BOX  ***************/
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.az-icon-header {
    padding: 25px;
    text-align: center;
}

.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}

.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}

.az-icon-box-description>*:last-child {
    margin-bottom: 10px;
}

.az-icon-box-description p {
    margin-bottom: 10px;
}

/*************** AZ MENU  ***************/
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 20px;
}

.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}

.sticky-menu .ux-menu {
    justify-content: center;
}

.az-menu li,
.sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}

.az-menu li.current-menu-item a,
.az-menu li:hover a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #e51b23;
}

.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}

.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #e51b23;
}

/*************** NEO CTA BUTTON  ***************/
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}

.neo_cta.right {
    left: initial;
    right: 0;
}

.neo_cta_list_button .cta_button {
    margin-bottom: 20px;
}

.neo_cta_list_button {
    list-style: none;
    margin: 0;
}

.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(255 0 0 / 33%);
    background: #fdecec;
    -webkit-animation: devvn_zoom 1.5s infinite linear;
    -moz-animation: devvn_zoom 1.5s infinite linear;
    -o-animation: devvn_zoom 1.5s infinite linear;
    animation: devvn_zoom 1.5s infinite linear;
}

@-webkit-keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.neo_cta_list_button .cta_button .cta_button--icon img {
    height: 100%;
    -webkit-animation: calltrap_spin 3s infinite linear;
    -moz-animation: calltrap_spin 3s infinite linear;
    -o-animation: calltrap_spin 3s infinite linear;
    animation: calltrap_spin 3s infinite linear;
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }

    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}

.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}

.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: #fdecec;
    border-top: 1px solid rgba(225, 179, 184, 1);
}

.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    margin: 0;
    flex: 1;
    padding: 5px;
    overflow: hidden;
    border-right: 1px solid rgba(225, 179, 184, 1);
}

.neo_cta.cta_mobile .neo_cta_list_button .cta_button:last-child {
    border: none;
}

.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    overflow: hidden;
    align-items: center;
    border: none;
    justify-content: center;
}

.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    border-radius: 0;
    width: 20px;
    display: block;
    height: 20px;
    padding: 0;
    margin-right: 2px;
}

.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #a90d1d;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 32px;
}

.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {
    display: none;
}

/*************** TOOLTIPSER  ***************/
.tooltipster-sidetip .tooltipster-box {
    border: none !important;
    font-weight: 400;
}

.tooltipster-default .tooltipster-content {
    font-weight: 400;
    font-size: 12px;
}

/*************** AZ VIDEO  ***************/
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.az-video .box-image {
    border-radius: 10px;
}

.az-video .box-text {
    padding: 15px 10px 5px;
}

.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
}

/*************** HEADER ***************/
#snow-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.searchform .flex-col {
    padding: 0 !important;
}

.searchform .search-field {
    background: transparent !important;
    border-color: black !important;
    height: 46px;
    border-radius: 0 !important;
}
#masthead {
    background-color: #a8d5e5;
    background-image: linear-gradient(to bottom, #a8d5e5 0%, #ffffff 100%);
    transition: background-color 0.4s ease, background-image 0.4s ease;
}
#masthead .header-nav-main>li {
    margin: 0 0 0 20px;
}

#masthead .header-nav-main>li>a {
    text-transform: none;
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
    border-radius: 4px;
}

.stuck #masthead .header-nav-main>li>a {
    color: #333
}

#masthead .header-nav-main>li>a:hover,
#masthead .header-nav-main>li.current_page_item>a {
    color: #357370;
}

#masthead .header-nav-main>li>a.hotline-header {
    font-size: 20px;
    display: flex;
    gap: 10px;
    font-weight: 600;
}

#masthead .header-nav-main>li .sub-menu {
    border-radius: 12px;
    left: 0;
    padding: 12px 0;
    min-width: 200px;
}

#masthead .header-nav-main>li .sub-menu a {
    margin: 0;
    border: none;
    font-weight: 500;
    padding: 8px 24px;
    color: #333;
    border-left: 2px solid transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

#masthead .header-nav-main>li .sub-menu a:hover,
#masthead .header-nav-main>li .sub-menu li.current-menu-item a {
    border-color: #a21c21;
    color: #a21c21;
}

.mobile-nav a[data-bg="main-menu-overlay"] {
    color: #b10606;
}

.stuck .mobile-nav a[data-bg="main-menu-overlay"] {
    color: #333
}

#masthead .header-nav-main > li.current-menu-item > a,
#masthead .header-nav-main > li.current-page-ancestor > a,
#masthead .header-nav-main > li.current-page-parent > a {
  background-color: #f6d626 !important;
  color: #d3241c !important;
}
#masthead .hotline {
    line-height: 40px;
    padding: 0;
}

#masthead .hotline .icon {
    background: #b10606;
    border-radius: 99px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#masthead .hotline i {
    font-size: 24px;
    color: #f6d626;
}

#masthead .hotline span {
    line-height: 1.2;
    text-transform: initial;
    font-size: 14px;
    color: #b10606;
    font-weight: 600;
}

#masthead .hotline .value {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #b10606;
}

/*************** HOME ***************/
.section-tai-sao .icon-box {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    height: 100%;
    padding: 2rem;
    border-radius: 20px;
    background: #f9fafb;
    transition: all linear .3s;
}
.section-tai-sao .icon-box:hover {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    transform: translateY(-10px);
}
.section-tai-sao .icon-box h3 {font-weight: 700;font-size: 20px;margin: 0;padding: 10px 0;}
.section-lien-he .icon-box {
    border-radius: 12px;
    background-color: #d3241c0d;
    border: 1px solid #d3241c61;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-bottom: 20px;
    padding: 15px;
}
.section-lien-he .icon-box .icon-inner {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background-color: #d3241c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section-lien-he .icon-box .icon-inner img {display: block;padding: 0;width: 23px;}
.section-lien-he .icon-box h5 {line-height: 1;font-size: 12px;color: #717171;font-weight: 700;}
.section-lien-he .icon-box h6 {
    font-size: 18px;
    font-weight: 700;
    color: #7f1d1d;
    text-transform: none;
}

/*************** BLOG ***************/
.category .banner-page {
    margin-bottom: 52px;
}

.single .banner-page {
    padding-bottom: 52px;
}

.single .view-count {
    color: rgba(35, 35, 35, 1);
    font-size: 14px;
}

.single .entry-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.single .entry-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.single .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 56px;
    height: 56px;
}

.single .author-name {
    font-weight: 600;
    color: rgba(169, 13, 29, 1);
    font-size: 16px;
}

.single .post-date {
    font-size: 14px;
    color: rgba(35, 35, 35, 1);
}

.entry-content.single-page {
    padding-top: 0;
}

.entry-content.single-page img {
    border-radius: 12px;
}

.entry-content.single-page .post-item img {border-radius: 0;}

.post-title {
    margin-bottom: 10px !important;
}

.post-title a {
    font-size: 18px;
    color: #3C3C3C;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    font-weight: 600;
}

.category .post-title a {
    font-size: 20px !important;
    margin: 0;
}

.post-title a:hover {
    color: #ED1E24
}

.post-item .post-meta {
    color: #898989;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: .5px;
}

.post-item .box-image {
    display: block;
}

.post-item .button {
    padding: 0;
    border: none;
    background: none;
    text-transform: none;
    color: #f97316;
    margin: auto 0 0;
    font-size: 14px;
    align-self: flex-start;
}
.post-item .button i {
    margin-left: 0px;
}

.post-item .box-vertical .box-image {
    display: table-cell;
}

.has-shadow>.col>.col-inner {
    border-radius: 7px;
    overflow: hidden;
}

.has-shadow .post-item .box-text {
    display: block;
    padding: 15px 20px;
}

.has-shadow .post-item .image-cover {
    border-radius: 0;
}

.from_the_blog_excerpt {
    font-size: 15px;
    font-weight: 400;
}

.post-item .box-text {
    padding-bottom: 0;
}

.box-vertical .box-text {
    padding: 0 0 0 20px;
}

.single-banner .image-cover {
    padding-top: 300px;
    border-radius: 10px;
}

.page-numbers.links>li>span,
.page-numbers.links>li>a {
    background: #fff;
    border: 1px solid #c41425;
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #c41425;
    padding: 0;
    min-width: unset;
    font-size: 16px;
    border-radius: 6px;
}

.page-numbers.links>li>.current,
.page-numbers.links>li>span:hover,
.page-numbers.links>li>a:hover {
    background: #c41425;
    border-color: #c41425;
    color: #fff;
}

/*************** ARCHIVE SUBCATEGORIES ***************/
.archive-page-header .page-title {
    font-size: 50px;
    color: #d3241c;
    margin-bottom: 0;
}

.taxonomy-description > *:last-child {margin: 0;}

.archive-subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.archive-subcategories li {
    margin: 0;
}

.archive-subcategories li a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    border-radius: 5px;
    background: #5db7d7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    line-height: 1.4;
}

.archive-subcategories li a:hover {
    background: #c41425;
    border-color: #c41425;
    color: #fff;
}

.archive-subcategories .cat-count {
    font-size: 12px;
    opacity: .7;
}

.sticky {
    position: sticky;
    top: 20px;
}

.blog-posts-list {
    list-style: none;
}

.blog-posts-list .blog-posts-list-item {
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}

.blog-posts-list .blog-posts-list-item:last-child {
    border: none;
}

.blog-posts-list .blog-posts-list-item .post-title a {
    font-size: 16px;
}

.blog-posts-list .blog-posts-list-item .post-date {
    font-size: 14px;
    margin: 0;
}

.post-title.is-large a {
    font-size: 20px;
}

.post-title.is-normal a {
    font-size: 18px;
}

.has-shadow .post-item .col-inner {
    box-shadow: 0 0 10px #0000001f;
    border-radius: 12px;
    overflow: hidden;
}

.has-shadow .post-item .col-inner .plain,
.has-shadow .post-item .col-inner .plain .box {
    height: 100%;
}

.has-shadow .post-item .col-inner .plain .box {
    display: flex;
    flex-direction: column;
}

.has-shadow .post-item .col-inner .plain .box-text {
    flex: 1;
}

.has-shadow .post-item .col-inner .plain .box-text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.recent-blog-posts-li a h3 {
    font-size: 14px;
}

.article-inner .entry-image img {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    display: block;
}

.post-item .image-cover {
    border-radius: 7px;
    overflow: hidden;
}

.blog-share {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 0;
    margin: 30px 0;
}

/*************** FOOTER ***************/
#footer {
    padding-top: 60px;
    border-top: 5px solid #b10606;
}

#footer .section-title-normal:after {
    display: none;
}

#footer .ux-menu-link__link {font-weight: 600}

.category #footer .post-title a {
    font-size: 16px !important;
}

.absolute-footer {
    display: none;
}

.az-subscribe-wrap {
    width: 100%;
}

.az-subscribe-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: inherit;
}

.az-subscribe-form {
    width: 100%;
}

.az-subscribe-input:focus {
    border-color: #5bb6d6 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(91, 182, 214, .15) !important;
}

.az-subscribe-btn {
    height: 50px;
    padding: 0 20px;
    background: #c41425;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background .2s ease;
    white-space: nowrap;
    min-height: unset;
    text-shadow: none;
    width: 100%;
}

.az-subscribe-btn:hover {
    background: #a0101e;
}

.az-subscribe-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}

/* Spinner */
.az-sub-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: az-spin .7s linear infinite;
}

.az-subscribe-btn.loading .az-sub-spinner {
    display: block;
}

.az-subscribe-btn.loading .az-sub-btn-text {
    display: none;
}

@keyframes az-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Message */
.az-subscribe-msg {
    margin: 8px 0 0;
    font-size: 13px;
    min-height: 18px;
}

.az-subscribe-msg.success {
    color: #1a7a3f;
}

.az-subscribe-msg.error {
    color: #c41425;
}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 850px) {
    #masthead .hotline span {display: none;}
    #masthead .hotline .icon {
    width: auto;
    height: auto;
    background: unset;
}
    #masthead .hotline .icon i {
    color: #b10606;
}
}

@media screen and (max-width: 620px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {}

/*************** FLATICON BRANDS - SOCIAL ICONS ***************/
.social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 4px !important;
    margin: 0 4px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #222 !important;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
    vertical-align: middle;
    width: auto;
}

.social-icons a:hover {
    background: transparent !important;
    transform: translateY(-2px);
    opacity: 1;
}

.social-icons a .fi,
.social-icons a .bi {
    font-size: 22px;
    display: block;
    color: #222;
    transition: color .2s ease;
    line-height: 1;
    height: 22px;
}

.social-icons a:hover .fi,
.social-icons a:hover .bi {
    color: #c41425;
}

/* Zalo SVG — giữ màu đen, hover đỏ */
.social-icons a.zalo svg {
    width: 26px;
    height: 26px;
}

.social-icons a.zalo svg path,
.social-icons a.zalo svg rect {
    fill: #222 !important;
    stroke: none !important;
}

.social-icons a.zalo:hover svg path,
.social-icons a.zalo:hover svg rect {
    fill: #c41425 !important;
}

/* Ghi đè Flatsome button styles */
.social-icons a.button,
.social-icons a.outline-icon,
.social-icons a.button.outline-icon {
    padding: 4px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-3 {gap: 20px;} 

@media (min-width: 850px) {
    .md-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#home-contact-form .button {margin: 10px 0 0;border-radius: 7px;text-transform: none;}