
#header-wrap.IndexCover, #news.IndexCover, #business_hours.IndexCover, #teaching.IndexCover {
    background: #FFF;
}

#news {
    line-height: 0;
    width: 100%;
}

#news::before {
    display: inline-block;
    width: 100%;
    height: 140px;
    content: '';
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #FFF;
    z-index: 0;
}
 

#news::after {
    display: block;
    width: 100vw;
    height: 100vh;
    content: '';
    position: fixed;
    top: 50px;
    left: 0;
    z-index: -1;
    background-size: 100%;
    background-image: url('../../images/index/index_bg_01.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}




#activity {
    position: relative;
    padding: 250px 0 0 0;
    /* border: 1px solid #00c; */
}

@media (max-width: 1200px) {
    #activity {
        padding: 200px 0 0 0;
        /* border: 1px solid #c0c; */
    }
}
@media (max-width: 768px) {


    #news::after {
        background-size: 110%;
        background-image: url('../../images/index/index_bg_01.jpg');
        background-position: bottom center;
        background-repeat: no-repeat;
    }


    #activity {
        padding: 120px 0 0 0;
        /* border: 1px solid #0c0; */
    }
}

#activity.IndexCover::before {
    display: inline-block;
    width: 100%;
    height: 45%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 0;
}

@media (max-width: 991px) {

    #activity.IndexCover::before {
        height: 75%;
        /* background: #Fcc; */
    }  
}

@media (max-width: 575px) {

    #activity.IndexCover::before {
        display: none;
    }  
}















