/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.fs-12 {
    font-size: 1.2rem;
}

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

.color-text {
    color: var(--color-text);
}

.entire-action-header {
    position: relative;
}

img {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*CSS by quyettq*/
.logo-section a {
    display: flex;
    width: max-content;
    align-items: center;
}

.logo-section .logo-text {
    border-left: 2px solid #1a1f40;
}

.head-hotline {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.head-hotline a:hover {
    color: var(--color-main) !important;
}

.head-hotline i {
    font-size: 3rem;
}

.header-top .search-section .form-control {
    height: 3.4rem;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
}
.header-top .search-section .btn {
    height: 3.4rem;
    padding: 0 1.25rem;
    background: var(--color-main);
    border-color: var(--color-main);
    border-radius: 0 5px 5px 0;
}
.header-top .search-section .btn:hover {
    background: var(--color-highlight);
    color: var(--white);
    border-color: var(--color-highlight);
}

.setting-menu .menu-section > ul > li:first-child {
    margin-left: 0;
}

body:not(.is-mobile) header {
    padding-bottom: 15rem;
} 

.header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    display: block;
    height: 10rem;
    background-color: var(--white);
}

.setting-menu {
    position: fixed;
    top: 10rem;
    left: 0;
    width: 100%;
    z-index: 98;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    display: block;
    height: 5rem;
    /* overflow: hidden; */
}

.setting-menu-mb {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1234;
}

.header-top.fixed {
    top: -10rem;
}

.setting-menu.fixed {
    top: 0;
}

.setting-menu-mb {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 1234;
    background: var(--white);
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.setting-menu-mb.fixed {
    position: fixed;
}

.header-top > .container > .row > div:nth-child(1),
.header-top > .container > .row > div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
} 
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.why-choose-box {
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.rotate-1 {
    -webkit-transform: rotate(335deg);
    -moz-transform: rotate(335deg);
    -ms-transform: rotate(335deg);
    -o-transform: rotate(335deg);
    transform: rotate(335deg);
}

.rotate-2 {
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
}

.rotate-3 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.rotate-4 {
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
}

.teacher-list {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.item-feedback {
    padding: 1.5rem;
}

.item-feedback:nth-child(even) {
    background: #e6f1f4;
}

.item-feedback:nth-child(odd) {
    background: #f4ece6;
}

.item-feedback:nth-child(1n+3) {
    background: #efe6f4;
}

.swiper-button-prev.custome, .swiper-button-next.custome {
    width: 3.4rem;
    height: 3.4rem;
    background: #ff5e14;
    color: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next.custome, .swiper-rtl .swiper-button-prev.custome {
    right: 0;
}.swiper-button-prev.custome, .swiper-rtl .swiper-button-next.custome {
    left: 0;
}.swiper-button-prev.custome:hover, .swiper-button-next.custome:hover {
    background: var(--color-main);
}

@keyframes rightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.target {
    white-space: nowrap;
    animation-name: rightToLeft;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marque-home {
    overflow-x: hidden;
    background: var(--color-highlight);
    font-size: 2.2rem;
    line-height: 2.5rem;
}

.calendar-box {
  width: 4.5rem;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid var(--color-highlight);
  background: var(--color-highlight);
}

.calendar-top {
  color: white;
  font-size: 1.2rem;
  line-height: 20px;
}

.calendar-bottom {
  color: black;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 3px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: var(--white);
  line-height: 22px;
}

.item-2 {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

.item-2 .inner-content {
    max-width: 60%;
    width: 100%;
    float: right;
}

.item-2 .inner-image {
    max-width: 40%;
    float: left;
    width: 100%;
}

.item-3 {
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background: #fff;
    transition: all .3s linear;
}

.item-3 .inner-content {
    display: flex;
    justify-content: space-between;
}

.item-3 .inner-content .article-title a,
.item-2 .inner-content .article-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: left;
    padding-right: 1rem;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
    line-height: 23px;
    height: calc(2 * 23px);
    overflow: hidden;
}

.item-2 .inner-content .article-title a,
.item-list .inner-content .article-title a {
    font-size: 2rem;
    height: auto;
}

.clamp-1, .clamp-2, .clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 23px;
    overflow: hidden;
}

.clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(2 * 23px);
}

.clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(3 * 23px);
}

.btn-see-detail {
    padding: 0;
    border: none;
    /* color: var(--black); */
    font-size: 1.5rem;
}

.btn-see-detail:hover, .item-2 .inner-content .article-title a:hover,
.item-3 .inner-content .article-title a:hover {
    color: var(--color-highlight-2);
}

.new-hot-left .item-2:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories .more-list li {
    display: flex;
    gap: 1rem;
}.categories .more-list img {
    width: 14px;
    object-fit: contain;
    flex: none;
}
.categories .more-list li a {
    font-size: 1.5rem;
}

.btn-toggle {
    background: var(--color-highlight);
    border-radius: 25px;
    padding: 0.7rem 2.5rem;
    font-size: 1.3rem;
    border: none;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}.btn-toggle:hover {
    background: rgb(238 133 38 / 80%);
}

.outstanding-achievements .swiper-pagination, .custome-pg {
    position: unset;
    margin-top: 3rem;
}.outstanding-achievements .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    border-radius: 0;
    height: 0.5rem;
    margin: 0 3px;
    background: #D9D9D9;
    opacity: 1;
}.outstanding-achievements .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-main);
}.outstanding-achievements .item-achiement img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 185/116;
}.outstanding-achievements .swiper-button-next,
.outstanding-achievements .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}.outstanding-achievements .swiper-button-next {
    transform: translate(50px,-50%);
}.outstanding-achievements .swiper-button-prev {
    transform: translate(-50px,-50%);
}.outstanding-achievements .swiper:hover .swiper-button-next,
.outstanding-achievements .swiper:hover .swiper-button-prev {
    opacity: 1;
    cursor: pointer;
    visibility: visible;
    transform: translate(0px,-50%);
    transition: all .4s ease-in-out;
}.outstanding-achievements.home-article .title-section {
    text-align: left !important;
    color: var(--black) !important;
    font-size: 2.1rem;
}

