@charset "UTF-8";
/* misc styles */
/* =========== */
/* border styles */
/* =========== */
/* off-canvas menu */
/* =========== */
/* color styles */
/* ======navigation top===== */
/***paging*****/
/* form elements */
/* =========== */
/* css content */
/* =========== */
/*list post*/
/*list post 2*/
/*sub post*/
/*hot event*/
/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
@import url("http://fonts.googleapis.com/css?family=Roboto:400,700&amp;subset=latin,vietnamese");
/* line 15, ../sass/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 22, ../sass/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, ../sass/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 32, ../sass/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 55, ../sass/_swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 63, ../sass/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 70, ../sass/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 78, ../sass/_swiper.scss */
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
/* line 91, ../sass/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 100, ../sass/_swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 104, ../sass/_swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/* line 109, ../sass/_swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 122, ../sass/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  display: none;
}

/* line 129, ../sass/_swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 135, ../sass/_swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 139, ../sass/_swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 143, ../sass/_swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 149, ../sass/_swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 153, ../sass/_swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 158, ../sass/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 171, ../sass/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 174, ../sass/_swiper.scss */
.swiper-pagination-bullet {
  display: inline-block;
  background: #ffe6da;
  opacity: 0.2;
  box-sizing: content-box;
}

/* line 183, ../sass/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 193, ../sass/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 196, ../sass/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 199, ../sass/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 203, ../sass/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 206, ../sass/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 209, ../sass/_swiper.scss */
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 218, ../sass/_swiper.scss */
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 222, ../sass/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 227, ../sass/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
/* line 231, ../sass/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 237, ../sass/_swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 249, ../sass/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 261, ../sass/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 273, ../sass/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 285, ../sass/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 297, ../sass/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 310, ../sass/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
/* line 315, ../sass/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 322, ../sass/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

/* line 325, ../sass/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 328, ../sass/_swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
/* line 333, ../sass/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 336, ../sass/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

/* line 350, ../sass/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 356, ../sass/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 363, ../sass/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

/* line 374, ../sass/_swiper.scss */
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
/* line 378, ../sass/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 384, ../sass/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 392, ../sass/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 400, ../sass/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 409, ../sass/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 413, ../sass/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 429, ../sass/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 440, ../sass/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* line 5, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/neat-compass-1.6.0/stylesheets/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../sass/_gallery.scss */
.post-gallery {
  width: 100%;
  overflow: hidden;
  padding-bottom: 28px;
  position: relative;
  margin-top: 20px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1, ../sass/_gallery.scss */
  .post-gallery {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
/* line 12, ../sass/_gallery.scss */
.post-gallery .posts__tabs {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* breakpoint: smartphone | desktop; */
}
@media (min-width: 1025px) {
  /* line 12, ../sass/_gallery.scss */
  .post-gallery .posts__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    text-align: left;
  }
}
/* line 208, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #878787;
  font-size: 16px;
  margin-right: 20px;
}
/* line 216, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 221, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li.active, .post-gallery .posts__tabs > li:hover {
  color: #ffffff;
}
/* line 225, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li.active > a, .post-gallery .posts__tabs > li:hover > a {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 233, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li a {
  height: 30px;
  line-height: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #878787;
  font-weight: normal;
}
/* line 241, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li a:hover {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
}
/* line 16, ../sass/_gallery.scss */
.post-gallery .list__image {
  overflow: hidden;
  width: 100%;
  margin: 15px auto 6px;
  text-align: center;
}
/* line 23, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container {
  width: 100%;
}
/* line 25, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper {
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 25, ../sass/_gallery.scss */
  .post-gallery .list__image .swiper-container .swiper-wrapper {
    width: 100%;
  }
}
/* line 29, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide {
  width: 275px;
  height: 240px;
}
/* line 33, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide.dndmom__photoswipe-clip .ico__play-video {
  display: block;
}
/* line 38, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
/* line 46, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > img,
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > video {
  display: block;
  width: 100%;
  background: #bcbdbe;
  display: block;
  margin: 0;
  padding: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 56, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > img:hover,
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > video:hover {
  transform: scale(1.09);
}
/* line 63, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.ico__play-video {
  display: none;
  background: url(../images/thu-vien/clip.png) no-repeat center top;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
}
/* line 73, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.ico__play-video:hover {
  background: url(../images/thu-vien/clip-hov.png) no-repeat center top;
}
/* line 77, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.gallery-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  height: 30px;
  line-height: 20px;
  position: relative;
  left: 0;
  top: 10px;
}
/* line 95, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next,
.post-gallery .list__image .swiper-container > .swiper-button-prev {
  width: 31px;
  height: 31px;
  display: block;
}
/* line 101, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next {
  right: 0px;
  background: url(../images/thu-vien/next.png) center top no-repeat;
}
/* line 104, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next:hover {
  background: url(../images/thu-vien/next-hov.png) center top no-repeat;
}
/* line 108, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-prev {
  left: 0px;
  background: url(../images/thu-vien/prev.png) center top no-repeat;
}
/* line 111, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-prev:hover {
  background: url(../images/thu-vien/prev-hov.png) center top no-repeat;
}
/* line 118, ../sass/_gallery.scss */
.post-gallery .gallery-view-all {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  color: #cfcfcf;
  background: #ffffff;
  border: solid 1px #cfcfcf;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  right: 0;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 118, ../sass/_gallery.scss */
  .post-gallery .gallery-view-all {
    width: 120px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
  }
}
/* line 275, ../sass/_mixins.scss */
.post-gallery .gallery-view-all:hover {
  color: #fe8126;
  border-color: #fe8126;
}

/* line 125, ../sass/_gallery.scss */
.subpage .post-gallery {
  background: transparent;
  padding-bottom: 0;
}
/* line 129, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li {
  float: left;
  padding-left: 5px;
  margin-bottom: 5px;
}
/* line 134, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li.dndmom__photoswipe-clip .ico__play-video {
  display: block;
}
/* line 138, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a {
  display: block;
  width: 205px;
  height: 127px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
/* line 146, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > img,
.subpage .post-gallery .list__image li a > video {
  display: block;
  width: 100%;
  background: #bcbdbe;
  display: block;
  margin: 0;
  padding: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 156, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > img:hover,
.subpage .post-gallery .list__image li a > video:hover {
  transform: scale(1.09);
}
/* line 163, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.ico__play-video {
  display: none;
  background: url(../images/thu-vien/clip.png) no-repeat center center #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
}
/* line 173, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.ico__play-video:hover {
  background: url(../images/thu-vien/clip-hov.png) no-repeat center center #000;
}
/* line 177, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.gallery-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  height: 30px;
  line-height: 20px;
  position: relative;
  left: 0;
  top: 10px;
}
/* line 194, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding: 10px 0;
  color: #ff4700;
  background: transparent;
  font-size: 16px;
  border: solid 2px #ff4700;
  border-radius: 5px;
  display: block;
}
/* line 38, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/neat-compass-1.6.0/stylesheets/neat/grid/_span-columns.scss */
.subpage .post-gallery .list__image-more:last-child {
  margin-right: 0;
}
/* line 206, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more:hover {
  background: transparent;
  color: #6f6009;
  border: solid 2px #6f6009;
}
/* line 214, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more > .fa {
  font-weight: bold;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://img.zing.vn/products/gpn/skin-2017/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("http://img.zing.vn/products/gpn/skin-2017/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("http://img.zing.vn/products/gpn/skin-2017/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("http://img.zing.vn/products/gpn/skin-2017/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("http://img.zing.vn/products/gpn/skin-2017/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../sass/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../sass/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, ../sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, ../sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, ../sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, ../sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, ../sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, ../sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, ../sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, ../sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, ../sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, ../sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, ../sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, ../sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, ../sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, ../sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, ../sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, ../sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, ../sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, ../sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, ../sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, ../sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, ../sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, ../sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, ../sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, ../sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, ../sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, ../sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, ../sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, ../sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, ../sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, ../sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, ../sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, ../sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, ../sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, ../sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, ../sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, ../sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, ../sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, ../sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, ../sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, ../sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, ../sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, ../sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, ../sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, ../sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, ../sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, ../sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, ../sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, ../sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, ../sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, ../sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, ../sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, ../sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, ../sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, ../sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, ../sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, ../sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, ../sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, ../sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, ../sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, ../sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, ../sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, ../sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, ../sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, ../sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, ../sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, ../sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, ../sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, ../sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, ../sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, ../sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, ../sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, ../sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, ../sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, ../sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, ../sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, ../sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, ../sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, ../sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, ../sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, ../sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, ../sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, ../sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, ../sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, ../sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, ../sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, ../sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, ../sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, ../sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, ../sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, ../sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, ../sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, ../sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, ../sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, ../sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, ../sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, ../sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, ../sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, ../sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, ../sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, ../sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, ../sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, ../sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, ../sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, ../sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, ../sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, ../sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, ../sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, ../sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, ../sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, ../sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, ../sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, ../sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, ../sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, ../sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, ../sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, ../sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, ../sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, ../sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, ../sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, ../sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, ../sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, ../sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, ../sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, ../sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, ../sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, ../sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, ../sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, ../sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, ../sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, ../sass/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 162, ../sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 163, ../sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 164, ../sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 165, ../sass/font-awesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 166, ../sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 167, ../sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 168, ../sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 169, ../sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 170, ../sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 171, ../sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 172, ../sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 173, ../sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 174, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 175, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 176, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 177, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 178, ../sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 179, ../sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 180, ../sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 181, ../sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 182, ../sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 183, ../sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 184, ../sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 186, ../sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 188, ../sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 189, ../sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 190, ../sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 192, ../sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 194, ../sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 195, ../sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 197, ../sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 198, ../sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 201, ../sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 202, ../sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 203, ../sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 204, ../sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 205, ../sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 206, ../sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 207, ../sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 208, ../sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 209, ../sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 210, ../sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 211, ../sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 212, ../sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 213, ../sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 214, ../sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 215, ../sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 216, ../sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 217, ../sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 218, ../sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 220, ../sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 222, ../sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 224, ../sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 225, ../sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 226, ../sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 228, ../sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 230, ../sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 232, ../sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 233, ../sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 234, ../sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 236, ../sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 237, ../sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 238, ../sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 240, ../sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 241, ../sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 242, ../sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 243, ../sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 244, ../sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 245, ../sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 246, ../sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 247, ../sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 248, ../sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 249, ../sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 250, ../sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 251, ../sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 252, ../sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 253, ../sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 254, ../sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 255, ../sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 256, ../sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 257, ../sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 258, ../sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 259, ../sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 260, ../sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 261, ../sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 262, ../sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 263, ../sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 264, ../sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 265, ../sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 266, ../sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 267, ../sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 268, ../sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 269, ../sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 270, ../sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 272, ../sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 273, ../sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 274, ../sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 275, ../sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 276, ../sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 277, ../sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 279, ../sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 280, ../sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 281, ../sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 282, ../sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 283, ../sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 284, ../sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 285, ../sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 286, ../sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 287, ../sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 288, ../sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 289, ../sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 290, ../sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 291, ../sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 293, ../sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 296, ../sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 297, ../sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 298, ../sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 299, ../sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 301, ../sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 302, ../sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 303, ../sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 304, ../sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 305, ../sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 306, ../sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 307, ../sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 308, ../sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 309, ../sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 310, ../sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 311, ../sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 312, ../sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 313, ../sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 314, ../sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 315, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 316, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 317, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 318, ../sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 319, ../sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 320, ../sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 321, ../sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 322, ../sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 323, ../sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 324, ../sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 325, ../sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 326, ../sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 327, ../sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 328, ../sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 329, ../sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 330, ../sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 331, ../sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 332, ../sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 333, ../sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 334, ../sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 335, ../sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 336, ../sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 337, ../sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 338, ../sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 340, ../sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 342, ../sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 344, ../sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 346, ../sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 347, ../sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 349, ../sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 351, ../sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 355, ../sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 358, ../sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 360, ../sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 362, ../sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 363, ../sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 364, ../sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 365, ../sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 366, ../sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 367, ../sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 368, ../sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 369, ../sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 370, ../sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 371, ../sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 372, ../sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 373, ../sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 374, ../sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 375, ../sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 376, ../sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 377, ../sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 378, ../sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 379, ../sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 380, ../sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 381, ../sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 382, ../sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 383, ../sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 384, ../sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 385, ../sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 386, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 387, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 388, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 389, ../sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 390, ../sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 391, ../sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 392, ../sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 393, ../sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 394, ../sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 395, ../sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 396, ../sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 397, ../sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 398, ../sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 399, ../sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 400, ../sass/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 401, ../sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 402, ../sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 403, ../sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 404, ../sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 405, ../sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 406, ../sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 407, ../sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 408, ../sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 409, ../sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 410, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 411, ../sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 412, ../sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 414, ../sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 415, ../sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 416, ../sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 417, ../sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 419, ../sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 420, ../sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 421, ../sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 422, ../sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 423, ../sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 424, ../sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 425, ../sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 428, ../sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 430, ../sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 431, ../sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 432, ../sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 433, ../sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 434, ../sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 435, ../sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 436, ../sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 437, ../sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 438, ../sass/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 439, ../sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 440, ../sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 441, ../sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 442, ../sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 443, ../sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 444, ../sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 445, ../sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 446, ../sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 447, ../sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 448, ../sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 449, ../sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 450, ../sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 451, ../sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 452, ../sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 453, ../sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 454, ../sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 455, ../sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 457, ../sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 459, ../sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 460, ../sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 461, ../sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 462, ../sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 463, ../sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 464, ../sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 465, ../sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 466, ../sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 467, ../sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 468, ../sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 471, ../sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 473, ../sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 475, ../sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 477, ../sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 478, ../sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 479, ../sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 480, ../sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 481, ../sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 486, ../sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 487, ../sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 489, ../sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 491, ../sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 492, ../sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 493, ../sass/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 494, ../sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 495, ../sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 496, ../sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 498, ../sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 500, ../sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 502, ../sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 503, ../sass/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 504, ../sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 505, ../sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 506, ../sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 507, ../sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 508, ../sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 509, ../sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 510, ../sass/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 512, ../sass/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 513, ../sass/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 514, ../sass/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 515, ../sass/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 516, ../sass/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 517, ../sass/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 518, ../sass/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 519, ../sass/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 520, ../sass/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 521, ../sass/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 522, ../sass/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 523, ../sass/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 524, ../sass/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 525, ../sass/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 526, ../sass/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 527, ../sass/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 528, ../sass/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 529, ../sass/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 530, ../sass/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 531, ../sass/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 532, ../sass/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 533, ../sass/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 534, ../sass/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 535, ../sass/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 536, ../sass/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 537, ../sass/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 538, ../sass/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 539, ../sass/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 540, ../sass/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 541, ../sass/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 542, ../sass/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 543, ../sass/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 544, ../sass/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 545, ../sass/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 546, ../sass/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 547, ../sass/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 548, ../sass/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 549, ../sass/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 552, ../sass/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
/* line 18, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 30, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 63, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 71, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
/* line 79, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 82, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 90, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

/* line 96, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

/* line 102, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-slide-active {
  /* Specific active slide styling: */
}

