﻿/*****************************************
* Home Intro
*****************************************/
#home-intro {
    position: relative;
    color: #ffffff;
}

.home-intro-overlay {
    position: absolute;
    top: 0%;
    left: 5%;
    right: 5%;
}


.home-intro-section {
    margin-bottom: 60px;
    height: 80vh;
    display: flex;
    align-items: center;
}

    .home-intro-section .home-intro-section-overlay {
    }

        .home-intro-section .home-intro-section-overlay .home-intro-header {
            letter-spacing: 0px;
            text-transform: uppercase;
        }

            .home-intro-section .home-intro-section-overlay .home-intro-header img {
                width: 60%;
            }

        .home-intro-section .home-intro-section-overlay .home-intro-subheader {
            font-size: 50px;
            line-height: 56px;
            font-weight: 600;
            letter-spacing: 0px;
            margin-bottom: 20px;
        }

        .home-intro-section .home-intro-section-overlay .home-intro-detail {
            font-size: 20px;
            line-height: 26px;
            font-weight: 400;
            margin-top: 10px;
            letter-spacing: 0px;
        }


@media(max-width: 460px) {
    .home-intro-overlay {
        left: 0%;
        right: 0%;
    }

    .home-intro-section {
        height: 20vh;
        margin-bottom: 20px;
    }

        .home-intro-section .home-intro-section-overlay .home-intro-header img {
            width: 70%;
        }

        .home-intro-section .home-intro-section-overlay .home-intro-subheader {
            font-size: 36px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .home-intro-section .home-intro-section-overlay .home-intro-detail {
            font-size: 14px;
            line-height: 20px;
        }
}



.home-about-section {
}

    .home-about-section .title {
        font-size: 40px;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .home-about-section .detail {
        color: #ccc;
        width: 60%;
        font-size: 14px;
        line-height: 20px;
    }


@media(max-width: 460px) {
    .home-about-section .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px;
    }


    .home-about-section .detail {
        width: 100%;
    }
}


.home-about-vision-mission {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap:wrap;
    margin-top: 0px;
}

    .home-about-vision-mission .main-photo {
        width: 55%;
    }

    .home-about-vision-mission .vision-mission-info {
        width: 45%;
    }


@media(max-width: 460px) {
    .home-about-vision-mission .main-photo {
        width: 100%;
        margin-bottom: 30px;
    }

    .home-about-vision-mission .vision-mission-info {
        width: 100%;
    }
}



.vision-mission-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .vision-mission-item:last-child {
        margin-bottom: 0px;
    }

    .vision-mission-item .thumbnail-photo {
        width: 32%;
    }

    .vision-mission-item .vision-mission-info {
        width: 65%;
    }

        .vision-mission-item .vision-mission-info .vision-mission-info-header {
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
        }

        .vision-mission-item .vision-mission-info .vision-mission-info-detail {
            color: #ccc;
            font-size: 14px;
            line-height: 20px;
        }


@media(max-width: 460px) {

    .vision-mission-item {
        margin-bottom: 40px;
    }

}



/*****************************************
* Statistics
*****************************************/
#statistics {
    color: #ffffff;
    padding: 30px 0px;
    /* background: url('/upload/home/bg-statistic.png') no-repeat center bottom, linear-gradient(to bottom, #080c1a, #0a2f8f);*/
    /*background: url('/upload/home/bg-statistic.png') no-repeat center bottom, linear-gradient(to bottom, #0a2f8f, #080c1a);*/
    /*background: url(/upload/home/bg-statistic.png) no-repeat center bottom, linear-gradient(to bottom, #0056fe, #080c1a);*/
    /* background: url(/upload/home/bg-statistic.png) no-repeat center bottom, linear-gradient(to bottom, #092746, #080c1a);*/
    /* background: url(/upload/home/bg-statistic.jpg) no-repeat center bottom, linear-gradient(to bottom, #070a0c, #000000);
    background-size: 100% auto, cover;*/
    background: url('/upload/home/bg-statistic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    #statistics .title {
        font-size: 40px;
        line-height: 40px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #statistics .subtitle {
        color: #ccc;
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
        margin: 0px auto 10px auto;
        letter-spacing: 0px;
        text-align: center;
        width: 80%;
    }


@media(max-width: 460px) {

    #statistics .title {
        font-size: 24px;
        line-height: 30px;
    }

    #statistics .subtitle {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin: 0px auto 0px auto;
    }

}



