*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Geomanist';
}
a{
    text-decoration: none;
}
textarea:focus, input:focus{
    outline: none;
}
/*Font*/
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Bold.woff2') format('woff2'),
    url('../font/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Black.woff2') format('woff2'),
    url('../font/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-BlackItalic.woff2') format('woff2'),
    url('../font/Inter-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLightItalic.woff2') format('woff2'),
    url('../font/Inter-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-BoldItalic.woff2') format('woff2'),
    url('../font/Inter-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Italic.woff2') format('woff2'),
    url('../font/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraLight.woff2') format('woff2'),
    url('../font/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBoldItalic.woff2') format('woff2'),
    url('../font/Inter-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ExtraBold.woff2') format('woff2'),
    url('../font/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Medium.woff2') format('woff2'),
    url('../font/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-SemiBold.woff2') format('woff2'),
    url('../font/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Light.woff2') format('woff2'),
    url('../font/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.woff2') format('woff2'),
    url('../font/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-MediumItalic.woff2') format('woff2'),
    url('../font/Inter-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-LightItalic.woff2') format('woff2'),
    url('../font/Inter-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Thin.woff2') format('woff2'),
    url('../font/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-SemiBoldItalic.woff2') format('woff2'),
    url('../font/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter V';
    src: url('../font/InterV.woff2') format('woff2'),
    url('../font/InterV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-ThinItalic.woff2') format('woff2'),
    url('../font/Inter-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
/*Rubik*/
@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Bold.woff2') format('woff2'),
    url('../font/Rubik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Black.woff2') format('woff2'),
    url('../font/Rubik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-BlackItalic.woff2') format('woff2'),
    url('../font/Rubik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-BoldItalic.woff2') format('woff2'),
    url('../font/Rubik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-LightItalic.woff2') format('woff2'),
    url('../font/Rubik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-MediumItalic.woff2') format('woff2'),
    url('../font/Rubik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Light.woff2') format('woff2'),
    url('../font/Rubik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Medium.woff2') format('woff2'),
    url('../font/Rubik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Italic.woff2') format('woff2'),
    url('../font/Rubik-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../font/Rubik-Regular.woff2') format('woff2'),
    url('../font/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Black.woff2') format('woff2'),
    url('../font/Geomanist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Ultra.woff2') format('woff2'),
    url('../font/Geomanist-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Book.woff2') format('woff2'),
    url('../font/Geomanist-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Regular.woff2') format('woff2'),
    url('../font/Geomanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Thin.woff2') format('woff2'),
    url('../font/Geomanist-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Medium.woff2') format('woff2'),
    url('../font/Geomanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Light.woff2') format('woff2'),
    url('../font/Geomanist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../font/Geomanist-Bold.woff2') format('woff2'),
    url('../font/Geomanist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*End Font*/
ul li{
    list-style: none;
}

.slick-slide {
    margin: 0 27px;
}
/* the parent */
.slick-list {
    margin: 0 -27px;
}
.header-wraper {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header{
    border-radius: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(12, 192, 223, 0.20);
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 3fr 11fr 2fr;
}
.header .container{
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
.nav-menu {
    display: inline-block;
}
.nav-menu ul{
    display: inline-flex;
}
.nav-menu ul li{
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 36px;
}
.nav-menu ul li a{
    color: #FFF;
    /*font-family: 'Inter';*/
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}
.nav-menu ul li a:hover{
    color: var(--primary-base, #0CC0DF);
    text-decoration: none;
}
.btn-add-promotion {
    width: 32%;
}
.register-now button{
    float: right;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-radius: 12px;
    border: none;
    background: var(--primary-base, #0CC0DF);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
}
.register-now button span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    leading-trim: both;
    text-edge: cap;
    font-family: Geomanist;
}
.register-now-head:hover {
    text-decoration: none;
}
.register-now-head {
    display: inline-block;
    margin-top: 10px;
}
.register-now-head button{
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-radius: 10px;
    background: var(--secondary-base, #F89028);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
    border: none;
    cursor: pointer;
}
/*.register-now-head button:hover{*/
/*    background: #FFF;*/
/*}*/
.register-now-head button:hover span{
    color: #303030;
    text-decoration: none;
}
.register-now-head button span{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    leading-trim: both;
    text-edge: cap;
    font-family: Geomanist;
}
.register-now-2 button{
    display: flex;
    padding: 26px 42px;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFCC16 0%, #F49425 100%);
    box-shadow: 0px 4px 16px 0px rgba(131, 63, 14, 0.10);
    border: none;
    cursor: pointer;
}
.register-now-2 button:hover{
    background: #FFF;
}
.register-now-2 button:hover span{
    color: #1159C2;
}
.register-now-2 button span{
    color: #1159C2;
    leading-trim: both;
    text-edge: cap;
    font-family: Geomanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
    text-transform: uppercase;
}
.intro-main{
    background: linear-gradient(180deg, rgba(210, 243, 249, 0.00) 80%, #D2F3F9 100%), url("../../images/desktop 2.png") lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 900px;
    position: relative;
}
.intro-main .container{
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.intro-left{
    width: 70%;
}
.intro-right{
    width: 30%;
    display: flex;
    justify-content: center;
}
.intro-right img{
    height: 699px;
    width: auto;
}
.intro-up{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.title-intro-up{
    color: #FFCC16;
    text-shadow: 0px 4px 4px rgba(106, 0, 0, 0.25);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 40px */
}
.title-intro-new{
    color: #BE8F45 !important;
    text-shadow: 0px 4px 4px rgba(106, 0, 0, 0.25);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 40px */
}
.span-intro-up{
    /*color: #FFC453;*/
    text-shadow: 0px 4px 4px rgba(106, 0, 0, 0.25);
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
}
.time-intro{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 30px;
    align-items: flex-start;
}
.svg-time{
    display: flex;
    align-items: center;
    gap: 10px;
}
.svg-time span{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
.svg-form{
    display: flex;
    align-items: center;
    gap: 10px;
}
.svg-form span{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}
.text-time span{
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}
.shadow-center{
    stroke-width: 2px;
    stroke: #FFF;
    width: 6px;
    height: 44px;
}
.text-intro{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

}
.text-intro .title-intro-first{
    color: #FFF;
    text-shadow: 0px 1.133px 4.534px rgba(28, 47, 108, 0.20);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}
.text-intro .span-intro-up{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(106, 0, 0, 0.25);
    font-family: Geomanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 73px;
}
.time-up, .form-intro{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.logo{
    display: inline-block;
    vertical-align: middle;
}
.link-register{
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 36px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(131, 63, 14, 0.10);
}
.link-register span{
    color: #1159C2;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.link-register:hover{
    background: linear-gradient(180deg, #FFCC16 0%, #F49425 100%);
}
.link-register:hover span{
    color: #FFFFFF;
}
.box-intro-down{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.img-person{
    display: flex;
    padding: 0px 10.679px 0px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    height: 150px;
    position: relative;
}
.img-person img{
    width: 120px;
    position: absolute;
    bottom: 0;
}
.name-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.name-weight{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.name-position{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.intro-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}
.info-up{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}
.intro-down{
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.video-position{
    position: relative;
}
.video-position video{
    width: 427.5px;
    height: 760px;
    object-fit: cover;
    border-radius: 30px;
}
.svg-position svg{
    position: absolute;
    top: 42%;
    left: 42%;;
    cursor: pointer;
}
/*Input*/
.input {
    position: relative;
    display: flex;
    /*width: 600px;*/
    flex-direction: column;
    gap: 20px;
}
.input .input-container {
    position: relative;
    display: flex;
    width: 100%;
}
.input .input-container .input-field {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #A4A4A4;
    background: #FFF;
    color: #1159C2;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    z-index: 0;
    width: 100%;
}
.input .input-container .input-field::-webkit-input-placeholder {
    color: #5C6570;
    padding-top: 2px;
}
.input .input-container .input-field:hover + .input-field-shadow {
    box-shadow: 0px 2px 10px #d8ddec;
}
.input .input-container .input-field:focus + .input-field-shadow {
    box-shadow: 0px 8px 14px #d8ddec;
    height: 50%;
    width: 97%;
    left: 2%;
}
.input .input-container .input-field-shadow {
    position: absolute;
    display: flex;
    width: 99%;
    height: 95%;
    bottom: 0;
    left: 1%;
    z-index: -10;
    box-shadow: 0px 0px 5px #d8ddec;
    border-radius: 2px;
    transition: all ease 240ms;
}
/*End Input*/
.wrap-price .price-top .price-title {
    font-family: Inter;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.wrap-price .price-top .price-value {
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F49425 0%, #FF6634 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wrap-price .price-desc {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promotion-desc {
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 6px;
}
.form-radio .form-check-label {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 30px;
}
.file-label {
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px dashed #A4A4A4;
    background: #FFF;
    padding: 65px;
    background-image: url("../img/gallery.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 80px;
    text-align: center;

}
#attachment {
    display: none;
}

.count-down-right{
    position: relative;
    width: auto;
    padding: 40px;
    border-radius: 30px;
    background: #171717;
}
.box-price-head {
    color: #FFF;
    font-family: Geomanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}
.count-down{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #0D0D0D;
}
.count-down-left{
    display: flex;
    justify-content: end;
    padding: 59px 85px;
    position: relative;
}
.title-form{
    text-align: center;
}
.title-form span{
    color: #0CC0DF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.total-pay{
    display: flex;
    padding: 19px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: rgba(133, 228, 255, 0.20);
    margin-top: 15px;
}
.total-pay span{
    color: var(--grey-600, #242525);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.selected-workshop {
    display: block !important;
    text-align: left;
}
.selected-workshop>svg {
    transform: translateY(-3px);
}
.selected-workshop>span {
    color: var(--grey-600, #242525);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.selected-workshop>strong {
    color: var(--grey-600, #242525);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}
#show-amount {
    color: #0CC0DF !important;
    font-size: 18px;
}
.form-register .register-now-later {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.form-register .register-now-later .btn-save>span {
    color: var(--White-color, #FFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-register .register-now-later .btn-later>span {
    color: var(--grey-400, #646667);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-register .register-now-later .btn-later {
    border-radius: 10px;
    background: var(--grey-100, #D4D7D9);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
    padding: 10px;
    border: none;
}
.form-register .register-now-later .btn-save {
    border-radius: 10px;
    background: var(--primary-base, #0CC0DF);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
    padding: 10px;
    border: none;
}
.form-register .register-now{
    /*display: flex;*/
    justify-content: end;
}
.form-register{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.button-sale{
    display: inline-flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 0px 0px 32px 32px;
    border-right: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
    border-left: 5px solid #FFF;
    background: linear-gradient(51deg, #DF7474 2.45%, #AE1010 102.9%);
    box-shadow: 0px 4px 11px 0px rgba(106, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 8%;
}
.text-sale{
    color: #FFF;
    /* font-family: SVN-Rubik; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.text-sale-large{
    color: #FFF;
    /* font-family: SVN-Rubik; */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.title-time{
    background: linear-gradient(180deg, #F49425 0%, #FF6634 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Geomanist;
    margin-top: 36px;
}
.title-time span{
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 66px; /* 178.378% */
    text-transform: uppercase;
}
.count-down-flex{
    display: flex;
    width: 570px;
    justify-content: space-between;
    align-items: flex-start;
}
.box-count-down{
    display: flex;
    width: 120px;
    height: 150px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #F49425 0%, #FF6634 100%);
}
.box-count-down p {
    color: #FFF;
    /* font-family: SVN-Rubik; */
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
.box-count-down span{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
footer{
    background-image: url("../../images/Frame 45.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
footer .container{
    padding: 20px 0;
}
.contact-footer{
    display: flex;
    padding-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.link-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-fb{
    display: flex;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
}
.flex-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.span-tiktok{
    color: #000;
    font-family: Geomanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.link-social{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.link-contact:hover {
    text-decoration: none;
}
.link-contact{
    display: flex;
    padding: 9px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--primary-base, #0CC0DF);
}
.link-contact span{
    color: #FFF;
    font-family: Geomanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.hotline{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.svg-hotline{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.svg-hotline span{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.time-active{
    color: #FFF;
    /*font-family: SVN-Rubik;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}
.license{
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}
.license-left{
    color: var(--primary-100, #85E4FF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.license-right{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.license-right span{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.circle-box{
    height: 4px;
    width: 4px;
    background: #FFFFFF;
    border-radius: 100%;
}
.purpose{
    background-color: #1261A6;
    background-image: url("../img/Group 251.png");
    background-position: bottom -1px right 0;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.purpose .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding-bottom: 80px;
}
.purpose-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.title-purpose{
    display: flex;
    flex-direction: column;
}
.span-red{
    color: var(--secondary-base, #F89028);
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.span-black{
    color: var(--primary-base, #0CC0DF);
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.span-white{
    color: #FFF;
    font-family: Geomanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    text-transform: uppercase;
}
.brief-purpose{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.detail-purpose{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.detail-purpose span{
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.detail-purpose ul {
    padding-left: 30px;
}
.detail-purpose ul li:last-of-type{
    margin-bottom: 0;
}
.detail-purpose ul li{
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    list-style: circle;
    margin-bottom: 15px;
}
.purpose-left{
    width: 50%;
    display: flex;
    justify-content: center;
}
.purpose-right{
    width: 50%;
}
.link-fb:hover {
    text-decoration: none;
}
.span-fb {
    color: #0866FF;
    font-family: Geomanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.suitable-person{
    background-color: #FFF;
}
.suitable-person .container{
    padding: 50px;
    background-image: url("../../images/Frame 40.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-searching {
    color: white;
}
.section-searching h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}
.section-searching h2 span {
    color: #ffb71b;
}
.search-item {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.search-icon {
    color: #ffb71b;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 4px;
}
.search-text b {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.search-text span {
    font-size: 14px;
    color: #e8faff;
}
.suitable-right{
    width: 500px;
}
.suitable-right img{
    width: 500px;
    height: 650px;
    border-radius: 150px 0px;
}
.suitable-left{
    width: 631px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.box-suitable{
    display: flex;
    width: 524px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.box-suitable-main{
    display: flex;
    width: 247px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.svg-suitable{
    display: flex;
    width: 80px;
    height: 80px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #F3ECE7;
}
.text-suitable{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.value{
    background: linear-gradient(270deg, #3C0202 0%, #7A2A2A 100%);
}
.value .container{
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: start;
    gap: 204px;
}
.value-left{
    display: none;
}
.value-left img{
    width: 386.288px;
    height: 550px;
}
.value-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.text-value{
    color: #FFF;
    font-family: Geomanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px;
    text-transform: uppercase;
}
.box-value{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    position: relative;
    height: 280px;
}
.text-value-left-1{
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 0;
    left: 16%;
}
.text-value-left-3{
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 130px;
    left: 7%;
}
.text-value-1{
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-value-1-right{
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-value-2{
    color: #FFCC16;
    text-align: center;
    font-family: Geomanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* position: absolute; */
}
.svg-value-1{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 50%;
}
.svg-value-2{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 115px;
    left: 50%;
}
.svg-value-3{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 190px;
    left: 50%;
}
.text-value-right-2{
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    top: 75px;
    left: 46%;
}
.text-value-right-4{
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    top: 225px;
    left: 46%;
}
.value-left-box{
    display: flex;
    gap: 20px;
    align-items: center;
}
.value-right-box{
    display: flex;
    gap: 20px;
}
.span-title-course {
    text-align: justify;
}
.span-title-course span{
    color: var(--primary-500, #024B58);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.course-content{
    background-color: #FFF;
}
.course-content .container{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.box-course{
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
}
.box-course-main{
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(2, 75, 88, 0.21);
}
.number-course{
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.20);
}
.number-course span{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.content-course span{
    color: var(--secondary-base, #F89028);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ul-course{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ul-course li>span {
    margin-left: 5px;
    display: inline-block;
    width: 90%;
}
.ul-course li>svg {
    transform: translateY(10%);
}
.ul-course li{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.title-course{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cus-review {
    background: linear-gradient(180deg, rgba(217, 245, 250, 0.00) 0%, #D9F5FA 100%);
    padding: 60px 0;
}
.swiper {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
}
.swiper-slide {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 24px;
    width: 320px;
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}
.swiper-slide.swiper-slide-active {
    transform: scale(1.05);
    opacity: 1;
    z-index: 2;
}
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-prev {
    transform: scale(0.95);
    opacity: 0.8;
}
.swiper-slide p {
    font-size: 14px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}
.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.testimonial-author .name {
    font-weight: bold;
    color: #009ddf;
}
.testimonial-author .title {
    font-size: 13px;
    color: #666;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #00c0f1;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.teacher {
    background-color: #FFF;
    background-image: url("../img/Frame 1000003943.png");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
.teacher .container{
    display: flex;
    flex-direction: row;
    gap: 68px;
}
.teacher-right .text-title-course{
    display: flex;
    flex-direction: row;
    gap: 0;
}
.teacher-right{
    display: flex;
    flex-direction: column;
    gap: 240px;
    padding: 100px 0;
    position: relative;
}
.information-teacher{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 663px;
    position: absolute;
    bottom: 50px;
}
.name-teacher{
    background: linear-gradient(180deg, #F49425 0%, #FF6634 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.name-teacher span{
    text-align: justify;
    font-family: Geomanist;
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 82px;
}
.text-info-teacher{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.text-info-teacher span{
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.feel-student{
    background: #1261A6;
}
.feel-student .container{
    display: flex;
    flex-direction: column;
    gap: 53px;
    padding-bottom: 72px;
}
.title-feel{
    display: flex;
    justify-content: end;
}
.title-feel span{
    color: #FFF;
    text-align: right;
    font-family: Geomanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px; /* 115.625% */
    text-transform: uppercase;
}
.box-feel-student{

    gap: 30px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;
}
.box-main-feel{

    display: flex;

    padding: 30px 30px 40px 30px;

    flex-direction: column;

    gap: 30px;

    border-radius: 30px;

    background: #FFF;

    box-shadow: 0px 10px 30px 0px rgba(106, 0, 0, 0.20);
}
.img-student{

    display: flex;

    width: 400px;

    height: 225px;
    overflow: hidden;

    justify-content: center;

    align-items: center;

    border-radius: 16px;

    background: linear-gradient(0deg, rgba(174, 16, 16, 0.20) 0%, rgba(174, 16, 16, 0.20) 100%), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.name-student span{

    color: #2B538D;

    font-family: Geomanist;

    font-size: 24px;

    font-style: normal;

    font-weight: 500;

    line-height: 100%; /* 24px */
}
.text-feel-student span{

    color: #5D5D5D;

    font-family: Inter;

    font-size: 18px;

    font-style: italic;

    font-weight: 500;

    line-height: normal;
}
.text-feel-top{

    transition: opacity 200ms, display 200ms;
    display: none;
    opacity: 0;
    width: 400px;
    height: 225px;
    padding: 24px;

    align-items: center;

    gap: 10px;

    border-radius: 15px;

    background: rgba(204, 204, 204, 0.20);
}
.text-feel-top span{

    color: #303030;

    font-family: Inter;

    font-size: 19px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;
}
/*.img-student{*/
/*    transition: visibility 0s, opacity 0.5s linear;*/
/*}*/
.hover-feel:hover .img-student{
    display: none;
}
.hover-feel:hover .text-feel-top{
    display: flex;
    opacity: 1;
}
.feel-student .register-now-2{
    display: flex;
    justify-content: center;
}
.content-student{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.img-student{
    position: relative;
}
.img-student .svg-position svg{
    top: 33%;
    left: 40%;
}
.album{
    background: #0D0D0D;
    padding: 50px 0;
    padding-bottom: 120px;
}
.album .container{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.title-album{
    text-align: center;
}
.title-album span{
    color: #FFF;
    text-align: center;
    font-family: Geomanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 74px; /* 115.625% */
    text-transform: uppercase;
}
.box-slick-video{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.box-slick-video .slick-next{
    display: none;
}
.video-slider{
    position: relative;
}
.video-slider img{
    width: 100%;
    height: 230px;
}
.video-slider video{
    display: flex;
    width: 260px;
    height: 496px;
    border-radius: 20px;
    object-fit: cover;
}
.video-slider .svg-position svg{
    top: 42%;
    left: 35%;
}
.teacher-left-hide{
    display: none;
}
.popup{
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s, transform 0.5s;
    z-index: 99;
}
.box-popup{
    display: flex;
    padding: 30px;
    justify-content: center;
    gap: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 16px 0px rgba(106, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    flex-direction: column;
    width: 288px;
    height: 152px;
}

.popup.active {
    opacity: 1;
    transform: translateY(0);
}
.name-person{
    display: flex;
    align-items: center;
    gap: 16px;
}
.name-person span{
    color: #AE1010;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.intro-popup{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.done-popup{
    color: #303030;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.time-popup{
    color: #585858;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}

.popup1 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #ccc;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    padding: 30px;
    justify-content: center;
    gap: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 16px 0px rgba(106, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    flex-direction: column;
    width: 288px;
    height: 152px;
}
.popup-content {
    margin: 0;
    padding: 10px;
}
.popup1.show {
    opacity: 1;
}

.show-promotion:hover, .show-promotion:focus {
    text-decoration: none;
    color: #60646D;
}
#add-promotion-code {
    position: relative;
    margin-right: 10px;
}
.modal-dialog {
    width: 600px;
    max-width: 50% !important;
}
#modal-add-promotion .modal-header span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0A183A;
}
#modal-add-promotion .modal-body input {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #60646D;
    height: 45px;
}
#modal-add-promotion .modal-body button {
    padding: 12px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #12A5F3;
    border-radius: 8px;
    border: none;
    width: 100%;
    margin-top: 16px;
}
.time-learn {
    font-size: 20px !important;
}

.list-course {
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(12, 192, 223, 0.00) 29.13%, rgba(12, 192, 223, 0.20) 100%);
}
.list-course-header>img {
    max-width: 90%;
}
.list-course-header>h2 {
    color: var(--primary-base, #0CC0DF);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 40px;
}
.list-course-header {
    text-align: center;
}
.course-wraper>div {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.course-wraper {
    display: flex;
    row-gap: 20px;
}
.workshop-card:hover {
    transform: translateY(-12px);
    transition: transform 0.4s ease-in-out;
}
.workshop-card.active .btn-register {
    background: var(--secondary-base, #F89028);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
}
.workshop-card.active {
    background: var(--primary-base, #0CC0DF);
}
.workshop-card.active * {
    color: #FFF !important;
}
.workshop-card {
    max-width: 320px;
    padding: 40px 16px 80px 16px;
    text-align: left;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(2, 75, 88, 0.21);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
}
.workshop-card-head {
    height: 80px;
}
.workshop-card h6 {
    font-weight: 600;
    font-size: 18px;
    color: var(--grey-500, #424445);
    text-transform: uppercase;
}
.workshop-card .header-desc {
    color: var(--primary-base, #0CC0DF);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.workshop-card h5 {
    margin-bottom: 12px;
    color: var(--primary-base, #0CC0DF);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.workshop-card .price {
    margin: 16px 0;
    color: var(--primary-300, #0797B0);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.workshop-card .benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--grey-600, #242525);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.workshop-card .btn-register {
    background: #00c0f1;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 16px;
    display: block;
    width: 90%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    left: 5%;
}
.workshop-card .btn-register-disable {
    background: var(--grey-100, #D4D7D9);
    box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
    color: var(--grey-400, #646667);
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 16px;
    display: block;
    width: 90%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    left: 5%;
}
.divider {
    height: 1px;
    background: #e5e5e5;
    margin: 16px 0;
}

/*Responsive*/
@media (max-width: 600px) {
    .nav-menu{
        display: none;
    }
    .logo img{
        width: 110px;
        height: auto;
    }
    .register-now-head {
        float: right;
        margin-top: 6px;
    }
    .register-now-head button span{
        font-size: 15px;
    }
    .header {
        display: block;
    }
    .header .container{
        display: flex;
        padding: 18.5px 20px 18.5px 16px;
        align-items: center;
        /*gap: 24.265px;*/
        /*background: rgba(43, 83, 141, 0.50);*/
        /*backdrop-filter: blur(10.5px);*/
        height: auto;
    }
    .register-now button>span{
        font-size: 14px;
    }
    .register-now button{
        padding: 16px;
    }
    #add-promotion-code {
        width: 65%;
    }
    .register-now-head button{
        padding: 10px 16px;
        border-radius: 10px;
        background: var(--secondary-base, #F89028);
        box-shadow: 0px 0px 10px 0px rgba(4, 112, 131, 0.20);
    }
    .intro-main{
        background: linear-gradient(180deg, rgba(210, 243, 249, 0.00) 80%, #D2F3F9 100%), url("../../images/mobile 1.png") lightgray 50% / cover no-repeat;
        background-size: cover;
        min-height: 666px;
    }
    .intro-main .container{
        flex-direction: column;
        gap: 20px;
        left: 0%;
    }
    .intro-left, .intro-right{
        width: 100%;
        justify-content: center;
    }
    .title-intro-up{
        font-size: 24px;
    }
    .text-intro .span-intro-up{
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(106, 0, 0, 0.25);
        font-family: Geomanist;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 44px; /* 129.412% */
    }
    .svg-time span, .svg-form span{
        font-size: 16px;
    }
    .text-time span{
        font-size: 20px;
    }
    .time-intro{
        gap: 8px;
        display: inline-grid;
    }
    .shadow-center {
        display: none;
    }
    .intro-up{
        padding: 0 16px;
    }
    .info-up{
        gap: 20px;
    }
    .intro-main{
        /*height: auto;*/
    }
    .intro-main .container{
        /*padding: 143px 0 0px 0;*/
    }
    .title-intro-new {
        font-size: 32px !important;
    }
    .purpose {
        padding-bottom: 0;
    }
    .purpose .container{
        flex-direction: column;
        gap: 20px;
        padding-bottom: 30px;
    }
    .video-position video{
        width: 330px;
        height: 586.667px;
    }
    .purpose-left{
        width: 100%;
        padding: 0 30px;
    }
    .purpose-right{
        width: 100%;
        padding: 0 20px;
    }
    .span-red, .span-white{
        font-size: 44px;
        line-height: 54px;
    }
    .count-down{
        flex-direction: column;
        padding: 16px 20px;
        width: 100%;
        gap: 40px;
    }
    .form-register{
        width: 100%;
        gap: 20px;
    }
    .count-down-left{
        padding: 0;
        width: 100%;
    }
    .title-form span{
        text-align: right;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px; /* 131.25% */
        text-transform: uppercase;
    }
    .count-down-right{
        width: 100%;
        padding: 28px 20px;
    }
    .title-time{
        /*width: 180px;*/
        margin-top: 40px;
        text-align: center;
    }
    .title-time span{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 125% */
    }
    .box-count-down{
        display: flex;
        height: 100px;
        width: 100%;
        padding: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2px;
        flex: 1 0 0;
        border-radius: 20px;
    }
    .box-count-down p{
        font-size: 30px;
        font-weight: 500;
    }
    .box-count-down span{
        font-size: 14px;
    }
    .count-down-flex{
        width: 100%;
        gap: 10px;
    }
    .button-sale{
        padding: 16px;
        right: 6%;
    }
    .text-sale{
        /*font-size: 16px;*/
    }
    .text-sale-large{
        font-size: 20px;
    }
    .box-suitable{
        width: 100%;
        flex-direction: column;
    }
    .box-suitable-main{
        width: 100%;
    }
    .suitable-right{
        width: 100%;
    }
    .suitable-right img{
        width: 100%;
        height: auto;
    }
    .suitable-left{
        width: 100%;
    }
    .value .container{
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
    .value-left img{
        width: 100%;
        height: auto;
    }
    .text-value{
        font-size: 44px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 45px;
        width: 277px;
    }
    .value-right{
        width: 100%;
    }
    .text-value-1{
        font-size: 18px;
    }
    .text-value-2{
        color: #FFCC16;
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        line-height: normal;
    }
    .text-value-1-right{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }
    .text-value-left-1{
        left: 11%;
    }
    .svg-value-1{
        top: 45px;
    }
    .text-value-right-2{
        top: 80px;
        left: 45%;
    }
    .svg-value-2{
        top: 125px;
    }
    .text-value-left-3{
        top: 145px;
        left: 1%;
    }
    .svg-value-3{
        top: 205px;
    }
    .text-value-right-4{
        top: 240px;
        left: 45%;
    }
    .course-content .container{
        padding: 30px 20px;
        gap: 20px;
    }
    .box-course{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .span-black{
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 54px;
    }
    .text-title-course{
        display: flex;
        flex-direction: column;
    }
    .span-title-course span{
        font-size: 16px;
    }
    .number-course{
        padding: 20px;
    }
    .number-course span{
        font-size: 30px;
    }
    .content-course span{
        font-size: 20px;
    }
    .ul-course li{
        font-size: 16px;
    }
    .teacher .container{
        flex-direction: column;
        padding: 0 20px;
        gap: 20px;
    }
    .teacher-left img{
        width: 100%;
        height: auto;
    }
    .box-feel-student{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .img-student{
        width: 100%;
        height: auto;
    }
    .text-feel-top{
        width: 100%;
        height: auto;
    }
    .name-student span{
        font-size: 20px;
    }
    .feel-student .register-now-2{
        width: 100%;
    }
    .register-now-2 button span{
        font-size: 26px;
    }
    .title-feel span{
        font-size: 44px;
        font-weight: 500;
        line-height: 54px;
    }
    .feel-student .container{
        gap: 30px;
        padding: 0 20px;
    }
    .name-teacher span{
        font-size: 42px;
    }
    .text-info-teacher span{
        font-size: 16px;
    }
    .information-teacher{
        width: 100%;
        position: unset;
    }
    .teacher {
        background-color: #FFF;
        background-image: url("../img/Frame 1000003944.png");
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .teacher-right .text-title-course{
        flex-direction: column;
        text-align: end;
        gap: 0;
    }
    .teacher-left{
        display: none;
    }
    .teacher-left-hide{
        display: flex;
    }
    .teacher-left-hide img{
        width: 100%;
        height: auto;
    }
    .teacher-right{
        gap: 30px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .title-album span{
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 54px;
    }
    .slick-video{
        padding: 0 20px;
    }
    footer .container{
        display: flex;
        flex-direction: column;
    }
    .contact-footer{
        display: flex;
        flex-direction: column;
    }
    .link-logo{
        width: 100%;
    }
    .w100-mobile {
        width: 100% !important;
    }
    .link-social{
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        gap: 16px;
    }
    .license-left {
        font-size: 16px;
    }
    .license{
        flex-direction: column;
    }
    .contact-footer{
        height: auto;
        height: auto;
        gap: 30px;
    }
    .link-fb{
        width: 50%;
    }
    .link-contact{
        width: 100%;
        justify-content: center;
    }
    .flex-social{
        width: 100%;
    }
    .box-slick-video .video-slider{
        width: 200px;
    }
    .video-slider .svg-position svg{
        left: 28%;
    }
    .album{
        background: linear-gradient(180deg, rgba(36, 18, 18, 0.00) 67.83%, rgba(36, 18, 18, 0.30) 100%), #2B538D;
        padding: 20px 0;
    }
    .album .container {
        gap: 20px;
    }
    .box-popup{
        padding: 8px;
        height: auto;
        width: 100%;
        gap: 4px;
    }
    .name-person span{
        font-size: 14px;
    }
    .done-popup{
        font-size: 14px;
    }
    .time-popup{
        font-size: 12px;
    }
    .value-left-box{
        gap: 10px;
    }
    .value-right-box{
        gap: 10px;
    }
    .time-learn {
        font-size: 16px !important;
    }
    .swiper {
        padding: 50px 10px;
    }
    .popup>img {
        max-width: 60%;
        float: right;
    }
    .list-course-header>h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .workshop-card {
        display: block;
        margin: 10px auto;
    }
    .course-wraper>div {
        display: inline-table;
    }
    .suitable-person .container {
        background-image: url("../../images/Frame 40 (1).png");
        background-size: cover;
        height: 800px;
        padding: 20px;
    }
    .search-item {
        margin-top: 10px;
    }
    .ul-course {
        padding-left: 0;
    }
    .ul-course li>span {
        max-width: 80%;
    }
    .ul-course li>svg {
        transform: translateY(-10px);
    }
    .text-title-course>br {
        display: none;
    }
    .modal-dialog {
        max-width: 90% !important;
        margin: 0 auto;
    }
    .selected-workshop>span {
        font-size: 15px;
    }
    .swiper-slide {
        height: 350px;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .modal-dialog {
        max-width: 70% !important;
        margin: 0 auto;
    }
    .link-social {
        display: grid;
    }
    .intro-main {
        height: 600px;
    }
    .nav-menu ul li {
        padding: 16px 0;
    }
    .register-now-head button {
        padding: 10px 6px;
    }
}
