@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');


* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.content .head-content {
    margin-top: 33px;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-bottom: 127px;
}

.content .head-content h2 {
    font-size: 40px;
    font-weight: 500px;
    color: #0F3174;

}

.content .body-content {
    position: relative;
}

.content .body-content .img-left {
    position: absolute;
    top: 12%;
    left: 0;
    width: 15%;
}

.content .body-content .img-right {
    position: absolute;
    right: 0;
    top: 52%;
    width: 12%;
}

.content-infor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 120px;
}

.infor {
    text-align: center;
    margin: 22px 14px;
    width: calc(33.33% - 28px);
    box-shadow: 0px 0px 8px rgba(15, 49, 116, 0.3);
    position: relative;
}

.infor .card .card-body a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.infor .card .img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 310px;
}

.infor .card .card-body {
    padding: 30px 10px;
    background-color: #0F3174;
    color: #FFFFFF;
}

@media screen and (max-width: 1700px) {}

@media only screen and (max-width: 1470px) {}

@media only screen and (max-width: 1337px) {
    .content .body-content .img-left {
        position: absolute;
        top: -217px;
        left: 0;
        width: 15%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 92%;
        width: 14%;
    }

    .infor {
        width: calc(33% - 28px);
    }
}

@media screen and (max-width: 1204px) {
    .content .body-content .img-left {
        position: absolute;
        top: -217px;
        left: 0;
        width: 18%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 90%;
        width: 18%;
    }
}

@media screen and (max-width: 1024px) {
    .content .body-content .img-left {
        position: absolute;
        top: -217px;
        left: 0;
        width: 18%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 90%;
        width: 18%;
    }
}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 846px) {
    .content .body-content .img-left {
        position: absolute;
        top: -217px;
        left: 0;
        width: 20%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 97%;
        width: 27%;
    }

    .infor {
        width: calc(50% - 28px);
    }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 700px) {
    .content .body-content .img-left {
        position: absolute;
        top: -217px;
        left: 0;
        width: 30%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 98%;
        width: 27%;
    }

    .infor {
        width: calc(100% - 28px);
    }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 570px) {
    .content .body-content .img-left {
        position: absolute;
        top: -201px;
        left: 0;
        width: 33%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 98%;
        width: 32%;
    }
}

/*Smart phone nhỏ*/
@media screen and (max-width: 390px) {
    .content .body-content .img-left {
        position: absolute;
        top: -150px;
        left: 0;
        width: 30%;
    }

    .content .body-content .img-right {
        position: absolute;
        right: 0;
        top: 100%;
        width: 32%;
    }
}





@media (min-width: 1481px) and (max-width: 1780px) {

    .content .head-content h2 {
        font-size: 30px;
    }

}


@media (min-width: 1281px) and (max-width: 1480px) {


    .content .head-content h2 {
        font-size: 28px;
    }

    .head-content p {
        font-size: 14px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .content .head-content h2 {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .content .head-content h2 {
        font-size: 24px;
    }

    .head-content p {
        font-size: 12px;
    }

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


    .content .head-content h2 {
        font-size: 22px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {

    .content .head-content h2 {
        font-size: 20px;
    }

    .head-content p {
        font-size: 12px;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    .content .head-content h2 {
        font-size: 18px;
    }

    .head-content p {
        font-size: 10px;
    }
}