/* line 106, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
/* line 113, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

/* line 117, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-active-switch {
  /* Specific active button style: */
}

/* line 121, ../widgets/swiper/sass/idangerous.swiper.scss */
.swiper-visible-switch {
  /* Specific visible button style: */
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* line 6, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

/* line 21, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
/* line 28, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 36, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--open {
  display: block;
}

/* line 39, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 45, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 51, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
/* line 61, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 72, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 81, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
/* line 91, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 99, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 109, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 115, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 119, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 123, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 131, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 144, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
/* line 151, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 154, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp--ie .pswp__img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
/* line 164, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

/* line 175, ../widgets/photoswipe/sass/photoswipe.scss */
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
    
    1. Buttons

 */
/* <button> css reset */
/* line 20, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 38, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

/* line 40, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

/* line 43, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 48, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 51, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  /* line 59, ../widgets/photoswipe/sass/photoswipe-skin.scss */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(http://img.zing.vn/products/gpn/skin-2017/images/default-skin.svg);
  }

  /* line 62, ../widgets/photoswipe/sass/photoswipe-skin.scss */
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
/* line 66, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 69, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 72, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--fs {
  display: none;
}

/* line 75, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 78, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 81, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 85, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 88, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
/* line 92, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
/* line 99, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 107, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 110, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 113, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 121, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 125, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

    2. Share modal/popup and links

 */
/* line 134, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 140, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 156, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 159, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 177, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

/* line 184, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

/* line 187, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

/* line 190, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 193, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}

/* line 195, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
/* line 201, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 204, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

/* line 217, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

/* line 220, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

/* line 223, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

/* line 227, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

/* line 231, ../widgets/photoswipe/sass/photoswipe-skin.scss */
a.pswp__share--download:hover {
  background: #DDD;
}

/*

    3. Index indicator ("1 of X" counter)

 */
/* line 239, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
    
    4. Caption

 */
/* line 255, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

/* line 261, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

/* line 265, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* line 274, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
/* line 278, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 288, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}

/* line 300, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 305, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__preloader--active {
  opacity: 1;
}

/* line 307, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat;
}

/* line 311, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

/* line 313, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

/* line 316, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

/* line 319, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

/* line 328, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader__cut {
  /* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

/* line 337, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 353, ../widgets/photoswipe/sass/photoswipe-skin.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
    
    6. Additional styles

 */
/* root element of UI */
/* line 408, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
/* line 415, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 422, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 429, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 432, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 436, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 440, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

/* line 442, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
/* line 449, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 454, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 457, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp__element--disabled {
  display: none !important;
}

/* line 460, ../widgets/photoswipe/sass/photoswipe-skin.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* line 488, sprites/*.png */
.sprites-sprite, .sprites-apk-off, .sprites-apk, .sprites-app-store-off, .sprites-app-store, .sprites-clip-hov, .sprites-clip, .sprites-ctcn-hov, .sprites-ctcn-nor, .sprites-ctcn-off, .sprites-google-play-off, .sprites-google-play, .sprites-hdtt-hov, .sprites-hdtt-nor, .sprites-hdtt-off, .sprites-home, .sprites-htgd-hov, .sprites-htgd-nor, .sprites-htgd-off, .sprites-icon-new, .sprites-mm-fanpage-hov, .sprites-mm-fanpage-off, .sprites-mm-fanpage, .sprites-mm-home-hov, .sprites-mm-home-off, .sprites-mm-home, .sprites-mm-napthe-hov, .sprites-mm-napthe-off, .sprites-mm-napthe, .sprites-mm-sukien-hov, .sprites-mm-sukien-off, .sprites-mm-sukien, .sprites-mm-taigame-hov, .sprites-mm-taigame-off, .sprites-mm-taigame, .sprites-nap-the-hov, .sprites-nap-the-off, .sprites-nap-the, .sprites-next-hov, .sprites-next, .sprites-prev-hov, .sprites-prev, .sprites-r-app-store-hov, .sprites-r-app-store-off, .sprites-r-app-store, .sprites-r-google-play-hov, .sprites-r-google-play-off, .sprites-r-google-play, .sprites-read-more, .sprites-top-hov, .sprites-top, .sprites-zalo, #outer main #main-content .app-install > li > a.app-install--app-store, #outer main #main-content .app-install > li > a.app-install--app-store:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--app-store.active, #outer main #main-content .app-install > li > a.app-install--app-store.off, #outer main #main-content .app-install > li > a.app-install--google-play, #outer main #main-content .app-install > li > a.app-install--google-play:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--google-play.active, #outer main #main-content .app-install > li > a.app-install--google-play.off, #outer main #main-content .app-install > li > a.app-install--apk, #outer main #main-content .app-install > li > a.app-install--apk:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--apk.active, #outer main #main-content .app-install > li > a.app-install--apk.off, #outer main #extra-content .nap-the, #outer main #extra-content .nap-the:hover:not(.off), #outer main #extra-content .nap-the.off, #outer main #extra-content .hdtt, #outer main #extra-content .hdtt:hover:not(.off), #outer main #extra-content .hdtt.off, #outer main #extra-content .ctcn, #outer main #extra-content .ctcn:hover:not(.off), #outer main #extra-content .ctcn.off, #outer main #extra-content .htgd, #outer main #extra-content .htgd:hover:not(.off), #outer main #extra-content .htgd.off, #outer .flyout-content .flyout-content__top-button, #outer .flyout-content .flyout-content__top-button:hover, .floating-download .wrapper a.floating-download__appstore, .floating-download .wrapper a.floating-download__appstore:hover, .floating-download .wrapper a.floating-download__gplay, .floating-download .wrapper a.floating-download__gplay:hover, .fixed-bottom-bar ul li a.mm-trangchu, .fixed-bottom-bar ul li a.mm-trangchu:hover:not(.off), .fixed-bottom-bar ul li a.mm-trangchu.active:not(.off), .fixed-bottom-bar ul li a.mm-trangchu.off, .fixed-bottom-bar ul li a.mm-taigame, .fixed-bottom-bar ul li a.mm-taigame:hover:not(.off), .fixed-bottom-bar ul li a.mm-taigame.active:not(.off), .fixed-bottom-bar ul li a.mm-taigame.off, .fixed-bottom-bar ul li a.mm-napthe, .fixed-bottom-bar ul li a.mm-napthe:hover:not(.off), .fixed-bottom-bar ul li a.mm-napthe.active:not(.off), .fixed-bottom-bar ul li a.mm-napthe.off, .fixed-bottom-bar ul li a.mm-sukien, .fixed-bottom-bar ul li a.mm-sukien:hover:not(.off), .fixed-bottom-bar ul li a.mm-sukien.active:not(.off), .fixed-bottom-bar ul li a.mm-sukien.off, .fixed-bottom-bar ul li a.mm-fanpage, .fixed-bottom-bar ul li a.mm-fanpage:hover:not(.off), .fixed-bottom-bar ul li a.mm-fanpage.active:not(.off), .fixed-bottom-bar ul li a.mm-fanpage.off {
  background-image: url('../images/sprites-se18c74d0eb.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-apk-off {
  background-position: 0 -100px;
  height: 100px;
  width: 220px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-apk {
  background-position: 0 -200px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-apk:hover, .sprites-apk.apk-hover {
  background-position: 0 0;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-app-store-off {
  background-position: 0 -400px;
  height: 100px;
  width: 220px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-app-store {
  background-position: 0 -500px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-app-store:hover, .sprites-app-store.app-store-hover {
  background-position: 0 -300px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-clip-hov {
  background-position: 0 -600px;
  height: 170px;
  width: 275px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-clip {
  background-position: 0 -770px;
  height: 170px;
  width: 275px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-ctcn-hov {
  background-position: 0 -940px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-ctcn-nor {
  background-position: 0 -1010px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-ctcn-off {
  background-position: 0 -1080px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-google-play-off {
  background-position: 0 -1250px;
  height: 100px;
  width: 220px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-google-play {
  background-position: 0 -1350px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-google-play:hover, .sprites-google-play.google-play-hover {
  background-position: 0 -1150px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-hdtt-hov {
  background-position: 0 -1450px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-hdtt-nor {
  background-position: 0 -1520px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-hdtt-off {
  background-position: 0 -1590px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-home {
  background-position: 0 -1682px;
  height: 22px;
  width: 24px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-home:hover, .sprites-home.home-hover {
  background-position: 0 -1660px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-htgd-hov {
  background-position: 0 -1704px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-htgd-nor {
  background-position: 0 -1774px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-htgd-off {
  background-position: 0 -1844px;
  height: 70px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-icon-new {
  background-position: 0 -1914px;
  height: 44px;
  width: 44px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-fanpage-hov {
  background-position: 0 -1958px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-fanpage-off {
  background-position: 0 -2038px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-fanpage {
  background-position: 0 -2118px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-home-hov {
  background-position: 0 -2198px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-home-off {
  background-position: 0 -2278px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-home {
  background-position: 0 -2358px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-napthe-hov {
  background-position: 0 -2438px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-napthe-off {
  background-position: 0 -2518px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-napthe {
  background-position: 0 -2598px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-sukien-hov {
  background-position: 0 -2678px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-sukien-off {
  background-position: 0 -2758px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-sukien {
  background-position: 0 -2838px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-taigame-hov {
  background-position: 0 -2918px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-taigame-off {
  background-position: 0 -2998px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-mm-taigame {
  background-position: 0 -3078px;
  height: 80px;
  width: 96px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-nap-the-hov {
  background-position: 0 -3158px;
  height: 150px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-nap-the-off {
  background-position: 0 -3308px;
  height: 150px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-nap-the {
  background-position: 0 -3458px;
  height: 150px;
  width: 270px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-next-hov {
  background-position: 0 -3608px;
  height: 31px;
  width: 31px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-next {
  background-position: 0 -3639px;
  height: 31px;
  width: 31px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-prev-hov {
  background-position: 0 -3670px;
  height: 31px;
  width: 31px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-prev {
  background-position: 0 -3701px;
  height: 31px;
  width: 31px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-app-store-hov {
  background-position: 0 -3732px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-app-store-off {
  background-position: 0 -3777px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-app-store {
  background-position: 0 -3822px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-google-play-hov {
  background-position: 0 -3867px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-google-play-off {
  background-position: 0 -3912px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-r-google-play {
  background-position: 0 -3957px;
  height: 45px;
  width: 130px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-read-more {
  background-position: 0 -4036px;
  height: 34px;
  width: 114px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-read-more:hover, .sprites-read-more.read-more-hover {
  background-position: 0 -4002px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-top-hov {
  background-position: 0 -4070px;
  height: 35px;
  width: 127px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-top {
  background-position: 0 -4105px;
  height: 35px;
  width: 127px;
}

/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-zalo {
  background-position: 0 -4140px;
  height: 38px;
  width: 43px;
}

/* line 22, ../sass/screen.scss */
body {
  font: 16px "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  /* prevent safari in ios auto scale font-size */
}

/* line 27, ../sass/screen.scss */
a,
input {
  font-family: "Roboto", sans-serif;
}

/* line 32, ../sass/screen.scss */
a,
a:active,
a:visited {
  text-decoration: none;
  color: #686767;
}

/* line 39, ../sass/screen.scss */
.wrapper {
  display: block;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 39, ../sass/screen.scss */
  .wrapper {
    width: 440px;
    position: relative;
    margin: 0 auto;
  }
}

/* line 53, ../sass/screen.scss */
.inactive {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 57, ../sass/screen.scss */
.hidden {
  display: none !important;
}

/* line 61, ../sass/screen.scss */
.shown {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
}

/* line 69, ../sass/screen.scss */
.Rating_long-dinh_18 {
  top: 90px !important;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 69, ../sass/screen.scss */
  .Rating_long-dinh_18 {
    display: none;
  }
}

/* line 76, ../sass/screen.scss */
.m_Rating_vng_18 {
  display: none;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 76, ../sass/screen.scss */
  .m_Rating_vng_18 {
    display: block;
    width: 90px;
    height: 40px;
    background: url(../images/m-vng-18.jpg) left top no-repeat;
    position: absolute;
    top: 80px;
    left: 10px;
  }
}

/* line 90, ../sass/screen.scss */
#outer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/header/head-v2.jpg) center top no-repeat;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* main navigation */
  /* end of main navigation */
  /* main */
  /* end of main */
}
@media (max-width: 768px) {
  /* line 90, ../sass/screen.scss */
  #outer {
    background: url(../images/header/head-hybrid-v2.jpg) center 80px no-repeat;
    background-size: 100% auto;
  }
}
/* line 99, ../sass/screen.scss */
#outer .app-info {
  display: block;
  width: 114px;
  height: 114px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 5px;
  z-index: 6;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 768px) {
  /* line 99, ../sass/screen.scss */
  #outer .app-info {
    width: 150px;
    height: 63px;
    margin-left: 0px;
    position: fixed;
    left: 20px;
    top: 10px;
  }
}
@media (max-width: 667px) {
  /* line 99, ../sass/screen.scss */
  #outer .app-info {
    left: 10px;
    width: 63px;
  }
}
/* line 121, ../sass/screen.scss */
#outer .app-info .app-icon {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/app-icon.png) top left no-repeat;
  background-size: cover;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 121, ../sass/screen.scss */
  #outer .app-info .app-icon {
    width: 63px;
    height: 63px;
    float: left;
  }
}
/* line 134, ../sass/screen.scss */
#outer .app-info .app-text {
  display: none;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 768px) {
  /* line 134, ../sass/screen.scss */
  #outer .app-info .app-text {
    display: block;
    color: #d48329;
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 667px) {
  /* line 134, ../sass/screen.scss */
  #outer .app-info .app-text {
    display: none;
  }
}
/* line 152, ../sass/screen.scss */
#outer #main-nav {
  width: 100%;
  min-width: 960px;
  height: 90px;
  background: rgba(17, 22, 22, 0.9);
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-right: 1px solid #656565;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 152, ../sass/screen.scss */
  #outer #main-nav {
    width: 0;
    height: 0;
    min-width: auto;
    background: #141d38;
    opacity: 0;
    position: fixed;
    top: 80px;
  }
}
/* line 178, ../sass/screen.scss */
#outer #main-nav .wrapper {
  display: block;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 178, ../sass/screen.scss */
  #outer #main-nav .wrapper {
    width: 100%;
    height: calc(100% - 80px - 4px);
    overflow: auto;
  }
}
/* line 189, ../sass/screen.scss */
#outer #main-nav .wrapper::after {
  display: block;
  content: "";
  clear: both;
}
/* line 196, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list {
  width: 100%;
  float: left;
}
/* line 199, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li {
  position: relative;
  float: left;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 202, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li.s-margin {
  margin-left: 114px;
}
@media (max-width: 768px) {
  /* line 199, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li {
    width: 100%;
    display: block;
    clear: both;
  }
  /* line 209, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li.s-margin {
    margin-left: 0px;
  }
}
/* line 213, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  color: #c6c6c6;
  padding: 0 34px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 213, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > a {
    height: 50px;
    line-height: 50px;
    color: #c9def0;
    padding: 0 10px;
    border-bottom: 1px solid #31415d;
  }
}
/* line 230, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a span {
  display: block;
}
/* line 233, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a > .fa {
  display: none;
  font-size: 12px;
  text-align: center;
  margin-top: -30px;
  color: #c6c6c6;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 233, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > a > .fa {
    color: #c9def0;
    text-align: right;
  }
}
/* line 244, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a:hover:not(.off), #outer #main-nav .wrapper #main-nav__list > li > a.active, #outer #main-nav .wrapper #main-nav__list > li > a.focus {
  color: #ff7923;
  background: transparent;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 244, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > a:hover:not(.off), #outer #main-nav .wrapper #main-nav__list > li > a.active, #outer #main-nav .wrapper #main-nav__list > li > a.focus {
    color: #ffffff;
    background: #004dd3;
  }
}
/* line 251, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a:hover:not(.off) > .fa, #outer #main-nav .wrapper #main-nav__list > li > a.active > .fa, #outer #main-nav .wrapper #main-nav__list > li > a.focus > .fa {
  color: #ff7923;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 251, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > a:hover:not(.off) > .fa, #outer #main-nav .wrapper #main-nav__list > li > a.active > .fa, #outer #main-nav .wrapper #main-nav__list > li > a.focus > .fa {
    color: #ffffff;
  }
}
/* line 259, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a.focus ~ ul {
  display: block;
}
/* line 265, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a.main-nav__has-sub > .fa.fa-chevron-down {
  display: block;
}
/* line 268, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a.main-nav__has-sub > .fa.fa-chevron-up {
  display: none;
}
/* line 274, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a.main-nav__has-sub.focus > .fa.fa-chevron-down {
  display: none;
}
/* line 277, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > a.main-nav__has-sub.focus > .fa.fa-chevron-up {
  display: block;
}
/* line 284, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > ul {
  display: none;
  width: 200px;
  background: rgba(20, 27, 27, 0.6);
  position: absolute;
  top: 90px;
  left: 0;
  padding: 14px 5px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 284, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > ul {
    width: 100%;
    position: relative;
    top: 0;
    background: #192548;
    padding: 14px 5px 14px 20px;
  }
}
/* line 301, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > ul > li {
  display: block;
  width: 100%;
}
/* line 304, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > ul > li > a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  color: #c6c6c6;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
#outer #main-nav .wrapper #main-nav__list .pc-game {
  display: block;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
#outer #main-nav .wrapper #main-nav__list .mobiles {
  display: none;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
	#outer #main-nav .wrapper #main-nav__list .pc-game {
	  display: none;
	  /* breakpoint: smartphone | desktop; */
	  /* between desktop ~ smartphone */
	}
	#outer #main-nav .wrapper #main-nav__list .mobiles {
	  display: block;
	  /* breakpoint: smartphone | desktop; */
	  /* between desktop ~ smartphone */
	}
  /* line 304, ../sass/screen.scss */
  #outer #main-nav .wrapper #main-nav__list > li > ul > li > a {
    line-height: 40px;
    height: 40px;
    color: #c9def0;
  }
}
/* line 317, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > ul > li > a:hover:not(.off), #outer #main-nav .wrapper #main-nav__list > li > ul > li > a.active:not(.off) {
  color: #ff7923;
}
/* line 321, ../sass/screen.scss */
#outer #main-nav .wrapper #main-nav__list > li > ul > li > a.off, #outer #main-nav .wrapper #main-nav__list > li > ul > li > a.Off {
  color: rgba(188, 178, 164, 0.6);
  cursor: not-allowed;
}
/* line 335, ../sass/screen.scss */
#outer .mobile-nav {
  display: none;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 335, ../sass/screen.scss */
  #outer .mobile-nav {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0;
    background: #111616;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
  }
}
/* line 350, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle, #outer .mobile-nav #drawer-toggle-label {
  display: none;
}
/* line 354, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle-label {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  /* breakpoint: smartphone | desktop; */
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 667px) {
  /* line 354, ../sass/screen.scss */
  #outer .mobile-nav #drawer-toggle-label {
    right: 10px;
  }
}
/* line 369, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle-label > span, #outer .mobile-nav #drawer-toggle-label:before, #outer .mobile-nav #drawer-toggle-label:after {
  display: block;
  height: 7px;
  width: 100%;
  background: #ffa130;
  content: "";
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -moz-transition: -moz-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
/* line 379, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle-label > span, #outer .mobile-nav #drawer-toggle-label:after {
  margin-top: 8px;
  text-indent: -9999px;
}
/* line 389, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle:checked ~ #drawer-toggle-label:before {
  -webkit-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -moz-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -ms-transform: rotate(45deg) translate3d(10px, 10px, 0);
  -o-transform: rotate(45deg) translate3d(10px, 10px, 0);
  transform: rotate(45deg) translate3d(10px, 10px, 0);
}
/* line 392, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle:checked ~ #drawer-toggle-label > span {
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
/* line 395, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle:checked ~ #drawer-toggle-label:after {
  -webkit-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  -moz-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  -ms-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  -o-transform: rotate(-45deg) translate3d(10px, -10px, 0);
  transform: rotate(-45deg) translate3d(10px, -10px, 0);
}
/* line 399, ../sass/screen.scss */
#outer .mobile-nav #drawer-toggle:checked ~ main {
  overflow: hidden;
}
/* line 404, ../sass/screen.scss */
#outer .mobile-nav .mobile-search {
  width: 60%;
  height: 50px;
  position: relative;
  left: 190px;
  top: 15px;
  overflow: hidden;
  background: #fb9d2c;
  border: none;
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 667px) {
  /* line 404, ../sass/screen.scss */
  #outer .mobile-nav .mobile-search {
    left: 80px;
    width: 57%;
  }
}
/* line 418, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field {
  width: 89%;
  height: 50px;
  font-size: 16px;
  border: solid 2px #ff9c2d;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  /* breakpoint: smartphone | desktop; */
}
/* line 426, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field::-webkit-input-placeholder {
  color: #a2b4c8;
}
/* line 430, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field:-moz-placeholder {
  /* Firefox 18- */
  color: #a2b4c8;
}
/* line 434, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2b4c8;
}
/* line 438, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field:-ms-input-placeholder {
  color: #a2b4c8;
}
/* line 441, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__field:focus {
  outline: none;
}
@media (max-width: 667px) {
  /* line 418, ../sass/screen.scss */
  #outer .mobile-nav .mobile-search > form .site-search__field {
    width: 73%;
  }
}
/* line 450, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__button {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/* line 460, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form .site-search__button > .fa {
  font-size: 28px;
  color: #fcfbf7;
  line-height: 50px;
  text-shadow: 0 4px 4px #c7692b;
}
/* line 472, ../sass/screen.scss */
#outer .mobile-nav .mobile-search > form > fieldset > legend {
  display: none;
}
/* line 481, ../sass/screen.scss */
#outer .header {
  width: 100%;
  height: 530px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 484, ../sass/screen.scss */
#outer .header .logo {
  display: block;
  text-indent: -9999px;
  position: absolute;
  width: 367px;
  height: 142px;
  background: url(../images/logo.png) left top no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -183px;
  top: 200px;
}
@media (max-width: 768px) {
  /* line 481, ../sass/screen.scss */
  #outer .header {
    margin-top: 80px;
    height: 280px;
  }
  /* line 498, ../sass/screen.scss */
  #outer .header .logo {
    display: none;
  }
}
/* line 504, ../sass/screen.scss */
#outer #fix-skew-height {
  overflow: hidden;
}
/* line 507, ../sass/screen.scss */
#outer #skew-contain {
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 507, ../sass/screen.scss */
  #outer #skew-contain {
    width: 480px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}
/* line 518, ../sass/screen.scss */
#outer main {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  /* only available on desktop */
}
/* line 522, ../sass/screen.scss */
#outer main .wrapper {
  background: #ffffff;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 522, ../sass/screen.scss */
  #outer main .wrapper {
    background: transparent;
  }
}
/* line 528, ../sass/screen.scss */
#outer main .wrapper::after {
  display: block;
  content: "";
  clear: both;
}
/* line 536, ../sass/screen.scss */
#outer main #main-content {
  width: 670px;
  float: left;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* section #event-banner */
  /* section .posts */
}
@media (max-width: 768px) {
  /* line 536, ../sass/screen.scss */
  #outer main #main-content {
    width: 100%;
  }
}
/* line 543, ../sass/screen.scss */
#outer main #main-content .app-install {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 547, ../sass/screen.scss */
#outer main #main-content .app-install > li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-right: 5px;
}
/* line 553, ../sass/screen.scss */
#outer main #main-content .app-install > li.app-install--apk-li {
  margin-right: 0;
}
/* line 556, ../sass/screen.scss */
#outer main #main-content .app-install > li.app-install--nap-the-li {
  display: none;
}
/* line 560, ../sass/screen.scss */
#outer main #main-content .app-install > li > a {
  display: block;
  text-indent: -9999px;
}
/* line 563, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--app-store {
  background-position: 0 -500px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#outer main #main-content .app-install > li > a.app-install--app-store:hover, #outer main #main-content .app-install > li > a.app-install--app-store.app-store-hover {
  background-position: 0 -300px;
}
/* line 565, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--app-store:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--app-store.active {
  background-position: 0 -300px;
  height: 100px;
  width: 220px;
}
/* line 568, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--app-store.off {
  background-position: 0 -400px;
  height: 100px;
  width: 220px;
}
/* line 573, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--google-play {
  background-position: 0 -1350px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#outer main #main-content .app-install > li > a.app-install--google-play:hover, #outer main #main-content .app-install > li > a.app-install--google-play.google-play-hover {
  background-position: 0 -1150px;
}
/* line 575, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--google-play:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--google-play.active {
  background-position: 0 -1150px;
  height: 100px;
  width: 220px;
}
/* line 578, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--google-play.off {
  background-position: 0 -1250px;
  height: 100px;
  width: 220px;
}
/* line 583, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--apk {
  background-position: 0 -200px;
  height: 100px;
  width: 220px;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
#outer main #main-content .app-install > li > a.app-install--apk:hover, #outer main #main-content .app-install > li > a.app-install--apk.apk-hover {
  background-position: 0 0;
}
/* line 585, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--apk:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--apk.active {
  background-position: 0 0;
  height: 100px;
  width: 220px;
}
/* line 588, ../sass/screen.scss */
#outer main #main-content .app-install > li > a.app-install--apk.off {
  background-position: 0 -100px;
  height: 100px;
  width: 220px;
}
@media (max-width: 768px) {
  /* line 543, ../sass/screen.scss */
  #outer main #main-content .app-install {
    width: 260px;
    height: 240px;
    position: relative;
    left: 0;
    top: 0;
  }
  /* line 601, ../sass/screen.scss */
  #outer main #main-content .app-install > li {
    margin-bottom: 10px;
  }
  /* line 603, ../sass/screen.scss */
  #outer main #main-content .app-install > li.app-install--nap-the-li {
    display: block;
    position: absolute;
    top: 40px;
    left: 270px;
  }
  /* line 610, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--app-store {
    width: 260px;
    height: 70px;
    background: url(../images/m-app-store.png) top left no-repeat;
  }
  /* line 614, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--app-store:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--app-store.active {
    width: 260px;
    height: 70px;
    background: url(../images/m-app-store-hover.png) top left no-repeat;
  }
  /* line 619, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--app-store.off {
    width: 260px;
    height: 70px;
    background: url(../images/m-app-store-off.png) top left no-repeat;
  }
  /* line 626, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--google-play {
    width: 260px;
    height: 70px;
    background: url(../images/m-google-play.png) top left no-repeat;
  }
  /* line 630, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--google-play:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--google-play.active {
    width: 260px;
    height: 70px;
    background: url(../images/m-google-play-hover.png) top left no-repeat;
  }
  /* line 635, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--google-play.off {
    width: 260px;
    height: 70px;
    background: url(../images/m-google-play-off.png) top left no-repeat;
  }
  /* line 642, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--apk {
    width: 260px;
    height: 70px;
    background: url(../images/m-apk.png) top left no-repeat;
  }
  /* line 646, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--apk:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--apk.active {
    width: 260px;
    height: 70px;
    background: url(../images/m-apk-hover.png) top left no-repeat;
  }
  /* line 651, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--apk.off {
    width: 260px;
    height: 70px;
    background: url(../images/m-apk-off.png) top left no-repeat;
  }
  /* line 657, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--nap-the {
    width: 170px;
    height: 190px;
    background: url(../images/m-nap-the.png) top left no-repeat;
  }
  /* line 661, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--nap-the:hover:not(.off), #outer main #main-content .app-install > li > a.app-install--nap-the.active {
    background: url(../images/m-nap-the-hov.png) top left no-repeat;
  }
  /* line 664, ../sass/screen.scss */
  #outer main #main-content .app-install > li > a.app-install--nap-the.off {
    background: url(../images/m-nap-the-off.png) top left no-repeat;
  }
}
/* line 674, ../sass/screen.scss */
#outer main #main-content #event-banner {
  width: 670px;
  height: 330px;
  position: relative;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 674, ../sass/screen.scss */
  #outer main #main-content #event-banner {
    width: 440px;
    height: 220px;
  }
}
/* line 686, ../sass/screen.scss */
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide {
  width: 670px;
  height: 300px;
  overflow: hidden;
  float: left;
  margin: 0;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 692, ../sass/screen.scss */
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  /* line 686, ../sass/screen.scss */
  #outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide {
    width: 440px;
    height: 200px;
  }
}
/* line 701, ../sass/screen.scss */
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 707, ../sass/screen.scss */
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide > a > img,
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide > a > video {
  display: block;
  width: 100%;
  background: #bcbdbe;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 715, ../sass/screen.scss */
#outer main #main-content #event-banner > .swiper-wrapper > .swiper-slide > a > .event-banner__video-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -34px;
}
/* line 728, ../sass/screen.scss */
#outer main #main-content #event-banner .swiper-button-next, #outer main #main-content #event-banner .swiper-button-prev {
  display: none;
}
/* line 732, ../sass/screen.scss */
#outer main #main-content #event-banner .swiper-pagination {
  bottom: 0px;
  text-align: right;
}
/* line 735, ../sass/screen.scss */
#outer main #main-content #event-banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  background: #e0d7cd;
  opacity: 1;
}
/* line 740, ../sass/screen.scss */
#outer main #main-content #event-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff7b18;
}
/* line 747, ../sass/screen.scss */
#outer main #main-content .group-banner {
  width: 100%;
  margin-top: 20px;
}
/* line 751, ../sass/screen.scss */
#outer main #main-content .group-banner ul::after {
  display: block;
  content: "";
  clear: both;
}
/* line 756, ../sass/screen.scss */
#outer main #main-content .group-banner ul li {
  width: 325px;
  height: 160px;
  display: block;
  float: left;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 756, ../sass/screen.scss */
  #outer main #main-content .group-banner ul li {
    width: 215px;
    height: 106px;
  }
}
/* line 765, ../sass/screen.scss */
#outer main #main-content .group-banner ul li:last-child {
  float: right;
}
/* line 768, ../sass/screen.scss */
#outer main #main-content .group-banner ul li a {
  display: block;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
