/* BASE */
body{
    /* font-family: "Poppins", helvetica, arial, sans-serif; */
    font-family:'Futura', sans-serif;
    font-size:17px;
    line-height: 21px;
    background:#fff;
}
.header-all{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color:#111;
    height: 111px;
    overflow: hidden;
    transition: all 0.2s linear;
    z-index: 1;
    background:#f2f2f2;
    /* border-bottom:1px solid #ddd; */
}
.header-all.shrink{
    color:#ddd;
    height: 85px;
    overflow: hidden;
}
.header-all .header-rb .menu-top li a.active{
    background:#773300;
    color:#fff;
}
.header-all.shrink .header-rb .menu-top li a.active{
    background:rgba(255,255,255,.4);
}
.header-all .header-left img{
    height: 90px;
    margin: 10px 0px;
    transition: all 0.2s linear;
}
.header-all.shrink .header-left img{
    height: 70px;
    margin: 5px 0px;
}
.header-all .header-left{
    float:left;
}
.header-all .header-right{
    float:right;
    text-align: right;
}
.header-all .header-rt .menu-top{
    margin:0px;
    padding:0px;
    display:inline-block;
}
.header-all.shrink .header-rt .menu-top{
    border-bottom:0px solid #ddd;
}
.header-all .header-rt .menu-top li{
    list-style: none;
    display:inline-block;
}
.header-all .header-rt .menu-top li a{
    padding:10px;
    font-size:12px;
    font-weight:400;
    display:block;
    text-transform: uppercase;
    color:#555;
    cursor: pointer;
    transition: all 0.2s linear;
}

.header-all .header-rt .menu-top li a.hight{
    color:#ddd;
}
.header-all.shrink .header-rt .menu-top li a.hight{
    background:rgba(255,255,255,.3);
    color:#fff;
}
.header-all.shrink .header-rt .menu-top li a{
    color:#ddd;
}

.header-all .header-rb .menu-top{
    margin:0px;
    padding:0px;
    display:inline-block;
}
.header-all .header-rb .menu-top li{
    list-style: none;
    display:inline-block;
}
.header-all .header-rb .menu-top li a{
    padding:22px 22px;
    font-size:16px;
    font-weight:600;
    display:block;
    text-transform: uppercase;
    color:#111;
    cursor: pointer;
    transition: all 0.2s linear;
}
.header-all.shrink .header-rb .menu-top li a{
    padding:12px 22px;
}
.header-all.shrink .header-rb .menu-top li a{
    color:#ddd;
}
.header-all .show-sh{
    /* display:none; */
    opacity: 0;
    height:0;
    width:0;
}
.header-all.shrink .show-sh{
    /* display:block; */
    opacity: 1;
    height:auto;
    width:auto;
}
.header-all .hidden-sh{
    /* display:block; */
    opacity: 1;
    height:auto;
    width:auto;
}
.header-all.shrink .hidden-sh{
    /* display:none; */
    opacity: 0;
    height:0;
    width:0;
}
.page-container{
    z-index: 0;
    margin-top:94px;
}
.footer-all{
    color:#111;
}
.footer-top{
    padding:20px;
    font-size:18px;
    color:#fff;
}
.footer-content{
    padding:20px;
    font-size:18px;
    background:#f0f0f0;
    padding-bottom:60px;
}
.pt-xs{
    padding-top:5px;
}
.footer-address{
    font-size:15px;
    line-height:24px;
}
.footer-address .par{
    width:95px;
    display:inline-block;
    font-weight:500;
}
.footer-comp{
    font-size:15px;
    color:#333;
    background:rgba(0,0,0,.1);
    margin-bottom:40px;
    text-align: justify;
    padding:20px;
}
.footer-bottom{
    padding:10px;
    font-size:14px;
    font-weight:500;
    text-align: center;
    color:#fff;
}
.footer-content h3{
    position:relative;
    padding-bottom:5px;
    margin-bottom:30px;
    font-weight:400;
    font-size:18px;
}
.footer-content h3:after{
    position:absolute;
    width:60px;
    height:3px;
    bottom:0;
    left:0;
    content:"";
}
.footer-content h2{
    position:relative;
    padding-bottom:5px;
    margin-bottom:30px;
}
.footer-content h2:after{
    position:absolute;
    width:60px;
    height:5px;
    bottom:0;
    left:0;
    content:"";
}
.footer-menu ul{
    margin:0px;
    padding:0px;
}
.footer-menu ul li{
    list-style:none;
    display:block;
}
.footer-menu ul li a{
    padding:5px;
    font-size:15px;
    display:block;
    color:#111;
}
.footer-menu ul li.divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.copyright{
    font-size:15px;
}
.shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bg-eee{
    background:#ddd;
}
.bg-style{
    color:#fff;
}
.bg-style:hover{
    color:#fff;
}

