@charset "UTF-8";

:root {
    --mred: #c7000b;
}

.index-header .header .top-header .top-menu .collapse li a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    padding: 20px 30px;
}

.index-header .header .top-header .top-menu .collapse li a:hover {
    color: #E5000E;
    text-shadow: 1px 1px 3px #fff;
}

.index-header .header.stick .top-header .top-menu .collapse li a {
    color: #000;
    text-shadow: 1px 1px 3px #fff;
}

.header .logo{
    top: 20px;
}
.header .combination-item  .logo.pc-s{
    display: none;
}
.header.stick .combination-item  .logo.pc-s{
    display: unset;
    position: relative;
    top: unset;
    left: unset;
}
.header .top-icon{
    padding: 30px 0 12px;
    border-bottom: 1px solid #fff;

}

.header .top-icon .top-icon-list .top-icon-link a{
    opacity: 1;
}
.header .top-icon .top-icon-list .top-icon-link a:hover{
    opacity: .7;
}
.header .top-icon .top-icon-list .top-icon-link a i{
    color: #fff;
}

.header.stick .top-icon .top-icon-list .top-icon-link a i{
    color: #4c3d39;
}

@media (min-width: 991px){
.header .top-header .top-menu .collapse {
    padding-right: 100px;
}
.header.stick .top-header .top-menu .collapse{
    padding-right: unset;
}
.index-header .header.stick .top-header .top-menu .collapse li a {
    padding: 10px 10px;
}
}


.ids2 {
    background-color: #0e0640;
    padding-top: 80px;
    padding-bottom: 170px;
}
.ids2 .container{
    max-width: 990px;
}

.ids2 .container .s2-c1{
    padding-right: 40px;
}

.ids2 .container .s2-c2{
    padding-left: 40px;
}

.ids2 .container .s2-c2 h2{
    color: #fff;
    font-size: 28px;
    margin-bottom: 45px;
    line-height: 1.5em;
}

.ids2 .container .s2-c2 p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5em;

}

.ids2 .container .s2-c2 a.a-more{
    display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    background-color: var(--mred);
    width: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}
.ids2 .container .s2-c2 a:hover{
    opacity: 0.8;
}

.ids2 .s2-f{
    display: flex;
}

.ids2 .s2-f a{
    display: block;
    margin-right: 35px;
}

.ids2 .s2-f a img{

}

@media (max-width: 991px){
    .ids2{
        padding-bottom: 80px;
    }
.ids2 .container .s2-c1{
    padding-right: 15px;
    margin-bottom: 15px;
}

.ids2 .container .s2-c2{
    padding-left: 15px;
}
.ids2 .s2-f{
    justify-content: space-around;
}
.ids2 .s2-f a{
    margin-right: 0px;
}
}

.ids3{
    padding-top: 40px;
    padding-bottom: 200px;
    background-image: url(../images/s3-bg.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;

}
.ids3:before{
    content: "";
    width: 100%;
    position: absolute;
    height: 160px;
    background-image: url(../images/s3-bgw.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}
.ids3 .s3-ti{
    font-size: 30px;
    color: #fff;
    margin-bottom: 1em;
    text-align: center;
}
.ids3 .s3-c .img-item{
    padding-top: 75%;
    margin-bottom: 15px;
}
.ids3 .s3-c{
    margin-bottom: 15px;
}
.ids3 .s3-c .word-item p.date{
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
}
.ids3 .s3-c .word-item h3{
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
  line-height: 1.2em;
  font-weight: normal;
}
.ids4 {
    padding-top: 30px;
    padding-bottom: 50px;
}
.ids4 .s4-ti{
    color: var(--mred);
    font-size: 29px;
    position: relative;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.ids4 .s4-ti:before{
    content: "";
    position: absolute;
    top: 0px;
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    background-image: url(../images/s4-ti.png);
    background-size: cover;
}

.ids4 .s4-r,
.ids4 .s4-r .s4-c2 .s4-f1{
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
}
.ids4 .s4-r .s4-c1,
.ids4 .s4-r .s4-c2,
.ids4 .s4-r .s4-c2 .s4-f1 a{
    padding-right: 1px;
    padding-left: 1px;
    display: block;
}
.ids4 .s4-r .s4-c2 .s4-f1 a img{
    display: block;
    transition: .4s;
}
.ids4 .s4-r .s4-c2 .s4-f1 a:hover img{
    opacity: 0.8;
}

@media (max-width: 991px){
    .ids4 .s4-r{
        flex-wrap: wrap;
    }
    .ids4 .s4-r .s4-c1,
.ids4 .s4-r .s4-c2{
    flex: 0 0 100%;
}
.ids4 .s4-r .s4-c1 a,
.ids4 .s4-r .s4-c1 a img{
    display: block;
}
}

.section08 .section_product_wrap .section_product_items .img-wrap{
    border: 1px solid var(--mred);
}

.section08 .section_product_wrap .section_product_items .text-item{
    background-color: #f0f2f3;
    color: #000;
}
.more {
    display: inline-block;
    background: var(--mred);
    color: #fff;
    border: 1px solid  var(--mred);
    padding: 7px 37px;
    border-radius: 8px;
    font-size: 17px;
    opacity: unset;
}
.more{
    opacity: 0.8;
}
.ids5 .row{
    align-items: center;
    background-color: #48104c;
}
.ids5 .s5-c1{
    min-height: 580px;
    background-image: url(../images/s5-bg.jpg);
    background-size: cover;
    background-position: center;
}

.ids5 .s5-c2{
    padding-left: 60px;
    padding-right: calc(50% - 600px);
}

.ids5 .s5-c2 .s5-ti{
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
}
.ids5 .s5-c2 p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.5em;
}
@media (max-width: 991px){
    .ids5 .s5-c1{
        min-height: 100vw;
        margin-bottom: 30px;
    }
    .ids5 .s5-c2{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

}

.ids6{
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../images/s6-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.ids6 .container .s6-r{
    align-items: center;
}
.ids6 .container .s6-r .s6-img{
    padding-top: 28.125%;
    background-size: cover;
    background-repeat: no-repeat;
}
.ids6 .container .s6-r .s6-text{
    padding-left: 30px;
    padding-right: 30px;
}
.ids6 .container .s6-r .s6-text h2{
    color: #fff;
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1.2em;
}
.ids6 .container .s6-r .s6-text h3{
    color: #fff;
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
.ids6 .container .s6-r .s6-text p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
.ids6 .container .s6-r:nth-child(odd){
    flex-direction: row-reverse;
}

@media (max-width: 991px){
    .ids6{
        padding-top: 0px;

    }
    .ids6 .container .s6-r{
        margin-bottom: 40px;
    }
    .ids6 .container .s6-r .s6-img{
        padding-top: 56.25%;
    }
    .ids6 .container .s6-r .s6-text h2{
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.footer .footer-body h4{
    font-size: 15px;
    color: var(--mred);
}

.footer .footer-body ul li a,
.footer .footer-body ul li{
    color: #898989;
    font-size: 13px;
}.footer .footer-body ul + h4{
    margin-top: 40px;
}

@media (min-width: 992px){
    .footer .footer-body .footer-item-l{
        flex-grow:3;
    }
}