html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    /* chiều cao của navbar */
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('../fonts/SVN-Gotham Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Italic';
    src: url('../fonts/SVN-Gotham Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Light';
    src: url('../fonts/SVN-Gotham Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Light Italic';
    src: url('../fonts/SVN-Gotham Light Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Bold';
    src: url('../fonts/SVN-Gotham Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Bold Italic';
    src: url('../fonts/SVN-Gotham Bold Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Black';
    src: url('../fonts/SVN-Gotham Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham Black Italic';
    src: url('../fonts/SVN-Gotham Black Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SVN-Gotham', sans-serif;
    color: #000;
    font-size: 15px;
}

blockquote {background-color: #252b6e; padding: 15px;}
blockquote li::marker {color: #fff;}
blockquote a {color: #fff;}
a {text-decoration: none;}
ul {margin-bottom: 0;}
.text-justify {
    text-align: justify !important;
}
.aligncenter {text-align: center;}
.wp-caption-text {margin-top: 10px;}


.title {
    font-family: 'SVN-Gotham Bold';
    font-size: 38px;
    color: #192a56;
    text-transform: uppercase;
    position: relative;
}

.see-more {
    background-color: #082348;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px 50px;
    font-size: 20px;
}

.see-more:hover {
    background-color: #c52427;
}
.wpcf7-spinner {display: none;}
.landing-page .title::before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 33px;
    height: 38px;
    background-image: url('../images/img-icon-title.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.landing-page .title::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 33px;
    height: 38px;
    background-image: url('../images/img-icon-title.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.grid-3x2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
#top-bar {background-color: #252b6e; text-align: right; color: #fff; border-bottom: solid 1px #8f92b1;}
#top-bar .form-control {background-color: #252b6e; color: #fff;}
#top-bar .form-control::placeholder {
    font-family: 'SVN-Gotham Light';
    color: #fff;
    opacity: 0.8;
}
.navbar {
    background-color: #252b6e;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}


.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar-nav .nav-item {
    padding: 5px 5px;
    /* Tổng 25px giữa 2 item (12.5px mỗi bên) */
}

.navbar-nav .navbar-brand img {
    height: 78px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 12px;;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #c52427;
    border-bottom: solid 1px #c52427;
}

.navbar .register-online .nav-link:hover {
    border: none;
}

.navbar .register-online {
    background-color: #c52427;
}

.navbar .register-online .nav-link {
    color: #fff;
    text-transform: uppercase;
}
.navbar .form-search {
	top: 67px;
    width: 300px;
    right: 0;
	display: none;
}
.form-search::before {
  content: "";
  position: absolute;
  top: -12px; /* nằm trên khối form-search */
  right: 10px; /* chỉnh vị trí ngang của mũi tên */
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.navbar .form-search input::placeholder {
	font-family: 'SVN-Gotham Light';
	font-size: 14px;
}
.navbar .form-search .form-control {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); /* Đổ bóng mềm */
}

.navbar .group-search:hover .form-search {
	display: block;
}



#notable-number {
    background: url('../images/img-bg-1.png') no-repeat;
    height: 476px;
    background-size: cover;
}

#notable-number .wrapper {
    padding-top: 80px;
}

#notable-number .item .icon {
    height: 100px;
}

#notable-number .item .number {
    font-family: 'SVN-Gotham Bold';
    font-size: 60px;
    color: #252b6e;
}

#notable-number .item .description {
    font-family: 'SVN-Gotham Bold';
    font-size: 20px;
    margin-top: 30px;
    color: #333;
}

#intro .video {
    position: relative;
    text-align: center;
}

.landing-page #intro .title::before {
    content: "";
    position: absolute;
    left: -35px;
    bottom: 50px;
    width: 33px;
    height: 38px;
    background-image: url('../images/img-icon-title.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.landing-page #intro .title::after {
    content: "";
    position: absolute;
    right: 300px;
    bottom: 0;
    width: 33px;
    height: 38px;
    background-image: url('../images/img-icon-title.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.landing-page #intro .sub-title {
    font-family: 'SVN-Gotham Black Italic';
    font-size: 25px;
    color: #cd4c4e;
}

#intro .sub-title {
    font-family: 'SVN-Gotham Italic';
    font-size: 25px;
    color: #cd4c4e;
}

#intro ul li,
#valuation ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 32px;
}

#intro ul li span {
    font-family: 'SVN-Gotham Bold';
    color: #c52427;
}

#intro ul li::before,
#valuation ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url('../images/img-icon-check.png');
    background-size: contain;
    background-repeat: no-repeat;
}


#newspress .play-icon,
#intro .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0;
}

#major .item {
    position: relative;
}

#major .item .major-title {
    font-family: 'SVN-Gotham Black';
    font-size: 25px;
    text-transform: uppercase;
}

