#home-slider .slide-content h1 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.25;
}

.process-content {
    display: -webkit-flex;
    display: flex;
    gap: 25px;
    margin: 65px 0;
}

.process-content .process-box {
    flex: 1;
}

.process-content .process-box .process-img {
    height: 300px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.process-content .process-box .process-img a.process-no {
    position: absolute;
    left: 13px;
    font-size: 128px;
    font-weight: bold;
    z-index: -1;
    color: #dddd;
    top: -34px;
}

.process-content .process-box .process-img img {
    border-radius: 50%;
    height: 100%;
    width: 300px;
    border: 5px solid #d1d1d1;
    padding: 10px;
    background-color: #ffffff;
    transition: 0.5s;
    cursor: pointer;
}

.process-content .process-box .process-img img:hover {
    transform: scale(1.2);
}

.process-content .process-box .process-text {
    text-align: center;
}

.process-content .process-box .process-text .process-step {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-content .process-box .process-text .process-text {
    font-size: 15px;
}


.award-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.award-list .award-box {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 1px 0 3px 1px #d1d1d163;
}

.award-list .award-box .award-img {
    text-align: center;
}

.award-list .award-box .award-img img {
    max-width: 70%;
    height: 100%;
}

.award-list .award-box .award-info {
    padding: 15px 20px;
    padding-bottom: 25px;
    text-align: center;
}

.award-list .award-box .award-info h4 {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.award-list .award-box .award-info ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.award-list .award-box .award-info ul li {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

.home-header.title>h2 {
    font-weight: 32px;
    font-weight: bold;
}

.home-header.title>h2 img {
    height: 80px;
}

@media(max-width:762px) {
    .award-list {
        gap: 8px
    }

    .award-list .award-box .award-img img {
        height: auto;
    }

    .award-list .award-box .award-info h4 {
        font-size: 13px;
        padding-bottom: 0;
    }

    .award-list .award-box .award-info {
        padding: 4px 5px;
    }

    .award-list .award-box .award-info h4 br {
        display: none;
    }
}

.color-blue {
    color: #008eff;
}




.main-popup {
    position: absolute;
    z-index: 21;
    -webkit-box-shadow: 0px 13px 40px -6px #061626;
    box-shadow: 0px 13px 40px -6px #061626;
    top: 150px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    display: none;
}

.main-popup.on {
    display: block;
    background-color: #fff;
}

.main-popup button {
    border: 0;
    background: none;
    cursor: pointer;
}


.main-popup .popup-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-popup .btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 0;
    border: 0;
    background: none;
}

.main-popup .btn_close::before {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 15px;
    transform: rotate(45deg);
}

.main-popup .btn_close::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
}

.main-popup .btn_today_close {
    width: 100%;
    height: 45px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
}

.main-popup .btn_today_close span {
    display: block;
    line-height: 40px;
    vertical-align: bottom;
    opacity: 0.8;
}



.home-header-p img {
    height: 17px;
    vertical-align: baseline;
}

@media screen and (max-width: 568px) {

    .main-popup {

        margin-left: 0;
        left: 10px;
        width: calc(100vw - 20px);
    }

    .process-content {
        flex-direction: column;
    }

    .mobile-center {
        text-align: center;
    }

    #home-slider {
        height: 100vw;
    }

    #home-slider .slide-item {
        height: 100vw;
    }

    #home-slider .slide-content .container>h1 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .home-header-p {
        line-height: 1.8;
    }
}

.header-title-box {
    margin-bottom: 40px;
}

.header-title-box .title {
    font-size: 44px;
}

.header-title-box .header-text {
    font-size: 20px;
}

.about-arrow {
    width: 15px;
    height: 15px;
    position: relative;
    transform: rotate(90deg);
    display: inline-block;
    left: 0;
}

.about-arrow::before,
.about-arrow::after {
    content: '';
    position: absolute;
}

.about-arrow::before {
    width: 100%;
    height: 100%;
    border: 2px solid #009eff;
    border-right: 0;
    border-bottom: 0;
}

.about-arrow::after {
    width: 22px;
    height: 2px;
    background-color: #009eff;
    transform-origin: 0 100%;
    transform: rotate(45deg);
}

.header-about-box {
    padding-top: 15px;
    display: flex;
    flex-direction: row;

}

.header-about-box .header-about-arrow {
    flex-basis: 28px;
    padding-top: 6px;
}

.header-about-box .header-about-content {
    flex: 1;
}

.header-about-box .header-about-title {
    margin: 0;
    margin-bottom: 15px;
    color: #009eff;
    cursor: pointer;
    transition: 3ms;
}

.header-about-box:hover .header-about-title {
    transform: translateY(-3px);
}

.header-about-box:hover .header-about-arrow {
    padding-top: 3px;
}

