/**
customize

**/


  .center-logo img{
    width: 15%;
    height: auto;
    display: block;
    margin:auto;
  }
  @media(max-width:1000px){
      .center-logo img{
        width: 20%;
      }
  }

  @media(max-width:700px){
      .center-logo img{
        width: 20%;
      }
  }

  .flex-center-all {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
}
  @media (min-width: 720px) {
    .flex-center {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
    }
}
.but-img img{
    width: 49%;
    height:auto;
}

@media(max-width:700px){
    .but-img img{
        width: 90%;
        height:auto;
        display: block;
        margin: auto;
    }
    

}
.pad-sec{
    padding-top: 50px;
    padding-bottom: 20px;
}
@media(max-width:1000px){
    .pad-sec{
        padding-top: 30px;
        padding-bottom: 10px;
    }
}
@media(max-width:700px){
    .pad-sec{
        padding-top: 20px;
    }
}
.line-img img{
    width: 100%;
    height:auto;
}
.text-title{
    font-weight: bolder;
color: #FCC116;
font-size: 40px;
}
.text-title h1,.text-title h2,.text-title h3,.text-title h4,.text-title h5,.text-title h6{
    font-weight: bolder;
   color: #FCC116;
font-size: 40px;
}
@media(max-width:1000px){
    .text-title{
        font-size: 30px;
        }
    .text-title h1,.text-title h2,.text-title h3,.text-title h4,.text-title h5,.text-title h6{
    font-size: 30px;
    }   
}
@media(max-width:700px){
    .text-title{
        font-size: 20px;
        } 
    .text-title h1,.text-title h2,.text-title h3,.text-title h4,.text-title h5,.text-title h6{
    font-size: 20px;
    } 
}

.text-title-h{
    font-weight: bolder;
color: #FCC116;
font-size: 55px;
}
.text-title-h h1,.text-title-h h2,.text-title-h h3,.text-title-h h4,.text-title-h h5,.text-title-h h6{
    font-weight: bolder;
   color: #FCC116;
font-size: 55px;
}
@media(max-width:1000px){
    .text-title-h{
        font-size: 40px;
        }
    .text-title-h h1,.text-title-h h2,.text-title-h h3,.text-title-h h4,.text-title-h h5,.text-title-h h6{
    font-size: 40px;
    }   
}
@media(max-width:700px){
    .text-title-h{
        font-size: 25px;
        } 
    .text-title-h h1,.text-title-h h2,.text-title-h h3,.text-title-h h4,.text-title-h h5,.text-title-h h6{
    font-size: 25px;
    } 
}



.sub-title{
    font-size: 40px;
    color:#fff;
}
@media(max-width:1000px){
    .sub-title{
        font-size: 30px;
    }
}
@media(max-width:700px){
    .sub-title{
        font-size: 25px;
    }
}
.sub-title-shadow{
    color: #fff;
    font-size: 65px;
    font-weight: bolder; 
    text-shadow: 0 0 0.5em #8707be, 0 0 0.5em #8707be, 0 0 0.5em #8707be;
}
.sub-title-shadow h1,.sub-title-shadow h2,.sub-title-shadow h3,.sub-title-shadow h4,.sub-title-shadow h5,.sub-title-shadow h6{
    color: #fff;
    font-size: 65px;
    font-weight: bolder; 
    text-shadow: 0 0 0.5em #8707be, 0 0 0.5em #8707be, 0 0 0.5em #8707be;
}
@media(max-width:1000px){
    .sub-title-shadow {
        font-size: 50px;
    }   
    .sub-title-shadow h1,.sub-title-shadow h2,.sub-title-shadow h3,.sub-title-shadow h4,.sub-title-shadow h5,.sub-title-shadow h6{
        font-size: 50px;
    }
}
@media(max-width:700px){
    .sub-title-shadow{
        font-size: 40px;
    }   
    .sub-title-shadow h1,.sub-title-shadow h2,.sub-title-shadow h3,.sub-title-shadow h4,.sub-title-shadow h5,.sub-title-shadow h6{
        font-size: 40px;
    }
}
.img-porduct{
    width: 100%;
    height: auto;
}
.img-footer{
    padding-top: 50px;
    padding-bottom: 30px;
}
.img-footer img{
    width: 50%;
    height:auto;
    display: block;
    margin:auto;
}
@media(max-width:700px){
    .img-footer img{
        width: 70%;
    }
}
.img-porduct a{
    text-decoration: none;
}
.img-left img{
    width: 90%;
    height:auto;
}
.pad-title{
    padding-top: 20px;
}

  .but-img a{
    text-decoration: none;
  }
.img-line img{
width:100%;
height:auto;
display:block;
margin:auto;
}
.content{
color:#fff;
font-size:25px;
}
@media(max-width:700px){
.content{
font-size:15px;
}
}
    .swiper-container {
        width: 100%;
        height: 380px;
        margin: 20px auto;
    }

    @media(max-width:1000px) {
        .swiper-container {
            height: 350px;
        }
    }

    @media(max-width:700px) {
        .swiper-container {
            height: 200px;
            margin:0!important;
        }
    }

    .swiper-slide-container {
        text-align: center;
        font-size: 18px;
        background: #fff0;
        height: auto;
        max-width: 600px;
        margin: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .sec-banner{
        padding: 20px;
    background: linear-gradient(180deg, #2f2f2f 0, #000000 25%, #202020 50%, #000000 75%, #000000 100%);
    border-radius: 8px;
    border: solid 3px #4f4115;
    }
    @media(max-width:700px){
        .sec-banner{
        padding: 10px;
    }    
    }
    .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FCC116!important;
    width: 10px !important;
    height: 10px!important;
}
.swiper-pagination-bullet{
    opacity: 1!important;
    background: #FCC116!important;
    width: 8px;
    height: 8px;
}