.btn-pdf a{
    width: auto;
    padding: 0 20px;
}
.c-box-item{
    box-shadow: 0 2px 4px rgba(0, 0, 0,0.16);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 30px;
}
.c-box-item:first-child, .c-box-item:nth-child(2){
    width: 100%;
    margin: 0 auto 30px;
}
.c-box-item .w1000{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.c-box-item .c-img{
    width: 320px;
    max-width: 55%;
}
.c-box-item .c-img img{
    width: 100%;
}
.c-box-item:first-child .c-img, .c-box-item:nth-child(2) .c-img{
    width: 40%;
    max-width: initial;
}
.c-box-item:first-child .c-desc, .c-box-item:nth-child(2) .c-desc{
    width: 55%;
    max-width: initial;
	position: relative;
}
.c-box-item .c-desc{
    width: 237px;
    max-width: 41%;
}
.c-box-item .c-desc p{
    font-size: 13px;
    line-height: 200%;
}
.c-box-item .c-desc h3{
    font-size: 20px;
    color: #0A2563;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 10px;
}
.c-box-item .c-desc h3.c-ct{
    margin-top: 20px;
    font-size: 18px;
}
.c-box-item .c-label-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
}
.c-box-item .c-label-box span{
    width: 32%;
    margin-right: 2%;
    font-size: 13px;
    text-align: center;
    background: #0A2563;
    border-radius: 5px;
    color: #fff;
    padding: 16px 0 14px;
    margin-bottom: 15px;
}
.c-box-item .c-label-box span:nth-of-type(3n){
    margin-right:0;
}
.c-box-item .btn-1{
    width: 100%;
    margin:  30px auto auto;
}
.c-box-item:first-child .btn-1, .c-box-item:nth-child(2) .btn-1{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
.c-box-item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1340px;
    margin: auto;
}

.c-list-img6{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.c-list-img6 .c-img{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.c-list-img6 .c-img:nth-of-type(3n){
    margin-right: 0;
}
.c-list-img6 .img{
    height: 192px;
    width: 100%;
}
.c-youtube {
    width: 100%;
    max-width: 950px;
    margin: auto;
}

.c-youtube iframe{
    width: 100%;
}
.c-title-pro{
    font-size: 20px;
    color: #0A2563;
    line-height: 130%;
    text-align: center;
}
.c-content, .c-content p{
    font-size: 16px;
    line-height: 160%;
    max-width: 800px;
    margin: auto;
    width: 100%;
}
.c-feature-img{
    width: 100%;
    max-width: 950px;
    margin: auto;
    position: relative;
}
.c-feature-img .img{
    height: 632px;
    background-size: contain;
}
button.owl-prev span, button.owl-next span{
    font-size: 90px;
    color: #111 !important;
    width: 100%;
    display: inline-block;
    /* height: 100%; */
}
button.owl-prev, button.owl-next{
    background: transparent !important;
    height: 100px;
    display: flex !important;
    align-items: center;
    width: 40px;
}
button.owl-prev{position: absolute;left: -7%;top: 50%;transform: translateY(-50%);}
button.owl-next{
    position: absolute;right: -7%;top: 50%;transform: translateY(-50%);
}
.list-f{
    flex-wrap: wrap;
    width: 100%;
    max-width:1000px;
    margin: 40px auto;
}

.list-f .box1{
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 40px;
    word-break: break-all;
}

.list-f .box1 figure img{
    width: 100%;
}

.list-f .box1 h3{
    font-size: 16px;
    color: #0A2563;
    line-height: 160%;
    font-weight: bold;
    margin-top: 10px;
}

.list-f .box1 p{
    font-size: 12px;
    line-height: 160%;
}

.list-f .box1:nth-of-type(3n){
    margin-right: 0;
}


@media screen and (max-width: 1100px){
    button.owl-prev span, button.owl-next span{
        font-size: 60px;
    }
    button.owl-next{
        right: -2%;
    }
    button.owl-prev{
        left: 0%;
    }
    .c-feature-img{
        padding: 0 40px;
    }
}
@media screen and (max-width: 1024px){
    .c-box-item .c-img{
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .c-box-item .c-desc{
        width: 100%;
        max-width: 100%;
    }
    .c-box-item{
        display: block;
    }
	.c-box-item .w1000{
		align-items: center;
	}
    .c-box-item .c-label-box{
        justify-content: space-between;
    }
    .c-box-item .c-label-box span{
        width: 48%;
        margin-right: 0;
    }

    .c-box-item:first-child, .c-box-item:nth-child(2){
        width: 100%;
    }

    .c-box-item:first-child .c-img, .c-box-item:nth-child(2) .c-img{
        width: 100%;
		margin-right: 20px;
    }

    .c-box-item:first-child .c-desc, .c-box-item:nth-child(2) .c-desc{
        width: 100%;
    }

    .c-box-item:first-child .btn-1, .c-box-item:nth-child(2) .btn-1{
        width: 100%;
        position: static;
    }
}
@media screen and (max-width: 768px){
    .c-feature-img .img {
        height: 432px;
    }
    .c-list-img6 .img {
        height: 150px;
    }
    .c-box-item .c-label-box span{
        width: 100%;
    }
	.c-box-item .w1000{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 580px){
	.btn-pdf a{
		width: auto!important;
	}
}
@media screen and (max-width: 480px){
   .c-box-item, .c-box-item:first-child, .c-box-item:nth-child(2){
       width: 100%;
   }
    .c-feature-img .img {
        height: 232px;
    }
    button.owl-next {
        right: -3.5%;
    }

    .list-f{
        justify-content: space-between;
    }

    .list-f .box1{
        width: 48%;
        margin-right: 0;
    }
}