.stats-section {
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

    .stats-section .stat-item {
        margin: 10px;
        min-width: 180px;
    }

        .stats-section .stat-item .stat-number {
            color: #55b1e9;
            font-size: 56px;
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
            display: inline-block;
            width: 100%;
        }

            .stats-section .stat-item .stat-number::after {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background-color: white;
                margin: 30px auto 0;
            }

        .stats-section .stat-item .stat-label {
            margin-top: 0px;
            font-size: 18px;
        }



@media(max-width:460px) {
    .stats-section {
        /*padding: 0px;
        flex-direction: column;
        align-items: center;*/
    }

        .stats-section .stat-item {
           width:40%;
        }

            .stats-section .stat-item .stat-number {
                font-size: 36px;
                line-height: 40px;
            }

                .stats-section .stat-item .stat-number::after {
                    width: 90%;
                    margin: 10px auto 0;
                }

            .stats-section .stat-item .stat-label {
                font-size: 14px;
            }
}



.statistics-slide {
    width: 100%;
    padding: 0px 0px 60px 0px;
}

    .statistics-slide .swiper-slide.card {
        background: #000000;
        border-radius: 12px;
        border: 1px solid #0f3a61;
        text-align: center;
        padding: 20px;
        color: white;
        transition: transform 0.3s ease;
    }

        .statistics-slide .swiper-slide.card img {
            max-width: 100%;
            height: 200px;
            object-fit: contain;
            margin-bottom: 16px;
        }

        .statistics-slide .swiper-slide.card h3 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .statistics-slide .swiper-slide.card p {
            font-size: 14px;
            line-height: 1.5;
            color: #ccc;
        }

    .statistics-slide .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 1;
        width: 8px;
        height: 8px;
        margin: 0px 5px !important;
    }

    .statistics-slide .swiper-pagination-bullet-active {
        background: #67b1e3;
        width: 10px;
        height: 10px;
    }

/*****************************************
* Home package
*****************************************/
#home-package {
    color: #ffffff;
    padding: 50px 0px 100px 0px;
    background: url('/upload/home/bg-home-package.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    #home-package .title {
        font-size: 36px;
        line-height: 44px;
        font-weight: 600;
        width: 65%;
        margin: 0px auto 50px auto;
        text-align: center;
    }


@media(max-width:460px) {
    #home-package {
        padding: 50px 0px 50px 0px;
    }

        #home-package .title {
            font-size: 26px;
            line-height: 34px;
            width: 100%;
            margin: 0px auto 20px auto;
        }
}



.year-package-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .year-package-lists .year-package-item {
        width: calc(100% / 3);
        text-align: center;
        border-right: 4px solid #ffffff;
    }

        .year-package-lists .year-package-item:last-child {
            border-right: none;
        }

        .year-package-lists .year-package-item .year-package-item-header {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .year-package-lists .year-package-item .year-package-item-detail {
            font-size: 16px;
            color: #ccc;
        }



@media(max-width:460px) {
    .year-package-lists .year-package-item {
        width: 100%;
        margin-bottom: 30px;
        border-right: none;
    }

        .year-package-lists .year-package-item .year-package-item-header {
            font-size: 26px;
            line-height: 34px;
        }
}



.honor-awards {
    display: flex;
    justify-content: center;
    align-items:center; 
    flex-wrap: wrap;
    color: #ffffff;
}

    .honor-awards .honor-awards-left {
        width: 40%;
    }

    .honor-awards .honor-awards-right {
        width: 40%;
        padding: 0px 40px;
    }

        .honor-awards .honor-awards-right .honor-awards-title {
            font-size: 50px;
            line-height: 56px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .honor-awards .honor-awards-right .honor-awards-detail {
            font-size: 16px;
            line-height: 24px;
        }


            .honor-awards .honor-awards-right .honor-awards-detail .honor-awards-header {
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                margin: 20px 0px 5px 0px;
            }


@media(max-width:460px) {

    .honor-awards .honor-awards-right .honor-awards-title {
        font-size: 40px;
        line-height: 46px;
    }

    .honor-awards .honor-awards-left {
        width: 70%;
    }

    .honor-awards .honor-awards-right {
        width: 100%;
        padding: 0px 20px;
    }

}




/*****************************************
* honor-awards
*****************************************/
/*#honor-awards {
    position: relative;
    padding: 80px 0px;*/
    /*background: linear-gradient(to bottom, #080c1a, #0056fe), url('/upload/home/person-honor-awards.png');*/
    /* background: url('/upload/home/person-honor-awards.png') no-repeat center bottom, linear-gradient(to bottom, #080c1a, #0056fe);
    background-size: 30% auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center;*/
    /*background: url(/upload/home/bg-honor-awards.jpg) center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

    #honor-awards .title {
        color: #ffffff;
        font-size: 50px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 20px;
    }


@media(max-width:450px) {
    #honor-awards {
        padding: 20px 0px;
    }
}


.honor-awards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #ffffff;
}

    .honor-awards .honor-awards-left {
        width: 30%;
    }

    .honor-awards .honor-awards-right {
        width: 40%;
        padding: 0px 40px;
    }

        .honor-awards .honor-awards-right .title {
            font-size: 36px;
            line-height: 44px;
            font-weight: 600;
        }

        .honor-awards .honor-awards-right .detail {
            font-size: 16px;
            line-height: 24px;
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 10px;
        }


            .honor-awards .honor-awards-right .detail .header {
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                margin: 20px 0px 5px 0px;
            }*/