/* line 773, ../sass/screen.scss */
#outer main #main-content .group-banner ul li a img {
  height: inherit;
  width: auto;
}
/* line 783, ../sass/screen.scss */
#outer main #main-content .search,
#outer main #main-content .posts {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 20px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 783, ../sass/screen.scss */
  #outer main #main-content .search,
  #outer main #main-content .posts {
    padding-bottom: 50px;
  }
}
/* line 795, ../sass/screen.scss */
#outer main #main-content .search .search__tabs,
#outer main #main-content .search .posts__tabs,
#outer main #main-content .posts .search__tabs,
#outer main #main-content .posts .posts__tabs {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* breakpoint: smartphone | desktop; */
}
@media (min-width: 1025px) {
  /* line 795, ../sass/screen.scss */
  #outer main #main-content .search .search__tabs,
  #outer main #main-content .search .posts__tabs,
  #outer main #main-content .posts .search__tabs,
  #outer main #main-content .posts .posts__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    text-align: left;
  }
}
/* line 208, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li,
#outer main #main-content .search .posts__tabs > li,
#outer main #main-content .posts .search__tabs > li,
#outer main #main-content .posts .posts__tabs > li {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #878787;
  font-size: 16px;
  margin-right: 20px;
}
/* line 216, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li:last-child,
#outer main #main-content .search .posts__tabs > li:last-child,
#outer main #main-content .posts .search__tabs > li:last-child,
#outer main #main-content .posts .posts__tabs > li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 221, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li.active, #outer main #main-content .search .search__tabs > li:hover,
#outer main #main-content .search .posts__tabs > li.active,
#outer main #main-content .search .posts__tabs > li:hover,
#outer main #main-content .posts .search__tabs > li.active,
#outer main #main-content .posts .search__tabs > li:hover,
#outer main #main-content .posts .posts__tabs > li.active,
#outer main #main-content .posts .posts__tabs > li:hover {
  color: #ffffff;
}
/* line 225, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li.active > a, #outer main #main-content .search .search__tabs > li:hover > a,
#outer main #main-content .search .posts__tabs > li.active > a,
#outer main #main-content .search .posts__tabs > li:hover > a,
#outer main #main-content .posts .search__tabs > li.active > a,
#outer main #main-content .posts .search__tabs > li:hover > a,
#outer main #main-content .posts .posts__tabs > li.active > a,
#outer main #main-content .posts .posts__tabs > li:hover > a {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 233, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li a,
#outer main #main-content .search .posts__tabs > li a,
#outer main #main-content .posts .search__tabs > li a,
#outer main #main-content .posts .posts__tabs > li a {
  height: 30px;
  line-height: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #878787;
  font-weight: normal;
}
/* line 241, ../sass/_mixins.scss */
#outer main #main-content .search .search__tabs > li a:hover,
#outer main #main-content .search .posts__tabs > li a:hover,
#outer main #main-content .posts .search__tabs > li a:hover,
#outer main #main-content .posts .posts__tabs > li a:hover {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
}
/* line 800, ../sass/screen.scss */
#outer main #main-content .search .search__list,
#outer main #main-content .search .posts__list,
#outer main #main-content .posts .search__list,
#outer main #main-content .posts .posts__list {
  clear: both;
  position: relative;
}
/* line 809, ../sass/screen.scss */
#outer main #main-content .search .search__list > li,
#outer main #main-content .search .posts__list > li,
#outer main #main-content .posts .search__list > li,
#outer main #main-content .posts .posts__list > li {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 809, ../sass/screen.scss */
  #outer main #main-content .search .search__list > li,
  #outer main #main-content .search .posts__list > li,
  #outer main #main-content .posts .search__list > li,
  #outer main #main-content .posts .posts__list > li {
    padding: 20px 0px;
  }
}
/* line 817, ../sass/screen.scss */
#outer main #main-content .search .search__list > li::after,
#outer main #main-content .search .posts__list > li::after,
#outer main #main-content .posts .search__list > li::after,
#outer main #main-content .posts .posts__list > li::after {
  display: block;
  content: "";
  clear: both;
}
/* line 822, ../sass/screen.scss */
#outer main #main-content .search .search__list > li:hover,
#outer main #main-content .search .posts__list > li:hover,
#outer main #main-content .posts .search__list > li:hover,
#outer main #main-content .posts .posts__list > li:hover {
  cursor: pointer;
  background-color: #ffffff;
}
/* line 826, ../sass/screen.scss */
#outer main #main-content .search .search__list > li:hover a h3,
#outer main #main-content .search .posts__list > li:hover a h3,
#outer main #main-content .posts .search__list > li:hover a h3,
#outer main #main-content .posts .posts__list > li:hover a h3 {
  color: #fe8126;
}
/* line 831, ../sass/screen.scss */
#outer main #main-content .search .search__list > li:last-child,
#outer main #main-content .search .posts__list > li:last-child,
#outer main #main-content .posts .search__list > li:last-child,
#outer main #main-content .posts .posts__list > li:last-child {
  border-bottom: none;
}
/* line 834, ../sass/screen.scss */
#outer main #main-content .search .search__list > li p,
#outer main #main-content .search .posts__list > li p,
#outer main #main-content .posts .search__list > li p,
#outer main #main-content .posts .posts__list > li p {
  color: #3b3a39;
  margin-top: 20px;
  height: 30px;
  line-height: 20px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 143, ../sass/_mixins.scss */
