/* BASE */
body{
    font-family: "Poppins", helvetica, arial, sans-serif;
}
.header-all{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fafafa;
    color:#111;
    height: 111px;
    overflow: hidden;
    transition: all 0.2s linear;
    z-index: 1;
}
.header-all.shrink{
    color:#ddd;
    height: 85px;
    overflow: hidden;
}
.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;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.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:86px;
}
.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;
}
.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:olivedrab;
}
.bg-style,
.bg-style:hover,
.footer-content h3:after,
.footer-bottom,
.footer-top,
.header-all .header-rt .menu-top li a.hight{
    background: olivedrab; 
    /* background: -webkit-linear-gradient(to bottom, #45a247, #1b5e20); 
    background: linear-gradient(to bottom, #45a247, #1b5e20); */

}
.box-hover-top{
    border-bottom:8px solid olivedrab;
}
.header-all.shrink{
    background: olivedrab;
}

.header-all.shrink .header-right .header-rb .menu-top .menu-bot .footer-menu ul li{
    background:olivedrab;
}
.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;
    }