.img-1 img{
    width: 100%;
    height: auto;
}
.sc-4 img{
    width: 100%;
    height: auto;
}
.sc-1{
    margin-bottom: 50px;
}
.img-2{
    margin-bottom: 15px;
}
.img-2 img{
    width: 100%;
    height: auto;
}.img-3 img{
    width: 100%;
    height: auto;
}.img-4 img{
    width: 100%;
    height: auto;
}.img-5 img{
    width: 100%;
    height: auto;
}.img-6 img{
    width: 100%;
    height: auto;
}.img-8 img{
    width: 100%;
    height: auto;
}
 .container img{
     width: 100%;
 }
.main{
    background-color: #F9FBFD;
}
.control-dual-img{
    display: none;
}
.text-sc-14 p{
    text-align: center !important;
}
.img-1 img{
    width: 100%;
    height: auto;
}
.img-2 img{
    width: 100%;
    height: auto;
}.img-3 img{
    width: 100%;
    height: auto;
}.img-4 img{
    width: 100%;
    height: auto;
}.img-7 img{
    width: 100%;
    height: auto;
}.img-9 img{
    width: 100%;
    height: auto;
}.img-10 img{
    width: 100%;
    height: auto;
}.img-12 img{
    width: 100%;
    height: auto;
}
.img-13 img{
    width: 100%;
    height: auto;
}

.control-dual-img{
    display: none;
}
.text-sc-14{
    text-align: center;
}

/* Import Google Fonts (nếu chưa có) */

/* Cột chữ nội dung */
.container {
    max-width: 720px !important;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
}



.container p {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: normal;
    color: #000;
    text-align: justify;
    margin-bottom: 24px;
}

@font-face {
    font-family: 'Favela';
    src: url('./font/favela/FavelaRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.container p strong {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: normal;
    color: #000;
    display: block;
    margin: 32px 0 16px;
}


.title-1-st p strong{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.text-sc-14 p {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: black;
    margin: 0;
}
footer{
    padding-bottom:20px;
}
.container-custom-img {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}


.text-sc-14 span {
    font-family: 'Inter Tight', sans-serif !important;
    /*font-weight: 700;*/
    text-transform: uppercase;
    color: black;
    margin: 7px 0;
}

.text-sc-14 span {
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 12px;
}
.sc-14{
    padding-bottom: 50px;
    padding-top: 50px;
}

/*
*/

/* ========== Responsive Mobile ========== */
@media (max-width: 767px) {

    /* Tối ưu phần container */
    .container {
        padding: 0 12px !important;
    }
    .control-dual-img {
        display: block;
    }
    /* Các ảnh */
    .img-1 img,
    .img-2 img,
    .img-3 img,
    .img-4 img,
    .img-7 img,
    .img-9 img,
    .img-10 img,
    .img-12 img,
    .img-13 img {
        width: 100%;
        height: auto;
    }
}