.productLine {
  background-color: var(--black) !important;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

p {
  line-height: 1.6;
}

.fa-angle-up:before {
  content: none;
}

.productLine .banner {
  position: relative;
  padding-bottom: 64px;
  margin-top: 80px;
}

.productLine .banner > img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}

.productLine .content-pl {
  position: absolute;
  right: 10%;
  top: 25%;
  max-width: 403px;
}

.productLine .content-pl h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  padding-bottom: 30px;
}

.productLine .content-pl p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 60px;
  color: var(--white);
}

.productLine .content-pl ul li {
  display: flex;
  margin-bottom: 36px;
}

.productLine .content-pl > ul li img {
  width: 25px;
  height: 25px;
}

.productLine ul li .content-sub-menu {
  padding-left: 17px;
  font-size: 14px;
  font-weight: 700;
  color: var(--yellow);
  line-height: 25px;
  padding-bottom: 0;
  text-transform: uppercase;
}

/* Line */
.productLine .line {
  padding-bottom: 160px;
  width: 100%;
}

.productLine .line-list {
  display: flex;
  justify-content: center;
}

.productLine .line-item {
  width: 27%;
  border: 2px solid var(--yellow);
  margin-bottom: 43px;
  margin-left: 18px;
  margin-right: 18px;
  display: inline-block;
}

.productLine .line-title {
  width: 100%;
  text-align: left;
  padding: 30px;
}

.productLine .line-title-left h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  padding-bottom: 13px;
}

.productLine .line-title-left > p {
  font-size: 14px;
  font-weight: 400;
  color: var(--yellow);
}

.productLine .line-title-right > img {
  width: 40px;
  height: 51px;
}

.productLine .line-img {
  object-fit: cover;
  width: 85%;
  height: 177px;
  margin-left: 25px;
  margin-top: 54px;
  margin-right: 25px;
  margin-bottom: 54px;
}

.productLine .line-content-list {
  padding: 10px 20px;
  background-color: #ffcb05;
  height: 92px;
  margin: -1px;
}

.productLine .line-content {
  font-size: 14px;
  font-weight: 400;
  color: var(--black);
  background-color: var(--yellow);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}

/* Video */
.productLine .video {
  position: relative;
}

.productLine .video-banner img {
  width: 100%;
  height: 689px;
  opacity: 0.8;
  object-fit: cover;
}

.productLine .video-title {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
}
.productLine .video-title > h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  width: 50%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-style: italic;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 45px;
}

.productLine .video-title > p {
  width: 65%;
  height: auto;
  margin: 73px auto 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 20px;
}

/*  */
.productLine .video-show {
  position: absolute;
  top: 75%;
  width: 100%;
}

.accordion {
  font-size: 40px;
  background-color: inherit;
  color: var(--white);
  cursor: pointer;
  padding: 58px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: 0 auto;
  text-align: center;
}

.panel {
  width: 80%;
  height: auto;
  display: none;
  background-color: var(--black);
  overflow: hidden;
  margin: 112px auto 112px auto;
}

.panel > p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--white);
  margin-bottom: 20px !important;
  margin-top: 10px;
}

.panel > h1 {
  font-size: 22px !important;
}

.panel > h4 {
  font-size: 17px !important;
}

.panel > h2 {
  font-size: 20px !important;
}

.panel > h3 {
  font-size: 18px !important;
}
.panel p > img,
.panel table {
  margin-bottom: 10px !important;
  margin-top: 30px;
}

.panel > div {
  padding: 65px 0 65px 0;
}

.panel div > p {
  margin: 10px 0 10px 0;
}
.panel a {
  color: #3498db;
}
.panel > p {
  font-size: 16px;
  font-weight: 400;
}

.panel > p > em {
  font-size: 14px;
}

.panel-img {
  width: 778px;
  height: 395px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.panel-content {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 20px;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  padding-left: 223px;
  padding-right: 223px;
  color: var(--white);
}

.panel-desc {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding-top: 20px;
  width: 100%;
  height: auto;
  color: var(--white);
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .productLine .line {
   padding-bottom: 0px !important; 
}

.panel > div {
  padding: 0px 0 30px 0 !important;
}

  .panel p > img,
  .panel table {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .productLine .banner > img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
  }
  .productLine .line-item {
    border: none !important;
  }

  .productLine .content-pl p {
    padding-bottom: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  h3,
  p {
    line-height: 1.6;
  }

  .accordion {
    padding: 0 !important;
  }

  .productLine .content-pl {
    right: 0% !important;
    top: 14% !important;
    text-align: center;
    padding: 0 60px;
    width: 100%;
  }

  .productLine .content-pl h1 {
    font-size: 19px !important;
    line-height: 34px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .productLine .banner {
    margin-top: -3px;
  }

  .text-run-mobile {
    border-bottom: 1px solid var(--yellow);
  }

  .productLine .video-title > p,
  .productLine .video-title > h1 {
    padding: 0 !important;
  }

  .productLine .line-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .productLine .line-img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .productLine .video-title > h2 {
    font-size: 16px !important;
    line-height: 27px !important;
    width: 100% !important;
  }

  .productLine .video-title > p {
    font-size: 12px !important;
  }

  .productLine .video-title {
    padding: 0 60px;
  }

  .panel > p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .panel-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .panel-img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .productLine .banner > img {
    height: calc(50vh - 80px) !important;
  }

  .productLine .line-list {
    display: inline-block !important;
  }

  .productLine .video-title > p,
  .productLine .video-title > h2 {
    padding: 0 10% !important;
  }

  .productLine .line-item {
    width: 45% !important;
  }

  .productLine .video-banner img {
    height: 50vh !important;
  }

  .panel {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  body {
    background-color: var(--black);
  }

  p {
    line-height: 1.6;
  }

  .bg-video iframe {
    height: 100% !important;
  }
}