.main-delivery {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.head_ban {
  margin-top: 5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 40vw;
}
.head_ban img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

.over {
  position: absolute;
  width: 100%;
  height: 40vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: flex-end;
  color: white;
  padding-bottom: 1vw;
  gap: 10px;
}

.title-name-deli {
  margin-inline: 4vw;
  margin-bottom: 7vw;
  font-weight: 500;
  font-size: 6vw;
  color: white;
}
.title-detail-deli {
  height: 8vw;
  width: 80%;
  display: flex;
  margin-inline: 3vw;
  gap: 8vw;
}
#icon-child-deli {
  width: 3vw;
  height: 3vw;
}
.title-detail-deli div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.down-text {
  font-size: 1vw;
  font-weight: 300;
}
.up-text {
  font-size: 1.5vw;
  font-weight: 600;
  text-align: center;
}
/*---------------------------------main-------------------------*/
.mean-delivery {
  display: flex;
  width: 100%;
  height: 30vw;
  justify-content: space-evenly;
  margin-top: 3vw;
}

.detail-mean-delivery {
  height: 30vw;
  width: 50vw;
  display: flex;
  padding: 2vw;
  flex-direction: column;
  justify-content: center;
}
.head-mean-delivery p {
  font-size: 2.5vw;
  font-weight: 500;
}

.chid-mean-delivery p {
  font-size: 1.2vw;
}
.chid-mean-delivery #cmd {
  font-size: 1.2vw;
  text-indent: 2.5vw;
  width: 50vw;
  padding: 2vw;
}
.img-mean-delivery {
  display: flex;
  align-items: center;
}
.img-mean-delivery img {
  width: 40vw;
  border-radius: 1vw;
}
.feature-delivery {
  height: 35vw;
  margin-top: 2vw;
  position: relative;
}
.main-f-delivery {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3vw;
  color: black;
  background-color: whitesmoke;
}
.feature-delivery img {
  width: 100%;
  max-width: 100vw;
  height: 45vw;
  position: absolute;
}
.tx-f-dalivery {
  position: relative;
  margin-top: 1vw;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
  color: black;
}

.subfeature {
  display: flex;
  justify-content: center;
}
.inline-icon {
  margin-top: 5vw;
  width: 45vw;
  display: flex;
  justify-content: space-around;
}
.inline-icon2 {
  margin-top: 5vw;
  width: 75vw;
  display: flex;
  justify-content: space-around;
}
.feature-delvery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-img-dly {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5vw;
  width: 8vw;
  height: 8vw;
  background-color: white;
}
.subfeature img {
  width: 5vw;
  height: 5vw;
  /* position: relative; */
}
.subfeature p {
  font-size: 1vw;
  font-weight: 500;
  margin-top: 2vw;
  color: black;
}

/*-----------------imgproduct---------------*/
.imgproduct {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.imgproduct img {
  width: 30vw;
  height: 30vw;
  border-radius: 3vw;
}

.spec-container {
  width: 80vw;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.spec-item {
  text-align: center;
  margin: 10px;
}
.spec-item img {
  width: 3vw;
  height: 3vw;
}
.spec-item p {
  margin: 0.5vw;
}
.spec-value {
  font-size: 1.5vw;
  font-weight: bold;
}
.spec-desc {
  font-size: 1vw;
  color: #555;
}

/*---------------------------------------------------------------------*/
.dronespec4G {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.system p {
  display: flex;
  justify-content: center;
}
.grid-container {
  display: grid;
  height: 400px;
  align-items: center;
  align-content: center;
  grid-template-columns: 33% 33% 33%;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  /* font-size: 30px; */
}

.grid-container > div > #p1 {
  color: #fa9d24;
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 0px;
}
.grid-container > div > #p2 {
  font-size: smaller;
}

/*-------------------------------------dronespec-------------------------------*/

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20vw;
  text-align: center;
}
.container img {
  width: 80%;
  height: 80%;
  margin-bottom: 3vw;
}
.box-spe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
}
.specification {
  position: absolute;
  width: 20vw;
}

.specification p {
  margin: 0;
  font-size: 1em;
  color: #333;
}
.top-left {
  top: 50px;
  left: -85px;
}
.top-right {
  top: 50px;
  right: -85px;
}
.bottom-left {
  bottom: 60px;
  left: -85px;
}
.bottom-right {
  bottom: 50px;
  right: -85px;
}
/*------------------------------------video--------------------------------------------*/
.videoproduct {
  margin: 5vw;
  display: flex;
  justify-content: center;
}
.videoproduct video {
  width: 80%;
  border-radius: 1vw;
}

/*--------------------------------------------------------------------------*/

.con-n-sign {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 20vw;
}
.left-box-cs {
  margin-inline-start: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 20vw;
}
.left-topic-cs {
  margin-inline-start: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 1.5vw;
}
.left-up-detail {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 2vw;
}
.left-ghz {
  display: flex;
  align-items: center;
  width: 20vw;
  font-weight: 500;
  font-size: 1.3vw;
}
.right-ghz {
  display: flex;
  align-items: center;
  width: 8vw;
  font-size: 2vw;
  font-weight: 600;
  color: orange;
}
.left-down-detail {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 1vw;
}
.left-km {
  display: flex;
  align-items: center;
  width: 20vw;
  font-weight: 500;
  font-size: 1.3vw;
}
.right-km {
  display: flex;
  align-items: center;
  width: 9vw;
  font-size: 2vw;
  font-weight: 600;
  color: orange;
}
.line-cs {
  width: 0.2vw;
  height: 20vw;
  background-color: rgb(129, 129, 129);
}
.right-box-cs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50vw;
  height: 20vw;
}
.right-topic-cs {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 1.5vw;
}
.right-up-detail {
  display: flex;
  align-items: center;
  font-size: 2vw;
  font-weight: 600;
  color: orange;
  margin-top: 2vw;
}
.right-mid-detail {
  display: flex;
  align-items: center;
  font-size: 2vw;
  font-weight: 600;
  color: orange;
  margin-top: 1vw;
}
.right-down-detail {
  font-weight: 500;
  font-size: 1vw;
}


