/** Banner Slider **/
.section1 {
    margin-top: 90px;
}
.swiper-container {
    /*height:100vh;*/
    height:auto;
    width:100%;
}
.swiper-slide:after {
    content:"";
    background:#1F2A66;
    width:100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    height: 85px;
}
#video1,#video2,#video3,#video4 {
    width: 100%; 
    /*height: 100vh;*/
    object-fit: cover;
    height:auto;
    padding-bottom: 80px;
}

.num{
    background:#1F2A66;
    color:#ffffff;
    padding:30px 50px;
    text-align:center;
    position: absolute;
    bottom:0;
    z-index: 999;
}
.page-seperator {
    margin:0 8px;
}
.swiper-number {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
}
.swiper-pagination {
    position: relative;
    display: inline-block;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    margin: 0 15px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #FCCF00;
}
.slide {
    color: #ffffff;
    position: absolute;
    z-index: 10;
    bottom: 13px;
    left:340px;
}
.slide__heading{
    font-size: 35px;
    
    display: inline-block;
    vertical-align: middle;
}
.slide__subtext{
    font-size: 14px;
    max-width: 300px;
}
.slide__button {
    font-size: 14px;
    border: 1px solid #FCCF00;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px;
    text-decoration: none;
    color: #ffffff;
    margin-left: 30px;
    max-width:200px;
}
.slide__button:hover {
    background-color: #FCCF00;
}

/*Play-pause*/
.control {
    border: 11.2px solid #ffffff;
    border-radius: 50%;
    margin: 20px auto;
    padding: 28px;
    width: 45px;
    height: 45px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top:45%;
    transform: translate(0,-100%);
    left:0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 70%;
    visibility: hidden;
  }
  .control .left,
  .control .right,
  .control:before {
    display: inline-block;
    vertical-align: middle;
    transition: border 0.4s, width 0.4s, height 0.4s, margin 0.4s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .control:before {
    content: "";
    height: 112px;
  }
  .control.pause .left,
  .control.pause .right {
    margin: 0;
    border-left: 20px solid #ffffff;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    height: 60px;
  }
  .control.pause .left {
    border-right: 15px solid transparent;
  }
  .control.play .left {
    margin-left: 18.66666667px;
    border-left: 19.3984px solid #ffffff;
    border-top: 11.2px solid transparent;
    border-bottom: 11.2px solid transparent;
    border-right: 0px solid transparent;
    height: 35px;
  }
  .control.play .right {
    margin: 0;
    border-left: 25px solid #ffffff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    height: 0px;
  }
  .control:hover {
    border-color: #ffffff;
  }
  .control:hover .left,
  .control:hover .right {
    border-left-color: #ffffff;
  }

  .swiper-slide:hover .control {
      visibility: visible;
  }



/** Section2 **/
.section2 {
    position: relative;
    z-index:10;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 0;
    background: #ffffff;
}
.section2__block {
    width:100%;
    /*width:33.33%;
    float: left;*/
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.section2__bgContainer {
    /*height:430px;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2__bgContainer img {
    display: block;
}
.section2__textContainer {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2__textContainer h4 {
    color:#ffffff;
    margin-bottom:5px;
    text-shadow: 5px 5px 10px rgba(0,0,0,0.7);
    text-align: center;
}
.overlay {
    background: rgba(0,0,0,0);
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*.hs_button {
    background: transparent;
    color: #ffffff;
    border: 3px solid rgba(255,255,255,0.5);
    visibility: hidden;
}
.hs_button:hover {
    color:#1F2A66;
    background: #ffffff;
}*/ 

.section2__block:hover .section2__textContainer {
    background: rgba(0,0,0,0.4);
}
.section2__block:hover .section2__textContainer p {
    color:#ffffff;
}
/*.section2__block:hover .hs_button {
    visibility: visible;
}*/


/** Home Sections **/
/*.section__ir > .section__image {
    background: url('../images/ir_bg.jpg') center center no-repeat;
    background-size: cover;
}
.section__hr > .section__image {
    background: url('../images/career_bg.jpg') center center no-repeat;
    background-size: cover;
}
.section__press > .section__image {
    background: url('../images/press_bg.jpg') center center no-repeat;
    background-size: cover;
}
.section__csr > .section__image {
    background: url('../images/csr_bg.jpg') center center no-repeat;
    background-size: cover;
}*/

.section__hr{
    -o-animation-delay: 4s;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
}
.section__press{
    -o-animation-delay: 5s;
   -webkit-animation-delay: 5s;
   animation-delay: 5s;
}
.section__csr {
   -o-animation-delay: 6s;
   -webkit-animation-delay: 6s;
   animation-delay: 6s;
}
/*.section__content{
    width:50%;
    float: left;
}
.section__image {
    height: 100%;
    width:50%;
    float: left;
}*/

.section__text-container {
    padding: 1em 2.380952380952381em;
}
.section__cga--text h1,
.section__content h1{
    font-size: 30px;
    font-weight: bold;
    color: #1F2A66;
    margin-bottom: 15px;
}

.section{
    background: #1F2A66;
}
.section__container {
    padding: 110px 60px 111px 160px;
}
.section__textbox {
    color:#ffffff;
    text-transform: uppercase;
    float:left;
    height: 229px;
    position: relative;
}
.section__textbox p {
    font-size: 30px;
    position: absolute;
    bottom: 47px;
}
.section__textbox a {  
    position: absolute;
    bottom: 0;
}
/*.section__clickbox {
    background: #1F2A66;
    color:#ffffff;
    padding: 90px 50px 50px 50px;
    text-align: center;
    
    text-transform: uppercase;
    text-decoration: none;
    float:right;
    margin-left: 30px;
}
.section__clickbox:hover {
    color:#FCCF00;
}
.section__clickbox p {
    padding-bottom: 15px;
    font-size: 24px;
    margin:0;
}*/




.section3 {
    position: relative;
    z-index: 9;
}
.section4 {
    position: relative;
    z-index: 8;
}
.section5 {
    position: relative;
    z-index:7;
}
.section6 {
    position: relative;
    z-index: 6;
}




  @media (max-width:1024px){ 
    .section2 {
        grid-template-columns: repeat(2 , 1fr);
    }
    .section__text-container {
        padding: 1em;
    }
    
  }

  @media (max-width:991px){
  .section1 {
    margin-top: 80px;
    }
    #video1,#video2,#video3,#video4 {
        padding-bottom: 0;
        display: block;
    }
    .slide {
        position: relative;
        left:auto;
        right: auto;
        text-align: center;
        background: #1F2A66;
        padding: 20px 0;
        bottom:0;
    }
    .swiper-slide:after {
        display: none;
    }
    .slide__button {
        margin:15px auto 0;
        display: block;
    }
    .num {
        position: relative;
        padding: 0 0 20px;
    }
  }
  @media (max-width:768px){ 
    .section2 {
        grid-template-columns: 1fr;
    }
  }
  @media (max-width:425px){
    .slide__heading {
        font-size: 25px;
    }
  }



  