/* UTILITY CSS */
.bg-grey {background-color: #f2f2f2;}
.text-center {text-align: center;}
.center-btn {text-align: center;}
.video-container + .btn,
.video-container + .center-btn {margin-top: 33px;}

.btn {
    display: inline-block;
    border-radius: 30px;
    position: relative;
    padding: 6px 14px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 9px 20px 10px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 3px 12px 4px;
}
.btn.btn-ico {padding-right: 36px;}
.btn.btn-large.btn-ico {padding-right: 48px;}
.btn.btn-small.btn-ico {padding-right: 26px;}

.btn.btn-primary {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #bb162b;
    color: #fff;
}

.btn.ico-round-arrow::after,
.btn.btn-ico::after {
    display: block;
    content: "";
    background: url(https://www.kia.ro/static/newsite/content/images/common/spr-button2.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn.btn-ico.ico-round-arrow::after {
    width: 24px;
    height: 24px;
    background-position: -25px -32px;
    right: 3px;
}
.btn.btn-large.ico-round-arrow::after {
    width: 31px;
    height: 31px;
    background-position: -32px 0;
    right: 3px;
}
.btn.btn-ico::after {
    width: 6px;
    height: 10px;
    background-position: 0 -57px;
    right: 11px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.col-3, .col-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.media > img {width: auto;}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

@media screen and (max-width: 767px) {
    .col-3, .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* PAGE SPECIFIC STYLE */
.breadcrumb + .page-content {
    margin-top: -43px;
    padding-top: 52px;
}
/* .page-content {background-color: #f2f2f2;} */

.page-content * {box-sizing: border-box;}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #343434;
}

section.page-header {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.page-header h1, .page-header h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: normal;
    position: relative;
    margin-bottom: 25px;
}
.page-header h2 {
    font-size: 24px;
    margin-top: 65px;
}
/* .page-header h1::after,
.page-header h2::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #bb162b;
    display: block;
    margin-top: 12px;
} */

.page-content .page-header h1 + p.lead {font-size: 20px; font-weight: bold; text-align: left; color: #333333;}

.page-content h3.decor {position: relative;}
.page-content h3.decor::before {
    content: "";
    background-color: #bb162b;
    width: 64px;
    height: 1px;
    display: block;
    margin: 0 auto 26px;
}



.page-content section.hero-banner img,
.page-content section.hero-banner video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.page-content section p {
    color: #676566;
}
.page-content section p.lead {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 45px;
}

section.angajament .banner {width: 100%;}

section.angajament .text-wrapper {
    background-color: #fff;
    padding: 30px;
    padding-top: 60px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e3e3e3;
}

section.angajament .text-wrapper h2 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: normal;
    padding-left: 29px;
    position: relative;
}
section.angajament .text-wrapper h2::before {
    content: "\25b6";
    display: block;
    color: #05141f;
    position: absolute;
    left: 0;
}

section.angajament .text-wrapper .media + .media {
    margin-top: 30px;
}
section.angajament .text-wrapper .media img {margin-right: 20px;}
section.angajament .text-wrapper .media-body {align-self: flex-start;}
section.angajament .text-wrapper .media-body h3 {font-weight: bold;}
section.angajament .text-wrapper .media-body h3,
section.angajament .text-wrapper .media-body p {font-size: 18px; line-height: 24px;}
section.angajament .text-wrapper a {text-decoration: underline;}

.recommendation .item .wrapper {
    height: 155px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.recommendation .item .content {
    width: 100%;
    text-align: center;
}
.recommendation .item .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.recommendation .item .title::before {
    content: "";
    display: block;
    margin: 23px auto;
    width: 120px;
    height: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
}

.recommendation .item:nth-child(1) .wrapper {
    background: #9ca1a5;
}
.recommendation .item:nth-child(2) .wrapper {
    background: #697279;
}
.recommendation .item:nth-child(3) .wrapper {
    background: #36434c;	
}
.recommendation .item:nth-child(4) .wrapper {
    background: #515a63;
}



@media screen and (max-width: 767px) {
    .breadcrumb + .page-content {margin-top: 0;}
    .page-content section.hero-banner video {
        height: 218px;
    }
    
}

