@charset "utf-8";

/* Magazine Tempalte CSS - Hoàng Nguyễn Kenh14 Production */

@font-face {
    font-family: NotoSerif-Regular;
    src: url(fonts/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: NotoSerif-Bold;
    src: url(fonts/NotoSerif-Bold.ttf);
}

@font-face {
    font-family: NotoSerif-BoldItalic;
    src: url(fonts/NotoSerif-BoldItalic.ttf);
}

@font-face {
    font-family: NotoSerif-Italic;
    src: url(fonts/NotoSerif-Italic.ttf);
}

@font-face {
    font-family: SFD-Bold;
    src: url("fonts/SFD-Bold.ttf");
}

@font-face {
    font-family: SFD-Regular;
    src: url("fonts/SFD-Regular.ttf");
}

@font-face {
    font-family: SFD-Medium;
    src: url("fonts/SFD-Medium.ttf");
}

.w980 {
    width: 980px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.w660 {
    width: 660px;
    margin: 0 auto;
}

.w400 {
    width: 400px;
}

/* Begin Css Template */

.magazine-wrapper {
    overflow: hidden;
}

.magz-cover {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
}


.magzb-detail-content {
    padding-top: 120px;
    padding-bottom:50px;
}

.magz-img-wrapper {
    margin-bottom: 25px;
    display: block;
    text-align: center;
}

.magz-img-fr {
    margin-right: -160px;
    float: right;
    margin-left: 40px;
    margin-top: 5px;
}

.magz-img-fl {
    margin-left: -160px;
    float: left;
    margin-right: 40px;
    margin-top: 5px;
}

.magz-img-wrapper img {
    width: 100%;
}

.magzb-detail-content p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
    font-family: NotoSerif-Regular, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.magz-img-zoom {
    cursor: zoom-in;
}

.fancybox-close {
    display: none;
}

.fancybox-image {
    cursor: zoom-out;
}

.magz-author {
    margin-top: 40px;
}

.magza-content p {
    margin-bottom: 4px;
    font-family: SFD-Bold, sans-serif;
}

.header {
  position: relative;
  z-index: 66;
  background: #fff;
  /*width: 100%;*/
  height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.header .header-container {
  position: relative;
  height: 44px;
  margin: 0 auto;
  padding-left: 110px;
}

.header .logo-container {
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 100px;
  height: 40px;
  text-indent: -9999px;
}

.header .title-article {
  display: block;
  float: left;
  margin-left: 44px;
  color: #333;
  font-size: 0.875em;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
}

.header .title-article strong {
  font-weight: 700;
  text-transform: uppercase;
}

.header .func-header {
  float: right;
  height: 44px;
  line-height: 44px;
  margin: 0;
}

.header .func-header .social-facebook {
  position: relative;
  top: -1px;
  display: inline-block;
  background: #000 url(../images/ic_social.png) 0 0 no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}

.header .func-header .social-facebook:hover {
  background-color: #555;
}

.header .func-header .line {
  position: relative;
  top: -1px;
  display: inline-block;
  background-color: #e2e2e2;
  width: 1px;
  height: 20px;
  margin: 0 10px;
  vertical-align: middle;
}

.header .func-header a.func-like {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 0.75rem;
  cursor: default;
}

.header .func-header a.func-like .icon {
  position: relative;
  min-width: 24px;
  min-height: 12px;
  padding: 4px;
  border: 1px solid #666;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.header .func-header a.func-like .icon:before {
  position: absolute;
  bottom: -6px;
  left: 14px;
  content: '';
  border-width: 5px 0 0 7px;
  border-style: solid;
  border-color: #666 transparent;
  display: block;
  width: 0;
}

.header .func-header a.func-like .icon:after {
  position: absolute;
  bottom: -5px;
  left: 15px;
  content: '';
  border-width: 5px 0 0 5px;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

.header .func-header a.func-like .icon .button-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

@media only screen and (max-width: 992px) {
  .header {
    height: 44px;
    padding: 0 10px;
  }
  .header .header-container {
    padding-left: 0;
  }
  .header .logo-container {
    position: static;
    display: block;
    float: left;
    margin-top: 4px;
    background-size: cover;
    width: 90px;
    height: 36px;
  }
  .header .title-article {
    display: none;
  }
  .header .func-header {
    height: 42px;
    line-height: 42px;
  }
}