﻿.rightContentBio span {
    font-size: 16px;
    color: #1359bb;
    font-family: 'BeVNR';
    display: block;
    line-height: 1.5;
}

ul.ListHoangKimBio li {
    list-style: none;
}

.wItemHoangKimBio {
    background: #d3e7ff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 15px;
    height: 121px;
}

.leftImgDecorBio img {
    width: 100%;
    height: auto;
}

.leftImgDecorBio {
    width: 55px;
}

ul.ListHoangKimBio {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
    margin-top: 23px;
}

.widget-hoang-kim-bio {
    background: url(/Design/img/HoangKimBio/Cer/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 23px;
}

.leftHoangKimBio > h4 {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Bebas';
    margin: 0;
}

.ItemImgCompanyCertification img {
    width: auto;
    height: 477px;
}

.widget-hoang-kim-bio .grid.wide {
    max-width: 1219px;
}

ul.ListImgCompanyCertification {
}

li.ItemImgCompanyCertification {
    list-style: none;
    padding: 12px;
    background: #1359bb;
    border-radius: 15px;
}

.leftHoangKimBio {
    width: 65%;
    float: left;
    padding-top: 12px;
}

.rightHoangKimBio {
    float: right;
    width: 30%;
    position: relative;
}

.rightContentBio {
    flex: 1 1 0;
    margin-left: 20px;
}

.widgetBtnCer .swiper-button-next {
    color: #fff;
    font-size: 16px;
}

.widgetBtnCer .swiper-button-prev:after {
    content: "";
    position: absolute;
    background: url(/Design/img/HoangKimBio/Cer/decorRight.png) no-repeat;
    background-size: cover;
    width: 39px;
    height: 39px;
    left: -58px;
}

.widgetBtnCer .swiper-button-next:after {
    content: "";
    position: absolute;
    background: url(/Design/img/HoangKimBio/Cer/decorLeft.png) no-repeat;
    background-size: cover;
    width: 39px;
    height: 39px;
    right: -58px;
}