@media only screen and (max-width: 1023px) {
  .head_ban {
    margin-top: 10vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60vw;
}
.head_ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.over {
  position: absolute;
  width: 100%;
  height: 60vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  padding-bottom: 1vw;
  gap: 10px;
}
.title-name-deli {
  margin-inline: 4vw;
  margin-bottom: 2vw;
  font-weight: 500;
  font-size: 9vw;
  color: white;
}
.title-detail-deli div {
  width: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-detail-deli {
  width: 98%;
  display: flex;
  margin-inline: 2vw;
  gap: 5vw;
  margin-bottom: 10vw;
}
  .title-child-deli #icon-child-deli {
    width: 7vw;
    height: 7vw;
  }
  .up-text {
    margin-top: 2vw;
    font-size: 3vw;
    font-weight: 600;
    text-align: center;
  }
  .down-text {
    font-size: 1.8vw;
    font-weight: 300;
  }
  .mean-delivery {
    flex-direction: column;
    height: auto;
    /* margin-top: 6vw; */
    align-items: center;
  }

  .detail-mean-delivery {
    width: 90vw;
    height: auto;
  }

  .head-mean-delivery p {
    margin-top: 5vw;
    font-size: 6vw;
    margin-bottom: auto;
  }

  .chid-mean-delivery p,
  .chid-mean-delivery #cmd {
    font-size: 3.5vw;
    width: 90vw;
  }
  .chid-mean-delivery #cmd {
    text-indent: 8vw;
    padding: 2vw;
}
  .img-mean-delivery img {
    margin-top: 5vw;
    width: 100vw;
  }

  .feature-delivery {
    height: auto;
  }

  .main-f-delivery {
    height: auto;
    padding: 3vw;
  }
  .subfeature {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    margin-top: 5vw;
  }
  .tx-f-dalivery {
    font-size: 4vw;
  }

  .inline-icon,
  .inline-icon2 {
    width: auto;
    display: flex;
    flex-direction: row;
    gap: 1vw;
  }
  .bg-img-dly {
    width: 12vw;
    height: 12vw;
  }
  .subfeature img {
    width: 10vw;
    height: 10vw;
  }
  .subfeature p {
    text-align: center;
    font-size: 2.5vw;
  }
  .imgproduct {
    flex-direction: column;
    gap: 5vw;
  }
  .imgproduct img {
    width: 80vw;
    height: 80vw;
  }
  .spec-container {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
  }
  
  .spec-item {
    text-align: center;
    margin: 1vw;
  }
  .spec-item img {
    width: 8vw;
    height: 8vw;
  }

  .spec-value {
    font-size: 3vw;
  }

  .spec-desc {
    font-size: 2vw;
  }

  .dronespec4G {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .grid-container {
    grid-template-columns: 100%;
  }

  .grid-container > div > #p1 {
    font-size: 4vw;
  }

  .container {
    margin-top: 10vw;
  }
  .container h2{
    font-size: 8.5vw;
  }
  .container img {
    width: 95%;
    height: auto;
  }

  .box-spe {
    height: auto;
  }

  .specification {
    width: 90%;
  }
  .videoproduct {
    display: flex;
    justify-content: center;
    margin-bottom: 10vw;
}
  .videoproduct video {
    width: 90vw;
  }

  .con-n-sign {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .left-box-cs {
    margin-inline-start: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50vw;
    height: auto;
  }
  .left-topic-cs {
    margin-inline-start: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 3vw;
    height: 10vw;
  }
  .left-up-detail {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 2vw;
  }
  .left-ghz {
    display: flex;
    align-items: center;
    width: 66%;
    font-weight: 500;
    font-size: 2.2vw;
  }
  .right-ghz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    font-size: 3vw;
    font-weight: 600;
    color: orange;
  }
  .left-down-detail {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 1vw;
  }
  .left-km {
    display: flex;
    align-items: center;
    width: 66%;
    font-weight: 500;
    font-size: 2.2vw;
  }
  .right-km {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    font-size: 3vw;
    font-weight: 600;
    color: orange;
  }
  .line-cs {
    width: 0.2vw;
    height: auto;
    background-color: rgb(129, 129, 129);
  }
  .right-box-cs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 50vw;
    height: auto;
  }
  .right-topic-cs {
    margin-inline-end: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 3vw;
    height: 10vw;
  }
  .right-up-detail {
    margin-inline-end: 0;
    display: flex;
    align-items: center;
    font-size: 3vw;
    font-weight: 600;
    color: orange;
    margin-top: 2vw;
  }
  .right-mid-detail {
    margin-inline-end: 0;
    display: flex;
    align-items: center;
    font-size: 3vw;
    font-weight: 600;
    color: orange;
    margin-top: 1vw;
  }
  .right-down-detail {
    margin-inline-end: 0;
    font-weight: 500;
    font-size: 2vw;
  }
}