#outer main #main-content .search .search__list > li p .search__cate,
#outer main #main-content .search .search__list > li p .posts__cate,
#outer main #main-content .search .posts__list > li p .search__cate,
#outer main #main-content .search .posts__list > li p .posts__cate,
#outer main #main-content .posts .search__list > li p .search__cate,
#outer main #main-content .posts .search__list > li p .posts__cate,
#outer main #main-content .posts .posts__list > li p .search__cate,
#outer main #main-content .posts .posts__list > li p .posts__cate {
  color: #fe8126;
  font-size: 14px;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 151, ../sass/_mixins.scss */
#outer main #main-content .search .search__list > li p .search__time,
#outer main #main-content .search .search__list > li p .posts__time,
#outer main #main-content .search .posts__list > li p .search__time,
#outer main #main-content .search .posts__list > li p .posts__time,
#outer main #main-content .posts .search__list > li p .search__time,
#outer main #main-content .posts .search__list > li p .posts__time,
#outer main #main-content .posts .posts__list > li p .search__time,
#outer main #main-content .posts .posts__list > li p .posts__time {
  color: #bcbdbe;
  margin-left: 5px;
  font-size: 14px;
}
@media (max-width: 768px) {
  /* line 834, ../sass/screen.scss */
  #outer main #main-content .search .search__list > li p,
  #outer main #main-content .search .posts__list > li p,
  #outer main #main-content .posts .search__list > li p,
  #outer main #main-content .posts .posts__list > li p {
    margin-top: 0px;
    height: 24px;
  }
}
/* line 845, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a,
#outer main #main-content .search .posts__list > li a,
#outer main #main-content .posts .search__list > li a,
#outer main #main-content .posts .posts__list > li a {
  text-decoration: none;
}
/* line 847, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a h3,
#outer main #main-content .search .posts__list > li a h3,
#outer main #main-content .posts .search__list > li a h3,
#outer main #main-content .posts .posts__list > li a h3 {
  font-size: 16px;
  /* breakpoint: smartphone | desktop; */
  font-weight: bold;
  color: #686767;
  color: #686767;
  padding: 0;
  font-weight: 700;
  height: 56px;
  line-height: 26px;
  overflow: hidden;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 847, ../sass/screen.scss */
  #outer main #main-content .search .search__list > li a h3,
  #outer main #main-content .search .posts__list > li a h3,
  #outer main #main-content .posts .search__list > li a h3,
  #outer main #main-content .posts .posts__list > li a h3 {
    height: 48px;
  }
}
/* line 859, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a.post__img,
#outer main #main-content .search .posts__list > li a.post__img,
#outer main #main-content .posts .search__list > li a.post__img,
#outer main #main-content .posts .posts__list > li a.post__img {
  width: 268px;
  height: 120px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 859, ../sass/screen.scss */
  #outer main #main-content .search .search__list > li a.post__img,
  #outer main #main-content .search .posts__list > li a.post__img,
  #outer main #main-content .posts .search__list > li a.post__img,
  #outer main #main-content .posts .posts__list > li a.post__img {
    width: 160px;
    height: 72px;
  }
}
/* line 872, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a.post__img img,
#outer main #main-content .search .posts__list > li a.post__img img,
#outer main #main-content .posts .search__list > li a.post__img img,
#outer main #main-content .posts .posts__list > li a.post__img img {
  width: 100%;
}
/* line 878, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a:hover h3,
#outer main #main-content .search .posts__list > li a:hover h3,
#outer main #main-content .posts .search__list > li a:hover h3,
#outer main #main-content .posts .posts__list > li a:hover h3 {
  color: #fe8126;
}
/* line 883, ../sass/screen.scss */
#outer main #main-content .search .search__list > li a img,
#outer main #main-content .search .posts__list > li a img,
#outer main #main-content .posts .search__list > li a img,
#outer main #main-content .posts .posts__list > li a img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* line 892, ../sass/screen.scss */
#outer main #main-content .search p.search__loading,
#outer main #main-content .search p.posts__loading,
#outer main #main-content .posts p.search__loading,
#outer main #main-content .posts p.posts__loading {
  width: 100%;
  height: 52px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-out;
  -moz-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}
