<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset máº·c Ä‘á»‹nh cá»§a cĂ¡c pháº§n tá»­ HTML */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset cho cĂ¡c trĂ¬nh duyá»‡t cÅ© */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* CÆ¡ báº£n cho body */

body {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #333;
}


/* Gá»¡ bá» danh sĂ¡ch kiá»ƒu cháº¥m */

ol,
ul {
    list-style: none;
}


/* Quotes */

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,header {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.navbar-nav .dropdown-menu {
    position: static;
    border: none;
}

/* thĂªm css */

.navbar-nav .nav-item .nav-link {
    transition: transform 0.3s ease; /* Thá»i gian vĂ&nbsp; kiá»ƒu chuyá»ƒn Ä‘á»•i */
    margin: 0 10px;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:hover {
    transform: translateY(-5px); /* Di chuyá»ƒn lĂªn 5px khi hover */
    color: #38c6f3;
}

.slick-slide img {
    display: block;
    width: 100px; /* Äáº·t chiá»u rá»™ng cá»‘ Ä‘á»‹nh */
    height: 100px; /* Äáº·t chiá»u cao cá»‘ Ä‘á»‹nh */
    object-fit: cover; /* Äáº£m báº£o áº£nh vá»«a vá»›i kĂ­ch thÆ°á»›c Ä‘Ă£ Ä‘áº·t mĂ&nbsp; khĂ´ng bá»‹ mĂ©o */
    border-radius: 100px;
}

.navbar-toggler-icon {
    display: none !important;
}

/* Style cho icon tĂ¹y chá»‰nh */
.custom-toggler {
    display: block;
}

.navbar-toggler:not(.collapsed) .custom-toggler span:first-child {
    transform: rotate(45deg) translate(1px, -2px);
}

.navbar-toggler:not(.collapsed) .custom-toggler span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .custom-toggler span:last-child {
    transform: rotate(-45deg) translate(1px, 2px);
}

.navbar-toggler:hover .custom-toggler span:nth-child(2) {
    width: 70%;
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}
/* HEADER Section */

header {
    background-color: white; /* Thay báº±ng hĂ¬nh ná»n cá»§a báº¡n */
    background-size: cover;
    background-position: center;
    height: 110px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}




/* Navbar */

.navbar {
    background: transparent;
    box-shadow: none;
    transition: background 0.3s ease;
    z-index: 10;
}

.pos-ab{
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}


/* Khi cuá»™n xuá»‘ng thĂ¬ Navbar sáº½ cĂ³ ná»n tráº¯ng */

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-collapse {
    flex-grow: 0 !important;
}

header .nav-item a{ 
    color: black ;
}


/* NĂºt Toggle cho Navbar */

.navbar-toggler {
    border-color: #fff;
    /* MĂ&nbsp;u tráº¯ng cho nĂºt toggle */
}

.navbar-light .navbar-toggler-icon {
    background-color: white;
}

.bgr-img{
    background-image: url('../image/bgr.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}


/* Hero Section */

.hero-section {
    margin-top: 45px;
    text-align: right;
    width: 100%;
}

.hero-section h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 15px;
    margin-top: 10px;
}


/* Feature Box */

.feature {
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    /* Ná»n tá»‘i vá»›i Ä‘á»™ trong suá»‘t */
    color: white;
    transition: transform 0.3s ease, background 0.3s ease;
}

.feature:hover {
    transform: translateY(-10px);
    background: rgba(0, 0, 0, 0.85);
}


/* Logo */

.logo {
    height: 60px;
    max-width: 100%;
}


/* Section tĂ­nh nÄƒng */

/* .features-section {
    position: absolute;
    background: transparent;
    top: 70%;
} */

.feature {
    background-color: #fff;
    border-radius: 45px;
    color: #000;
}

.feature:hover {
    background-color: white;
    color: black;
}

.feature img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.feature h5 {
    font-size: 16px;
}

.tabbar-menu {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 25px;
}

.tabbar-menu li a {
    color: black !important;
    font-size: 15px;
    font-weight: 400;
}


/* client-member */

.client-member {
    text-align: center;
    padding: 40px 0;
}

.client-member p {
    font-size: 40px;
    font-weight: 600;
}


/* Flexbox container for brands */

.brand {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* Space between brand logos */
    align-items: center;
    flex-wrap: wrap;
}


/* Brand logo styles */

.brand img {
    max-width: 100px;
    /* Adjust max width as needed */
    height: auto;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin: 0px 60px;
}

.brand img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}


/* General styling */

.education-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}


/* Flex container for content */

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}


