html {
  scroll-behavior: smooth;
}

.header-main > .container > .row > div {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;

}

.fs-16 {
    font-size: 16px !important;
}

footer {
    background: var(--color-highlight);
}

.footer-social i {
    background: white;
    width: 24px;
    height: 25px;
    color: var(--color-highlight) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
}

.logo-footer .logo-section {
    flex: 0 0 100px;
}

.logo-footer .company-name {
    font-size: 18px;
}

.entire-info-website .name-branch {
    font-size: 20px;
}

.entire-info-website p {
    font-size: 16px;
}

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

/*Button-Contact-Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    /* background: center no-repeat var(--white); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    /* width: 26rem; */
    position: absolute;
    bottom: 5rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    /* -webkit-transform: scale(0); */
    -ms-transform: scale(0);
    /* transform: scale(0); */
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
    z-index: 10000;
}

/*.contact-fixed__list:before {*/
/*    position: absolute;*/
/*    bottom: -0.7rem;*/
/*    right: 2.5rem;*/
/*    left: auto;*/
/*    display: inline-block!important;*/
/*    border-right: 8px solid transparent;*/
/*    border-top: 8px solid #FFF;*/
/*    border-left: 8px solid transparent;*/
/*    content: '';*/
/*}*/

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

/*.contact-fixed__item:hover {*/
/*    background-color: #eeeeee;*/
/*    color: var(--color-text);*/
/*}*/

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-right: 0.3rem;
    border-radius: 50%;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.cusgthieu .image img{
    width: 72px;
    height: 72px;
}

.box-title-gthieu .title {
    color: #767676;
    font-size: 18px;
    font-weight: 400;
}

.box-title-gthieu .mota {
    color: var(--color-highlight);
    font-size: 24px;
}

.box-title-gthieu .noidung {
    color: #32353C;
    font-size: 16px;
}

.cusgthieu .item .name {
    font-size: 18px;
}

.item-nganhhoc {
    color: black;
    padding: 1rem 1.5rem;
    display: inline-block;
    font-size: 18px;
    margin: 1rem ;
    border-radius: 10px;
    background: var(--light);
}

.item-nganhhoc:hover {
    background: var(--gray);
}

.article-item {
    border: 1px solid var(--gray);
    border-radius: 10px;
    overflow: hidden;
    
    height: 100%;
}

.article-item-hedaotao .article-title a {
    color: var(--color-highlight);
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
}

.article-item .article-description{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}







.article-item .inner-content {
    padding: 1rem;
}

.article-item-hedaotao {
    background: white;
    padding: 1rem;
    border-radius: 18px;
}

.title-section.cus-border-title {
    position: relative;
    margin-bottom: 5rem !important;
}

.title-section.cus-border-title:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 70px;
    background: var(--color-highlight);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.img-bg {
    background-size: cover;
}

.article-item-custom img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    
}

.sec-duhoc > .row > div:nth-child(3) > article > .row,
.sec-duhoc > .row > div:nth-child(4) > article > .row {
    flex-direction: row-reverse;
}

.article-item-custom {
    background: var(--light);
    border-radius: 10px;
    overflow: hidden;
}

.article-item-custom .inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}

.cus-form {
    background: var(--light);
    padding: 2rem;
    border-radius: 10px;
}

.cus-form .labe {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-highlight);
}

.cus-form .form-control {
    height: calc(1.5em + 2.7rem + 2px);
    font-size: 14px;
    border-radius: 7px;
}

.btn-submit-red {
    background: #B82227;
    color: white;
    border-radius: 5px;
    border: 1px solid #B82227;
}

.btn-submit-red:hover {
    background: white;
    color: #B82227;
}

.header-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-item .article-title a {
    font-size: 21px;
}

.article-item-custom .article-title {
    position: relative;
    margin-bottom: 2rem !important;
}

.article-item-custom .article-title:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 71px;
    background: var(--color-highlight);
    bottom: -5px;
    left: 0;
}

.article-item-hedaotao .article-title {
    position: relative;
    margin-bottom: 2rem !important;
}

.article-item-hedaotao .article-title:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 39px;
    background: #D0171A;
    bottom: -5px;
    left: 0;
}

.setting-menu{
	background: var(--color-highlight);
}

body.scolling {
    padding-top: 130px;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}






