.main_introduce {
    width: 100%;
    position: relative;
    background: #f1f1f6;
}

.banner_introduce {
    background: url(/assets/images/banner_gt_app/banner_new1366.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    display: flex;
    height: 511px;
    width: 100%;
    justify-content: space-between;
    padding-left: clamp(40px, 15vw, 365px);
    padding-right: clamp(20px, 5vw, 80px);
    align-items: center;
}

.banner_introduce .box_text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.introduce_txt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.txt_top {
    font-weight: bold;
    font-size: 24px;
    color: #4c5bd4;
    text-transform: uppercase;
    line-height: 22px;
}

.txt_bot {
    color: #474747;
    font-size: 20px;
    line-height: 20px;
    font-family: Roboto-Medium;
}

.img_qr_app {
    display: flex;
    justify-content: space-evenly;
}

.item_qr_app {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.item_qr_app img {
    width: 113px;
    height: 113px;
}

.item_qr_app p {
    color: #474747;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.link_down {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.item_down_app {
    background: #4c5bd4;
    border-radius: 100px;
    line-height: 46px;
    font-size: 16px;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, .28));
    display: flex;
    justify-content: center;
    width: 48%;
    box-sizing: border-box;
}

.item_down_app a {
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
}

.boxContent {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

.footer_blog_container .txt_h2 {
    font-size: 30px;
}

.link_hs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.banner_bottom_item {
    position: relative;
    box-shadow: 0 0 7px 1px #000;
    height: 230px;
}

.banner_bottom_item img {
    width: 100%;
    height: auto;
    display: block;
}

.item_timviec .gt_group_btn {
    position: absolute;
    top: 30%;
    right: 10%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100px;
}

.item_cv .gt_group_btn {
    position: absolute;
    top: 30%;
    left: 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100px;
}

.item_ssl .gt_group_btn {
    position: absolute;
    display: flex;
    gap: 3px;
    top: 35%;
    right: 2%;
}

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

.gross_net_footer_blog {
    border-top: 1px solid #e2e0e0;
}

@media screen and (max-width: 1300px) {
    .banner_introduce {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .banner_introduce {
        background: linear-gradient(348.41deg, #f7f8fb 7.78%, #d2d6f2 90.76%);
        height: auto;
        padding: 20px 0;
    }

    .banner_introduce .box_text {
        align-items: center;
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .link_hs {
        display: flex;
        flex-direction: column;
    }

    .txt_top {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .link_down {
        flex-direction: column;
        justify-content: center;
        width: 85%;
    }

    .item_down_app {
        width: 100%;
    }

    .img_qr_app {
        display: none;
    }
}