.csr-page-title{
	height:150px;
	background-image: url('/img/csr-inner-banner.png');
}
.news-tab{
    padding: 0 50px;
    border-bottom: #a4a4a4 solid 1px;
    position: relative;
}
.news-tab a{
    border-right: #ccc solid 1px;
    border-bottom: #fff solid 3px;
    padding: 8px 15px 5px;
    display: inline-block;
    color: #d80c17;
    font-size: 18px;
    font-weight: bold;
}
#EN .news-tab .cont{
    display: flex;
}
#EN .news-tab a{
    max-width: 280px;
    font-size: 10px;
    font-weight: 100;
}
.news-tab a:first-child{
    border-left: #ccc solid 1px;
}
.news-tab a.active{
    border-bottom: #d80c17 solid 3px;
}
.csr-cont{
	padding:10%; 
	text-align:left;
}
.csr-pic img{
    align-self: flex-start;
}
.f-nav{  /* To fix main menu container */
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.f-nav .page-head-wrapper{
	max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.page-home.pad{
	padding-top:120px !important;
}
.blk-2{
    width:50%;
}
.csr-bg-1 {
    background: #f6f6f6;
}
@media screen and (max-width: 991px) {
    .news-tab{
        background: #fff;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        padding: 0;
        text-align: left;
        background-image: url(/img/ico_arrow02_down.png);
        background-repeat: no-repeat;
        background-position: 96% center;
        border: #eee solid 10px;
    }
    .news-tab .cont, #EN .news-tab .cont{
        position:absolute;
        background: #fff;
        width: 100%;
        left:0;
        display: none;
    }
    .news-tab a{
        border-right: 0;
        border-bottom: 0;
        padding: 8px 15px 5px;
        display: block;
        color:#d80c17 !important;
    }
    .news-tab a:first-child {
        border-left: 0;
    }
    .news-tab a.active {
        border-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .blk-2{
        width:100%;
    }
    .csr-home>div{
        flex-direction: column;
    }
    .page-home {
        padding: 0!important;
    }
}