@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-med-and-down {
    display: none !important;
  }
}

@font-face {
  font-family: 'SFUEurostileBold';
  src: url("../fonts/SFUEurostileBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUEurostileBold.woff") format("woff"), url("../fonts/SFUEurostileBold.ttf") format("truetype"), url("../fonts/SFUEurostileBold.svg#SFUEurostileBold") 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: 100%;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
}

p {
  margin-bottom: 30px;
}

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

strong {
  font-weight: bold !important;
}

i {
  font-style: italic;
}

#interactive-viettel {
  padding: 50px 0;
}

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

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

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

#interactive-viettel .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-viettel .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: 992px) {
  #interactive-viettel .header .header-container .title-article {
    display: none;
  }
}

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

#interactive-viettel .header .header-container .func-header .btn-share {
  position: relative;
  display: block;
  border: #0f947d solid 1px;
  width: 100px;
  padding: 0 0 0 33px;
  text-align: left;
  line-height: 1;
  color: #0f947d;
  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-viettel .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-viettel .header .header-container .func-header .btn-share:hover {
  background-color: #333;
}

#interactive-viettel .cover {
  background-color: #0f947d;
  padding-top: 60px;
}

#interactive-viettel .cover .cover-inside {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  line-height: 0;
  color: #9cded3;
}

#interactive-viettel .cover .cover-inside .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: left;
}

#interactive-viettel .cover .cover-inside .bg-video video {
  opacity: 0.45;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .cover .cover-inside .bg-video {
    display: none;
  }
}

#interactive-viettel .cover .cover-inside img {
  position: relative;
  z-index: 1;
  margin-right: -260px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .cover .cover-inside img {
    margin-right: 0;
  }
}

#interactive-viettel .cover .cover-inside .title-main {
  display: inline-block;
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: left;
}

#interactive-viettel .cover .cover-inside .title-main img {
  margin-right: 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .cover .cover-inside .title-main {
    left: -30px;
    bottom: 50px;
    right: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #interactive-viettel .cover .cover-inside .title-main img {
    margin-bottom: 0;
  }
  #interactive-viettel .cover .cover-inside .title-main p {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .cover {
    padding: 20px 0 0 50px;
  }
}

#interactive-viettel .body {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #interactive-viettel .body {
    padding: 0 15px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body {
    padding: 0;
    overflow-x: hidden;
  }
  #interactive-viettel .body p {
    padding: 0 15px;
  }
}

#interactive-viettel .body .row {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 1.125em;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row {
    margin-bottom: 30px;
    letter-spacing: -0.25px;
  }
}

#interactive-viettel .body .row:last-child {
  margin-bottom: 0;
}

#interactive-viettel .body .row p.lstitle {
  margin-bottom: 32px;
  font-weight: bold;
  font-style: italic;
}

#interactive-viettel .body .row p.first {
  margin-top: 40px;
  font-weight: bold;
  font-family: "SFUEurostileBold", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: #83f1dd solid 2px;
  color: #636363;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row p.first {
    margin: 20px 20px 40px 20px;
  }
}

#interactive-viettel .body .row p.p-img {
  padding: 0 !important;
  margin-bottom: 40px;
}

#interactive-viettel .body .row .with-img {
  position: relative;
  padding-right: 240px;
  min-height: 260px;
  margin-bottom: 0;
}

#interactive-viettel .body .row .with-img img {
  position: absolute;
  top: 0;
  right: -120px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row .with-img {
    padding-right: 0;
  }
  #interactive-viettel .body .row .with-img img {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

#interactive-viettel .body .row .img-alt {
  text-align: center;
  display: block;
  font-style: italic;
  padding-top: 10px;
}

#interactive-viettel .body .row .quote-qa {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row .quote-qa {
    max-width: 70%;
  }
}

#interactive-viettel .body .row .quote-qa li {
  position: relative;
  padding-left: 25px;
  font-size: 1.250em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row .quote-qa li {
    font-size: 1.125em;
  }
}

#interactive-viettel .body .row .quote-qa li:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100% 100% 100% 100%;
  -moz-border-radius: 100% 100% 100% 100%;
  -webkit-border-radius: 100% 100% 100% 100%;
  background-color: #000;
  content: "";
}

#interactive-viettel .body .row .quote-qa li:nth-child(2) {
  color: #0ce3bd;
}

#interactive-viettel .body .row .quote-qa li:nth-child(2):before {
  background-color: #0ce3bd;
}

#interactive-viettel .body .row h2.quote {
  font-size: 1.875em;
  font-family: "SFUEurostileBold", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 65%;
  margin: 20px auto 60px auto;
  color: #212121;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row h2.quote {
    font-size: 1.5em;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #interactive-viettel .body .row h2.quote img {
    width: 40px;
  }
}

#interactive-viettel .body .row h2.title {
  font-size: 1.750em;
  font-family: "SFUEurostileBold", serif, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: url(../images/bg_title.jpg) top center no-repeat;
  padding-top: 40px;
  margin-bottom: 60px;
  line-height: 1.3;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row h2.title {
    font-size: 1.5em;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 30px;
    background-size: 77px 18px;
  }
}

#interactive-viettel .body .row.copyright {
  text-align: center;
  padding-top: 80px;
}

@media only screen and (max-width: 992px) {
  #interactive-viettel .body .row.copyright {
    padding-top: 60px;
  }
}

#interactive-viettel .body .row.copyright p {
  margin-bottom: 5px;
}

#interactive-viettel .cover-quote {
  background-color: #212629;
  width: 100%;
  line-height: 0;
  text-align: center;
  margin: 80px 0;
}
