* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root {
    --primary-color: #213671;
    --second-color: #FFFFFF;
    --third-color: #243E88;
    --fourth-color: #2FB4FF;
    --fifth-color: #000000;
    --sixth-color: #5E5E5E;
    --seventh-color: #CCCCCC;
    --subcolor: #F26522;
    --tennhom-color: #F6590F;
    --soft-subcolor: #FF9616;
    --primary-bg: #FFFFFF;
    --second-bg: #C4C4C4;
    --third-bg: #2E4A8F;
    --fourth-bg: #B5B5B5;
    --fifth-bg: #ECF7FF;
    --sixth-bg: #75D0F6;
    --footer-bg: #7B7B7B;
    --border-gocnhin-item: #61C4FC;
    --thongtintuyensinh-decor-color: #0090E1;
    --black-rgb: 0, 0, 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ol,
ul,
li {
    list-style: none;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

body {
    overflow-x: hidden;
    /* font-family: "Mona Sans", sans-serif; */
    font-family: var(--font-family-sans-serif);
    background-color: var(--primary-bg);
    color: var(--second-color);
}

html.font-loaded body {
    font-family: "Mona Sans", sans-serif;
}

.header {
    padding: 35px 0;
}

.header .wrap {
    margin: 0 auto;
    max-width: 1151px;
}

.img-header {
    display: block;
    /* width: 100%; */
    max-width: 258px;
}

.img-header img {
    width: 100%;
    height: auto;
}

.header-text-container {
    text-align: right;
}

.header-text-container>* {
    display: inline-block;
}

.header-text {
    font-size: 19px;
    font-weight: 800;
    color: var(--primary-color);
    height: 47px;
    line-height: 47px;
}

.header-btn-tuvan {
    color: var(--second-color);
    font-weight: 800;
    font-size: 16px;
    padding: 7px 17px 5px 14px;
    border: 1px solid var(--subcolor);
    margin-left: 21px;
    background-image: linear-gradient(to right, var(--soft-subcolor), var(--subcolor));
    color: var(--second-color);
    border-radius: 18.5px;
}

.header-btn-tuvan:hover {
    color: var(--second-color);
    filter: brightness(0.9);
}

.header.affix {
    padding: 15px 0;
    background-color: var(--primary-bg);
    width: 100%;
    top: 0;
    box-shadow: 1px 2px 7px rgba(var(--black-rgb), 0.15);
    animation: slide-down .5s linear forwards;
    z-index: 8;
}

.header.affix .img-header {
    max-width: 200px;
}

.header.affix .header-text {
    font-size: 16px;
}

.header.affix .header-btn-tuvan {
    font-size: 13px;
}

.toiuu .owl-carousel {
    display: block;
}

/* .toiuu .owl-carousel .thongke-slider .item
{
    display: none;
} */

.toiuu .owl-carousel .thongke-slider .item:first-child {
    display: block !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner {
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    /* background-color: var(--sixth-bg); */
    /* margin: 0 auto; */
    /* height: 700px; */
    /* height: auto; */
    /* background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover; */
    position: relative;
    padding-bottom: calc(100% * 700 / 1920);
    overflow: hidden;
}

.banner img {
    width: 100%;
    /* height: auto; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner.preload-image img {
    min-height: 700px;
}

.thongke {
    padding: 85px 0;
}

.thongke .wrap {
    max-width: 1151px;
    margin: 0 auto;
}

.thongke-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 700;
}

.thongke-underline {
    width: 83px;
    height: 2px;
    background-color: var(--fourth-color);
    margin: 13px auto 42px auto;
}

/* .thongke.preload-slider {
    height: 564.95px;
} */

.thongke-slider {
    width: 100%;
    /* height: 249px; */
}

.thongke-slider .item {
    width: 100%;
    position: relative;
    padding-bottom: calc(100% * 249 / 1121);
    overflow: hidden;
}

.thongke-slider .item:not(:first-of-type) {
    display: none;
}

.thongke-slider.owl-loaded .item {
    display: block;
}

.thongke-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.thongke-slider .owl-dots {
    text-align: center;
    margin-top: 33px;
}

.thongke-slider .owl-dots button {
    margin: 0 15.5px;
    position: relative;
}

.thongke-slider .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--second-bg);
    vertical-align: middle;
}

.thongke-slider .owl-dots button.active span {
    width: 12px;
    height: 12px;
    background-color: var(--fourth-color);
}

.danhsach {
    padding: 50px 0 56px;
    background-color: var(--third-bg);
}

.danhsach .wrap {
    max-width: 1151px;
    margin: 0 auto;
}

.danhsach-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--second-color);
    font-weight: 700;
}