/* Left column styling */

.left-column {
    flex: 1 1 45%;
    text-align: left;
}

.left-column h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-column p {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #555;
}


/* Video container styling */

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.video-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    align-items: center;
    margin-top: 100px;
}

.play-button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: 3px solid #ffffff;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #4a90e2;
    transition: transform 0.3s;
    text-decoration: none;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}


/* Right column styling */

.right-column {
    flex: 1 1 45%;
}

.info-item {
    display: flex;
    padding-bottom: 15px;
}

.info-item i {
    margin-top: 15px;
    margin-right: 25px;
}

.info-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.info-item p {
    color: #555;
    line-height: 1.5;
    font-weight: 300;
}

.schools {
    padding: 60px 0;
}

.schools__title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}


/* Stats Styling */

.schools__stat {
    padding: 0 30px;
}

.schools__stats .parameter{
    display: flex;
    justify-content: end;
}

.schools__stat-number {
    color: #38c6f3;
    font-size: 2.5rem;
    font-weight: bold;
}

.schools__stat-label {
    color: #6B7280;
    font-size: 0.9rem;
}


/* Card Styling */

.schools__card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.schools__card:hover {
    transform: translateY(-5px);
}

.schools__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.schools__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.schools__card-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.schools__card-address {
    font-size: 0.9rem;
    margin-bottom: 12px;
    opacity: 0.9;
}

.schools__card-link {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s ease;
}

.schools__card-link:hover {
    opacity: 0.8;
    color: white;
}

.schools__view-all {
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
}

.button__schools a {
    background-color: #38c6f3;
    padding: 10px 80px;
    border-radius: 21px;
    border: 0;
}


/*  */

.pricing {
    background-color: #1a1f2e;
    color: white;
    padding: 60px 0;
    border-radius: 35px;
}

.pricing__header {
    text-align: center;
    margin-bottom: 40px;
}

.pricing__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pricing__description {
    color: #a0a4b8;
    max-width: 800px;
    margin: 0 auto;
}