.box-slider-video {
    padding: 3rem 1rem;
}

.bg-slider-main {
    padding: 13rem 0 7rem 0;
}

.btn-play-ytb .btn-play {
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    position: relative;
}

.btn-play-ytb .btn-play-video {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    border-radius: 50%;
    padding-left: 0.5rem;
    font-size: 3rem;
    background-color: var(--color-highlight-3);
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-animation: zoom-in-out 2000ms infinite;
    -moz-animation: zoom-in-out 2000ms infinite;
    -o-animation: zoom-in-out 2000ms infinite;
    animation: zoom-in-out 1400ms infinite;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.btn-play-ytb .btn-play-video:before,
.btn-play-ytb .btn-play-video:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color-highlight-3);
    -webkit-animation: zoom-in-out 2000ms infinite;
    -moz-animation: zoom-in-out 2000ms infinite;
    -o-animation: zoom-in-out 2000ms infinite;
    animation: zoom-in-out 1200ms infinite;
}

.btn-play-ytb .btn-play-video:after {
    z-index: 1;
    top: -2rem;
    left: -2rem;
    width: 10rem;
    height: 10rem;
    opacity: .15;
}.btn-play-ytb .btn-play-video:before {
    top: -1rem;
    left: -1rem;
    width: 8rem;
    height: 8rem;
    opacity: .41;
}

.content-slider .swiper-slide--title {
    font-size: 3.5rem;
}

.read-more a {
    display: inline-block;
    text-transform: uppercase;
    background: var(--color-highlight-3);
    color: var(--white);
    padding: 1rem 2.5rem;
    border-radius: 5px;
    font-weight: normal;
}

.read-more a:hover {
    background: var(--color-main);
}

.breadcrumbs.breadcrumbs-custome {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumbs-custome .breadcrumbs-section a {
    color: var(--white);
    line-height: 2rem;
    text-transform: capitalize;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}.breadcrumbs-custome .breadcrumbs-section a::after {
    color: var(--color-highlight-2);
}

.item-list .inner-image {
    width: 100%;
    display: inline-block;
    float: left;
}.item-list .inner-image img {
    position: unset;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 5/3;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}.item-list .inner-content {
    width: 100%;
    display: inline-block;
    float: right;
    padding-top: 2rem;
}.item-list .calendar-box {
    background: #e9edf5;
    width: 6rem;
    border: none;
    border-radius: 0;
}.item-list .calendar-box .calendar-top {
    background: var(--color-highlight-2);
    font-size: 1.1rem;
}.item-list .calendar-box .calendar-bottom {
    background: transparent;
    color: #4078b8;
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 0;
}

.title-view-small:after, .outstanding-achievements.home-article .title-section:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    background: var(--color-highlight-2);
}