.danhsach-underline {
    width: 83px;
    height: 2px;
    background-color: var(--fourth-color);
    margin: 13px auto 42px auto;
}

.danhsach-container {
    background-color: var(--primary-bg);
    border-radius: 15px;
    padding-top: 39px;
    padding-bottom: 56px;
}

.danhsach-anh {
    text-align: center;
    margin-bottom: 39px;
    padding: 0 13px;
}

.danhsach-anh-item {
    display: inline-block;
    padding: 0 7.5px;
    max-width: 353px;
    width: 33%;
    white-space: nowrap;
}

.danhsach-anh-item:first-of-type {
    padding-left: 0;
}

.danhsach-anh-item:nth-of-type(3) {
    padding-right: 0;
}

.danhsach-anh-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.danhsach-nganh {
    padding-left: 54px;
    padding-right: 15px;
}

.danhsach-nganh>*:first-child {
    margin-bottom: 62px;
}

.danhsach-nhom>* {
    display: inline-block;
}

.danhsach-tennhom {
    color: var(--tennhom-color);
    font-size: 23px;
    font-weight: 800;
    display: block;
    transition: all .2s linear;
}

.danhsach-tennhom:hover {
    color: var(--tennhom-color);
    filter: brightness(0.8);
}

.danhsach-chitiet-trai {
    max-width: 317px;
}

.danhsach-item {
    color: var(--third-bg);
    font-weight: 300;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 8px;
    width: 100%;
}

.danhsach-item:first-of-type {
    padding-top: 0;
}

.danhsach-item p {
    margin: 0;
}

.danhsach-item a {
    transition: all 0.1s linear;
}

.danhsach-item:hover a {
    color: var(--soft-subcolor);
}

.danhsach-item:not(:last-of-type) {
    border-bottom: solid 1px var(--fourth-bg);
}

.danhsach-trai-1 .danhsach-item {
    max-width: 255px;
}

.danhsach-phai-1 .danhsach-item {
    max-width: 395px;
}

.danhsach-trai-2 .danhsach-item {
    max-width: 300px;
}

.danhsach-phai-2 .danhsach-item {
    max-width: 300px;
}

.news {
    padding: 64px 0 69px;
    background-color: var(--primary-bg);
}

.news .wrap {
    max-width: 1151px;
    margin: 0 auto;
}

.news-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--third-color);
    font-weight: 700;
}

.news-underline {
    width: 83px;
    height: 2px;
    background-color: var(--thongtintuyensinh-decor-color);
    margin: 13px auto 42px auto;
}

.news-item {
    display: inline-block;
    background-color: var(--fifth-bg);
    /* transition: all .3s ease-in-out; */
}

/* .news-item:hover {
    transform: translateY(-20px);
} */

.news-img {
    width: 100%;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: auto;
    transition: all .2s linear;
}

.news-info {
    padding: 18px 15px;
}

.news-tieude {
    color: var(--fifth-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .2s linear;
}

.news-see-more {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--thongtintuyensinh-decor-color);
    padding-bottom: 5px;
    border-bottom: solid 1px var(--thongtintuyensinh-decor-color);
}

.news-see-more span,
.news-see-more svg {
    transition: all .2s linear;
}

.news-see-more svg {
    margin-left: 12px;
}

.news-item:hover .news-img img {
    transform: scale(1.03);
}

.news-item:hover .news-tieude {
    color: var(--thongtintuyensinh-decor-color);
}

.news-item:hover .news-see-more {
    border-bottom: solid 1px var(--soft-subcolor);
}

.news-item:hover .news-see-more span {
    color: var(--soft-subcolor);
}

.news-item:hover .news-see-more svg {
    transform: translateX(5px);
}

.gocnhin {
    padding: 34px 0 48px;
    /* background-color: var(--primary-bg); */
    background-color: var(--fourth-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.gocnhin .wrap {
    max-width: 1151px;
    margin: 0 auto;
}

.gocnhin-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--second-color);
    font-weight: 700;
}

.gocnhin-underline {
    width: 83px;
    height: 2px;
    background-color: var(--primary-bg);
    margin: 13px auto 42px auto;
}

.gocnhin-slider .owl-stage {
    display: flex;
    align-items: center;
}

.gocnhin-slider .item {
    width: 100%;
    padding: 38px 27px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 3px 4px rgba(0, 70, 135, 0.3);
    min-height: 577px;
    transition: all .2s linear;
}

.gocnhin-img {
    border: solid 5px var(--primary-bg);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 11px;
}

