.about-us-slider .item {
    display: none;
}

.about-us-slider .item:first-child {
    display: block;
}

.about-us-slider.slick-initialized .item {
    display: block;
}

.section-about-us {
    background-color: rgb(255, 255, 255);
    padding: 0px;
}

.section-about-us .inner {
    display: grid;
    grid-template-columns: 47% 50%;
    gap: 20px;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: space-between;
}

.section-about-us .right img {
    border-radius: 10px;
}

.section-about-us .left .noi-dung {
    font-size: 18px;
}

.section-about-us .left .noi-dung h3 {
    font-size: 26px;
    line-height: 1.5;
}

.section-about-us .button-group {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.section-about-us .right .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 10px;
}

.button-web {
    border-radius: 20px;
    padding: 8px 25px;
    background-color: #910921;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.button-web.sm {
    font-size: 15px;
}

.button-web:hover {
    background-color: #24235c;
}

.home-about {
    padding: 10px 0px 135px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.home-about .subtitle {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
}

.home-about .subtitle::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 3px;
    background-color: rgb(255, 49, 48);
}

.home-about-content {
    padding-left: 15px;
}

.home-about-title {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #24235c;
}

.home-about-description {
    margin-bottom: 22px;

    & p {
        &: not(:last-child) {
            margin-bottom: 10px;
        }
    }
}

.home-about-description p {
    line-height: 1.6 !important;
}

.home-about .dich-vu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.home-about .dich-vu .left {
    display: flex;
    gap: 10px;
}

.home-about .dich-vu .left .text {
    font-weight: 700;
    font-size: 22px;
}

.home-about-image img {
    border-radius: 10px;
}

.home-about-image .left-info {
    text-align: center;
}

.home-about-image .curve-text {
    border: 10px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
}

.home-about-image .curve-text+img {
    margin-top: -75px;
}

.badge-wrap {
    background: #910921;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    height: 180px;
    width: 180px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: rgb(0, 0, 0) 1px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
}

.badge-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: 12s linear 0s infinite normal none running rotate;
}

