.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

.youtube {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    width: 100%;
}
.youtube #delay1{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp;
}
.youtube .wow:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
.youtube .wow{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.youtube p{
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    margin-top: -10px;
}
.youtube .wow iframe {
	margin: 0px 0;
	height: 561px;
	width: 100%;
}

@media screen and (max-width:1366px){
    .youtube .wow iframe {
    height: 361px;
}
}
@media screen and (max-width:1280px) {
	.youtube .wow iframe {
		margin: 0px 0;
		height: 548px;
		width: 101%;
	}
}

@media screen and (max-width:640px) {
	.youtube .wow iframe {
		height: 280px;
		width: 101%;
	}
}


@charset "UTF-8";.foreword.aboutShow1 .title {
    line-height: 1.3;
    padding: 20px 100px;
    position: relative;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}



.imgArticle.aboutShow2 .Img {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
    animation-duration: 3.5s;
    -webkit-animation-duration: 3.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.imgArticle.aboutShow2 .Img.img2 {
    opacity: 1;
    animation-duration: 3.5s;
    -webkit-animation-duration: 3.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    width: 61%;
}

.imgArticle.aboutShow2 article {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.iconlist.aboutShow3 li:first-child {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.iconlist.aboutShow3 li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.iconlist.aboutShow3 li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.iconlist.aboutShow3 li:nth-child(4) {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.committedbox.aboutShow4 article {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.committedbox.aboutShow4 img {
    opacity: 1;
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0)
}

.foreword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.foreword .title:before {
    content: "";
    width: 480px;
    height: 1px;
    display: block;
    background: #9f9f9f;
    position: absolute;
    left: -430px;
    top: 55px;
}

.foreword .title strong {
    display: block;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}

.foreword .title h1 {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 2.1rem;
    line-height: 1.5;
}

.foreword article {
    position: relative;
    background: rgb(247 247 247);

    padding: 20px 20px 50px 120px;
    font-size: 15px;
    line-height: 160%;
    font-weight: 400;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    letter-spacing: 1px;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.foreword article:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(247 247 247);
    display: block;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.foreword article i {

    display: none;
}

.foreword article h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.foreword .resBox{
    display: flex;
}
.foreword .resBox .text{
    margin-right: 30px;
}
@media (max-width: 1366px) {

.imgArticle article {
    width: 15%;
    padding: 0 30px;
}
}
@media (max-width: 1180px) {
    .foreword article {
        padding: 20px 70px 50px 40px;
    }
    .foreword.aboutShow1 .title{
    padding: 20px 0px 20px 30px;
}
    .foreword .title h1{
    font-size: 25px;
}
    .foreword .title strong{
    font-size: 30px;
}
    .foreword .title:before{
    left: -490px;
}
}

@media (max-width: 980px) {
    .foreword {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .foreword .title {
        margin-bottom: 30px
    }

    .foreword article {
        padding: 50px 0px 40px 160px;
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }

    .foreword article i {
    }
}

@media (max-width: 767px) {
    .foreword .title {
        padding: 0 0 0 0px;
        margin-bottom: 10px;
    }

    .foreword article {
        padding: 20px 0px 10px 30px;
    }

    .foreword article i {
        top: -60px;
        right: 0%;
        left: auto;
    }
.foreword .title:before{
    display: none;
}
.imgArticle{}
}

.imgArticle {
    margin: 100px 0 0px 0;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

.imgArticle .Img {
    position: relative;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.imgArticle .Img img {
    display: block
}

.imgArticle .Img i {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 10;
    font-style: normal;
    word-break: keep-all;
    display: block;
    width: 200px;
    letter-spacing: 5px;
    transform: rotate(0deg) translate(-20%, 70%);
    font-family: "Cormorant",serif;
    text-transform: uppercase;
    color: #dfe4e8;
    white-space: nowrap;
}

.imgArticle .Img.img2 {
    -webkit-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
    opacity: 0;
    -webkit-transition: 0.9s 0.9s;
    -o-transition: 0.9s 0.9s;
    transition: 0.9s 0.9s;
}

.imgArticle article {
    width: 25%;
    padding: 0 90px;
    font-size: 14px;
    position: relative;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    opacity: 0;
    -webkit-transition: 0.9s 0.6s;
    -o-transition: 0.9s 0.6s;
    transition: 0.9s 0.6s;
}

.imgArticle article .cbox {
    padding-bottom: 10px;
    background: #fff;
    position: relative;
    z-index: 10;
}


.imgArticle article h3 {
    line-height: 160%;
    margin-bottom: 10px;
    letter-spacing: 1.1px;
}

.imgArticle article strong {
    color: #101010;
    letter-spacing: 1.6px;
    font-size: 20px;
}

@media (max-width: 1280px) {
    .imgArticle article {
        padding: 30px 10px;
        width: 95%;
    }

    .imgArticle article:after {
        left: 30px;
        display: none;
    }
}

@media (max-width: 1180px) {
    .imgArticle {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
        margin: 40px 0px 0;
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        transform: translate(0%, 0);
    }

    .imgArticle .img2 {
        width: calc(100% - 200px);
        margin-left: 0px;
        margin-top: 40px;
    }
    .imgArticle.aboutShow2 .Img.img2 {
    width: 100%;
}
    
.imgArticle .Img i{
    left: 20%;
    font-size: 26px;
    color: #ffffff;
}
}

@media (max-width: 767px) {
    .imgArticle article {
        width: 30%;
        padding: 40px 20px 10px;
    }

    .imgArticle .img2 {
        width: calc(100% - 0px);
        margin-left: 0px;
        margin: 0px 0 50px;
    }
}


.committedbox {
    padding: 60px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.committedbox:before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background: #f9f9f9;
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50px, -100px);
    -ms-transform: translate(50px, -100px);
    transform: translate(50px, -100px)
}

.committedbox article {
    font-size: 14px;
    padding: 50px 100px 0px;
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s
}

.committedbox article h5 {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.committedbox article h5 span {
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding-left: 10px
}

.committedbox article h5:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    background: #e8e8e8;
    z-index: 1
}

.committedbox img {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    display: block;


    margin: 0 50px;
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: 0.9s 0.6s;
    -o-transition: 0.9s 0.6s;
    transition: 0.9s 0.6s
}

@media (max-width: 1180px) {
    .committedbox article {
        padding:0px 20px
    }

    .committedbox img {
        margin: 0 20px
    }
}

@media (max-width: 767px) {
    .committedbox {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .committedbox article {
        padding: 0px
    }

    .committedbox img {
        margin: 20px 0 0
    }

    .committedbox:before {
        left: 50%;
        -webkit-transform: translate(-50%, -100px);
        -ms-transform: translate(-50%, -100px);
        transform: translate(-50%, -100px)
    }

}

.certificatePicList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificatePicList img {
    margin: 15px 0;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

}

@media (min-width: 961px) {
    .certificatePicList > img {
        width: calc(100% / 3);
    }
}

@media (max-width: 960px) and (min-width:641px) {
    .certificatePicList > img {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .certificatePicList > img {
        width: 100%;
    }
.imgArticle article {
    width: 100%;
    padding: 40px 0px 10px;
}
    .foreword .resBox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    .foreword .resBox .text{
    margin-right: 0px;
    margin-bottom: 20px;
}
    #content h2, .imgArticle article strong {
    letter-spacing: 0;
    font-size: 18px;
    padding: 0;
}
}

