﻿body .content-about {
    background: #0c3e28 url('../images/about/About-us/bg-pattern-white.png');
    background-attachment: fixed;
    padding-top: 15px;
}

body.blackBody .content-about {
    background: #0c3e28 url('../images/about/About-us/bg-pattern.png');
    background-attachment: fixed
}

.bg-about {
    background: url('../images/about/About-us/content-bg.png') top center;
    background-size: cover;
    background-attachment: scroll;
    padding: 35px 60px;
    border: 1px solid #01522d;
    z-index: 9;
    position: relative;
}
.banner-section {
    background-color: #00130a;
    position:relative;
    z-index:1;
    height:402px;
    width:100%;
    overflow:hidden;
}
.banner-section img{
    max-width: unset;
    height:100%;
    text-align:center;
    display:block;
    margin:0 auto;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.content-about p, .content-about ul li {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.content-about p {
    margin-bottom: 20px;
    color: #fff;
}
.content-about h1 {
    color: #79eeb2;
    font-size: 24px;
    margin-bottom: 20px;
}
.content-about h2 {
    color: #fee71b;
    font-size: 22px;
    margin-bottom: 20px;
}
.content-about strong {
    color: #d3b15e;
    font-weight: 600;
}
.content-about b {
    font-weight: 400;
    color: #79eeb2;
}

.list-about {
    margin: 35px ;
}
.content-about .custom-div {
    display: table;
}
.custom-div > .contents {
    display: table-cell;
    vertical-align:middle;
   height:350px;
}
.thumb-img {
    background-color: #001009;
    border: 3px solid #001009;
    margin-bottom: 30px;
   
}
    .thumb-img > img {
        width: 100%;
        transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -o-transition: all 200ms linear;
    }
    .thumb-img > span.thumb-text {
        padding: 5px 10px;
        display: block;
        color: #d3b15e;
        font-weight: 600;
        text-transform: uppercase;
    }
.bringToleft {
    float: left;
}

.bringToRight {
    float: right;
}

.bg-about .custom-div > img {
    display: block;
    margin: 0 auto;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
    .bg-about .custom-div > img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
.bg-about .thumb-img:hover > img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    box-shadow: 1px 1px 20px 7px rgba(0,0,0,0.6);
}

@media (max-width: 1024px) {
    .bg-about {
        padding: 40px 30px;
    }
    .content-about .custom-div {
        display:unset;
    }
}
@media (max-width: 768px) {
    .banner-section {
        height: 330px;
    }
    .bringToleft {
        float: none;
    }
    .bringToRight {
        float: none;
    }
    .custom-div > .contents {
        display: block;
        vertical-align: middle;
        height: auto;
    }

}
@media (max-width:620px) {
    .bg-about .custom-div > img{
        max-width: 100%;
       
    }
}

@media (max-width: 580px) {
    .banner-section {
        height: 204px;
    }
}