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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.tool-support-buttons{
    background: #ffffff;
    width: 210px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    margin-bottom: 15px;
}
.tool-support-buttons::before {
    border-top-color: #ffffff;
    position: absolute;
    bottom: 77px;
    right: 30px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}
.tool-support-buttons a{
    float: left;
    padding-top: 8px;
    line-height: 32px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 8px;
    padding-left: 8px;
    width: 260px;
    font-weight: 500;
    color: #2d2d2d;
}
.tool-support-buttons a:last-child{
    border-bottom: 0;
}
.tool-support-buttons a:hover{
    background: #efefef;
}
.tool-support-buttons a span{
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}
.tool-support-buttons a.fb span{
    background: #4064ac;
    font-size: 19px;
}
.tool-support-buttons a.messenger span{
    background: #5ab2fd;
    font-size: 19px;
}
.tool-support-buttons a.messenger span img{
    float: left;
    width: 100%;
}
.tool-support-buttons a.zalo span{
    background: #e60011;
    font-size: 19px;
}
.tool-support-buttons a.zalo span img{
    float: left;
    width: 100%;
}
.tool-support-buttons a.uhchat span{
    background: #5f5f5f;
    font-size: 19px;
}
.tool-support-buttons a.phone span{
    background: #e60011;
    font-size: 19px;
}

.tool-support{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999999999999999999999999999999999;
    cursor: pointer;
}
.tool-support .btn-support{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #fff;
    float: right;
    background: #dd3333;
    animation: play_support 2.5s ease infinite;
}