#major .item a {
    text-decoration: none;
}

#major .item .detail {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    background-color: rgba(39, 60, 117, 0.8);
    color: white;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
}


#major .item .detail ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

#major .item:hover .detail {
    opacity: 1;
    visibility: visible;
}

#major .item:hover .wrapper-info {
    opacity: 0;
    visibility: hidden;
}

#major .item .wrapper-info {
    background: linear-gradient(0deg, rgba(100, 105, 153, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#enrollment .nav-link {
    color: #192a56;
    font-size: 23px;
    height: 77px;
    width: 223px;
    border: none;
    line-height: 27px;
}

#enrollment .nav-link.active,
#enrollment .nav-link:hover {
    color: #fff;
    font-family: 'SVN-Gotham Bold';
    background: url('../images/img-active-tab.png') no-repeat;
}

#enrollment .tab-content {
    border: solid 3px #192a56;
    border-radius: 10px;
}

#valuation ul li b {
    font-size: 20px;
    color: #2b3a61;
}

#valuation ul li::before {
    top: 6px;
}

.landing-page #bottom-banner {
    background: url('../images/img-bg-3.png') no-repeat;
    height: 727px;
}

#bottom-banner .btn-cta {
    background-color: #c52427;
    color: #fff;
    font-family: 'SVN-Gotham Bold';
    font-size: 30px;
    text-decoration: none;
    width: 550px;
    border-radius: 10px;
}

#bottom-banner .icon-pointer {
    right: -20px;
    top: 15px;
    width: 71px;
    height: 68px;
}

#testimonial .item {
    font-family: 'SVN-Gotham Bold Italic';
}

#testimonial .item .item-title {
    color: #192a56;
    font-size: 25px;
}

#testimonial .item .item-sub-title {
    color: #e02d30;
    font-size: 20px;
}

#testimonial .item .content {
    font-family: 'SVN-Gotham Italic';
}


#newspress .item p {
    font-family: 'SVN-Gotham Italic';
    color: #192a56;
    margin-bottom: 0;
}

.landing-page #newspress .item {
    border-bottom: solid 2px #c52427;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#newspress .item {
    margin-bottom: 20px;
}

#newspress .sub-title {
    font-size: 18px;
    font-family: 'SVN-Gotham Bold Italic';
    color: #192a56;
}

#newspress .description {
    font-family: 'SVN-Gotham Italic';
}

#newspress .item .logo img {
    border: solid 1px #c52427;
    border-radius: 15px;
}

.landing-page #register {
    background: url('../images/img-banner-7.png') no-repeat;
    height: 700px;
    padding-top: 50px;
}

#register {
    background: url('../images/home/img-banner-2.png') no-repeat;
    height: 819px;
    padding-top: 50px;
    background-size: cover;
}

#register .wrapper-form {
    border: solid 5px #00abe5;
    border-radius: 20px;
    background-color: #273c75;
}
#register .wrapper-form p {margin-bottom: 0;}

.landing-page #register .wrapper-form .form-title {
    font-size: 40px;
    font-family: 'SVN-Gotham Black';
    color: #fff;
    line-height: 50px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

