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

/*************** ADD CUSTOM CSS HERE.   ***************/
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1200px;
}

.header-top {
    z-index: 1;
}

#masthead #logo {
    position: relative;
}



.header-social-icons .social-icons {
    display: flex;
    gap: 10px;
}

.header .nav-small .header-social-icons .social-icons a {
    border: 1px solid;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    justify-content: center;
    margin: 0;
}

.frmContactpage {
    padding: 20px 20px 0px 20px;
    background: white;
    box-shadow: 0 5px 10px 0.5px rgb(0 0 0 / 18%);
}

    .frmContactpage h4 {
        position: relative;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .frmContactpage h4:before {
            position: absolute;
            content: "";
            background: #CA8F44;
            height: 2px;
            width: 65px;
            left: 0;
            bottom: 0;
        }

.infoContactpage {
}


    .infoContactpage h1 {
        position: relative;
        color: black;
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .infoContactpage h1:before {
            position: absolute;
            content: "";
            background: #CA8F44;
            height: 2px;
            width: 65px;
            left: 0;
            bottom: 0;
        }

    .infoContactpage h3 {
        margin-bottom: 5px;
        color: black;
    }


    .infoContactpage p {
        color: #000000;
    }

    .infoContactpage ul {
    }

        .infoContactpage ul li {
            color: #000000;
            transition: color 0.3s;
        }

.frmContactpage .wpcf7-submit {
    background-color: black;
    color: #ffffff;
    margin: 0 auto;
    display: block;
}

.frmContactpage .wpcf7-text,
.frmContactpage textarea {
    border-radius: 3px;
    max-width: 100%;
    border: 1px solid #69727d;
}

.map-st h3 {
    color: white;
}

.ketnoi-item {
}

    .ketnoi-item h3 {
    }

    .ketnoi-item p {
        margin: 0;
        line-height: normal;
        font-size: 15px;
        color: #55595c;
    }

    .ketnoi-item .ketnoi-btn {
        background: black;
        font-weight: 400;
    }

        .ketnoi-item .ketnoi-btn a {
        }

        .ketnoi-item .ketnoi-btn:hover a {
        }

.ketnoi-heading {
}

    .ketnoi-heading h2 {
        position: relative;
        color: black;
        font-size: 20px;
        padding-bottom: 20px;
    }

        .ketnoi-heading h2:before {
            position: absolute;
            content: "";
            background: #ca8f44;
            width: 56px;
            height: 2px;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.ketnoi-item .icon-box-center .icon-box-img {
    margin: 0;
    width: 100% !important;
}

.ketnoi-item .icon-box-text {
    padding: 35px;
}

.aboutpage-info {
}

    .aboutpage-info h4 {
        color: #CA8F44;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
    }

.aboutpage-heading {
}

    .aboutpage-heading h1 {
        color: black;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
    }

.ketnoi-item .col-inner {
    box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 4%);
}

.lanhdao-heading {
}

    .lanhdao-heading h2 {
        color: white;
    }

    .lanhdao-heading p {
        color: white;
    }

.lanhdao-item {
}

    .lanhdao-item .col-inner {
        border: 2px solid white;
    }

    .lanhdao-item .box-text {
        background: white;
        padding: 20px 10px;
    }

        .lanhdao-item .box-text .box-text-inner {
        }

    .lanhdao-item .box-image img {
        min-height: 400px;
        object-fit: cover;
    }

    .lanhdao-item h3 {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .lanhdao-item p {
        color: #CA8F44;
        text-transform: capitalize;
        font-style: italic;
        font-size: 16px;
    }

.tuhao-item {
}

.duhoc0-heading {
}

    .duhoc0-heading h2 {
        color: white;
    }

.duhoc-heading {
}

    .duhoc-heading h2 {
    }

.info-footer {
    color: white;
}

    .info-footer .col-inner ul {
        display: flex;
        gap: 5px;
        list-style: none;
        margin: 0;
    }

        .info-footer .col-inner ul li {
            margin: 0;
            padding: 0;
        }

            .info-footer .col-inner ul li img {
                height: 25px;
            }

    .info-footer p {
        margin-bottom: 5px;
        font-size: 14px;
    }

.footer-mape {
    border-bottom: white solid 1px;
}

.list-mape {
}

    .list-mape ul {
        list-style: none;
        display: flex;
        gap: 35px;
        margin: 0;
        padding: 0;
        align-items: center;
    }

        .list-mape ul li {
            padding: 0;
            margin: 0;
        }

            .list-mape ul li a {
                background: url(images/facebook-footer.png) no-repeat;
                background-size: 25px;
                padding-left: 35px;
                color: #ca8f44;
                text-transform: uppercase;
                font-weight: 400;
                font-size: 15px;
                height: 27px;
                line-height: 27px;
                display: block;
                width: 100%;
                align-items: center;
            }

.ft-list {
}

    .ft-list .col-inner {
    }

    .ft-list h3 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin: 0px 0 10px 0;
        color: white;
    }

    .ft-list ul {
    }

        .ft-list ul li {
        }

            .ft-list ul li a {
            }

    .ft-list p {
        margin-bottom: 5px;
        font-size: 14px;
        color: white;
    }

        .ft-list p a {
            color: white;
        }

    .ft-list .col-inner p:last-child {
        margin-bottom: 0;
    }

.loading-spin {
    display: none;
}

.sign-col {
}

    .sign-col h3 {
        text-transform: uppercase;
        color: #ca8f44;
        font-weight: 400;
        font-size: 19px;
        margin-bottom: 15px;
    }

.formgroup {
    display: flex;
}

.formip {
    height: auto;
    padding-right: 10px;
}

    .formip .wpcf7-text {
        width: 100%;
        height: 35px;
        background: white;
        border: 0;
        margin-bottom: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 3px;
        font-size: 14px;
        color: black;
    }

        .formip .wpcf7-text::placeholder {
            color: black;
        }

    .formip p .wpcf7-form-control-wrap:last-child .wpcf7-text p {
        margin-bottom: 0;
    }

    .formip .wpcf7-response-output {
    }

.sign-st form .wpcf7-response-output {
    border-color: #46b450;
    color: white;
    margin: 0;
    margin-top: 20px;
}

.sign-st form .wpcf7-not-valid-tip {
    margin-top: 0;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000;
}

.formip .wpcf7-validates-as-tel {
    margin-bottom: 0;
}

.formbtn {
    width: 100px;
}

    .formbtn p {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        min-width: 100px;
        max-height: 77px;
        transition: 0.5s;
        border: 0;
        text-transform: uppercase;
        font-size: 15px;
        color: #323232;
        border-radius: 10px;
        padding: 19px 0;
        cursor: pointer;
        background: white;
    }

    .formbtn .wpcf7-submit {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        color: black;
        background-color: white !important;
        color: black !important;
        box-shadow: none !important;
        border: none;
    }

.about-home {
}

    .about-home h2 {
        display: block;
        border-left: #226fd4 solid 3px;
        padding-left: 10px;
        color: black;
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-home p {
        padding-bottom: 10px;
        color: #4f4f4f;
        font-weight: 500;
    }

.abouthome-st .aboutbtn-home {
    border-radius: 99px;
    transition: 0.5s;
    display: inline-block;
    border: #de3b36 solid 2px;
}

.aboutbtn-home span {
}

.abouthome-st .bg-loaded {
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: right;
}

.ketnoi-heading-home h2 {
    display: block;
    border-left: #226fd4 solid 3px;
    padding-left: 10px;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.cactruong-st {
}

.cactruong-heading {
}

    .cactruong-heading h2 {
        margin-bottom: 0;
        color: var(--s2-s1, #0D323F);
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: url(images/line-chuongtrinh.png) bottom center no-repeat;
        display: block;
        padding-bottom: 20px;
        text-align: center;
    }

.cactruong-box {
    width: 100%;
    height: auto;
    justify-content: center;
    display: flex;
}

.cactruong-item {
    flex: calc(16% - 10px);
    height: 100px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    /* box-sizing: border-box; */
    /* margin: 0; */
}

.cactruong-thumb {
    width: 100%;
    height: 100px;
    position: relative;
}

    .cactruong-thumb img {
        position: absolute;
        object-fit: contain;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }

.gocmap-heading {
}

    .gocmap-heading h2:before {
        width: 14px;
        height: 40px;
        border-radius: 36.5px;
        background: var(--s3-S5, #FD5F7E);
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    .gocmap-heading h2 {
        display: block;
        text-transform: uppercase;
        margin: 0;
        color: #000;
        text-align: justify;
        /* s1/t1 */
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 31px;
    }

.gocmap-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.gocmap-item {
    flex-grow: 1;
    width: 33%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.gocmap-itembox {
    position: relative;
}

.gocmap-item:nth-child(1) {
    width: 50%;
}

.gocmap-item:nth-child(2) {
    width: 50%;
}

.gocmap-item:nth-child(1) .gocmap-thumb {
    height: 335px;
}

.gocmap-item:nth-child(2) .gocmap-thumb {
    height: 335px;
}


.gocmap-thumb {
    width: 100%;
    height: 221px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

    .gocmap-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gocmap-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: #ffffffe6;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 12px;
    opacity: 0.9;
    background: #FFF;
}

.gocmap-title {
}

    .gocmap-title a {
        color: black;
        text-transform: uppercase;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.gocmap-item:hover .gocmap-title a {
}

.sukienhome-st {
}

.sukienhome-heading {
}

    .sukienhome-heading h2 {
    }

.sukien-home {
}

.sukien-box {
}

.sukien-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.sukien-calender {
    width: 141px;
    height: 131px;
    border-radius: 18px;
    background: var(--s1-p3, #FFF);
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

    .sukien-calender span:first-child {
        color: var(--s3-S5, #FD5F7E);
        font-family: "Open Sans";
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
    }

        .sukien-calender span:first-child:after {
            content: "";
            position: absolute;
            border-radius: 25px;
            background: #D9D9D9;
            width: 35px;
            height: 9px;
            left: 0;
            right: 0;
            bottom: -11px;
            margin: auto;
        }

    .sukien-calender span:last-child {
        color: #000;
        /* s1/t10 */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


.sukien-content {
    width: calc(100% - 95px);
    height: auto;
    padding-left: 15px;
    box-sizing: border-box;
}

.sukien-date {
    color: black;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.sukien-title {
}

    .sukien-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: var(--s2-s3, #6C6B6B);
        /* s1/t3 */
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.sukienhome-st .sukienother-button {
    transition: 0.5s;
    border: #dd3b38 solid 2px;
    color: black;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #FFF;
    font-weight: 500;
}

    .sukienhome-st .sukienother-button:hover {
        border: #dd3b38 solid 2px;
        color: #FFF;
        background: #dd3b38;
    }

.sukienother-button span {
}

.bloghome-st {
}

.bloghome-heading {
}

    .bloghome-heading h2:before {
        position: absolute;
        content: "";
        width: 14px;
        height: 35px;
        border-radius: 36.5px;
        background: var(--s3-s4, #BEE0FF);
        left: 0;
        top: 5px;
    }

    .bloghome-heading h2:after {
        position: absolute;
        content: "";
        border-radius: 6px;
        background: #D9D9D9;
        width: 652px;
        height: 4px;
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .bloghome-heading .col-inner {
        display: flex;
    }

    .bloghome-heading h2 span {
        margin-right: 30px;
    }

    .bloghome-heading h2 {
        margin-bottom: 0;
        color: #000;
        text-align: justify;
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 31px;
    }

.bloghome-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.bloghome-thumb {
    min-width: 277px;
    min-height: 163px;
    max-height: 163px;
    max-width: 277px;
    overflow: hidden;
    position: relative;
    width: 277px;
    height: 163px;
    border-radius: 23px;
}

    .bloghome-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bloghome-content {
    padding-left: 30px;
}

.bloghome-date {
}

.bloghome-title {
    margin-bottom: 5px;
}

    .bloghome-title a {
        padding-bottom: 5px;
        color: var(--s2-s1, #0D323F);
        /* s1/t3 */
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.bloghome-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    /* s1/t10 */
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.duhochome-heading {
}

.duhochome-readmore {
    background: url(images/bgreadmore.png) left center no-repeat;
    padding-left: 50px;
}

    .duhochome-readmore a {
        color: var(--s2-s1, #0D323F);
        text-align: justify;
        /* s1/t10 */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.duhochome-desc {
    color: #000;
    text-align: justify;
    /* s1/t10 */ font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 57px;
}

.duhochome-date {
    color: var(--s3-S5, #FD5F7E);
    /* s1/t10 */ font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.duhochome-heading h2:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 35px;
    border-radius: 36.5px;
    background: var(--s3-s4, #BEE0FF);
    left: 0;
    top: 5px;
}

.duhochome-heading h2:after {
    position: absolute;
    content: "";
    border-radius: 6px;
    background: #D9D9D9;
    width: 652px;
    height: 4px;
    top: 0;
    margin: auto;
    bottom: 0;
    visibility: hidden;
}

.duhochome-heading .col-inner {
    display: flex;
}

.duhochome-heading h2 span {
    margin-right: 30px;
}

.duhochome-heading h2 {
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 31px;
}


.duhochome-item {
    border-radius: 8px;
    overflow: hidden;
}

.duhochome-content {
}

.duhochome-title {
    margin-bottom: 15px;
}

    .duhochome-title a {
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000;
        /* s1/t4 */
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        height: 44px;
    }

.duhochome-thumb {
    width: 100%;
    height: 215px;
    position: relative;
    margin-bottom: 15px;
}

    .duhochome-thumb img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }

.nav-previous a {
}

.nav-next a {
}

.page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumbs {
    width: 100%;
    height: auto;
    border-bottom: #ddd solid 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0;
    display: block;
}

#breadcrumbs {
    margin: 0;
}

    #breadcrumbs a {
        color: #444;
        font-weight: 400;
    }

.breadcrumb_last {
    color: black;
}

.blogdetail-box {
    background: #FFF;
    padding: 30px 20px;
}

.signle-page-e {
}

    .signle-page-e h1 {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.single-page h4 {
    color: black;
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #c88d43;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 5px;
}

.blog-relate-box {
}

.relate-item {
}

.relate-thumb {
    height: 160px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .relate-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.relate-title {
    padding: 5px 0;
}

    .relate-title a {
        color: black;
        font-weight: 400;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: normal;
    }

.formPost h4 br {
    display: block !important;
}

.formPost-box .wpcf7-text {
    width: 400px;
    height: 35px;
    border: #CCC solid 1px;
    max-width: 100%;
}

.formPost-box .wpcf7-select {
    width: 400px;
    height: 35px;
    border: #CCC solid 1px;
    max-width: 100%;
}

.formPost-box .wpcf7-submit {
    background: #c88d43;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.signle-page-content {
}

.formPost-box h4 {
    color: black;
    width: 100%;
    height: auto;
    float: left;
    text-transform: normal;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #c88d43;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 5px;
}

.blog-relate-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-relate-box .col {
    padding: 0 10px;
}

.sr-heading {
}

.support-box {
    width: 100%;
    height: auto;
    background: black;
}

    .support-box h4 {
        width: 100%;
        height: auto;
        background: #113c61;
        text-align: center;
        padding: 15px 0;
        text-transform: uppercase;
        color: #ca8f44;
        font-size: 16px;
    }

.srlist-item {
}

    .srlist-item .item {
        width: 100%;
        height: auto;
        border-bottom: #294156 solid 1px;
        text-align: right;
        position: relative;
        padding-top: 25px;
    }

    .srlist-item .info {
        width: 100%;
        height: auto;
        float: left;
        position: absolute;
        left: 0;
        text-align: left;
        padding: 10px;
    }

    .srlist-item .item p {
        color: #FFF;
        font-size: 19px;
    }

    .srlist-item .item span {
        color: #ca8f44;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 5px;
        display: block;
    }

    .srlist-item .item img {
        height: 100px;
    }

.sr-detailspage {
    padding: 0px 0px 10px;
}

.sr-heading {
}

.archi-sr {
}

    .archi-sr .rte {
    }

.sr-relatee h4 {
    font-size: 20px;
    padding-left: 15px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 5px;
    color: maroon;
    width: 100%;
    height: auto;
    border-bottom: #b9b9b9 solid 1px;
    padding: 5px 0;
    margin-bottom: 20px;
}

.sr-time {
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.sr-heading {
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
}

.sr-detailspage .col {
    padding: 0 10px;
}

.single-page {
    padding: 10px 0;
}

    .single-page p {
        margin-bottom: 5px;
    }

.blog-relate-box h4 {
    color: maroon;
    font-weight: 500;
    font-size: 20px;
    padding: 3px 0;
    display: block;
    height: auto;
    border-bottom: #b9b9b9 solid 1px;
    margin-bottom: 15px
}

.stuck #masthead #logo img {
    top: -35px;
}

.aside-right {
}

.aside-ketnoi {
    width: 100%;
    height: auto;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px #D5D5D5;
    display: block;
}

    .aside-ketnoi h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        color: #555;
        font-weight: 400;
        padding: 5px 0;
    }

    .aside-ketnoi ul {
        list-style: none;
        margin: 0;
        display: flex;
        gap: 5px;
    }

        .aside-ketnoi ul li {
        }

            .aside-ketnoi ul li a {
                width: 40px;
                height: 40px;
                margin-right: 1px;
                display: block;
                position: relative;
            }

                .aside-ketnoi ul li a img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

.feedback {
    width: 100%;
    height: auto;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px #D5D5D5;
}

    .feedback h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: #555;
        font-weight: 400;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .feedback p {
        color: #292929;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        padding: 15px 0;
        margin-bottom: 0;
    }

.aside-boxe {
    margin-top: 20px;
}

.aside-form {
    width: 100%;
    height: auto;
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px #D5D5D5;
}

    .aside-form h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        color: #555;
        font-weight: 400;
        padding: 5px 0;
    }

.aside-formbox {
}

    .aside-formbox .wpcf7-text {
        width: 100%;
        height: auto;
        text-align: left;
        border: #d9d9d9 solid 1px;
        height: 35px;
        margin-bottom: 10px;
        padding-left: 5px;
        font-size: 13px;
        box-sizing: border-box;
    }

.aside-form .wpcf7-submit {
    width: 100%;
    height: 35px;
    border: 0;
    background: #046dd5;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.processing:before {
    display: none;
}

.processing .wpcf7-spinner {
}

.wpcf7-form .processing * {
    opacity: 1;
}

.blogcs-item {
    margin-bottom: 30px;
}

.blogcs-thumb {
    display: block;
    width: 100%;
    table-layout: fixed;
    height: 235px;
    position: relative;
    overflow: hidden;
}

    .blogcs-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blogcs-content {
    padding: 15px 0 0;
}

.blogcs-title {
    margin-bottom: 10px;
}

    .blogcs-title a {
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 23px;
        height: 46px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.blogcs-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 23px;
}

.postpage-heading {
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
}

.article-inner {
    padding: 30px 0;
}

.bloghot-item {
    margin-bottom: 30px;
}

.bloghot-thumb {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .bloghot-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bloghot-content {
    padding: 20px;
    background: #fff;
}

.bloghot-title {
}

    .bloghot-title a {
        display: block;
        color: #333;
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 13px 0;
        font-weight: bold;
    }

.bloghot-description {
    font-size: 14px;
    line-height: 26px;
    color: black;
}

.blognew-aside {
    margin-bottom: 30px;
}

.blognew-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blognew-thumb {
    min-width: 150px;
    max-width: 150px;
    overflow: hidden;
    position: relative;
    min-height: 100px;
    max-height: 100px;
}

    .blognew-thumb img {
        position: absolute;
        left: 0;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.blognew-content {
    padding-left: 15px;
}

.blognew-title {
}

    .blognew-title a {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.blognew-readmore {
}

    .blognew-readmore a {
        color: #ca8f44;
        font-size: 14px;
        display: inline-block;
        margin: 10px 0 0 0;
    }

.srpage-heading {
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
}

.service-item {
    margin-bottom: 30px;
}

.service-thumb {
    width: 100%;
    height: 235px;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    transition: transform .5s ease;
    position: relative;
}

    .service-thumb img {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.service-content {
    padding: 15px 0 0;
}

.service-title {
    margin-bottom: 10px;
}

    .service-title a {
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 23px;
        height: 46px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.service-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 23px;
}

.service-readmore {
}

    .service-readmore a {
        color: #ca8f44;
        font-size: 14px;
        display: inline-block;
        margin: 10px 0 0 0;
    }

.blogcs-readmore {
}

#main .blog-relate-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.img__banner img {
    width: 100%;
}

.blogcs-readmore a {
    color: #ca8f44;
    font-size: 14px;
    display: inline-block;
    margin: 10px 0 0 0;
}

.bloghot-readmore {
}

    .bloghot-readmore a {
        display: inline-block;
        padding: 6px 16px;
        color: #ca8f44;
        border: 1px solid #ca8f44;
        margin: 10px 0 0 0;
    }

.header-bottom-nav .form-flat input:not([type="submit"]), .header-bottom-nav .form-flat textarea, .form-flat select {
    background-color: white;
}

.nav-spacing-xlarge > li {
    /*    height: 58px;
    line-height: 58px;
    position: relative;*/
}

    .nav-spacing-xlarge > li:before {
        /* transition: 0.5s;
        content: '';
        width: 0;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -3px;
        background: #9cc4ec;
        z-index: 99999;*/
    }

    .nav-spacing-xlarge > li:hover:before {
        width: 100%;
    }

.nav-dropdown-has-arrow li.has-dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
    visibility: hidden;
}

.video-item {
    position: relative;
}

.video-thumb {
    height: 200px;
    width: 100%;
    position: relative;
}

    .video-thumb img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-item:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background: url(images/play.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: white;
    font-size: 20px !important;
}

.diendan-item {
}

.diendan-thumb {
    height: 250px;
    width: 100%;
    position: relative;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #C8C8C8;
}

    .diendan-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        left: 0;
        top: 0;
    }

.mapbox {
    background: #f3f3f3;
    border-bottom: #a0a0a0 solid 1px;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.map-list {
    display: flex;
    gap: 40px;
    margin: 0;
}

    .map-list li {
        list-style: none;
    }

        .map-list li a {
            padding-bottom: 10px;
        }

        .map-list li.active {
        }

            .map-list li.active a {
                color: #e02921;
                border-bottom: #e02921 solid 3px;
            }

.mape-item {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.mape-thumb {
    width: 100%;
    height: 300px;
    position: relative;
}

    .mape-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }

.mape-row {
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

    .mape-row .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .mape-row .col {
        padding: 0 10px;
    }

.sloganhead {
    color: var(--s2-s1, #0D323F);
    text-align: justify;
    /* s1/t4 */ font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.headinf1 {
}

    .headinf1 li {
    }

        .headinf1 li:nth-child(1) {
        }

        .headinf1 li:nth-child(2) {
        }

.companyinfobox {
    position: relative;
    padding-left: 106px;
    /* display: block; */
}

    .companyinfobox:before {
        content: "";
        width: 45px;
        height: 132px;
        position: absolute;
        background: #FD5F7E;
        top: -15px;
        left: 0;
    }

    .companyinfobox:after {
        content: "";
        width: 22px;
        height: 132px;
        opacity: 0.3;
        background: #6E6E6E;
        position: absolute;
        top: -15px;
        left: 65px;
    }

    .companyinfobox .hdCompany {
        list-style: none;
    }

        .companyinfobox .hdCompany li {
            font-size: 16px;
            color: var(--S1, #000);
            font-style: normal;
            font-weight: 400;
            padding-left: 42px;
            height: 32px;
            line-height: 28px;
            margin-bottom: 2px;
        }

            .companyinfobox .hdCompany li:nth-child(1) {
                background: url(images/hi3.png) no-repeat;
            }

            .companyinfobox .hdCompany li:nth-child(2) {
                background: url(images/hi4.png) no-repeat;
            }

            .companyinfobox .hdCompany li:nth-child(3) {
                background: url(images/hi5.png) no-repeat;
            }

.header-nav-main.nav-left {
    display: block;
}

.hdInfo {
    display: flex;
    list-style: none;
    gap: 20px;
}

    .hdInfo li {
        margin-bottom: 0;
        color: var(--s2-s1, #0D323F);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

        .hdInfo li:nth-child(1) {
            background: url(images/hi1.png) 0px 3px no-repeat;
            padding-left: 24px;
        }

        .hdInfo li:nth-child(2) {
            background: url(images/hi2.png) 0px 1px no-repeat;
            padding-left: 24px;
        }

.slidebox {
    border-bottom: 13px solid #FD5F7E;
}

.abouttitleex {
}

    .abouttitleex b {
        display: none;
    }

    .abouttitleex .section-title {
        justify-content: center;
    }

        .abouttitleex .section-title .section-title-main {
            text-align: center;
            display: block;
            color: var(--s2-s1, #0D323F);
            font-family: "Open Sans";
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            padding-bottom: 15px;
            background: url(images/lineaboutex.png) bottom center no-repeat;
        }

.aboutreadex {
    display: inline-block;
    margin: 0 auto;
    border-radius: 47.5px !important;
    background: var(--s3-S5, #FD5F7E);
    /* s1/t5 */ font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 34px;
}

    .aboutreadex span {
    }

.videocolbox {
}

    .videocolbox iframe {
        border-radius: 68px;
        border: 1px solid var(--s3-s4, #BEE0FF);
        background: linear-gradient(0deg, rgba(52, 52, 52, 0.50) 0%, rgba(52, 52, 52, 0.50) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    }

.videocolreadmore {
    margin-top: -36px;
    display: inline-flex;
    padding: 15px 34px;
    align-items: center;
    gap: 10px;
    border-radius: 47.5px;
    background: var(--s3-S5, #FD5F7E);
}

    .videocolreadmore span {
        color: var(--s2-s2, #FFF);
        /* s1/t5 */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.chuongtrinhdhtitle {
}

    .chuongtrinhdhtitle h2 {
        display: block;
    }

    .chuongtrinhdhtitle b {
        display: none;
    }

    .chuongtrinhdhtitle .section-title-main {
        color: var(--s2-s1, #0D323F);
        /* s1/t1 */ font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: url(images/line-chuongtrinh.png) bottom center no-repeat;
        padding-bottom: 20px;
    }

.duhocheadinge {
}

    .duhocheadinge b {
    }

    .duhocheadinge h2 {
    }

    .duhocheadinge .section-title-main {
    }

.duhoccolboxe .boxduhoc {
    border-radius: 20px;
    opacity: 0.9;
    background: var(--s2-s1, #0D323F);
    display: inline-block;
    padding: 20px 50px;
    margin-bottom: 56px;
}

    .duhoccolboxe .boxduhoc h2 {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }

    .duhoccolboxe .boxduhoc p {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }

.pp-steps-bar {
    position: relative;
    counter-reset: step;
    margin: 2rem 0;
}

    .pp-steps-bar ul li:hover a::before,
    .pp-steps-bar ul li.is-active a::before {
        /* background-color: #f5891f; */
        color: #fff;
        transition: all 0.2s ease;
        /* border-color: #f5891f; */
    }

    .pp-steps-bar ul li.is-prev-active a::before {
        color: #bebebe;
    }

    .pp-steps-bar ul li.is-prev-active:hover a::before {
        color: #fff;
    }

    .pp-steps-bar ul li.is-active a {
        color: #f5891f;
    }

    .pp-steps-bar ul li.is-active:not(:first-child) a:before {
        content: '\f21d' !important;
        font-size: 25px;
    }

    .pp-steps-bar ul li a {
        text-decoration: none;
    }

        .pp-steps-bar ul li a:hover span {
            text-decoration: underline;
        }

        .pp-steps-bar ul li a::before {
            transition: all 0.2s ease;
        }

    .pp-steps-bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .pp-steps-bar ul li:first-child a:after {
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
        }

        .pp-steps-bar ul li:last-child a:after {
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
        }

@media only screen and (max-width: 520px) {
    .pp-steps-bar ul {
        overflow: hidden;
        overflow-x: scroll;
    }
}

.pp-steps-bar ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    list-style: none;
    position: relative;
    margin: 0;
}

    .pp-steps-bar ul li a::before {
        border: none;
        display: block;
        margin: 0 auto 0px auto;
        /* border-radius: 50%; */
        background: #fff;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

.post-card.post-card--simple .post-content {
    height: unset;
}

.pp-steps-bar ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 16px;
    left: 0;
    z-index: -1;
    /* border-radius: 34px; */
    background: #D9D9D9;
    height: 18px;
}

.pp-steps-bar ul li a:before {
    content: '';
    width: 59px;
    height: 59px;
    background: url(images/tron1.png) center center no-repeat;
}



.pp-steps-bar ul li a {
    color: #333;
    /* padding-top: 40px; */
    display: block;
}

    .pp-steps-bar ul li a span:first-child {
        color: #000;
        /* s1/t3 */
        font-family: "Open Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        position: absolute;
        top: -41px;
        text-decoration: none;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .pp-steps-bar ul li a span:last-child {
        text-decoration: none;
        color: var(--s2-s3, #6C6B6B);
        text-align: center;
        /* s1/t9 */
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.rowduhocex {
    position: relative;
}

    .rowduhocex:before {
        position: absolute;
        content: "";
        width: 320px;
        height: 21px;
        border-radius: 32px;
        background: var(--s3-s4, #BEE0FF);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.sukienhome-heading h2 span {
    margin-right: 30px;
}

.sukienhome-heading h2:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 35px;
    border-radius: 36.5px;
    background: var(--s3-s4, #BEE0FF);
    left: 0;
    top: 5px;
}

.sukienhome-heading h2:after {
    position: absolute;
    content: "";
    border-radius: 6px;
    background: #D9D9D9;
    width: 652px;
    height: 4px;
    top: 0;
    margin: auto;
    bottom: 0;
}

.sukienhome-heading {
}

    .sukienhome-heading .col-inner {
        display: flex;
    }

    .sukienhome-heading h2 {
        color: #000;
        text-align: justify;
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 31px;
        position: relative;
    }

.sukienreadmore {
    display: inline-flex;
    padding: 10px 21px;
    height: 45px;
    min-width: 141px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--s3-S5, #FD5F7E);
    margin: 0;
}

    .sukienreadmore span {
        color: var(--s2-s2, #FFF);
        /* s1/t5 */
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.bloghome-dateex {
    background: url(images/linedateblog.png) left center no-repeat;
    color: var(--s3-S5, #FD5F7E);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.pp-steps-bar ul li:hover{}
.pp-steps-bar ul li:hover a span:first-child{color:#fd5f7e;}
/*Desktop*/
@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {

    .sr-detailepageeee .col-f1 {
        max-width: 19%;
        -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    }

    .sr-detailepageeee .col-f2 {
        max-width: 56%;
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
        padding: 0 10px;
    }

    .sr-detailepageeee .col-f3 {
    }

    .ft-bottom .row-divided > .col + .col:not(.large-12) {
        border-left: white solid 1px;
    }

    .container {
        max-width: 1200px;
    }

    .nav-dropdown.nav-dropdown-default {
        background: rgb(185 214 243);
        border: none;
        padding: 20px 0px;
        min-width: 290px;
        display: grid;
        grid-template-columns: 100%;
        z-index: 999999;
    }

        .nav-dropdown.nav-dropdown-default .menu-item {
        }

            .nav-dropdown.nav-dropdown-default .menu-item:hover {
                background: #9cc4ec;
            }

            .nav-dropdown.nav-dropdown-default .menu-item a {
                margin: 0;
                border: none;
                color: black;
                padding: 0;
                padding-left: 30px;
                line-height: 1.7;
                margin: 5px 0;
            }
}


@media only screen and (max-width: 48em) {
.ft-list img{    width: 100px;
    margin: 0 auto;
    display: block;}
.gocmap-heading h2:before {
    width: 14px;
    height: 27px;
    border-radius: 36.5px;
    background: var(--s3-S5, #FD5F7E);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.gocmap-heading h2 {
    display: block;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    text-align: justify;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 31px;
}
.cactruong-heading h2 {
    margin-bottom: 0;
    color: var(--s2-s1, #0D323F);
    font-family: "Open Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: url(images/line-chuongtrinh.png) bottom center no-repeat;
    display: block;
    padding-bottom: 20px;
    text-align: center;
}
.sukienhome-heading h2:after {
    position: absolute;
    content: "";
    border-radius: 6px;
    background: #D9D9D9;
    width: 652px;
    height: 4px;
    top: 0;
    margin: auto;
    bottom: 0;
    visibility: hidden;
}
.sukienreadmore {
    display: none;
    padding: 10px 21px;
    height: 45px;
    min-width: 141px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--s3-S5, #FD5F7E);
    margin: 0;
}
.bloghome-heading h2:after {
    display:none;
}
.bloghome-thumb {
    min-width: 100%;
    min-height: 163px;
    max-height: 163px;
    max-width: 277px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 163px;
    border-radius: 23px;
    margin-bottom: 10px;
}
.bloghome-content {
    padding-left: 0;
}
.bloghome-item {
    display: block;
    margin-bottom: 30px;
    align-items: center;
}
    .pp-steps-bar ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        list-style: none;
        min-width: 100px;
    }

        .pp-steps-bar ul li a span:first-child {
            color: #000;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            position: relative;
            top: 0;
            text-decoration: none;
            display: block;
        }

    .chuongtrinhdhtitle .section-title-main {
        color: var(--s2-s1, #0D323F);
        font-family: "Open Sans";
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: url(images/line-chuongtrinh.png) bottom center no-repeat;
        padding-bottom: 20px;
    }

    .videocolbox iframe {
        border-radius: 19px;
        border: 1px solid var(--s3-s4, #BEE0FF);
        background: linear-gradient(0deg, rgba(52, 52, 52, 0.50) 0%, rgba(52, 52, 52, 0.50) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
        height: auto;
        min-height: 250px;
    }

    .bloghot-thumb {
        height: 240px;
    }

    .blogdetail-box {
        background: #FFF;
        padding: 30px 0px;
    }

    .hide-mobi {
        display: none;
    }

    .gocmap-item:nth-child(1) .gocmap-thumb {
        height: 221px;
    }

    .gocmap-item:nth-child(2) .gocmap-thumb {
        height: 221px;
    }

    .gocmap-item {
        flex: 100%;
    }

    .list-mape ul li {
        min-width: calc(50% - 20px);
    }

    .row-ketnoihome .col {
        margin-bottom: 30px;
    }

        .row-ketnoihome .col:last-child {
            margin-bottom: 0;
        }

    .cactruong-box {
        display: flex;
        flex-wrap: wrap;
    }

        .cactruong-box .cactruong-item {
            flex: calc(50% - 0px);
            margin-bottom: 10px;
        }

    .list-mape ul {
        list-style: none;
        gap: 35px;
        margin: 0;
        padding: 0;
        align-items: center;
        grid-template-columns: 50% 50%;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        background-color: #b9d6f3;
    }

    .form-flat input {
        background: white;
        background-color: white !important;
    }

        .form-flat input::placeholder {
            color: black;
        }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1em;
        color: black;
    }

    .off-canvas .toggle {
        color: black;
        opacity: 1;
    }

    .nav > li > a > i.icon-search {
        color: white;
    }

    .nav > li.has-icon > a > i {
        color: white;
    }
}
