.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;
    position: relative;
    z-index: 1;
}

.section-about-us::after {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    mask-image: url("../images/bg_main_03.png");
    mask-size: 100%;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    bottom: -16px;
    z-index: 1;
    position: absolute;
    left: 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(18, 52, 104);
    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(253, 118, 0);
}

.home-about {
    padding: 10px 0px 120px;
    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(253, 118, 0);
}

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

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

.home-about-description {
    margin-bottom: 30px;
    & p {
    }
}

.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: rgb(18, 52, 104);
    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(18, 52, 104), 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: rgb(18, 52, 104);
    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);
    margin-top: 35px;
    padding-top: 25px;
}

.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(255, 255, 255);
    padding: 20px 0px 10px;
    border-radius: 5px;
    position: relative;
}

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

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

.item-knowledge img {
    display: block;
    margin: 0px auto 8px;
    transition: transform 0.6s;
    border-radius: 5px;
}

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

.item-knowledge .name {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 5px;
    position: absolute;
    top: 22px;
    background: rgb(253, 118, 0);
    border-radius: 50%;
    padding: 7px 10px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-knowledge .des {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    color: rgb(18, 52, 104);
}

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

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

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

.section-news .bg-image {
    width: 25%;
    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: 200px;
    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: 16px;
    line-height: 30px;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 5px;
    background: #fd7600;
    transition: 0.4s;
    color: #fff;
    text-transform: uppercase;
}
.discover-more svg {
    width: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.discover-more:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(18, 52, 104);
}

.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(18, 52, 104);
    color: rgb(18, 52, 104);
    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: 40px 0px;
}

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

.section-tintuc-slider .slick-list {
    margin: 0px -12px;
}
.section-tintuc .title_homewrap h2 {
    background: #f2f1f6;
    color: #123468;
}

.item-news-home .wrap-img {
    padding-bottom: 60%;
    border-radius: 5px 5px 0px 0px;
}

.item-news-home .content {
    margin-top: 10px;
    padding: 8px 0;
    background-color: #FFF;
}

.item-news-home .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    color: rgb(18, 52, 104);
    font-weight: 700;
    height: auto;
    /* padding: 10px 15px; */
    border-radius: 0px 0px 5px 5px;
}

.item-news-home .name svg {
    width: 12px;
    height: 16px;
    fill: rgb(18, 52, 104);
    position: relative;
    top: 2px;
}

.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(18, 52, 104);
    color: rgb(255, 255, 255);
    padding: 8px 38px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

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

.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(18, 52, 104);
    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: rgba(0, 0, 0, 0.6);
    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: rgb(18, 52, 104);
    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: 30px;
}

.section-formdk .inner {
    position: relative;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
}

.section-formdk .inner .row {
    background: rgb(251, 251, 251);
    margin: 0px;
    border-radius: 10px;
    border: 1px solid rgba(18, 52, 104, 0.24);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
}

.section-formdk .inner .row .clm {
    padding: 0px;
}

.section-formdk .inner .left {
    padding: 30px;
}

.contact-form {
    position: relative;
    background-color: rgb(226, 240, 251);
    border-radius: 0px 10px 10px 0px;
    padding: 30px 40px;
}

.contact-form::before {
    border-radius: 10px;
    background: rgb(226, 240, 251);
}

.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 15px;
    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 textarea {
    height: 85px;
    resize: none;
}

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

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

.section-formdk .title-wrap {
    text-align: left;
    margin-bottom: 20px;
}

.section-formdk .content-left .des {
    font-size: 16px;
    color: rgb(45, 45, 45);
    margin-bottom: 0;
    line-height: 1.7;
}

.section-formdk .content-left .des h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: rgb(18, 52, 104);
    font-weight: 700;
}
.section-formdk .content-left .des ul {
    margin: 15px 0;
}

.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: "\2713";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background: rgb(18, 52, 104);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.section-formdk .content-left {
}

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

.section-formdk .ceo .avt {
    width: 120px;
    height: 120px;
    border: 2px solid rgb(18, 52, 104);
    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;
}

.form-wrap::before {
    position: absolute;
}

.button-m {
    display: none;
}

.images_dichvu_home {
    position: relative;
    border-radius: 5px;
}

.images_dichvu_home img {
    border-radius: 5px;
}

.title-box-text {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 105%);
    color: rgb(255, 255, 255);
    transform: translateY(0px);
    text-align: center;
    top: 0px;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    transition: 0.5s;
    opacity: 1;
    padding: 0px 10px 15px;
}

.title-box-text h3 a {
    color: rgb(255, 255, 255);
}

.title_homewrap {
    font-size: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.title_homewrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(200, 199, 204);
}

.title_homewrap h2 {
    position: relative;
    z-index: 1;
    background-color: #123468;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    border-radius: 5px;
}

.knowledge-slider {
    background: rgb(255, 255, 255);
    padding: 5px 20px;
    border-radius: 5px;
}
.discover {
    text-align: center;
    margin: 25px 0 0;
}









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

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

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

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

    .form-wrap {
        margin-top: 5px;
    }
}

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

    .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;
        font-size: 14px;
    }

    .item-news-home .name svg {
        width: 10px;
        height: 10px;
            top: 0px;
    }

    .section-formdk .inner .row {
        margin: unset;
    }
    .title_homewrap h2 {
        font-size: 20px;
    }
    .section-formdk .inner .row .clm {
        padding: 0 10px;
    }
    .section-formdk .inner .left {
        padding: 10px 0;
    }
    .section-formdk .content-left .des h2 {
        font-size: 19px;
    }

    .form-contact .submit-form {
        font-size: 15px;
        padding: 5px 30px;
    }
}

@media (max-width: 576px) {
    .item-post {
        margin-top: 20px;
    }
    .section-knowledge {
        padding: 22px 0px;
    }

    .item-knowledge .name {
        font-size: 20px;
    }

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

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

    .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: 10px 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: 20px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .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: 6;
        height: auto;
    }
}