.menu-section .entry-menu.full-width .menu-title {
    font-size: 16px !important;
}
.img-about img {
    width: 100% !important;
    height: auto;
}
.boxStudy-siderbar-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.boxStudy-siderbar-relative {
    position: relative;
    padding-top: 100%;
}
.boxStudy-siderbar-img {
    overflow: hidden;
}
.boxStudy-siderbar-relative a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000063;
    border-radius: 10px;
}
.boxStudy-sidebar,
.item-study-slider {
    position: relative;
    z-index: 9;
}
.boxStudy-siderbar-title {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    padding-left: 15px;
}
.boxStudy-siderbar-title h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.boxStudy-siderbar-title h3 a {
    color: #fff;
    text-transform: uppercase;
}
.item-study-slider-img {
    position: relative;
    padding-top: 100%;
    border-radius: 5px;
}
.item-study-slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.item-study-slider-img a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000063;
    border-radius: 10px;
}
.item-study-slider {
    margin-bottom: 15px;
}
.boxStudy-siderbar-main .swiper-backface-hidden .swiper-slide {
    margin-top: 0px !important;
}
.item-study-slider-infor {
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}
.item-study-slider-infor h3 {
    margin-bottom: 0px;
}
.item-study-slider-infor h3 a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.boxStudy-siderbar-main .swiper-button-next {
    right: 0px !important;
}
.boxStudy-siderbar-main .swiper-button-prev {
    left: 0px;
}
.boxStudy-siderbar-main .swiper-button-prev, 
.boxStudy-siderbar-main .swiper-button-next {
    top: 48%;
    z-index: 999;
    opacity: 0 !important;
}
.boxPadding-top-custom .boxStudy-siderbar-main .swiper-button-prev, 
.boxPadding-top-custom .boxStudy-siderbar-main .swiper-button-next {
    display: none;
}
.boxStudy-siderbar-main:hover .swiper-button-prev, 
.boxStudy-siderbar-main:hover .swiper-button-next {
    opacity: 1 !important;
}
.box-overflow {
    overflow: hidden;
}
.boxStudy-sidebar {
    margin-bottom: 15px;
}
.boxStudy {
    margin-bottom: 0px;
}
.album-video-item .inner-image {
    margin-bottom: 10px;
    border-radius: 5px;
}
.boxVideo-home {
    margin-bottom: 0px;
}
.album-video-title {
    font-size: 14px;
    font-weight: bold;
}
.boxVideo-home .swiper-pagination {
    bottom: 0px;
}
.boxVideo-home .inner-image {
    padding-top: 60%;
    border-radius: 10px;
}
.box-duhoc {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}
.boxVideo-home .title-section,
.box-visa-top .title-section {
    color: #ec8624;
}
.box-visa-top .title-section,
.box-visa-top .section-title-container {
    color: #333;
}
.box-visa-home .box-visa-top .title-section, 
.box-visa-home .box-visa-top .section-title-container {
    color: #fff;
}
.boxVideo-home .section-title-container,
.box-visa-top .section-title-container{
    color: #333;
}
.boxVideo-home .album-video-title,
.boxVideo-home .album-video-title a,
.album-video-title a{
    color: #333;
}
.boxVideo-home .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}
.boxVideo-home .swiper-pagination-bullet-active {
    opacity: 1;
}
.icon-video i {
    font-size: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #ff000082;
    color: #fff;
    border: 2px solid red;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.album-video-item:hover .icon-video i {
    background: red;
}
.boxVideo-home .album-video-item {
    margin-bottom: 30px !important;
}
.box-readmore a {
    display: table;
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
    border-radius: 3px;
    padding: 1rem 4rem;
    font-weight: bold;
    margin: 0 auto;
}
.box-readmore-custom a {
    border: 1px solid #fff;
    background-color: #fff;
    color: #ec8624;
}
.boxVideo-home-main {
    margin-bottom: 15px;
}
.boxVisa-main .grid-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.boxVisa-main .grid-item  {
    position: relative;
    padding-top: 100%;
    margin-bottom: 50px;
}
.boxVisa-main .swiper-pagination {
    display: block !important;
    bottom: 0px;
}
.boxVisa-main .swiper-button-next, .boxVisa-main .swiper-button-prev {
    display: none;
}
.article-item.interview-body:hover img {
    transition: scale(0) !important;
}
/*footer .bg-decor_customer::before {*/
/*    background: #ec8624;*/
/*}*/
.box-event-home .swiper-pagination-bullet {
    background: #fff;
}
.bg-decor_student:before {
    background: #fff;
}
.box-feel .boxVideo-home .title-section,
.box-feel .boxVideo-home .section-title-container,
.box-feel .boxVideo-home .album-video-title a {
    color: #333;
}
.box-feel .boxVideo-home .album-video-item {
    margin-bottom: 30px !important;
}
.box-feel .boxVideo-home .swiper-pagination {
    bottom: -5px;
}
.boxVideo-home .swiper {
    padding-bottom: 15px;
}
.box-feel .boxVideo-home .box-readmore a {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: #fff;
}
.box-event-home .article-item .inner-image {
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.item-visa-image {
    padding-top: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.box-visa-home .item-visa-image {
    padding-top: 100%;
    margin-bottom: 10px;
}
.item-visa-infor .article-title {
    font-size: 14px !important;
}
.box-visa-home .item-visa-infor .article-title {
    color: #fff;
}
.article-item-visa {
    margin-bottom: 30px;
}
.box-visa-home .article-item-visa {
    margin-bottom: 0px;
}
.box-visa-home .box-visa-main .swiper  {
    padding-bottom: 30px;
}
.box-visa-home .box-visa-main .swiper-pagination-bullet-active {
    background-color: #fff;
}
.box-visa-home .box-visa-main .swiper-pagination-bullet {
    background: #fff;
}
.boxVideo-main > .row {
    margin: 0 -7.5px;
}
.boxVideo-main > .row > div {
    padding: 0 7.5px;
}
.boxVideo-main .album-video-item {
    margin-bottom: 15px;
}
.box-same-kind .title-section {
    text-align: left !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
}
.item-news-custom .inner-image .ratio-1-1 {
    padding-top: 60%;
    margin-bottom: 10px;
}
.item-news-custom .inner-image .ratio-1-1 img {
    border-radius: 10px;
}
.item-news-custom .article-title {
    font-size: 14px;
    /* margin-bottom: 5px !important; */
    /* margin-top: 0px !important; */
}
.item-news-custom .inner-content .post-date {
    font-size: 12px;
    margin-bottom: 0px;
}
.item-news-custom .inner-content .article-description {
    font-size: 13px;
    margin-bottom: 0px !important;
}
.article-item {
     margin-bottom: 15px !important; 
}
.section-none {
    display: none;
}
.is-mobile .box-news-custom > .row,
.is-mobile .box-same-kind > .row {
    margin: 0 -7.5px;
}
.is-mobile .box-news-custom > .row > div,
.is-mobile .box-same-kind > .row > div {
    padding: 0 7.5px;
}
.social-share-none {
    display: none !important;
}
.section-highlight:before {
    background: #ec8624;
}
.section-vlog:before {
    background: #C6C2C1;
}
.section-procedure:before {
    background: #ec8624e3;
}
.section-procedure .section-title-container .section-title-2,
.section-procedure .section-title-1{
    color: #fff;
}
.box-event-home .article-item .inner-image .ratio-3-2 {
    padding-top: 60%;
}
.box-event-home .article-item .article-title-scholarship {
    margin-bottom: 0px !important;
}
.box-event-home .article-item {
    margin-bottom: 15px;
}
.box-event-home .swiper {
    padding-bottom: 30px;
}
.box-module-top {
    margin-bottom: 30px;
}
.box-module-title .title-section {
    margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: bold;
}
.box-module-slogan .section-title-container {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 14px;
}
.edutime-big .article-item .ratio-16-9 {
    padding-top: 60%;
    margin-bottom: 10px;
}
.edutime-big .article-item .inner-image img {
    border-radius: 10px;
}
.edutime-big .article-item .inner-content .article-title {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
}
.edutime-big .article-item .article-description {
    font-size: 13px;
    margin-bottom: 0px !important;
}
.edutime-big .article-item {
    margin-bottom: 30px;
}
.box-edutime-main > .row {
    margin: 0 -7.5px;
}
.box-edutime-main > .row > div {
    padding: 0 7.5px;
}
.edutime-small .article-item {
    display: table;
    width: 100%;
    margin-bottom: 15px !important;
}
.edutime-small .article-item .inner-image {
    width: 30%;
    float: left;
    margin-right: 0px;
    height: auto;
}
.edutime-small .article-item .inner-content {
    width: 70%;
    float: left;
    margin-left: 0px;
    padding-left: 15px;
}
.edutime-small .article-item .inner-image .ratio-1-1 {
    padding-top: 60%;
}
.edutime-small .article-item .inner-image .ratio-1-1 img {
    border-radius: 10px;
}
.edutime-small .article-item .article-title {
    font-size: 13px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-weight: bold;
}
.edutime-small .article-item .article-description {
    margin-bottom: 0px !important;
    font-size: 13px;
    display: none;
}
.boxStudy .boxStudy-siderbar-main .swiper-slide-custom {
    margin-top: 0px !important;
}
.box-remore-duhoc {
    margin-top: 15px;
}
.view-small-home.edutime-small {
    max-height: 426px;
    overflow-y: scroll;
    padding-right: 15px;
}
.view-small-home.edutime-small::-webkit-scrollbar {
  width: 8px;
}
.view-small-home.edutime-small::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.view-small-home.edutime-small::-webkit-scrollbar-thumb {
  background: var(--color-highlight);
  border-radius: 10px; 
}
.view-small-home.edutime-small::-webkit-scrollbar-thumb:hover {
  background: var(--color-highlight);
}
.entire-map-custom {
    padding-top: 30%;
}
.img-icon-category {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.menu-link-custom:before {
    display: none;
}
.img-icon-class img{
    width: 30px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

header {
    background: var(--color-highlight);
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px !important;
    }
}

@media (min-width: 1200px) {
    .box-company-logo {
        padding-right: 85px;
    }
}


.search-section .input-group .form-control {
    background: #f6f6f6;
    border-radius: 20px !important;
}

.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}

.search-section .btn-action-header {
    background: none;
    border: none;
    border-left: 1px solid #ebebeb;
}

.article-item-custom .article-title a {
    color: var(--color-highlight);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-chitiet a {
    color: black;
}

.btn-chitiet a:hover {
    color: var(--color-highlight);
}











    
@media (min-width: 768px) {
    .entire-info-website > .row > div {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .space-75 {
        margin-right: 7.5px;
        margin-left: 7.5px;
    }
    
    .space-75 > .container > .row > div{
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    
    .space-75 > .row > div{
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}    
    
    
    
    
    
    
 
    
    
.btn-mini-cart {
    border-left: 1px solid #ebebeb;
}

.header-search .form-dropdown {
    position: absolute;
    top: calc(100% + 1rem + 0px);
    left: auto;
    right: 15px;
    z-index: 1034;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}

.header-search .dropdown-form-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* overflow: hidden; */
    padding: 10px 20px;
}

.search-section .box-arrow {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% - 0px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out;
    z-index: 2001;
}

.search-section .btn-action-header.active .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    visibility: visible;
}

.header-search .form-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.form-group input {
    border-radius: 5px;
    border-color: #ced4da;
}

@media (max-width: 1000px) {
     .menu-section .active {
        color: var(--color-highlight) !important;
    }
    
    .menu-section > ul > li:hover > a {
        color: var(--color-highlight) !important;
    }
    
    .btn-menu-mobile:hover {
        color: white !important;
    }
}


@media (max-width: 1000px) and (min-width: 567px){
    .sec-logo {
        margin-right: auto;
    }
}








@media (min-width: 992px) {
    .menu-section .entry-menu.dropdown {
        background-color: #282f42de;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
        border-top: none;
    }
    .menu-section .menu-link {
        color: #fff;
        font-size: 15px;
    }
    .menu-section .entry-menu.full-width {
        background-color: #282f42de;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
        border-top: none;
    }
    .menu-section > ul > li > .entry-menu.full-width li:hover {
        background-color: transparent !important;
    }
    .menu-section .entry-menu.full-width .menu-title {
        font-size: 16px !important;
        color: #fff;
    }
    .boxStudy-siderbar-title {
        bottom: 20px;
        padding-left: 20px;
    }
    .boxStudy-siderbar-title h3 {
        font-size: 30px;
    }
    .boxStudy-siderbar-relative {
        padding-top: calc(100% + 20px);
    }
    .item-study-slider {
        margin-bottom: 20px;
    }
    .boxStudy > .row {
        margin: 0 -10px;
    }
    .boxStudy > .row > div {
        padding: 0 10px;
    }
    .item-study-slider-infor {
        bottom: 10px;
        padding-left: 0px;
    }
    .item-study-slider-infor h3 a {
        font-size: 20px;
    }
    .boxStudy-siderbar-main .swiper-button-next {
        right: 0px !important;
    }
    .boxStudy-siderbar-main .swiper-button-prev {
        left: 0px;
    }
    .boxStudy-siderbar-main .swiper-button-prev, 
    .boxStudy-siderbar-main .swiper-button-next {
        top: 48%;
    }
    .boxStudy-sidebar {
        margin-bottom: 0px;
    }
    .boxStudy {
        margin-bottom: 0px;
    }
    .boxVideo-home {
        margin-bottom: 0px;
    }
    .album-video-title {
        font-size: 15px;
    }
    .boxVideo-home .inner-image {
        padding-top: 60%;
    }
    .box-duhoc {
        margin-bottom: 20px !important;
        padding-bottom: 0px !important;
    }
    .boxVideo-home .album-video-item {
        margin-bottom: 30px !important;
    }
    .boxVideo-home-main {
        margin-bottom: 30px;
    }
    .boxVisa-main .grid-item  {
        padding-top: 35%;
        margin-bottom: 50px;
    }
    .item-study-slider-img {
        padding-top: 50%;
    }
    .boxPadding-top-custom .item-study-slider-img {
        padding-top: 24.5%;
    }
    .box-feel .boxVideo-home .album-video-item {
        margin-bottom: 30px !important;
    }
    .item-visa-infor .article-title {
        font-size: 15px !important;
    }
    .item-visa-image {
        padding-top: 100%;
        margin-bottom: 10px;
    }
    .box-visa-home .item-visa-image {
        padding-top: 100%;
        margin-bottom: 10px;
    }
    .article-item-visa {
        margin-bottom: 30px;
    }
    .box-visa-home .article-item-visa {
        margin-bottom: 0px;
    }
    .box-visa-home .box-visa-main .swiper  {
        padding-bottom: 50px;
    }
    .boxVideo-main > .row {
        margin: 0 -15px;
    }
    .boxVideo-main > .row > div {
        padding: 0 15px;
    }
    .boxVideo-main .album-video-item {
        margin-bottom: 30px;
    }
    .box-same-kind .title-section {
        font-size: 26px;
        margin-bottom: 30px !important;
    }
    .item-news-custom .inner-image .ratio-1-1 {
        padding-top: 60%;
        margin-bottom: 10px;
    }
    .item-news-custom .article-title {
        font-size: 16px;
        /* margin-bottom: 5px !important; */
    }
    .item-news-custom .inner-content .post-date {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .item-news-custom .inner-content .article-description {
        font-size: 14px;
    }
    .article-item-custom {
        /* margin-bottom: 30px !important; */
    }
    .box-event-home .article-item .inner-image .ratio-3-2 {
        padding-top: 60%;
    }
    .box-event-home .article-item {
        margin-bottom: 30px;
    }
    .box-event-home .swiper {
        padding-bottom: 30px;
    }
    .box-module-top {
        margin-bottom: 50px;
    }
    .box-module-title .title-section {
        font-size: 32px;
    }
    .box-module-slogan .section-title-container {
        margin-top: 5px;
        font-size: 16px;
    }
    .edutime-big .article-item .ratio-16-9 {
        padding-top: 60%;
        margin-bottom: 10px;
    }
    .edutime-big .article-item .inner-image img {
        border-radius: 10px;
    }
    .edutime-big .article-item .inner-content .article-title {
        margin-bottom: 10px !important;
        font-size: 16px;
    }
    .edutime-big .article-item .article-description {
        font-size: 14px;
    }
    .edutime-big .article-item {
        margin-bottom: 0px;
    }
    .box-edutime-main > .row {
        margin: 0 -10px;
    }
    .box-edutime-main > .row > div {
        padding: 0 10px;
    }
    .edutime-small .article-item {
        margin-bottom: 20px !important;
    }
    .edutime-small .article-item .inner-image {
        width: 30%;
    }
    .edutime-small .article-item .inner-content {
        width: 70%;
        padding-left: 20px;
    }
    .edutime-small .article-item .inner-image .ratio-1-1 {
        padding-top: 60%;
    }
    .edutime-small .article-item .article-title {
        font-size: 14px !important;
        margin-bottom: 0px !important
    }
    .edutime-small .article-item .article-description {
        margin-bottom: 0px !important;
        font-size: 13px;
        display: block;
    }
    .box-remore-duhoc {
        margin-top: 30px;
    }
    .view-small-home.edutime-small {
        max-height: 426px;
        overflow-y: scroll;
        padding-right: 15px;
    }
    header .container-menu .column-4:nth-child(1),
    header .container-menu .column-4:nth-child(3),
    header .container-menu .column-4:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 1rem;
    }
    header .container-menu .column-4:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 0 1rem;
    }
    header .container-menu .column-4:nth-child(2) .sub-menu > li {
        width: 50% !important;
        float: left;
    }
    .img-icon-category {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .img-icon-class img {
        width: 50px;
        height: auto;
    }
    .menu-section .child-indicator {
        right: 15px;
    }
    .menu-section .entry-menu.dropdown ul {
        top: 1px;
        left: 100%;
        background-color: #282f42de;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
        border-top: none;
    }
}