@media (min-width: 1200px) {
     #header-wrap .container {
         padding-right: 80px;
         padding-left: 80px;
         max-width: 100%;
    }
}
 @media (min-width: 1200px) and (max-width: 1842px) {
     #header-wrap .container {
         padding-right: 80px;
         padding-left: 80px;
         max-width: 100%;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     #header-wrap .container {
         padding-right: 80px;
         padding-left: 80px;
         max-width: 1200px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #header-wrap .container {
         padding-right: 80px;
         padding-left: 80px;
         max-width: 992px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #header-wrap .container {
         padding-right: 80px;
         padding-left: 80px;
         max-width: 768px;
    }
}
 @media (max-width: 575.98px) {
     #header-wrap .container {
         padding-right: 0px;
         padding-left: 0px;
    }
}
 #main-slide {
    /* .carousel-inner {
         @media (min-width: 1200px) {
        }
         @media (min-width: 992px) and (max-width: 1199.98px) {
        }
         @media (min-width: 768px) and (max-width: 991.98px) {
        }
         @media (min-width: 576px) and (max-width: 767.98px) {
        }
         @media (max-width: 575.98px) {
        }
    }
     */
}
 #main-slide .carousel-control {
     -webkit-transition: 1s;
     transition: 1s;
}
 #main-slide .carousel-indicators {
     cursor: pointer;
     bottom: 15px;
}
 #main-slide:hover .carousel-control {
     -webkit-transition: 1s;
     transition: 1s;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}
 #main-slide .carousel-item img {
     position: relative;
     width: 100%;
}
 #main-slide .carousel-inner .carousel-item::after {
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
}
 #main-slide .carousel-item .carousel-caption {
     opacity: 0;
     -webkit-transition: opacity 100ms ease 0s;
     transition: opacity 100ms ease 0s;
     z-index: 0;
}
 #main-slide .carousel-item .carousel-caption .heading {
     font-size: 48px;
     font-weight: 700;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 0.1rem;
     margin-top: 30px;
}
 #main-slide .carousel-item .carousel-caption p {
     font-size: 20px;
}
 #main-slide .carousel-item.active .carousel-caption {
     opacity: 1;
     -webkit-transition: opacity 100ms ease 0s;
     transition: opacity 100ms ease 0s;
     z-index: 1;
}
 #main-slide .carousel-caption {
     color: #fff;
     position: absolute;
     top: 35%;
}
 #main-slide .carousel-caption .btn {
     margin: 25px 25px 0px 0px;
}
 #main-slide .carousel-control-next, #main-slide .carousel-control-prev {
     opacity: 1;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
     color: #fff;
     text-decoration: none;
     outline: 0;
     opacity: 1;
}
 #main-slide .carousel-control {
     top: 45%;
}
 #main-slide .carousel-control-prev span {
     padding: 15px;
}
 #main-slide .carousel-control-next span {
     padding: 15px;
}
 #main-slide .carousel-control-prev span {
     position: absolute;
     left: 0px;
}
 #main-slide .carousel-control-next span {
     position: absolute;
     right: 0px;
}
 #main-slide .carousel-control-prev span i, #main-slide .carousel-control-next span i {
     z-index: 5;
}
 #main-slide .carousel-control-prev span, #main-slide .carousel-control-next span {
    /* line-height: 30px;
     */
    /* font-size: 40px;
     */
    /* padding: 10px 15px;
     */
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     width: 60px;
     height: 60px;
     background: transparent;
     color: #fff;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     background: #F2BE09;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #main-slide .carousel-control-prev span, #main-slide .carousel-control-next span {
         padding: 8px 15px;
         font-size: 22px;
         width: 45px;
         height: 45px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #main-slide .carousel-control-prev span, #main-slide .carousel-control-next span {
         padding: 8px 15px;
         font-size: 22px;
         width: 45px;
         height: 45px;
    }
}
 @media (max-width: 575.98px) {
     #main-slide .carousel-control-prev span, #main-slide .carousel-control-next span {
         padding: 5px 15px;
         font-size: 20px;
         width: 40px;
         height: 40px;
    }
}
 #main-slide .carousel-control-prev span:hover, #main-slide .carousel-control-next span:hover {
     /* background: #F08200; */
     color: #fff;
     border-color: #fff;
     opacity: 1;
     transform: scale(1.1);
}
 .carousel-indicators li {
     width: 9px;
     height: 9px;
     margin-right: 10px;
     margin-left: 10px;
     border-radius: 50%;
     opacity: 1;
}
 .carousel-indicators .active {
     background-color: #ffc107;
     opacity: 1;
}
 @media (min-width: 1200px) {
     #business_hours .container {
         max-width: 100%;
    }
     #business_hours .container .open_time {
         margin-left: 80px;
    }
     #business_hours .container .closed_time {
         margin-right: 80px;
    }
}
 @media (min-width: 1200px) and (max-width: 1842px) {
     #business_hours .container {
         max-width: 100%;
    }
     #business_hours .container .open_time {
         margin-left: 80px;
    }
     #business_hours .container .closed_time {
         margin-right: 80px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     #business_hours .container {
         max-width: 1200px;
    }
     #business_hours .container .open_time {
         margin-left: 80px;
    }
     #business_hours .container .closed_time {
         margin-right: 80px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #business_hours .container {
         max-width: 992px;
    }
     #business_hours .container .open_time {
         margin-left: 80px;
         margin-right: 80px;
    }
     #business_hours .container .closed_time {
         margin-right: 80px;
         margin-left: 80px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #business_hours .container {
         max-width: 768px;
    }
     #business_hours .container .open_time {
         margin-left: 80px;
         margin-right: 80px;
    }
     #business_hours .container .closed_time {
         margin-right: 80px;
         margin-left: 80px;
    }
}
 @media (max-width: 575.98px) {
     #business_hours .container {
         padding-right: 0px;
         padding-left: 0px;
    }
}
 .open_time {
     width: 100%;
     background: linear-gradient(45deg, #F2BE09 48%, transparent 48%) center center/100% 100%, #0D7786;
}
 @media (min-width: 1200px) {
     .open_time {
         height: 120px;
         border-right: 1px solid #0e91a3;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .open_time {
         height: 120px;
         background: linear-gradient(45deg, #F2BE09 48%, transparent 48%) center center/100% 100%, #0D7786;
         border-right: 1px solid #0e91a3;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .open_time {
         height: 100px;
         background: linear-gradient(45deg, #F2BE09 40%, transparent 40%) center center/100% 100%, #0D7786;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .open_time {
         height: 100px;
         background: linear-gradient(45deg, #F2BE09 40%, transparent 40%) center center/100% 100%, #0D7786;
    }
}
 @media (max-width: 575.98px) {
     .open_time {
         background: -webkit-gradient(linear, left top, right top, color-stop(35%, #F2BE09), color-stop(35%, transparent)) center center/100% 100%, #0D7786;
         background: linear-gradient(90deg, #F2BE09 35%, transparent 35%) center center/100% 100%, #0D7786;
         height: 70px;
         padding-top: 5px;
         border-bottom: 1px solid #0E91A3;
    }
}
 .open_time .open_time_txt {
     height: auto;
     color: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}
 @media (min-width: 1200px) {
     .open_time .open_time_txt {
         padding-top: 25px;
         margin-right: -135px;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .open_time .open_time_txt {
         padding-top: 25px;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .open_time .open_time_txt {
         padding-top: 18px;
         float: left;
         margin-left: 70px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .open_time .open_time_txt {
         padding-top: 15px;
         float: left;
         margin-left: 50px;
    }
}

@media (max-width: 1600px) {
    .open_time .open_time_txt {
    margin-right: -97px;
    }

}
@media (max-width: 1340px) {
.open_time .open_time_txt {
    margin-right: -55px;
}
}

@media (max-width: 1240px) {
.open_time .open_time_txt {
    margin-right: 0;
}
}

 @media (max-width: 575.98px) {
     .open_time .open_time_txt {
         padding-top: 5px;
         float: left;
         margin-left: 50px;
    }
}
 .open_time .open_time_txt h1 {
     font-size: 17px;
     font-weight: 400;
     text-align: left;
     line-height: 1.8em;
     width: 236px;
     height: auto;
     display: inline-block;
}
 @media (min-width: 1200px) {
     .open_time .open_time_txt h1 {
         margin-right: 90px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .open_time .open_time_txt h1 {
         margin-right: 10px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .open_time .open_time_txt h1 {
         margin-right: 70px;
    }
}
 @media (max-width: 1600px) {
    .open_time .open_time_txt h1 {
        margin-right: 50px;
    }
}





 @media (max-width: 575.98px) {
     .open_time .open_time_txt h1 {
         font-size: 16px;
         width: auto;
         margin-right: 120px;
    }
}
 .open_time .open_time_txt h2 {
     font-size: 17px;
     font-weight: 400;
     text-align: center;
     line-height: 2em;
     height: auto;
     display: inline-block;
}
 @media (max-width: 575.98px) {
     .open_time .open_time_txt h2 {
         margin-top: 8px;
         font-size: 14px;
         line-height: 1.42em;
    }
}
@media (max-width: 360px) {

.open_time .open_time_txt h1 {
    margin-right: 70px;
        line-height: 1em;
}
.open_time .open_time_txt {
    margin-left: 37px;
}
}

 .open_time .open_time_txt h2 span {
     display: block;
     font-size: 24px;
     font-weight: 600;
     text-align: center;
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .open_time .open_time_txt h2 span {
         font-size: 20px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .open_time .open_time_txt h2 span {
         font-size: 20px;
    }
}
 @media (max-width: 575.98px) {
     .open_time .open_time_txt h2 span {
         font-size: 18px;
         line-height: 1.2em;
    }
}
 .closed_time {
     width: 100%;
     background: linear-gradient(315deg, #E7E7E7 48%, transparent 48%) center center/100% 100%, #0D7786;
}
 @media (min-width: 1200px) {
     .closed_time {
         height: 120px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .closed_time {
         height: 120px;
         background: linear-gradient(315deg, #E7E7E7 48%, transparent 48%) center center/100% 100%, #0D7786;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .closed_time {
         height: 100px;
         background: linear-gradient(315deg, #E7E7E7 40%, transparent 40%) center center/100% 100%, #0D7786;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .closed_time {
         height: 100px;
         background: linear-gradient(315deg, #E7E7E7 40%, transparent 40%) center center/100% 100%, #0D7786;
    }
}
 @media (max-width: 575.98px) {
     .closed_time {
         background: -webkit-gradient(linear, right top, left top, color-stop(35%, #4D4D4D), color-stop(35%, transparent)) center center/100% 100%, #0D7786;
         background: linear-gradient(270deg, #E7E7E7 35%, transparent 35%) center center/100% 100%, #0D7786;
         height: 70px;
         padding-top: 5px;
         border-bottom: 1px solid #0E91A3;
    }
}




.closed_time .closed_time_txt {
     /* color: #fff; */
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

.closed_time .closed_time_txt h1 {
     color: #333333;    
}

.closed_time .closed_time_txt h2 {
     color: #fff;    
}


 @media (min-width: 1200px) {
     .closed_time .closed_time_txt {
         padding-top: 25px;
         margin-left: -165px;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     .closed_time .closed_time_txt {
         padding-top: 25px;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .closed_time .closed_time_txt {
         padding-top: 18px;
         float: right;
         margin-right: 70px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .closed_time .closed_time_txt {
         padding-top: 15px;
         float: right;
         margin-right: 50px;
    }
}

@media (max-width: 1600px) {

.closed_time .closed_time_txt {
    padding-top: 25px;
    margin-left: -132px;
}




}
@media (max-width: 1420px) {
.closed_time .closed_time_txt {
    margin-left: -120px;
}
}

@media (max-width: 1340px) {
.closed_time .closed_time_txt {
    margin-left: -55px;
}
}

@media (max-width: 1240px) {
.closed_time .closed_time_txt {
    margin-left: 0;
        margin-right: 15px;
}

}




 @media (max-width: 575.98px) {
     .closed_time .closed_time_txt {
         padding-top: 5px;
         float: right;
         margin-right: 50px;
    }
}
 @media (max-width: 360px) {
     .closed_time .closed_time_txt {
        padding-top: 0px;
        /* margin-right: 40px; */

        /* border: 1px solid #fc0; */
    }
}

 .closed_time .closed_time_txt h1 {
     font-size: 17px;
     font-weight: 400;
     text-align: right;
     line-height: 1.8em;
     width: 236px;
     height: auto;

     /* border: 1px solid #c17; */
}



 @media (min-width: 1200px) {
     .closed_time .closed_time_txt h1 {
         margin-left: 70px;
    }
}
 @media (max-width: 575.98px) {
     .closed_time .closed_time_txt h1 {
         font-size: 16px;
         width: auto;
         margin-left: 60px;
    }
}
 .closed_time .closed_time_txt h2 {
     font-size: 17px;
     font-weight: 400;
     text-align: center;
     line-height: 1.4em;
     width: auto;
     height: auto;

     /* border: 1px solid #c17; */
}

@media (max-width: 1600px) {
.closed_time .closed_time_txt h1 {
    margin-left: 30px;
}


}
@media (max-width: 1420px) {
.closed_time .closed_time_txt h1 {
    margin-left: 15px;
}


}

@media (max-width: 1199px) {

.closed_time .closed_time_txt h1 {
    margin-left: 0;
}
}

@media (max-width: 1099px) {
.closed_time .closed_time_txt h2 {
    margin-left: 10px;
}

}

 @media (max-width: 575.98px) {
     .closed_time .closed_time_txt h2 {
         font-size: 14px;
         line-height: 1.2em;
    }
}




 @media (max-width: 360px) {
    .closed_time .closed_time_txt h1 {
        margin-left: 40px;
        line-height: 1.4em;
    }
    .closed_time .closed_time_txt h2 {
        margin-top: 0;
    }
}


/* news Area */
 #news {
     
     /* margin-top: 120px; */
     /* background-image: url('../../images/index/index_bg_01.jpg');
     background-size: cover;
     webkit-overflow-scrolling: touch; */
     /* background-attachment： local; */
     /* background-attachment: fixed; */
     /* min-height: 1193px; */
}
/*  @media (max-width: 575.98px) { */
 @media (max-width: 768px) {
     #news {
         background-size: 140%;
         /* background-repeat: repeat; */
         /* background-attachment: fixed; */
         /* background-position-y: 85%; */
    }
}

@media (max-width: 768px){
    /*  #news {
      margin-bottom: 120px;
      background: url(../../images/index/index_bg_01.jpg) center repeat;
      background-size: 135%;
      background-attachment: fixed;
    } */
}




 #news .container {
    /* padding-bottom: 98px;
     */
     background: #fff;
}
 @media (min-width: 1842px) {
     #news .container {
         max-width: 81vw;
         padding: 0 10vw;
    }
}
 @media (min-width: 1200px) and (max-width: 1842px) {
     #news .container {
         max-width: 81vw;
         padding: 0 8vw;
        /* padding-bottom: 98px;
         */
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     #news .container {
         max-width: 90vw;
         padding: 0 40px;
        /* padding-bottom: 98px;
         */
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #news .container {
         max-width: 90vw;
         padding: 0 40px;
        /* padding-bottom: 60px;
         */
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #news .container {
         padding-right: 30px;
         padding-left: 30px;
        /* padding-bottom: 60px;
         */
         max-width: 85vw;
    }
}
 @media (max-width: 575.98px) {
     #news .container {
         padding-right: 30px;
         padding-left: 30px;
        /* padding-bottom: 75p */
        x;
    }
}
 .news .section-title-news {
     font-size: 32px;
     color: #3C3C3C;
     font-weight: 700;
     text-transform: uppercase;
     position: relative;
     margin: 0 auto; 
     margin-bottom: 58px;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .news .section-title-news {
         font-size: 30px;
/*          margin-bottom: 24px;
        margin-top: 3em; */
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .news .section-title-news {
         font-size: 30px;
         /* margin-bottom: 24px; */
    }
}
 @media (max-width: 575.98px) {
     .news .section-title-news {
         font-size: 26px;
         margin-bottom: 16px;
    }
}
 .news .show .card-body {
     background: #fff;
}
 .news ul li {
     border-bottom: solid 1px #3C3C3C;
}
 .news ul li:first-child {
     border-top: solid 1px #3C3C3C;
}
 .news ul li:nth-child(odd) {
     border-left: #0D7786 6px solid;
}
 .news ul li:nth-child(odd):hover {
     background: #0D7786;
}
 .news ul li:nth-child(even) {
     border-left: #F2BE09 6px solid;
}
 .news ul li:nth-child(even):hover {
     background: #F2BE09;
}
 .news ul {
     padding-bottom: 28px;
}
 .news ul li {
     cursor: pointer;
     background: #fff;
     border-bottom: solid 1px #3C3C3C;
     border-radius: 0px;
     -webkit-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
     position: relative;
     vertical-align: middle;
}
 @media (min-width: 1200px) {
     .news ul li {
         min-height: 80px;
    }
}
 @media (max-width: 1200px) {
     .news ul li {
         min-height: 20px;
         line-height: 20px;
    }
}
 .news ul li h4 {
     font-weight: normal;
     font-size: 20px;
     color: #3C3C3C;
     margin-bottom: 8px;
     line-height: 1.4em;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .news ul li h4 {
        font-size: 18px;
    }
}

 @media (min-width: 1200px) {
     .news ul li h4 {
         width: 90%;
         display: inline-block;
         margin-top: 12px;
    }
}
 @media (max-width: 575.98px) {
    .news ul li h4 {
        font-size: 16px;
    }
}
 .news ul li h4 a {
     color: #3C3C3C;
     font-family: 'Noto Sans TC', 'Roboto', sans-serif;
     font-weight: normal;
}
 .news ul li h4 .icon-new {
     width: 25px;
     height: 25px;
     margin-left: 10px;
}
 .news ul li .icon {
     position: absolute;
     top: 0;
     right: 0;
     border-style: solid;
     border-width: 0 20px 20px 0;
     border-color: transparent #3C3C3C transparent transparent;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .news ul li .icon {
         border-width: 0 12px 12px 0;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .news ul li .icon {
         border-width: 0 12px 12px 0;
    }
}
 @media (max-width: 575.98px) {
     .news ul li .icon {
         border-width: 0 12px 12px 0;
    }
}
 .news ul li .time {
     color: #777777;
     font-size: 15px;
     font-family: 'Roboto', sans-serif;
}
 @media (min-width: 1200px) {
     .news ul li .time {
         display: inline-block;
    }
}
 @media (max-width: 575.98px) {
     .news ul li .time {
         font-size: 13px;
    }
}
 .news ul li:hover {
     background: #F2BE09;
     -webkit-transition: all 0.3s ease-in-out 0s;
     transition: all 0.3s ease-in-out 0s;
}
 .news ul li:hover .time {
     color: #fff;
}
 .news ul li:hover h4 {
     color: #fff;
}
 .news ul li:hover h4 a {
     color: #fff;
}
 .news ul li:hover h4 .icon-new {
     width: 25px;
     height: 25px;
     margin-left: 10px;
}
 .news .news_more_btn button {
     font-size: 20px;
     width: 220px;
     height: 60px;
     background-color: #F29A76;
     color: #fff;
     border: 0;
     -webkit-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .news .news_more_btn button {
         width: 200px;
         height: 50px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .news .news_more_btn button {
         width: 200px;
         height: 50px;
    }
}
 .news .news_more_btn:hover button {
     -webkit-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
     background: #FBDACC;
     color: #F29A76;
}
 #activity .container {
     background: #fff;
     padding-bottom: 85px;

}
 @media (min-width: 1842px) {
     #activity .container {
         max-width: 81vw;
         padding: 0 10vw;
         /* margin-top: -290px; */
         padding-top: 135px;
    }
}
 @media (min-width: 1200px) and (max-width: 1842px) {
     #activity .container {
         max-width: 81vw;
         padding: 0 8vw;
         /* margin-top: -260px; */
         padding-top: 135px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     #activity .container {
         max-width: 90vw;
         padding: 0 40px;
         /* margin-top: -260px; */
         padding-top: 80px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #activity .container {
         max-width: 90vw;
         padding: 0 40px;
         /* margin-top: -290px; */
         padding-top: 80px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #activity .container {
         max-width: 85vw;
         padding: 0 4vw;
         /* margin-top: -290px; */
         padding-top: 80px;
    }
}
 @media (max-width: 575.98px) {
     #activity .container {
         /* margin-top: -200px; */
         padding-top: 60px;
    }
}
 #activity .section-title {
     font-size: 32px;
     margin-bottom: 40px;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #activity .section-title {
         margin-bottom: 30px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #activity .section-title {
         margin-bottom: 30px;
    }
}
 @media (max-width: 575.98px) {
     #activity .section-title {
         font-size: 26px;
    }
}
 .activity-item {
     padding: 10px;
     -webkit-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .activity-item .activity-img {
     width: 100%;
     padding-bottom: 0px;
     overflow: hidden;
}
 .activity-item .activity-img img {
     width: 100%;
     height: auto;
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
     -webkit-transition: all .5s ease-out;
     transition: all .5s ease-out;
}
 .activity-item:hover .activity-img img {
     -webkit-transform: scale(1.2, 1.2);
     transform: scale(1.2, 1.2);
     -webkit-transition: all .6s ease-out;
     transition: all .6s ease-out;
}
 .activity-item .activity-text {
     padding: 20px 2px;
     background: #fff;
}
 .activity-item .activity-text h3 {
     /* font-size: 20px; */
     text-transform: uppercase;
     /* font-weight: 500; */
}
 .activity-item .activity-text h3 a {
     color: #3C3C3C;
}
 .activity-item .activity-text h3 a:hover {
     color: #F2BE09;
}
 .activity-item .activity-text p {
     font-size: 17px;
}
 @media (max-width: 991.98px) {
     .activity-item .activity-text p {
         display: none;
    }
}
 .activity-item .activity-text .btn {
     display: none;
}
/* .activity-item:hover {
     -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2);
     box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2);
}
 */
 #event-slides .video img {
     border-radius: 4px;
}
 #event-slides .intro-desc {
     line-height: 26px;
     margin-bottom: 30px;
}
 #event-slides .intro-title {
     color: #3C3C3C;
     font-size: 22px;
     font-weight: 700;
     letter-spacing: 1px;
     margin-bottom: 15px;
}
 #event-slides .list-specification li {
     margin-bottom: 10px;
     font-size: 15px;
}
 #event-slides .list-specification li i {
     margin-right: 5px;
}
 .counter-section {
     background: #F2BE09;
     overflow: hidden;
     position: relative;
    /* &:before{
         content: '';
         position: absolute;
         top: 0;
         bottom: 0;
         width: 100%;
         height: 100%;
         background: rgba(0, 0, 0, 0.5);
    }
     */
}
 .counter-section .counter {
     padding: 30px 0;
}
 .counter-section .counter .icon {
     margin-bottom: 15px;
}
 .counter-section .counter .icon i {
     font-size: 60px;
     color: #fff;
}
 .counter-section .counter p {
     font-size: 15px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
}
 .counter-section .counter span {
     color: #fefefe;
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
}
 #teaching .container {
     padding-top: 0px;
     background: #fff;
}
 @media (min-width: 1842px) {
     #teaching .container {
         max-width: 81vw;
         padding: 0 10vw;
         padding-top: 110px;
         padding-bottom: 80px;
    }
}
 @media (min-width: 1200px) and (max-width: 1842px) {
     #teaching .container {
         max-width: 81vw;
         padding: 0 8vw;
         padding-top: 110px;
         padding-bottom: 80px;
    }
}
 @media (min-width: 992px) and (max-width: 1199.98px) {
     #teaching .container {
         max-width: 90vw;
         padding: 0 40px;
         padding-top: 110px;
         padding-bottom: 90px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #teaching .container {
         max-width: 90vw;
         padding: 0 40px;
         padding-top: 110px;
         padding-bottom: 90px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #teaching .container {
         max-width: 85vw;
         padding: 0 4vw;
         padding-top: 110px;
         padding-bottom: 90px;
    }
}
 @media (max-width: 575.98px) {
     #teaching .container {
         padding-bottom: 90px;
    }
}
 #teaching .section-title {
     font-size: 32px;
     margin-bottom: 40px;
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     #teaching .section-title {
         margin-bottom: 30px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     #teaching .section-title {
         margin-bottom: 30px;
    }
}
 @media (max-width: 575.98px) {
     #teaching .section-title {
         font-size: 26px;
    }
}
 .teaching-item {
     padding: 10px;
     -webkit-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .teaching-item .teaching-img {
     width: 100%;
     padding-bottom: 0px;
     overflow: hidden;
}
 .teaching-item .teaching-img img {
     width: 100%;
     height: auto;
     -webkit-transform: scale(1, 1);
     transform: scale(1, 1);
     -webkit-transition: all .5s ease-out;
     transition: all .5s ease-out;
}
 .teaching-item:hover .teaching-img img {
     -webkit-transform: scale(1.2, 1.2);
     transform: scale(1.2, 1.2);
     -webkit-transition: all .6s ease-out;
     transition: all .6s ease-out;
}
 .teaching-item .teaching-text {
     padding: 20px 2px;
     background: #fff;
}
 .teaching-item .teaching-text h3 {
     /* font-size: 21px; */
     text-transform: uppercase;
     /* font-weight: 500; */
}
 .teaching-item .teaching-text h3 a {
     color: #3C3C3C;
}
 .teaching-item .teaching-text h3 a:hover {
     color: #F2BE09;
}
 .teaching-item .teaching-text p {
     font-size: 17px;
}
 @media (max-width: 991.98px) {
     .teaching-item .teaching-text p {
         display: none;
    }
}
 .teaching-item .teaching-text .btn {
     display: none;
}
 .teaching-item:hover {
  /*    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2);
     box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.2); */
}
 #event-slides .video img {
     border-radius: 4px;
}
 #event-slides .intro-desc {
     line-height: 26px;
     margin-bottom: 30px;
}
 #event-slides .intro-title {
     color: #3C3C3C;
     font-size: 22px;
     font-weight: 700;
     letter-spacing: 1px;
     margin-bottom: 15px;
}
 #event-slides .list-specification li {
     margin-bottom: 10px;
     font-size: 15px;
}
 #event-slides .list-specification li i {
     margin-right: 5px;
}
 .counter-section {
     background: #F2BE09;
     overflow: hidden;
     position: relative;
    /* &:before{
         content: '';
         position: absolute;
         top: 0;
         bottom: 0;
         width: 100%;
         height: 100%;
         background: rgba(0, 0, 0, 0.5);
    }
     */
}
 .counter-section .counter {
     padding: 30px 0;
}
 .counter-section .counter .icon {
     margin-bottom: 15px;
}
 .counter-section .counter .icon i {
     font-size: 60px;
     color: #fff;
}
 .counter-section .counter p {
     font-size: 15px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
}
 .counter-section .counter span {
     color: #fefefe;
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
}
 .carousel-control-prev .carousel-control img{
     transform: scale(-1);
}
 .in_news_more{
     padding-bottom: 100px;
}

