@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic&subset=latin,vietnamese,latin-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.responsive-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.show-on-small {
  display: none;
}

@media only screen and (max-width: 992px) {
  .show-on-small {
    display: initial !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-small {
    display: none !important;
  }
}

@font-face {
  font-family: 'SVNManus';
  src: url("../fonts/SVN-Manus.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Manus.otf") format("opentype"), url("../fonts/SVN-Manus.woff") format("woff"), url("../fonts/SVN-Manus.ttf") format("truetype"), url("../fonts/SVN-Manus.svg#SVN-Manus") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Noto Serif", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 112.5%;
  line-height: 1.8;
  background: url(../images/bg.jpg) repeat;
  overflow-x: hidden;
}

p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}

strong {
  font-weight: bold !important;
}

i {
  font-style: italic;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 25px;
}

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

@media only screen and (max-width: 992px) {
  .row .col {
    padding: 0 20px;
  }
}

.row .col.s1 {
  width: 8.33333%;
  margin-left: 0;
}

.row .col.s2 {
  width: 16.66667%;
  margin-left: 0;
}

.row .col.s3 {
  width: 25%;
  margin-left: 0;
}

.row .col.s4 {
  width: 33.33333%;
  margin-left: 0;
}

.row .col.s5 {
  width: 41.66667%;
  margin-left: 0;
}

.row .col.s6 {
  width: 50%;
  margin-left: 0;
}

.row .col.s7 {
  width: 58.33333%;
  margin-left: 0;
}

.row .col.s8 {
  width: 66.66667%;
  margin-left: 0;
}

.row .col.s9 {
  width: 75%;
  margin-left: 0;
}

.row .col.s10 {
  width: 83.33333%;
  margin-left: 0;
}

.row .col.s11 {
  width: 91.66667%;
  margin-left: 0;
}

.row .col.s12 {
  width: 100%;
  margin-left: 0;
}

.row .col.offset-s1 {
  margin-left: 8.33333%;
}

.row .col.offset-s2 {
  margin-left: 16.66667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.33333%;
}

.row .col.offset-s5 {
  margin-left: 41.66667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.33333%;
}

.row .col.offset-s8 {
  margin-left: 66.66667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.33333%;
}

.row .col.offset-s11 {
  margin-left: 91.66667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

#interactive-bitis {
  padding: 50px 0 20px 0;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis {
    padding-bottom: 20px;
  }
}

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

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

#interactive-bitis .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;
}

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

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

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

#interactive-bitis .header .header-container .func-header .btn-share {
  position: relative;
  display: block;
  border: #eb5022 solid 1px;
  width: 100px;
  padding: 0 0 0 33px;
  text-align: left;
  line-height: 1;
  color: #eb5022;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

#interactive-bitis .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;
}

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

#interactive-bitis .cover {
  margin-bottom: 70px;
}

#interactive-bitis .cover img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .cover {
    margin-bottom: 40px;
  }
}

#interactive-bitis .body {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .body {
    padding: 0;
  }
}

#interactive-bitis .body .first-character {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .body .first-character {
    width: 49px;
    height: 90px;
    margin-right: 10px;
  }
}

#interactive-bitis .body .title {
  font-family: "SVNManus", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 3.875em;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .body .title {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
  #interactive-bitis .body .title img {
    width: 168px;
    height: 70px;
  }
}

#interactive-bitis .body .title img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

#interactive-bitis .body .title span {
  color: #eb5022;
}

#interactive-bitis .body .padding-right {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .body .padding-right {
    padding-right: 20px;
  }
}

#interactive-bitis .body .img {
  padding: 0 !important;
}

#interactive-bitis .body .img span {
  font-style: italic;
  font-size: 0.750em;
  color: #7a7a7a;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .body .img span {
    padding: 0 20px;
    display: block;
  }
}

#interactive-bitis .body .copyright {
  display: block;
  border-left: #eb5022 solid 3px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 70px;
}

#interactive-bitis .body .copyright span {
  color: #eb5022;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .body .copyright {
    margin-top: 50px;
  }
}

#interactive-bitis .body.connect-fansipan {
  margin-top: -200px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .body.connect-fansipan {
    margin-top: -150px;
  }
}

#interactive-bitis .body.connect-taybac {
  margin-top: -90px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .body.connect-taybac {
    margin-top: 0;
  }
}

#interactive-bitis .body .quote-connect {
  background: url(../images/bg.jpg) repeat;
  text-align: center;
  padding-top: 30px;
}

#interactive-bitis .body .keytags {
  font-size: 0.875em;
  font-weight: bold;
}

#interactive-bitis .body .keytags a {
  display: inline-block;
  color: #eb5022;
  background-color: #ffdbd1;
  text-decoration: none;
  padding: 0px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#interactive-bitis .body .keytags a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .body .img-m img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
  }
}

#interactive-bitis .fansipan {
  width: 100%;
  background: url(../images/bg_fansipan.jpg) center bottom no-repeat;
  padding-bottom: 270px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .fansipan {
    padding-bottom: 130px;
  }
}

#interactive-bitis .taybac {
  width: 100%;
  background: url(../images/bg_taybac.jpg) center bottom no-repeat;
  padding-bottom: 400px;
}

@media only screen and (max-width: 992px) {
  #interactive-bitis .taybac {
    background-size: 300% auto;
    padding-bottom: 150px;
  }
}

#interactive-bitis .box {
  text-align: center;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #interactive-bitis .box {
    padding: 0 10px;
  }
}
