﻿.business_intro{
    background: #fff;
}
.f20{
    font-size: 20px;
}
.f18{
    font-size: 18px;
}
.mt10{
    margin-top: 10px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.fontbold{
    font-weight: bold;
}
.txt-gradient{  
    background: #F4367E;
    background: -webkit-linear-gradient(to right, #F4367E 45%, #EC028C 55%, #C22EAB 65%);
    background: -moz-linear-gradient(to right, #F4367E 45%, #EC028C 55%, #C22EAB 65%);
    background: linear-gradient(to right, #F4367E 45%, #EC028C 55%, #C22EAB 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gradient{
    background: rgb(244,54,126);
    background: linear-gradient(90deg, rgba(244,54,126,1) 0%, rgba(236,2,140,1) 59%, rgba(194,46,171,1) 100%);
}
.btn-cm{
    min-width: 320px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 60px;
    display: inline-block;
    border-radius: 60px;
    text-decoration: none;
    padding: 0 50px;
}
/*----- Banner -----*/
.bnt-txt p{
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.bnr{
    width: 100%;
    position: relative;
    background: url("../mobi/images/bg-02.png") repeat;
    padding: 60px 0;
}
.bnr:after{
    content: '';
    display: block;
    clear: both;
}
.bnt-txt{
    width: 100%;
    text-align: left;
}
.bnt-txt .content960 > div{
    display: inline-block;
    text-align: center;
    width: 52%;
}
.bnr-bus{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 48%;
    max-height: 90%;
}
.big-txt{
    font-family: 'WILLERB';
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    height: 72px;
    display: block;
}
.small-txt{
    display: inline-block;
}
.medium-txt{
    font-family: 'WILLERB';
    font-size: 40px;
    line-height: 1.2;
    margin-top: 10px;
    padding-top: 0;
}
.normal-txt{
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
}
.slider-txt{
    height: 72px;
    overflow: hidden;
    line-height: 120%;
    text-align: center;
    letter-spacing: inherit;
    padding: 0;
}
.slider-txt1{
  animation: slide 10s linear infinite;
}
.mt20{
    margin-top: 20px !important;
}
@keyframes slide {
  0% {margin-top:0;}
  29% {margin-top:0;}
  34% {margin-top:-72px;}
  62% {margin-top:-72px;}
  67% {margin-top:-144px;}
  95% {margin-top:-144px;}
  100% {margin-top:-216px;}
}
@keyframes slideTablet {
  0% {margin-top:0;}
  29% {margin-top:0;}
  34% {margin-top:-6vw;}
  62% {margin-top:-6vw;}
  67% {margin-top:-12vw;}
  95% {margin-top:-12vw;}
  100% {margin-top:-18vw;}
}
@keyframes slideMb {
  0% {margin-top:0;}
  29% {margin-top:0;}
  34% {margin-top:-10vw;}
  62% {margin-top:-10vw;}
  67% {margin-top:-20vw;}
  95% {margin-top:-20vw;}
  100% {margin-top:-30vw;}
}
@media(max-width:1900px){
    .slider-txt.mt20{
        margin-top: 0.5vw;
    }
}
@media(max-width:1330px){    
    .big-txt{
        font-size: 4.5vw;
    }
    .bnt-txt .content960 > div > img{
        width: 40%;
    }
    .medium-txt{
        font-size: 3.34vw;
        margin-top: 0;
    }
    .normal-txt{
        font-size: 2.25vw;
    }
    .big-txt,
    .slider-txt{
        height: 6vw;
    }
    .slider-txt1{
      animation: slideTablet 10s linear infinite;
    }
    .mt15.normal-txt{
        margin-top: 10px;
    }
    .bnr .btn-cm{
        margin-top: 5px;
    }
}
@media(max-width:991px){
    .bnr{
        padding: 40px 0;
    }
    .bnt-txt .content960 > div{
        margin-left: 0;
        width: 58%;
    }
    .big-txt{
        font-size: 5vw;
    }
    .bnr .btn-cm{
        min-width: 250px;
        font-size: 20px;
        line-height: 50px;
        margin-top: 5px;
    }
}
@media(max-width:767px){
    .bnr {
        padding: 40px 0 0 0;
    }
    .bnr .content960{
        padding-left: 0;
        padding-right: 0;
    }
    .bnr-bus{
        width: 100%;
        padding-top: 20px;
        max-width: initial;
        margin-right: -17%;
        position: inherit;
        display: block;
        float: right;
    }
    .bnt-txt{
        position: inherit;
        top:inherit;
    }
    .bnt-txt .content960 > div{
        width: 100%;
    }
    .big-txt{
        font-size: 8.4vw;
    }
    .bnt-txt .content960 > div > img{
        width: 45%;
    }
    .slider-txt{
        margin-top: 4vw;
    }
    .medium-txt{
        font-size: 7.38vw;
        margin-top: 5px;
    }
    .normal-txt{
        font-size: 5vw;
    }
    .big-txt,
    .slider-txt{
        height: 10vw;
    }
    .slider-txt1{
      animation: slideMb 10s linear infinite;
    }
    .btn-cm{
        min-width: 300px;
        line-height: 60px;
        font-size: 22px;
    }
}
@media(max-width:424px){
    .bnr .f20 {
        font-size: 18px;
    }
}
/*----- End Banner -----*/