*{
  padding: 0px;
  margin: 0px;
}
body{
  background: #f4f4f4;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.container-header{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  overflow: hidden;
  background: #eeeeee;
  z-index: 1;
}
.control-header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1000px
}
.control-logo{
  display: flex;
  align-items: center;
}
.control-logo img{
  width: 90px;
}
.control-link{
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.control-link button{
  color: #181818;
  font-family: 'Roboto', sans-serif;
  background: none;
  border: none;
  outline: none;
  font-size: 14.5px;
  cursor: pointer;
  transition: 0.5s;
}
.control-link button:hover{
  color: #15C1EA;
}
.control-burger{
  display: none;
  flex-direction: column;
  height: 18px;
  justify-content: space-between;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.control-burger span{
  display: block;
  width: 22px;
  height: 2px;
  background: #15C1EA;
  border-radius: 2px;
  transition: all 0.25s;
  position: relative;
}

.container-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  transform: translateY(60px);
  overflow: hidden;
}
.control-title{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: #15C1EA;
  background: linear-gradient(to right, #15C1EA, rgb(30, 93, 175));   
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #f4f4f4;
  font-size: 30px;
}
.body-burger{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 95%;
  background: #15C1EA;
  height: calc(100vh - 60px);
  position: fixed;
  overflow: hidden;
  top: 60px;
  left: -100%;
  opacity: 0;
  transition: 1s;
  z-index: 1;
}
.body-burger a{
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.body-burger button{
  color: #f4f4f4;
  font-family: 'Roboto', sans-serif;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  cursor: pointer;
}

.content-home{
  height: auto;
  width: 100%;
  /* overflow: hidden; */
}
.contol-info{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 85vh;
}
.contol-info .info{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  margin-bottom: 170px;
}
.contol-info .info .title{
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #181818;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.contol-info .info .title2{
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  color: #15C1EA;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bolder;
  
}
.contol-info .info .information{
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #f4f4f4; 
  width: 500px;
  text-align: center;
}
.slider-img {
  display: flex; 
  height: 85vh;
  width: 100%;
  /* animation: 20s slider infinite; */
  /* position: relative; */
}
.slider-img img{
  width: 100vw;
  object-fit: cover;
  object-position: 0 0; 
}
.control-about{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1020px;
  height: calc(100vh - 177px);
  /* background: red; */
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #181818;
}
.control-about .information{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
  /* background: red; */
}
.control-about .information img{
  margin: 30px 0px 10px 0px;
  width: auto;
  height: 30%;
}
.control-about .information span{
  margin: 20px 20px;
}
/* .control-component{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 1000px;
  background: blue;
}
.control-component .component{
  display: flex;
  align-items: center;
  width: fit-content;
  height: auto;
  margin-bottom: 10px;
}
.component .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15C1EA;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  color: #f4f4f4;
  border-radius: 10px;
}
.component .icon svg{
  width: 30px;
  height: 30px;
}
.component .title{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0px;
}
.component .information{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0px;
  width: 180px;
} */

.container-footer{
  display: flex;
  justify-content: center;
  /* transform: translateY(60px); */
  background: #414141;
  padding: 10px 0px;
  flex-wrap: wrap;
}
.container-footer .footer-component{
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
.container-footer .component{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  height: auto;
  margin: 10px 0px;
}
.container-footer .component .icon{
  display: flex;
  align-items: center;
  color: #f4f4f4;
  margin-right: 10px;
  background: #15C1EA;
  padding: 5px;
  border-radius: 3px;
}
.container-footer .component .icon svg{
  width: 25px;
  height: 25px;
}
.container-footer .component .title{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #f4f4f4;
}
.container-footer .component .information{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin: 0px;
  width: auto;
  color: #f4f4f4;
}

.content-product{
  display: flex;
  width: 1000px;
  padding: 20px 0px;
  margin: 0px 20px;
}
.product-left{
  width: 300px;
}
.product-rigth{
  display: flex;
  flex: 1;
  /* background: blue; */
}
.product-category{
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  padding: 10px 0px;
  margin-right: 50px;
  color: #3b3b3b;
}
.product-name{
  border-bottom: 1px solid #c5c5c5;
  padding: 10px 0px;
  margin: 5px 60px 5px 10px;
}
.product-name button{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #7c7c7c;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  /* background: rgba(182, 182, 182, 0.5); */
}
.product-name button:hover{
  color: #15C1EA !important;
}
.product-rigth{
  display: flex;
  flex-direction: column;
}
.title-product{
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0px;
  margin-right: 50px;
  color: #3b3b3b;
}
.control-product{
  display: flex;
  border-top: 1px solid rgb(163, 163, 163);
  padding: 10px;
}
.control-product img{
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.control-product span{
  display: flex;
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-left: 20px;
  color: rgb(87, 87, 87);
}

.control-image{
  /* overflow: hidden; */
  max-width:250px
}
.control-product .image-change{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 250px;
  height: 250px;
}
#imgproduct{
  display: flex;
  position: relative;
  /* transform: translateX(-250px); */
  z-index: -1;
}
.control-product .image-change div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(87, 87, 87);
  padding: 0px 10px;
  font-size: 35px;
  cursor: pointer;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.control-product .image-change div:hover{
  background: #15C1EA33;
}

.control-contact{
  display: flex;
  width: 1000px;
  margin: 137px 0px;
  justify-content: space-evenly;
}
.control-contact .contact-information{
  width: 350px;
  background: #15C1EA;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
}
.contact-information .title{
  color: #f4f4f4;
  font-size: 25px;
  border-bottom: 2px solid #f4f4f4;
}
.contact-information .component-contact{
  display: flex;
  margin-top: 20px;
  color: #f4f4f4;
  font-size: 15px;
}
.contact-information .component-contact svg{
  width: 40px;
  height: 40px;
  color: #f4f4f4;
}
.contact-information .component-contact span{
  display: flex;
  margin-left: 10px;
  align-items: center;
  width: 100%;
}
.control-contact .map-information{
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.control-contact .map-information iframe{
  background: #15C1EA;
  padding: 5px;
}

.control-add{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -55px;
  width: 100%;
}
.control-comp{
  display: flex;
  width: 570px;
}
.control-comp .comp{
  display: flex;
  background: #15C1EA;
  width: 280px;
  height: 210px;
}
.control-comp .comp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #15C1EA;
  width: 280px;
  height: 210px;
}
.control-comp .comp svg{
  color: #15C1EA;
  width: 70px;
  height: 70px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
}
.control-comp .comp .title{
  color: #f4f4f4;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 20px;
}
.control-service{
  display: flex;
  background: rgb(212, 203, 203);
  width: 600px;
  height: auto;
  margin: 252px 20px;
  border-radius: 3px;
}
.control-service .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  border-right: 1px solid #adadad;
}
.control-service .icon svg{
  width: 120px;
}
.control-service .information{
  width: 450px;
  color: #181818;
  font-family: 'Roboto', sans-serif;
}
.control-service .information .title{
  font-size: 20px;
  margin: 10px;
}
.control-service .information .info{
  margin: 0px 10px;
}
.control-service .information button{
  background: none;
  outline: none;
  border: none;
  margin: 10px;
  color: #4a61e4;
}
.control-service .information button:hover{
  color: #15C1EA;
}
/* @keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
} */

/* Laptop */
@media screen and (max-width: 1300px) {
  .contol-info .info .title{
    font-size: 20px;
  }
  .contol-info .info .title2{
    font-size: 35px;
  }
  .container-footer .footer-component{
    width: 600px;
  }
  .slider-img {
    height: 70vh;
  }
  .control-header{
    width: 600px;
  }
  .control-link{
    width: 60%;
  }
  .contol-info .info{
    width: 600px;
  }
  .control-about{
    width: 600px;
  }
  .control-contact{
    align-items: center;
    flex-direction: column;
    margin: 20px 0px;
  }
  .control-contact .contact-information{
    width: 600px;
  }
  .control-contact .map-information{
    display: flex;
  }
  .control-contact .map-information iframe{
    width: 610px;
    background: #15C1EA;
  }
  .control-comp{
    width: 600px;
  }
}
/* Tablet */
@media screen and (max-width: 768px){
  .contol-info .info .title{
    font-size: 20px;
  }
  .contol-info .info .title2{
    font-size: 30px;
  }
  .slider-img {
    height: 50vh;
  }
  .control-header{
    width: 500px;
  }
  .control-link{
    width: 70%;
  }
  .contol-info{
    height: 50vh;
  }
  .contol-info .info{
    width: 500px;
    margin: 0px;
  }
  .contol-info .info .title{
    font-size: 30px;
  }
  .contol-info .info .information{
    font-size: 15px;
  }
  .control-about{
    width: 500px;
  }
  .container-footer .footer-component{
    width: 600px;
  }

  .control-contact .contact-information{
    width: 480px;
  }
  .control-contact .map-information{
    display: flex;
  }
  .control-contact .map-information iframe{
    width: 490px;
    background: #15C1EA;
  }

  .content-product{
    align-items: center;
    flex-direction: column;
  }
  .product-left{
    width: 500px;
  }
  .product-rigth{
    width: 500px;
  }
  .control-comp{
    width: 500px;
  }

  .control-service{
    flex-direction: column;
    width: fit-content;
    margin: 20px;
  }
  .control-service .icon{
    width: auto;
    border: none;
    padding: 10px;
  }
  .control-service .information{
    width: auto;
  }
}
/* Mobile */
@media screen and (max-width: 576px){
  .slider-img {
    height: 30vh;
  }
  .control-burger{
    margin-left: 20px;
  }
  .control-logo{
    margin-right: 20px;
  }
  .control-link{
    display: none;
  }
  .control-burger{
    display: flex;
  }
  .contol-info{
    height: 30vh;
  }
  .contol-info .info{
    width: auto;
    margin: 0px 20px;
    justify-content: center;
    align-items: center;
  }
  .contol-info .info .title{
    font-size: 20px;
    width: auto;
  }
  .contol-info .info .title2{
    font-size: 25px;
    width: auto;
  }
  .contol-info .info .information{
    font-size: 13px;
    width: 350px;
  }
  .control-about{
    width: auto;
    margin: 20px 20px;
    height: fit-content;
  }
  .control-contact{
    width: 100%;
    margin: 0px 0px;
  }
  .control-contact .contact-information{
    width: auto;
    margin: 20px 20px 0px 20px;
  }
  .control-contact .map-information iframe{
    width: calc(100vw - 50px);
    background: #15C1EA;
  }
  .container-footer .footer-component{
    flex-direction: column;
    align-items: center;
  }
  .footer-component .component{
    align-items: center;
    justify-content: flex-start;
    width: 220px;
  }
  .content-product{
    margin: 0px 20px;
    width: 100vw;
  }
  .product-left{
    width: auto;
  }
  .product-rigth{
    width: auto;
    margin: 0px 10px;
  }
  .product-left .product-name button{
    text-align: left;
  }
  .control-product{
    align-items: center;
    flex-direction: column;
  }
  .control-comp{
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .control-about .information img{
    width: 70%;
  }
  .control-add{
    top: 0px;
  }
}