.pricing__card {
    background: linear-gradient(145deg, #1e2432, #262d3d);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}


/* Hover effect for middle card */

.pricing__card:nth-child(2) {
    position: relative;
    z-index: 1;
}

.pricing__card:nth-child(2):hover {
    background: #000000;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}


/* Normal hover for other cards */

.pricing__card:not(:nth-child(2)):hover {
    transform: translateY(-5px);
}

.pricing__card--premium {
    background: linear-gradient(145deg, #1e2432, #2a1e5c);
}

.pricing__card-header {
    margin-bottom: 20px;
}

.pricing__card-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.pricing__card-subtitle {
    color: #a0a4b8;
    font-size: 0.9rem;
}

.pricing__card-price {
    margin-bottom: 25px;
}

.pricing__card-price .price {
    font-size: 2rem;
    font-weight: bold;
    color: #ffd700;
    margin-bottom: 0;
}

.pricing__card-price .original-price {
    color: #a0a4b8;
    text-decoration: line-through;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.pricing__card-price .price-note {
    color: #a0a4b8;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.pricing__card-button {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background-color: #38c6f3;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
    border: 0;
}

.pricing__card-button:hover {
    background-color: #4338CA;
    color: white;
}

.pricing__card-features {
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #a0a4b8;
}

.feature-item i {
    color: #4F46E5;
    margin-right: 10px;
    margin-top: 4px;
}

.pricing__note {
    margin-top: 30px;
    text-align: center;
    color: #a0a4b8;
}

.pricing__note i {
    color: #4F46E5;
    margin-right: 8px;
}

.testimonial-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.testimonial-slider {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.testimonial-item {
    padding: 20px;
    margin: 0 20px;
    border: solid 1px #ddd;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    transition: all linear 0.2s;
}

.testimonial-item:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.testimonial-item .card {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.8);
}

.slick-center .testimonial-item .card {
    opacity: 1;
    transform: scale(1);
}

.testimonial-item .card img {
    object-fit: cover;
}

/* Chá»‰nh CSS cho cĂ¡c nĂºt mÅ©i tĂªn */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #38c6f3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 0;
}

.slick-prev {
    left: -40px; /* CÄƒn sang trĂ¡i, Ä‘iá»u chá»‰nh giĂ¡ trá»‹ nĂ&nbsp;y Ä‘á»ƒ di chuyá»ƒn nĂºt sang vá»‹ trĂ­ mong muá»‘n */
}

.slick-next {
    right: -40px; /* CÄƒn sang pháº£i, Ä‘iá»u chá»‰nh giĂ¡ trá»‹ nĂ&nbsp;y Ä‘á»ƒ di chuyá»ƒn nĂºt sang vá»‹ trĂ­ mong muá»‘n */
}

/* Chá»‰nh CSS cho cĂ¡c cháº¥m phĂ¢n trang */
.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
}

.slick-dots li {
    margin: 0 5px; /* Khoáº£ng cĂ¡ch giá»¯a cĂ¡c cháº¥m */
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d3d3d3;
    border: none;
    text-indent: -9999px; /* áº¨n sá»‘ bĂªn trong */
    overflow: hidden;
}

.slick-dots li.slick-active button {
    background-color: #6c63ff; /* MĂ&nbsp;u cháº¥m khi Ä‘ang active */
}



/*  */

.testimonial-section {
    padding: 40px 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.section-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.testimonial-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    height: 300px;
    /* Fixed height for consistency */
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-role {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    text-align: center;
    margin: 0;
}


/* Swiper container styles */


/* Laptop specific styles */

@media (min-width: 1024px) and (max-width: 1440px) {
    .testimonialSwiper {
        max-width: 1000px;
        margin: 0 auto;
    }
    .swiper-slide {
        width: 300px;
        /* Fixed width for laptop screens */
    }
}

.testimonial-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.testimonial-slider {
    max-width: 800px;
    margin: 0 auto;
}

.swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.8);
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
    color: #6c63ff;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 10px;
}

.swiper-pagination-bullet {
    background-color: #6c63ff !important;
}

.news {
    padding: 50px 0;
}

.news__wrapper {
    position: relative;
}

.news__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.news__carousel {
    position: relative;
    padding: 0 40px;
    margin-bottom: 40px;
}

.news__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
}

.news__item {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news__item:hover {
    transform: translateY(-5px);
}

.news__item-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news__item-content {
    padding: 20px;
}

.news__item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__item-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news__item-footer {
    margin-top: 20px;
}

.news__item-date {
    color: #888;
    font-size: 14px;
}

.news__item-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.news__item-btn img {
    width: 24px;
    height: 24px;
}

.news__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #6c5ce7;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news__nav--prev {
    left: 0;
}

.news__nav--next {
    right: 0;
}

.news__nav img {
    width: 20px;
    height: 20px;
}

.news__btn-all {
    background: #38c6f3;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.news__btn-all:hover {
    background: #5849e6;
}

.news__item .news__item-btn {
    background-color: #38c6f3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.news__item .news__item-btn i {
    color: white;
}

.news__item .news__item-btn:hover {
    background-color: #5849e6;
}

.news__item .news__item-btn i:hover {
    color: white;
}

.footer {
    background-color: #f8f9fa;
    padding: 60px 0 30px;
}

.footer__main {
    margin-bottom: 40px;
}

.footer__brand {
    margin-bottom: 20px;
}

.footer__logo {
    height: 40px;
    margin-bottom: 10px;
}

.footer__name {
    font-weight: bold;
    color: #333;
    margin: 0;
}

.footer__contact {
    color: #666;
    font-size: 14px;
}

.footer__contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer__contact i {
    margin-right: 10px;
    color: #38c6f3;
    width: 16px;
}

.footer__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__link {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.footer__link:hover {
    color: #6c5ce7;
}

.footer__newsletter-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.footer__form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer__input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
}

.footer__button {
    background: #38c6f3;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.footer__button:hover {
    background: #5849e6;
}

.footer__social {
    display: flex;
    gap: 15px;
}

.footer__social-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__social-link:hover {
    color: #6c5ce7;
}

.footer__bottom {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.footer__certificate img {
    height: 40px;
}

.footer__copyright {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.footer__registration {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.footer__links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer__bottom-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer__bottom-link:hover {
    color: #6c5ce7;
}

@media (max-width: 992px){
    .news__list {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar-nav{
        text-align: start;
    }

    .footer__main .col-md-4,
    .footer__main .col-md-2 {
        margin-bottom: 30px;
    }
    .footer__links {
        justify-content: center;
        margin-top: 20px;
    }
    .footer__certificate,
    .footer__copyright,
    .footer__registration {
        text-align: center;
    }

    .content-wrapper {
        flex-direction: column;
    }
    .left-column,
    .right-column {
        flex: 1 1 100%;
    }
    .video-container img {
        height: auto;
    }

    .pricing__card {
        margin-bottom: 30px;
    }
    .pricing__card:nth-child(2):hover {
        transform: translateY(-5px);
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }

    .brand {
        justify-content: center;
    }

    .features-section{
        display: none;
    }

    .navbar-toggler.collapsed .navbar-collapse {
        display: flex; /* Hiá»ƒn thá»‹ menu khi áº¥n nĂºt toggle */
        flex-direction: column;
        position: absolute;
        top: 60px; /* Äiá»u chá»‰nh khoáº£ng cĂ¡ch vá»›i nĂºt toggle */
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9); /* Ná»n tá»‘i cho menu */
        padding: 10px;
        border-radius: 0 0 10px 10px;
    }

    .schools__stats .parameter{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px){
    .schools__stats .parameter{
        display: block;
    }

    .client-member p {
        font-size: 30px;
    }

    .brand img{
        justify-content: center;
        max-width: 50px;
    }

    .logo {
        height: 45px;
        max-width: 100%;
    }
}


/* Hiá»‡u á»©ng mÆ°á»£t mĂ&nbsp; khi menu trÆ°á»£t xuá»‘ng */
.navbar-collapse {
    transition: all 0.3s ease-in-out;
}


.slick-list.draggable {
    padding: 50px 0 !important;
}

.testimonial-item {
    position: relative;
}

.testimonial-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(242 242 242 / 82%);
}

.slick-center::after {
    content: none !important;
}

.slick-center {
    scale: 1.15;
    transition: all linear 0.2s;
}
#section-banner-top.contact {
    padding: 80px 0;
}
.contact-us-infor .contact-us-infor-title h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}
.contact-us-infor .contact-us-infor-detail p {
    font-size: 20px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
#section-banner-top {
    padding-top: 10px;
    position: relative;
    padding-bottom: 35px;
}
#section-banner-top .container {
    position: relative;
    max-width: 1100px;
}

#section-banner-top .banner-contain .desktop-banner {
    height: 450px;
}

