@font-face {
    font-family: 'BAHNSCHRIFT Condensed';
    src: url('../fonts/BAHNSCHRIFT.TTF') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    font-size: 100%;
    background: #19073D;
    font-family: 'Montserrat', 'BAHNSCHRIFT Condensed', sans-serif;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow-x: hidden;
    color: #ffffff;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:target::before {
    content: '';
    display: block;
    height: 100px;
    margin-top: -100px;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

h3 a:link {

    font-weight: 600;
}


input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
    font-size: 1em;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

/*-- header --*/
header {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    color: #C13C40;

    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 13px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
}

nav li.last-grid a {

    background: #3989C8;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 25px;
    display: inline-block;
    margin-top: -10px;
    border-radius: 5px;
}

nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */
nav a:hover {
    color: #ddd;
}

.menu li.active a {
    color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

li>a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

/* @media all and (max-width : 991px) {

    #logo {
        display: block;
        padding: 0;
        text-align: center;
        float: none;
    }

    .menu li.active a {
        color: #00aeff;
    }

    nav li.last-grid a {
        border: 2px solid #00aeff;
        color: #00aeff;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 25px;
        margin-top: 1px;
    }

    nav ul li span {
        color: #333;
    }

    nav {
        margin: 0;
    }

    nav a {
        color: #333;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        padding: 5px 15px;
        font-size: 20px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #3989C8;
        color: #fff;
        margin-bottom: 0;
        margin-top: 0em;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 30%;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }

    nav ul li {
        display: block;
        width: 100%;
        padding: 7px 0;
    }

    nav a {
        padding: 5px 0;
    }

    nav a:hover {
        color: #333;
    }

    .login-icon {
        text-align: center;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #fff;
    }

    nav ul ul li a {
        font-size: 15px;
    }

    ul.inner-ul {
        padding: 0 !important;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;

    }

} */
/* 
@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

} */

/* ================================================== */

/* header */
.headerselection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #5c1d79;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 1000;
}

.ptitlogo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.ptitlogo a {
    display: flex;
    align-items: center;
}

.ptitlogo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* Desktop center nav */
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
    justify-content: center;
}

.desktop-nav .nav-link {
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s;
    white-space: nowrap;
    max-width: none;
}

.desktop-nav .nav-link:hover {
    color: #07E0E5;
}

/* Right side: language + hamburger */
.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-switcher img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.2s, opacity 0.2s;
}

.lang-switcher img:hover {
    transform: scale(1.15);
    opacity: 0.85;
}

/* Mobile hamburger — hidden on desktop */
.openbtn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    background: none;
    border: none;
    padding: 4px 8px;
}

/* Mobile sidebar (unchanged behavior) */
.sidebarfunc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
}

/* Legacy slide-menu hidden on desktop */
.slide-menu {
    display: none;
}

@media screen and (max-width: 1023px) {
    .desktop-nav {
        display: none;
    }

    .openbtn {
        display: block;
    }

    .headerselection {
        padding: 0 20px;
    }
}

.nav-link {
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}



/*-- registration form --*/
.padding {
    padding: 2.5em;
    background: #fff;
}

nav ul li span {
    color: #ffc107c7;
}

.form-style-w3ls input[type="text"],
.form-style-w3ls input[type="email"],
.form-style-w3ls input[type="password"],
select {
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 49.5%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

select {
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    border: none;
    color: #666;
    background: #f1f1f1;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    width: 49.5%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.form-style-w3ls button.btn {
    color: #fff;
    background-color: #5e2ced;
    border: none;
    padding: 14px 0;
    outline: none;
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.form-style-w3ls input[type="submit"]:hover {
    background: #dc3545;
}

.padding {
    background: rgba(0, 0, 0, 0.36);
    margin: 2em auto 0;
}

.padding h5 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}

.form-style-w3ls span {
    font-size: 13px;
    color: #ffffffb5;
}

.form-style-w3ls span a {
    color: #3369e7;
}

.banner-form-w3 h5 {
    font-weight: 700;
    letter-spacing: 2px;
    color: #6ad59a;
}

/*-- //registration form --*/
/*--/price--*/
.plans-sec {
    width: 100%;
    /* background: #fff; */
}

h5.card-title.pricing-card-title {
    font-size: 2em;
    font-weight: bold;
    color: #6f6f6f;
}



h6.b-w3ltxt {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000e6
}

h6.b-w3ltxt span {
    font-weight: normal;
    color: #dedcdc;
    text-transform: capitalize;
    font-size: 16px;
}



/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

a.move-top span {
    color: #fff;
    width: 56px;
    height: 56px;
    border: transparent;
    line-height: 3.5em;
    background: #333;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
}

/*-- //move top --*/


/* Tin tức */
.news {
    background-image: url('../images/gameart_assets/background/Artboard 1 3.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #161743;
    position: relative;
    padding: 0 0 8vw 0;
    margin: 0;
}

/* Nội dung news */
.news-inner {
    position: relative;
    z-index: 2;
    padding: 20px 0 40px 0;
}

.news-title {
    background: transparent;
    padding-top: 10px;
}

/* Tiêu đề TIN TỨC to hơn, màu trắng */
.news .header-inPolicy {
    color: #FFFFFF;
    font-size: 48px;
    padding: 20px 0 10px 0;
}

.titleTextNews {
    text-align: justify;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 550;
    color: #ffffff;
}

/* ==================== */
/* mô tả chương trình */
.flex_work {
    display: flex;
}

.flex_work div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

/* .flex_work div:last-child h3 {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.flex_work div:last-child p {
    font-size: 15px;
} */

.newbanner {
    background: url("../images/gameart_assets/hero_bg_radial.png?v=2") no-repeat center bottom;
    background-size: 100% auto;
    background-color: #161743;
    width: 100%;
    padding: 140px 0 0 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: visible;
}

/* Background decorative elements */
.hero-bg-decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.hero-bg-decor-left {
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
}

.hero-bg-decor-left img {
    width: 250px;
    height: auto;
    filter: blur(2px);
}

.hero-bg-decor-right {
    right: -60px;
    top: 15%;
    opacity: 0.25;
}

.hero-bg-decor-right img {
    width: 200px;
    height: auto;
    filter: blur(3px);
}

.hero-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-main-content {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 50px;
    align-items: center;
    width: 100%;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-subtitle {
    color: #FFFFFF;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.2;
    align-self: center;
}

.hero-badge-pill {
    background-color: #221f1f;
    border: 2px solid #f7924d;
    color: #f7eea8;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding: 8px 28px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
    margin-bottom: 28px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(247, 146, 77, 0.2);
}

.hero-title {
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 1.0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
}

.hero-title .line-1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    align-self: center;
}

.hero-title .line-2 {
    font-size: 160px;
    font-weight: 900;
    letter-spacing: -2px;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
    margin-top: -10px;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    align-self: center;
}

.hero-desc {
    color: #ffffff;
    font-family: 'BAHNSCHRIFT Condensed', 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
    width: 70%;
    align-self: flex-start;
    /* -webkit-text-stroke: 1px #0590af;
    text-shadow: 0 0 10px rgba(4, 172, 209, 0.8), 0 0 20px rgba(0, 210, 255, 0.4); */
    align-self: center;
}

/* Mascot area with floating decorations */
.hero-mascot-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 550px;
    top: -60px;
}

.hero-mascot-content #hero-mascot {
    width: 100%;
    max-width: 440px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 30px rgba(111, 66, 193, 0.3));
    animation: floatMascot 6s ease-in-out infinite;
    position: relative;
    z-index: 5;
}

