
/*** banner ****/

.banner-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 90vh;
     object-position: top;
}

.banner-pic {
    position: relative;
    z-index: 2;
}
.banner-pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left: 0;
    top: 0;
}
.banner-cont {
    position: absolute;
    top: 63.3%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.banner-cont p {
    font-weight: 300;
    font-size: 19.2px;
    line-height: 29px;
    color: #fff;
}

.banner-cont h2 {
    font-weight: 600;
    font-size: 69.6px;
    line-height: 104px;
    text-align: center;
    color: #FFFFFF;
     margin: 0;
}

.banner-cont {
    text-align: center;
}



/*about us*/


.about-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #F5F5F5;
    padding: 82px 20px 82px 198px;
    max-width: 920px;
}

.img-about, .about-cont {
    max-height: 762px;
    height: 100%;
}
.img-about img {
    width: 100%;
}
.about-cont span:first-child h4 {
    font-weight: 500;
    font-size: 33.6px;
    line-height: 168.5%;
    color: #9F9F9F;
    margin: 0;
}

.about-cont h2 {
    margin: 0;
}
.about-cont span:nth-child(3) ul {
    margin: 0;
    padding: 0;
}

.about-cont span:nth-child(3) ul li {
    font-weight: 400;
    font-size: 28.8px;
    line-height: 222.5%;
    color: #000000;
}

section.site-about > .row > div:nth-child(4) .about-cont span ul li::before {
    display: none;
}
section.site-about > .row > div:nth-child(4) .about-cont span ul li {
    padding-left: 0;
}
section.site-about > .row > div:nth-child(4) .about-cont span ul li img {
    margin-right: 27px;
}
.about-cont ul li {
    position: relative;
    padding-left: 73px;
}
.about-cont ul li::before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    left: 12px;
    top: 20px;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    color: #1428A0;
}

section.site-about > .row > div {
    margin: 0;
    padding: 0;
    background: #F5F5F5;
}

section.site-about > .row > div:nth-child(4) .about-cont {
    padding-left: 65px;
}




/*secrified*/



.ther-text {
    text-align: center;
}

.ther-text h2 {
    font-weight: 600;
    font-size: 58.8px;
    padding-bottom: 24px;
    margin: 0;
    color: #1428A0;
}
.ther-text p {
    max-width: 694px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 90px;
}

.set-inner-box h2 {
    font-size: 31px;
    line-height: 168%;
}


.set-all {
    margin-top: 159px;
}
.set-inner-box img {
    margin-bottom: 25px;
}


.set-inner-box h2 {
    margin-bottom: 25px;
}

.set-inner-box {
    text-align: center;
}

.set-inner-box p {
    font-size: 14px;
    line-height: 168%;
}

.we-inner {
    position: relative;
}

.we-pr-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1009px;
    padding: 0 20px;
    z-index: 10;
        width: 100%;
}

.we-pr-title h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 43px;
    line-height: 1.5;
    width: 100%;
}
.we-pr-title .requ-btn {
    margin: 0 auto;
    display: table;
    float: none;
}

.we-inner::before {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.we-inner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

/*news and articl*/

.arti-inner h2 {
    font-weight: 600;
    font-size: 58.8px;
    line-height: 168.5%;
    text-align: center;
    margin-bottom: 90px;
    color: #1428A0;
}

.news-box-title p {
    color: #9F9F9F;
    font-size: 11px;
}

.news-box-title h3 {
    line-height: 150%;
    margin-bottom: 0;
}

.news-box-title {background: #F4F4F4;padding: 22px;}

span.blog-date {
    background: #6996DA;
    color: #fff;
    font-size: 11px;
    line-height: 25px;
    width: 61px;
    height: 26px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.news-box-title h3 a {
color: #000;
}
.new-box {
    position: relative;
}

