@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i&subset=vietnamese&display=swap');
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    color: #0c79ee;
    text-decoration: none;
    cursor: pointer !important;
}

input {
    outline: 0;
}

form .group {
    display: flex;
    position: relative;
}

form .group .icon-search {
    position: absolute;
    right: 22px;
    top: 8px;
    cursor: pointer;
}

form .group input.radius {
    border-radius: 30px;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

p {
    line-height: 24px;
    margin: 0 0 20px;
}

body {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    color: #333;
    font-family: 'FontAwesome';
}

.header-main {
    z-index: 1000;
    width: 100%;
    height: 100px;
    position: relative;
    background: #08355d;    
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: 10px;
}

.header-main .main-nav .navbar-nav .nav-item>a.nav-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 10px 5px;
}

.header-form form button:focus {
    outline: 0;
    box-shadow: unset;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #fff;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: 10px;
}

.header-main .main-nav .navbar-nav .nav-item {
    margin: 1px 0 1px 2px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.text-primary {
    color: #e3193a !important;
}

.bg-second {
    background: #242b3f !important;
}

.bg-primary {
    background: #156ab5 !important;
}


.header-main .main-nav .navbar-nav .nav-item .sub-menu li a {
    color: #333 !important;
}

.header-main .main-nav .navbar-nav .nav-item:hover a {
    color: #145D2F;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-bottom .nav-item .sub-menu li {
    text-align: left;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 18px;
    color: #084F9D;
    top: 4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .dropdown-toggle::after {
    color: #333;
}

.header-main .search-header {
    cursor: pointer;
    margin-right: 5px;
}

.header-main .search-header i {
    color: #333;
}

.header-main .search-header form {
    display: none;
}

.header-main .search-header form {
    position: absolute;
    right: 25px;
}

.header-main .search-header form.show {
    display: block;
}

.header-top {
    position: relative;
    z-index: 1000;
    font-size: 0.7857em;
    border-bottom: 0 solid #f0f0ed;
    background: #ffffff;
}

.header-top .header-contact .text-line {
    font-size: 26px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.header-form button img {
    width: 28px;
    margin-left: 5px;
}

.header-form button:focus {
    outline: 0;
    box-shadow: 0;
    border: unset;
}

.header-form input {
    flex: 1;
    border-color: #333;
    border-radius: 5px !important;
}

.header-form input::placeholder {
    color: #b3b3b3;
    font-size: 14.6px;
}

.header-form input:focus {
    outline: 0;
    box-shadow: unset;
}

.header-form {
    max-width: 300px;
    width: 100%;
}

.header-bottom {
    background: #fe0300;
}

.header-bottom .navbar-nav>.nav-item>a {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.header-bottom .nav-item>a i.fa-home {
    transform: scale(2);
    color: #455469;
}

.header-bottom .navbar-nav>.nav-item {
    /*margin: 0 20px;*/
    text-align: center;
    flex-grow: 1;
}

.header-bottom .navbar-nav>.nav-item:first-child {
    margin-left: 0;
}

.header-bottom .navbar-nav>.nav-item:hover>a {
    color: #fff;
    background: #860b0e;
}

.slider-home .slider-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
}

.slider-home .slider-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.slider-home .swiper-slide img {
    /*width: 100%;
    height: calc(100vh - 158px);
    object-fit: cover;*/
}

.slider-home .swiper-slide a,
.slider-home .swiper-slide .box-image {
    width: 100%;
    display: block;
}

.about-home .about-title {
    font-size: 30px;
}

.about-home .about-text p {
    font-size: 18px;
    line-height: 28px;
}

a.view-more {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

a.view-more::after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 6px;
}

section.bg-section-newshot {
    background: url('../images/bg-event-home.jpg');
    position: relative;
    background-size: cover;
}
section.bg-section {
    position: relative;
    background-size: cover;
}


section.bg-section::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #073b76e8;
    position: absolute;
    top: 0;
}

.bg-section-2,
.bg-section-form {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #0c79eee3;
    z-index: -1;
}

.bg-section-2 {
    background-image: url(../images/bg-form.png);
}

.bg-section-form {
    background: url(../images/bg-form-2.jpg);
}

.strengths-icon img {
    width: 144px;
    height: 76px;
    object-fit: contain;
}

.strengths-box h3 {
    font-size: 20px;
}

.section-title {
    font-size: 40px;
}

.section-title-container p {
    font-size: 18px;
}

.row-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.row-grid .col-grid:first-child {
    grid-column: 1/3;
}

.row-grid .col-grid:last-child {
    grid-column: 2/4;
}

.row-grid .col-grid .studyAbroad-img {
    width: 100%;
    height: 328px;
}

.row-grid .col-grid .studyAbroad-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-grid .col-grid.studyAbroad-item {
    position: relative;
}

.row-grid .col-grid.studyAbroad-item a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000063;
}

.row-grid .col-grid:first-child.studyAbroad-item a:after {
    content: unset;
}

.row-grid .col-grid.studyAbroad-item {
    overflow: hidden;
}

.row-grid .col-grid.studyAbroad-item img {
    transition: all 0.6s;
}

.row-grid .col-grid.studyAbroad-item:hover img {
    transform: scale(1.1);
}

.row-grid .col-grid .studyAbroad-title {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 22px;
    z-index: 10;
    width: 100%;
    padding-left: 20px;
}

.scholarship-wrapper .gallery-2 .swiper-slide {
    opacity: 0 !important;
}

.scholarship-wrapper .gallery-2 .swiper-slide-active {
    opacity: 1 !important;
}

.scholarship-wrapper .gallery-1 {
    height: 570px;
    overflow: unset;
}

section.scholarship {
    overflow: hidden;
}

.scholarship-wrapper .gallery-1 .swiper-slide {
    transition: all 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0;
}

.scholarship-wrapper .gallery-1 .swiper-slide img {
    border-radius: 6px;
    height: 450px;
    object-fit: cover;
}

.scholarship-wrapper .gallery-1 .swiper-slide-active {
    z-index: 100;
    opacity: 1;
    transform: scale(1.8);
}

.scholarship-wrapper .gallery-1 .swiper-slide-active img {
    height: 307px;
}

.scholarship-wrapper .gallery-1 a.post-link {
    width: 100%;
}

.scholarship-wrapper .gallery-1 .swiper-slide-next,
.scholarship-wrapper .gallery-1 .swiper-slide-prev {
    opacity: 1;
}

.scholarship-wrapper .gallery-1 .swiper-slide-active img {
    box-shadow: -1px 1px 5px 4px #1e1e1e59;
}

.scholarship-wrapper:hover .swiper-button-next,
.scholarship-wrapper:hover .swiper-button-prev,
.partner-wrapper:hover .swiper-button-next,
.partner-wrapper:hover .swiper-button-prev {
    opacity: 1;
}

.scholarship-wrapper:hover .swiper-button-next {
    right: -6%;
}

.scholarship-wrapper:hover .swiper-button-prev {
    left: -6%;
}

.scholarship-wrapper {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    background: unset;
    width: 40px;
    height: 40px;
    background: #b3b3b3a3;
    border-radius: 100px;
    display: flex;
    opacity: 0;
    transition: all 0.3s;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 32px;
    margin: auto;
    color: #fff;
    font-weight: 600;
}

section.whyChoose-us {
    position: relative;
    background: url('../images/banner-textures.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

section.whyChoose-us .section-title .title-first {
    font-size: 48px;
}

section.whyChoose-us .section-title .title-second {
    font-size: 54px;
}

section.whyChoose-us span.title-second:after {
    content: '?';
    position: absolute;
    top: 3px;
    font-size: 164px;
    margin-left: 10px;
}

.whyChoose-box .number {
    color: #fff;
    font-size: 50px;
    z-index: 10;
}

.whyChoose-box .whyChoose-content {
    font-size: 14px;
    padding-left: 68px;
    padding-right: 30px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 7.5em;
}

.whyChoose-item:before {
    content: '';
    background: url(../images/icon-whyus.png);
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    top: -15px;
    left: 33px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.whyChoose-box {
    max-width: 482px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 3px 2px 26px 2px #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.steps .section-title-container {
    position: relative;
    z-index: 100;
}

section.steps .section-title-container .section-title-1 {
    font-size: 200px;
}

section.steps .section-title-container .section-title-2 {
    font-size: 65px;
    line-height: 80px;
}

.steps-swapper .swiper-slide .steps-box .step-number {
    width: 60px;
    height: 60px;
    background: red;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.steps-swapper .swiper-slide .steps-box .step-number span {
    font-size: 30px;
}

.steps-swapper .swiper-slide .steps-box .step-number::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border-radius: 100px;
    border: 2px solid #194c83;
}

.steps-swapper .swiper-slide .steps-box .step-title {
    width: 194px;
    height: 194px;
    border-radius: 100px;
    border: 14px solid red;
    margin: auto;
    display: flex;
    position: relative;
}

.steps-swapper .swiper-slide .steps-box .step-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #07366d;
}

.steps-swapper .swiper-slide .steps-box .step-title h3 {
    margin: auto;
    font-size: 22px;
    padding: 0px 18px;
}

.steps-swapper::before {
    content: '';
    border-top: 2px dashed #fff;
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 30px;
}

.steps-swapper .swiper-slide .steps-box::before {
    content: '';
    border-left: 2px dashed #fff;
    width: 1px;
    height: 100px;
    display: block;
    left: 50%;
    position: absolute;
    top: 6px;
}

.steps-swapper .swiper-slide:first-child .steps-box .step-title {
    border: 15px solid #0066b8;
}

.steps-swapper .swiper-slide:first-child .steps-box .step-number,
.steps-swapper .swiper-slide:first-child .dot {
    background: #0066b8;
}

.steps-swapper .swiper-slide:nth-child(2) .steps-box .step-title {
    border: 15px solid #ff9931;
}

.steps-swapper .swiper-slide:nth-child(2) .steps-box .step-number,
.steps-swapper .swiper-slide:nth-child(2) .dot {
    background: #ff9931;
}

.steps-swapper .swiper-slide:nth-child(3) .steps-box .step-title {
    border: 15px solid #ff6c3e;
}

.steps-swapper .swiper-slide:nth-child(3) .steps-box .step-number,
.steps-swapper .swiper-slide:nth-child(3) .dot {
    background: #ff6c3e;
}

.steps-swapper .swiper-slide:nth-child(4) .steps-box .step-title {
    border: 15px solid #00bea0;
}

.steps-swapper .swiper-slide:nth-child(4) .steps-box .step-number,
.steps-swapper .swiper-slide:nth-child(4) .dot {
    background: #00bea0;
}

.steps-swapper .swiper-slide:nth-last-child(2) .steps-box .step-title {
    border: 15px solid #00a8ff;
}

.steps-swapper .swiper-slide:nth-last-child(2) .steps-box .step-number,
.steps-swapper .swiper-slide:nth-last-child(2) .dot {
    background: #00a8ff;
}

.steps-swapper .swiper-slide:last-child .steps-box .step-title {
    border: 15px solid #14b0d6;
}

.steps-swapper .swiper-slide:last-child .steps-box .step-number,
.steps-swapper .swiper-slide:last-child .dot {
    background: #14b0d6;
}

.steps-swapper .steps-slide::before {
    content: '';
    background: url(../images/icon-local.png);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: -18px;
    top: -10px;
    background-repeat: no-repeat;
}

.steps-swapper .steps-slide::after {
    content: '';
    background: url(../images/icon-plane.png);
    width: 76px;
    height: 72px;
    display: block;
    position: absolute;
    right: -63px;
    top: -6px;
    background-repeat: no-repeat;
}

.steps-swapper .swiper-slide .dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
}

.steps-swapper .box-text {
    font-size: 14px;
}

section.steps .section-title-2::after {
    content: '';
    max-width: 400px;
    height: 130px;
    position: absolute;
    top: 0px;
    right: 262px;
    background: url(../images/icon-fly.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

section.home-contact .contact-form {
    max-width: 800px;
}

section.home-contact .contact-form label {
    font-size: 22px;
}

section.home-contact .contact-form input.form-control,
section.home-contact .contact-form select.form-control {
    height: 50px;
    border-radius: 10px;
}

button.btn-submit {
    font-size: 20px;
}

.achievements-wrapper:hover .achievements-next,
.achievements-wrapper:hover .achievements-prev,
.nganhhocpb-wrapper:hover .nganhhocpb-next,
.nganhhocpb-wrapper:hover .nganhhocpb-prev{
    opacity: 1;
}

.stars::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: fontawesome;
    letter-spacing: 4px;
    color: #0c79ee !important;
    font-size: 24px;
    letter-spacing: 10px;
}

.stars--3::before {
    content: '\f005 \f005 \f005 \f006 \f006';
}

.stars--4::before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.stars--5::before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

.testimonials-slide .avatar {
    width: 122px;
    height: 122px;
    margin: auto;
}

.testimonials-slide .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-frame p {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 16px;
}

.testimonials-pagination {
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
    background: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    opacity: 1;
    margin-right: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.home-news .first-blog:hover a,
.post-item:hover a {
    color: #0c79ee;
}

.post-item .box-image {
    width: 200px;
    height: 116px;
    overflow: hidden;
}

.first-blog .box-image,
.first-post .box-image {
    overflow: hidden;
}

.post-item .box-image img,
.first-blog .box-image img,
.first-post .box-image img {
    transition: all 0.5s;
}

.post-item:hover .box-image img,
.first-blog .box-image:hover img,
.first-post .box-image:hover img {
    transform: scale(1.1);
}

.first-post .box-image:hover img {
    opacity: 0.8;
}

.post-item:hover .post-image img {
    opacity: 0.8;
}

.post-item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .excerpt {
    color: #555;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
}

.partner-wrapper .partner-link {
    width: 100%;
    height: 120px;
}

.partner-wrapper .partner-link img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.register-form-wrapper {
    max-width: 900px;
    border-radius: 20px;
}

.register-form .form-title {
    font-size: 22px;
}

section.register-form {
    position: relative;
    background: url(../images/banner.jpg);
}

section.register-form::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #333333e8;
}

.section-footer iframe {
    width: 100% !important;
    height: 210px !important;
}

.section-footer .icon-zalo::before {
    content: '';
    background: url(../images/icon-zalo-2.png);
    display: inline-block;
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-footer .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
}

.section-footer .footer-social a i {
    font-size: 18px;
}

.footer-title {
    font-size: 20px;
}

.logo-footer img {
    width: 195px;
}

.section-footer .menu-footer {
    line-height: 38px;
}

.section-footer .menu-footer li {
    display: flex;
    align-items: center;
}

.section-footer .menu-footer li:before {
    content: "•";
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.section-footer .menu-footer li a {
    font-size: 16px;
}

.register-form-wrapper input {
    padding-left: 20px;
}

.register-form-wrapper input::placeholder {
    font-size: 16px;
}

.register-form-wrapper input,
.register-form-wrapper button {
    height: 48px;
}

.first-post .box-text .post-title {
    font-size: 26px;
}

.first-post .box-text p {
    /*color: #a6a6a6;
    font-size: 16px;*/
}

.first-post .box-image {
    width: 100%;
    height: 600px;
}

.first-post .box-image img {
    height: 100%;
    object-fit: cover;
}

.post-item .box-text .post-title {
    font-size: 18px
}

.post-item .box-text p {
    /*color: #a6a6a6;*/
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 6.5em;
}

.blog-right .post-item .box-image {
    width: 100%;
    height: 232px;
}

.blog-right .post-item .box-image img {
    height: 100%;
    object-fit: cover;
}

.post-list .post-item .box-image {
    width: 30%;
    height: 180px;
}

.post-list .post-item .media-body .post-title {
    font-size: 22px;
}

.post-list .post-item .excerpt {
    color: #5c5c5c;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6.5em;
}

ul.pagination li {
    margin-right: 8px;
}

ul.pagination li.page-item a.page-link {
    color: #333;
    padding: 10px 16px;
}

ul.pagination li.page-item.current a.page-link {
    color: #fff;
    font-weight: 600;
    background: #0c79ee;
}

h1.page-title {
    font-size: 28px;
    line-height: 150%;
}

.swiper-slide .box-img {
    width: 100%;
}

.box-text .meta-box i {
    color: #0c79ee;
    min-width: 22px;
    font-size: 20px;
}

.box-text .meta-box .wrap {
    width: 68%;
}

.box-text .meta-box .end-time {
    width: 32%;
}

.box-text .meta-box .address {
    color: #6d747e;
}

.box-text .meta-box .time {
    color: #616b77;
}

.box-text .meta-box .btn-time {
    color: #0c79ee;
    border: 1px solid #0c79ee;
}

a.post-link:hover,
.event-box:hover a,
.first-post:hover a {
    color: #0c79ee;
}

.event-list .event-box .post-title {
    font-size: 18px;
}

.event-list .event-box .meta-box .time,
.event-list .event-box .meta-box .adress {
    font-size: 13px;
}

.event-list .event-box .box-image {
    width: 100%;
    height: 300px;
}

.event-list .event-box .box-image img {
    height: 100%;
    object-fit: cover;
}

.event-list .event-box .box-image {
    overflow: hidden;
}

.event-list .event-box .box-image img {
    transition: all 0.5s;
}

.event-list .event-box .box-image:hover img {
    transform: scale(1.1);
}

.font-14 {
    font-size: 14px;
}

.meta-box .author,
.meta-box .post-date {
    color: #707070;
}

.recruitment-wrapper .table-info {
    width: 100%;
}

.recruitment-wrapper .table-info th {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 14px 10px;
    text-align: center;
    background: #0c79ee;
}

.recruitment-wrapper .table-info tr {
    background: #ccc;
}

.recruitment-wrapper .table-info tr td {
    text-align: center;
    padding: 14px 10px;
    font-weight: bold;
    font-size: 20px;
    border-color: #fff;
}

.recruitment-wrapper .table-info tr td:nth-child(2),
.recruitment-wrapper .table-info tr th:nth-child(2) {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.home-contact.study-register-form input,
.home-contact.study-register-form select {
    background: #262e41;
}

.home-contact.study-register-form input::placeholder,
.home-contact.study-register-form select {
    color: #fff;
}

.home-contact.study-register-form h2.section-title::after {
    content: '';
    background: url(../images/zyro-image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 579px;
    width: 100%;
    height: 64px;
    display: block;
    margin: auto;
}

.home-contact.study-register-form .section-title-container p {
    font-size: 28px;
}

.scholarship-box .box-image {
    width: 238px;
    height: 138px;
}

.scholarship-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scholarship-box .scholarship-title {
    line-height: 23px;
}

.scholarship-box .scholarship-title a {
    font-size: 18px;
}

.scholarship-box p {
    color: #666062;
    font-weight: 500;
}

.blog-single .box-icon.style-box {
    border: 1px solid #181832;
    border-radius: 10px;
    padding: 16px 30px;
    height: 74px;
}

.blog-single .box-icon.style-box img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.box-icon.flag {
    width: 100%;
    height: 166px;
}

.box-icon.flag img {
    height: 100%;
    object-fit: cover;
}

.blog-single .box-icon.style-box span {
    color: #3a6587;
    font-size: 18px;
}

.contact-infor strong {
    font-size: 22px;
}

.contact-infor .contact-infor-item i {
    font-size: 20px;
    min-width: 14px;
}

.contact-bottom {
    border-top: 1px solid #ccc;
}

.contact-bottom p {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.search-form input {
    padding-left: 48px;
    border: 2px solid #2c2c44;
}

.search-form input::placeholder {
    font-size: 18px;
}

.search-form select {
    color: #fff;
    background: #0c79ee;
    border-radius: 10px;/* 10px 10px 0 0;*/
    padding: 10px;
    height: 58px;
    font-size: 18px;
    font-weight: 600;
}

.search-form select:focus {
    color: #fff;
    background: #0c79ee;
    border: unset;
    outline: 0;
    box-shadow: unset;
}

.search-form select option {
    background: #333;
}

.search-form select option {
    text-align: center;
}

.search-form input,
.search-form button {
    height: 50px;
    border-radius: 10px;
}

.search-form button {
    font-size: 20px;
}

.search-form::before {
    content: '';
    background: url('../images/icon-search-2.png');
    background-size: 75%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 10;
}

.results-box {
    border: 1px solid #2a82cc;
    padding: 6px;
}

.results-box .results-title {
    line-height: 22px;
}

.results-box .results-title a {
    color: #363948;
    font-size: 16px;
}

.results-box .media-body p {
    margin-bottom: 0;
}

.results-box .results-info span {
    color: #4c7fbe;
    font-weight: 600;
}

.results-box .box-image {
    width: 240px;
    height: 134px;
}

.results-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.results-box:hover a {
    color: rgb(181, 31, 35);
}

.post-content p {
    font-size: inherit;
}

.student-achievement:hover .achievement-next,
.student-achievement:hover .achievement-prev,
.student-nganhhocpb:hover .nganhhocpb-next,
.student-nganhhocpb:hover .nganhhocpb-prev,
section.video:hover .video-next,
section.video:hover .video-prev,
.letter-wraper:hover .letter-next,
.letter-wraper:hover .letter-prev {
    opacity: 1;
}

.video-slide iframe {
    width: 100% !important;
}

.swiper-pagination.letter-pagination {
    left: 50%;
    z-index: 1000;
    bottom: -20px;
    transform: translateX(-50%);
}

.swiper-pagination.letter-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 50px;
    height: 10px;
    background: #ccc;
}

.swiper-pagination.letter-pagination .swiper-pagination-bullet-active {
    background: #0c79ee;
}

.btn-dropmenu {
    display: none;
}

.scholarship-wrapper .scholarship-box .media-body h3 a {
    display: block;
}

.scholarship-wrapper .scholarship-box .media-body h3 {
    line-height: 28px;
}

.scholarship-wrapper .scholarship-box .media-body h3 a,
.scholarship-wrapper .scholarship-box .media-body p {
    color: #fff;
}

.scholarship-wrapper .scholarship-box .media-body p {
    font-size: 14px;
}

.scholarship-wrapper .scholarship-box .box-image {
    width: 100%;
    height: 160px;
}

.modal#searchform {
    background: #00000078;
}

.modal-content button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.modal#searchform a.nav-item.nav-link {
    font-size: 20px;
    background: #dfd9d9;
}

.modal#searchform a.nav-item.nav-link.active {
    background: #fff;
}

.modal#searchform .form-content select {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    font-size: 18px;
}

.modal#searchform .form-content select:focus {
    outline: 0;
    box-shadow: unset;
}

.steps-swapper .steps-slide {
    overflow: unset;
}

.section-title-container {
    position: relative;
    z-index: 10;
}

section.steps.bg-section {
    overflow: hidden;
}

.header-main nav.navbar {
    height: 100%;
}