/* Floating Bubble Groups (combining glass spheres and text) */
.hero-bubble-group {
    position: absolute;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.hero-bubble-group .bubble-image {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    z-index: 1;
}

.hero-bubble-group .bubble-text-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 80%;
    padding: 0;
    box-sizing: border-box;
}

.hero-bubble-group .bubble-text-content span {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.5px;
    display: block;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* CAM KẾT TUYỂN DỤNG: trên bên trái, không chồng lên mascot */
.bubble-camket {
    top: 0%;
    left: -38%;
    width: 260px;
    height: 260px;
    animation: floatBubble1 8s ease-in-out infinite;
}

.bubble-camket .bubble-text-content {
    margin-top: 5px;
}

.bubble-camket .bubble-text-content span {
    font-size: 19px;
    text-shadow: 0 0 12px rgba(235, 48, 141, 0.8), 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* CƠ HỘI HỌC TẬP: bên phải ngoài mascot, không chồng lên */
.bubble-cohoi {
    top: 18%;
    right: -48%;
    width: 310px;
    height: 310px;
    animation: floatBubble2 9s ease-in-out infinite;
}

.bubble-cohoi .bubble-text-content {
    margin-top: -5px;
}

.bubble-cohoi .bubble-text-content span {
    font-size: 16px;
    text-shadow: 0 0 12px rgba(8, 161, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* HỖ TRỢ KINH PHÍ KHỞI NGHIỆP: dưới bên trái, không chồng lên mascot */
.bubble-khoinghiep {
    top: auto;
    bottom: 1%;
    left: -27%;
    width: 265px;
    height: 255px;
    animation: floatBubble3 10s ease-in-out infinite;
}

.bubble-khoinghiep .bubble-text-content {
    margin-top: -5px;
}

.bubble-khoinghiep .bubble-text-content span {
    font-size: 17px;
    text-shadow: 0 0 12px rgba(247, 146, 77, 0.8), 0 2px 4px rgba(0, 0, 0, 0.8);
}

/* Floating animations */
@keyframes floatMascot {

    0%,
    100% {
        transform: var(--base-transform, ) translateY(0px);
    }

    50% {
        transform: var(--base-transform, ) translateY(-10px);
    }
}

@keyframes floatBubble1 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(8px, -12px) scale(1.03);
    }

    66% {
        transform: translate(-5px, -6px) scale(0.97);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes floatBubble2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-10px, 8px) rotate(5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes floatBubble3 {
    0% {
        transform: translate(0, 0) scale(1);
    }

    40% {
        transform: translate(6px, -8px) scale(1.05);
    }

    70% {
        transform: translate(-4px, 5px) scale(0.98);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes floatLabel1 {
    0% {
        transform: translateY(0px);
        opacity: 0.9;
    }

    50% {
        transform: translateY(-8px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 0.9;
    }
}

@keyframes floatLabel2 {
    0% {
        transform: translateY(0px);
        opacity: 0.85;
    }

    50% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 0.85;
    }
}

@keyframes floatLabel3 {
    0% {
        transform: translateY(0px);
        opacity: 0.9;
    }

    50% {
        transform: translateY(-6px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        opacity: 0.9;
    }
}

.hero-form-content {
    width: 100%;
    margin-top: -110px;
    z-index: 6;
}

.regisToConsultation {
    background: rgba(25, 7, 61, 0.65);
    border: 1px solid rgba(247, 146, 77, 0.3);
    padding: 22px 35px;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.headingConsultation {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex-shrink: 0;
}

.headingConsultation div {
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.inputConsultation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.boxinput {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}

.boxinput input {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    height: 44px !important;
    padding: 0 15px !important;
    color: #000000 !important;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
}

.boxinput input::placeholder {
    color: rgba(27, 30, 45, 0.6) !important;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif !important;
}

.boxinput input:focus {
    box-shadow: 0 0 10px rgba(247, 146, 77, 0.5) !important;
    outline: none;
}

.btnsubmit {
    flex-shrink: 0;
    margin-top: 0;
    width: auto;
}

#register {
    background: #f7924d;
    border: none;
    border-radius: 8px;
    height: 44px;
    padding: 0 25px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(247, 146, 77, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

#register:hover {
    background: #f8a66f;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(247, 146, 77, 0.5);
}

#register span {
    color: #FFFFFF !important;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* responsive details for Hero */
@media screen and (max-width: 1023px) {
    .newbanner {
        padding: 100px 0 60px 0;
    }

    .hero-main-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .hero-text-content {
        align-items: center;
        text-align: center;
    }

    .hero-title .line-2 {
        font-size: 90px;
    }

    .hero-title .line-1 {
        font-size: 40px;
    }

    .hero-mascot-content {
        min-height: 480px;
        max-width: 500px;
        margin: 0 auto;
        top: 0;
        position: relative;
    }

    .hero-bubble-group {
        display: flex;
    }

    /* Adjust positions for tablet (768px - 1023px) */
    .bubble-camket {
        width: 160px !important;
        height: 160px !important;
        left: -15% !important;
        top: 0% !important;
    }

    .bubble-camket .bubble-text-content span {
        font-size: 13px !important;
    }

    .bubble-cohoi {
        width: 200px !important;
        height: 200px !important;
        right: -20% !important;
        top: 15% !important;
    }

    .bubble-cohoi .bubble-text-content span {
        font-size: 11px !important;
    }

    .bubble-khoinghiep {
        width: 170px !important;
        height: 170px !important;
        left: -10% !important;
        top: auto !important;
        bottom: 5% !important;
    }

    .bubble-khoinghiep .bubble-text-content span {
        font-size: 12px !important;
    }

    /* Adjust positions for mobile (< 768px) */
    @media screen and (max-width: 767px) {
        .hero-mascot-content {
            min-height: 380px;
            max-width: 320px;
            margin: 0 auto;
        }

        .hero-mascot-content #hero-mascot {
            max-width: 220px;
        }

        .bubble-camket {
            width: 100px !important;
            height: 100px !important;
            left: -10px !important;
            top: 10px !important;
        }

        .bubble-camket .bubble-text-content span {
            font-size: 9px !important;
        }

        .bubble-cohoi {
            width: 120px !important;
            height: 120px !important;
            right: -15px !important;
            top: 100px !important;
        }

        .bubble-cohoi .bubble-text-content span {
            font-size: 8px !important;
        }

        .bubble-khoinghiep {
            width: 105px !important;
            height: 105px !important;
            left: -5px !important;
            top: auto !important;
            bottom: 10px !important;
        }

        .bubble-khoinghiep .bubble-text-content span {
            font-size: 8px !important;
        }
    }

    .regisToConsultation {
        flex-direction: column;
        align-items: stretch;
        padding: 25px 20px;
        border-radius: 20px;
    }

    .headingConsultation {
        text-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .btnsubmit {
        width: 100%;
    }

    #register {
        width: 100%;
    }

    .hero-form-content {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .hero-title .line-2 {
        font-size: 120px;
    }

    .bubble-camket {
        width: 190px !important;
        height: 190px !important;
        left: -28% !important;
        top: -5% !important;
    }

    .bubble-camket .bubble-text-content span {
        font-size: 13px !important;
    }

    .bubble-cohoi {
        width: 220px !important;
        height: 220px !important;
        right: -15% !important;
        top: 18% !important;
    }

    .bubble-cohoi .bubble-text-content span {
        font-size: 11px !important;
    }

    .bubble-khoinghiep {
        width: 190px !important;
        height: 180px !important;
        left: -28% !important;
        top: auto !important;
        bottom: 5% !important;
    }

    .bubble-khoinghiep .bubble-text-content span {
        font-size: 12px !important;
    }
}

/* DESC============================================== */
.descbg {
    /* background-color: #2D1255; */
}

.boxdesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #00DBFF; */
    padding: 20px 50px;
    /* background-image: url('../images/games1/khungbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
}

.textdesc {
    text-align: justify;
    text-justify: inter-word;
    color: rgb(255, 255, 255);
    line-height: normal;
    font-size: 20px;
    margin: 5px 0;

}

.btnDetailDoc {
    /* flex: 1; */
    width: 100%;
    height: auto;
    display: flex;
    /* flex-direction: row; */
    justify-content: space-around;
    align-items: center;

}

.btndownload {
    width: 30%;
    padding: 15px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1AFFFF, #8582FE);
    display: flex;
    justify-content: center;
}

/* POLICY ============================================ */
.policy {

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.policybg {
    /* background-color: #2D1255; */
    background: url("./../images/games1/chinhsachbg.png")no-repeat center;
    background-size: contain;
}

.policyAndJob {
    background: linear-gradient(180deg, #491FC2, #13042B);
    display: flex;
    flex-direction: column;
    width: 50%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    border-radius: 15px;
}

.contentInPolicy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.contentFirstInPolicy {
    background-color: #C300CE;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: justify;
    width: 100%;
    height: auto;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left; */
}

.contentFirstInPolicy p {
    display: inline;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 18px;
    color: white;
    line-height: normal;
    /* Độ cao dòng là 1 lần kích thước font chữ */
    margin-bottom: 3px;
}

.header-inPolicy {
    padding: 5px 0;
    color: #ffffff;
    font-size: 40px;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.8;
}

/* END POLICY ==================================== */


/* enrollment -=======================================*/
.enrollment {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px 50px;
    /* border: 2px solid #00DBFF; */
    /* background-image: url('../images/games1/khungbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; */
}

.objbg {
    /* background-color: #2D1255; */
}

.heading-enrollment {
    text-align: center;
    color: #07E0E5;
    font-size: 30px;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.textdescenrollment {
    text-align: justify;
    text-justify: inter-word;
    color: white;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    padding: 10px;

}

.textdescsubject {
    color: #090909;
    border-radius: 10px;
    border-color: #07E0E5;
    border-width: 3px;
    border-style: solid;
    background: linear-gradient(180deg, #1AFFFF, #8582FE);
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    font-weight: 550;
    padding: 10px;
    line-height: auto;
    width: 100%;
    height: 180px;
    margin: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
}



/* subject============================== */
.coversubject {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: center;
}

.subjectbg {
    background-color: #1B1E2D;
    background: url("./../images/games1/monhocbg.png")no-repeat center;
    background-size: cover;
}

.subject {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
}

.colsecondsubject {
    width: 40%;
    /* border-radius: 76% 24% 81% 19% / 79% 20% 80% 21%  ;
    border: 5px solid #00FFFF; */
    /* background: url("../images/games1/khung.png");
    padding: 10px; */
}

/* .colfirstsubject {
    width: 60%;
} */

.subject p {
    line-height: 1.5;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    color: white;
    margin: 5px 0;
}

.headsubject {
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 30px;
    color: #07E0E5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

hr.underline {
    border: 1px solid #46535E;
    width: 100%;
    border-radius: 5px;
    margin: 0;
}

.rowiconwithtextsubject {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 10px;
    text-align: justify;
}

.iconblur {
    width: 40px;
    height: 40px;
    background-image: url('./../images/games1/pointblur.png');
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}


/* target course */
.targetbg {
    background-color: #2D1255;
    /* background: url("./../images/games1/monhocbg.png")no-repeat center;
    background-size: cover; */
}

.targetcourse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.detailtargetcourse {
    background: linear-gradient(180deg, #E0FFFF, #B1EFFE);
    font-size: 17px;
    font-weight: 600;
    text-align: justify;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.icon_target1 {
    width: 40px;
    height: 40px;
    background-image: url('./../images/games1/Group.png');
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.rowiconwithtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px;
    text-align: justify;
}

/* Vị trí công việc */
.setrow {
    position: inherit;
}

.posjobbg {
    background-color: #2D1255;
}

.icon_pos {
    width: 40px;
    height: 40px;
    background-image: url('./../images/games1/Vector.png');
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.positionjob {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.imagepositionjob {
    flex: 3;
    height: auto;
}

.boxtext {
    flex: 2;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: justify;
}

.rowiconwithtextjob {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 10px;
}

.rowiconwithtextjob p {
    text-align: justify;
    color: white;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
}

.boximgrow {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0%
}

/* special */
.dacthubg {
    background-color: #2D1255;
}

.boxspecial {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.boxspecial ::before {
    height: 200px;
}

.special {
    width: 50%;
    height: auto;
}


.firstimg {
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firstimg img {
    width: 100%;
    height: auto;
}

.secondimg {
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.secondimg img {
    width: 100%;
    height: auto;
}

/* work place */
.wsbg {
    background: url("../images/games1/workplace.png")no-repeat center;
    background-size: cover;
}

.workplace {
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text_workplace {
    /* background: linear-gradient(180deg, #E0FFFF, #1AFFFF); */
    background: #2D1255;
    width: 60%;
    height: auto;
    padding: 25px;
    /* border-radius: 20px; */
    border-color: #07E0E5;
    border-width: 3px;
    border-style: solid;
    text-align: justify;
    text-justify: inter-word;
    color: white;
    font-weight: 550;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    opacity: 0.7;
}


/*-- footer --*/

.boxInforContact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
}

.copyright {
    /* Background defined in Wave Background Transitions section below */
    background-color: #1B1E2D;
}

.footerdesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.footer-logo-side {
    flex-shrink: 0;
}

.footer-logo-img {
    height: 110px;
    width: auto;
}

.footer-info-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.footer-info-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    letter-spacing: 0.5px;
}

.footer-info-rows {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.footer-info-item a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-info-item a:hover {
    color: #e0743f;
}

.footer-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #a219b5;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    flex-shrink: 0;
}

/* FAQ  */
.luoibg {
    background: url("../images/games1/luoibg.png")no-repeat center;
    background-size: cover;
}

.boxfaq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    height: auto;
}

/* Nút TIẾN TRÌNH HỌC TẬP */
.tienTrinh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    padding: 10px 0 20px 0;
    user-select: none;
    width: 100%;
    transition: all 0.3s ease;
}

.tienTrinh-btn:hover .tienTrinh-label {
    color: #f7924d !important;
}

.tienTrinh-btn:hover .tienTrinh-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(247, 146, 77, 0.4);
}

.tienTrinh-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f7924d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1;
    transition: all 0.3s ease;
}

.tienTrinh-label {
    font-family: 'BAHNSCHRIFT Condensed', 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    transition: all 0.3s ease;
}

#tientrinhhoctap,
#tientrinhhoctapmobile {
    background-color: #ffffff !important;
}

#tientrinhhoctapmobile .header-inPolicy {
    color: #ffffff !important;
}

#tientrinhhoctap .note-header,
#tientrinhhoctapmobile .note-header {
    color: #ffffff !important;
}

#tientrinhhoctap .note-text,
#tientrinhhoctapmobile .note-text {
    color: #ffffff !important;
}

#tientrinhhoctapmobile .swiper-pagination .swiper-pagination-bullet,
#tientrinhhoctapmobile .swiper-pagination1 .swiper-pagination-bullet {
    background-color: #666666 !important;
}

.custom-select {
    width: 70%;
    /* Rộng bao nhiêu tùy bạn */
    height: auto;
    padding: 8px 12px;
    /* Đệm để tăng kích thước và làm đẹp */
    border: 1px solid #ccc;
    /* Màu viền */
    border-radius: 4px;
    /* Bo góc */
    background-color: white;
    /* Màu nền */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Đổ bóng nhẹ */
    cursor: pointer;
    /* Con trỏ chuột */
}

/* FAQ SECTION ============================================================= */
.faq-section {
    background-image: url('../images/gameart_assets/background/Artboard 1 10.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 18vw 0 6vw 0;
    height: 74.45vw;
    box-sizing: border-box;
    color: #000000;
    position: relative;
    overflow: hidden;
}

/* Wave transition: dark → white at top of FAQ */
.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12vw;
    background: url('../images/gameart_assets/background/Artboard 1 10.png') no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 0;
    display: none;
}

/* Wave transition: white → dark at bottom of FAQ */
.faq-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vw;
    background: url('../images/gameart_assets/background/Artboard 1 10.png') no-repeat bottom center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 0;
    display: none;
}

.faq-section>* {
    position: relative;
    z-index: 1;
}

.faq-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #000000;
    /* Black text */
    text-transform: uppercase;
    text-align: center !important;
    margin-bottom: 50px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    gap: 60px;
    align-items: center;
}

.faq-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 40px;
    align-self: start;
}

.faq-image {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.faq-list-col {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-height: 40vw;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.faq-list-col::-webkit-scrollbar {
    display: none;
}

.faq-item {
    border-bottom: 1.5px solid #d0d0d8;
    /* Divider line between items */
    padding: 18px 0;
    transition: all 0.3s ease;
}

.faq-question {
    cursor: pointer;
    font-family: 'BAHNSCHRIFT Condensed', 'Montserrat', sans-serif;
    font-size: 18px;
    /* Slightly smaller question text as requested */
    font-weight: 600;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    user-select: none;
    line-height: 1.35;
}

.faq-question:hover {
    color: #f7924d;
    /* Hover color using theme orange */
}

.faq-toggle-icon {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333333;
    /* Darker text color for better readability on white background */
    line-height: 1.7;
    text-align: justify;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease-out, opacity 0.3s ease, margin-top 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    /* Allow enough height to expand */
    opacity: 1;
    margin-top: 15px;
    transition: max-height 0.45s ease-in, opacity 0.35s ease, margin-top 0.3s ease;
}

@media screen and (max-width: 1023px) {
    .faq-section {
        height: auto;
        background-image: none;
        padding: 70px 0 80px 0;
    }

    .faq-section::before,
    .faq-section::after {
        display: block;
    }

    .faq-list-col {
        max-height: none;
        overflow-y: visible;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-image {
        max-width: 320px;
    }

    .faq-section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.trn {
    text-align: justify;
}

/* 
#contentDisplay {
    width: 70%;
    border-radius: 20px;
    border-color: #07E0E5;
    border-width: 3px;
    border-style: solid;
    color: white;
    height: 200px;
    padding: 20px;
    
} */
.custom-select:focus {
    border-color: #0056b3;
    /* Thay đổi màu viền khi focus */
    outline: none;
    /* Loại bỏ đường viền mặc định khi focus */
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
    /* Đổ bóng xung quanh khi focus */
}

/* Tạo mũi tên chỉ xuống */
.custom-select {
    appearance: none;
    /* Loại bỏ mặc định của trình duyệt */
    -webkit-appearance: none;
    /* Loại bỏ mặc định của Safari */
    -moz-appearance: none;
    /* Loại bỏ mặc định của Firefox */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048"><path d="M2048 640h-2048l1024 1024l1024-1024zm0 0" fill="%23000"/></svg>');
    /* Thêm icon mũi tên */
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* Vị trí icon mũi tên */
    background-size: 12px;
    /* Kích thước icon mũi tên */
}

/* Hiệu ứng hover */
.custom-select:hover {
    border-color: #004495;
    /* Thay đổi màu viền khi hover */
}


/* ý kiến chuyên gia ================================================*/
.boxceractor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: justify;
    font-size: 16px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    border: 2px solid #00DBFF;
}

.ceractorcol {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Căn giữa nội dung trong div */
    flex: 3;
}

.ceractorcol img {
    /* border-radius: 50% ; */
    object-fit: contain;
    width: 90%;
    height: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.ceractorcol p {
    margin: 5px 0;
    /* Để lại khoảng cách nhỏ giữa các đoạn văn bản */
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    color: #00DBFF;

}

.ceractordoc {
    flex: 7;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    color: white !important;
    font-size: 14px;
    padding: 5px 15px;
    overflow-y: scroll;
}

.ceractordoc::-webkit-scrollbar {
    display: none;
    /* Ẩn thanh cuộn trên WebKit/Blink */
}


/* swiper */
.swiper_wrap {
    padding: 0px 50px;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}

.swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
}

.swiper-pagination {
    position: absolute;
    /* top: 100% !important; */
    bottom: -4% !important;
}

#swiperNews-pagination {
    bottom: calc(-4% + 10px) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00DBFF;
}





/* chương trình học */
.study-program-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 500px;
    /* Độ cao tối đa của khung chứa */
    overflow-y: auto;
    /* Bật cuộn dọc khi nội dung vượt quá chiều cao */
    padding: 10px;
    width: 100%;
}

.study-program-container::-webkit-scrollbar {
    display: none;
    /* Ẩn thanh cuộn trên WebKit/Blink */
}

#roadmap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.semester {
    /* flex: 1; */
    text-align: center;
    width: 24%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px;
}

.semester-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 15px;
    width: 90%;
    height: 60px;
    border-radius: 10px;
}

.roadmap-semester {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.roadmap-detai {
    color: #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    width: 90%;
    height: 115px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 0 5px;
}

.gradient-pink {
    background: linear-gradient(180deg, #B910C6, #B910C6);
}

.gradient-blue {
    background: linear-gradient(180deg, #2A9DF5, #2A9DF5);
}

.gradient-aqua {
    background: linear-gradient(180deg, #00D2B9, #00D2B9);
}

.gradient-orange {
    background: linear-gradient(180deg, #FFBB00, #FFBB00);
}

.gradient-red {
    background: linear-gradient(180deg, #F61D00, #F61D00);
}

.gradient-bluedark{
    background: #003BFF;
}

.gradient-green{
    background: #00B715;
}

.note-text {
    color: white;
    margin-left: 5px;
}

.note-header {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    /* background: linear-gradient(180deg, #355DFC, #6D98FD); */
}


/* Chương trình học mobile */
.year{
    font-weight: 700;
    font-size: 22px;
}

#roadmapSw {
    width: 100%;
    height: 800px;
}

.containerRoadmap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    height: auto;
}

.swiper-pagination1 {
    text-align: center;
}


.swiper-pagination1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: white;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #00DBFF;
}



/* 
.containerRoadmap::-webkit-scrollbar {
    display: none; 
} */

/* PARTNERS */
.partners {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rowpartners {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.square-holder {
    padding: 30px;
    border: 1px solid #cecece;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #ebebeb;
    min-height: 130px;
    margin: 5px 5px;

}

.square-holder img {
    max-width: 100%;
    /* filter: grayscale(100%); */
    /* transition: all 0.3s; */
}

/* .square-holder:hover img {
    filter: none;
} */



/* NEWS */
.swiperNews {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}



.titlenews {
    flex: 7;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    color: #ffffff !important;
    font-size: 16px;
    padding: 5px 15px;
    overflow-y: scroll;
}

.titlenews::-webkit-scrollbar {
    display: none;
    /* Ẩn thanh cuộn trên WebKit/Blink */
}


/* logo */
.swiperLogo {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.logoimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Căn giữa nội dung trong div */
    flex: 3;
    background-color: whitesmoke;
    border-radius: 5px;
}

.logoimg img {
    /* border-radius: 50% ; */
    object-fit: contain;
    width: 80%;
    height: 80%;
    margin-top: 20px;
    overflow: hidden;
}

/* css phản hồi sinh viên */
.swiperStdFb {
    width: 100%;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.std-slide-card {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}


.std-slide-profile-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.std-slide-profile-image {
    border-radius: 50%;
    width: 200px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 3px solid #ffffff;

}

.std-slide-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.std-slide-content-section {
    flex: 3;

}

.std-slide-title {
    color: #ffd700;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.std-slide-description {
    color: #ffffff;
    /* line-height: 1.6; */
    font-size: 15px;
    height: 230px;
    font-family: 'BAHNSCHRIFT SemiLight Condensed', sans-serif;
    /* padding: 5px 15px; */
    overflow-y: scroll;

    white-space: pre-line;
    /*Xuống dòng*/
}

/* .std-slide-description p {
    display: table-cell;
    vertical-align: top;
    padding: 0px;
} */
.std-slide-description::-webkit-scrollbar {
    display: none;
    /* Ẩn thanh cuộn trên WebKit/Blink */
}

.std-slide-student-info {
    color: #00bcd4;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.std-slide-name {
    color: #FFDB64;
    font-family: 'BAHNSCHRIFT SemiLight Condensed', sans-serif;
}

.std-slide-achievement-item {
    color: #1CEDFF;
    font-family: 'BAHNSCHRIFT SemiLight Condensed', sans-serif;
    font-size: 15px;
}

.std-slide-id {
    color: #FFDB64;
}

.boxStdFb {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}




/* ========================================================================= */
/* NEW GAME ART DESIGN SYSTEM & GRID COMPONENTS */
/* ========================================================================= */

/* MỤC TIÊU CHƯƠNG TRÌNH ================================================== */
.goals-section {
    background-image: url('../images/gameart_assets/background/Artboard 1 4.png');
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #161743;
    padding: calc(10vw + 30px) 0 60px 0;
    overflow: hidden;
    position: relative;
    height: 66.17vw;
    box-sizing: border-box;
}

.goals-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Cột trái: ảnh */
.goals-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goals-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 40px 0;
}

.goals-bg-img {
    width: 80%;
    height: auto;
    display: block;
    border-radius: 16px;
    margin: 0 auto;
}

.goals-mascot-img {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    animation: floatMascot 6s ease-in-out infinite;
    --base-transform: translate(-50%, -50%);
}

/* Cột phải: nội dung */
.goals-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.goals-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0 0 18px 0;
    word-break: keep-all;
    overflow-wrap: normal;
}

.goals-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #e0e0e0;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
}

.goals-btn-wrap {
    display: block;
}

.goals-btn {
    display: inline-block;
    background: linear-gradient(135deg, #1AFFFF, #8582FE);
    color: #0d0d1a;
    font-family: 'BAHNSCHRIFT Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.3s;
}

.goals-btn:hover {
    opacity: 0.85;
    color: #0d0d1a;
}

@media screen and (max-width: 1023px) {
    .goals-section {
        height: auto;
        background-size: 100% auto;
    }

    .goals-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .goals-image-wrapper {
        max-width: 340px;
        margin: 0 auto;
    }

    .goals-title {
        font-size: 36px;
        text-align: center;
    }

    .goals-desc {
        text-align: center;
    }

    .goals-btn-wrap {
        text-align: center;
    }
}

/* END MỤC TIÊU ============================================================ */



/* Curriculum Section Header ============================================== */
.curriculum-section {
    /* background-image: url('../images/gameart_assets/background/Artboard 1 5.png'); */
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #161743;
    /* padding: 60px 0 18vw 0; */
    overflow: hidden;
    position: relative;
    height: auto;
    /* height: 66.17vw; */
    box-sizing: border-box;
}

.curriculum-layout {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    height: auto;
}

/* Cột trái: text */
.curriculum-text-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.curriculum-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 0;
    word-break: keep-all;
}

.curriculum-year-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.curriculum-year-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #e0e0e0;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
}

/* Cột phải: ảnh */
.curriculum-image-col {
    display: flex;
    align-items: center;
}

.curriculum-image-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 40px 0;
}

.curriculum-cautruc-img{
    width: 150%;
}

.curriculum-bg-img {
    width: 80%;
    height: auto;
    display: block;
    border-radius: 16px;
    margin: 0 auto;
    margin-left: -25%;
}

.curriculum-mascot-img {
    position: absolute;
    top: 50%;
    left: 150%;
    width: 50%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
    --base-transform: translate(-50%, -50%);
    animation: floatMascot 6s ease-in-out infinite;
}

@media screen and (max-width: 1023px) {
    .curriculum-section {
        height: auto;
        background-size: 100% auto;
    }

    .curriculum-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .curriculum-title {
        font-size: 36px;
        text-align: center;
    }

    .curriculum-year-list li {
        text-align: center;
    }

    .curriculum-image-wrapper {
        max-width: 480px;
    }
}

/* END Curriculum Section Header ========================================== */

/* Curriculum Grid */
.curriculum-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.curriculum-year-card {
    background: rgba(45, 18, 85, 0.7);
    border: 1px solid rgba(7, 224, 229, 0.25);
    padding: 25px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.curriculum-year-card:hover {
    transform: translateY(-5px);
    border-color: #07E0E5;
    box-shadow: 0 8px 25px rgba(7, 224, 229, 0.15);
}

.curriculum-year-title {
    color: #FFDB64;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.curriculum-semester-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.curriculum-semester-title {
    color: #07E0E5;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.curriculum-subject-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.curriculum-subject-list li {
    color: #E0E0E0;
    font-size: 13px;
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}

.curriculum-subject-list li::before {
    content: "•";
    color: #FF30FE;
    position: absolute;
    left: 0;
    top: 0;
}

.curriculum-decor {
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.curriculum-decor-1 {
    top: -50px;
    left: -50px;
    width: 250px;
}

.curriculum-decor-2 {
    bottom: -50px;
    right: -50px;
    width: 250px;
}

/* VỊ TRÍ CÔNG VIỆC ======================================================= */
.vitri-section {
    background-color: #ffffff;
    padding: 60px 0;
    position: relative;
}

.vitri-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vitri-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vitri-image {
    width: 70%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.vitri-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vitri-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #1a1a2e;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
}

.vitri-tag {
    display: inline-block;
    background-color: #1a1a2e;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 4px;
    width: fit-content;
}

.vitri-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.vitri-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
}

.vitri-item:nth-child(odd) {
    padding-right: 30px;
    border-right: 1px solid #e0e0e0;
}

.vitri-item:nth-child(even) {
    padding-left: 30px;
}

.vitri-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

.vitri-vn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
}

@media screen and (max-width: 1023px) {
    .vitri-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vitri-title {
        font-size: 32px;
    }

    .vitri-item:nth-child(odd) {
        padding-right: 15px;
    }

    .vitri-item:nth-child(even) {
        padding-left: 15px;
    }
}

/* END VỊ TRÍ CÔNG VIỆC =================================================== */

/* ĐẶC THÙ CHƯƠNG TRÌNH (new design) ====================================== */
.dacthu-new-section {
    background-image: url('../images/gameart_assets/background/Artboard 1 6.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #211441;
    padding: 20vw 0 2vw 0;
    height: 62.58vw;
    box-sizing: border-box;
    position: relative;
}

.dacthu-new-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0 0 2vw 0;
}

/* Timeline container */
.dacthu-timeline {
    position: relative;
    padding-left: 32px;
}

/* Ẩn .dacthu-line vì không dùng nữa */
.dacthu-line {
    display: none;
}

/* Mỗi mục */
.dacthu-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1.8vw;
}

.dacthu-item:last-child {
    margin-bottom: 0;
}

/* Đường kẻ dọc nối từ dot này xuống dot tiếp theo */
.dacthu-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 20px;
    /* bắt đầu ngay dưới tâm dot (dot cao 16px, top 4px → tâm ở 12px, dưới tâm = 20px) */
    bottom: -1.8vw;
    /* kéo xuống đúng tới top của item tiếp theo */
    width: 2px;
    background-color: #f7924d;
}

/* Dot cam */
.dacthu-dot {
    position: absolute;
    left: -25px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-color: #f7924d;
    border-radius: 50%;
    z-index: 1;
}

.dacthu-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.75;
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .dacthu-new-section {
        height: auto;
        padding: 70px 0 80px 0;
    }

    .dacthu-new-title {
        margin-bottom: 48px;
    }

    .dacthu-item {
        margin-bottom: 32px;
    }

    .dacthu-item:not(:last-child)::before {
        bottom: -32px;
    }
}

@media screen and (max-width: 768px) {
    .dacthu-new-title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .dacthu-item {
        margin-bottom: 24px;
    }

    .dacthu-item:not(:last-child)::before {
        bottom: -24px;
    }
}

/* END ĐẶC THÙ CHƯƠNG TRÌNH =============================================== */

/* THÔNG TIN TUYỂN SINH =================================================== */
.admission-section {
    background-image: url('../images/gameart_assets/background/Artboard 1 7.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #1e1b4b;
    padding: calc(8vw + 40px) 0 70px 0;
    overflow: hidden;
    position: relative;
}

.admission-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Cột trái: 2 ảnh chồng nhau */
.admission-image-col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.admission-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding-top: 80px;
    /* khoảng trống để mascot nhô lên */
}

/* Ảnh nền (admission_right - nhân vật game) — card có border */
.admission-img-top {
    display: block;
    width: 90%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
    position: relative;
    z-index: 2;
    animation: floatMascot 6s ease-in-out infinite;
}

/* Mascot (admission_left) — nổi lên phía trước, nhô ra trên */
.admission-img-bottom {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 14px;
}

/* Cột phải: nội dung */
.admission-text-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.admission-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0;
}

.admission-subtitle-tag {
    display: inline-block;
    background-color: #f7924d;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

.admission-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #d0d0e8;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

.admission-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.admission-box {
    border: 1.5px solid #f7924d;
    border-radius: 10px;
    padding: 16px 18px;
}

.admission-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (max-width: 1023px) {
    .admission-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .admission-image-wrapper {
        max-width: 340px;
        height: 400px;
        margin: 0 auto;
    }

    .admission-title {
        font-size: 30px;
    }
}

/* END THÔNG TIN TUYỂN SINH =============================================== */

/* CHÍNH SÁCH ƯU ĐÃI ===================================================== */
.chinhsach-section {
    background-image: url('../images/gameart_assets/background/Artboard 1 9.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1e1b4b;
    /* Matches admission section background */
    padding: 0;
    /* No padding so the banner flows to the edges and touches the bottom */
}

.chinhsach-container {
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 5px;
    /* Pulls the banner underneath the card */
    position: relative;
    z-index: 2;
    /* Renders above the banner */
    background-color: #0c0620;
    /* Very dark background card */
    border-radius: 24px;
    padding: 50px 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 2px solid #00d2ff;
    /* Cyan border matching the screenshot */
}

.chinhsach-banner {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.chinhsach-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.chinhsach-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
}

.chinhsach-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #b0b0cc;
    text-align: center;
    margin: -10px 0 10px 0;
    font-weight: 500;
}

/* Item với gradient cam → hồng → tím theo hình */
.chinhsach-item {
    background: linear-gradient(90deg, #ff5e36, #c71b9b, #7b2ff7);
    border-radius: 16px;
    padding: 22px 30px;
    width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chinhsach-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(123, 47, 247, 0.25);
}

.chinhsach-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .chinhsach-container {
        padding: 30px 20px;
        border-radius: 20px;
        gap: 15px;
        margin-bottom: -60px;
        /* Reduced negative margin on mobile */
    }

    .chinhsach-title {
        font-size: 26px;
    }

    .chinhsach-sub {
        font-size: 14px;
        margin: -5px 0 5px 0;
    }

    .chinhsach-item {
        padding: 16px 20px;
        border-radius: 12px;
    }

    .chinhsach-item p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* END CHÍNH SÁCH ========================================================= */

/* Job Positions Grid (legacy, kept for reference) */
.job-positions-container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
    margin-top: 30px;
}

.job-positions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.job-card {
    background: rgba(45, 18, 85, 0.7);
    border: 1px solid rgba(7, 224, 229, 0.2);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-3px);
    border-color: #07E0E5;
    box-shadow: 0 8px 20px rgba(7, 224, 229, 0.15);
    background: rgba(45, 18, 85, 0.9);
}

.job-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(7, 224, 229, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07E0E5;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.job-card:hover .job-card-icon {
    background: #07E0E5;
    color: #19073D;
    box-shadow: 0 0 10px rgba(7, 224, 229, 0.4);
}

.job-card-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.job-card-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.job-card-sub {
    color: #FFDB64;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Program Features Grid */
.program-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-card {
    background: rgba(25, 7, 61, 0.75);
    border: 1px solid rgba(7, 224, 229, 0.2);
    padding: 30px 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #07E0E5;
    box-shadow: 0 10px 30px rgba(7, 224, 229, 0.2);
    background: rgba(25, 7, 61, 0.9);
}

.feature-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.feature-number {
    font-size: 24px;
    font-weight: 800;
    color: #FF30FE;
    opacity: 0.5;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(255, 48, 254, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF30FE;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #FF30FE;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 48, 254, 0.4);
}

.feature-card p {
    color: #E0E0E0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* Admissions & Policies Grid */
.admission-container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: center;
}

.admission-image-left img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.policy-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
}

.policy-card-modern {
    background: linear-gradient(180deg, #2D1255, #13042B);
    border: 2px solid #FFDB64;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 219, 100, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.policy-card-modern:last-child {
    border-color: #07E0E5;
    box-shadow: 0 10px 30px rgba(7, 224, 229, 0.1);
}

.policy-card-icon {
    font-size: 40px;
    color: #FFDB64;
    margin-bottom: 15px;
}

.policy-card-modern:last-child .policy-card-icon {
    color: #07E0E5;
}

.policy-list {
    width: 100%;
}

.policy-item-detail p {
    color: #ffffff;
    font-size: 15px;
}

@media screen and (max-width: 1023px) {
    .curriculum-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-positions-container {
        grid-template-columns: 1fr;
    }

    .job-positions-image {
        max-width: 500px;
        margin: 0 auto;
    }

    .program-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .admission-container {
        grid-template-columns: 1fr;
    }

    .policy-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .curriculum-grid {
        grid-template-columns: 1fr;
    }

    .job-positions-grid {
        grid-template-columns: 1fr;
    }

    .program-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================================================= */
/* WAVE BACKGROUND TRANSITIONS                                               */
/* ========================================================================= */

/* Chuyên gia section: solid dark with subtle texture */
#ykienchuyengia {
    background-image: url('../images/gameart_assets/background/Artboard 1 8.png') !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #2D1255 !important;
}

/* Sinh viên section: dark gradient background */
#camnhansinhvien {
    background-image: url('../images/gameart_assets/background/Artboard 1 9.png') !important;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #2D1255 !important;
}

/* Footer: dark strip background */
.copyright {
    background-image: url('../images/gameart_assets/background/Artboard 1 11.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #1B1E2D;
}

/* ========================================================================= */
/* RESPONSIVE WAVE ADJUSTMENTS                                                */
/* ========================================================================= */

/* Tablet: reduce wave padding */
@media screen and (max-width: 992px) {
    .news {
        padding-bottom: 10vw;
    }

    .goals-section {
        padding-top: calc(12vw + 20px);
    }

    .curriculum-section {
        padding-bottom: 12vw;
    }

    .admission-section {
        padding-top: calc(10vw + 30px);
    }

    .faq-section {
        padding-top: calc(10vw + 30px);
        padding-bottom: calc(8vw + 30px);
    }

    .faq-section::before {
        height: 14vw;
    }

    .faq-section::after {
        height: 12vw;
    }
}

/* Mobile: further reduce wave padding for small screens */
@media screen and (max-width: 576px) {
    .news {
        padding-bottom: 14vw;
    }

    .goals-section {
        padding-top: calc(16vw + 15px);
        padding-bottom: 30px;
    }

    .curriculum-section {
        padding-bottom: 16vw;
    }

    .admission-section {
        padding-top: calc(14vw + 20px);
    }

    .faq-section {
        padding-top: calc(14vw + 20px);
        padding-bottom: calc(12vw + 20px);
    }

    .faq-section::before {
        height: 18vw;
    }

    .faq-section::after {
        height: 16vw;
    }
}