.dv-gioi-thieu-home {
    align-items: center;
    position: relative;
    padding: 85px 0;
    background: #f3f3f3;
}

.dv-gioi-thieu-home .dv-left {
    width: 50%;
    float: left;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.dv-gioi-thieu-home .dv-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dv-gioi-thieu-home .dv-right {
    width: 60%;
    float: right;
    background: #fff;
    padding:60px 30px 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #959595;
    text-align: center;
}

.dv-gioi-thieu-home .dv-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.dv-gioi-thieu-home .showText {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}

.dv-gioi-thieu-home .showText ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.dv-gioi-thieu-home .showText ul {
    margin-top: 25px;
    padding-bottom: 10px;
}

.dv-gioi-thieu-home .showText ul li a {
    display: block;
    background: #b11e33;
    color: #fff;
    padding: 7px 22px;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #b11e33;
    min-width: 120px;
    text-align: center;
    font-weight: 600;
    transition: all .3s;
}.dv-gioi-thieu-home .showText ul li + li a {
    background: none;
    color: #b11e33;
}

.dv-gioi-thieu-home .showText ul li a:hover {
    background: #9c2636;
    color: #fff;
}
.dv-baiviet-home {
    background: #fff;
    padding: 0px 0 50px;
}

.dv-baiviet-home-child {
    padding: 25px;
    box-shadow: 0 0 10px #cecece;
    border-radius: 8px;
    background: #f3f3f3;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
}

.dv-baiviet-home-child .showText {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}

.dv-baiviet-home-child .dv-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}
.dv-ungdung.dv-ungdung-new {
    background: #fff;
    margin: 0;
    padding: 0;
}

.dv-ungdung.dv-ungdung-new .dv-bv-left {
    float: right;
    width: 60%;
    margin: 0 0 auto;
}

.dv-ungdung.dv-ungdung-new .dv-bv-right {
    width: 40%;
    padding: 0;
    padding-right: 40px;
    float: left;
    margin: 0 auto 0 0;
}

.div-noidungbv-ct {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}.dv-ungdung.dv-ungdung-new .dv-bv-left img {
    width: 100%;
}

.div-noidungbv-ct:nth-child(even) .dv-bv-right {
    float: right;
    order: 2;
    padding-right: 0;
    padding-left: 40px;
}

.div-noidungbv-ct:last-child {
    margin: 0;
    padding-bottom: 50px;
}.dv-gioi-thieu-home .showText ul li a .fa {
    color: #fff !important;
    position: relative;
    top: 1px;
}.dv-ungdung.dv-ungdung-new .dv-titles {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    margin: -2px 0 15px;
    line-height: 1.3;
}

.dv-ungdung.dv-ungdung-new .showText {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .dv-gioi-thieu-home .dv-left {
    width: 100%;
    position: relative;
}

.dv-gioi-thieu-home.flex {
    padding: 30px 0;
}

.dv-gioi-thieu-home .dv-right {
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
    padding: 30px 10px;
}

.dv-baiviet-home-child {
    padding: 15px;
}

.dv-ungdung.dv-ungdung-new .dv-bv-right {
    width: 100%;
    padding: 0;
    margin: 0;
}

.dv-ungdung.dv-ungdung-new .dv-bv-left {
    width: 100%;
    padding-top: 15px;
}
}