/**
 * Base
 */
ul,ol{
  margin:0;
  padding:0;
}
.container-3col h1, .container-3col h2, .container-3col h3, .container-3col h4{
   margin: 0;
   font-weight: normal;
 }

/**
 * Unique
 */
.page-subtitles{
  color: #fff;
}
.page-subtitles>*{
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.page-subtitles img:not(.slick-arrow), video {
  width: 100%;
  height: auto;
}
.page-subtitles h2::before, .page-subtitles h2::after {
  content: "★";
  color: #FFCC3D;
  margin: 0 5px;
}
.page-subtitles .text-feature {
  color: #FFC93B;
}
.subtitles-header {
  background: url("../images/contents/subtitles-bg-header.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 25px 0 55px;
}
.subtitles-wrapper-alternate, .subtitles-bg-dark {
  padding: 50px 0;
}
.subtitles-wrapper-alternate:nth-of-type(odd), .subtitles-bg-dark {
  background: #333;
}
.subtitles-wrapper-alternate:nth-of-type(even) {
  background: #666;
}
.subtitles-box {
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 20px auto 0;
  padding: 20px 30px;
  text-align: left;
  max-width: 560px;
}
.subtitles-box ul, .subtitles-box ol {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1093px) {
  .mt-responsive {
    margin-top: 15px;
  }
}