@media (max-width: 768px){
    .in_news_more {
         padding-bottom: 60px;
    }
    .teaching-item .teaching-text {
     padding: 10px 2px;
    }
}

/*  */

 @media (max-width: 991px){

.open_time .open_time_txt {
    margin-left: 11.5em;
}

.closed_time .closed_time_txt {
    margin-left: 0;
    margin-right: 11.3em;
    padding-top: 15px;
}


#business_hours .container .open_time{
    border-bottom: 1px solid #0E91A3;
}


}
@media (max-width: 820px){
.open_time .open_time_txt {
    margin-left: 7em;
}

.closed_time .closed_time_txt {
    margin-right: 6.8em;
}
.closed_time .closed_time_txt h1 {
    margin-left: 2em;
}
}


@media (max-width: 767px){

    .open_time .open_time_txt {
        margin-left: 4em;
    }

    .closed_time .closed_time_txt {
        margin-right: 1.8em;
    }
}

@media (max-width: 679px){
    .open_time .open_time_txt {
        margin-left: 2.5em;
    }
    .open_time .open_time_txt h1 {
        margin-right: .5em;
    }

    .closed_time .closed_time_txt h1 {
        margin-left: .5em;
    }
    .closed_time .closed_time_txt h2 {
        line-height: 1.2em;
    }
}

