/* header */
.container-hd {
    max-width: 1600px;
    margin: 0 auto;
}

a {
    transition: all 0.3s;
    text-decoration: none;
}

.hd-menu {
    padding: 14px 0px;
}

.hd-menu .col-hd-social .hd-btn-home {
    background: #E90380;
    border-radius: 99px;
    /* border: 1px solid #fff; */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.hd-menu .col-hd-social .hd-btn-home:hover {
    background: #00377B;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.hd-menu .col-hd-social .social-icons .icon-social {
    transition: filter 0.3s ease;
}

.social-list-icon {
    display: flex;
    gap: 4px;
    justify-content: end;
    align-items: center;
}

footer .social-list-icon {
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

footer .social-link {
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
}

.social-link {
    border: 1px solid rgba(0, 55, 123, 0.3);

    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-radius 0.5s ease-in-out, background 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.hd-menu .col-hd-social .social-icons .icon-social:hover {
    filter: invert(35%) sepia(85%) saturate(3400%) hue-rotate(315deg) brightness(92%) contrast(100%);
}

.main-nav .toggle-mobile-menu {
    display: none;
}

.hd-menu .col-hd-social .social-icons-hd {
    align-items: center;
}

.hd-menu .col-hd-social .hd-btn-home h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 14px 12px 14px 12px;
}

.main-nav {
    position: relative;
    z-index: 1001;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-nav>div>ul {
    font-size: 0;
    list-style: none none;
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-nav>div>ul>li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    padding: 25px 14.5px;
    transition: all 0.3s ease-out;
}

.main-nav>div>ul>li>a {
    display: flex;
    position: relative;
    transition: all 0.3s ease-out;
    color: #00377B;
    font-size: 14px;
    text-decoration: none;
    line-height: 17.09px;
    text-transform: uppercase;
    font-weight: 700;
}

/* menu */


/* footer */
.footer {
    background-image: url('../images/bg-footer.png');
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer .footer-row-2 .title-row-ft {
    color: #FCF6E1;
    font-size: 24px;
    font-family: 'Nunito', sans-serif !important;
}

.footer .footer-row-2 img {
    width: 30px;
    height: 30px;
}

.footer .footer-row-2 .text-ft {
    color: #fff;
    font-size: 16px;
}

.footer .footer-row-2 .ft-map {
    padding-top: 50px;
}

.footer .footer-row-3 .form-container {
    background: #fff;
    border-radius: 10px;
    padding: 37px;
}

.footer .footer-row-3 .form-container h2 {
    color: #00377B;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    width: fit-content;
    font-family: 'Nunito', sans-serif !important;
}

.footer .footer-row-3 .form-container h2::after {
    content: " ";
    display: block;
    width: 99%;
    height: 6px;
    background-color: rgb(233 3 128 / 30%);
    /* margin: 10px auto 0; */
    position: absolute;
    bottom: 6px;
}
.form-btn .wpcf7-spinner{
    display: none;
}
.footer .footer-row-3 .form-container .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

.footer .footer-row-3 .form-container .form-row .form-group {
    width: 50%;
    /* margin-right: 10px; */
}

.footer .footer-row-3 .form-container .form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
    color: #4E5661;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px dashed #00377B;
    border-radius: 10px;
}

.form-group input:focus {
    border-color: #00377B;
    outline: none;
}

.footer .footer-row-3 {
    padding-left: 83px;
}

.footer .footer-row-3 .form-container .form-btn {
    display: flex;
}

.footer .footer-row-3 .form-container .btn-submit {
    margin-top: 21px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #E90380;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    border: unset;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 326px;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}

.footer .social-container {
    margin-top: 60px;
}
.img-box-fees img{
    width: 115px;
}
.footer .social-container .line {
    border-top: 2px solid rgb(255 255 255 / 30%);
}

.footer .social-container .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer .social-container .social-icons .icon-social {
    margin-right: 12px;
}

.footer .social-container .hotline {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.footer .social-container .hotline a {
    color: #fff;
    text-decoration: none;
}

.box-content-banner {
    position: absolute !important;
    top: 23.87%;
    left: 13%;
    z-index: 1;
    max-width: 720px;
}

.title-banner h2 {
    font-size: 62px;
    line-height: 75.7px;
    font-weight: bold !important;
    font-family: 'Nunito', sans-serif !important;
    color: #fff ! important;
}

.content-banner {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 21.7px;
    color: #fff !important;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.btn-banner .btn-wrap {
    display: flex;
}

.btn-banner .btn-readmore {
    font-size: 14px;
    line-height: 17.09px;
    font-weight: 700;
    color: #fff;
    padding: 14px 34px;
    background: #E90380;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 113px;
    transition: all 0.5s ease-in-out;
}
.btn-banner .btn-readmore:hover,
.footer .footer-row-3 .form-container .btn-submit:hover {
    background: #00377B;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.btn-banner .btn-readmore svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.inner-chooseTH {
    padding: 54px 20px 32px;
    background: rgba(233, 3, 128, 0.05);
    border-radius: 10px;
    border: 1px dashed rgba(233, 3, 128, 0.33);
}

.title-inner-chooseTH-red h2 {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 21.98px;
    text-align: center;
    color: #E90380 !important;
    padding: 0 15px;
    min-height: 44px;
    font-family: 'Nunito', sans-serif !important;
}
.title-inner-chooseTH-red.hoalac-vinh h2,
.title-inner-chooseTH-purple.hoalac-vinh h2{
    min-height: 66px;
}
html[lang="en-US"] .title-inner-chooseTH-red.vinh h2,
html[lang="en-US"] .title-inner-chooseTH-purple.vinh h2{
    min-height: 66px;
}
html[lang="en-US"] .content-inner-happyschool{
    min-height: 180px;
}
/* html[lang="en-US"] .content-inner-happyschool.vinh {
    min-height: 140px;
} */

.title-inner-chooseTH-red.vinh h2,
.title-inner-chooseTH-purple.vinh h2{
    min-height: 66px;
}
.title-inner-chooseTH-purple h2 {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 21.98px;
    text-align: center;
    color: #00377B !important;
    font-family: 'Nunito', sans-serif !important;
    min-height: 44px;
}
html[lang="en-US"] .content-inner-happyschool.hoalac{
    min-height: 172px;
}
.content-inner-chooseTH {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    text-align: justify;
    color: #494F55 !important;
    min-height: 140px;
    font-family: 'Helvetica Neue', sans-serif !important;
}
.content-inner-chooseTH.vinh{
    min-height: 160px;
}
.content-inner-chooseTH p {
    margin-bottom: 0;
}

.img-icon-chooseTH {
    position: absolute !important;
    top: -80px;
}

.box-inner-chooseTh .elementor-column-gap-default {
    gap: 30px;
}

.title-box {
    display: flex;
    justify-content: center !important;
    margin-bottom: 0 !important;
}

.title-box h2 {
    color: #00377B !important;
    font-size: 32px;
    line-height: 48.84px;
    font-weight: bold !important;
    font-family: 'Nunito', sans-serif !important;
    position: relative;
    text-transform: uppercase;
}

.title-box h2::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 2px;
    width: 99%;
    height: 10px;
    background-color: rgba(233, 3, 128, 0.15);
    z-index: 2;
}

.btn-chooseTH {
    display: flex;
    justify-content: center !important;
}
html[lang="en-US"] .program-title{
    height: 63.5px;
}
.program-intro{
    min-height: 60px;
}
.box-inner-happyschool .elementor-column-gap-default {
    gap: 20px;
}

.card-letter {
    position: absolute !important;
    top: -55px;
    z-index: 1;
}

.letter {
    display: flex;
    align-items: center;
    margin: 0 20px;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}

.big-text {
    font-size: 96px;
    line-height: 109px;
    font-weight: 700 !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    margin-right: 10px;
}

.small-text {
    font-size: 26px;
    line-height: 31.75px;
    font-weight: 700 !important;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.inner-happyschool {
    padding: 84px 20px 32px;
    border-radius: 10px;
}

.title-inner-happyschool h2 {
    font-size: 32px;
    font-weight: bold !important;
    line-height: 39.07px;
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
}

.content-inner-happyschool {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 19.09px;
    text-align: justify;
    color: #fff !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    min-height: 152.75px;
}

.content-inner-happyschool p {
    margin-bottom: 0;
}

.title-box-video h2 {
    font-size: 32px;
    line-height: 48.84px;
    font-weight: bold !important;
    color: #fff !important;
    font-family: 'Nunito', sans-serif !important;
    text-transform: uppercase;
}
.footer .logo-footer{
    width: 200px;
}
.title-coursesforfree h2 {
    font-size: 24px;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 28.75px;
    color: #00377B !important;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.title-creative h2 {
    font-size: 32px;
    font-weight: bold !important;
    line-height: 48.84px;
    color: #00377B !important;
    font-family: 'Nunito', sans-serif !important;
}

.box-creative>div {
    display: flex;
    flex-wrap: nowrap;
}

.box-center-creave {
    display: flex;
}

.title-hotro {
    margin-bottom: 30px !important;
}

.title-hotro h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold !important;
    color: #00377B !important;
    line-height: 39.07px;
    font-family: 'Nunito', sans-serif !important;
    border-left: 6px solid #E9038066;
    padding-left: 10px;
}
.img-chtrhoc img{
    border: unset !important;
}
.content-hotro {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 21.47px;
    color: #4E5661 !important;
    font-family: 'Helvetica Neue', sans-serif !important;
}

.col-img-hotro {
    box-shadow:
    0px 4px 4px -4px rgba(12, 12, 13, 0.05), 
    0px 16px 16px -8px rgba(12, 12, 13, 0.1);
    border-radius: 10px;
}
.content-tuition-fees{
    font-size: 16px;
    font-weight: 400 !important ;
    color: #fff !important;
    line-height: 20px;
    font-family: 'Helvetica Neue', sans-serif !important;
}
.btn-tuition-fees .btn-wrap{
    justify-content: center !important;
}
.box-tuition-fees{
    max-width: 930px;
}
.btn-with-icon svg{
    fill: #fff;
    width: 14px;
    height: 14px;
}
.btn-course{
    display: flex;
    justify-content: right !important;
}
.back-to-top{
    bottom: 10px;
    display: block;
    height: 40px;
    line-height: 38px;
    opacity: 0;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    color: #E90380;
    border: 1px solid #E90380;
}
.back-to-top.active {
    opacity: 1;
    right: 20px;
    border-radius: 50%;
}
.main-nav>div>ul>li.active>a,
.main-nav>div>ul>li:hover>a{
    color: #E90380;
}
.main-nav>div>ul>li.active>a::after,
.main-nav>div>ul>li:hover>a::after{
    content: ''; 
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #E90380;      
}

.main-nav>div>ul>li>a::after{
    content: ''; 
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    transition: all 0.3s ease-out;
}
.desktop-header{
    position: fixed !important ;
   
    left: 0;
    width: 100%; 
    z-index: 9999; 
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Ẩn popup mặc định */
.popup-overlay {
    display: none; /* Ẩn popup */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Màu nền mờ */
    z-index: 9999;
}

/* Nội dung của popup */
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 690px;
    border-radius: 8px;
    background-image: url('../images/bg-popup2.png');
    background-size: cover;
    background-position: center;
}

/* Nút đóng popup */
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.footer .footer-row-3 .popup-content .form-container{
    background: transparent;
    padding: 37px 37px 125px 37px;
}
.inner-chooseTH a{
    color: #494F55;
    text-decoration: underline !important;
}

.gtranslate-wrap {
    position: relative;
    width: 71px;
  }
  
  .gtranslate-wrap .gtranslate_wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }
  .wpml-translate .current-language{
    background: #fff;
    padding: 4px 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  /* .wpml-translate .current-language::after{
      content: "\f107";
      font-family: 'Font Awesome 5 Pro';
      display: block;
      position: absolute;
      right: 10px;
  } */
  
  .wpml-translate ul{
    position: absolute;
    list-style: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 2px 3px 1px #33333382;
    padding: 0px 10px;
    z-index: 3;
    border-top: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    transition: all 0.3s;
  }
  
  .wpml-translate:hover ul{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
  }
  
  .wpml-translate ul li{
    border-bottom: 1px solid #ccc;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  
  .wpml-ls-statics-footer{
    display: none;
  }
  .wpml-translate ul li:last-child{
    border-bottom: none;
  }
  .wpml-ls-native a,
  .current-language a,
  .wpml-translate ul li a
  {
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: #00377B;
  }
  .gtranslate-wrap.language-mobile{
    display: none;
    position: absolute;
    top: 26px;
    right: 70px;
  }