.menu-bot .footer-menu{
    position: fixed;
    display:none;
    opacity: 0;
    margin-top:-5px;
    transition: all 0.2s linear;
}
.header-all .header-right .header-rb .menu-top .menu-bot .footer-menu ul li{
    display:block;
    background:#fff;
    text-align: left;
}
.header-all .header-right .header-rb .menu-top .menu-bot .footer-menu ul li a{
    padding:15px 20px;
    border-bottom:1px solid #ddd;
}
.header-all.shrink .header-right .header-rb .menu-top .menu-bot .footer-menu ul li a{
    border-bottom:1px solid #333;
}

.menu-bot.open .footer-menu{
    display:block;
    opacity: 1;
}
#it_header{
    z-index: 1;
    height:111px;
}
.w-full{
    width:100%;
}
.footer-top{
    margin-top:30px;
}
/* BASE */







/* Index */

.banner{
    display:block;
    background-position: center;
    background-size: cover;
    height:600px
}
.content-banner{
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    padding: 25% 50px;
    line-height: 66px;
}
.effect-text{
    font-weight: 300;
    font-size: 34px;
    padding-left:30px;padding-right:30px;
    letter-spacing: 2px;
    background: rgba(0,0,0,.6);
    margin-top: 10px;
    display:inline-block;
}
.text-gold{
    color:#fdba16;
}
.title-main{
    font-size: 46px;
    line-height: 54px;
}
.content-sub{
    font-size:24px;
    font-weight:500;
}
.subject-content{
    padding-bottom:100px;
    padding-top:100px;
}
.part-content{
    font-size:20px;
}
.part-content img{
    margin-bottom:20px;
}


/* Index */


/* Color */
.text-outstyle{
    color:#fff !important;
}
.text-style{
    color:#773300 !important;
}
.shrink .text-style{
    color:inherit !important;
}
.bg-style,
.bg-style:hover,
.footer-content h3:after,
.footer-bottom,
.footer-top,
.header-all .header-rt .menu-top li a.hight{
    background: #773300; 
    /* background: -webkit-linear-gradient(to bottom, #45a247, #1b5e20); 
    background: linear-gradient(to bottom, #45a247, #1b5e20); */

}
.box-hover-top{
    border-bottom:8px solid #773300;
}
.header-all.shrink{
    background: #773300;
}

.header-all.shrink .header-right .header-rb .menu-top .menu-bot .footer-menu ul li{
    background:#773300;
}
.bg-style .text-primary{
    color:#fff !important;
}


