.page-about {
    background: #fff;
}
#banner {
	height: 812px;
}
#banner .breadcrumb { display: none }
.box-about {
    position: relative;
    border-bottom: 0;
}
.box-about .box1 {
    min-height: 500px;
}
.box-about .box1 .box-left {
    position: absolute;
    z-index: 99;
    top: -80px;
}
.box-about .box1 .box-right {
    position: absolute;
    z-index: 99;
    top: 80px;
    right: 0;
    left: 0;
}

.box-about .box2 {
    min-height: 550px;
}
.box-about .box2 .box-left {
    padding-top: 120px;
}
.box-about .box2 .box-right {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
}

.box-about .box-content {
    background: #00A552;
    color:#fff;
    padding: 64px 64px 64px 80px;
    font-size: 18px;
	text-align: justify;
}
.box-about .box-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0; margin: 0;
    color: #fff;
    line-height: 1.5;
}
.box-about .box-content h3 {
    font-size: 34px;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    padding: 0;
    margin: 16px 0;
    color: #fff;
    line-height: 1.5;
}
.box-about .box-text {
    color: rgba(0, 0, 0, 0.8);
    padding-right: 80px;
    padding-left: 80px;
    font-size: 18px;
}
.box-about .box-text h2, .page-about .intro h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0; margin: 0;
    color: #000000; 
    opacity: 0.5;
}
.box-about .box-text h3, .page-about .intro h3 {
    font-size: 34px;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    padding: 0;
    margin: 16px 0;
    color: #00A552;
    line-height: 1.5;
}
.box-about .box2 .box-text img, .page-about .intro img  {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.box-about .box-img1 {
    background: url(../../../images/about-us/about1.png) no-repeat top right;
    width: 100%;
    height: 710px;
    background-size: cover;
}
.box-about .box-img2 {
    background: url(../../../images/about-us/about2.png) no-repeat top left;
    width: 100%;
    height: 468px;
    background-size: cover;
}
.page-about .video {
    /* padding: 0 80px; */
    margin: 100px 0; 
}
.video .embed-responsive {
    position: relative;
}
.video .play {
    content: "";
    position: absolute;
    top: 0; bottom: 0; 
    left: 0; right: 0;
    display: block;
    z-index: 20;
    text-align: center;
    background: rgba(0,0,0,.8);
}
.video .play .content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video .play .icon {
    background: url(../images/icons/play.png) center center;
    height: 82px; width: 82px;
    display: inline-flex;
    cursor: pointer;
}
.video .play h2 {
    color: var(--light-green, #F1FCED);
    text-align: center;
    font-family: Barlow Condensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 32px;
    text-transform: uppercase;
}
.page-about .intro {
    /* padding: 0 80px; */
    text-align: justify;
}
.about-footer {
    background: url(../../../images/about-us/about_footer.jpg) no-repeat center bottom;
    width: 100%;
    height: 860px;
    background-size: cover;
}
.about-footer::after {
    content: "";
    display: block;
    top:0; left: 0; right:0;  
    height: 200px;
    background: linear-gradient(rgba(255,255,255, 1), rgba(255,255,255, 1), rgba(255, 255, 255, 0) 100%);
}
/* .about-footer .about-footer-bg {
    background: url(../../../images/about-us/about_footer.jpg) no-repeat center center;
    width: 100%; height: 100%;
    object-fit: cover;
    background-attachment: fixed;
} */

.page-about .about-other { padding: 56px 0px; margin-left: -15px; margin-right: -15px; overflow: hidden;}
.page-about .about-other a {
    border: 1px solid rgba(0, 68, 54, 0.4);
    padding: 24px 32px;
    color: #004436;
    transition: all .5s;
    display: flow-root;
    height: 133px;
}
.page-about .about-other a p { display: none;}
.page-about .about-other .title { 
    margin:0; padding:0; 
    color: #004436; 
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 24px;
}
.page-about .about-other a:hover {
    color: #00A552;
    background: #004436; 
}
.page-about .about-other a:hover .title { color: #00A552;}
.page-about .about-other a:hover p { display: block; color: #fff}
.page-about .about-other .fa { right: 32px;}

@media screen and (min-width: 1024px){
    #nav ul {
        margin-top: 0;
        margin-right: 0px;
    }
    #banner {
        height: 600px;
    }
    .box-about .box-content { padding: 50px 50px 50px 30px; }
    .box-about .box1 {
        min-height: 450px;
    }
    /* .box-about .box-img2 {
        height: 468px;
    } */
    .box-about .box2 {
        min-height: 440px;
    }
    .box-about .box2 .box-left {
        padding-top: 0;
		padding-bottom: 50px;
    }
    .box-about .box-text {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 50px;
    }
    .page-about .about-footer {
        height: 586px;
    }
    .page-about .container { padding-left: 0; padding-right: 0;}
}
@media screen and (min-width: 1280px){
    #banner {
        height: 812px; background-position: center;
    }
    .box-about .box-content { padding: 64px 64px 64px 60px; }
    .box-about .box2 .box-left { padding-left: 60px }
    .box-about .box1 {
        min-height: 420px;
    }
    .box-about .box2 {
        min-height: 500px;
    }
    .page-about .about-footer {
        height: 746px;
    }
}
@media screen and (min-width: 1366px){
    .box-about .box2 .box-left {
        padding-left: 100px;
    }
    .page-about .about-footer {
        height: 790px;
    }
    .box-about .box1 {
        min-height: 580px;
    }
    .page-about .video {
        margin: 0px 0 40px;
    }
    .page-about .about-footer {
        height: 830px;
    }
}
@media screen and (min-width: 1440px){
    .container {
        width: 1122px;
        padding-left: 0;
        padding-right: 0;
    }
    .box-about .box2 {
		min-height: 600px;
	}
    .box-about .box-content { padding: 64px 64px 64px 160px }
    .box-about .box2 .box-left { padding-left: 159px; }
}
@media screen and (min-width: 1441px){
    .page-about {
        width: 1440px; margin: auto;
    }
    /* #banner {
        height: 900px; 
    } 
    .box-about .box-img2 {
        height: 606px;
    } */
    .box-about .box2 {
		min-height: auto;
        margin-bottom: 60px;
	}
    /* .box-about .box-content { padding: 64px 64px 64px 225px }
    .box-about .box2 .box-left {
        padding-left: 225px;
    }
    */
	.page-about .about-footer {
		height: 920px;  
        width: 100%;
        background-position: center;
	}
}
@media screen and (min-width: 1900px){ 
    .page-about .about-footer {
        background-position: center;
    }
    /* #banner {
        height: 900px; background-position: center;
    }
    .box-about .box-content {
        padding: 64px 64px 64px 55px;
    } 
    .box-about .box2 .box-left { padding-left: 55px;}
    */
}
@media (max-width: 1023px) {
    #banner {
        height: 500px;
    }
    #banner .page-title {
        margin: 0px 0 24px;
    }
    .box-about .box1, .box-about .box2 { min-height: auto;}
	.box-about .box1 .box-left { top: unset; position: relative; text-align: justify;}
    .box-about .box2 .box-right { position: relative; text-align: justify;}
	.box-about .box-content, .box-about .box2 .box-left {padding: 40px;}
    .box-about .box-img2 { background-position: center;}
    .page-about .video { margin: 60px 0; }
    .page-about .intro { text-align: justify;}
    .page-about .about-footer { height: 460px}
    .page-about .about-footer::after { height: 100px}
    .page-about .about-other { padding: 60px 15px;}
    .page-about .about-other > div { margin-bottom: 30px; padding: 0}
    .page-about .about-other > div:last-child { margin-bottom: 0;}
    
}
@media (max-width: 768px) {
	#banner { height: 468px !important }
}
@media (max-width: 600px) {
    .page-about .about-other a {height:80px}
}
@media (max-width: 480px) {
	#banner { height: 648px !important }
	#banner.about_ .page-title { font-size: 50px}
	.body.isMobile { position: relative}
	.box-about .box1, .box-about .box2 {
		margin: 0 12px; position: relative
	}
	.box-about .box-content h2 {
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		height: 80px;
		background: #00A552;
		color: #fff;
		padding: 24px 32px;
	}
	
	.box-about .box-content, .box-about .box2 .box-left {
        padding: 30px 0px; text-align: justify;
    } 
	.page-about .about-other {
		padding: 30px 24px;
	}
	.box1 .box-content { padding: 0px 32px 24px;}
    .box-about .box-content h3,
    .box-about .box-text h3, 
    .page-about .intro h3 { font-size: 26px; line-height: 1.5;}
	.box1 .box-content h3 { margin: 0 0 16px}
    .box-about .box-img2 { height: 300px }
    .page-about .video {
        padding: 0;
        margin: 30px 12px;
    }
    .page-about .about-footer {
        height: 260px;
    }
    .page-about .about-footer::after {
        height: 50px;
    }
	.page-about .intro {
		padding: 0 12px;
	}
    #banner .page-title {
        margin: 50px 0 24px;
        font-size: 45px;;
    }
	.footer .inner {
		padding: 48px 24px 20px;
	}
	.footer .copyright {
		padding: 15px 12px;
	}
}
@media (max-width: 375px) {

}
