@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 400;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueRoman.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 400;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 100;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueUltraLight.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 100;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueUltraLightItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 200;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueThin.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 200;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueThinItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 300;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueLight.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 300;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueLightItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 500;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueMedium.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 500;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueMediumItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 700;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBold.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 700;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBoldItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 800;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueHeavy.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 800;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueHeavyItalic.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: normal;
    font-weight: 900;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBlack.woff) format("woff");
}
@font-face {
    font-family: helvetica neue;
    font-style: italic;
    font-weight: 900;
    src: local("Helvetica Neue"), url(../fonts/helvetica-neue/HelveticaNeueBlackItalic.woff) format("woff");
}

body{
    font-family: "Helvetica Neue", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", sans-serif !important;
}
.logo-cup {
    max-height: 100% !important;
}
#thongke {
    background: url(../../tuyen-sinh-dai-han/images/1234556.jpg) no-repeat center center;
    background-size: cover;
}
.thongke__item--number {
    color: #f6a112;
    font-weight: 600;
    font-size: 3rem;
}
.thongke__item--text {
    color: #364894;
    font-size: 1.3rem;
    font-weight: bold;
}
.title__orange {
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    background: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
    box-shadow: 0 0 4px 0 #00000040;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    z-index: 9;
    border: 0;
}
.title__orange--border {
    padding: 10px 5px 0 5px;
    display: inline-block;
}
.title__orange--border::before {
     border: 2px solid;
     border-image-source: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
     border-image-slice: 1;
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 50px;
     background: linear-gradient(180deg, #BE3841 0%, #641B90 100%);
     -webkit-mask: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     z-index: 9;
 }

.text-gradient {
    background: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    padding: 5px 0;
    z-index: 9;
    background-color: white;
}

.border-gradient {
    position: relative;
    padding: 10px 5px 0 5px;
    z-index: 9;
    background-color: white;
}

.border-gradient::before {
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
    border-image-slice: 1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background:linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 9;
}

.noidungchitiet__item--bg-1 {
    background: url("../images/v2/noi-dung/bg.png") no-repeat center center;
    background-size: cover;
}
.noidungchitiet__detail--content {
    background: linear-gradient(180deg, #3A6EC6 0%, #000467 100%);
    border-radius: 16px 0 0 16px;
}

.text__gradient--yellow {
    background: linear-gradient(180deg, #FFB905 0%, #FFD600 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

.text__gradient--blue {
    background: linear-gradient(180deg, #3A6EC6 0%, #000467 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.text__gradient--orange {
    background: linear-gradient(180deg, #FABB40 0%, #FC8B39 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

.noidungchitiet__detail--content-left {
    border-radius: 0 16px 16px 0;
    background: linear-gradient(180deg, #FFB905 0%, #FFD600 100%);
}
.object-fit-cover {
    object-fit: cover;
    border-radius: 8px;
}

#ketqua {
    background: #ffffff;
}

.hethongmonhoc__item--wrap-blue {
    background: url("../images/v2/ket-qua/bg.png") no-repeat center center;
    background-size: cover;
    border-radius: 8px;
}

#vitri {
    background: #ffffff;
}
.vitri__item {
    background-size: cover;
    border-radius: 8px;
    min-height: 200px;
    height: 100%;
}
.vitri .vitri__wrap--item:nth-child(1) .vitri__item {
    background: url("../images/v2/ket-qua/1.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(2) .vitri__item {
    background: url("../images/v2/ket-qua/2.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(3) .vitri__item {
    background: url("../images/v2/ket-qua/3.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(4) .vitri__item {
    background: url("../images/v2/ket-qua/4.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(5) .vitri__item {
    background: url("../images/v2/ket-qua/5.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(6) .vitri__item {
    background: url("../images/v2/ket-qua/6.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(7) .vitri__item {
    background: url("../images/v2/ket-qua/7.png") no-repeat center center;
}
.vitri .vitri__wrap--item:nth-child(8) .vitri__item {
    background: url("../images/v2/ket-qua/8.png") no-repeat center center;
}

.bg_parallax {
    position: fixed;
    height: 100%;
    background: url("../images/v2/bg_main_50.jpg") top left repeat;
    width: 100%;
    top: 0;
    z-index: -1;
}

#slider {
    background: url("../images/v2/banner/2.png") no-repeat center center;
    background-size: cover;
}

@media (max-width: 1200px){
    .vitri__item {
        min-height: 170px;
    }
}

@media (max-width: 992px){
    .vitri__item {
        min-height: 170px;
    }
}
@media (max-width: 768px){
    .thongke__item--text {
        font-size: 1rem;
    }
    .thongke__item--number {
        font-size: 2rem;
    }
    .slider__image {
        width: 60%;
        margin: 0 auto;
    }
}