.article-list > .container > .row > div:last-child > div:not(:last-child),
.article-fetail > .container > .row > div:last-child > div:not(:last-child) {
    margin-bottom: 3rem;
}

.view-small .calendar-top, .breadcrumbs-custome .breadcrumbs-section a h2 {
    color: var(--color-highlight-3);
    font-size: 1.5rem;
    font-family: 'Roboto';
}.view-small .calendar-bottom {
    font-size: 2rem;
    color: var(--color-highlight-3);
    font-family: 'Roboto';
}.item_small .inner-image {
    width: 5rem;
    margin-right: 1rem;
}.item_small .inner-content {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}.item_small .inner-content .article-title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-family: 'Roboto';
}.view-small .item_small:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.info-top span {
    color: #212529;
}.info-top .decided {
    margin: 0 1.5rem;
    border-left: 1px solid #dddddd;
}

.inner-image {
    overflow: hidden;
}

.inner-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.categories > div > div > div:last-child {
    margin-bottom: 0 !important;
}

.title-article-detail {
    font-size: 2.6rem;
}

.wrap-suggestion > ul > li > a > div:nth-child(1) {
    flex: 0 0 30%;
    max-width: 30%;
}.wrap-suggestion > ul > li > a > div:nth-child(2) {
    flex: 0 0 70%;
    max-width: 70%;
}.wrap-suggestion > ul > li > a {
    color: #0b0c26;
    font-weight: 500;
    font-size: 1.5rem;
}.wrap-suggestion > ul > li > a:hover {
    color: var(--color-highlight-3);
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #183881;
}

.map-footer iframe, .facebook-footer iframe {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
}

.title-footer {
    font-size: 1.8rem;
    color: var(--orange);
    font-weight: bold;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

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

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

.social-footer ul li a {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--color-main);
    position: relative;
}

[data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid rgba(0, 0, 0, 0);
    background: 0 0;
    content: "";
}

.tooltip-top:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: #182333;
}

.tooltip-top:after, .tooltip-top:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 78%;
    left: 50%;
}

.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before,
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}

[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

.tooltip-top:after, [data-tooltip]:after {
    margin-left: -80px;
}

[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: #182333;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(0.8, 0.8)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-4deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1, 1, 1) rotate(4deg)
    }

    40%,60%,80% {
        transform: scale3d(1, 1, 1) rotate(-4deg)
    }

    100% {
        transform: scale(0.9)
    }
}

.hotline-footer > a {
    background: var(--color-highlight-2);
    padding: 0 2rem;
    border-radius: 20px;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    color: #fff;
    -webkit-animation: zoom-in-out 2500ms infinite;
    -moz-animation: zoom-in-out 2500ms infinite;
    -o-animation: zoom-in-out 2500ms infinite;
    animation: zoom-in-out 1500ms infinite;
}.hotline-footer > a:hover {
    background: var(--color-highlight);
}

.hotline-footer > a > i {
    font-size: 1.6rem;
}

.social-footer ul li a:hover {
    background: var(--color-highlight-2);
    color: var(--white);
}

.hotline-footer .title-footer {
    font-size: 2.3rem;
    font-weight: 500;
    color: var(--color-highlight);
}

/*social footer*/
.hotline-phone-ring-wrap {
    left: 2rem;
    bottom: 2rem;
    position: fixed;
    z-index: 1025;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

.hotline-phone-ring-circle {
    width: 6rem;
    height: 6rem;
    top: -0.5rem;
    left: -0.5rem;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(33 150 243);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 4.5rem;
    height: 4.5rem;
    top: 0.25rem;
    left: 0.25rem;
    position: absolute;
    background-color: rgb(33 150 243 / 75%);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: rgb(33 150 243);
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: 1rem;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hotline-bar {
    position: absolute;
    background: rgb(246 68 57 / 0.75);
    height: 4rem;
    max-width: 20rem;
    line-height: 4rem;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 3.3rem;
    bottom: 3.7rem;
    text-align: center;
    color: #fff;
    padding: 0 3rem 0 6rem;
    width: max-content;
    z-index: 0;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    
}

/*back to top*/
#backToTop {
    background-color: #034ea2;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    z-index: 999;
    border: none;
    right: 2rem;
    bottom: 2rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

#backToTop:hover {
    background-color: var(--color-highlight-2);
}

.is-mobile #backToTop {
    background-color: rgb(15 79 86 / 70%);
}
#backToTop.show {
    opacity: 1;
}

