#banner {
  height: 100%;
  position: relative;
  background-image: url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  #banner .container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center; }
    #banner .container .scroll-bt {
      position: absolute;
      bottom: 50px;
      left: 0px; }
    #banner .container .bannertext { 
    position: relative;
    left: 100px;
     }  
    #banner .container .bannertext h1 {
      font-size: 130px;
      font-style: italic;
      line-height: 110%;
      color: #971A4D;
      font-weight: 900;
      position: relative;
      z-index: 1; }
    #banner .container .bannertext h5 {
      font-size: 28px;
      color: #971A4D;
      font-weight: 500;
      font-style: italic;
      font-size: 24px;
      position: relative;
      height: 40px;
      line-height: 35px;
      margin-top: -16px;
      padding-left: 100px; }
      #banner .container .bannertext h5 span {
        position: relative;
        z-index: 2; }
      #banner .container .bannertext h5::before {
        content: '';
        width: 1120px;
        height: 40px;
        background-color: #ffffff;
        opacity: 0.5;
        position: absolute;
        top: 0px;
        left: -400px; }
    #banner .container .bannertext h6 {
      font-size: 28px;
      color: #971A4D;
      font-weight: 900;
      font-style: italic;
      font-size: 24px;
      position: relative;
      height: 40px;
      line-height: 35px;
      margin-top: 10px;
      padding-left: 100px;
      margin-bottom: 200px; }
    #banner .container .banner-rightBox {
      position: absolute;
      right: 240px;
      bottom: 0px;
      width: 480px; }

      #Years-Leading {
  background-color: #971A4D;
  padding: 60px 0px;
  margin-top: -10px;
  position: relative; }

 #Years-Leading .common-ttle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
  #Years-Leading p {
    color: #ffffff;
    padding: 0px 270px; font-size: 24px; }
    #Years-Leading p span {
      opacity: 1;
      font-style: italic; }


.LeadingBox {
    background-color: #FDEFEF;
    padding: 30px 20px;
    position: relative;
    background-image: url(../images/small-slantline.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    display: block;
    border-top: 5px solid #971a4d;
}
.LeadingBox ul { padding-left:20px; }
.LeadingBox .ttle {
    font-weight: 700;
    color: #97144d;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 26px;
}
.perform-ttl {
  position: relative;
    top: 210px;
    left: 50px;
}
.perform-ttl .headlinebig {
    color: #ffffff;
    width: 270px;
}
.pink-ED1E65 {
    color: #971A4D !important;
}
/* Medium */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    #banner  { overflow: hidden; text-align: center; }
    #banner .container {display: block;}
    #banner .container .scroll-bt {
    left: 10px;
    bottom: 100px;
    }
    
    #banner .container .bannertext h1 {font-size: 90px; padding-top: 113px; }
    
    #banner .container .banner-rightBox {
    position: relative;
    right: -360px;
    bottom: 0px;
    width: 300px;
    }
    
    #banner .container .bannertext h6 {margin-bottom:0px;font-size: 22px; padding-left: 0px;}
    #banner .container .bannertext h5 {
    font-size: 28px;
    font-size: 20px;
    height: auto;
    margin-top: 0px;
    padding-left: 0px;
    }
    
    #Years-Leading { padding: 40px 0px; }
    #Years-Leading p {padding: 0px 10px;}

}


/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)   {

#banner  { overflow: hidden; text-align: center; height: 540px; }
#banner .container {display: block;}
#banner .container .scroll-bt {
left: 10px;
bottom: 100px;
}
    #banner .container .bannertext { 
    position: relative;
    left: 100px;
     } 
#banner .container .bannertext h1 {font-size: 90px; padding-top: 113px; }

#banner .container .banner-rightBox {
position: relative;
right: -330px;
bottom: 0px;
width: 180px;
}

#banner .container .bannertext h6 {margin-bottom:0px;font-size: 22px; padding-left: 0px;}
#banner .container .bannertext h5 {
font-size: 28px;
font-size: 20px;
height: auto;
margin-top: 0px;
padding-left: 0px;
}

#Years-Leading { padding: 40px 0px; }
#Years-Leading p {padding: 0px 10px;}
}


/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {
  #banner  { overflow: hidden; text-align: center; }
  #banner .container {display: block;}
  #banner .container .scroll-bt {
  left: 10px;
  bottom: 100px; display: none;
  }
      #banner .container .bannertext { 
    position: relative;
    left:0px;
     } 

  #banner .container .bannertext h1 {font-size: 90px; padding-top: 113px; }

  #banner .container .banner-rightBox {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 300px;
  }

  #banner .container .bannertext h6 {margin-bottom:0px;font-size: 22px; padding-left: 0px;}
  #banner .container .bannertext h5 {
  font-size: 28px;
  font-size: 20px;
  height: auto;
  margin-top: 0px;
  padding-left: 0px;
  }

  #Years-Leading { padding: 40px 0px; }
  #Years-Leading p {padding: 0px 10px; font-size: 20px;}
}