/* line 902, ../sass/screen.scss */
#outer main #main-content .search p.search__loading.search__loading--hidden, #outer main #main-content .search p.search__loading.posts__loading--hidden,
#outer main #main-content .search p.posts__loading.search__loading--hidden,
#outer main #main-content .search p.posts__loading.posts__loading--hidden,
#outer main #main-content .posts p.search__loading.search__loading--hidden,
#outer main #main-content .posts p.search__loading.posts__loading--hidden,
#outer main #main-content .posts p.posts__loading.search__loading--hidden,
#outer main #main-content .posts p.posts__loading.posts__loading--hidden {
  height: 0;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 907, ../sass/screen.scss */
#outer main #main-content .search p.search__loading.search__loading--hidden > span, #outer main #main-content .search p.search__loading.posts__loading--hidden > span,
#outer main #main-content .search p.posts__loading.search__loading--hidden > span,
#outer main #main-content .search p.posts__loading.posts__loading--hidden > span,
#outer main #main-content .posts p.search__loading.search__loading--hidden > span,
#outer main #main-content .posts p.search__loading.posts__loading--hidden > span,
#outer main #main-content .posts p.posts__loading.search__loading--hidden > span,
#outer main #main-content .posts p.posts__loading.posts__loading--hidden > span {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
/* line 913, ../sass/screen.scss */
#outer main #main-content .search p.search__loading > span,
#outer main #main-content .search p.posts__loading > span,
#outer main #main-content .posts p.search__loading > span,
#outer main #main-content .posts p.posts__loading > span {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #686767;
  padding: 15px 0;
  color: #686767;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 928, ../sass/screen.scss */
#outer main #main-content .search .search__view-all,
#outer main #main-content .search .posts__view-all,
#outer main #main-content .posts .search__view-all,
#outer main #main-content .posts .posts__view-all {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  color: #cfcfcf;
  background: #ffffff;
  border: solid 1px #cfcfcf;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  right: 0;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 928, ../sass/screen.scss */
  #outer main #main-content .search .search__view-all,
  #outer main #main-content .search .posts__view-all,
  #outer main #main-content .posts .search__view-all,
  #outer main #main-content .posts .posts__view-all {
    width: 120px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
  }
}
/* line 275, ../sass/_mixins.scss */
#outer main #main-content .search .search__view-all:hover,
#outer main #main-content .search .posts__view-all:hover,
#outer main #main-content .posts .search__view-all:hover,
#outer main #main-content .posts .posts__view-all:hover {
  color: #fe8126;
  border-color: #fe8126;
}
/* line 934, ../sass/screen.scss */
#outer main #main-content .pagination-container {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 940, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination {
  display: inline-block;
  margin: 0 auto;
}
/* line 944, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li {
  float: left;
  margin-right: 20px;
}
/* line 947, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li > a {
  display: block;
  color: #333333;
  background: #ffffff;
  padding: 0;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid transparent;
  border-right: 0;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 667px) {
  /* line 947, ../sass/screen.scss */
  #outer main #main-content .pagination-container > .pagination > li > a {
    min-width: 30px;
  }
}
/* line 963, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li > a:hover:not(.off), #outer main #main-content .pagination-container > .pagination > li > a.active {
  color: #fe8126;
  background: #ffffff;
  border: 1px solid #fe8126;
  text-decoration: none;
}
/* line 972, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li:last-child > a, #outer main #main-content .pagination-container > .pagination > li.next > a {
  border: 1px solid #cfcfcf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 26px;
  line-height: 24px;
  margin-right: 0px;
}
/* line 980, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li:first-child > a, #outer main #main-content .pagination-container > .pagination > li.prev > a {
  border: 1px solid #cfcfcf;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 26px;
  line-height: 24px;
}
/* line 988, ../sass/screen.scss */
#outer main #main-content .pagination-container > .pagination > li.active a, #outer main #main-content .pagination-container > .pagination > li.active a:hover, #outer main #main-content .pagination-container > .pagination > li.active:hover a, #outer main #main-content .pagination-container > .pagination > li.active:hover a:hover {
  color: #fe8126;
  background: #ffffff;
  border: 1px solid #fe8126;
}
/* line 997, ../sass/screen.scss */
#outer main #main-content .pagination-container.pagination--bottom {
  padding-bottom: 75px;
}
/* line 1006, ../sass/screen.scss */
#outer main #extra-content {
  width: 270px;
  float: right;
  position: relative;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 768px) {
  /* line 1006, ../sass/screen.scss */
  #outer main #extra-content {
    display: none;
  }
}
/* line 1013, ../sass/screen.scss */
#outer main #extra-content .nap-the {
  background-position: 0 -3458px;
  height: 150px;
  width: 270px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  position: relative;
  left: 0;
  top: 0;
}
/* line 1019, ../sass/screen.scss */
#outer main #extra-content .nap-the:hover:not(.off) {
  background-position: 0 -3158px;
  height: 150px;
  width: 270px;
}
/* line 1022, ../sass/screen.scss */
#outer main #extra-content .nap-the.off {
  background-position: 0 -3308px;
  height: 150px;
  width: 270px;
  cursor: not-allowed;
}
/* line 1027, ../sass/screen.scss */
#outer main #extra-content .hdtt {
  background-position: 0 -1520px;
  height: 70px;
  width: 270px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  position: relative;
  left: 0;
  top: 0;
}
/* line 1033, ../sass/screen.scss */
#outer main #extra-content .hdtt:hover:not(.off) {
  background-position: 0 -1450px;
  height: 70px;
  width: 270px;
}
/* line 1036, ../sass/screen.scss */
#outer main #extra-content .hdtt.off {
  background-position: 0 -1590px;
  height: 70px;
  width: 270px;
  cursor: not-allowed;
}
/* line 1041, ../sass/screen.scss */
#outer main #extra-content .ctcn {
  background-position: 0 -1010px;
  height: 70px;
  width: 270px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  position: relative;
  left: 0;
  top: 0;
}
/* line 1047, ../sass/screen.scss */
#outer main #extra-content .ctcn:hover:not(.off) {
  background-position: 0 -940px;
  height: 70px;
  width: 270px;
}
/* line 1050, ../sass/screen.scss */
#outer main #extra-content .ctcn.off {
  background-position: 0 -1080px;
  height: 70px;
  width: 270px;
  cursor: not-allowed;
}
/* line 1055, ../sass/screen.scss */
#outer main #extra-content .htgd {
  background-position: 0 -1774px;
  height: 70px;
  width: 270px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  position: relative;
  left: 0;
  top: 0;
}
/* line 1061, ../sass/screen.scss */
#outer main #extra-content .htgd:hover:not(.off) {
  background-position: 0 -1704px;
  height: 70px;
  width: 270px;
}
/* line 1064, ../sass/screen.scss */
#outer main #extra-content .htgd.off {
  background-position: 0 -1844px;
  height: 70px;
  width: 270px;
  cursor: not-allowed;
}
/* line 1070, ../sass/screen.scss */
#outer main #extra-content .site-search {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
  background: #fb9d2c;
  border: none;
}
/* line 1079, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field {
  width: 220px;
  height: 50px;
  font-size: 16px;
  border: solid 2px #ff9c2d;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 1087, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field::-webkit-input-placeholder {
  color: #a2b4c8;
}
/* line 1091, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field:-moz-placeholder {
  /* Firefox 18- */
  color: #a2b4c8;
}
/* line 1095, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2b4c8;
}
/* line 1099, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field:-ms-input-placeholder {
  color: #a2b4c8;
}
/* line 1102, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__field:focus {
  outline: none;
}
/* line 1107, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__button {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
/* line 1117, ../sass/screen.scss */
#outer main #extra-content .site-search > form .site-search__button > .fa {
  font-size: 28px;
  color: #fcfbf7;
  line-height: 50px;
  text-shadow: 0 4px 4px #c7692b;
}
/* line 1129, ../sass/screen.scss */
#outer main #extra-content .site-search > form > fieldset > legend {
  display: none;
}
/* line 1136, ../sass/screen.scss */
#outer main #extra-content .hdnt {
  display: block;
  text-indent: -9999px;
  position: absolute;
  position: relative;
  left: 0;
  top: 0;
  width: 270px;
  height: 230px;
  background: url(../images/hd-nap-the.jpg) top left no-repeat;
}
/* line 1154, ../sass/screen.scss */
#outer main #extra-content .fp-container {
  margin-top: 10px;
}
@media (max-width: 667px) {
  /* line 1006, ../sass/screen.scss */
  #outer main #extra-content {
    display: none;
  }
}
/* line 1165, ../sass/screen.scss */
#outer footer {
  padding: 20px 0 60px;
  background: #111616;
  text-align: center;
  color: #878787;
  line-height: 30px;
  font-size: 14px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1165, ../sass/screen.scss */
  #outer footer {
    padding: 20px 0 130px;
  }
  /* line 1174, ../sass/screen.scss */
  #outer footer .wrapper {
    width: 100%;
  }
}
/* line 1181, ../sass/screen.scss */
#outer footer a {
  color: #fe8126;
  text-decoration: none;
}
/* line 1184, ../sass/screen.scss */
#outer footer a:hover {
  text-decoration: underline;
}
/* line 1192, ../sass/screen.scss */
#outer .flyout-content .flyout-content__top-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -44px;
  margin: 0 auto;
  z-index: 3;
  -webkit-transition: bottom 0.25s ease-out;
  -moz-transition: bottom 0.25s ease-out;
  transition: bottom 0.25s ease-out;
  background-position: 0 -4105px;
  height: 35px;
  width: 127px;
  display: block;
  text-indent: -9999px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 1215, ../sass/screen.scss */
