.trainghiem_section_1 {
    padding: 60px 0;
    background: linear-gradient(270deg, #326FC6 0%, #0F3C9A 100%);
}

.trainghiem_section_1 .box_left {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

.trainghiem_section_1 .box_left .banner_title {
    text-transform: inherit;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 60px;
}

.trainghiem_section_1 .box_left .banner_title_1::after {
    display: none;
}

.trainghiem_section_1 .box_left .banner_title_1 span {
    color: var(--color-2);
}

.trainghiem_section_1 .box_left .desc {
    font-size: 18px;

}

.trainghiem_section_1 .box_left .desc ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.trainghiem_section_1 .box_left .desc ul li {
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;

}

.trainghiem_section_1 .box_left .desc ul li::before {
    content: url(./images/check_3.svg);
    width: 24px;
    height: 20px;
    position: relative;
    left: 0;
    display: block;
}

.trainghiem_section_1 .box_right {
    text-align: right;
}

/* section 2 */
.trainghiem_section_2 {
    padding: 60px 0;
}

.list-dm-kh {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 40px;
}

.list-dm-kh .dm-kh-item {
    padding: 10px 30px;
    border: solid 1px var(--color-1);
    border-radius: 42px;
    cursor: pointer;
    color: var(--color-1);
}

.list-dm-kh .dm-kh-item:hover,
.list-dm-kh .dm-kh-item.active {
    color: #fff;
    background-color: var(--color-1);
}

.list_bt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 100px;
}

.bt_meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.bt_meta li {
    position: relative;
    display: flex;
    gap: 10px;

}

.bt_meta li::before {

    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    display: block;
}

.bt_meta li:nth-child(1):before {
    content: url(./images/icon-check_list.svg);
}

.bt_meta li:nth-child(2):before {
    content: url(./images/icon-time.svg);
}

.bt_meta li:nth-child(3):before {
    content: url(./images/icon-money.svg);
}

.bt_meta li:nth-child(4):before {
    content: url(./images/icon-user.svg);
}

.item-bt {
    padding: 24px 28px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(56, 56, 56, 0.18);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bt-btn{
    display: flex;
    justify-content: center;
}
.bt-btn .btn-style{
    padding-top:8px ;
    padding-bottom:8px ;
}
.bt-btn .btn-style-1{
    min-width: 190px
}
@media screen and (min-width:769px) {
    .banner_title br{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .list-dm-kh{
        gap: 10px;
    }
    .list_bt{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width:600px) {
    .list_bt{
        grid-template-columns: repeat(1,1fr);
    }
}