.home_slider .banner-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 77.41%;
    background: linear-gradient(0deg, #c0261a 0%, rgba(118, 91, 167, 0) 100%);
}

.home_slider .text
 h4 {
    font-size: 50px;
    line-height: calc(64 / 60);
    color: #fff;
    margin-bottom: 17px;
    margin-top: 0;
}

.home_slider .text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
}
.ss_footer {
    background: linear-gradient(180deg, #102d4e 0%, rgba(194, 32, 38, 1) 100%);
}

.ss_footer .footer_title h3 {
    font-size: 17px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ss_footer .address h4 {
    font-size: 13px;
    font-weight: bold;
}

.ss_footer .address p {
    font-size: 14px;
    margin-bottom: 10px;
}
.absolute-footer {
    display: none;
}
.pad_none {
    padding-bottom: 0 !important;
}

.ss_footer .copy_right p {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.ss_footer .social-icons a {
    border: 1px solid #fff;
    border-radius: 5px !important;
}
.home_slider .flickity-page-dots .dot {
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 1;
    border: 3px solid #FFFFFF;
}

.home_slider .flickity-page-dots .dot.is-selected {
    background: linear-gradient(90deg, #FEB854 0%, #F27A71 66.43%, #E7408E 155%);
}
.home_title h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.ss_loction .box  .box-image {
    border-radius: 10px;
}

.ss_loction .box  h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    color: #4f4f4f;
    margin-bottom: 8px;
    text-decoration: none;
}

.ss_loction .box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3333333333;
    letter-spacing: -0.01em;
    color: #828282;
    margin-bottom: 0;
}

.ss_loction .box 
 a.button.primary.is-outline.lowercase {
    display: inline-flex;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--primary-color);
    transition: all .3s;
    align-items: center;
    justify-content: center;
}

.ss_loction .box a.button.primary.is-outline.lowercase:hover {
    color: #fff;
}
.gtranslate_wrapper {
    font-size: 20px;
    font-weight: bold;
}

.gtranslate_wrapper .gt-current-lang {
    color: red;
}
form .wpcf7-form-control {
    border-radius: 5px !important;
    overflow: hidden;
}
.home_menu .ux-menu {
    gap: 5px;
}

.home_menu .ux-menu a.ux-menu-link__link {
    background-color: var(--fs-color-secondary);
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    color: #fff;
}

.home_menu .ux-menu a.ux-menu-link__link:hover {
    background-color: var(--primary-color);
}
/* Menu */
div#wide-nav {
    height: 50px;
    min-height: 50px;
    background: none;
    margin-bottom: 0px;
}
html.js.active {
    overflow: hidden;
}
.mobile-menu-toggle {
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid rgb(229 234 238);
    padding: 2px 10px;
    margin-right: 0;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    border: none;
}

li.html.custom.html_top_right_text {
    width: 100%;
}

.mobile-menu-toggle span.iconmb {
    width: 24px;
    height: 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    margin-left: auto;
}

.mobile-menu-toggle span.iconmb svg path {
    -webkit-transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25), stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    -o-transition: stroke-dashoffset .5s cubic-bezier(.25, -.25, .75, 1.25), stroke-dasharray .5s cubic-bezier(.25, -.25, .75, 1.25);
    transition: stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25), stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
    fill: none;
    stroke: #333;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}

.mobile-menu-toggle span.iconmb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-top: -2px;
    margin-left: -2px;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle svg path#top, .mobile-menu-toggle svg path#bottom {
    stroke-dasharray: 240px 950px;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: #102d4e;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}
div#menu_bar {
    padding: 20px;
}
div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    top: 0;
    background: #ededed;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #393939;
}

div#menu_bar img.header_logo.header-logo {
    width: 100px;
}

div#menu_bar > a {
    text-align: center;
    display: block;
}
div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px 7px 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #000;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #000;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #000;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
div#menu_bar ul#header_menu {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.mobile-menu-toggle.rotate-mb svg path#top, .mobile-menu-toggle.rotate-mb svg path#bottom{
    stroke-dasharray: -650px;
stroke-dashoffset: -650px;
}
.mobile-menu-toggle.rotate-mb svg path#middle{
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}
div#menu_bar .social-icons.follow-icons a {
    background-color: rgb(242 246 247);
    color: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
/* Blog */

