

@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }
    .container{
        width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
}

@media (max-width:767px) /* xs*/{
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
.block-1, .block-2, .block-3 {
    display: block;
    width: 100% !important;
}
.block-1 img {
    display: none;
}
.about-homepage .block-2 {
    width: 100% !important;
    padding: 0 15px !important;
}
.about-homepage .block-2 .title-4 {
    text-align: center;
}
.about-homepage .block-2 .title-4:before {
    left: 0;
    right: 0;
    text-align: center;
}
.about-homepage .block-2 p {
    text-align: left;
}
.title-6 {
    width: 70% !important;
}
.title-8 {
    font-size: 40px !important;
    line-height: 58px;
}
.price-stock-home .items-1 {
    width: 100% !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
}
.emptyrow {
    display: none!important;
}
.register-store-home img {
    min-height: 300px;
}
.register-store-home .register-block .link-1 {
    font-size: 10px !important;
}
.video-block .video-item {
    margin-bottom: 20px;
}
.title-contact-us {
    font-size: 30px !important;
    margin-bottom: 13px;
    padding-bottom: 13px;
    line-height: 40px;
}
.btn-register {
    display: block;
    width: 190px !important;
    margin: 0 auto 10px !important;
}
.inputformdk .row.mt-3 {
    justify-content: center;
}
footer.footer {
    padding: 10px 0 20px !important;
}
.copyright {
    color: #fff;
    padding-top: 15px;
}
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .col-480-6{
        width: 50% !important;
    }
    .hidden-480{
        display: none !important;
    }
    .visible-480{
        display: block !important;
    }

}


.visible-480{
    display: none;
}