@keyframes play_support {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 3px #f57378;
    }
    25% {
        box-shadow: 0 0 0 7px #fba3a3, 0 0 0 12px #fba3a3;
    }
    40% {
        box-shadow: 0 0 0 15px #fdc3c3, 0 0 0 18px #fdc3c3;
    }
}
.tool-support .btn-support i {
    font-size: 12px;
}
.tool-support .btn-support span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.see-more-btn{
    width: 100%;
    text-align: center;
    margin: 50px 0;
    display: inline-block;
}
.see-more-btn a{
    background: #d32f2f;
    padding: 10px 78px;
    color: #fff;
    border-radius: 10px;
}
/*end css tools*/
/* css Header */
.sd_tops {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.sd_tops li a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase !important;
    font-weight: 400;
}
/* .sd_tops li:hover a:after  */
.sd_tops li.active a:after{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #dd3333;
    border-radius: 99px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 0;
}
.sd_tops li {
    margin: 0;
}
.sd_tops li.active a,
.sd_tops li a {
    color: #fff !important;
}
.icon-angle-down:before {
    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
.sd_tops li:hover a .sub-menu li a:after{
    display: none;
}
.nav-dropdown-has-shadow .nav-dropdown li a {
    color: #000 !important;
    text-transform: math-auto !important;
    font-family: 'Afacad' !important;
}
.sd_tops .sub-menu {
    left: 0 !important;
}
.has-dropdown .icon-angle-down {
    top: -4px;
}
.transparent .header-main {
    height: 90px;
    background: rgba(10, 14, 39, 0.6);
}
.header-button-1 div a {
    box-sizing: border-box;
    background: #dd3333;
    padding: 0px 15px;
    font-size: 16px;
    font-family: 'Afacad';
}
.header-button-1 div a span:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    font-size: 18px;
}
/* c ss body */
.section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}
.section-title-normal {
    border-bottom: 0px solid #ececec;
}
.section-title b {
    height: 0px;
}
.tt_home span {
    width: 827px;
    font-weight: 700;
    font-size: 60px;
    color: #050a30;
}
.tt_home span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -15px;
}
.cty_wixx {
    max-width: 600px;
}
.row_sub {
    margin-top: 60px;
}
.cty_wixx p {
    font-style: normal;
    font-size: 20px;
    color: #050a30;
}
.sec_home {
    background-repeat: no-repeat;
    position: relative;
    background: url(/wp-content/uploads/2025/10/NewLandingPageLargeBg.svg);
}
.btn_xemthem a {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #dd3333;
}
.btn_xemthem a span {
    border-bottom: 1px solid #dd3333;
    padding-bottom: 5px;
    display: block;
    width: fit-content;
}
.sd_tops li a {
    font-weight: normal;
}
.btn_xemthem i {
    font-weight: normal;
    font-size: 15px;
}
.btn_xemthem a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.row_sub .col {
    padding-bottom: 0;
}
.row_sub .col .col-inner {
    position: relative;
    overflow: hidden;
}
.row_sub .col:nth-child(1) .col-inner {
    min-height: 545px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn_xemthem {
    max-width: 600px;
    width: 100%;
    position: relative;
}
.btn_xemthem a {
    position: absolute;
    right: 0;
    top: 115px;
}
.row_dcvsa .col {
    padding: 0 40px 40px;
}
.row_dcvsa {
    margin-top: 80px;
}
.row_dcvsa .col .col-inner .box-text {
    text-align: left;
}
.row_dcvsa .col .col-inner .box-text h3 {
    max-width: 562px;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #050a30;
}
.row_dcvsa .col:nth-child(2) .col-inner {
    top: 30%;
}
.hmasna h3 {
    max-width: 562px;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #050a30;
}
.ct_dvs p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #050a30;
}
.hmasna p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #050a30;
    max-width: 660px;
}
.hmasna h3, .row_dcvsa .col .col-inner .box-text h3 {
    margin-bottom: 15px;
}
.vn_btbsa .btn_xemthem a {
    position: unset;
}
.sec_btnsa {
    padding-top: 0 !important;
}
.vn_btbsa .btn_xemthem {
    max-width: 100%;
    width: 100%;
    position: unset;
}
.vn_btbsa {
    position: absolute;
    right: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translate(10px, 10px);
}
.tt_s2s span {
    font-weight: 700;
    font-size: 60px;
    color: #050a30;
}
.tt_s2s span:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 0;
    top: -15px;
}
/*css đánh giá khách hangfd */
.testimonial-section {
            text-align: center;
            padding: 0;
        }
        .testimonial-section h2 {
            font-size: 2.5em;
            color: #333;
            margin-bottom: 20px;
        }
        .testimonial-card {
            padding: 0px;
            margin: 15px;
            text-align: center;
            display: flex
        ;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .testimonial-card img {
            object-fit: cover;
        }
        .testimonial-card p {
            font-size: 1em;
            color: #666;
            line-height: 1.6;
            margin: 0 0 15px;
        }
        .testimonial-card h3 {
            font-size: 1.2em;
            color: #333;
            margin: 10px 0 5px;
        }
        .testimonial-card .rating {
            color: #f1c40f;
            font-size: 15px;
            margin-top: 0;
            margin-bottom: 15px;
        }
        .testimonial-section .slick-dots {
            position: absolute;
            top: -83px;
            right: 45px !important;
            margin: 0;
        }
        .slick-dots li {
            display: none; /* Ẩn tất cả các dot không active */
        }
        .slick-dots li.slick-active {
            display: inline-block; /* Chỉ hiển thị dot active */
        }
        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 50px;
            height: 20px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }
        .slick-dots li button:before {
            font-size: 16px;
            line-height: 20px;
            color: #000;
            content: attr(data-slide); /* Sử dụng thuộc tính data-slide để hiển thị dạng 01/04 */
            width: 100%;
            text-align: center;
        }
        @media (max-width: 768px) {
            .slick-prev {
                left: 10px;
            }
            .slick-next {
                right: 10px;
            }
            .testimonial-card {
                margin: 10px;
            }
        }
        /**/