#outer .flyout-content .flyout-content__top-button:hover {
  background-position: 0 -4070px;
  height: 35px;
  width: 127px;
}
/* line 1218, ../sass/screen.scss */
#outer .flyout-content .flyout-content__top-button .fa {
  font-size: 26px;
  color: #000;
  margin-top: -1px;
}
@media (max-width: 768px) {
  /* line 1192, ../sass/screen.scss */
  #outer .flyout-content .flyout-content__top-button {
    bottom: 45px;
  }
}
@media screen and (max-width: 320px) {
  /* line 1192, ../sass/screen.scss */
  #outer .flyout-content .flyout-content__top-button {
    bottom: 25px;
  }
}
/* line 1232, ../sass/screen.scss */
#outer .flyout-content .flyout-content__top-button--shown {
  bottom: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1232, ../sass/screen.scss */
  #outer .flyout-content .flyout-content__top-button--shown {
    bottom: 80px;
  }
}
@media screen and (max-width: 320px) {
  /* line 1232, ../sass/screen.scss */
  #outer .flyout-content .flyout-content__top-button--shown {
    bottom: 60px;
  }
}
/* line 1244, ../sass/screen.scss */
#outer .dndmom__photoswipe {
  position: relative;
}
/* line 1247, ../sass/screen.scss */
#outer .dndmom__photoswipe--loading:before {
  display: block;
  content: "đang tải hình lớn...";
  position: absolute;
  top: 50%;
  margin: -15px auto 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 80%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}

/* line 1267, ../sass/screen.scss */
.floating-download {
  width: 410px;
  height: 292px;
  overflow: hidden;
  box-sizing: content;
  padding-left: 152px;
  cursor: pointer;
  z-index: 20;
  position: fixed;
  top: 25%;
  right: -260px;
  background: url("../images/flyingdownload-close.png") left center no-repeat;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1267, ../sass/screen.scss */
  .floating-download {
    display: none;
  }
}
/* line 1285, ../sass/screen.scss */
.floating-download:hover {
  background: url("../images/flyingdownload-close-hov.png") left center no-repeat;
}
/* line 1288, ../sass/screen.scss */
.floating-download.active {
  right: 0;
  background: url("../images/flyingdownload.png") right center no-repeat;
}
/* line 1291, ../sass/screen.scss */
.floating-download.active:hover {
  background: url("../images/flyingdownload-hov.png") right center no-repeat;
}
/* line 1296, ../sass/screen.scss */
.floating-download .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 667px) {
  /* line 1296, ../sass/screen.scss */
  .floating-download .wrapper {
    background-color: #000000;
    max-width: none;
  }
}
/* line 1305, ../sass/screen.scss */
.floating-download .wrapper a {
  display: block;
  text-indent: -9999px;
  position: absolute;
}
/* line 1307, ../sass/screen.scss */
.floating-download .wrapper a.floating-download__appstore {
  background-position: 0 -3822px;
  height: 45px;
  width: 130px;
  top: 18px;
  left: 10px;
}
/* line 1311, ../sass/screen.scss */
.floating-download .wrapper a.floating-download__appstore:hover {
  background-position: 0 -3732px;
  height: 45px;
  width: 130px;
}
/* line 1315, ../sass/screen.scss */
.floating-download .wrapper a.floating-download__gplay {
  background-position: 0 -3957px;
  height: 45px;
  width: 130px;
  top: 74px;
  left: 10px;
}
/* line 1317, ../sass/screen.scss */
.floating-download .wrapper a.floating-download__gplay:hover {
  background-position: 0 -3867px;
  height: 45px;
  width: 130px;
}
/* line 1325, ../sass/screen.scss */
.floating-download .wrapper .floating-download__qrcode-contain {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  right: 10px;
}
/* line 1333, ../sass/screen.scss */
.floating-download .wrapper .floating-download__qrcode-contain img {
  width: 100px;
  cursor: default;
}
/* line 1339, ../sass/screen.scss */
.floating-download .wrapper .floating-download__fp-container {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 10px;
}

