.btn-dkdt>a {
    background: var(--color-highlight);
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    border: 1px solid var(--color-highlight);
}

.bg-main {
    background: var(--color-main);
}

.btn-dkdt>a:hover {
    color: var(--color-highlight);
    background: none;
}

.header-menu>.container>.row {
    margin-right: 0;
    margin-left: 0;
}

.header-menu>.container>.row>div {
    padding: 0;
}

@media (min-width: 1200px) {
    .menu-container {
        display: flex;
        justify-content: center;
    }
}

.box-programme .item .inter-img .description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3rem;
    color: var(--black);
    padding: 0 4.5rem;
}

.box-section-home-01 {
    margin-bottom: 50px;
}

.box-section-home-02 {
    margin-bottom: 50px;
}

.box-programme .item {
    position: relative;
    box-shadow: 0 0px 7px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 19%);
    border-radius: 16px;
    background: white;
    overflow: hidden;
}

.box-programme .item .inter-img a.link:hover {
    background: #fff;
    color: var(--color-highlight);
}

.box-programme .item .inter-img {
    z-index: 1;
    position: relative;
    text-align: center;
}

.box-programme .item .inter-img .title {
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--black);
    background: #fafafa;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    padding: 5px 1rem;
}

.box-programme .item .inter-img a.link {
    padding: 7px 20px;
    background: var(--color-highlight);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--color-highlight);
    margin-bottom: 3rem;
}

.box-programme .item .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-section-home-03 {
    background: var(--color-main);
    padding: 50px 0;
}

.box-achievements .item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}

.box-achievements>.row>div {
    margin-bottom: 30px;
}

.box-achievements .title-section {
    color: #fff;
    margin-bottom: 10px;
}

.box-achievements .slogan-section {
    margin-bottom: 30px;
    color: #fff;
}

.box-achievements .item .img img {
    object-fit: contain;
    object-position: left;
}

.box-achievements>.row {
    display: flex;
    align-items: center;
    margin-right: -5px;
    margin-left: -5px;
}

.box-achievements .item .inter-content {
    text-align: center;
}

.box-achievements .item .inter-content .title {
    font-size: 50px;
    font-weight: 700;
}

.box-achievements .link {
    text-align: center;
}

.box-achievements .link a {
    padding: 10px 30px;
    background: #ffffff;
    display: inline-block;
    border-radius: 8px;
    color: #000;
    font-weight: 700;
    border: 1px solid #ffff;
}

.box-achievements .link a i {
    margin-right: 5px;
}

.box-achievements .link a:hover {
    background: #ffffff00;
    color: #ffff;
}

.box-y-kien .inter-content .item {
    background: var(--color-main);
    border-radius: 12px;
    overflow: hidden;
}

.box-y-kien .inter-content .item .inter-img {
    color: #fff;
    padding: 20px;
}

.box-y-kien .inter-content .item .inter-img .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.box-y-kien .inter-content .item .inter-img .description {
    font-size: 16px;
    margin-bottom: 5px;
}