#register .wrapper-form .form-title {
    font-size: 50px;
    font-family: 'SVN-Gotham Black';
    color: #c52427;
    line-height: 60px;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
}

#register .wrapper-form .form-control {
    margin-bottom: 20px;
    height: 40px;
}

#register .wrapper-form .form-control::placeholder {
    font-family: 'SVN-Gotham Light Italic';
}

#register .wrapper-form .btn-submit {
    font-family: 'SVN-Gotham Bold';
    font-size: 25px;
    color: #fff;
    background-color: #c52427;
}

#news .item a {
    color: #192a56;
    font-family: 'SVN-Gotham Bold Italic';
    text-decoration: none;
    font-size: 18px;
}

#news .item a:hover {
    color: #c52427;
}

#news .item .post-title a {
    font-size: 18px;
}

#news .item .description {
    color: #192a56;
    font-family: 'SVN-Gotham Italic';
}

#partners .swiper-slide {
    display: flex;
    justify-content: center;
    /* Căn giữa ngang */
    align-items: center;
    /* Căn giữa dọc */
    height: 100%;
    /* Đảm bảo full chiều cao swiper container */
}

#partners .swiper {
    height: 100px;
}

#footer {
    background: url('../images/home/img-bg-footer.png') repeat-y;
    height: 390px;
    color: #fff;
    background-size: cover;
}

#footer .sub-title {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
}

#footer ul li {
    margin-bottom: 20px;
}

#footer ul li .address {
    font-family: 'SVN-Gotham Light';
}

.wrapper-fixed-button {
    position: fixed;
    width: 100%;
    border-bottom: 7px solid #c62828;
    font-size: 18px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.wrapper-fixed-button .fixed-button {
    background: url('../images/home/img-bg-fixed-button.png') no-repeat;
    width: 586px;
    height: 42px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.wrapper-fixed-button .fixed-button a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.wrapper-fixed-button .fixed-button a:hover {
    color: #192a56;
}

/* Register page */
.page-template-register-page #register.wrapper-register {
    background: url('../images/img-bg-register-form.png');
    height: 968px;
    padding-top: 75px;
}

.page-template-register-page #register.wrapper-register .title-x {
    text-transform: uppercase;
    font-family: 'SVN-Gotham Black';
    color: #252b6e;
    font-size: 40px;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white
}

.page-template-register-page #register.wrapper-register .sub-title {
    color: #252b6e;
    font-size: 25px;
}

.page-template-register-page #register.wrapper-register .notice {
    color: #1f2b71;
    font-size: 25px;
    font-family: 'SVN-Gotham Italic';
}

/* Success Page */
.page-template-success-page #top-banner {
    background: url('../images/success/img-bg-1.png') no-repeat;
    height: 969px;
    padding-top: 70px;
    color: #fff;
    text-align: center;
}

.page-template-success-page #top-banner .title {
    font-family: 'SVN-Gotham Black';
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px rgb(0, 234, 255);
    text-transform: none;
}

.page-template-success-page #top-banner .sub-title {
    font-family: 'SVN-Gotham Bold';
    font-size: 25px;
    color: #fff;

}

.page-template-success-page #top-banner .notice {
    font-family: 'SVN-Gotham Black';
    font-size: 25px;
    color: #fff;
    border: solid 2px #00eaff;
    border-radius: 50px;
}

.page-template-success-page #top-banner .wrapper-redirect {
    border-top: dashed 1px #fff;
}

.page-template-success-page #top-banner .btn-custom {
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'SVN-Gotham Black', sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.page-template-success-page #top-banner .btn-custom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c52427;
    transform: skew(15deg);
    border-radius: 7px;
    z-index: 0;
}

.page-template-success-page #top-banner .btn-text {
    position: relative;
    z-index: 1;
}

