.img-replace {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear {
  clear: both;
}

.clearfix:after, .clearfix:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: 'svn-bariolregular';
  src: url("../fonts/svn-bariol.woff2") format("woff2"), url("../fonts/svn-bariol.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'svn-dancing_scriptregular';
  src: url("../fonts/svn-dancing_script.woff2") format("woff2"), url("../fonts/svn-dancing_script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "svn-bariolregular", "segoe ui", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  background: url(../images/bg.png) top center no-repeat;
  background-position: center 45px !important;
  background-color: #fffff4;
  overflow-x: hidden;
}

h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "svn-dancing_scriptregular", "segoe ui", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold !important;
}

i {
  font-style: italic;
}

img {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1212;
  background: #111;
  width: 100%;
  height: 50px;
  padding: 0 15px;
}

.header .header-container::after {
  clear: both;
  content: "";
  display: table;
}

.header .header-container .logo {
  display: block;
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: 100px 40px;
  width: 100px;
  height: 40px;
  margin-right: 15px;
  margin-top: 5px;
  text-indent: -9999px;
}

.header .header-container .title-article {
  display: block;
  float: left;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 768px) {
  .header .header-container .title-article {
    display: none;
  }
}

.header .header-container .func-header {
  float: right;
  margin: 10px 0 0 0;
}

.header .header-container .func-header .btn-share {
  position: relative;
  display: block;
  border: #fcd403 solid 1px;
  width: 90px;
  padding: 6px 0 5px 33px;
  text-align: left;
  line-height: 1;
  color: #fcd403;
  height: 30px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.header .header-container .func-header .btn-share:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: "";
  background: url(../images/ic_fb.png) 0 0 no-repeat;
  background-size: 36px 18px;
  width: 18px;
  height: 18px;
}

.header .header-container .func-header .btn-share:hover {
  background-color: #333;
}

.row {
  position: relative;
  margin-bottom: 40px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .row {
    margin-bottom: 20px;
  }
  .row .col {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0;
  }
}

.container {
  font-size: 1.250em;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 15px;
    overflow-x: hidden;
  }
}

.container.interactive-story {
  width: 100%;
  max-width: 980px;
}

.container.interactive-story .title {
  padding: 45px 0 20px 0;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}

.container.interactive-story .title h1 {
  font-size: 3em;
  line-height: 1.2;
  color: #000;
  font-weight: 200;
  margin: 0 0 20px 0;
  font-family: "svn-dancing_scriptregular", "segoe ui", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .title {
    max-width: 100%;
    padding-top: 30px;
  }
  .container.interactive-story .title h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .container.interactive-story .title h1 {
    font-size: 1.8em;
  }
}

.container.interactive-story .content-story {
  padding: 40px 0;
}

.container.interactive-story .content-story .row {
  margin-bottom: 0;
}

.container.interactive-story .vad-video {
  position: relative;
}

.container.interactive-story .vad-video .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.container.interactive-story .vad-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container.interactive-story .news_ss1 {
  position: relative;
  margin-bottom: 60px;
  height: 205px;
  padding-left: 150px;
  display: table;
}

.container.interactive-story .news_ss1 img {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 0;
}

.container.interactive-story .news_ss1 .descript {
  vertical-align: middle;
  display: table-cell;
}

.container.interactive-story .news_ss1 .descript p {
  margin-bottom: 15px;
}

.container.interactive-story .news_ss1 .descript p:last-child {
  margin-bottom: 0;
}

.container.interactive-story .news_ss1:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .news_ss1 {
    padding-left: 0;
    display: block;
    text-align: center;
    height: auto;
    margin-bottom: 40px;
  }
  .container.interactive-story .news_ss1 img {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: inline-block;
    width: 150px;
    height: 150px;
  }
}

.container.interactive-story .slide-dn {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .slide-dn {
    margin-top: 40px;
  }
}

.container.interactive-story .slide-dn h2 {
  width: 305px;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 2;
  margin-top: 0;
}

.container.interactive-story .slide-dn h2 em {
  display: block;
  font-style: normal;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn h2 {
    position: static;
    width: 100%;
    text-align: center;
  }
  .container.interactive-story .slide-dn h2 em {
    display: inline-block;
  }
}

