.title h3 {
    color: #FFE295;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    position: relative;
    /* 75% */
    text-transform: uppercase;
}

.title h3::before {
    position: absolute;
    content: '';
    background-image: url('../img/Group\ \(9\).png');
    background-size: 100%;
    left: 50%;
    transform: translate(-50%, 105%);
    bottom: 0;
    width: 748.083px;
    height: 27.474px;
}
.banner-mobile{
    display: none;
}
main {
    background-color: #131313
}

.about {
    padding: 120px 0;
    position: relative;
}

.about::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url('../img/left.png');
    width: 1040px;
    height: 650px;
    background-size: auto;
    background-repeat: no-repeat;
}

.about::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url('../img/right.png');
    width: 950.086px;
    height: 593.804px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}

.about .title p {
    padding-top: 40px;
    width: 1087px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.outstanding {
    padding-bottom: 100px;
}

.outstanding .content {
    padding-top: 90px;
}

.outstanding ul {
    border-left: 1px solid #FFE295;
}

.outstanding ul li {
    color: #F1F1F1;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.outstanding ul li::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #FFE295;
    border-radius: 50%;
    left: 0;
    top: 0%;
    transform: translate(-50%, 10px);
}

.outstanding .col-lg-3 {
    background-image: url('../img/images\ reels\ 1.png');
    height: auto;
    background-size: 100%;
}

.baochi {
    padding-bottom: 100px;
}


.baochi .item {
    border-radius: 16px;
    background: #414141;
    display: block;
    padding: 20px;
    transition: all 0.3s;
}

.baochi .box-thumbnail {
    border-radius: 8px;
}

.baochi .item .text h3 {
    color: #F1F1F1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 5px;
    margin-top: 12px;
}

.baochi .item .text p {
    color: #C5C5C5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.sumale li a{
    cursor: pointer;
}
.baochi .item:hover {
    background: #fff;
}

.baochi .item:hover p {
    color: #666;
}
.baochi .item:hover h3 {
    color: #131313;
}

.hinhanh {
    margin-bottom: 100px;
}

.hinhanh .thumbnail-lazy {
    background: none;
}

.lienhe {
    margin-bottom: 100px;
}

.lienhe .d-flex {
    margin-bottom: 30px;
}

.lienhe p {
    color: #F1F1F1;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.lienhe label {
    color: #F1F1F1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.lienhe .form-control {
    padding: 16px 24px;
    height: auto;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    color: #BBB;
    border: 0;
}

.lienhe button {
    color: #131313;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.24px;
    border-radius: 12px;
    background: linear-gradient(45deg, #FECC46 0%, #FFE295 53.32%, #FFCF4F 98.96%);
    padding: 16px 60px;
    outline: 0;
    border: 0;
    margin-top: 20px;
}