.nd_dg {
    text-align: left;
}
.nd_dg p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    max-width: 400px;
}
.nd_dg h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #050a30;
}
.cv_user {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}
.cls_user .nd_dg {
    max-width: 75%;
    flex-basis: 75%;
}
.thm_us {
    max-width: 175px;
}
.testimonial-section .slick-dots li {
    margin: 0;
}
.testimonial-section button {
    font-size: 0;
}
.testimonial-section button:before {
    content: "\f060";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.testimonial-section button.slick-next::before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
.testimonial-section button.slick-next {
    position: absolute;
    top: -75px;
    right: 0;
}
.testimonial-section button.slick-prev {
    position: absolute;
    right: 120px;
    top: -75px;
}
.testimonial-card {
    background: linear-gradient(270deg, #050A30 0%, #FFFFFF 100%);
}
.cls_user {
    display: flex;
    background-color: #fff;
    margin: 1px;
    min-height: 300px;
    align-items: center;
    padding-right: 25px;
    background-image: linear-gradient(to right, #fff, #fff);
    border-left: 0;
    margin-left: 0;
}
.vn_smna p {
    font-family: Be Vietnam Pro;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    max-width: 660px;
    margin: auto;
}
.row_khangs .col .col-inner img {
    height: 100px;
    object-fit: cover;
    width: 200px;
}
.row_khangs .col .col-inner {
    text-align: center;
}
.row_khangs .col .col-inner .box-text {
    display: none;
}
.row_mnhsa {
    background-color: #050a30;
    padding: 55px 100px;
}
.tt_mnhas h2 span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
}
.tt_mnhas {
    margin: 0;
}
.mjhsa p {
    margin: 0;
}
.mjhsa p {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}
.btn_mjhas {
    margin: 0;
    box-sizing: border-box;
    background: #dd3333;
    border-radius: 50px;
    position: relative;
}
.btn_mjhas {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    float: right;
}
.btn_mjhas {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_mjhas .icon-angle-right:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 22px;
}
.tt_mnhas span:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 0;
    top: -15px;
}
.tt_news span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    /* font-size: 55px; */
    font-size: 60px;
    color: #000;
}
.tt_news span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -15px;
}
.blog_homne .col .col-inner .box-image a:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 174px;
    height: 66px;
    z-index: 1;
    background: url(/wp-content/uploads/2025/10/icon_date_sha.png) no-repeat;
}
.blog_homne .col .col-inner .box-image {
    border-radius: 20px;
    overflow: hidden;
}
.user_date {
    position: absolute;
    bottom: 7px;
    right: 3px;
    background-color: #000000;
    padding: 7px 33px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 2;
}
.blog_homne .col .col-inner h5 a {
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-blog-post .is-divider {
    display: none;
}
.update_date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}
.user_name b {
    color: #dd3333;
}
.from_the_blog_excerpt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}
.user_name b {
    text-transform: capitalize;
}
.blog_homne .col {
    padding-bottom: 0;
}
.flickity-prev-next-button {
    opacity: 1 !important;
}
.blog_homne button svg {
    width: 0;
}
.blog_homne button {
    width: 60px;
    height: 60px;
    background-color: #050a30;
    border-radius: 99px;
}
.blog_homne button.next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    color: #fff;
}
.blog_homne button.previous:before {
    content: "\f060";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    color: #fff;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.btn_view_all {
    display: block;
    width: fit-content;
    background-color: #dd3333;
    border-radius: 99px;
    padding: 5px 25px;
    margin: auto;
    margin-top: 35px;
}
.logo_imgs img {
    width: 200px;
}
.tt_fdtsd span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}
.tt_fdtsd {
    margin-bottom: 0;
}
.imnas {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.imnas p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
}
.imnas svg {
    fill: transparent;
}
.row_logss {
    margin-bottom: 50px;
}
.imnas svg path {
    fill: #fff;
}
.menu_ftsa div a {
    font-style: italic;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
}
.menu_ftsa div a:hover {
    color: #dd3333 !important;
}
.tt_bannser h1 strong {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
}
.tt_bannser p {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}
.btn_dknba {
    background: #dd3333;
    padding: 2px 30px;
    border-radius: 99px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.btn_dknba .icon-angle-right:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.row_mnbas .col .col-inner {
    height: 180px;
    left: 0px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: -160px;
    border: 2px solid #dd3333;
}
.nms_mn {
    font-weight: 600;
    font-size: 60px;
    line-height: 40px;
    text-align: center;
    color: #dd3333;
    font-family: 'Afacad';
}
.mhnsa_mnas {
    text-align: center;
}
.row_mnbas .col .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhnsa_mnas p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    color: #050a30;
    margin-top: 15px;
    margin-bottom: 0;
}
.tt_mnnbas span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
    color: #050A30;
}
.row_dvsa {
    margin-top: 100px;
}
.tt_mnnbas span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -40px;
}
.\31 mnhsa p {
    max-width: 570px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 100%;
    margin: auto;
}
.row_dvsna {
    margin-top: 60px;
}
.nketsuqna {
    max-width: 360px;
    border: 2px solid #dd3333;
    width: 100%;
    float: right;
    padding: 35px 45px;
    box-sizing: border-box;
    border-radius: 10px;
}
.nketsuqna ul {
    margin: 0;
}
.nketsuqna ul li {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    color: #050A30;
    list-style: none;
    margin-left: 0;
}
.nketsuqna ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/Checkmark.png);
    background-size: cover;
    display: inline-block;
    margin-right: 20px;
}
.nketsuqna ul li:last-child {
    margin-bottom: 0;
}
.nketsuqna ul li {
    margin-bottom: 23px;
}
.tab_danssa ul li span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
}
.tab_danssa ul {
    gap: 45px;
}
.tab_danssa .nav li span:after {
    content: "";
    width: 90px;
    height: 90px;
    background-image: url(/wp-content/uploads/2025/10/Group-258.svg);
    background-size: contain;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -50px;
}
.row_tabsa {
    margin-top: 125px;
}
.tab_danssa ul li.active span {
    color: #dd3333;
}
.tab_danssa {
    margin-top: 150px;
}
.row_dgs .\31 mnhsa p {
    max-width: 800px;
}
.row_qurtys .col {
    padding-bottom: 0;
}
.row_qurtys .col:nth-child(2 ) .col-inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #050a30;
        padding: 50px;
        border-radius: 10px;
}
.row_qtrinhs .accordion-item a span {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
}
.tomsn_ns span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #050A30;
}
.hnb_mna p {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
.accordion-title {
    border-top: 0px solid #ddd;
}
.accordion .toggle {
    left: unset;
    right: 0;
    width: unset;
    margin: 0;
}
.row_qtrinhs .accordion-item i:before {
    content: "\2b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    font-size: 14px;
}
.row_qtrinhs .accordion-item .accordion-title {
    padding-left: 0;
}
.row_qtrinhs .active>.toggle {
    transform: unset;
}
.accordion .active .toggle, .accordion .toggle  {
    color: #fff;
    opacity: 1;
}
.row_sub_bg .col .col-inner {
    border: 1px solid #dd3333;
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
}
.tt_bgs {
    background-color: #050a30;
    color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
}
.tt_bgs h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}
.tt_bgs p {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.row_sub_bg .col .col-inner ol li {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    color: #050a30;
}
.row_sub_bg .col .col-inner ol {
    margin: 0;
    padding: 80px 20px;
}
.row_sub_bg .col .col-inner ol li {
    margin-bottom: 20px;
}
.okms_pl {
    position: absolute;
    width: 182.98px;
    height: 29.87px;
    right: -35px;
    top: 30px;
    background: #dd3333;
    transform: rotate(40deg);
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-style: italic;
}
.okms_pl span {
    position: relative;
    top: 2px;
}
.btn_mnssa {
    width: fit-content;
    margin: auto;
    display: block;
    margin-bottom: 35px;
}
.btn_mnssa {
    box-sizing: border-box;
    background: #dd3333;
    border-radius: 99px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}
.row_nbgsa {
    margin-bottom: 96px;
}
.btn_lhnhgya {
    margin: 0;
    box-sizing: border-box;
    background: #dd3333;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Afacad';
    margin-top: 35px;
}
.btn_lhnhgya {
    display: flex
;
    width: fit-content;
    align-items: center;
}
.btn_lhnhgya i:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
}
.row_qtrinhs .accordion-item a span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.row_qtrinhs .accordion-item:nth-child(1) a span:before {
    content: "";
    width: 22px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/10/headphones-1.svg);
    background-size: contain;
    display: inline-block;
}
.row_qtrinhs .accordion-item:nth-child(2) a span:before {
    content: "";
    width: 22px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/10/10446186-1.svg);
    background-size: contain;
    display: inline-block;
}
.row_qtrinhs .accordion-item:nth-child(3) a span:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2025/10/2356780-1.svg);
    background-size: contain;
    display: inline-block;
}
.row_qtrinhs .accordion-item:nth-child(4) a span:before {
    content: "";
    width: 22px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/3024593-1.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.row_qthangs .col:nth-child(1) .col-inner {
    background-color: #050a30;
    padding: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.row_qthangs .col:nth-child(1) .col-inner .tt_bthsaa h2 span {
    color: #fff;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
}
.lmas_mjas p {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    max-width: 310px;
    margin-bottom: 0;
}
.btn_xemcts {
    margin: 0;
}
.btn_xemcts {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #dd3333;
    margin-top: 75px;
    line-height: unset;
    min-height: unset;
}
.btn_xemcts span {
    border-bottom: 1px solid #dd3333;
}
.btn_xemcts i:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
}
.gt1 {
    width: fit-content;
    background: #E8E8E8;
    border-radius: 0px 10px 10px 0px;
}
.box_gts {
    display: flex;
    gap: 0px;
    padding: 25px;
    align-items: center;
}
.box_gts .text_gt {
    max-width: 125px;
    flex-basis: 125px;
    flex-shrink: 0;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #050A30;
}
.text_nd {
    max-width: 560px;
    font-style: italic;
    line-height: 35px;
}
.box_gts3 {
    display: flex;
    gap: 0;
    padding: 25px;
    align-items: center;
}
.box_gts3 .text_gt {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #050A30;
    max-width: 165px;
    flex-basis: 165px;
    flex-shrink: 0;
}
.box_gts, .box_gts3 {
    max-width: 700px;
}
.box_gts_vns {
    background-color: #050a30;
    padding: 25px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.text_nd_sm {
    max-width: 565px;
    color: #fff;
    font-style: italic;
    line-height: 35px;
}
.box_gts_vns .text_sm {
    width: 122px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #dd3333;
}
.gt2 .box_gts_vns {
    display: flex;
    padding-left: 100px;
    gap: 25px;
}
.gt2 {
    position: relative;
}
.img_cns {
    position: absolute;
    left: -80px;
    width: 150px;
    top: -16px;
}
.item_qt {
    background-color: #f8f8f8;
    padding: 5px;
    margin-right: 15px;
    border-radius: 10px;
}
.item_qt h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #050A30;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.img_qt img {
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
}
.slider_qts .slick-list {
    padding: 0 !important;
}
.slider_qts .slick-center {
    background-color: #050A30;
}
.slider_qts .slick-center h3 {
    color: #dd3333;
}
.slider_qts button {
    width: 50px;
    font-size: 0;
    height: 50px;
    background-color: #dd3333;
    border-radius: 99px;
    position: absolute;
    bottom: 45%;
    left: -75px;
    z-index: 99;
}
.slider_qts button.slick-next {
    right: -60px;
    z-index: 99;
    left: unset;
}
.slider_qts button:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.slider_qts button {
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.slider_qts button.slick-prev:before {
    content: "\f060";
}
.img_qtdnghiep img {
    max-width: 900px;
}
.img_qtdnghiep {
    text-align: center;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.qt_box {
    background: linear-gradient(90.1deg, #dd3333 0.09%, rgba(207, 40, 40, 0.1) 31.42%, rgba(153, 29, 29, 0) 66.5%);
    border-radius: 45px;
}
.qt_box h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #050A30;
    margin: 0;
}
.qt_box p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: #050A30;
}
.qt_box {
    margin-bottom: 70px;
}
.qt_box {
    display: flex;
    align-items: center;
    position: relative;
}
.qt_box .icon-box-img {
    max-height: 70px;
    height: 100%;
}
.qt_box:after {
    content: "";
    width: 5px;
    height: 80px;
    position: absolute;
    bottom: -80px;
    left: 32px;
    background-image: url(/wp-content/uploads/2025/10/Line-28.svg);
    background-size: contain;
}
.qt_box:nth-child(3):after {
    display: none;
}
.qt_box h3 {
    line-height: 25px;
}
.btn_lhngyta {
    margin: 0;
    box-sizing: border-box;
    background: #dd3333;
    border-radius: 50px;
    padding: 0px 35px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    color: #FFFFFF;
}
.btn_lhngyta i:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
}
.btn_lhngyta {
    width: fit-content;
    display: flex;
    align-items: center;
    border: none;
}
.btn_lhngyta i {
    top: -5px;
}
.tt_news {
    margin: 0;
}
.tt_news h2 {
    margin: 0;
}
.row-tkquangtn {
    margin-top: 65px;
}
.sub_tts p {
    text-align: center;
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    color: #000;
}
.sub_tts {
    max-width: 600px;
    margin: auto;
    margin-top: 25px;
}
.row_mksas, 
.img_qtdnghiep {
    margin-top: 65px;
}
.slider-style-shadow .flickity-slider>:before{
    display: none;
}

.row_sliders button {
    position: absolute;
}
.row_sliders button {
    width: 50px;
    font-size: 0;
    height: 50px;
    background-color: #dd3333;
    border-radius: 99px;
    position: absolute;
    bottom: 45%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.row_sliders button svg {
    width: 0;
}
.row_sliders button.previous:before {
    content: "\f060";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.row_sliders button.next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.item_btscc .img {
    margin-bottom: 0 !important;
}
.item_btscc .col-inner {
    background-color: #050A30;
    border-radius: 15px;
    overflow: hidden;
}
.item_btscc .col-inner .tt_posta {
    padding: 20px;
}
.item_btscc .col-inner .tt_posta h3 {
    color: #fff;
    text-align: center;
    margin: 0;
}
.item_btscc.is-selected .col-inner {
    background-color: unset;
    border: 2px solid #dd3333;
}
.item_btscc.is-selected .col-inner .tt_posta h3 {
    color: #dd3333;
}
.icon_vnsa {
    max-width: 450px;
    margin: auto;
}
.icon_vnsa {
    max-width: 450px;
    margin: auto;
    border: 1px solid red;
    border-radius: 15px;
}
.icon_vnsa .icon-box-text {
    max-width: 300px;
}
.row_lydmos .col .col-inner .icon_vnsa {
    padding: 25px;
}
.icon_vnsa .icon-box-img {
    margin-bottom: 0;
}
.icon_vnsa .icon-box-img .icon .icon-inner {
    border-bottom: 2px solid #dd3333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.icon_vnsa h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    color: #dd3333;
    margin: 0;
}
.icon_vnsa p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #050A30;
}
.row_lydmos .col {
    padding-bottom: 0;
    margin-bottom: 96px;
}
.row_lydmos .col:last-child {
    margin-bottom: 0;
    margin-top: 96px;
}
.row_lydmos:after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(/wp-content/uploads/2025/10/Line-30.svg);
    background-size: cover;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 62%;
    bottom: 50%;
}
.row_lydmos .col:after {
    content: "";
    width: 11px;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/10/Line-31.svg);
    position: absolute;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -5px;
    z-index: 1;
}
.row_lydmos .col:last-child:after {
    top: -93px;
    background-image: url(/wp-content/uploads/2025/10/Line-32.svg);
    background-position: bottom;
    height: 103px;
}
.row_lydmos {
    margin-top: 64px;
}
.icon_vnsa {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.faq_accs {
    max-width: 750px;
    margin: auto;
}
.faq_accs .accordion-item a {
    padding-left: 0;
}
.faq_accs .accordion-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.faq_accs .active .toggle, .faq_accs .toggle {
    color: #050A30;
    opacity: 1;
    font-size: 10px;
    top: unset;
}
.faq_accs .accordion-item .accordion-title.active {
    background-color: transparent;
    border-color: transparent;
    color: #000;
    font-weight: unset;
}
.faq_accs .active>.toggle {
    transform: unset;
}
.faq_accs {
    margin-top: 96px;
}
.faq_accs .accordion-item a {
    color: #000;
    font-style: italic;
}
.sec_farsa {
    padding-bottom: 0 !important;
}
.ttjnshn h1 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
}
.sun_mdnsa p {
    max-width: 834px;
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
}
.btn_dvasssa {
    margin: 0 auto;
    width: fit-content;
    display: block;
    background: #dd3333;
    border-radius: 30px;
    padding: 4px 30px;
}
.btn_dvasssa {
    margin: 0 auto;
    width: fit-content;
    display: block;
    background: #dd3333;
    border-radius: 30px;
    padding: 4px 30px;
    margin-top: 35px;
}
.icon_ggads .icon-box-img {
    border-radius: 99px;
    padding: 22px;
    height: 100px;
    background-color: #ececec63;
}
.icon_ggads {
    margin-bottom: 25px;
}
.row_dcm_mnsa .col {
    padding-bottom: 0;
}
/* .icon_ggads:last-child {
    margin-bottom: 0;
} */
.tool-support .btn-support {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tomsn_ns span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 0;
    top: -15px;
}
.tomsn_ns {
    margin: 0;
}
.row_nashahs h2 {
    margin: 0;
}
.btn_vewwsmonas {
    margin: 0;
}
.btn_vewwsmonas {
    border-radius: 99px;
    background-color: #dd3333;
    font-family: 'Afacad';
}
.btn_vewwsmonas i:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
}
.row_mvnsa .col .col-inner {
    background-color: #050a30;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.row_mvnsa .col .col-inner p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0;
}
.row_mvnsa .col .col-inner h4 {
    color: #fff;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}
.row_mvnsa .col .col-inner .box-text {
    padding: 25px;
}
.row_mvnsa, .blog_homne {
    margin-top: 64px;
}
.img_dvgs img {
    height: 474px;
    object-fit: contain;
}
/* css fix page tuyển dụng*/
.sec_cate {
    background-image: url(/wp-content/uploads/2025/10/Mask-group-1-1.svg) !important;
    background-size: cover;
    background-color: #080B1F;
    min-height: 480px;
}
.row-cate .col {
    padding-bottom: 0;
}
.row-cate p {
    margin-bottom: 0;
}
.sec_cate {
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec_cate h1 {
    color: #fff;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
}
.sec_cate p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.sec_tt_posts {
    padding: 94px 0;
}
.row-tt-posts .col {
    padding-bottom: 0;
}
.tt_posts_tdung h2 {
    text-align: center;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #050A30;
    margin: 0;
    position: relative;
}
.tt_posts_tdung h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -15px;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px; 
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
}
.flip-card-back {
  background-color:#050a30;
  color: white;
  transform: rotateY(180deg);
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    width: 100%;
    height: 300px;
    
}
.flip-card-front {
    background-color: #050a30;
    color: black;
    padding: 35px;
}
.tt_post_td {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    text-align: left;
    line-height: 35px;
    margin-bottom: 25px;
}
.flip-card-front table td {
    color: #fff;
}
.flip-card-front td{
    border-bottom: 0px solid #ececec;
}
.flip-card-front svg {
    width: 20px;
    height: 22px;
}
.flip-card-front table td {
    line-height: unset;
}
.flip-card-front table td:nth-child(2) {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
}
.flip-card-front table td:nth-child(3) {
    font-family: 'Be Vietnam Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #dd3333;
}
.flip-card-back{
    padding: 25px;
}
.flip-card-back h5 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
    line-height: 40px;
}
.phone_td {
    box-sizing: border-box;
    width: fit-content;
    background: #dd3333;
    border-radius: 50px;
    display: block;
    padding: 5px 25px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}