.tada {
    position: fixed;
    bottom: 8rem;
    left: 1rem;
    z-index: 12;
}

@keyframes shake-hover {
  0% { transform: translate(0); }
  25% { transform: translate(2px, 2px); }
  50% { transform: translate(-3px, -3px); }
  75% { transform: translate(2px, -2px); }
  100% { transform: translate(0); }
}

.tada:hover, #clickTuyensinh:hover {
  animation: shake-hover 0.3s infinite;
}

#clickTuyensinh img {
    max-height: 5rem;
    object-fit: contain;
}

#clickTuyensinh {
    position: fixed;
    bottom: 6rem;
    right: 0rem;
    z-index: 123;
}

body:not(.is-mobile) .btn-menu-mobile {
    color: var(--white);
    line-height: 5rem;
    height: 5rem;
    width: 5rem;
}

.setting-menu-mb .btn-action-header i {
    font-size: 2.5rem;
    color: var(--color-main);
}

.is-mobile .logo-section img {
    max-height: 50px;
}

.setting-menu-mb {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width: 576px) {
    .item-list .inner-image {
        width: 39%;
    }.item-list .inner-content {
        width: 61%;
        padding-left: 2rem;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .header-top > .container > .row > div:nth-child(1) {
        flex: 0 0 60%;
        max-width: 60%;
    }.header-top > .container > .row > div:nth-child(2) {
        max-width: 40%;
        flex: 0 0 40%;
    }
    
    .box-slider-video {
        max-width: 66.66667%;
        margin: 0 auto;
        padding: 5rem 0;
    }
    
    .item-list .inner-content {
        width: calc(100% - 22rem);
    }.item-list .inner-image {
        width: 21rem;
    }
}

@media (min-width: 992px) {
    .news-home>.row>div:nth-child(even) .inner-image {
        order: 1;
    }
    
    .item-list .inner-content {
        width: calc(100% - 30rem);
    }.item-list .inner-image {
        width: 30rem;
    }
}

@media (min-width: 1000px) {
    .setting-menu .menu-section > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .setting-menu .menu-section > ul > li > a {
        color: var(--white);
        display: inline-block;
        height: 5rem;
        line-height: 5rem;
        position: relative;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    
    .setting-menu .menu-section > ul > li:hover > a,
    .setting-menu .menu-section > ul > li > a.active {
        color: var(--color-highlight-2) !important;
        border-bottom: 3px solid var(--color-highlight-2);
    }
    
    .setting-menu .menu-section > ul > li.has-child > a span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-top > .container > .row > div:nth-child(1) {
        flex: 0 0 75%;
        max-width: 75%;
    }.header-top > .container > .row > div:nth-child(2) {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-top > .container > .row > div:nth-child(1) {
        flex: 0 0 70%;
        max-width: 70%;
    }.header-top > .container > .row > div:nth-child(2) {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (max-width: 992px) {
    .logo-text {
        display: none;
    }
}

@media (max-width: 768px) {
    .bg-slider-main {
        padding: 6rem 0 3rem 0;
    }
    
    .swiper-slider-main .swiper-slide img {
        height: 53vw;
    }
    
    .map-footer iframe, .facebook-footer iframe {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .categories > div > div > div:last-child {
        margin-bottom: 0 !important;
    }
    
    .head-hotline {
        font-size: 1.2rem;
    }
    
    .outstanding-achievements .swiper-pagination .swiper-pagination-bullet {
        width: 4rem;
    }
    
    .tada img {
        max-height: 6rem;
    }
    
    .swiper-slider-main .swiper-slide img {
        height: 54vw;
    }
}

@media (max-width: 375px) {
    .outstanding-achievements .swiper-pagination .swiper-pagination-bullet {
        width: 2rem;
    }
}

.is-mobile .teacher-description {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