.gocnhin-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.gocnhin-name {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 9px;
}

.gocnhin-des {
    color: var(--sixth-color);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    min-height: 47px;
}

.gocnhin-divider {
    border: none;
    border-top: 1px dashed var(--seventh-color);
    margin: 19px 0;
}

.gocnhin-content {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

.gocnhin-slider .owl-item.center .item {
    transform: scale(1);
}

.gocnhin-slider .owl-item .item {
    transform: scale(0.88);
}

.gocnhin-slider .owl-dots {
    text-align: center;
    margin-top: 45px;
}

.gocnhin-slider .owl-dots button {
    margin: 0 15.5px;
    position: relative;
}

.gocnhin-slider .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--second-bg);
    vertical-align: middle;
}

.gocnhin-slider .owl-dots button.active span {
    width: 12px;
    height: 12px;
    background-color: var(--sixth-bg);
}

.dangkytuvan {
    width: 100%;
    display: block;
    background-color: var(--sixth-bg);
}

.dangkytuvan img {
    width: 100%;
    height: auto;
}

.footer {
    padding-top: 58px;
    padding-bottom: 42px;
    background-color: var(--footer-bg);
}

.footer .wrap {
    max-width: 1151px;
    margin: 0 auto;
}

.footer-khoi-thongtin {
    margin-bottom: 52px;
    font-size: 0;
}

.footer-khoi-thongtin>* {
    display: inline-block;
    vertical-align: top;
    font-size: unset;
}

.footer-khoi-cot-trai {
    max-width: 205px;
    margin-right: 58px;
    margin-bottom: 20px;
}

.footer-khoi-cot-phai {
    max-width: 295px;
}

.footer-khoi-cot-giua {
    width: calc(100% - 558px);
}

.footer-logo {
    display: block;
    width: 205px;
    height: 42px;
}

.footer-logo img {
    width: 100%;
}

.footer-linhvuc {
    font-size: 16px;
    font-weight: 800;
}

.footer-tentruong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 29px;
}

.footer-info {
    font-size: 15px;
}

.footer-info th {
    font-weight: 600;
    padding-bottom: 21px;
}

.footer-info td {
    padding-left: 8px;
    font-weight: 300;
}

.footer-info a {
    transition: all .2s linear;
}

.footer-info a:hover {
    opacity: 0.8;
}

.footer-img-google-map {
    display: inline-block;
    width: 100%;
}

.footer-img-google-map img {
    width: 100%;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: var(--primary-bg);
    margin-bottom: 20px;
}

.footer-copyright {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    height: 33px;
    line-height: 33px;
}

.footer-copyright-mobile {
    display: none;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: 26px;
}

.footer-socials {
    text-align: right;
}

.footer-socials-text {
    display: inline-block;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    vertical-align: top;
}

.footer-socials-icon {
    display: inline-block;
    height: 33px;
    line-height: 33px;
}

.footer-icon {
    display: inline-block;
    transition: all .2s linear;
}

.footer-icon:hover {
    opacity: 0.6;
}

.footer-icon:not(:last-of-type) {
    margin-right: 23px;
}

.footer-map-wrap {
    width: 295px;
    height: 209px;
}

.footer-map-wrap iframe {
    width: 100%;
    height: 100%;
}

.fixed-social {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    pointer-events: none;
}

.fixed-icon {
    text-align: right;
    transition: .3s linear;
    pointer-events: none;
}

.fixed-icon a {
    display: inline-block;
    transition-duration: .5s;
    transform-style: linear;
    transform: translate(100px, 0);
    opacity: 0;
    pointer-events: all;
}

.fixed-social .fixed-icon {
    margin-top: 15px;
}

.fixed-icon.show a {
    opacity: 1;
    transform: translate(0, 0);
}

.fixed-icon.register-now .btn-icon {
    background-color: var(--subcolor);
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    /* justify-content: space-between; */
    align-items: center;
    color: var(--second-color);
    font-size: 12px;
    padding: 10px;
}

.fixed-icon.contact-now .btn-icon {
    background-color: var(--primary-color);
    border-radius: 10px;
    display: flex;
    width: 100%;
    height: 100%;
    /* justify-content: space-between; */
    align-items: center;
    color: var(--second-color);
    font-size: 12px;
    padding: 10px;
}

.fixed-icon span {
    margin-left: 5px;
}