.box-y-kien .inter-content .item .inter-img .description-short {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-section-home-04 {
    background-color: #f5ebeb;
    padding: 50px 0;
    margin-bottom: 50px;
}

.box-y-kien .inter-content .item {
    background: var(--color-main);
    border-radius: 12px;
    overflow: hidden;
}

.box-y-kien .inter-content .item .inter-img {
    color: #fff;
    padding: 20px;
}

.box-y-kien .inter-content .item .inter-img .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.box-y-kien .inter-content .item .inter-img .description {
    font-size: 16px;
    margin-bottom: 5px;
}

.box-y-kien .inter-content .item .inter-img .description-short {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-y-kien .inter-content .title-section {
    margin-bottom: 10px;
}

.box-y-kien .inter-content .slogan-section {
    margin-bottom: 20px;
    font-size: 15px;
}

.box-section-home-05 {
    padding: 50px 0;
}

.box-why-us .why-left .item-left .img-01 {
    position: relative;
    padding-top: 130%;
    margin-bottom: 30px;
}

.box-why-us .why-left .item-left .img-01 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.box-why-us .why-left .item-left .img-01:before {
    position: absolute;
    border: 1px solid var(--color-highlight);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    top: 15px;
    left: 15px;
}

.box-why-us .why-left .item-left .img-02 {
    position: relative;
    padding-top: 75%;
}

.box-why-us .why-left .item-left .img-02 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 100%;
    filter: invert(13%) sepia(92%) saturate(6367%) hue-rotate(343deg) brightness(101%) contrast(108%);
}

.box-why-us .item-right .text-why {
    background: var(--color-highlight);
    color: #fff;
    padding: 20px 10px;
    border-radius: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.box-why-us .item-right .text-why span.year {
    font-size: 46px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
}

.box-why-us .item-right .img-03 {
    padding-top: 171%;
    position: relative;
}

.box-why-us .item-right .img-03 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.inter-why .card {
    border: 1px solid #edf3f5;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.inter-why .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    cursor: pointer;
    color: var(--color-main);
    padding: 15px;
    font-weight: 500;
}

.inter-why .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.description-process {
    padding: 0 15px 15px 15px;
    color: #787b84;
    font-size: 16px;
}

.inter-why .item-title-process.collapsed {
    color: #000;
}

.inter-why .item-title-process.collapsed i:before {
    content: '\f078';
}

.box-acticle-home .article-item {
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-acticle-home .article-item .inner-image .img {
    border-top-left-radius: 3px;
    /* border-top-right-radius: 8px; */
    overflow: hidden;
}

.box-acticle-home .article-item .inner-content {
    padding: 8px 15px;
}

.box-acticle-home .article-item .inner-content .article-title {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
}

.box-acticle-home .article-item .inner-content .article-description {
    color: #000;
    display: -webkit-box;
    max-width: 100%;
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-acticle-home .article-item .inner-content .post-date {
    margin-bottom: 5px;
}

.box-acticle-home .article-item .inner-content .link a {
    padding: 5px 15px;
    border-radius: 5px;
}

.section-brand .item-img-brand .img-brand {
    border: 1px solid #ddd;
    padding-top: 42%;
    border-radius: 8px;
}

.section-brand .item-img-brand .img-brand img {
    padding: 15px;
    object-fit: contain;
}

.box-section-home-06 {
    margin-bottom: 20px;
}

.box-section-home-07 {
    margin-bottom: 50px;
}

.box-section-home-08 {
    background: #f5ebeb;
    padding: 10px 0 0;
}

.box-contact .inter-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.box-contact .img {
    padding-top: 93%;
}

.box-contact .inter-content form .form-group {
    margin-bottom: 20px;
}

.box-contact .inter-content form .form-group .form-control {
    border: 1px solid #E3DBD8;
    border-radius: 25px;
    height: 50px;
    padding: 15px;
    font-size: 16px;
}

.box-contact .inter-content form .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.box-contact .inter-content form .form-group span.btn.btn-submit {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    padding: 12px;
    font-size: 16px;
}

.box-contact .inter-content form .form-group textarea.form-control {
    height: 105px;
}

.box-contact .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-article-top {
    border-bottom: 1px dashed var(--color-highlight);
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.box-article-top .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-article-top .article-item .inner-image {
    margin-bottom: 15px;
}

.box-article-top .article-item .inner-content {
    padding: 0;
}

.box-article-top .article-item .inner-content .article-title {
    font-size: 24px;
}

.box-article-top .article-item .inner-content .article-description {
    color: #808080;
    text-align: justify;
}

.box-article-bottom .article-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D9D9D9;
}

.box-article-bottom .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-article-bottom .article-item .inner-content .category-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.box-article-bottom .article-item .inner-content .category-date .product-category a {
    display: inline-flex !IMPORTANT;
    background: #D2D3D4;
    border-radius: 50px;
    height: 30px;
    padding: 0 15px;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.box-article-bottom .article-item .inner-content .category-date .product-category {
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.box-article-bottom .article-item .inner-content .post-date {
    color: #000;
    font-size: 14px;
}

.box-article-bottom .article-item .inner-content .article-title {
    font-size: 18px;
}

.box-banner-article {
    margin-bottom: 15px;
}

.box-banner-article .banner-product .img img {
    height: auto;
}

.categories {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 15px;
}

.categories .categories-section > li:first-child > a {
    padding-top: 0;
}

.categories .categories-section.list-unstyled {
    margin-bottom: 0;
}

.box-category-right {
    margin-bottom: 15px;
}

.box-section-article-detail-02>.container>.row>div:nth-child(1)>div:last-child {
    margin-bottom: 0;
}

.box-section-article-detail-02 .box-banner-article:last-child {
    margin-bottom: 0;
}

.banner-product img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.box-section-article-01 {
    padding-bottom: 40px;
}

.title-footer {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.entire-info-website address p {
    margin-bottom: 15px;
    display: flex;
    color: white;
}

.menu-footer ul>li {
    list-style: none;
    margin-bottom: 10px;
}

.menu-footer ul {
    padding-left: 0;
}

.menu-footer ul>li>a {
    color: white;
}

.menu-footer ul>li>a:hover {
    text-decoration: underline;
}

.footer-fanpage iframe {
    width: 100%;
}

footer {
    background: var(--color-highlight);
}

.box-form-contact-page {
    /* border: 1px solid var(--color-main); */
    border-radius: 8px;
    padding: 15px;
    background: var(--light);
}

.box-form-contact-page .title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.box-form-contact-page .form-group .form-control {
    border-color: var(--color-main);
    border-radius: 8px;
}

.box-form-contact-page .form-group .btn-submit {
    width: 100%;
    border-radius: 8px;
}

.article-detail-page, .box-detail-tags {
    padding: 15px;
    border-radius: 8px;
}

.article-detail .title-detail {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}

.article-entry-info {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-detail .date-view {
    display: flex;
    align-items: center;
}

.article-detail .date-view .view {
    color: #747474;
    /* font-size: 16px; */
    position: relative;
}

.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}

.article-detail .date-view .post-date {
    color: #747474;
    /* font-size: 16px; */
}

.article-detail .date-view .view i {
    display: inline-block;
    margin-right: 6px;
}

.article-entry-info .action-item {
    position: relative;
}

.action-share--content {
    position: absolute;
    width: 235px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}

.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}

.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.article-entry-info .list-social .btn-social a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #000000;
}

.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #898989;
    padding-bottom: 2rem;
}

.author-view-detail .author {
    display: flex;
    align-items: center;
}

.author-view-detail .author .img-author {
    margin-right: 15px;
}

.author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    object-fit: cover;
}

.created-by-user a {
    color: #000;
}

.box-stiky-top>.container>.row {
    display: flex;
    align-items: flex-start;
}

.box-stiky-top>.container>.row>div {
    position: sticky;
    top: 2px;
}

.box-section-detail-01 {
    padding-bottom: 40px;
}

.box-slider-page .title-section {
    text-align: left !important;
}

.intro-home .intro-shape-1 {
    position: absolute;
    left: -8.5rem;
    top: 1rem;
}

.intro-home .intro-shape-2 {
    position: absolute;
    left: -2.5rem;
    top: -0.5rem;
}

.intro-home .intro-shape-3 {
    position: absolute;
    right: 14rem;
    bottom: -3.5rem;
}

.intro-home .video-intro {
    position: absolute;
    right: 5.5rem;
    top: -0.3rem;
    width: 26rem;
    max-width: 26rem;
    border-radius: 1rem;
    box-shadow: 0px 4rem 7rem 0px rgba(26.999999999999993, 20, 78, 0.1);
    z-index: 1;
    overflow: hidden;
}

.intro-home .btn-video {
    position: absolute;
    top: 34%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-34%);
    text-align: center;
}

.intro-home .btn-video i {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    font-size: 1.7rem;
    color: var(--color-secondary);
    background-color: white;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.intro-home .inner-image {
    padding: 7rem 0 4rem 0;
    width: 60%;
}

.intro-home .inner-image img {
    border-radius: 1rem;
}

.intro-home .article-description {
    font-size: 1.6rem;
    color: #000;
}

.intro-home .article-description ul, .intro-home .article-description ol {
    padding-left: 20px !important;
}

.intro-home .article-description ul li, .intro-home .article-description ol li {
    margin-bottom: 1.5rem;
}

.intro-home .inner-content .btn-submit {
    border-radius: 5px;
    padding: 10px 30px;
}

.intro-home .inner-content .article-category a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.box-section-home-00 {
    margin-bottom: 50px;
}

.banner-brc-about .img img {
    height: 25vw;
    width: 100%;
    object-fit: cover;
}

.banner-brc-about {
    position: relative;
}

.banner-brc-about .warp-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50px;
}

.banner-brc-about .warp-content .content {
    background: #034833b3;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: #fff;
}

.banner-brc-about .warp-content .content .name {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-brc-about .warp-content .content .description {
    margin-bottom: 10px;
}

.box-about-01 {
    margin-bottom: 50px;
}

.box-vision-mission .content>.item:nth-child(2)>.row>div:nth-child(1) {
    order: 1;
}

.box-vision-mission .content>.item .inter-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.box-vision-mission .content>.item .title {
    font-size: 25px;
    margin-bottom: 10px;
}

.box-vision-mission .content>.item .description {
    margin-bottom: 20px;
}

.box-section-about-02 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.box-footer-mid {
    padding-top: 50px;
    padding-bottom: 30px;
}

.box-contact .form-group .form-control {
    border: 1px solid #dddd;
    border-radius: 8px;
}

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

.box-contact .form-group .btn-submit {
    border-radius: 5px;
}

.box-contact .info-contact {
    /* background: #b3b3b3dd; */
    padding: 3rem 0;
}

.form-advise .modal-content {
    background: var(--color-main);
    border: 0;
    border-radius: 8px;
}

.form-advise .modal-content button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    text-shadow: 0 0 BLACK;
    z-index: 1;
    color: #fff;
}

.form-advise .modal-content .inter-form .title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.form-advise .modal-content .inter-form .form-group label {
    color: #fff;
}

.form-advise .modal-content .inter-form .form-group .form-control {
    background: none;
    border-radius: 8px;
    color: #fff;
    height: 45px;
}

#service_select option {
    color: black;
}

.form-advise .modal-content .modal-body {
    padding: 20px;
}

.form-advise .modal-content .inter-form .form-group .btn-submit {
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
}

.form-advise .modal-content .inter-form .form-group textarea.form-control {
    height: 100px;
}

@media (max-width: 1200px) {
    .header-menu-mb>.container>.row>div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }

    .box-section-home-00 {
        margin-bottom: 30px;
    }

    .box-programme .item {
        margin-bottom: 15px;
    }

    .box-section-home-02 {
        margin-bottom: 20px;
    }

    .box-section-home-03 {
        padding: 30px 0;
    }

    .box-achievements .slogan-section {
        margin-bottom: 20px;
    }

    .box-section-home-06 {
        margin-bottom: 20px;
    }

    .box-section-home-07 {
        margin-bottom: 30px;
    }

    .box-contact .inter-content {
        margin-bottom: 30px;
        margin-top: 15px;
        padding: 30px;
    }

    .box-section-home-05 {
        padding: 30px 0;
    }

    .box-article-mb-01,.box-section-detail-mb-01 {
        margin-bottom: 30px;
    }

    .box-section-detail-mb-01 {
        margin-bottom: 30px;
    }

    .breadcrumbs-section a:last-child::after {
        display: none;
    }

    .breadcrumbs-section {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .breadcrumbs-section a {
        white-space: nowrap;
    }

    .breadcrumbs-section::-webkit-scrollbar {
        display: none;
    }

    .box-acticle-home .article-item .inner-content .article-title {
        display: -webkit-box;
        max-width: 100%;
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: auto;
    }

    .box-acticle-home .article-item .inner-content .article-description {
        font-size: 14px;
    }

    .box-contact .inter-content form .form-group {
        margin-bottom: 10px;
    }

    .banner-brc-about .img img {
        height: 400px;
    }

    .box-acticle-home.box-slider-page {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .swiper-slider-main .swiper-slide img {
        height: 49vw;
    }

    .title-section, .title-section>h1 {
        font-size: 2.5rem;
    }

    .title-section {
        margin-bottom: 15px !important;
    }

    .box-achievements .link a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .box-achievements>.row>div {
        margin-bottom: 10px;
    }

    .box-achievements>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-achievements .item .inter-content .title {
        font-size: 30px;
    }

    .box-achievements .item .inter-content .description {
        font-size: 12px !important;
        height: 38px;
    }

    .box-why-us .item-right .text-why span.year {
        font-size: 31px;
    }

    .box-why-us .item-right .text-why {
        font-size: 14px;
    }

    .inter-why .item-title-process {
        font-size: 15px;
        padding: 10px;
    }

    .description-process {
        font-size: 14px;
        padding: 0 10px 10px 10px;
    }

    .inter-why .card {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 10px;
    }

    .box-why-us .why-left {
        margin-bottom: 20px;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-about-01 {
        margin-bottom: 30px;
    }

    .intro-home .article-item .inner-content .article-description {
        display: block;
    }

    .box-section-detail-01 {
        padding-bottom: 0;
    }

    .box-section-about-02 {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .box-vision-mission .item {
        margin-bottom: 20px;
    }

    .box-vision-mission .content>.item .title {
        font-size: 20px;
    }

    .box-vision-mission .content>.item .description-short {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .swiper-slider-main .swiper-slide img {
        height: 47vw;
    }

    .intro-home .inner-image {
        width: 100%;
        padding-top: 0;
    }

    .intro-home .video-intro {
        max-width: 150px;
        right: 0;
        display: none;
    }

    .intro-home .article-description {
        margin-bottom: 5px !important;
    }

    .box-section-home-04 {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .box-y-kien .inter-content .item .inter-img .title {
        font-size: 14px;
    }

    .box-y-kien .inter-content .item .inter-img .description {
        font-size: 14px;
    }

    .box-y-kien .inter-content .item .inter-img .description-short {
        font-size: 13px;
    }

    .box-y-kien .inter-content .item .inter-img {
        padding: 10px;
    }

    .box-y-kien .img-left img {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }

    .footer-mid-md>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .box-article-top {
        margin-bottom: 20px;
    }

    .box-article-top .article-item {
        margin-bottom: 0 !important;
    }

    .box-article-top .article-item .inner-content .article-title {
        font-size: 18px;
    }

    .box-article-bottom .article-item .inner-content .article-title {
        font-size: 14px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-article-bottom .article-item .inner-content .category-date {
        display: none;
    }

    .article-item .article-description {
        font-size: 13px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .banner-brc-about .img img {
        height: 400px;
    }

    .banner-brc-about .warp-content .content {
        border-radius: 5px;
        padding: 15px;
    }

    .banner-brc-about .warp-content {
        bottom: 30px;
    }

    .banner-brc-about .warp-content .content .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .box-vision-mission .content>.item:nth-child(2)>.row>div:nth-child(1) {
        order: 0;
    }

    .box-article-bottom .article-item .inner-content {
        padding: 0;
        margin-top: 10px;
    }
}

@media (min-width: 767px) and (max-width:1200px) {
    .intro-home .inner-image {
        width: 80%;
    }

    .intro-home .video-intro {
        right: 0;
        width: 20rem;
    }

    .box-article-bottom .article-item .inner-content .article-title {
        font-size: 16px;
    }

    .box-article-bottom .article-item .inner-content .article-description {
        display: -webkit-box;
        max-width: 100%;
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.article-content h2 {
    font-size: 20px;
}

.article-content h3 {
    font-size: 18px;
}

.article-content h4 {
    font-size: 16px;
}

.article-content>ul, .article-content>ol {
    padding-left: 20px;
}

.form-advise .modal-content .inter-form .form-group .form-control::placeholder {
    color: #fff;
}

/*CSS by quyettq*/
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-button-prev, .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 6px;
    display: flex;
    background: var(--white);
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    font-size: 2.2rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight);
    color: var(--white);
}

img.share-button-icon {
    transition: transform .3s ease;
}

.share-buttons .share-button:hover img {
    transform: scale(1.3);
}

.box-programme {
    padding: 2rem 1rem;
    box-shadow: rgb(0 0 0 / 28%) 0px 3px 8px;
    border-radius: 16px;
    background: linear-gradient(to bottom, #ffffff 0%, #e1e0e0 100%);
}

.price_ct {
    font-size: 3rem;
    font-weight: 500;
    padding: 3rem 1rem;
}

.box-programme .swiper-pagination {
    position: relative;
    bottom: 0;
}

.box-programme .swiper-pagination .swiper-pagination-bullet {
    border: 3px solid var(--black);
    background: transparent;
    opacity: 1;
}

.box-programme .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--black);
}

.box-programme .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 1.5rem;
}

.box-programme .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 1.5rem;
}

.box-programme .swiper-button-prev, .swiper-button-next {
    width: 3rem;
    height: 3rem;
}

.item-horizontal {
    display: flex;
}

.item-horizontal .inner-image {
    flex: 0 0 35%;
    max-width: 35%;
}

.item-horizontal .inner-content .article-description {
    margin-bottom: 0;
}

.box-acticle-home .article-item .inner-content .article-title::before {
    content: "";
    background: var(--gray);
    left: 0;
    height: 3px;
    width: 10%;
    bottom: -0.95rem;
    position: absolute;
}

.box-form-contact {
    background: #f5f7fa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.form-contact {
    padding: 3rem 3rem 3rem 6rem;
}

.item-info-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-info-contact i {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    background: #f3f3f3;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 2rem;
}

.item-info-contact b {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    .form-contact {
        padding-left: 3rem;
    }

    .is-mobile .box-form-contact .ratio-1-1 {
        padding-top: 56.25%;
    }
}

/*End quyettq*/
@media (min-width: 500px) and (max-width:1200px) {
    .header-menu>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .header-menu>.container>.row>div:nth-child(2) {
        order: 1;
    }

    .header-menu>.container>.row>div:nth-child(1) {
        order: 2;
    }

    .header-menu>.container>.row>div:nth-child(3) {
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

    .box-y-kien .inter-content .item .inter-img {
        padding: 10px;
    }

    .box-y-kien .inter-content .item .inter-img .title {
        font-size: 15px;
    }
}

.header-menu>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marquee {
    overflow: hidden;
    font-size: 1.4rem;
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    line-height: 1.4rem;
    animation: marquee 60s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee .space {
    display: inline-block;
    width: 200px;
}

.inter-why .item-title-process a {
    color: var(--color-black);
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 51%);
}

#return-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: var(--color-main);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: white;
    z-index: 10;
    border: 1px solid #8e0808;
}

#return-to-top i {
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}

.toolbar__item svg {
    font-size: 23px;
    line-height: 23px;
    width: 23px;
    height: 23px;
    padding: 2px;
    box-sizing: border-box;
}

.toolbar__item svg path {
    fill: #fff !important;
}

.toolbar__item a span {
    font-size: 1.3rem;
}

.toolbar__item a {
    padding: 5px 0;
}

body.is-mobile {
    padding-bottom: 6rem;
}

.toolbar {
    border-top: 1px solid rgb(255 255 255 / 51%);
}

.service-topbar__inner {
    margin: 0 auto;
    padding: 10px 12px;
    text-align: center;
    color: #2a3f76;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}

.service-topbar__inner::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 32px;
    margin-right: 16px;
    background: #ff7f22;
    vertical-align: middle;
}

.service-topbar a {
    color: #de2d24;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .menu-section > ul > li > a {
        font-size: 1.4rem;
    }

    .menu-section > ul > li {
        margin: 0 0.8rem;
    }
}

@media (max-width: 1200px) {
    .header-menu>.row>div>div:nth-child(1) {
        order: 2;
    }

    .header-menu>.row>div>div:nth-child(2) {
        order: 1;
    }

    .header-menu>.row>div>div:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 991px) {
    .logo-section img {
        height: 3rem;
    }

    #return-to-top {
        bottom: 6rem;
    }
}

.xcahmvt-cta-bar {
    background: #ef0032;
    padding: 10px 12px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

.xcahmvt-cta-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px 20px;
    flex-wrap: wrap;
}

.xcahmvt-cta-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.xcahmvt-cta-bar__item:hover {
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
}

.xcahmvt-cta-bar__item i {
    font-size: 14px;
}

.xcahmvt-cta-bar__divider {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    .xcahmvt-cta-bar__inner {
        justify-content: flex-start;
        gap: 8px 14px;
    }

    .xcahmvt-cta-bar__divider {
        display: none;
    }
}

.logo-footer img {
    filter: brightness(0) invert(1);
}

.ratio-qc {
    padding-top: 137%;
}