.header-about-description {
    margin: 0;
    font-size: 15px;
}

.header-about-img-box img {
    aspect-ratio: 1;
}

.header-menu-box {
    display: flex;
    gap: 18px;
}

.header-menu-box .header-menu-item {
    flex: 1;
}

.youtube-title>svg {
    pointer-events: none;
    display: block;
    width: 210px;
    height: 100%;
    margin-bottom: 25px;
}

.youtube-box {
    padding: 0;
    border-top: 0;
}

/* .youtube-box .youtube-content-before {
            position: relative;
            width: 100%;
            padding: 0;
            background-color: #ea1836;
            border-top: 0;
        }

        .youtube-box .youtube-content-before .white-box {
            padding: 50px;
            border-bottom-right-radius: 180px;
            width: 100%;
            background-color: #ffffff;
        } */

/* .youtube-box .youtube-content-before+.youtube-content-box {
            border-top: 0;
        } */

.youtube-box .youtube-content-before {
    display: none;
}

/* .youtube-box .youtube-content-box {
            position: relative;
            width: 100%;
            padding: 140px 85px 190px;
            background-color: #ea1836;
            border-top-left-radius: 180px;
        }
         */
.youtube-box .youtube-content-box {
    position: relative;
    width: 100%;
    padding: 140px 85px 190px;
    background-color: #eeeeee;

}

.youtube-title {
    font-size: 66px;
    font-weight: 800;
    color: #ffffff;
}

.youtube-slider {
    position: relative;
    --swiper-theme-color: #fff;
}

.youtube-list .youtube-img {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}

.youtube-list .youtube-img .youtube-img-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.youtube-list .youtube-img .youtube-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.youtube-list .slick-slide {
    margin-right: 10px;
}

.youtube-list .slick-active {
    background-color: #ffffff;
}

.youtube-list .slick-active:last-child {
    margin-right: 0;
}

.youtube-list .youtube-img.animated,
.youtube-list .youtube-item .player-title.animated {
    opacity: 1;
}

.youtube-list .youtube-img,
.youtube-list .youtube-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
}


.youtube-list .youtube-img:hover,
.youtube-list .youtube-img img:hover {
    border-radius: 0;
}

.youtube-list .youtube-item .player-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -15px);
}

.swiper-rtl .swiper-button-next,
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -15px);

}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}


@media (max-width:990px) {
    #home-slider .slide-content h1 {
        font-size: 43px;
    }

    .header-about-title {
        font-size: 18px;
    }

    .header-about-description {
        font-size: 13px;
    }

    .header-about-box .header-about-arrow {
        flex-basis: 23px;
        padding-top: 2px;
    }

    .header-about-box:hover .header-about-arrow {
        padding-top: 0;

    }

    .about-arrow {
        width: 13px;
        height: 13px;
    }


    .about-arrow::after {
        width: 18px;
    }

    .header-title-box .title {
        font-size: 30px;
    }

    .header-menu-box {
        gap: 12px;
    }

    .icon-box-side {
        padding-left: 60px;
        padding-right: 10px;
    }

    .icon-box-side .animated-icon {
        width: 45px;
    }

    .icon-box-side p {
        font-size: 13px;
    }

    .title>h4 {
        font-size: 14px;
    }

    .award-list {
        grid-template-columns: 1fr 1fr;
    }

    .slick-initialized .slick-slide {
        text-align: center;
    }

    .youtube-box .youtube-content-before .white-box {
        padding: 30px;
        border-bottom-right-radius: 80px;
    }

    .youtube-box .youtube-content-box {
        padding: 50px 35px 100px;

    }

    .youtube-title {
        margin-top: 0;
        font-size: 45px;

    }

    .youtube-list .youtube-item .player-title {
        font-size: 16px;
        height: 40px;
        line-height: 1.4;
    }
}

@media screen and (min-width:650px) and (max-width:992px) {
    .col-mf-6 {
        width: 50%;
        float: left;
    }

    .col-mf-offset-6 {
        margin-left: 50%;
    }

    .accordion-content p {
        font-size: 13px;
    }

    .accordion-title {
        padding: 14px 20px;
        padding-left: 70px;
    }

    .accordion-title:before {
        line-height: 50px;
    }

    .img-side .img-holder {
        background-size: 100%;
    }
}

@media (max-width:650px) {

    .youtube-title>svg {
        pointer-events: none;
        display: block;
        width: 160px;
        height: 100%;
        margin-bottom: 25px;
    }

    .header-title-box .title {
        font-size: 21px;
    }

    .header-title-box .header-text {
        font-size: 12px;
    }

    .header-menu-box {
        flex-direction: column;
        gap: 25px;
    }

    .header-about-img-box img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        width: 100%;
    }
}