.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: rgb(225, 32, 31);
    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: rgb(255, 49, 48);
}

.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: #e1201f;
    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: #e1201f;
    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: #e1201f;
}

.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: #fff;
    padding: 10px;
    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: 10px;
    font-size: 19px;
    margin-top: 10px;
    height: 49px;
}

.item-news-home .date,
.item-news-home-right .date {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.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-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: #e1201f;
    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: 70px;
}

.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: #e1201f;
    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: #e1201f;
}

.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: #e1201f;
    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: 15px;
    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;
}

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

.section-formdk .ceo .avt {
    width: 120px;
    height: 120px;
    border: 2px solid #e1201f;
    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: #e1201f 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: #e1201f;
    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: #e1201f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 1 12;
    opacity: .3;
}

/*  */
.procedure-rail .rail-dots {
    fill: none;
    stroke: #e1201f;
    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: #e1201f;
    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;
    }
}










@media (max-width: 1700px) {
    .section-news .title-wrap {
        padding-left: 300px;
    }
}

@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: 30px;
    }
}

@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;
    }

    .button-web.sm {
        display: none;
    }

    .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: 25px 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;
    }
}