﻿@media (max-width:768px){
    /* #it_header{
        display:none;
    } */

    .page-container{
        /* display:none; */
        margin-top:55px;
    }

    #it_footer{
        /* display:none; */
        /* margin-top:55px; */
    }
            
    #it_header{
        z-index: 1;
        height:56px !important;
    }

    .header-all,
    .header-all.shrink{
        height: 55px;
        overflow: inherit;
    }
    .header-all .header-right{
        position: fixed;
        background: #fff;
        width: 90%;
        right: -100%;
        top: 55px;
        height: calc(100% - 55px);
        overflow: auto;
        transition: all 0.2s linear;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }
    
    .header-all .header-right.open{
        right: -0%;
    }
    .header-all.shrink .header-right{
        background: #111;
    }
    .header-all .header-rt .menu-top,
    .header-all .header-rt .menu-top li,
    .header-all .header-rb .menu-top,
    .header-all .header-rb .menu-top li{
        display: block;
        text-align: left;
    }
    .header-all .header-rb .menu-top li .icon-arrow-down5{
        float:right;
    }
    .header-all .header-rt .menu-top li a,
    .header-all .header-rb .menu-top li a{
        padding: 10px 20px !important;
        font-size: 16px !important;
        font-weight:500 !important;
    }
    .header-all .header-left,
    .header-all.shrink .header-left{
        overflow: hidden;
    }
    .header-all .header-left img,
    .header-all.shrink .header-left img{
        height:40px;
        margin:5px 0px;
    }
    .header-all.shrink .header-left img{
        margin-left:-2px;
    }
    .menu-on-mobile{
        float:right;
        padding:14px;
    }
    .menu-on-mobile span{
        font-size:28px;
    }
    .menu-bot.open .footer-menu{
        position:relative;
    }
    .header-all .header-right .header-rb .menu-top .menu-bot .footer-menu ul li a{
        padding-left:45px;
        position:relative;
    }
    .header-all .header-right .header-rb .menu-top .menu-bot .footer-menu ul li a:after{
        content:"\e9c3";
        font-family: 'icomoon';
        left: 22px;
        top: 14px;
        position:absolute;
    }
    .header-all .header-right .header-rb .menu-top .menu-bot .footer-menu ul li{
        width:100%;
    }


    /* Footer */
    .footer-top{
        text-align: center;
    }
    .footer-top .pull-right{
        float:none !important;
        margin-top:20px;
    }
    .footer-content{
        padding:20px 10px;
    }
    .footer-menu ul li{
        width:49%;
        display:inline-block;
    }
    .footer-menu ul li.divider{
        width:100%;
        display:block;
    }

    /* index */
    .banner{
        height:400px;
    }
    .content-banner {
        font-size: 40px;
        color: #fff;
        font-weight: 800;
        padding: 28% 10px;
        line-height: 40px;
    }
    .effect-text {
        font-weight: 400;
        font-size: 26px;
        background: rgba(0,0,0,.8);
        letter-spacing: 2px;
        margin-top: 10px;
    }
    .title-main {
        font-size: 28px;
        line-height: 34px;
    }
    .content-sub {
        font-size: 20px;
        font-weight: 500;
    }
    .part-content img{
        height:180px !important;
    }
    .part-content{
        margin-top:100px;
    }

    /* Login */
    .login-form h1 {
        font-size: 34px;
        margin-bottom: 40px !important;
        line-height: 42px;
        font-weight: 800;
    }


    /* contact */
    .banner{
        background-position: center !important;
    }

    .contact-form{
        padding:25px;
    }
    .contact-form .box-contact-title{
        margin-left: -15px;
        margin-right: -15px;
    }

    /* about */
    .box-content-about h1{
        font-size:26px;
    }
    .box-content-about{
        padding:25px;
    }
    .box-content-about p{
        text-align: justify;
    }

    .bg-hozi{
        padding:25px;
    }
    .bg-hozi h2 img{
        height:auto !important;
        max-width:100%;
        max-height:62px;
    }
}