.page-template-success-page #top-banner .icon-pointer {
    top: 20px;
    right: -25px;
}
.major-page #major .title {
    border-bottom: solid 2px #999cbb;
    
}
.major-page #major .title span {
    background: url('../images/major/img-bg-title-2.png') no-repeat; 
    width: 545px; 
    height: 63px; 
    font-family: 'SVN-Gotham Bold'; 
    font-size: 23px;
    color: #fff;
}
.major-page #major .item .sub-title {
    color: #192a56;
    font-family: 'SVN-Gotham'; 
    text-transform: uppercase;
}
.major-page #major .title.title-2 span {
    background: url('../images/major/img-bg-title-2.png') no-repeat; 
    width: 545px; 
    height: 63px; 
}
.major-page #major .title.title-3 span {
    background: url('../images/major/img-bg-title-3.png') no-repeat; 
    width: 335px; 
    height: 63px; 
}
.major-page .title {color: #c52427;}
.major-page .sub-title-x {color: #252b6e; font-family: 'SVN-Gotham Italic'; font-size: 25px; }
.major-page .play-icon {position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0; }


.major-page #register.wrapper-register {
    background: url('../images/img-bg-register-form.png');
    height: 968px;
    padding-top: 75px;
}

.major-page #register.wrapper-register .title-x {
    text-transform: uppercase;
    font-family: 'SVN-Gotham Black';
    color: #252b6e;
    font-size: 40px;
    text-shadow: -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white
}

.major-page #register.wrapper-register .sub-title {
    color: #252b6e;
    font-size: 25px;
}

