.container-fluid-padding-0{
    padding: 0;
}
.hot-news-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 380px;
}

.hot-news-item-txt {
    position: absolute;
    bottom: 0px;
    padding: 30px 15px 10px;
    width: 100%;
    background-color: rgba(240, 240, 240, .9);
}

.hot-news-item-txt span,
.tabs-element-item span {
    opacity: 0.5;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.hot-news-item-txt a,
.tabs-element-item a,
.container-gall a {
    text-decoration: none;
    color: #333333;
}

.hot-news-item-txt a:hover,
.tabs-element-item a:hover,
.container-gall a:hover {
    color: #e1a441;
}

.hot-news-item-txt h4{
    font-size: 18px;
    height: 88px;
    overflow: hidden;
}


.tabs-element-item,
.container-gall {
    padding: 10px 15px;
    border-bottom: 1px solid #b0b0b0;
}

.list-sctions-news .tabs-element-item:last-child,
.list-sctions-news .container-gall:last-child {
    border-bottom: none;
}

.tabs-element-item h4,
.container-gall h4  {
    font-size: 16px;
}

.names-list-gall{
    padding-left: 0px;
}

/*
.nav-tabs {
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
}

.nav-tabs .nav-item {
    width: 50%;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #333333;
}

.nav-tabs .nav-item:nth-child(2) {
    border-left: 1px solid #b0b0b0;
}

.nav-tabs .nav-item:nth-child(4) {
    border-left: 1px solid #b0b0b0;
}

.nav-link {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #e1a441;
}

.tab-content #news .tabs-element-item:nth-child(1),
.tab-content #news .tabs-element-item:nth-child(2),
.tab-content #news .tabs-element-item:nth-child(3),
.tab-content #news .tabs-element-item:nth-child(4) {
    display: none;
}

*/

.about-kbooon {
    padding-top: 80px;
}

.title-h1,
.title-h2,
.title-h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
}

.title-h3 {
    font-size: 18px;
}

.title-h1 span,
.title-h2 span ,
.title-h3 span {
    color: #e1a441;
}

.title-leaf {
    width: 220px;
    margin: 20px auto 0;
    background: #b0b0b0;
    height: 3px;
    position: relative;
}

.title-leaf:before {
    font-family: 'FontAwesome';
    content: '\f06c';
    font-size: 18px;
    color: #b0b0b0;
    display: block;
    width: 50px;
    height: 30px;
    left: 50%;
    margin-left: -25px;
    margin-top: -8px;
    background: #f0f0f0;
    position: absolute;
}

.dew-unccd {
    padding-top: 30px;
}

.dew-unccd .detitle-h2 {
    margin-bottom: 60px;
}

.about-kbooon-job-item .row {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.about-kbooon-job-item .row:last-child {
    border-bottom: none;
}

.about-kbooon-job-item:hover .row {
    opacity: 0.6;
}

.about-kbooon-job-item:hover .row:hover {
    opacity: 1;
}

.about-kbooon-job-item .row .fa {
    float: left;
    margin-right: 15px;
    font-size: 28px;
    line-height: 59px;
    display: block;
    background: #e1a441;
    text-align: center;
    width: 61px;
    height: 61px;
    border: 3px solid #e1a441;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.about-kbooon-job-item .row:hover .fa {
    border: 3px solid #e1a441;
    background: #f0f0f0;
    text-align: center;
    color: #e1a441;
}

.about-kbooon-job-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.statistics {
    background-image: url(/assets/images/bg-postest.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
    margin-top: 30px;
}

.statistics::after{
    content: '';
    position: absolute;
    background-color: rgba(225,164,65, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.statistics .container{
    z-index: 1;
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.statistics .fa{
    font-size: 60px;
    margin-bottom: 20px;
}

.partners-section{
    padding: 20px 0 40px;
    background: #ffffff;
}

.partners-section .title-leaf::before{
	background-color: #ffffff;
}

@media (max-width: 991px){
    .content-container{
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .nav-tabs{
        margin: 50px 15px 0;
        padding: 0;
        background: none;
        border: none;
    }  
    .nav-tabs .nav-item {
        width: auto;
        background-color: #ffffff;
    }
    .nav-tabs .nav-item:nth-child(3) {
        border-left: 1px solid #b0b0b0;
    }
    .nav-tabs .nav-item:first-child .nav-link,
    .nav-tabs .nav-item:first-child {
        border-radius: 5px 0 0 5px;
    }
    .nav-tabs .nav-item:last-child .nav-link,
    .nav-tabs .nav-item:last-child{
        border-radius: 0 5px 5px 0;
    }
    .nav-tabs .nav-link {
        padding: 20px 8px;
        font-size: 14px;
    }
    .tab-content{
        width: 460px;
        margin: 0 15px;
    }

    .hot-news-item {
        padding-top: 660px;
    }

    .hot-news-item-txt {
        width: 360px;
        right: 0;
        background-color: rgba(240, 240, 240, 1);
    }
    .content-container{
        width: 471px;
        margin-left: 10px;
        padding-top: 50px;
    }

}

@media (min-width: 1200px){
    .content-container{
        width: 562px;
    }

    .hot-news-item {
        padding-top: 590px;
    }
}