* {
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}

body {
    background: #fffef5;
    font-size: 18px;
}

.header {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .bg-more {
    position: absolute;
    height: 82px;
    width: 50%;
    background: #17a2b8;
    right: 0;
    z-index: -1;
}

.header .menu {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #17a2b8;
    padding: 20px 0 25px 50px;
    border-bottom-left-radius: 90px;
}

.header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .logo .tryhsk,
.header .logo .mobifone {
    height: 30px;
}

.header .logo .mobiedu {
    height: 28px;
}

.header .menu li {
    list-style: none;
}

.header .menu .menu-link {
    cursor: pointer;
    padding: 5px 20px;
}

.header .menu .menu-link a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.header .menu .menu-link.active {
    border-radius: 20px;
    background-color: rgba(229,143,0);
}

.content .banner {
    padding-top: 35px;
    position: relative;
    padding-bottom: 150px;
    background: none;
}

.content .banner .container {
    display: flex;
    align-items: center;
}

.content .banner .banner-left,
.content .banner .banner-right {
    width: 50%;
}

.content .banner .banner-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content .banner .banner-left .banner-title {
    font-size: 35px;
    font-weight: 700;
    display: flex;
    gap: 5px;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
}

.content .banner .banner-left .banner-title .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content .banner .banner-left .banner-title svg {
    position: absolute;
    right: -20px;
    top: -10px;
}

.content .highlight {
    color: #17a2b8;
}

.content .banner .banner-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .banner .banner-right img {
    width: 45%;
    height: auto;
}

.content .banner .banner-left .banner-description {
    font-weight: 700;
}

.content .banner .banner-left .banner-button {
    background-color: #17a2b8;
    color: #fff;
    font-weight: 600;
    display: block;
    width: fit-content;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
}

.content .banner .banner-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.content .discover .discover-title {
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
}

.content .discover .discover-title .discover-title-line:last-child {
    color: #17a2b8;
    font-weight: 700;
}

.container .discover-lst-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.container .discover-lst {
    margin-top: 50px;
}

.container .discover-lst-icon {
    display: block;
    width: 120px;
    height: 120px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px dotted #19a2b8;
}

.container .discover-lst-icon svg {
    width: 50px;
    height: 50px;
    color: #17a2b8;
}

.content .discover-lst-title {
    text-align: center;
    font-weight: 700;
    color: #17a2b8;
    font-size: 21px;
    height: 55px;
}

.container .discover-lst-description {
    text-align: justify;
}

.content .exams-lst {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.exam-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #19a2b8;
    border: 2px dotted #19a2b8;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 23px;
}

.exam-item:hover {
    color: #19a2b8;
}

.exam-item svg {
    width: 50px;
    height: 50px;
}

.register .discover-title {
    background-color: #0161b1;
    padding: 15px 0;
}

.register .discover-title .discover-title-line {
    letter-spacing: 3px;
    color: #fff !important;
}

.register .discover-title .discover-title-line .highlight {
    color: #e6af00 !important;
}

.register-intro {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #0061b0;
    border-radius: 5px;
}

.register-intro svg {
    width: 50px;
}

.register-intro-text {
    font-size: 25px;
    font-weight: 600;
}

.register-intro-text .highlight {
    color: #0061b0;
    font-size: 50px;
    padding: 0 10px;
    font-weight: 900;
}

.register-list {
    margin-top: 20px;
}

.register-item {
    margin-top: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px;
    height: 100%;
}

.register-item-header {
    background-color: #ed1d25;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    font-size: 25px;
    font-weight: 700;
}

.register-content {
    padding: 20px;
}

.register-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 25px;
    font-weight: 600
}

.register-txt .highlight {
    color: #ed1d25;
    font-size: 40px;
    font-weight: 900;
}

.register-txt-endow {
    font-size: 20px;
    color: #ed1d25;
    font-weight: 700;
}

.register-price {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.register-price .highlight {
    color: #ed1d25;
}

.footer {
    margin-top: 50px;
}

.fa-w-10 {
    width: 10px;
}

.fa-w-14 {
    width: 14px;
}

.fa-w-18 {
    width: 18px;
}

.social__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.banner-button a {
    color: #fff;
    text-decoration: none;
}

.register-now {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.register-now-btn {
    display: block;
    background-color: #ed1d25;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
}

.header-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header.container {
        display: none;
    }


    .header-mobile {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .header-mobile .header-mobile-menu {
        background-color: #17a2b8;
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .header-mobile .header-mobile-menu-item a {
        display: block;
        color: #fff;
        padding: 10px 20px;
        font-weight: 600;
    }

    .header-mobile .header-mobile-logo {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .header-mobile .header-mobile-logo img {
        height: 25px;
    }

    .header-mobile .header-mobile-logo img.tryhsk {
        height: 45px;
        padding-top: 5px;
    }

    .content .banner {
        padding-top: 10px;
        padding-bottom: 100px;
    }

    .content .banner .container {
        flex-direction: column-reverse;
    }
    
    .content .banner .banner-left,
    .content .banner .banner-right {
        width: 100%;
    }

    .content .banner .banner-left {
        align-items: center;
        gap: 20px;
    }

    .content .banner .banner-left .banner-title .content {
        text-align: center;
        padding-top: 10px;
    }

    .content .banner .banner-left .banner-description {
        text-align: center;
    }

    .content .exams-lst {
        grid-template-columns: 1fr 1fr;
    }

    .content .register-list {
        gap: 20px;
    }
}

.logo img.mobiedu-f {
    height: 30px;
}

.link_app {
    width: 100%;
    display: grid;
    align-items: end;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    float: none;
}

.widget__title {
    margin-bottom: 0px;
}