﻿@media (max-width: 768px) {
    /* #desktop-mobile {
        display: none;
    }*/
    .desktop-tablet img {
        width: 100%;
    }

    #div-lienhe img {
        width: 20%
    }
}

/* Thiết lập kiểu dáng cho màn hình lớn hơn 768px (không phải tablet) */
@media (min-width: 769px) {
    /* #desktop-mobile {
        display: none;
    }*/
    .desktop-tablet img {
        width: 100%;
    }

    #div-lienhe img {
        width: 10%
    }
}

@media (min-width: 1024px) {
    /* Đặt các luật CSS ở đây cho PC */
    /* Ví dụ: */
    .desktop-tablet img {
        width: 70%;
        margin-left: 15%;
    }

    .infor-bank {
        text-align: left !important;
    }

    #div-lienhe img {
        width: 10%
    }
    /* Các phần tử khác */
}
@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 45px;
    }
}
