/**
 * Font Family
 */
@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif-Italic.ttf') format('truetype');
    font-style: italic;
}
@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'NotoSerif';
    src: url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/**
 * Function
 */
.w960 {
    width: 980px;
    margin: 0 auto;
}
.w660 {
    width: 660px;
    margin: 0 auto;
}
.w450 {
    width: 450px;
    margin: 0 auto;
}
.cwm-img > img {
    width: 100%;
    margin-bottom: 30px;
}
.cwm-text > p {
    font-size: 17px;
    line-height: 26px;
    font-family: NotoSerif, sans-serif;
    margin-bottom: 30px;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.bold-italic {
    font-weight: 700;
    font-style: italic;
}
.cwn-caption {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #626262;
}
.cwm-img-left {
    float: left;
    margin-left: -160px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.cwm-img-right {
    float: right;
    margin-right: -160px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.cwm-title {
    margin-top: 50px;
}
.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
.cwm-img-full img {
    width: 100%;
}
/**
 * Main Css
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cw-cover {
    width: 100%;
}
.cw-cover > img {
    width: 100%;
}
.cwm-sapo {
    margin-top: 40px;
    margin-bottom: 100px;
}
.cwm-sapo > img {
    margin-bottom: 0;
}
.cwm-img img {
    width: 100%;
}
.cwm-img-left img {
    width: 100%;
}
.cwm-credit {
    margin-top: 60px;
    /*padding-left: 15px;*/
    /*border-left: solid 5px #bb8964;*/
    font-family: 'NotoSerif', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}
.cwm-credit p {
    margin-bottom: 10px;
}

.mobile {
    display: none;
}
.header-container {
    position: relative;
    height: 44px;
    margin: 0 auto;
    padding-left: 110px; }
  
  .logo-container {
    position: absolute;
    top: 2px;
    left: 0;
    background: url(https://stc.interactive.brand.zing.vn/media/images/default/logo.png) 0 0 no-repeat;
    width: 100px;
    height: 40px;
    text-indent: -9999px; }
  
  .title-article {
    display: block;
    float: left;
    margin-left: 44px;
    text-transform: uppercase;
    color: #24272b;
    font-size: 0.875em;
    font-weight: 400;
    height: 44px;
    line-height: 44px; }
    .title-article strong {
      font-weight: 700;
      text-transform: uppercase; }
  
  .func-header {
    float: right;
    height: 44px;
    line-height: 44px;
    margin: 0; }
    .func-header .social-facebook {
      position: relative;
      top: -1px;
      display: inline-block;
      background: #000 url(https://stc.interactive.brand.zing.vn/media/images/default/ic_social.png) 0 0 no-repeat;
      background-size: cover;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      border-radius: 100%;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      cursor: pointer;
      vertical-align: middle; }
      .func-header .social-facebook:hover {
        background-color: #555; }
    .func-header .line {
      position: relative;
      top: -1px;
      display: inline-block;
      background-color: #e2e2e2;
      width: 1px;
      height: 20px;
      margin: 0 10px;
      vertical-align: middle; }
    .func-header a.func-like {
      position: relative;
      top: -1px;
      display: inline-block;
      line-height: 0.75rem;
      cursor: default; }
      .func-header a.func-like .icon {
        position: relative;
        min-width: 24px;
        min-height: 12px;
        padding: 4px;
        border: 1px solid #666;
        color: #333;
        border-radius: 4px; }
        .func-header a.func-like .icon .button-text {
          display: inline-block;
          vertical-align: middle;
          font-size: 0.75rem;
          line-height: 0.75rem; }

.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: white;
    height: 44px;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06); }
.img-float {
    max-width: 400px;
    width: 100%;
}
.img-float.img-l {
    float: left;
    margin: 0 20px 20px -200px;
}
.img-float.img-r {
    float: right;
    margin: 0 -200px 20px 20px ;
}