.left-ct {
  padding: 30px 15px;
}
.left-ct h1,
.left-ct h2 {
  display: block;
}
.vdo-bg {
  padding: 15px;
  background-color: #676968;
  border: 5px solid #619aab;
}
.vdo-bg:after,
.vdo-bg:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vdo-bg:after {
  border-color: transparent transparent #676968;
  border-width: 0 0 30px 30px;
  left: -15px;
  top: 20.25%;
}
.vdo-bg:before {
  border-color: transparent transparent #619aab;
  border-width: 0 0 36px 36px;
  left: -26px;
  top: 20%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carousel ul li {
  margin-right: 10px;
}
.love-dtac-bg {
  background-color: #001f3b;
  border-color: #001f3b;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  margin: 30px 0;
}
.love-dtac-bg h1 {
  margin-top: 10%;
}
.list-tvc {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.list-tvc h2 {
  margin-bottom: 20px;
}
.list-tvc ul.slides li a {
  position: relative;
  display: block;
}
.list-tvc ul.slides li a i {
  font-size: 48px;
  position: absolute;
  top: 35px;
  left: 82px;
  color: #fff;
  opacity: 0.7;
}
.list-tvc ul.slides li a:hover i {
  opacity: 1;
}
.img-center {
  display: block;
  margin: 20px auto;
  width: auto !important;
}
.dp-block {
  display: block;
}
.flex-direction-nav a {
  top: 60%;
  color: #f0f0f0;
}
.detail-article {
  background-color: #fff;
  margin-bottom: 40px !important;
}
.detail-article q {
  font-weight: 700;
}
.detail-article h2,
.detail-article h3 {
  display: block;
  margin: 10px 0;
}
.hero-ct h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.hero-ct img {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 640px) {
  .vdo-bg:after {
    left: 50px;
    top: -25px;
  }
  .vdo-bg:before {
    left: 49px;
    top: -36px;
  }
  .left-ct {
    padding: 10px 15px 30px;
  }
  .love-dtac-bg img {
    margin-top: 0;
  }
}