.desktop-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
#section-banner-top .banner-contain .banner-contain-title {
    position: absolute;
    z-index: 2;
    top: 31%;
    left: 10%;
    display: none;
}
#section-banner-top .banner-contain .banner-contain-title p {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#section-banner-top .banner-contain .banner-contain-title h3 {
    font-size: 44px;
    font-weight: 800;
    color: #00008B;
    line-height: 1.4;
    display: none;
}

#section-banner-top .banner-contain-3 {
    margin: auto;
    width: 90%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.11);
    background-color: #fff;

}
#section-banner-top .banner-contain-3 .contact-form {
    padding: 50px 40px;
    border-right: 1px solid #a79d9e;
    border-radius: 30px;
}
.contact-us-infor {
    padding: 50px 40px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    position: relative;
}
.contact-us-infor .contact-us-infor-detail i {
    font-size: 26px;
    padding-right: 12px;
    color: #4F46E5;
}
#section-banner-top .banner-contain-3 .contact-form h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
#section-banner-top .banner-contain-3 .contact-form form {
    display: grid;
    gap: 15px;
}
#section-banner-top .banner-contain-3 .contact-form input, #section-banner-top .banner-contain-3 .contact-form select {
    padding: 10px 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    height: 47px;
    background: #fff;
    background-color: #efe9e3;
    color: #000;
}
#section-banner-top .banner-contain-3 .contact-form-img {
    height: 100%;
}
.contact-form-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
#section-company-address {
    padding: 40px 0;
    margin-bottom: 60px;
}
#section-company-address .container {
    max-width: 1100px;
}
#section-company-address .company-address {
    padding-right: 30px;
}
#section-company-address .company-address li {
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    margin-bottom: 60px;
}
#section-company-address .company-address li span {
    color: #168fcd;
    text-transform: none;
    font-weight: 500;
}
#section-company-address .company-address-map {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 450px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
}
#section-company-address .company-address-map iframe {
    width: 100%;
    height: 100%;
}
#section-banner-top .banner-contain-3 .contact-form textarea {
    padding: 10px 15px;
    outline: none;
    border: none;
    border-radius: 9px;
    background: #fff;
    background-color: #efe9e3;
    margin-bottom: 5px;
    resize: none;
}
#section-banner-top .banner-contain-3 .contact-form .custom-btn {
    transition: all .3s ease;
    border: none;
    border-radius: 9px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 60px;
    letter-spacing: 1px;
    color: #fff;
    background-color:#4F46E5 ;
    font-weight: 700;
}
.pagination {
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 50px;
}
.pagination .page-link {
    border-radius: 100px !important;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4F46E5;
    /* color: #4F46E5 !important; */
    transition: all ease-in-out 0.2s;
    font-weight: 500;
    font-size: 15px;
}
.news-right-site-img {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    transition: all linear 0.2s;
    box-shadow: 0 0 7px rgb(0 0 0 / 9%);
}
.news-right-site-img a {
    display: grid;
    grid-template-columns: auto auto;
    text-decoration: none;
}
.news-right-site-img .right-site-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    overflow: hidden;
}
.right-site-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
.right-site-name-img {
    padding: 12px;
}
.all-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
.news-detail h2{
    font-size: 20px;
    font-weight: bold;
}

.news-detail h3{
    font-size: 18px;
    font-weight: bold;
}

.news-detail ul,.news-detail ol{
    list-style: revert;
}

/* Mobile */
@media (max-width: 767px) {
    .brand img {
        margin: 0px 20px;
    }

    .footer__bottom .row {
        flex-direction: column;
    }
    
    .col-md-8 {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 20px;
    }
    
    .footer__certificate {
        margin: 0 0 15px 0 !important;
    }
    
    .footer__certificate img {
        width: 130px;
    }
    
    .footer__logo {
        text-align: left;
    }
    
    .footer__links {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }
    
    .footer__bottom-link {
        display: block;
    }
}

/* Mobile nhá» */
@media (max-width: 480px) {
    .brand img {
        margin: 0px 15px;
    }

    .footer__certificate img {
        width: 110px;
    }
    
    .footer__copyright,
    .footer__registration {
        font-size: 14px;
    }
    
    .footer__bottom-link {
        font-size: 14px;
    }
}</pre></body></html>