/* line 1349, ../sass/screen.scss */
.fixed-bottom-bar {
  display: none;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  background: #fd842c;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1349, ../sass/screen.scss */
  .fixed-bottom-bar {
    display: block;
  }
  /* line 1360, ../sass/screen.scss */
  .fixed-bottom-bar .wrapper {
    width: 480px;
  }
  /* line 1363, ../sass/screen.scss */
  .fixed-bottom-bar #skew-bottom-bar {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
@media screen and (max-width: 320px) {
  /* line 1349, ../sass/screen.scss */
  .fixed-bottom-bar {
    height: 60px;
  }
}
/* line 1374, ../sass/screen.scss */
.fixed-bottom-bar ul li {
  display: block;
  float: left;
}
/* line 1377, ../sass/screen.scss */
.fixed-bottom-bar ul li a {
  display: block;
  text-indent: -9999px;
}
/* line 1380, ../sass/screen.scss */
.fixed-bottom-bar ul li a.off {
  cursor: not-allowed;
}
/* line 1383, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-trangchu {
  background-position: 0 -2358px;
  height: 80px;
  width: 96px;
}
/* line 1385, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-trangchu:hover:not(.off), .fixed-bottom-bar ul li a.mm-trangchu.active:not(.off) {
  background-position: 0 -2198px;
  height: 80px;
  width: 96px;
}
/* line 1388, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-trangchu.off {
  background-position: 0 -2278px;
  height: 80px;
  width: 96px;
}
/* line 1392, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-taigame {
  background-position: 0 -3078px;
  height: 80px;
  width: 96px;
}
/* line 1394, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-taigame:hover:not(.off), .fixed-bottom-bar ul li a.mm-taigame.active:not(.off) {
  background-position: 0 -2918px;
  height: 80px;
  width: 96px;
}
/* line 1397, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-taigame.off {
  background-position: 0 -2998px;
  height: 80px;
  width: 96px;
}
/* line 1401, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-napthe {
  background-position: 0 -2598px;
  height: 80px;
  width: 96px;
}
/* line 1403, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-napthe:hover:not(.off), .fixed-bottom-bar ul li a.mm-napthe.active:not(.off) {
  background-position: 0 -2438px;
  height: 80px;
  width: 96px;
}
/* line 1406, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-napthe.off {
  background-position: 0 -2518px;
  height: 80px;
  width: 96px;
}
/* line 1410, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-sukien {
  background-position: 0 -2838px;
  height: 80px;
  width: 96px;
}
/* line 1412, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-sukien:hover:not(.off), .fixed-bottom-bar ul li a.mm-sukien.active:not(.off) {
  background-position: 0 -2678px;
  height: 80px;
  width: 96px;
}
/* line 1415, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-sukien.off {
  background-position: 0 -2758px;
  height: 80px;
  width: 96px;
}
/* line 1419, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-fanpage {
  background-position: 0 -2118px;
  height: 80px;
  width: 96px;
}
/* line 1421, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-fanpage:hover:not(.off), .fixed-bottom-bar ul li a.mm-fanpage.active:not(.off) {
  background-position: 0 -1958px;
  height: 80px;
  width: 96px;
}
/* line 1424, ../sass/screen.scss */
.fixed-bottom-bar ul li a.mm-fanpage.off {
  background-position: 0 -2038px;
  height: 80px;
  width: 96px;
}

/* line 1433, ../sass/screen.scss */
.dndmom__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #000;
}
/* line 1442, ../sass/screen.scss */
.dndmom__modal > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  text-indent: -1000em;
}
/* line 1451, ../sass/screen.scss */
.dndmom__modal > a:before {
  content: " ";
  background: url(../images/default-skin.png) no-repeat 0 -44px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 1463, ../sass/screen.scss */
.dndmom__modal > a:hover:before {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1468, ../sass/screen.scss */
.dndmom__modal > iframe {
  width: 90%;
  height: 90%;
  margin: 15px auto 0;
  /* breakpoint: smartphone | desktop; */
  display: block;
  position: relative;
  z-index: 100001;
}
@media (max-width: 667px) {
  /* line 1468, ../sass/screen.scss */
  .dndmom__modal > iframe {
    width: 100%;
    margin: 30px auto 0;
    height: calc( 100% - 30px );
  }
}

/* line 1, ../sass/_gallery.scss */
.post-gallery {
  width: 100%;
  overflow: hidden;
  padding-bottom: 28px;
  position: relative;
  margin-top: 20px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 1, ../sass/_gallery.scss */
  .post-gallery {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
/* line 12, ../sass/_gallery.scss */
.post-gallery .posts__tabs {
  display: block;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* breakpoint: smartphone | desktop; */
}
@media (min-width: 1025px) {
  /* line 12, ../sass/_gallery.scss */
  .post-gallery .posts__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    text-align: left;
  }
}
/* line 208, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #878787;
  font-size: 16px;
  margin-right: 20px;
}
/* line 216, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li:last-child {
  border-right: none;
  margin-right: 0;
}
/* line 221, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li.active, .post-gallery .posts__tabs > li:hover {
  color: #ffffff;
}
/* line 225, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li.active > a, .post-gallery .posts__tabs > li:hover > a {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 233, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li a {
  height: 30px;
  line-height: 30px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #878787;
  font-weight: normal;
}
/* line 241, ../sass/_mixins.scss */
.post-gallery .posts__tabs > li a:hover {
  color: #ffffff;
  background: #fe8126;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
}
/* line 16, ../sass/_gallery.scss */
.post-gallery .list__image {
  overflow: hidden;
  width: 100%;
  margin: 15px auto 6px;
  text-align: center;
}
/* line 23, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container {
  width: 100%;
}
/* line 25, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper {
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 25, ../sass/_gallery.scss */
  .post-gallery .list__image .swiper-container .swiper-wrapper {
    width: 100%;
  }
}
/* line 29, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide {
  width: 275px;
  height: 240px;
}
/* line 33, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide.dndmom__photoswipe-clip .ico__play-video {
  display: block;
}
/* line 38, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: inherit;
  height: inherit;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
/* line 46, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > img,
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > video {
  display: block;
  width: 100%;
  background: #bcbdbe;
  display: block;
  margin: 0;
  padding: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 56, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > img:hover,
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > video:hover {
  transform: scale(1.09);
}
/* line 63, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.ico__play-video {
  display: none;
  background: url(../images/thu-vien/clip.png) no-repeat center top;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
}
/* line 73, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.ico__play-video:hover {
  background: url(../images/thu-vien/clip-hov.png) no-repeat center top;
}
/* line 77, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container .swiper-wrapper .swiper-slide a > span.gallery-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  height: 30px;
  line-height: 20px;
  position: relative;
  left: 0;
  top: 10px;
}
/* line 95, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next,
.post-gallery .list__image .swiper-container > .swiper-button-prev {
  width: 31px;
  height: 31px;
  display: block;
}
/* line 101, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next {
  right: 0px;
  background: url(../images/thu-vien/next.png) center top no-repeat;
}
/* line 104, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-next:hover {
  background: url(../images/thu-vien/next-hov.png) center top no-repeat;
}
/* line 108, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-prev {
  left: 0px;
  background: url(../images/thu-vien/prev.png) center top no-repeat;
}
/* line 111, ../sass/_gallery.scss */
.post-gallery .list__image .swiper-container > .swiper-button-prev:hover {
  background: url(../images/thu-vien/prev-hov.png) center top no-repeat;
}
/* line 118, ../sass/_gallery.scss */
.post-gallery .gallery-view-all {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  color: #cfcfcf;
  background: #ffffff;
  border: solid 1px #cfcfcf;
  border-radius: 15px;
  position: absolute;
  top: 4px;
  right: 0;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 118, ../sass/_gallery.scss */
  .post-gallery .gallery-view-all {
    width: 120px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
  }
}
/* line 275, ../sass/_mixins.scss */
.post-gallery .gallery-view-all:hover {
  color: #fe8126;
  border-color: #fe8126;
}

/* line 125, ../sass/_gallery.scss */
.subpage .post-gallery {
  background: transparent;
  padding-bottom: 0;
}
/* line 129, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li {
  float: left;
  padding-left: 5px;
  margin-bottom: 5px;
}
/* line 134, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li.dndmom__photoswipe-clip .ico__play-video {
  display: block;
}
/* line 138, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a {
  display: block;
  width: 205px;
  height: 127px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
/* line 146, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > img,
.subpage .post-gallery .list__image li a > video {
  display: block;
  width: 100%;
  background: #bcbdbe;
  display: block;
  margin: 0;
  padding: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 156, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > img:hover,
.subpage .post-gallery .list__image li a > video:hover {
  transform: scale(1.09);
}
/* line 163, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.ico__play-video {
  display: none;
  background: url(../images/thu-vien/clip.png) no-repeat center center #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
}
/* line 173, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.ico__play-video:hover {
  background: url(../images/thu-vien/clip-hov.png) no-repeat center center #000;
}
/* line 177, ../sass/_gallery.scss */
.subpage .post-gallery .list__image li a > span.gallery-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  height: 30px;
  line-height: 20px;
  position: relative;
  left: 0;
  top: 10px;
}
/* line 194, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  padding: 10px 0;
  color: #ff4700;
  background: transparent;
  font-size: 16px;
  border: solid 2px #ff4700;
  border-radius: 5px;
  display: block;
}
/* line 38, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/neat-compass-1.6.0/stylesheets/neat/grid/_span-columns.scss */
.subpage .post-gallery .list__image-more:last-child {
  margin-right: 0;
}
/* line 206, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more:hover {
  background: transparent;
  color: #6f6009;
  border: solid 2px #6f6009;
}
/* line 214, ../sass/_gallery.scss */
.subpage .post-gallery .list__image-more > .fa {
  font-weight: bold;
}

/* line 1489, ../sass/screen.scss */
.fancybox-skin {
  background-color: #4f4f4f !important;
}

/* line 1494, ../sass/screen.scss */
.fancybox-title {
  display: none !important;
}

/* line 8, ../sass/subpage.scss */
.subpage #outer #main-content .page-title {
  font-size: 22px;
  background: url(../images/subpage/icon-title.png) top left no-repeat;
  padding: 0px 10px 10px 50px;
  color: #ff7923;
  font-weight: bold;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 20px;
}
/* line 16, ../sass/subpage.scss */
.subpage #outer #main-content .page-title span {
  padding-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fe8127;
}
/* line 22, ../sass/subpage.scss */
.subpage #outer #main-content .page-title a {
  font-size: 14px;
  text-decoration: none;
}
/* line 25, ../sass/subpage.scss */
.subpage #outer #main-content .page-title a span {
  color: #fe8127;
}
/* line 28, ../sass/subpage.scss */
.subpage #outer #main-content .page-title a:hover {
  text-decoration: none;
}
/* line 34, ../sass/subpage.scss */
.subpage #outer #main-content .posts {
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 34, ../sass/subpage.scss */
  .subpage #outer #main-content .posts {
    padding-bottom: 0;
  }
}
/* line 38, ../sass/subpage.scss */
.subpage #outer #main-content .posts .post__sharing {
  padding-top: 10px;
  margin-top: 20px;
  border-top: solid 1px #bfc5ce;
}
/* line 43, ../sass/subpage.scss */
.subpage #outer #main-content .posts .post_tags {
  font-size: 12px;
  margin-bottom: 80px;
  /* breakpoint: smartphone | desktop; */
}
@media (max-width: 667px) {
  /* line 43, ../sass/subpage.scss */
  .subpage #outer #main-content .posts .post_tags {
    margin-bottom: 0;
  }
}
/* line 51, ../sass/subpage.scss */
.subpage #outer #main-content .posts .post_tags a {
  margin: 0 5px;
  color: #1e8ff9;
}
/* line 55, ../sass/subpage.scss */
.subpage #outer #main-content .posts .post_tags a:hover {
  color: #ffe87a;
}
/* line 64, ../sass/subpage.scss */
.subpage #outer #main-content .posts .search__list > li p,
.subpage #outer #main-content .posts .posts__list > li p {
  padding: 0px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 64, ../sass/subpage.scss */
  .subpage #outer #main-content .posts .search__list > li p,
  .subpage #outer #main-content .posts .posts__list > li p {
    margin: 0 0 0.3em;
  }
}
/* line 71, ../sass/subpage.scss */
.subpage #outer #main-content .posts .search__list > li a h3,
.subpage #outer #main-content .posts .posts__list > li a h3 {
  background: none;
  font-weight: bold;
}
/* line 80, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details {
  padding: 0px 20px 20px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 80, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details {
    padding: 0;
  }
}
/* line 85, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details h1.post__title, .subpage #outer #main-content .subpage-details h1 {
  font-size: 18px;
  color: #ff4700;
  text-align: left;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 95, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details h1.post__title p, .subpage #outer #main-content .subpage-details h1.post__title time, .subpage #outer #main-content .subpage-details h1 p, .subpage #outer #main-content .subpage-details h1 time {
  font-size: 14px;
  color: #868686;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 104, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details {
  font-size: 16px;
  line-height: 25px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
  /* for table */
}
@media (max-width: 768px) {
  /* line 104, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details {
    padding: 10px;
  }
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/extends/_button.scss */
.subpage #outer #main-content .subpage-details .post-details button,
.subpage #outer #main-content .subpage-details .post-details input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}
/* line 13, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/extends/_button.scss */
.subpage #outer #main-content .subpage-details .post-details button:hover,
.subpage #outer #main-content .subpage-details .post-details input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
/* line 10, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h1, .subpage #outer #main-content .subpage-details .post-details h2, .subpage #outer #main-content .subpage-details .post-details h3, .subpage #outer #main-content .subpage-details .post-details h4, .subpage #outer #main-content .subpage-details .post-details h5, .subpage #outer #main-content .subpage-details .post-details h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}
/* line 17, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h1 {
  font-size: 2.25em;
}
/* line 21, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h2 {
  font-size: 2em;
}
/* line 25, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h3 {
  font-size: 1.75em;
}
/* line 29, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h4 {
  font-size: 1.5em;
}
/* line 33, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h5 {
  font-size: 1.25em;
}
/* line 37, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details h6 {
  font-size: 1em;
}
/* line 41, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details p {
  margin: 0 0 0.75em;
}
/* line 45, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
/* line 50, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details a:hover {
  color: #2c5999;
}
/* line 54, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details a:active, .subpage #outer #main-content .subpage-details .post-details a:focus {
  color: #2c5999;
  outline: none;
}
/* line 60, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
/* line 68, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details img {
  margin: 0;
  max-width: 100%;
}
/* line 73, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}
/* line 80, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details cite {
  color: #737373;
  font-style: italic;
}
/* line 84, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_typography.scss */
.subpage #outer #main-content .subpage-details .post-details cite:before {
  content: '\2014 \00A0';
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}
/* line 8, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details input,
.subpage #outer #main-content .subpage-details .post-details label,
.subpage #outer #main-content .subpage-details .post-details select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}
/* line 16, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 20, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details label.required:after {
  content: "*";
}
/* line 24, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details label abbr {
  display: none;
}
/* line 29, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details textarea,
.subpage #outer #main-content .subpage-details .post-details input[type="email"], .subpage #outer #main-content .subpage-details .post-details input[type="number"], .subpage #outer #main-content .subpage-details .post-details input[type="password"], .subpage #outer #main-content .subpage-details .post-details input[type="search"], .subpage #outer #main-content .subpage-details .post-details input[type="tel"], .subpage #outer #main-content .subpage-details .post-details input[type="text"], .subpage #outer #main-content .subpage-details .post-details input[type="url"], .subpage #outer #main-content .subpage-details .post-details input[type="color"], .subpage #outer #main-content .subpage-details .post-details input[type="date"], .subpage #outer #main-content .subpage-details .post-details input[type="datetime"], .subpage #outer #main-content .subpage-details .post-details input[type="datetime-local"], .subpage #outer #main-content .subpage-details .post-details input[type="month"], .subpage #outer #main-content .subpage-details .post-details input[type="time"], .subpage #outer #main-content .subpage-details .post-details input[type="week"],
.subpage #outer #main-content .subpage-details .post-details select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details textarea:hover,
.subpage #outer #main-content .subpage-details .post-details input[type="email"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="number"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="password"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="search"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="tel"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="text"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="url"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="color"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="date"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="datetime"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="datetime-local"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="month"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="time"]:hover, .subpage #outer #main-content .subpage-details .post-details input[type="week"]:hover,
.subpage #outer #main-content .subpage-details .post-details select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details textarea:focus,
.subpage #outer #main-content .subpage-details .post-details input[type="email"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="number"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="password"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="search"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="tel"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="text"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="url"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="color"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="date"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="datetime"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="datetime-local"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="month"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="time"]:focus, .subpage #outer #main-content .subpage-details .post-details input[type="week"]:focus,
.subpage #outer #main-content .subpage-details .post-details select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}
/* line 55, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details textarea {
  resize: vertical;
}
/* line 59, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 63, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details input[type="checkbox"], .subpage #outer #main-content .subpage-details .post-details input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
/* line 68, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}
/* line 74, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_forms.scss */
.subpage #outer #main-content .subpage-details .post-details select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_tables.scss */
.subpage #outer #main-content .subpage-details .post-details table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
/* line 8, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_tables.scss */
.subpage #outer #main-content .subpage-details .post-details th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}
/* line 15, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_tables.scss */
.subpage #outer #main-content .subpage-details .post-details td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}
/* line 20, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_tables.scss */
.subpage #outer #main-content .subpage-details .post-details tr, .subpage #outer #main-content .subpage-details .post-details td, .subpage #outer #main-content .subpage-details .post-details th {
  vertical-align: middle;
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_lists.scss */
.subpage #outer #main-content .subpage-details .post-details ul, .subpage #outer #main-content .subpage-details .post-details ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 19, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_lists.scss */
.subpage #outer #main-content .subpage-details .post-details dl {
  margin-bottom: 0.75em;
}
/* line 22, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_lists.scss */
.subpage #outer #main-content .subpage-details .post-details dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 27, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_lists.scss */
.subpage #outer #main-content .subpage-details .post-details dl dd {
  margin: 0;
}
/* line 1, ../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/bitters-compass-0.10.0/stylesheets/base/_buttons.scss */
.subpage #outer #main-content .subpage-details .post-details button,
.subpage #outer #main-content .subpage-details .post-details input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 111, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details pre {
  overflow: auto;
}
/* line 114, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details strong {
  font-weight: bold;
}
/* line 118, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details em {
  font-style: italic;
}
/* line 121, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details p {
  padding: 5px 0;
}
/* line 124, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h1 {
  font-size: 18px;
  color: #ff4700;
  text-align: left;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 134, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h1 p, .subpage #outer #main-content .subpage-details .post-details h1 time {
  font-size: 14px;
  color: #868686;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 144, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details * {
  color: #333333;
  font-family: "Roboto", sans-serif;
}
/* line 149, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .FirstChar {
  padding: 4px 4px 0 0;
  line-height: 30px;
  font-size: 40px;
  float: left;
}
/* line 155, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul {
  margin: 0px 0px 10px 5px;
}
/* line 157, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul > li {
  padding-left: 15px;
  list-style-type: none;
  text-align: justify;
}
/* line 161, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul > li ul {
  margin: 0 0 10px 20px;
}
/* line 163, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul > li ul li {
  margin-bottom: 10px;
  padding-left: 15px;
}
/* line 170, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.icon li, .subpage #outer #main-content .subpage-details .post-details ul.Icon li {
  background: url(../images/subpage/icon-2.png) 0 8px no-repeat;
}
/* line 174, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.disc li, .subpage #outer #main-content .subpage-details .post-details ul.Disc li {
  background: url("../images/subpage/icon-3.png") 3px 9px no-repeat;
}
/* line 178, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.dash li, .subpage #outer #main-content .subpage-details .post-details ul.Dash li {
  background: url("../images/subpage/icon-3b.png") 3px 9px no-repeat;
}
/* line 182, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.decimal li, .subpage #outer #main-content .subpage-details .post-details ul.Decimal li {
  list-style-type: decimal;
  padding-left: 5px;
}
/* line 186, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.UpperAlpha li, .subpage #outer #main-content .subpage-details .post-details ul.upper-alpha li {
  list-style-type: upper-alpha;
}
/* line 189, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.lower-alpha li, .subpage #outer #main-content .subpage-details .post-details ul.LowerCase li {
  list-style-type: lower-alpha;
}
/* line 201, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.anchor-link, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink {
  display: block;
  width: 98%;
  clear: both;
  min-height: 50px;
  border: 1px solid #92641e;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}
/* line 210, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.anchor-link li, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink li {
  float: left;
  padding: 0 20px 0 10px;
  margin-bottom: 0px;
  background: url("../images/subpage/icon-anchorlink.jpg") no-repeat 0 14px;
  width: 260px;
}
/* line 216, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.anchor-link li a, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink li a {
  font-weight: bolder;
  color: #1e90f9;
}
/* line 219, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.anchor-link li a:hover, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink li a:hover {
  text-decoration: underline;
  color: #1e90f9;
}
/* line 223, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details ul.anchor-link li a.Active, .subpage #outer #main-content .subpage-details .post-details ul.anchor-link li a.Active:hover, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink li a.Active, .subpage #outer #main-content .subpage-details .post-details ul.AnchorLink li a.Active:hover {
  text-decoration: underline;
  color: #ff6d6b;
}
/* line 233, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .center, .subpage #outer #main-content .subpage-details .post-details .TextCenter {
  text-align: center;
}
/* line 237, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 237, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details img {
    width: 90%;
  }
}
/* line 250, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details img ~ br {
  height: 0px;
  display: none;
}
/* line 254, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details img ~ .center, .subpage #outer #main-content .subpage-details .post-details img .TextCenter {
  padding-top: 0px;
  margin-top: -5px;
  color: #424242;
  font-style: italic;
}
/* line 262, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details a {
  color: #008efa;
  text-decoration: none;
}
/* line 265, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details a:hover {
  color: #008efa;
  text-decoration: underline;
}
/* line 271, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .strong {
  font-weight: bolder;
  color: #eb5300;
}
/* line 276, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .strong01, .subpage #outer #main-content .subpage-details .post-details .Strong01 {
  font-weight: bolder;
  color: #333333;
  font-size: 16px;
}
/* line 282, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .strong02, .subpage #outer #main-content .subpage-details .post-details .Strong02 {
  font-weight: bolder;
  color: #eb5300;
  font-size: 17px;
}
/* line 288, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .notice-box, .subpage #outer #main-content .subpage-details .post-details .NoticeBox {
  width: 90%;
  padding: 15px 10px 10px 10px;
  border: 1px solid #ffd3c6;
  background: #fff;
  margin-top: 25px;
}
/* line 294, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .notice-box p.legend, .subpage #outer #main-content .subpage-details .post-details .notice-box .Legend, .subpage #outer #main-content .subpage-details .post-details .NoticeBox p.legend, .subpage #outer #main-content .subpage-details .post-details .NoticeBox .Legend {
  background: #ff7923 none repeat scroll 0 0;
  color: #f6f6f6;
  float: left;
  font-size: 14px;
  font-weight: bolder;
  height: 25px;
  margin: -30px 0 10px;
  padding: 0 17px 0 16px;
  position: absolute;
}
/* line 309, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details table {
  margin: 10px auto;
  border-collapse: collapse;
}
/* line 313, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details table tr:nth-child(odd) {
  background: #ffffff;
}
/* line 316, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details table tr:nth-child(even) {
  background: #fff8f4;
}
/* line 320, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details table td, .subpage #outer #main-content .subpage-details .post-details table th {
  border: 1px solid #bfc5ce;
  padding: 3px 10px;
}
/* line 325, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details table th {
  color: #f6f6f6;
  font-weight: bolder;
  padding: 5px 10px;
  background: #ff7923;
  text-align: center;
}
/* line 334, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h2, .subpage #outer #main-content .subpage-details .post-details h4 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  padding-left: 33px;
  color: #ff7923;
  background: url("../images/subpage/icon-1.png") no-repeat 0 1px;
  /* breakpoint: smartphone | desktop; */
}
/* line 341, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h2 ~ p, .subpage #outer #main-content .subpage-details .post-details h2 ~ ul, .subpage #outer #main-content .subpage-details .post-details h2 ~ table, .subpage #outer #main-content .subpage-details .post-details h2 ~ div, .subpage #outer #main-content .subpage-details .post-details h4 ~ p, .subpage #outer #main-content .subpage-details .post-details h4 ~ ul, .subpage #outer #main-content .subpage-details .post-details h4 ~ table, .subpage #outer #main-content .subpage-details .post-details h4 ~ div {
  margin-left: 30px;
}
/* line 344, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h2 ~ table, .subpage #outer #main-content .subpage-details .post-details h4 ~ table {
  max-width: 590px;
}
@media (max-width: 667px) {
  /* line 334, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h2, .subpage #outer #main-content .subpage-details .post-details h4 {
    background: none;
    padding-left: 0px;
  }
  /* line 350, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h2 ~ p, .subpage #outer #main-content .subpage-details .post-details h2 ~ ul, .subpage #outer #main-content .subpage-details .post-details h2 ~ table, .subpage #outer #main-content .subpage-details .post-details h2 ~ div, .subpage #outer #main-content .subpage-details .post-details h4 ~ p, .subpage #outer #main-content .subpage-details .post-details h4 ~ ul, .subpage #outer #main-content .subpage-details .post-details h4 ~ table, .subpage #outer #main-content .subpage-details .post-details h4 ~ div {
    margin-left: 12px;
  }
  /* line 353, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h2 ~ table, .subpage #outer #main-content .subpage-details .post-details h4 ~ table {
    max-width: 270px;
  }
}
/* line 361, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h3, .subpage #outer #main-content .subpage-details .post-details h5 {
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  padding-left: 20px;
  margin-left: 25px;
  color: #0034a6;
  background: url("../images/subpage/icon-5.png") no-repeat 0 6px;
  /* breakpoint: smartphone | desktop; */
}
/* line 370, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h3 ~ p, .subpage #outer #main-content .subpage-details .post-details h3 ~ ul, .subpage #outer #main-content .subpage-details .post-details h3 ~ table, .subpage #outer #main-content .subpage-details .post-details h3 ~ div, .subpage #outer #main-content .subpage-details .post-details h5 ~ p, .subpage #outer #main-content .subpage-details .post-details h5 ~ ul, .subpage #outer #main-content .subpage-details .post-details h5 ~ table, .subpage #outer #main-content .subpage-details .post-details h5 ~ div {
  margin-left: 42px;
}
/* line 373, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details h3 ~ table, .subpage #outer #main-content .subpage-details .post-details h5 ~ table {
  max-width: 510px;
}
@media (max-width: 667px) {
  /* line 361, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h3, .subpage #outer #main-content .subpage-details .post-details h5 {
    background: none;
    padding-left: 0px;
    margin-left: 12px;
  }
  /* line 382, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h3 ~ p, .subpage #outer #main-content .subpage-details .post-details h3 ~ ul, .subpage #outer #main-content .subpage-details .post-details h3 ~ table, .subpage #outer #main-content .subpage-details .post-details h3 ~ div, .subpage #outer #main-content .subpage-details .post-details h5 ~ p, .subpage #outer #main-content .subpage-details .post-details h5 ~ ul, .subpage #outer #main-content .subpage-details .post-details h5 ~ table, .subpage #outer #main-content .subpage-details .post-details h5 ~ div {
    margin-left: 22px;
  }
  /* line 385, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-details h3 ~ table, .subpage #outer #main-content .subpage-details .post-details h5 ~ table {
    max-width: 221px;
  }
}
/* line 392, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-details .post__cate-and-time {
  color: #3b3a39;
  margin-bottom: 0;
}
/* line 143, ../sass/_mixins.scss */
.subpage #outer #main-content .subpage-details .post-details .post__cate-and-time .search__cate,
.subpage #outer #main-content .subpage-details .post-details .post__cate-and-time .posts__cate {
  color: #fe8126;
  font-size: 14px;
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 151, ../sass/_mixins.scss */
.subpage #outer #main-content .subpage-details .post-details .post__cate-and-time .search__time,
.subpage #outer #main-content .subpage-details .post-details .post__cate-and-time .posts__time {
  color: #bcbdbe;
  margin-left: 5px;
  font-size: 14px;
}
/* line 400, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .search table tr {
  background: none;
}
/* line 402, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .search table tr td {
  border: none;
  padding: 0;
}
/* line 412, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan {
  display: none;
}
/* line 414, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan::after {
  display: block;
  content: "";
  clear: both;
}
/* line 419, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan.active {
  display: block;
}
/* line 422, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan li {
  display: block;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
/* line 427, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan li:nth-child(even) {
  margin-right: 0;
}
/* line 430, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan li a {
  width: 305px;
  height: 130px;
  display: block;
  overflow: hidden;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 430, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan li a {
    width: 210px;
    height: 90px;
  }
}
/* line 439, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-huongdan ul.list-huongdan li a img {
  width: 100%;
}
/* line 466, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-gioithieu ul.list-gioithieu::after {
  display: block;
  content: "";
  clear: both;
}
/* line 471, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-gioithieu ul.list-gioithieu li {
  display: block;
  margin: 20px auto;
}
/* line 475, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-gioithieu ul.list-gioithieu li a {
  width: 630px;
  height: 300px;
  display: block;
  overflow: hidden;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 475, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-gioithieu ul.list-gioithieu li a {
    width: 440px;
    height: 210px;
  }
}
/* line 484, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-gioithieu ul.list-gioithieu li a img {
  width: 100%;
}
/* line 516, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .posts__tabs li {
  margin-right: 5px;
}
/* line 518, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .posts__tabs li a {
  padding: 5px 10px;
}
/* line 524, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi::after {
  display: block;
  content: "";
  clear: both;
}
/* line 530, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container {
  width: 100%;
  height: 530px;
  position: relative;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 530, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container {
    width: 440px;
    height: 380px;
  }
}
/* line 543, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide {
  width: 630px;
  height: 530px;
  overflow: hidden;
  float: left;
  margin: 0;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
/* line 550, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  /* line 543, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 380px;
  }
}
/* line 560, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide > a {
  display: block;
  width: 630px;
  height: 530px;
  position: relative;
  overflow: hidden;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 560, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide > a {
    width: 440px;
    height: 380px;
  }
}
/* line 574, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide > a > img,
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide > a > video {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 582, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-wrapper > .swiper-slide > a > .event-banner__video-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -34px;
}
/* line 595, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-next,
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-prev {
  width: 31px;
  height: 31px;
  display: block;
  top: 180px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 595, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-next,
  .subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-prev {
    top: 120px;
  }
}
/* line 606, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-next {
  right: 0px;
  background: url(../images/thu-vien/next.png) center top no-repeat;
}
/* line 609, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-next:hover {
  background: url(../images/thu-vien/next-hov.png) center top no-repeat;
}
/* line 613, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-prev {
  left: 0px;
  background: url(../images/thu-vien/prev.png) center top no-repeat;
}
/* line 616, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .swiper-container > .swiper-button-prev:hover {
  background: url(../images/thu-vien/prev-hov.png) center top no-repeat;
}
/* line 621, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .wp-info {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  color: #848484;
  padding: 20px 0;
}
/* line 629, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .group-char {
  font-size: 18px;
  margin-left: calc(10% + 20px);
  color: #848484;
  line-height: 36px;
}
/* line 635, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .group-char .group-char--title {
  font-weight: bold;
  color: #fe8126;
}
/* line 640, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-vukhi .list-vukhi .group-char .char > span {
  text-indent: -9999px;
  background: #fe8126;
  color: #fe8126;
  font-size: 10px;
  display: block;
  height: 14px;
  max-width: 340px;
  position: relative;
  margin: -22px 0 14px 100px;
}
/* line 657, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-thoitrang .carousel {
  width: 100%;
  height: 830px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 657, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-thoitrang .carousel {
    height: 578px;
  }
}
/* line 665, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-thoitrang .carousel > .info li {
  display: none;
  width: 100%;
  max-height: 423px;
  position: absolute;
  left: 0;
  top: 420px;
  /* breakpoint: smartphone | desktop; */
  /* between desktop ~ smartphone */
}
@media (max-width: 768px) {
  /* line 665, ../sass/subpage.scss */
  .subpage #outer #main-content .subpage-details .post-thoitrang .carousel > .info li {
    top: 280px;
  }
}
/* line 675, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-thoitrang .carousel > .info li img {
  width: 100%;
}
/* line 678, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .post-thoitrang .carousel > .info li.active {
  display: block;
}
/* line 688, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .posts--related h2 {
  font-size: 18px;
  color: #ff4700;
  text-align: left;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 697, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .posts--related .posts__list {
  margin-left: 20px;
}
/* line 699, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .posts--related .posts__list li {
  border-bottom: 1px solid #c5c7cc;
}
/* line 701, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .posts--related .posts__list li p {
  margin-top: 0;
}
/* line 704, ../sass/subpage.scss */
.subpage #outer #main-content .subpage-details .posts--related .posts__list li h3 {
  height: 26px;
}

/*# sourceMappingURL=subpage.css.map */
