@media (min-width: 1024px) {
    .modal-bg{
        max-width: 385px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-bg p{
        color: #000000 !important;
    }
    .line-cta {
        width: 90% !important;
    }
}@media (max-width: 1024px) {
    .bg-desktop-male {
        background-size: auto 100% !important;
    }
    .bg-desktop-female {
        background-size: auto 100% !important;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 576px) and (max-width: 1150px) {
    .bg-second {
        padding: 2rem 0 3rem 0 !important;
    }
    .title-icon-service {
        min-height: 50px;
    }
    .header-description {
        padding-left: 0px;
    }
    .bg-desktop-male {
        background-size: 100% 100% !important;
        max-height: 370px;
    }
    .bg-desktop-male p {
        font-size: 0.95rem;
    }
    .bg-desktop-female {
        background-size: 100% 100% !important;
        max-height: 370px;
    }
    .bg-desktop-female p {
        font-size: 0.95rem;
    }
    .bg-second1 {
        padding: 1rem 0 1rem 0 !important;
    }
    .header-description > p {
        font-size: 1.4rem;
    }
    .header-description .link {
        font-size: 0.75rem !important;
    }
    .mt-9 {
        margin-top: 4rem !important;
    }
    .security-destop .child{
        font-size: 1.05rem !important;
    }
    .btn-login-desktop{
        width: 20rem;
        height: 4rem;
    }
    .sub-btn{
        width: 20.5rem;
        height: 3.5rem;
    }
    .text-item {
        font-size: 1.05rem;
    }
    .t-105{
        font-size: 1.05rem!important;
    }
    .t-1375{
        font-size: 1.375rem!important;
    }
    .mt-7{
        margin-top: 6.75rem !important;
    }
    .interview .right-item .item-title {
        font-size: 1.05rem !important;
    }
    .interview .item-title {
        font-size: 1.05rem !important;
    }
    .interview .right-item .item-content {
        font-size: 1.05rem !important;
    }

    .interview .item-content {
        font-size: 1.05rem !important;
    }

    .link-revenue {
        font-size: 1.05rem !important;
    }

    .text-service-title{
        font-size: 1.375rem !important;
    }
}