/* Service */

    .bg-hozi{
        font-size:18px;
    }
    .bg-hozi h2{
        font-size:32px;
        font-weight:800;
        margin-bottom:30px;
    }
    .bg-hozi h4{
        font-size:24px;
        font-weight:600;
    }
    .box-box{
        border:1px solid #ddd;
        margin:50px 0px;
        float:left;
        width:100%;
        position: relative;
    }
    .bg-hozi{
        padding:50px;
        float:right;
    }
    .img-fix{
        position: absolute;
        height:100%;
    }
    .img-fix img{
        height:100%;
        width:100%;
        position: absolute;
        object-fit: cover;
    }
    .pl-0{
        padding-left:0px;
    }
    .text-odbc{
        color:#299100;
    }
    #img-reroll img.show{
        opacity: 1;
        transform: scale(1);
    }
    #img-reroll img{
        transition: all 0.2s linear;
        opacity: 0;
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        object-fit: cover;
        transform: scale(1.2);
    }
    #img-reroll{
        position:relative;
        height:442px;
        width:100%;
        overflow: hidden;
    }
    
    .service-box{
        padding:0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        background:#fff;
        margin-top:20px;
        border-radius:10px;
        overflow: hidden;
        width:100%;
        height:100%;
        position: relative;
    }
    .service-box h1{
        font-weight:bolder;
        font-size:32px;
        margin:0px;
        padding:20px;
        color:#111;
    }
    .service-box .hide-content{
        position: absolute;
        bottom:0%;
        left:0;
        width:100%;
        height:100%;
        color:#fff;
        padding:20px;
        font-size:20px;
        transition: all 0.2s linear;
        transform: scale(0.8);
        opacity: 0;
    }
    .service-box:hover .hide-content{
        background:rgba(0,0,0,.8);
        transform: scale(1);
        opacity: 1;
    }
    .service-box .hide-content h1{
        padding:0px;
        padding-bottom:5px;
        color:#fff;
    }
    .service-box .hide-content p{
        text-align: justify;
    }
    .service-box .hide-content p.text-right{
        text-align: right !important;
        font-weight:500;
    }
    .service-box .hide-content p.text-right span{
        border-bottom:4px solid #ddd;
    }
    .service-box img{
        transition: .2s;
        transform: scale(1);
        height:490px;
        object-fit: cover;
    }
    .service-box:hover img{
        transform: scale(1.1);
    }
    .ab-h1{
        font-size:3em;
    }



    /* Contact */
    
    .contact-form{
        font-size:18px;
    }
    .contact-form h1{
        font-size:40px;
        margin-bottom:40px !important;
        font-weight:500;
    }
    .contact-form h1 small{
        font-size:20px;
        font-weight:500;
    }
    .contact-form .form-control{
        padding-left:15px;
        font-size:16px;
        background:#ddd;
    }
    input.form-control,select.form-control{
        height:44px;
    }
    .contact-form .box-contact-title{
        margin-top:62px;
    }
    .box-contact-title{
        margin-top:40px;
        padding:30px;
        margin-bottom:30px;
    }
    .contact-add{
        padding:50px 20px;
        text-align: center;
    }
    .state_{
        font-size: 24px;
        font-weight: 500;
        margin-top: 10px;
    }
    .add_,
    .phone_,
    .email_{
        margin-top:10px;
        font-size:15px;
    }
    .p-0{
        padding:0px;
    }
    /* Contact */


    /* Login */
    .login-form{
        font-size:18px;
    }
    .login-form h1{
        font-size:40px;
        margin-bottom:40px !important;
        font-weight:500;
    }
    .login-form h1 small{
        font-size:20px;
        font-weight:500;
    }
    .form-control{
        padding-left:15px;
        font-size:16px;
        height:44px;
        background:#f2f2f2;
    }
    /* login */

    /* About */
    
    .box-hover-top{
        padding-bottom:50px;
        position:relative;
        padding:20px;
        display:block;
        color:#111;
    }
    .box-hover-top:hover,
    .box-hover-top.active{
        color:#fff;
    }
    .box-hover-top:hover:after,
    .box-hover-top.active:after{
        opacity: 1;
        bottom:0%;
        display:block;
    }
    .box-hover-top p{
        font-size:18px;
        height:140px;
        overflow: hidden;
    }
    .box-hover-title{
        text-align: left;
        font-size:30px;
        font-weight:800;
    }
    .banner h2.title{
        font-size:40px;
        font-weight:800;
        text-align: center;
        padding-top:50px;
        color:#fff;
    }
    .box-hover-top .more{
        font-size:18px;
        font-weight:800;
        text-align: right;
    }
    .box-content-about{
        padding:40px;
        font-size:18px;
        margin:20px 0px;
        border:1px solid #ddd;
        background:#fff;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }
    .box-content-about h1{
        margin:0px;
        font-size:32px;
        font-weight:bold;
        margin-bottom:20px;
    }
    .box-content-about h2{
        font-size: 30px;
        font-weight: 500;
        margin-top: 40px;
    }

    /* Other */
    
    .btn-contact{
        padding:20px 40px;
        font-size:24px;
        font-weight:500;
        text-align: center;
        border-radius:10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    .btn-contact *{
        display:inline-block;
        text-transform: initial;
    }
    .btn-contact img{
        margin-top:-5px;
    }
    
    .btn-banner{
        padding:7px 30px;
        font-size:24px;
        margin-top:20px;
    }
    .content-product{
        padding:80px 0px;
    }
    .content-product h2{
        font-size:32px;
        font-weight:bolder;
        margin-bottom:30px;
    }
    .box-lists{
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 3;
        column-gap: 20px;
        column-fill: auto;
    }
    .box-lists .box-item{
        /* width: calc(100% / 3 - 20px);
        border: 1px solid #ddd;
        float: left;
        margin: 10px;
        padding:0px; */
        display: block;
        word-wrap: break-word;
        margin-bottom: 20px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        transition: .2s;
    }
    .box-lists .box-item.style-1{
        height:260px;
        background:#fff;
    }
    .box-lists .box-item.style-2{
        height:540px;
        background:#fdfdfd;
        position: relative;
        z-index: 1;
    }
    .box-lists .box-item.style-2:after{
        content:"";
        position:absolute;
        left:0;
        top:0;
        z-index: -1;
        background:#ff6f00;
        opacity: .2;
        height: 160px;
        width:100%;
    }
    .box-lists .box-item.style-1 .img-item{
        width:30%;
        float:left;
        height:260px;
        position:relative;
        overflow: hidden;
    }
    .box-lists .box-item.style-2 .img-item{
        width:30%;
        padding-left:30px;
        float:left;
        height:540px;
        position:relative;
        overflow: hidden;
    }
    .box-lists .box-item.style-1 .img-item img{
        position:absolute;
        width:100%;
        height:100%;
        object-fit: cover;
        transition: .3s;
    }
    .box-lists .box-item.style-2 .img-item img{
        position:absolute;
        height: 88%;
        top: 6%;
        object-fit: cover;
        transition: .3s;
    }
    .box-lists .box-item.style-1 .info-item{
        width:70%;
        float:left;
        height:260px;
        overflow: hidden;
    }
    .box-lists .box-item.style-2 .info-item{
        width:70%;
        float:left;
        height:540px;
        overflow: hidden;
        position:relative;
    }
    .box-lists .box-item.style-1 .info-item .title-item,
    .box-lists .box-item.style-1 .info-item .short-item,
    .box-lists .box-item.style-2 .info-item .title-item,
    .box-lists .box-item.style-2 .info-item .short-item{
        float:left;
        width:100%;
    }
    .box-lists .box-item.style-1 .info-item .price-item,
    .box-lists .box-item.style-1 .info-item .href-item,
    .box-lists .box-item.style-2 .info-item .price-item,
    .box-lists .box-item.style-2 .info-item .href-item{
        float:left;
    }
    .box-lists .box-item.style-1 .info-item .price-item,
    .box-lists .box-item.style-2 .info-item .price-item{
        width:calc(100% - 70px);
        text-align: right;
        font-size:24px;
        font-weight:500;
        padding-top:5px;
    }
    .box-lists .box-item.style-2 .info-item .price-item{
        position:absolute;
        bottom:10px;
        left:0;
    }
    .box-lists .box-item.style-2 .info-item .href-item{
        position:absolute;
        bottom:10px;
        right:0;
    }
    .box-lists .box-item.style-1 .info-item .href-item,
    .box-lists .box-item.style-2 .info-item .href-item{
        width:70px;
        padding-left:20px;
    }
    .box-lists .box-item.style-1 .info-item .href-item a,
    .box-lists .box-item.style-2 .info-item .href-item a{
        width: 40px;
        height: 40px;
        border: 3px solid #333;
        background: #f2f2f2;
        float: left;
        color: #333;
        text-align: center;
        padding-top: 5px;
    }
    .box-lists .box-item.style-1 .info-item .href-item a span,
    .box-lists .box-item.style-2 .info-item .href-item a span{
        font-size:27px;
    }
    .box-lists .box-item.style-1 .info-item .title-item{
        padding:10px 15px 0px;
        font-size:24px;
        font-weight:500;
        height:82px;
        overflow: hidden;
    }
    .box-lists .box-item.style-2 .info-item .title-item{
        padding:10px 15px 0px;
        font-size:24px;
        font-weight:500;
        height:160px;
        overflow: hidden;
        position:absolute;right:0;top:0;
    }
    .box-lists .box-item.style-1 .info-item .short-item{
        padding:5px 15px;
        font-size:18px;
        opacity: .8;
        font-weight:400;
        height:128px;
        overflow: hidden;
    }
    .box-lists .box-item.style-2 .info-item .short-item{
        padding:5px 15px;
        font-size:18px;
        opacity: .8;
        font-weight:400;
        height:320px;
        overflow: hidden;
        position:absolute;
        top:160px;
        right:0;
    }
    .box-item:hover{
        background:#eee;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
    .detail-product{
        padding-top:10px;
    }
    .breadcrumb-line{
        background:transparent !important;
        box-shadow: none;
        font-size:18px;
        padding:20px;
    }
    .breadcrumb>li+li:before{
        content: "\edc5";
        font-family: 'icomoon';
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0px;
        float: left;
    }
    #mini_photo img,
    #large_photo img{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .detail-des{
        font-size:17px;
    }
    .detail-des h1{
        font-size:32px;
    }
    .detail-des .price{
        font-size:28px;
        text-align: center;
        font-weight:500;
        padding:20px 0px;
    }
    .option select{
        border-radius:20px;
        padding-left:15px;
        padding-right:30px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border:1px solid #aaa;
        background:#f2f2f2;
        height:54px;
    }
    .product_qty{
        width:40%;
        border-radius:20px;
        padding-left:0px;
        padding-right:0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border:1px solid #aaa;
        height:54px;
        margin:20px 0px;
        float:left;
        overflow: hidden;
    }
    .length .addtocart{
        width:calc(60% - 10px);
        border-radius:20px;
        padding-left:0px;
        padding-right:0px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border:1px solid #aaa;
        height:54px;
        margin:20px 0px;
        float:right;
        overflow: hidden;
    }
    .product_qty .input-group-btn,
    .product_qty .input-group-btn:last-child{
        width:60px;
        padding-right:0px;
        padding-left:0px !important;
    }
    .product_qty .input-group-btn button{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    .product_qty input{
        padding: 0px;
        height: 54px;
    }
    .length{display:block;height:100px;}
    #mini_photo img{
        border:5px solid transparent;
    }
    #mini_photo img.active{
        border:5px solid #999;
    }
    
    .box-lists-2{
        float:left;
        width:100%;
    }
    .box-lists-2 .box-item{
        float:left;
        width:calc(33.333% - 20px);
        margin:10px;
        border:1px solid #ddd;
        background: #fff;
    }
    
    .box-lists-2 .box-item.style-1 .img-item{
        width:30%;
        float:left;
        height:260px;
        position:relative;
        overflow: hidden;
    }
    .box-lists-2 .box-item.style-2 .img-item{
        width:30%;
        padding-left:30px;
        float:left;
        height:540px;
        position:relative;
        overflow: hidden;
    }
    .box-lists-2 .box-item.style-1 .img-item img{
        position:absolute;
        width:100%;
        height:100%;
        object-fit: cover;
        transition: .3s;
    }
    .box-lists-2 .box-item.style-2 .img-item img{
        position:absolute;
        height: 88%;
        top: 6%;
        object-fit: cover;
        transition: .3s;
    }
    .box-lists-2 .box-item.style-1 .info-item{
        width:70%;
        float:left;
        height:260px;
        overflow: hidden;
    }
    .box-lists-2 .box-item.style-2 .info-item{
        width:70%;
        float:left;
        height:540px;
        overflow: hidden;
        position:relative;
    }
    .box-lists-2 .box-item.style-1 .info-item .title-item,
    .box-lists-2 .box-item.style-1 .info-item .short-item,
    .box-lists-2 .box-item.style-2 .info-item .title-item,
    .box-lists-2 .box-item.style-2 .info-item .short-item{
        float:left;
        width:100%;
    }
    .box-lists-2 .box-item.style-1 .info-item .price-item,
    .box-lists-2 .box-item.style-1 .info-item .href-item,
    .box-lists-2 .box-item.style-2 .info-item .price-item,
    .box-lists-2 .box-item.style-2 .info-item .href-item{
        float:left;
    }
    .box-lists-2 .box-item.style-1 .info-item .price-item,
    .box-lists-2 .box-item.style-2 .info-item .price-item{
        width:calc(100% - 70px);
        text-align: right;
        font-size:24px;
        font-weight:500;
        padding-top:5px;
    }
    .box-lists-2 .box-item.style-2 .info-item .price-item{
        position:absolute;
        bottom:10px;
        left:0;
    }
    .box-lists-2 .box-item.style-2 .info-item .href-item{
        position:absolute;
        bottom:10px;
        right:0;
    }
    .box-lists-2 .box-item.style-1 .info-item .href-item,
    .box-lists-2 .box-item.style-2 .info-item .href-item{
        width:70px;
        padding-left:20px;
    }
    .box-lists-2 .box-item.style-1 .info-item .href-item a,
    .box-lists-2 .box-item.style-2 .info-item .href-item a{
        width: 40px;
        height: 40px;
        border: 3px solid #333;
        background: #f2f2f2;
        float: left;
        color: #333;
        text-align: center;
        padding-top: 5px;
    }
    .box-lists-2 .box-item.style-1 .info-item .href-item a span,
    .box-lists-2 .box-item.style-2 .info-item .href-item a span{
        font-size:27px;
    }
    .box-lists-2 .box-item.style-1 .info-item .title-item{
        padding:10px 15px 0px;
        font-size:24px;
        font-weight:500;
        height:82px;
        overflow: hidden;
    }
    .box-lists-2 .box-item.style-2 .info-item .title-item{
        padding:10px 15px 0px;
        font-size:24px;
        font-weight:500;
        height:160px;
        overflow: hidden;
        position:absolute;right:0;top:0;
    }
    .box-lists-2 .box-item.style-1 .info-item .short-item{
        padding:5px 15px;
        font-size:18px;
        opacity: .8;
        font-weight:400;
        height:128px;
        overflow: hidden;
    }
    .box-lists-2 .box-item.style-2 .info-item .short-item{
        padding:5px 15px;
        font-size:18px;
        opacity: .8;
        font-weight:400;
        height:320px;
        overflow: hidden;
        position:absolute;
        top:160px;
        right:0;
    }

    
    
    
    
    
.footer-bottom{
    color:#333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ddd;
}
.footer-bottom a{
    color:#333;
}
.header-all:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:38px;
    background:#f2f2f2;
    content:"";
    z-index: -1;
}
.header-all .header-rb .menu-top li a{
    padding: 22px 20px;
    margin-left: 0px;
    font-size: 18px;
    font-weight:bold;
}
.header-all.shrink .header-rb .menu-top li a{
    font-size: 18px;
    padding: 9px 10px;
}
.header-all.shrink:after{
    background:transparent;
}