.flip-card-back {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.row-tt-posts-2 {
    margin-top: 64px;
}
.phone_td svg {
    width: 17px;
}
.phone_td:hover {
    color: #fff;
}
.tt_post_tdung_item {
    padding-bottom: 10px;
}
.row_cmns .col .col-inner{
    background-color: #050a30;
}
.row_cmns .col .col-inner {
    background-color: #050a30;
    padding: 35px;
    color: #fff;
    border-radius: 10px;
}
.row_cmns .col .col-inner h3 {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
}
.row_cmns .col .col-inner p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 35px;
}
.icon_mnbsad ul li {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    text-align: left;
}
.row_cmns {
    margin-top: 64px;
}
.row_cmns .col .col-inner p {
    text-align: left;
}
/* css page liên hệ */
.menu_ldh1 {
    margin: 0;
}
.menu_ldh1 h1 {
    margin: 0;
}
.menu_ldh1 h1 span {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 40px;
    color: #FFFFFF;
}

.img_lhgsa {
    text-align: center;
    margin-top: -188px;
}
.img_lhgsa  img {
    width: 500px;
}
.row_nd_lhs .col:nth-child(1) .col-inner {
    background-color: #050a30;
    border-radius: 10px;
    padding: 50px 25px;
}
.tt_lhts2 h2 span {
    color: #fff;
}
.tt_lhts2 h2 span:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #dd3333;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    top: -15px;
}
.icon_pgae_lh {
    display: flex;
    align-items: center;
}
.icon_pgae_lh svg {
    fill: transparent;
}
.icon_pgae_lh svg path {
    fill: #fff;
}
.icon_pgae_lh p {
    font-family: 'Be Vietnam Pro';
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 40px;
    color: #FFFFFF;
}
.icon_pgae_lh {
    margin-bottom: 5px;
}
.rrowmsna {
    margin-top: 50px;
}

