.component_1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.component_1 .header_text{
  position: absolute;
  top: 35px;
  left: 45px;
  font-size: 25px;
  color: white;
  font-family: "Arial_Regular";
}
.component_1 .container{
  position: absolute;
  height: 415px;
  width: 809px;
  background-image: url(../../../assets/images/component1/BG_01_black.png);
  background-size: 920px 518px;
  background-repeat: no-repeat;
  background-position: -56px -22px;
}
.component_1 .container#container2{
  background-image: url(../../../assets/images/component1/BG_02_black.png);
}
.component_1 .container#container1.active{
  background-image: url(../../../assets/images/component1/BG_01.png);
  z-index: 2;
}
.component_1 .container#container2.active{
  background-image: url(../../../assets/images/component1/BG_02.png);
  z-index: 2;
  font-family: "Arial_Regular";
}
.component_1 .cont_btn{
  position: absolute;
  color: white;
  height: 46px;
  width: 282px;
  top: -1px;
  left: 60px;
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  background-image: url(../../../assets/images/component1/image97.png);
  background-size: 312px;
  background-repeat: no-repeat;
  background-position: 0px -11px;
  font-family: 'Arial_Bold_new';
  box-sizing: border-box;
  padding: 0px 0px 0px 28px;
  background-size: cover;
  top: 6px;
  line-height: 37px;
  padding: 0px 9px 0px 0px;
} 
.component_1 .cont_btn.active{
  background-image: url(../../../assets/images/component1/image100.png);
} 
.component_1 .cont2_btn{
  left: 469px;
}
.component_1 .cont_data_par {
  position: absolute;
  top: 80px;
  left: 46px;
  height: 415px;
  width: 809px;
  display: none;
  overflow: hidden;
  display: none;
}
video{
  width: 100%;
  height: 100%;
}
.component_1 .cont1_back_video{
  position: absolute;
  top: 47px;
  left: 2px;
  width: 806px;
  border-radius: 30px;
  height: 371px;
  overflow: hidden;
  z-index: -1;
}
.component_1 .cont1_back_video video{
  height: 100%;
  width: 100%;
}
.component_1 .comp1btn{
  position: absolute;
  height: 36px;
  width: 100px;
  top: 80px;
  left: 67px;
  background-size: 69px 37px;
  background-position: -5px 0px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 14px;
  font-size: 11px;
  box-shadow: 1px 1px 7px #000000;
  border-radius: 25px;
  cursor: pointer;
  background: white;
  font-family: 'Arial_Bold_new';
  z-index: 0;
}

