﻿@media all and (max-width: 1599px) {
    
}

@media all and (max-width: 1200px) {
    
}

@media all and (max-width: 1199px) {
    #content-body-menu {
        position: fixed;
        top: 0;
        left: -330px;
        width: 300px;
        z-index: 1000000;
        background-color: #fff;
        height: 100vh;
        overflow: hidden;
        padding: 0px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        transition: left .3s ease
    }

        #content-body-menu[style*="left: 0px"] .content-body-menu-close:after {
            background: #000;
            opacity: 0.6;
            position: fixed;
            z-index: -2;
            width: 100%;
            height: 100%;
            content: "";
            display: block;
            top: 0;
            left: 0;
        }

    .hide-m, .adv-r, #slideads {
        display: none;
    }

}

@media all and (max-width: 991px) {
    #header:not(.header-fixed) {
        padding-bottom: 3.5rem;
    }

        #header.header-fixed #search {
            display: none;
        }


    #search {
        position: absolute;
        bottom: -3rem;
        left: 1rem;
        width: calc(100% - 2rem);
    }

        #search #txtsearch {
            border: 1px solid #E4E5F0;
            padding-left: 2rem;
        }

            #search #txtsearch:active, #search #txtsearch:focus {
                border: 1px solid #1990FF;
                color: #434657;
            }

        #search #btnsearch, #search:hover #btnsearch {
            right: auto;
            left: 1px;
            background: transparent;
            color: #9ea0a9;
        }

}

@media all and (max-width: 767px) {
    #header {
        padding: 0.5em 0;
    }

        #header #logo img {
            max-width: 140px;
        }

}

@media all and (max-width: 667px) {
   
}

@media all and (max-width: 575px) {
    
}

@media all and (max-width: 520px) {
   
}

@media all and (max-width: 480px) {
    
}

@media all and (max-width: 414px) {
   
    .boxbody_top p.viewall {
        display: none;
    }
}

@media all and (max-width: 375px) {
   
}

@media (min-width:425px) {
    .position-xs-absotule {
        position: absolute !important
    }
}

@media (min-width:576px) {
    .position-sm-absotule {
        position: absolute !important
    }
}

@media (min-width:768px) {
   
    .position-md-absotule {
        position: absolute !important
    }
}

@media (min-width:992px) {
    .position-lg-absotule {
        position: absolute !important
    }

    #slideshow .jssora05l,
    #slideshow .jssora05lr,
    #slideshow .jssorb01 {
        /*opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;*/
    }

    #slideshow:hover .jssora05l,
    #slideshow:hover .jssora05lr,
    #slideshow:hover .jssorb01 {
        opacity: 1
    }
}

@media (min-width:1200px) {
    

    .position-xl-absotule {
        position: absolute !important
    }

    .container {
        max-width: 1150px;
    }
}

@media all and (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width:1540px) {
    .position-xxl-absotule {
        position: absolute !important
    }
}

@media all and (min-width: 1600px) {
   
}

@media (min-width: 1900px) {
    .container {
        max-width: 1440px;
    }
}