﻿/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .image-fade_in_back img {
        height: auto;
        overflow: hidden;
    }
    #logo {
        width: auto;
    }
    #logo img {
        max-height: 115px;
    }
    #header-contact a {
        font-size: 12px;
    }
    .absolute-footer ul {
        padding-bottom: 5px;
        opacity: .8;
        border-bottom: none;
        line-height: 25px;
    }
    .product-title a {
        font-size: 16px;
    }
    .medium-text-center {
        text-align: left !important;
    }
    .box-text {
        padding-bottom: 0;
    }
    .hotline-bar {
        display: none;
    }
    .h4-sub-title-banner {
        line-height: 30px !important;
        font-size: 20px !important;
        font-weight: normal;
    }
    .h2-sub-title-banner {
        font-weight: bold !important;
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .section-title-main-mobile {
        font-size: 18px !important;
    }
    #section_137955374 {
        padding-top: 30px;
        padding-bottom: 0px !important;
    }
    #gap-699308893 {
        padding-top: 0 !important;
    }
    #slider-2137516383 a.button, #col-1115564030 a.button, #wpcf7-f111-p9-o1 .wpcf7-submit {
        
        
        border-radius: 60px 60px 0 60px;
        padding: 1px 44px;
        font-size: 15px;
    }
    #section_1964256101 {
        padding-top: 30px;
        padding-bottom: 0;
        background-color: rgb(255, 255, 255);
    }
    #text-638586609 {
        font-size: 15px !important;
        color: rgb(60, 33, 13);
    }
    div#col-2090777643 {
        display: none;
        margin-bottom: 0;
    }
    #section_1936355658 {
        padding-top: 30px;
        padding-bottom: 0 !important;
    }
    #col-1115564030 h5 {
        font-size: 17px;
        font-weight: normal !important;
    }
    #text-3780069503 {
        font-size: 17px !important;
        color: rgb(233,228,208);
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