@media (max-width: 595px){

    .open_time .open_time_txt {
        margin-left: 1.5em;
    }

}

@media (max-width: 569px){

    .open_time .open_time_txt {
        margin-left: 6.5em;
    }

    .open_time .open_time_txt h1 {
        margin-right: 6em;
    }

    .closed_time .closed_time_txt {
        margin-right: 6.8em;
        padding-top: 2px;
    }
    .closed_time .closed_time_txt h1 {
        margin-left: 4.5em;
        padding-top: 5px;
    }
    .closed_time .closed_time_txt h2 {
        line-height: 1.3;
    }

}

@media (max-width: 480px){

    .open_time .open_time_txt {
        margin-left: 3.5em;
    }
    .open_time .open_time_txt h1 {
        margin-right: 8em;
    }
    .closed_time .closed_time_txt {
        margin-right: 3.8em;
    }

    .address {
        margin-top: 0;
        padding: 20px 0px;
    }

}

@media (max-width: 376px){
    .open_time .open_time_txt h1 {
        margin-right: 6em;
    }

    .closed_time .closed_time_txt h1 {
        margin-left: 3em;
    }
}

@media (max-width: 360px){

    .open_time .open_time_txt h1 {
        margin-right: 3em;
    }
    .closed_time .closed_time_txt h1 {
        margin-left: 2em;
    }
    .closed_time .closed_time_txt {
        margin-right: 3.2em;
    }
    .closed_time .closed_time_txt h2 {
        margin-right: .5em;
    }

}


@media (max-width: 340px){

    .closed_time .closed_time_txt h2 {
        margin-right: 0;
    }

}


/*# sourceMappingURL=index.css.map */





.activity-text h3, .teaching-text h3 {
    font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .activity-text h3, .teaching-text h3 {
        margin-bottom: 18px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .activity-text h3, .teaching-text h3 {
        margin-bottom: 18px;
    }
}
@media (max-width: 575.98px) {
    .activity-text h3, .teaching-text h3 {
        font-size: 16px;
    }
}