.badge-text span {
    position: absolute;
    left: 50%;
    font-size: 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    transform-origin: 0px 75px;
    letter-spacing: 2px;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.home-about-image .curve-text .svg-circle {
    background: linear-gradient(135deg, rgb(58, 170, 53), rgb(107, 103, 127), rgb(154, 152, 168));
    border-radius: 50%;
    padding: 35px;
    position: relative;
    z-index: 1;
    font-size: 25px;
    height: 180px;
    width: 180px;
    text-transform: uppercase;
    font-weight: 800;
    fill: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 1px;
    animation: 20s linear 0s infinite normal none running spinner;
    overflow: visible;
}

.home-about-image .curve-text .svg-circle path {
    fill: none;
}

.home-about-image .curve-text .svg-circle text {
    fill: rgb(255, 255, 255);
    letter-spacing: 4px;
}

.home-about-image .curve-text .see-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.home-about-image .curve-text .see-detail svg {
    color: rgb(255, 255, 255);
}

.home-about-image .right-info .call-info {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-about-image .right-info .call-info .icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(231, 231, 231);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-about-image .right-info .call-info .icon img {
    width: 25px;
    height: 25px;
}

.home-about-image .right-info .call-info .text p {
    color: rgb(102, 102, 102);
}

.home-about-image .right-info .call-info .text h3 {
    font-size: 20px;
}

.home-about-image {
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

@keyframes spinner {
    100% {
        transform: rotateZ(360deg);
    }
}

.provider-cards {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.provider-cards img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid;
    margin-left: -15px;
}

.provider-cards h4 {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    background: #910921;
    border-radius: 50%;
    margin: 0px 0px 0px -15px;
    font-size: 16px;
    border: 2px solid;
    color: rgb(255, 255, 255);
}

.home-about-content .member .text-h4 h3 {
    font-size: 18px;
    line-height: 1.4;
}

.home-about-content .member {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.list-style-four ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    border-top: 1px solid rgb(221, 221, 221);
    margi;
    margin-top: 20px;
    padding-top: 15px;
}

.list-style-four li {
    position: relative;
    z-index: 1;
    padding-left: 27px;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}

.list-style-four li::after {
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    background-image: url("../images/check-icon.png");
    z-index: -1;
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.section-knowledge {
    padding: 40px 0px;
}

.knowledge-slider .slick-slide {
    margin: 0px 10px;
    background: rgb(242, 242, 242);
    padding: 20px 10px;
    border-radius: 5px;
}

.knowledge-slider .slick-list {
    margin: 0px -10px;
}

.item-knowledge {
    text-align: center;
}

.item-knowledge img {
    display: block;
    max-width: 65px;
    margin: 0px auto 15px;
    transition: transform 0.6s;
}

.item-knowledge:hover img {
    transform: rotateY(180deg);
}

.item-knowledge .name {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.item-knowledge .des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 84px;
}

.featured-news-slider .slick-slide {
    margin: 10px 15px;
}

.featured-news-slider .slick-list {
    margin: 0px -15px;
}

.section-news {
    padding: 50px 0px 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.section-news .bg-image {
    width: 25%;
    display: none;
    max-width: 31.4%;
    top: 120px;
    bottom: 0px;
    height: auto;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.section-news .title-wrap {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.section-news .title-page::before,
.section-formdk .title-page::before {
    left: 0px;
    transform: translateX(0px);
}

.discover-more {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px;
    font-size: 15px;
    line-height: 30px;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 50px;
    background: rgb(255, 255, 255);
    transition: 0.4s;
    text-transform: uppercase;
}

.discover-more:hover {
    color: rgb(255, 255, 255);
    background-color: #910921;
}

.item-post .wrap-img {
    padding-bottom: 66.5%;
}

.item-post .content {
    background-color: rgb(255, 255, 255);
    margin-top: -10px;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
}

.section-news .item-post .name {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}

.item-post .name {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-post .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: justify;
}

.section-uu-dai .wrap-img {
    padding-bottom: 60%;
    border-radius: 30px;
}

.section-uu-dai {
    padding: 40px 0px;
}

.section-goi-cuoc {
    padding: 50px 0px;
    background-color: rgb(247, 247, 247);
}

.tab-buttons {
    text-align: center;
    margin-bottom: 15px;
}

.tab-buttons li {
    list-style: none;
    display: inline-block;
}

.tab-wrapper li:not(:last-child) {
    margin-right: 5px;
}

.tab-wrapper li button {
    font-size: 16px;
    border: 2px solid rgba(102, 102, 102, 0.85);
    padding: 4px 16px;
    border-radius: 30px;
    color: rgba(102, 102, 102, 0.85);
}

.tab-wrapper li button.active {
    border: 2px solid rgb(58, 170, 53);
    color: rgb(58, 170, 53);
    font-weight: 600;
}

.goi-cuoc-slider .slick-slide {
    margin: 10px;
}

.goi-cuoc-slider .slick-list {
    margin: 0px -10px;
}

.item-goi-cuoc .wrap-img {
    padding-bottom: 66.75%;
    border-radius: 10px 10px 0px 0px;
}

.item-goi-cuoc {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;
    border-radius: 10px;
}

.item-goi-cuoc .content {
    text-align: center;
    padding: 10px 10px 20px;
}

.item-goi-cuoc .content .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.section-tintuc {
    padding: 50px 0px;
}

.section-tintuc-slider .slick-slide {
    margin: 0px 12px;
    /* background: #f4f4f4;
    padding: 15px;
    border-radius: 10px; */
}

.item-news-home {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}

.section-tintuc-slider .slick-list {
    margin: 0px -12px;
}

.item-news-home .wrap-img {
    padding-bottom: 65%;
    border-radius: 10px;
}

.item-news-home .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 19px;
    margin-top: 15px;
    height: 49px;
}

.item-news-home .date,
.item-news-home-right .date {
    font-size: 16px;
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.item-news-home .date svg {
    transform: translateY(2px);
}

.item-news-home .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: justify;
}

.item-news-home .read-more {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.read svg {
    width: 20px;
    height: 20px;
    transform: translateY(-1px);
}

.read svg polyline,
.read svg line {
    stroke: currentColor;
}

.read.btn-web-fix {
    background-color: #fff;
    padding: 13px 20px;
    color: #191D88;
    align-items: center;
    gap: 5px;
}

.read:hover {
    color: #FFF;
}

.item-news-home-right {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 15px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.item-news-home-right:not(:last-child) {
    margin-bottom: 30px;
}

.item-news-home-right .wrap-img {
    overflow: hidden;
    border-radius: 10px;
}

.item-news-home-right .wrap-img:hover img {
    transform: scale(1.05);
}

.item-news-home-right .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.xem-tat-ca {
    text-align: center;
    margin-top: 30px;
}

.xem-tat-ca a {
    background-color: rgb(58, 170, 53);
    color: rgb(255, 255, 255);
    padding: 8px 38px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

.section-tienich {
    padding: 30px 0px;
}

.tienich-slider a:not([href]) {
    pointer-events: none;
}

.tienich-slider .slick-slide {
    margin: 0px 12px;
}

.tienich-slider .slick-list {
    margin: 0px -12px;
}

.item-tien-ich {
    background-color: rgb(247, 247, 247);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.item-tien-ich img {
    border-radius: 10px;
}

.section-nhansu {
    padding: 30px 0px;
}

.nhansu-slider .slick-slide {
    margin: 0px 12px;
}

.nhansu-slider .slick-list {
    margin: 0px -12px;
}

.item-nhansu {
    cursor: pointer;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
    overflow: hidden;
}

.item-nhansu .wrap-img {
    padding-bottom: 100%;
}

.item-nhansu .content {
    text-align: center;
    padding: 25px 22px 15px;
    position: relative;
}

.item-nhansu .content .name {
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(58, 170, 53);
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 5px 20px;
    width: max-content;
    max-width: 100%;
}

.item-nhansu .content .des {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.item-nhansu .content .job {
    font-size: 13px;
    color: gray;
}

.experts-popup {
    padding: 30px;
}

.experts-popup-text .name {
    font-size: 22px;
}

.experts-popup-text .job {
    font-size: 16px;
    margin-bottom: 15px;
    color: rgb(102, 102, 102);
}

.section-camnhan {
    padding: 50px 0px 100px;
    position: relative;
}

.section-camnhan::before {
    background-color: rgb(34 33 88 / 97%);
    opacity: 0.9;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.section-camnhan .title-page {
    color: rgb(255, 255, 255);
}

.camnhan-slider .slick-slide {
    margin: 0px 12px;
    overflow: hidden;
}

.camnhan-slider .slick-list {
    margin: 0px -12px;
}

.item-camnhan .content {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 10px 0px 10px 10px;
}

.item-camnhan .content .stars ul li {
    list-style: none;
    display: inline-block;
}

.item-camnhan .content .stars ul li svg {
    width: 18px;
    height: 18px;
}

.item-camnhan .review-text {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 153px;
    text-align: justify;
}

.item-camnhan .icon-review-card {
    position: absolute;
    right: -25px;
    top: -60px;
    height: 125px;
    width: 120px;
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-bottom: 25px;
    border-radius: 50%;
    background-color: #910921;
    transition: 0.3s;
}

.icon-review-card img {
    height: 30px;
    transform: rotate(180deg);
}

.item-camnhan .info-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-left: 100px;
}

.item-camnhan .info-box .avt {
    width: 68px;
    height: 68px;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px;
    border-radius: 50%;
}

.item-camnhan .info-box .avt img {
    border-radius: 50%;
}

.item-camnhan .info-box .name {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.item-camnhan .info-box .des {
    color: rgb(255, 255, 255);
}

.item-camnhan .content::before {
    position: absolute;
    top: 100%;
    left: 45px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid rgb(255, 255, 255);
    transition: 0.3s;
    content: "";
}

.section-formdk {
    margin-bottom: 0px;
}

.section-formdk .inner {
    max-width: 1400px;
    margin: -50px auto 0px;
    position: relative;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.contact-form {
    position: relative;
    background-color: #910921;
    padding: 40px;
}

.contact-form::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-image: url("../images/shape-8.010c08da.png");
    content: "";
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 15px;
    color: rgb(106, 111, 120);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 0px;
    transition: 0.3s;
}

.contact-form .form-group select {}

.contact-form .form-group select option:hover,
.contact-form .form-group select option:focus {
    background: #910921;
}

.contact-form .form-group textarea {
    height: 95px;
    resize: none;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.form-contact .submit-form {
    font-size: 17px;
    line-height: 30px;
    padding: 8px 40px;
    font-weight: 700;
    color: #910921;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    z-index: 1;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.section-formdk .title-wrap {
    text-align: left;
}

.section-formdk .content-left .des {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.section-formdk .content-left .cam-ket ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.section-formdk .content-left .cam-ket ul li::before {
    content: "✓";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #24235c;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.section-formdk .content-left {
    display: grid;
    grid-template-columns: 70% auto;
    gap: 30px;
    align-items: center;
    padding-bottom: 25px;
}

.section-formdk .ceo {
    text-align: center;
}

.section-formdk .ceo .avt {
    width: 120px;
    height: 120px;
    border: 2px solid #910921;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;
    margin: 0px auto 10px;
}

.section-formdk .ceo .avt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.section-formdk .ceo h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

.section-formdk .ceo p {
    font-size: 13px;
    color: rgb(25, 25, 25);
}

.form-wrap {
    position: relative;
    margin-bottom: -40px;
}

.form-wrap::before {
    position: absolute;
    left: 30px;
    right: -15px;
    top: -15px;
    height: 395px;
    background-image: url("../images/lines.bd808e1f.png");
    content: "";
}

.button-m {
    display: none;
}

.quytrinh_in {
    padding: 50px 0;
}

.item_benefit .item {
    margin: 20px 10px;
    text-align: center;
}

.item_benefit .item .icon-befire {
    font-size: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    color: #fff;
    line-height: 100px;
    width: 100px;
    margin: auto;
    height: 100px;
    padding: 15px;
    border: #910921 1px solid;
}

.item_benefit .item p {
    font-size: 15px;
    text-transform: none;
    margin-top: 10px;
    color: #444;
}

.item_benefit .item h3 {
    margin: 10px 0;
    font-size: 18px;
}

.obox {
    position: relative;
    z-index: 1;
}

.obox .procedure-rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    pointer-events: none;
    z-index: 0;
}

.obox .procedure-rail svg {
    width: 100%;
    height: 100%;
    display: block;
}

.procedure-rail .rail-base {
    fill: none;
    stroke: #910921;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 1 12;
    opacity: .3;
}

.procedure-rail .rail-dots {
    fill: none;
    stroke: #14332d;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 1 12;
    vector-effect: non-scaling-stroke;
    animation: railMove 3s linear infinite;
}

.procedure-rail .rail-glow {
    fill: none;
    stroke: #14332d;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 8 120;
    opacity: .5;
    filter: url(#dotGlow);
    animation: glowMove 3s linear infinite;
}

/* */
.procedure-rail .rail-base {
    fill: none;
    stroke: #910921;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 1 12;
    opacity: .3;
}

/*  */
.procedure-rail .rail-dots {
    fill: none;
    stroke: #910921;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 1 12;
    vector-effect: non-scaling-stroke;
    animation: railMove 3s linear infinite;
}

/* */
.procedure-rail .rail-glow {
    fill: none;
    stroke: #910921;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 8 120;
    opacity: .5;
    filter: url(#dotGlow);
    animation: glowMove 3s linear infinite;
}

/* */
@keyframes railMove {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -13;
    }
}

@keyframes glowMove {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: -128;
    }
}

.service-card .card-body .read.btn-web-fix {
    background-color: #F4FBFB;
}








@media (max-width: 992px) {
    .section-news .title-wrap {
        padding-left: 0px;
        justify-content: center;
    }

    .section-news .bg-image {
        display: none;
    }

    .section-news {
        padding: 75px 0px 65px;
    }

    .form-wrap {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {

    .item-post .des,
    .item-camnhan .review-text,
    .item-news-home .des {
        text-align: left;
    }

    .home-about-image .curve-text .see-detail svg {
        width: 40px;
        height: 40px;
    }

    .featured-news-slider .slick-slide {
        margin: 10px;
    }

    .featured-news-slider .slick-list {
        margin: 0px -10px;
    }

    .item-news-home {
        margin-bottom: 20px;
    }

    .item-tien-ich {
        margin-bottom: 15px;
    }

    .home-about-image {
        margin-top: 0;
    }

    .item-camnhan .content::before {
        left: 25px;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid rgb(255, 255, 255);
    }

    .item-camnhan .info-box {
        margin-top: 25px;
        margin-left: 75px;
    }

    .slider-mobile .slick-slide {
        margin: 0px 10px;
    }

    .slider-mobile .slick-list {
        margin: 0px -10px;
    }

    .form-wrap::before {
        right: -10px;
        top: -10px;
    }

    .button-m {
        display: block;
    }

    .button-pc {
        display: none;
    }

    .discover {
        margin-top: 20px;
        text-align: center;
    }

    .item-news-home .name {
        height: auto;
    }

}

@media (max-width: 576px) {
    .home-about-content {
        padding: 20px 0 0 0;
    }

    /* .inner {
        text-align: center;
    } */

    .home-about-content .member .text-h4 h3 {
        font-size: 15px;
        line-height: 1.4;
    }

    .section-knowledge {
        padding: 10px 0px 0 0;
    }

    .item-post .content {
        text-align: center;
    }

    .section-formdk .content-left .cam-ket ul li {
        text-align: left;
    }

    .item-knowledge .name {
        font-size: 17px;
        min-height: 48px;
    }

    .section-news .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-news {
        padding: 25px 0px;
    }

    .section-uu-dai {
        padding: 20px 0px;
    }

    .section-uu-dai .wrap-img {
        margin-bottom: 15px;
    }

    .section-goi-cuoc {
        padding: 25px 0px;
    }

    .section-tintuc {
        padding: 35px 0px;
    }

    .section-tienich {
        padding: 25px 0px 10px;
    }

    .knowledge-slider .slick-slide {
        margin: 0px 6px;
    }

    .knowledge-slider .slick-list {
        margin: 0px -10px;
    }

    .home-about-content .member {
        justify-content: center;
    }

    .home-about-content .member .text-h4 {
        text-align: center;
    }

    .home-about-description {
        margin-bottom: 20px;
    }

    .list-style-four ul {
        grid-template-columns: 1fr;
        margin-top: 20px;
        padding-top: 10px;
    }

    .home-about-image .curve-text .svg-circle {
        font-size: 22px;
        height: 130px;
        width: 130px;
        padding: 25px;
    }

    .home-about-image .call-info {
        gap: 10px;
    }

    .home-about-image .call-info .text span {
        font-size: 18px !important;
    }

    .home-about-image .right-info .call-info .icon {
        width: 45px;
        height: 45px;
    }

    .home-about-image {
        gap: 15px;
    }

    .home-about {
        padding: 0px 0px 30px;
    }

    .experts-popup {
        padding: 20px;
        max-height: 85vh;
        overflow-y: auto;
    }

    .experts-popup-img img {
        height: 250px;
        object-fit: contain;
        width: 100%;
        margin-bottom: 10px;
    }

    .experts-popup-text .name {
        font-size: 19px;
    }

    .section-camnhan {
        padding: 30px 0px 80px;
    }

    .item-camnhan .content {
        padding: 40px 25px 25px;
    }

    .section-formdk .inner {
        padding-top: 35px;
    }

    .section-formdk .content-left {
        grid-template-columns: auto;
        gap: 12px;
    }

    .section-formdk .ceo {
        text-align: center;
    }

    .section-formdk .ceo .avt {
        margin: 0px auto 10px;
    }

    .contact-form {
        padding: 30px;
    }

    .badge-wrap {
        height: 150px;
        width: 150px;
    }

    .badge-circle {
        width: 120px;
        height: 120px;
    }

    .badge-text span {
        transform-origin: 0px 60px;
        font-size: 14px;
    }

    .item-knowledge .des {
        -webkit-line-clamp: 5;
        height: 106px;
    }
}

/* ===== .about-us ===== */
.about-us {
    padding: 65px 0;
    position: relative;
}

.about-us .bg-about-us {
    position: absolute;
    left: 0;
    bottom: -8px;
}

.about-us .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-us .left-col .main-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/4;
}

.about-us .left-col .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-us .left-col .main-img:hover img {
    transform: scale(1.05);
}

/* Label */
.about-us .right-col .section-label {
    display: inline-flex;
    /* align-items: center; */
    gap: 8px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-us .right-col .section-label svg {
    width: 16px;
    height: 16px;
    fill: #910921;
}

/* Description */
.about-us .right-col .section-desc {
    font-size: 16px;
    color: #565656;
    line-height: 1.75;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about-us .right-col .feature-list ul li {
    list-style: none;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 34px auto;
}

.about-us .right-col .feature-list ul li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;

    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.55879 3.6972C10.7552 2.02216 13.2447 2.02216 14.4412 3.6972L14.6317 3.96387C14.8422 4.25867 15.1958 4.41652 15.5558 4.37652L16.4048 4.28218C18.3156 4.06988 19.9301 5.68439 19.7178 7.59513L19.6235 8.44415C19.5835 8.8042 19.7413 9.15774 20.0361 9.36831L20.3028 9.55879C21.9778 10.7552 21.9778 13.2447 20.3028 14.4412L20.0361 14.6317C19.7413 14.8422 19.5835 15.1958 19.6235 15.5558L19.7178 16.4048C19.9301 18.3156 18.3156 19.9301 16.4048 19.7178L15.5558 19.6235C15.1958 19.5835 14.8422 19.7413 14.6317 20.0361L14.4412 20.3028C13.2447 21.9778 10.7553 21.9778 9.55879 20.3028L9.36831 20.0361C9.15774 19.7413 8.8042 19.5835 8.44414 19.6235L7.59513 19.7178C5.68439 19.9301 4.06988 18.3156 4.28218 16.4048L4.37652 15.5558C4.41652 15.1958 4.25867 14.8422 3.96387 14.6317L3.6972 14.4412C2.02216 13.2447 2.02216 10.7553 3.6972 9.55879L3.96387 9.36831C4.25867 9.15774 4.41652 8.8042 4.37652 8.44414L4.28218 7.59513C4.06988 5.68439 5.68439 4.06988 7.59513 4.28218L8.44415 4.37652C8.8042 4.41652 9.15774 4.25867 9.36831 3.96387L9.55879 3.6972ZM15.7071 9.29289C16.0976 9.68342 16.0976 10.3166 15.7071 10.7071L11.8882 14.526C11.3977 15.0166 10.6023 15.0166 10.1118 14.526L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L11 12.5858L14.2929 9.29289C14.6834 8.90237 15.3166 8.90237 15.7071 9.29289Z' fill='%23e03a2f'/></svg>");
}

/* Stats row */
.about-us .right-col .stats-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 30px;
}

/* Stat: avatars + number */
.about-us .right-col .stats-row .stat-partners {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-us .right-col .stats-row .stat-partners .avatars {
    display: flex;
}

.about-us .right-col .stats-row .stat-partners .avatars img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    object-fit: cover;
    margin-left: -14px;
}

.about-us .right-col .stats-row .stat-partners .avatars img:first-child {
    margin-left: 0;
}

.about-us .right-col .stats-row .stat-partners .stat-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.about-us .right-col .stats-row .stat-partners .stat-text h2 {
    font-size: 28px;
    font-weight: 800;
}

.about-us .right-col .stats-row .stat-partners .stat-text p {
    font-size: 14px;
    color: #565656;
}

/* Stat: award badge */
.about-us .right-col .stats-row .stat-award {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-us .right-col .stats-row .award-icon img {
    width: 55px;
}

.about-us .right-col .stats-row .stat-award .award-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 992px) {
    .about-us .inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .about-us .right-col {
        order: -1;
    }
}

@media (max-width: 575px) {
    .about-us {
        padding: 30px 0;
    }

    .about-us .right-col .section-label {
        margin-bottom: 10px;
    }

    .about-us .right-col .feature-list ul li {
        padding: 14px 0;
    }

    .about-us .right-col .section-desc {
        margin-bottom: 10px;
    }

    .about-us .right-col .stats-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.register-email {
    padding: 30px 0;
    color: #FFF;
    position: relative;
}

.register-email .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 550px;

}

button.is-loading {
    pointer-events: none;
    opacity: 0.8;
    position: relative;
}

button .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.register-email h2 {
    font-size: 26px;
    margin-bottom: 5px;
}

.register-email .des {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.62em;
    color: #D0D0DD;
}

.register-email .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}

.form-resgis-email {
    position: relative;
}

.form-resgis-email input {
    width: 100%;
    border: 1px solid #CFDDE2;
    background-color: #FFF;
    border-radius: 30px;
    font-size: 14px;
    padding: 16px 140px 16px 22px;
    height: 50px;
}

.btn-web-fix {
    user-select: none;
    -moz-user-select: none;
    border: medium none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 24px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.form-resgis-email button {
    background-color: #910920;
    color: #FFF;
    border-radius: 30px;
    position: absolute;
    right: -2px;
    top: 0;
    height: 50px;
}

.btn-web-fix::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #910921;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.form-resgis-email button::before {
    background: #910921;
}

.btn-web-fix:hover::before {
    top: -40%;
}


.featured-number {
    padding: 50px 0;
}

/* Stats grid */
.featured-number .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Divider between items */
.featured-number .stats-grid .stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
}

/* Icon */
.featured-number .stats-grid .stat-item .stat-icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.featured-number .stats-grid .stat-item .stat-text .stat-number {
    font-size: 40px;
    font-weight: 900;
    color: #910921;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 5px;
}

.featured-number .stats-grid .stat-item .stat-text .stat-label {
    font-size: 16px;
    font-weight: 500;
    color: #3E4073;
    line-height: 1.55;
}

@media (max-width: 860px) {
    .featured-number {
        padding: 44px 0;
    }

    .featured-number .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .featured-number .stats-grid .stat-item {
        border-right: none;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .featured-number .stats-grid {
        grid-template-columns: 1fr;
    }
}

.why-best {
    padding: 100px 0;
    position: relative;
    color: #FFF;
}

.bg-why-best {
    position: absolute;
    bottom: 0;
    left: 0;
}

.why-best .title-page {
    color: #FFF;
}

/* Grid layout */
.why-best .inner-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.why-best .inner-grid .left-col .section-desc {
    font-size: 16px;
    color: #ECF6FA;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Feature items */
.why-best .inner-grid .left-col .features {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.why-best .inner-grid .left-col .features .feat-item {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 20px;
}

.why-best .inner-grid .left-col .features .feat-item .feat-icon {
    width: 60px;
    height: 60px;
}

.why-best .inner-grid .left-col .features .feat-item .feat-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.why-best .inner-grid .left-col .features .feat-item .feat-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.why-best .inner-grid .left-col .features .feat-item .feat-text p {
    font-size: 15px;
    color: #fff;
    line-height: 1.65;
}

/* Decorative lines left side */
.why-best .inner-grid .left-col .deco-lines {
    position: absolute;
    left: -30px;
    bottom: 20px;
    opacity: 0.08;
    pointer-events: none;
}

.why-best .inner-grid .left-col .deco-lines svg {
    width: 180px;
    height: 180px;
}

/* ─── RIGHT ─── */
.why-best .inner-grid .right-col {
    position: relative;
}

.why-best .inner-grid .right-col .photo-wrap {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/11;
    position: relative;
}

.why-best .inner-grid .right-col .photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-best .inner-grid .right-col .photo-wrap:hover img {
    transform: scale(1.05);
}

/* Chart card overlay */
.why-best .inner-grid .right-col .chart-card {
    position: absolute;
    bottom: -24px;
    left: -40px;
    background: #fff;
    border-radius: 14px;
    padding: 5px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
    min-width: 220px;
    z-index: 2;
}

@media (max-width: 992px) {
    .why-best {
        padding: 38px 0;
    }

    .why-best .inner-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-best .inner-grid .left-col .section-desc {
            margin-bottom: 22px;
        margin-top: 21px;
    }

    .why-best .inner-grid .left-col .features {
        gap: 20px;
    }

    .why-best .inner-grid .right-col .chart-card {
        left: -4px;
        width: 35%;
        min-width: unset;
    }

    .why-best .inner-grid .right-col .chart-card img {
        
    }
}

/* ===== .what-offer ===== */
.what-offer {
    /* background: #f0f4f8; */
    position: relative;
    padding: 75px 0px;
}

.what-offer-slider .slick-slide {
    margin: 0 12px;
}

.what-offer-slider .slick-list {
    margin: 0 -12px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
}

.service-card:hover .icon-circle {
    background-color: #910921;
}

.service-card:hover .icon-circle img {
    filter: brightness(0) invert(1);
}

.service-card .card-img .wrap-img {
    padding-bottom: 65%;
    border-radius: 10px 10px 0 100px;
}

.service-card .icon-circle {
    position: absolute;
    left: 30px;
    top: -55px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ECF6FA;
    border: 3px solid #FFF;
    box-shadow: 0 4px 16px rgba(26, 35, 126, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease-out 0s;
}

.service-card .icon-circle img {
    width: 36px;
    height: 36px;
}

/* Card body */
.service-card .card-body {
    padding: 30px;
    position: relative;
}

.service-card .card-body h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.service-card .card-body .des {
    font-size: 16px;
    color: #3E4073;
    line-height: 1.65;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 79px;
}

.what-offer .cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    margin-top: 50px;
}

.what-offer .cta-row .cta-text {
    font-size: 20px;
    color: #3E4073;
    font-weight: 500;
}

.what-offer .cta-row .btn-all-services {
    background: #910921;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}

.what-offer .cta-row .btn-all-services::before {
    background: #24235c;
}

.what-offer .sub-title {
    color: #24235c;
}

@media (max-width: 768px) {
    .what-offer {
        padding: 35px 0px;
    }

    .what-offer .cta-row {
        margin-top: 35px;
        gap: 15px;
    }

    .what-offer .cta-row .cta-text {
        text-align: center;
    }

    .what-offer-slider .slick-slide {
        margin: 0 10px;
    }

    .what-offer-slider .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 768px) {
    .register-email .inner {
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
    }
}