.component_1 .comp1btn.btn2{
  width: 100px;
  left: 397px;
}
.component_1 .comp1btn.btn3{
  width: 100px;
  left: 617px;
}
.component_1 .comp1btn.btn4{
  width: 100px;
  top: 353px;
  left: 625px;
  /* display: block; */
  /* opacity: 1; */
} 
.component_1 .comp1btn.btn5{
  width: 110px;
  top: 457px;
  left: 134px;
  height: 35px;
  position: fixed;
}
.component_1 .comp1btn.btn6{
  width: 100px;
  top: 285px;
  left: 460px;
  height: 35px;
  position: fixed;
}
.component_1 .comp1btn.btn7{
  width: 90px;
  top: 452px;
  left: 663px;
  height: 35px;
  position: fixed;
}
.component_1 .comp1btn:hover{
  background: #ff6600;
}
.component_1 .comp1btn:active{
  background: #ff6600;
  box-shadow: 1px 1px 8px 9px #c25004;
}
.component_1 .comp1btn.btn1 span{
  position: relative;
  top: 5px;
}
.component_1 .comp1btn.btn2 span{
  position: relative;
  top: 6px;
}
.component_1 .comp1btn.btn3 span{
  position: relative;
  top: 12px;
}
.component_1 .comp1btn.btn4 span{
  position: relative;
  top: 12px;
}
.component_1 .comp1btn.btn5 span{
  position: relative;
  top: 11px;
}
.component_1 .comp1btn.btn6 span{
  position: relative;
  top: 11px;
}
.component_1 .comp1btn.btn7 span{
  position: relative;
  top: 11px;
}
.component_1 .btn1_popup{
  position: absolute;
  height: 360px;
  width: 610px;
  top: -82px;
  left: -189px;
  background-size: 692px 398px;
  background-repeat: no-repeat;
  background-position: -42px -16px;
  background-image: url(../../../assets/images/component1/image166.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn1_popup.active{
  height: 360px;
  width: 610px;
  top: 50px;
  left: 210px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back{
  position: absolute;
  height: 22px;
  width: 56px;
  top: 30px;
  left: 514px;
  text-align: center;
  line-height: 24px;
  font-size: 8px;
  box-shadow: 1px 1px 7px #000000;
  border-radius: 14px;
  cursor: pointer;
  background: black;
  color: white;
  z-index: 4;
  font-family: 'Arial_Bold_new';
}

.component_1 .popup_back:hover{
  background: #ff6600;
}
.component_1 .popup_back:active{
  background: #ff6600;
  box-shadow: 1px 1px 8px 9px #c25004!important;
}
.component_1 .btn1_popup .btn1_popup_video{
   position: absolute;
   top: 24px;
   left: 304px;
   height: 323px;
   width: 277px;
   overflow: hidden;
   border-radius: 0px 20px 20px 0px;
   z-index: -1;
}
.component_1 .btn1_popup .btn1_popup_video video{
  width: 132%;
  position: relative;
  left: -87px;
}

.component_1 .btn1text{
  position: absolute;
  width: 300px;
  left: 40px;
  font-size: 13px;
  font-weight: 100;
}
.component_1 .btn1text1{
  top: 50px;
  font-size: 14px;
  font-family: 'Arial_Bold_new';
}
.component_1 .btn1text2{
  top: 78px;
}
.component_1 .btn1text3{
  top: 45px;
  left: 55px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text4{
  top: 72px;
  left: 55px;
  width: 800px;
}

.component_1 .btn2_popup{
  position: absolute;
  height: 198px;
  width: 750px;
  top: -2px;
  left: 71px;
  background-size: 823px 254px;
  background-repeat: no-repeat;
  background-position: -42px -41px;
  background-image: url(../../../assets/images/component1/image187.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn2_popup.active{
  top: 220px; 
  left: 33px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back2{
  top: 20px;
  left: 657px;
}


.component_1 .btn3_popup{
  position: absolute;
  height: 360px;
  width: 610px;
  top: -82px;
  left: 371px;
  background-size: 550px 398px;
  background-repeat: no-repeat;
  background-position: -22px -16px;
  background-image: url(../../../assets/images/component1/image166.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn3_popup.active{
  height: 360px;
  width: 500px;
  top: 50px;
  left: -5px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back3{
  top: 29px;
  left: 406px;
}

.component_1 .btn1text5{
  top: 50px;
  left: 55px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text6{
  top: 76px;
  left: 55px;
  width: 400px;
}

.component_1 .btn4_popup{
  position: absolute;
  height: 360px;
  width: 610px;
  top: 188px;
  left: 378px;
  background-size: 550px 398px;
  background-repeat: no-repeat;
  background-position: -22px -16px;
  background-image: url(../../../assets/images/component1/image166.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn4_popup.active{
  height: 360px;
  width: 500px;
  top: 50px;
  left: -5px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back4{
  top: 29px;
  left: 406px;
}

.component_1 .btn1text7{
  top: 50px;
  left: 55px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text8{
  top: 76px;
  left: 55px;
  width: 400px;
}
.component_1 .cont2_back_video{
  position: absolute;	
  top: 47px;	
  left: 2px;	
  width: 806px;	
  border-radius: 12px;	
  height: 371px;	
  overflow: hidden;	
  z-index: 0;
}

.component_1 .btn5_popup{
  position: absolute;
  height: 360px;
  width: 816px;
  top: 178px;
  left: -277px;
  background-size: 900px 385px;
  background-repeat: no-repeat;
  background-position: -28px -10px;
  background-image: url(../../../assets/images/component1/image243.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn5_popup.active{
  top: 48px;
  left: -5px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back5{
  top: 25px;
  left: 726px;
}

.component_1 .btn1text9{
  top: 50px;
  left: 60px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text10{
  top: 76px;
  left: 60px;
  width: 400px;
}
.component_1 .btn5_popup_img_cont{
  position: absolute;
  top: 8px;
  left: 409px;
  height: 367px;
  width: 400px;
  overflow: hidden;
}
.component_1 .btn5_popup_img_cont img{
 height: 100%;
 width: 100%;
 display:block;
 position: absolute;
 z-index:1
}
.component_1 .btn5_popup_img_cont img.active{
  z-index:3;
 }



.component_1 .btn6_popup{
  position: absolute;
  height: 360px;
  width: 816px;
  top: -12px;
  left: 42px;
  background-size: 900px 385px;
  background-repeat: no-repeat;
  background-position: -28px -10px;
  background-image: url(../../../assets/images/component1/image243.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn6_popup.active{
  top: 48px;
  left: -5px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back6{
  top: 25px;
  left: 726px;
}

.component_1 .btn1text11{
  top: 50px;
  left: 60px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text12{
  top: 76px;
  left: 60px;
  width: 400px;
}

.component_1 .btn6_popup .btn6_popup_video{
  position: absolute;
  top: 17px;
  left: 425px;
  height: 339px;
  width: 380px;
  overflow: hidden;
  border-radius: 0px 30px 30px 0px;
  z-index: -1;
}
.component_1 .btn6_popup .btn6_popup_video video{
 width: 100%;
}

.component_1 .btn7_popup{
  position: absolute;
  height: 360px;
  width: 816px;
  top: 153px;
  left: 262px;
  background-size: 900px 385px;
  background-repeat: no-repeat;
  background-position: -28px -10px;
  background-image: url(../../../assets/images/component1/image243.png);
  border-radius: 20px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.1);
  display: none;
}
.component_1 .btn7_popup.active{
  top: 48px;
  left: -5px;
  opacity: 1;
  transform: scale(1);
}
.component_1 .popup_back7{
  top: 25px;
  left: 726px;
}

.component_1 .btn1text13{
  top: 50px;
  left: 60px;
  font-size: 15px;
  font-family: "Arial_Bold_new";
}
.component_1 .btn1text14{
  top: 76px;
  left: 60px;
  width: 400px;
}
.component_1 .btn7_popup_img_cont{
  position: absolute;
  top: 8px;
  left: 409px;
  height: 367px;
  width: 400px;
  overflow: hidden;
}
.component_1 .btn7_popup_img_cont img{
 height: 100%;
 width: 100%;
 display:block;
 position: absolute;
 z-index:1
}
.component_1 .btn7_popup_img_cont img.active{
  z-index:3;
 }
.component_1 .arialBold {
  font-family: "Arial_Bold_new";
}