* {
    font-family: 'Regular' !important;
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/S6uyw4BMUTPHjx4wXg.woff2");
}
#page{
    margin: 0 auto;
    max-width: 1260px;
    width: 100%;
}
.header .inner .flex{
    padding: 0px;
}

.header{
    background: #ec5415;
}

.header .inner .flex{
    justify-content: space-between;
    padding-left: 30px;
}

.logocompanyname{
    font-size: 18px;
    font-weight: 800;
    color: white;
}

.header .inner .index-search{
    cursor: pointer;
    float: right;
    height: 48px;
    text-align: center;
    width: 48px;
    background-color: #269fef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-search:before{
    color: #2b2b2b;
}

.header .inner .index-search:hover{
    background: #43bcff;
}

.s-content .fa-search:before{
    color: white !important;
}
.headerbottomgs{
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
}
.headerbottomgs a{
    display: block;
    height: 48px;
    width: fit-content;
    padding: 0px 12px;
    line-height: 48px;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
}
.headerbottomgs a:hover{
    background-color: #269fef;
}

.headerbottomgs a.active{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.newfooter{
    width: 100%;
    padding: 15px 30px;
    background: #ec5415;
    color: white;
    font-size: 12px;
    float: right;
}
.page_main{
    padding-top: 0px;
}
.cebianboxgs{
    width: 100%;
    height: auto;
    background: #ec5415;
    overflow: hidden;
}
.site-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 18px;
    padding: 0 30px;
    color: white;
}
.main{
    padding-bottom: 0px;
}
.cebianboxgs a{
    padding: 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    font-size: 11px;
    color: white;
}
.cebianboxgs a:hover{
    background-color: #269fef;
}

.cebianboxgs a.active{
    color: rgb(0, 87, 167);
    font-weight: bold;
}

.contactboxgs{
    margin-top: 48px;
}
.contactboxgs a{
    font-size: 12px;
}
.contactboxgs a:hover{
    background: #ec5415;
}


    .main{
        margin: 28px 35px;
    }
    .main .title{
        font-size: 33px;
        font-weight: 300;
        line-height: 1.0909090909;
        margin: 0 0 12px 0;
        text-transform: uppercase;
    }
    .bigimgbox img{
        margin-top: 24px;
    }
    .bigimgbox span{
        font-size: 12px;
        font-style: italic;
        line-height: 1.5;
        margin: 9px 0 0;
    }
    
    .threeimgbox{
        display: flex;
        flex-wrap: wrap;
    }
    
    .threeimgbox .imgbox{
        width: 32%;
        margin: 0.6%;
        min-height: 211px;
        position: relative;
    }
    
    .threeimgbox.oftwoimg .imgbox{
        width: 49%;
        margin: 0.48%;
        min-height: 211px;
        position: relative;
    }
    
    .threeimgbox .imgbox img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .threeimgbox .imgbox span{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0px);
        max-height: 100%;
        overflow: auto;
        padding: 3em .77em .7em;
        color: #fff;
        text-align: center;
        font-size: 12px;
        background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
        box-sizing: border-box;
        margin: 0;
        width: 100%;
    }
    
    .content .downlist a{
        color: #0077c7;
        text-decoration: underline;
    }
    
    .content .downlist a:hover{
        text-decoration: none;
    }
    
    table{
        border-collapse: separate;
        border-spacing: 0;
        border-width: 1px 0 0 1px;
        width: 100%;
    }
    
    table, th, td {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    th,td{
        font-weight: 700;
        padding: 8px;
        text-transform: uppercase;
        text-align: left;
    }
    
    .lineboxgs{
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        margin-bottom: 35px;
    }
    .footercebianbottom{
        display: none;
    }
    .header .inner .index-search .content .fa-search{
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    @media screen and (max-width: 992px)  {
        .logocompanyname span{
            display: none;
        }
        .header .inner .index-search,.headerbottomgs{
            display: none;
        }
        .footercebianbottom{
            display: block;
        }
        .threeimgbox .imgbox{
            width: 100% !important;
        }
        .main{
            margin: 35px 0px;
            padding: 15px;
        }
    }