@media screen and (max-width: 1199px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 36px;
    }

    .footer-khoi-cot-trai {
        display: block;
    }

    .footer-khoi-cot-giua {
        width: calc(100% - 295px);
    }

    .footer-khoi-thongtin {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1139px) {
    .danhsach-container {
        padding-top: 13px;
        padding-bottom: 30px;
    }

    .danhsach-nganh>*:first-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .header-text {
        display: none;
    }

    .thongke {
        padding: 31px;
    }

    .danhsach-tennhom {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .danhsach-tennhom>* {
        display: inline-block;
    }

    .danhsach-item {
        font-size: 13px;
    }

    .danhsach-anh {
        margin-bottom: 21px;
    }

    .danhsach-nganh {
        padding-left: 17px;
    }

    .danhsach-nganh>*:first-child {
        margin-bottom: 21px;
    }

    .danhsach-container {
        padding-bottom: 19px;
    }

    .danhsach-trai-1 .danhsach-item {
        max-width: 185px;
    }

    .danhsach-trai-2 .danhsach-item {
        max-width: 235px;
    }

    .danhsach-phai-1 .danhsach-item {
        max-width: 310px;
    }

    .danhsach-phai-2 .danhsach-item {
        max-width: 225px;
    }

    .news {
        padding: 36px 0 45px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 33px 0 31px;
    }

    .img-header {
        width: 150px;
    }

    .header-text {
        display: none;
    }

    .header-btn-tuvan {
        font-size: 11px !important;
    }

    .section-title {
        font-size: 16px;
    }

    .underline {
        margin-top: 10px;
        margin-bottom: 27px;
    }

    .banner {
        padding-bottom: calc(100% * 210 / 430);
    }

    .thongke {
        padding: 31px 0;
    }

    .thongke-slider {
        padding: 0 20px;
    }

    .thongke-slider .item {
        padding-bottom: calc(100% * 115 / 361);
    }

    .thongke-slider .owl-dots {
        margin-top: 21px;
    }

    .thongke-slider .owl-dots button {
        margin: 0 8.5px;
    }

    .thongke-slider .owl-dots button span {
        width: 5px;
        height: 5px;
    }

    .thongke-slider .owl-dots button.active span {
        width: 7px;
        height: 7px;
    }

    .danhsach {
        padding: 25px 0 33px;
    }

    .danhsach-anh-item:nth-of-type(3) {
        display: none;
    }

    .danhsach-anh-item {
        padding: 0 3.5px;
        max-width: 49%;
        width: unset;
    }

    .danhsach-anh-item:nth-of-type(1) {
        padding-left: 0;
    }

    .danhsach-anh-item:nth-of-type(2) {
        padding-right: 0;
    }

    .danhsach-tennhom {
        font-size: 13px;
    }

    .danhsach-item {
        font-size: 8px;
    }

    .news-tieude {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news-item {
        display: block;
        margin: 0 auto;
        max-width: 294px;
    }

    .news .col-sm-4:not(:last-of-type) .news-item {
        margin-bottom: 15px;
    }

    .news-info {
        padding: 11px 15px 15px 15px;
    }

    .gocnhin {
        padding: 29px 0 40px;
    }

    .gocnhin .container-fluid {
        padding: 0;
    }

    .gocnhin-slider .item {
        padding: 14px 17px 17px;
        min-height: 400px;
    }

    .gocnhin-img {
        width: 89px;
        height: 89px;
    }

    .gocnhin-name {
        font-size: 13px;
    }

    .gocnhin-divider {
        margin: 10px 0;
    }

    .gocnhin-des {
        font-size: 9px;
        min-height: unset;
    }

    .gocnhin-content {
        font-size: 8.5px;
    }

    .gocnhin-slider .owl-dots {
        margin-top: 21px;
    }

    .gocnhin-slider .owl-dots button span {
        width: 5px;
        height: 5px;
    }

    .gocnhin-slider .owl-dots button.active span {
        width: 7px;
        height: 7px;
    }

    .footer {
        padding: 29px 20px 35px;
    }

    .footer-khoi-cot-trai {
        max-width: 165px;
    }

    .footer-khoi-cot-giua {
        width: 100%;
    }

    .footer-tentruong {
        margin-bottom: 17px;
    }

    .footer-info {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .footer-info th {
        padding-bottom: 9px;
    }

    .footer-divider {
        display: none;
    }

    .footer-copyright {
        display: none;
    }

    .footer-copyright-mobile {
        display: block;
    }

    .footer-socials-text {
        font-size: 17px;
        display: block;
        margin-right: 0;
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 430px) {
    .danhsach-title {
        max-width: 292px;
        margin: 0 auto;
    }

    .gocnhin-title {
        max-width: 230px;
        margin: 0 auto;
    }
}