.container.interactive-story .slide-dn .image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 400px;
  background-color: #fcd403;
  height: 200px;
  padding: 30px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .image-caption {
    position: static;
    width: 100%;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    height: auto;
    margin-top: -10px;
    padding: 20px;
  }
}

.container.interactive-story .slide-dn .image-caption2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 400px;
  height: 310px;
  background-color: #fcd403;
  padding: 30px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .image-caption2 {
    position: static;
    width: 100%;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    height: auto;
    margin-top: -10px;
    padding: 20px;
  }
}

.container.interactive-story .slide-dn .item {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .item {
    padding-bottom: 0;
  }
}

.container.interactive-story .slide-dn .item img {
  max-width: 610px;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .item img {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
  }
}

.container.interactive-story .slide-dn .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -38px;
  margin-top: 0;
  z-index: 9;
  display: block;
  background: url(../images/ic_prev_2.png) no-repeat;
  background-size: 28px 42px;
  width: 28px;
  height: 42px;
  text-indent: -99999px;
}

.container.interactive-story .slide-dn .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -55px;
  display: block;
  background: url(../images/ic_next_2.png) no-repeat;
  background-size: 28px 42px;
  width: 28px;
  height: 42px;
  text-indent: -99999px;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .container.interactive-story .slide-dn .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .slide-dn .owl-controls .owl-nav .owl-prev {
    top: 70px;
  }
  .container.interactive-story .slide-dn .owl-controls .owl-nav .owl-next {
    top: 70px;
  }
}

.container.interactive-story .slide-dn .owl-controls .owl-dots {
  position: absolute;
  bottom: -35px;
  right: 200px;
  margin-top: 0;
  z-index: 9;
}

@media only screen and (max-width: 1000px) {
  .container.interactive-story .slide-dn .owl-controls .owl-dots {
    display: none !important;
  }
}

.container.interactive-story .slide-dn .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 5px;
  background-color: #FFF;
  border: #fcd403 solid 1px;
  border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  width: 10px;
  height: 10px;
}

.container.interactive-story .slide-dn .owl-controls .owl-dots .owl-dot.active {
  background-color: #fcd403;
}

.container.interactive-story .img {
  position: relative;
}

.container.interactive-story .img span {
  display: inline-block;
  position: absolute;
  z-index: 9;
}

.container.interactive-story .passion {
  text-align: center;
}

.container.interactive-story .bg-circle {
  position: absolute;
  z-index: -1;
}

.container.interactive-story .bg-circle img {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}

.container.interactive-story .bg-circle.bg-circle-1 {
  top: -30px;
  left: 0;
}

.container.interactive-story .bg-circle.bg-circle-2 {
  top: -90px;
  left: 0;
}

.container.interactive-story .bg-circle.bg-circle-3 {
  top: -60px;
  right: 20px;
}

.container.interactive-story .animate-flower {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.container.interactive-story .flower-passion {
  position: absolute;
  bottom: -57px;
  right: -30px;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .flower-passion {
    width: 30%;
    right: -30px;
    bottom: -40px;
  }
}

.container.interactive-story .flower-show {
  position: absolute;
  bottom: -20px;
  left: -50px;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .flower-show {
    width: 25%;
    left: -30px;
    bottom: -20px;
  }
}

@media only screen and (max-width: 320px) {
  .container.interactive-story .flower-show {
    top: 100px;
  }
}

.container.interactive-story .flower-show2 {
  position: absolute;
  bottom: -20px;
  left: 20%;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .flower-show2 {
    width: 25%;
    left: 20%;
    bottom: -20px;
  }
}

@media only screen and (max-width: 320px) {
  .container.interactive-story .flower-show2 {
    top: 100px;
  }
}

.container.interactive-story .flower-quote {
  bottom: -45px;
  right: -45px;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .flower-quote {
    width: 30%;
    bottom: -40px;
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .quote3 {
    display: none;
  }
}

.container.interactive-story .quote3-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .container.interactive-story .quote3-mobile {
    display: block;
  }
}

.block {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 768px) {
  .block {
    margin-bottom: 10px !important;
  }
}

.cover {
  background: url(../images/bg_cover.jpg) bottom repeat-x;
  background-color: #ff8800;
  padding: 15px 0;
}

.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%;
}

.vad-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.vad-video.youtube {
  margin-bottom: 0;
}

.vad-video iframe, .vad-video object, .vad-video embed, .vad-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vad-video .ytplayer {
  max-width: 980px;
}