.header-button-1 div a{
    position: relative;
}
.icon_ggads {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
/**/
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.img_dvgs {
    animation: zumpBottom 3s 
ease-in-out infinite;
}
.row_qtrinhs .accordion-item {
    border: 1px solid #ffffff63;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}
.row_qtrinhs .accordion-item:last-child {
    margin-bottom: 0;
}
.nav-dropdown {
    padding: 0;
}
.img_doitacs {
    margin-top: 64px;
    margin-bottom: 64px;
}
/*css faq*/
.faq_cttb {
    display: none;
}
.faq_cttb.qa_active{
    display: block;
}
.img_bcnsa {
    width: 240px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-wrapper {
    overflow: hidden;
    z-index: 999999999999999999;
}
.btn_view_all::before {
  content: "";
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 99px;
}
.btn_view_all span {
  z-index: 99999;
  position: relative;
}
.mnhsa .btn_dknba {
	margin-bottom: 0;
	margin-top: 30px;
}
.ttjnshn h1 {
	margin-bottom: 15px;
}
.col_video_ybts .col-inner {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.col_video_ybts .video-button-wrapper {
    position: absolute;
}
.col_video_ybts .video-button-wrapper a {
    border: unset;
    background-color: #fff;
    height: 54px;
    width: 54px;
    margin: 0;
}
.col_video_ybts .video-button-wrapper a:after, .col_video_ybts .video-button-wrapper a:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #ffffff73;
    animation: ripple 3s infinite;
    border-radius: 50%;
    animation-delay: 0.9s;
    position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
/**/
.btn_xemthem a {
    width: fit-content;
}
.logo a:after{
    animation: play_dots 2s ease infinite;
}
@keyframes play_dots {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 1px #ffffff00;
    }
    25% {
        box-shadow: 0 0 0 3px #ffffff17, 0 0 0 5px #ffffff17;
    }
    40% {
        box-shadow: 0 0 0 7px #ffffff36, 0 0 0 9px #ffffff26;
    }
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
/*fix css */
.sd_tops li a:hover {
    color: #dd3333 !important;
}
.logo_imgs .img-inner::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #d33;
  position: absolute;
  border-radius: 99px;
  bottom: 0;
  margin-left: -20px;
  animation: play_dots 2s ease infinite;
}
.logo_imgs .img-inner {
  overflow: visible;
}
.img_lmsa img {
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.absolute-footer {
    padding: 10px 0 10px;
}
.absolute-footer {
    background-color: #050a30;
}
.data_bacls p {
    margin: 0;
    line-height: 35px;
    text-align: justify;
}
.ft_sections {
    padding-bottom: 0 !important;
}
.data_bacls {
    border-top: 1px solid #ffffff57;
    padding-top: 50px;
    margin-top: 50px;
    border-bottom: 1px solid #ffffff57;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.data_bacls {
    color: #fff;
}
.data_bacls p a {
    color: #fff;
}
.data_bacls p a:hover {
    color: #dd3333;
}