.list_post .post_item .box {
    border-radius: 12px;
    border: 1px solid #E1E4ED;
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 4px 0px rgba(26, 33, 61, 0.08);
    overflow: hidden;
}

.list_post .post_item .box .box-text {
    padding: 24px 12px 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease-in-out;
    border-radius: 12px;
}

.list_post .post_item .box .box-text h5.post-title {
    color: #262626;
    text-align: justify;
    font-size: 16px;
    font-weight: 900;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.list_post .post_item .box .box-text .box-date {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding: 2px 0;
}

.list_post .post_item .box .box-text .box-date span {
    font-size: 14px;
    color: #434343;
    margin-bottom: 0;
}

.list_post .post_item .box .box-text .excerpt {
    color: #434343;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
}

.list_post .post_item .box:hover .box-text {
    border-bottom: 5px solid var(--primary-color) !important;
}

ul.cate_menu {
    border-radius: 12px;
    background: #F5F5F5;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 4px;
    display: inline-flex;
    list-style: none;
    justify-content: center;
    gap: 8px;
}

ul.cate_menu li.cat-item {
    margin: 0;
}

ul.cate_menu li.cat-item.active a {
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background: var(--primary-color);
    box-shadow: 0px 2px 4px -2px rgba(17, 12, 34, 0.12);
}

ul.cate_menu li.cat-item a {
    color: #8C8C8C;
    transition: all 0.2s ease-in-out;
    padding: 8px 16px;
    display: inline-flex;
    line-height: 24px;
    font-size: 16px;
    border-radius: 4px;
}


/* single */

.blog-wrapper.blog-single {
    background-color: #F8F8FA;
}

.blog-wrapper.blog-single article {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 20px;
}

.blog-wrapper.blog-single article h1.entry-title {
    color: var(--primary-color) !important;
    font-weight: 900;
    font-size: 30px !important;
    line-height: 46.37px;
    border-left: 2px solid var(--primary-color);
    padding: 0 16px;
    margin-bottom: 10px;
}

.blog-wrapper.blog-single article .entry-divider.is-divider {
    display: none;
}

.entry-header-text {
    padding: 0 !important;
}

.post-date-single {
    color: rgba(67, 67, 67, 1);
    display: flex;
    align-items: flex-end;
    gap: 4px;
    padding-top: 10px;
}

.post-date-single span {
    line-height: 1;
}

span.widget-title {
    color: #262626;
    text-align: justify;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important;
}

.sider_new {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.sider_new .box {
    flex-flow: row;
    display: flex;
    gap: 16px;
}

.sider_new .box .box-image {
    min-width: 100px;
}

.sider_new .box .box-image .image-zoom.image-cover {
    padding-top: 100% !important;
    border-radius: 4px;
}

.sider_new .box .box-text.text-left {
    padding: 0;
}

.sider_new .box h5.post-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.014px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto !important;
    margin: 0;
}

.sider_new .box .box-date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.01px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.entry-header nav.rank-math-breadcrumb span.last {
    color: var(--primary-color);
}

.sider_new .box .box-date svg {
    width: 13px;
}

.sider_new .box .excerpt {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.012px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto !important;
}
h1.page-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.28;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    color: var(--primary-color);
    margin: 50px 20px;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .header-main li.html.custom {
        display: block !important; 
    }
    .blog-wrapper.blog-single article h1.entry-title {
        font-size: 24px !important;
        line-height: normal !important;
        padding-right: 0;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .blog-wrapper.blog-single article h1.entry-title {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 24px !important;
        letter-spacing: 0.016px;
    }
    .entry-header nav.rank-math-breadcrumb * {
        font-size: 14px;
        font-weight: bold;
        line-height: 20px !important;
    }
    .blog-wrapper.blog-single article {
        background: none;
        padding: 0;
    }
    .home_slider .text h4 {
        font-size: 32px;
    }
    .home_title h2 {
        font-size: 32px;
    }
    
    .ss_loction .box h4 {
        font-size: 20px;
    }
    
    .ss_loction .box p {
        font-size: 14px;
    }
    
    .ss_loction .box a.button.primary.is-outline.lowercase {
        max-width: 250px;
    }
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #10BDF9 0, #1C48C1 100%);
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #E6F4EB;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: linear-gradient(180deg, #10BDF9 0, #1C48C1 100%);
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #E6F4EB;
}