.major-page #register.wrapper-register .notice {
    color: #1f2b71;
    font-size: 25px;
    font-family: 'SVN-Gotham Italic';
}
.major-page .major-detail .sub-title {font-size: 30px; color: #192a56; font-family: 'SVN-Gotham Bold';}
.major-page .major-detail .code-major {font-size: 20px; }
.major-page .major-detail .nav-tabs {border-bottom: solid 1px #192a56;}
.major-page .major-detail .nav-item {margin-right: 10px;}
.major-page .major-detail .nav-item .nav-link {background-color: #f0f0f0; color: #333333; border-radius: 10px;}
.major-page .major-detail .nav-item .nav-link.active {background-color: #db1c20; color: #fff;}

.single-post .entry-content, .archive .hentry .entry-content {font-family: 'Roboto', sans-serif;}
.archive .item-article .entry-title {min-height: 60px;}
#secondary .item a, .archive .post a  {color: #000; text-decoration: none;}
#secondary .item a:hover, .archive .post a:hover {color: #252b6e;}
#secondary .widget_custom_html ul {list-style: none; padding-left:0;}
#secondary .widget_custom_html .cat-item {border: solid 1px #252b6e; padding: 10px 10px; margin-bottom: 10px;}
#secondary .widget_custom_html .cat-item a {color: #252b6e; text-decoration: none;}
#secondary .widget_custom_html .cat-item:hover {background-color: #252b6e;}
#secondary .widget_custom_html .cat-item:hover a {color: #fff;}

.page-template-contact-page .contact-us .title {font-size: 30px;}
.page-template-contact-page .contact-us .sub-title {font-size: 25px; color: #c52427;  font-family: 'SVN-Gotham Bold';}
.page-template-contact-page .contact-us .item {color: #333; border-radius: 10px;}
.page-template-contact-page .contact-us .item .item-title {font-size: 20px; color: #192a56; font-family: 'SVN-Gotham Bold'; background-color: #f0f0f0;  border-radius: 10px;}
.page-template-contact-page .contact-us .item .item-inner { 
    border-radius: 10px;
  box-shadow: 0px 2px 4px 3px rgba(217,217,217,1);
-webkit-box-shadow: 0px 2px 4px 3px rgba(217,217,217,1);
-moz-box-shadow: 0px 2px 4px 3px rgba(217,217,217,1);
}
.page-template-contact-page .nav-tabs .nav-item .nav-link {border: none; text-align: left; font-size: 20px; color: #192a56; width: 207px; height: 55px;} 
.page-template-contact-page .nav-tabs .nav-item .nav-link.active { background: url(../images/contact-us/img-active-tab.png) no-repeat;  color: #fff; }
.sticky-social {bottom: 20%;}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  #mainNavbar-mobile {display: none!Important;}
}

@media (max-width: 575.98px) {
    body {
        font-size: 12px;
    }

    .title {
        font-size: 19px;
    }

    .see-more {
        font-size: 15px;
        padding: 10px 30px;
    }

    .title::before,
    .title::after,
    #intro .title::after {
        background: none;
    }

    .navbar .navbar-brand img {
        height: 50px;
    }

    .navbar-nav .nav-item {
        border-bottom: solid 1px #e0e0e0;
    }

    .navbar-nav .nav-item:nth-last-child(2) {
        border-bottom: none;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    .navbar-nav .register-online .nav-link {
        text-align: center;
    }


    #intro .sub-title {
        font-size: 18px;
    }

    #intro .play-icon img {
        font-size: 18px;
        width: 60px;
    }

    #notable-number .wrapper {
        padding-top: 140px;
    }

    #notable-number {
        background: url('../images/img-bg-1-mobile.png') no-repeat;
        height: 730px;
    }

    #notable-number .item {
        margin-bottom: 30px;
    }

    #notable-number .item .number {
        font-size: 40px;
    }

    #notable-number .item .description {
        font-size: 15px;
        margin-top: 0;
    }

    #major .grid-2x3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

    #major .item,
    #major .item .detail p:first-child,
    #major .item .detail ul li a {
        font-size: 10px;
    }

    #major .item .major-title {
        font-size: 15px;
        margin-bottom: 5px;
    }


    #major .item .detail .major-title {
        font-size: 12px;
    }

    #enrollment .nav-link.active,
    #enrollment .nav-link:hover {
        font-family: 'SVN-Gotham';
        background: url('../images/img-active-tab-mobile-4.png') no-repeat
    }

    #enrollment .nav-link {
        font-size: 12px;
        width: 84px;
        height: 33px;
        line-height: normal;
        padding: 0;
    }

    #valuation ul li b {
        font-size: 15px;
    }

    .landing-page #bottom-banner {
        height: 260px;
    }

    #bottom-banner .btn-cta {
        font-size: 20px;
        width: 370px;
    }

    #bottom-banner .icon-pointer {
        width: 50px;
        height: 48px;
        right: -8px;
    }

    #intro ul li,
    #valuation ul li {
        margin-bottom: 15px;
    }

    #testimonial .item .item-title {
        font-size: 12px;
    }

    #testimonial .item .item-sub-title {
        font-size: 12px;
    }

    .landing-page #register {
        background: none;
        padding-top: 0;
    }

    #register {
        height: 610px;
        padding: 20px 0px;
    }

    #register .wrapper-form .form-title {
        font-size: 28px;
    }

    #register .wrapper-form .btn-submit {
        font-size: 20px;
    }

    #testimonial .item img {
        width: 80%;
    }

    #news .item .thumb img {
        width: 115px;
    }

    #news .item a {
        font-size: 12px;
    }

    #news .item .post-title a {
        font-size: 12px;
    }

    #footer {
        height: auto;
    }

    #footer .sub-title {
        font-size: 12px;
    }

    #footer .contact-list img {
        width: 10%;
    }

    .wrapper-fixed-button {
        border-bottom: 5px solid #c62828;
    }

    .wrapper-fixed-button .fixed-button {
        padding: 0;
        background: url('../images/home/img-bg-fixed-button-mobile-x.png') no-repeat;
        width: 375px;
        height: 27px;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .wrapper-fixed-button .fixed-button a {
        font-size: 12px;
    }

    /* Success Page */
    .page-template-success-page #top-banner {
        padding: 20px 10px 0 10px;
        background: url('../images/success/img-bg-1-mobile.png') no-repeat;
        height: 574px;
    }

    .page-template-success-page #top-banner .title {
        font-size: 20px;
    }

    .page-template-success-page #top-banner .sub-title {
        font-size: 15px;
    }

    .page-template-success-page #top-banner .notice {
        font-size: 15px;
        font-family: 'SVN-Gotham Bold';
    }

    .page-template-success-page #top-banner .btn-custom {
        font-size: 11px;
        font-family: 'SVN-Gotham Bold', sans-serif;
    }

    .page-template-success-page #top-banner .icon-pointer {
        right: -12px;
        width: 30px;
    }
    .major-page #major .item {width: calc(50% - 0.5rem);}
    .major-page #major .title span, .major-page #major .title.title-3 span {background: url('../images/major/img-bg-title-1-mobile.png') no-repeat;  width: 334px; height: 53px; font-size: 14px; }
    .major-page #major .title.title-2 span { background: url('../images/major/img-bg-title-2-mobile.png') no-repeat; width: 436px; height: 40px; }
    .major-page #major .item .sub-title {font-size: 12px;}
    .major-page .sub-title-x {font-size: 15px;}
    .major-page .play-icon img {width: 60%;}
    .major-pagee #register.wrapper-register {
        background: url('../images/img-bg-register-form-mobile.png');
        height: 573px;
        padding-top: 10px;
    }

    .major-page #register.wrapper-register .title-x {
        font-size: 28px;
    }

    .major-page #register.wrapper-register .sub-title,
    .major-page #register.wrapper-register .notice {
        font-size: 13px;
    }

    .major-page #register.wrapper-register .form-control {
        height: 35px;
        margin-bottom: 10px;
    }
    .major-page #register.wrapper-register {height: 550px; padding-top: 30px;}
    .major-page .major-detail .sub-title {font-size: 20px;}
    .major-page .major-detail .code-major {font-size: 15px;}
    .major-page .major-detail .nav-item { margin-right: 5px; margin-bottom: 5px; }
    .major-page .major-detail .nav-item .nav-link {font-size: 10px; }
	.page-template-contact-page .contact-us .nav-tabs .nav-item .nav-link {font-size: 16px; width: 170px; height: 45px;}
	.page-template-contact-page .contact-us .item .item-title {font-size: 10px;}
	.page-template-contact-page .contact-us .item {margin-bottom: 1.5rem;}
	.page-template-contact-page .contact-us .item .item-inner {font-size: 10px;}
    .page-template-contact-page .nav-tabs .nav-item .nav-link.active { background: url(../images/contact-us/img-active-tab-mobile.png) no-repeat; }
    .page-template-contact-page .contact-us .sub-title {font-size: 23px;}
    .page-template-register-page #register.wrapper-register .title-x {font-size: 30px;}
    .page-template-register-page #register.wrapper-register {padding-top: 30px;}
    .page-template-register-page #register.wrapper-register .sub-title, .page-template-register-page #register.wrapper-register .notice {font-size: 15px;}
	.page-template-register-page #register.wrapper-register {height: auto;}
}




@media (max-width: 414px) {
    #enrollment .nav-link {
        font-size: 11px;
        width: 76px;
        height: 33px;
        line-height: normal;
        padding: 0;
    }

    #news .item .thumb img {
        width: 90px;
    }



}

@media (max-width: 375px) {
    #enrollment .nav-link {
        font-size: 11px;
        width: 76px;
        height: 33px;
        line-height: normal;
        padding: 0;
    }

    #enrollment .nav-link {
        font-size: 10px;
        width: 73px;
        height: 33px;
        line-height: normal;
        padding: 0;
    }
}

/* Áp dụng từ màn hình lớn trở lên */
@media (min-width: 992px) {

    /* Mở dropdown khi hover nav-item */
    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
    }

    /* Mở submenu khi hover dropdown-submenu */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        display: none;
        top: 0;
        left: 100%;
        margin-top: -1px;
        position: absolute;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}