* {
  box-sizing: border-box;
  outline: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  padding: 0px;
  margin: 0px;
}

a,
span,
label {
  text-decoration: none;
}

a:hover {
  color: #ffcc00;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: 0px;
  background: 0px;
  display: inline-block;
  cursor: pointer;
}

table,
tr,
td {
  border-collapse: collapse;
}

table,
tr,
td {
  border-collapse: collapse;
}

nav:not(.mm-menu) {
  display: none;
}

body {
  position: relative;
  font-family: "RR", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0px auto;
}

.wrapper {
  max-width: 1220px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes nhay {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.clear {
  clear: both;
}

#top {
  width: 50px;
  height: 50px;
  background: #fff url(../images/top.png) center;
  position: fixed;
  right: 30px;
  bottom: 80px;
  cursor: pointer;
  display: none;
  z-index: 100;
  border-radius: 50%;
  border: 5px solid #555;
}

#breadcrumbs {
  position: relative;
}

#breadcrumbs ul {
  position: relative;
  margin: 0;
  border-radius: 0 !important;
  padding: 15px 0px;
  text-align: left;
  margin-bottom: 1px;
}

#breadcrumbs ul>li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#breadcrumbs ul>li:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  left: -9px;
  font-size: 12px;
  top: 2px;
}

#breadcrumbs ul>li:first-child:before {
  display: none;
}

#breadcrumbs ul>li a {
  font-size: 13px;
  color: #000;
}

.visit_hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.paging {
  margin: auto;
  width: auto;
  text-align: center;
  margin: 10px 0;
}

.paging ul {
  text-align: center;
  color: #000;
}

.paging ul li {
  margin-bottom: 10px;
  display: inline;
  padding: 0 3px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
}

.paging ul li a {
  display: inline-block;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #000;
  background: linear-gradient(to bottom, #fff, #c4c4c4);
  width: 25px;
  height: 25px;
  border-radius: 20px;
  cursor: pointer;
}

.paging ul li a:hover {
  background: #464646;
  color: #fff;
  border-radius: 20px;
}

.paging ul li .current {
  background: #464646;
  color: #fff;
}

.lozad {
  opacity: 0;
  visibility: hidden;
}

.fade {
  animation-name: fade;
  animation-duration: 0.5s;
  opacity: 1;
  visibility: visible;
}

@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.flex-sticky {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sticky-left {
  position: sticky;
  top: 45px;
}

.tab__content>div {
  display: none;
}

.act-ct {
  display: block !important;
}

.act {
  display: block !important;
  position: relative;
}

.fix {
  display: flex;
  justify-content: flex-end;
  background: #131313;
  background-size: 100% 100%;
}

.fix span {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-family: MR;
}

.fix__address {
  float: left;
  text-align: center;
  padding-left: 25px;
  background: url(../images/h1.png) no-repeat 0px;
}

.fix__hotline {
  padding-left: 25px;
  background: url(../images/h2.png) no-repeat 0px;
  float: right;
  color: #000;
}

.in-page .header{border:1px solid #f2f2f2}

.fix__time {
  padding-left: 25px;
  background: url(../images/h3.png) no-repeat 0px;
  float: right;
  color: #000;
}

.fix__email {
  padding-left: 20px;
  background: url(../images/h3.png) no-repeat 0px;
  float: right;
  color: #000;
  margin-left: 30px;
  margin-right: 30px;
}

.fix__slogan {
  float: left;
  font-family: OPB;
}

.fix__website {
  margin-right: 45px;
  padding-left: 25px;
  background: url(../images/h3.png) no-repeat 0px;
  float: left;
}

.fix__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  position: relative;
  z-index: 99;
}

.header__logo {
  width: 14%;
  text-align: center;
}

.header__logo img {
  position: relative;
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__ngonngu ul {
  display: flex;
  justify-content: flex-end;
}

.header__ngonngu ul li {
  display: inline-block;
  padding: 0 5px;
}

.header__slg {
  position: relative;
  top: -15px;
}

.header__slg p:nth-child(1) {
  font-family: SVA;
  color: #fff;
  font-size: 30px;
}

.header__slg p:nth-child(2) {
  font-family: RB;
  color: #fff200;
  font-size: 25px;
}

.header__banner {
  text-align: center;
  position: relative;
  z-index: 999;
}

.header__address {
  background: url(../images/hl.png) no-repeat 3px -2px;
  padding: 20px 10px 10px 40px;
}

.header__hotline {
  margin-top: 8px;
  padding: 0px 20px;
  font-family: USB;
  color: #d00;
  align-items: center;
  font-size: 20px;
  line-height: 33px;
  border: 1px dashed #73b21a;
  border-radius: 5px;
}

.header__hotline p:nth-child(1) {
  font-family: RB;
  text-transform: uppercase;
  padding-top: 5px;
  color: #fff;
  font-size: 15px;
}

.header__hotline p:nth-child(2) {
  font-size: 20px;
  color: #d00;
  line-height: 20px;
  margin-top: 5px;
  font-family: USN;
  text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.header__hotline span {
  color: #000;
  font-family: RB;
  font-size: 14px;
}

.header__email {
  display: inline-block;
  float: left;
  padding-left: 30px;
  background: url(../images/h-em.png) no-repeat 0px;
  text-align: left;
  line-height: 37px;
}

.header__slogan {
  font-family: "SAS";
  font-size: 20px;
}

.header__sohl {
  background: url(../images/header__ich.png) no-repeat 0px;
  padding: 12px 20px 12px 50px;
  display: inline-block;
  text-align: left;
}

.header__sohl p {
  font-family: RB;
  color: #ed1c24;
  font-size: 18px;
  padding-top: 13px;
  width: 216px;
}

.header__sohl1 {
  background: url(../images/header__ich1.html) no-repeat;
  padding: 0px 10px 10px 60px;
}

.header__sohl1 p {
  color: #000;
  font-size: 15px;
}

.header__sohl1 p:nth-child(2) {
  font-family: RB;
  color: #1c78c7;
  line-height: 25px;
}

.header__mxh,
.header__company {
  padding: 10px;
}

.header.cus-header {
  position: relative;
}

.fix_menutop {
  position: fixed !important;
  z-index: 99;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #fff;
}

.fix_menutop .header__logo {
  padding: 0px;
}

.fix_menutop .header__logo img {
  max-width: 135px;
  top: 0px;
}

.fix_menutop .box-search {
  margin: 0px;
}

.fix_menutop .menu ul li:hover>ul,
.fix_menutop .menu ul li>ul {}

.fix_menutop .menu>ul>li>a {}

.fix_menutop .boxdetail {
  padding: 0px;
}

.fix_menutop .hide-bn {
  display: none;
}

.fix_menutop .menu>ul>li {
  top: 0px !important;
}

.boxdetail {
  padding-bottom: 40px;
}

.bg-menu {
  position: relative;
  z-index: 99;
}

.mnl {
  width: 43%;
}

.mnr {
  width: 43%;
  justify-content: flex-start !important;
}

.menu {
  display: flex;
  align-items: center;
}

.menu__flex {
  display: flex;
  align-items: center;
}

.menu>ul {
  display: flex;
  align-items: center;
  position: relative;
}

.menu>ul>li {
  display: inline-block;
  text-align: center;
  position: relative;
  list-style: none;
  float: left;
}

.menu>ul>li>a {
  font-size: 14px;
  position: relative;
  padding: 0 13px;
  line-height: 100px;
  cursor: pointer;
  color: #000;
  display: inline-block;
  font-family: RB;
  text-transform: uppercase;
}

.menu>ul>li>a:hover {
  color: #d00;
}

.menu>ul>li>a span {
  display: inline-block;
  width: 100%;
}

.menu>ul>li:hover a:before {
  visibility: visible;
  width: 100%;
}

.menu>ul>li:last-child>a:after {
  display: none;
}

.menu>ul>li:last-child>a {
  border: 0px;
}

.menu>ul>li:hover span {
  visibility: visible !important;
}

.menu>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.menu>ul ul {
  top: 100px;
  left: 0px;
  position: absolute;
  visibility: hidden;
  width: 200px;
  opacity: 0;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  z-index: 9999999;
}

.menu>ul ul li {
  background: #333333;
  box-shadow: inset 0px 1px #f2f2f261;
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative !important;
}

.menu>ul ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  font-family: RR;
}

.menu>ul ul li:hover>ul {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

.menu>ul ul ul {
  visibility: hidden;
  width: 200px;
  margin-left: 198px;
  opacity: 0;
  left: 2px;
  top: 0px;
  position: absolute;
}

.menu__active:before {
  visibility: visible !important;
}

.menu__active {
  color: #d00 !important;
}

.menu__active:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  margin: auto;
  border-bottom: 2px solid #ffa00a;

}

.menu .ngonngu ul li {
  display: inline-block;
  float: right;
  margin-right: 5px;
}

.box-search {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 99;
  text-align: right;
}

.search {
  display: inline-block;
}

.search.rel {
  position: relative;
  float: right;
  margin-right: 30px;
  transform: skew(-15deg);
  background: #fff;
}

.search.alb {
  position: absolute;
  right: 0px;
  top: 40px;
  display: none;
}

.search__title {
  font-family: UTMHelvetIns;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  text-transform: uppercase;
}

.search__txt {
  color: #000;
  height: 33px !important;
  padding-right: 40px;
  padding-left: 15px;
  width: 225px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: none;
  background: #fff;
}

.search__txt::-webkit-input-placeholder {
  font-family: "Arial";
  color: #555;
  font-size: '12px';
}

.search__txt::-moz-placeholder {
  font-family: "Arial";
  color: #555;
  font-size: '12px';
}

.search__txt::-ms-input-placeholder {
  font-family: "Arial";
  color: #555;
  font-size: '12px';
}

.search__txt::-moz-placeholder {
  font-family: "Arial";
  color: #555;
  font-size: '12px';
}

.search__btn {
  border: 0 !important;
  width: 45px;
  height: 100%;
  background: url(../images/srch1.png) no-repeat center;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.product__item {
  position: relative;
  margin-bottom: 15px;
}

.product__item:hover .product__ab {
  background: #00000094;
  height: 86%;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.product__item:hover {
  box-shadow: 0px 0px 15px 0px #00000057;
}

.product__item:hover .product__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product__bg {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(images/gocprd.html);
  top: 0px;
  left: 0px;
  z-index: 9;
}

.product__border {
  border: 4px solid #000;
}

.product__date {
  font-size: 13px;
  font-family: OPR;
  color: #828282;
  padding: 10px 0;
}

.product__image img {
  border-radius: 20px;
}

.product__news {
  position: absolute;
  width: 50px;
  height: 30px;
  background: url(images/new.html) no-repeat center center;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.product__tragop {
  font-size: 12px;
  background: #faa91a;
  top: 10px;
  position: absolute;
  z-index: 9;
  left: 10px;
  padding: 1px 10px;
  border-radius: 5px;
  color: #fff;
}

.product__img {
  overflow: hidden;
  position: relative;
  height: 0px;
  background: #fff;
  padding-bottom: 100%;
  border: 5px solid #fff;
}

.product__img1 {
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 109%;
  border-radius: 20px;
}

.product__img1 img {
  border-radius: 20px;
}

.product__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__contact p:nth-child(1) span {
  font-family: RB;
  color: #d00;
  font-size: 17px;
}

.product__contact p:nth-child(2) a {
  padding: 5px 20px;
  border-radius: 20px;
  background: linear-gradient(to top, #bd0101, #f00);
  color: #fff;
}

.product__content {
  padding: 10px 0;
  text-align: center;
  background: #fff;
}

.product__contentid {
  text-align: center;
  padding: 45px;
}

.product__name a {
  color: #000;
  text-transform: uppercase;
  font-family: RB;
}

.product__price {}

.product__giaban {
  display: inline-block;
  color: #000;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.product__giaban span {
  line-height: 20px;
  color: #d00;
}

.product__giacu {
  font-family: RR;
  text-decoration: line-through;
  color: #7f7f7f;
  width: 50%;
}

.product__des {
  padding: 10px 0;
  font-family: OPR;
  line-height: 2.0;
}

.product__ab {
  position: absolute;
  width: 86%;
  height: 20%;
  bottom: 7%;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  left: 7%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.product__view {
  text-align: center;
  width: 40%;
}

.product__view a {
  font-family: OPR;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 0 20px;
  background: #018e01;
  border-radius: 4px;
}

.product__flex {
  display: flex;
  background: #fff;
  margin: 15px 0;
  border-radius: 20px;
}

.product__box {
  max-width: 820px;
  margin: 0px auto;
  padding: 20px 0;
}

.product__masp {
  text-align: center;
  width: 50%;
  color: #000;
}

.product__masp span {
  color: #808080;
}

.product__hotline {
  text-align: center;
  width: 50%;
  color: #d00;
}

.product__cart {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__cart a {
  display: inline-block;
  color: #7ac3f4;
  font-size: 13px;
  border-radius: 20px;
  font-family: OPB;
  text-transform: uppercase;
}

.product__cart a:nth-child(2) {
  background: url(images/brv.html) no-repeat;
  padding: 13px 0px;
  width: 125px;
}

.product__cart img {
  width: auto !important;
  display: inline-block !important;
}

.product__zalo {
  display: inline-block;
  width: 100%;
  font-family: RR;
  font-size: 15px;
  margin-top: 5px;
}

.product__zalo a {
  color: #ed1c24;
  font-family: RB;
  font-size: 16px;
}

.product.box-top {
  padding: 30px 0;
}

.product.box-top .product__item {
  margin-top: 10px;
}

.box-w .product__name a {
  color: #fff;
}

.box-w .product__giaban {
  color: #fff;
}

.prddetail__title {
  font-size: 18px;
  border-bottom: 1px dotted #c4c4c4b5;
  padding: 7px 0;
  font-family: MB;
  text-transform: uppercase;
}

.prddetail__li {
  list-style: none;
  text-align: justify;
  padding: 5px;
  border-bottom: 1px dotted #c4c4c4b5;
}

.prddetail__li:nth-child(even) {
  background: #f2f2f28c;
}

.prddetail__lib .button {
  background: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: OPB;
  border-radius: 5px;
  margin-right: 10px;
}

.prddetail a:hover {
  color: #d00;
}

.prddetail__lib .button1 {
  background: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: OPB;
  border-radius: 5px;
}

.prddetail__li--giagoc {
  text-decoration: line-through;
  color: #888;
}

.prddetail__li--giaban {
  color: #d02f03;
  font-size: 25px;
  font-family: RB;
}

.prddetail__li--contact {
  font-family: UTMI;
  font-size: 15px;
  color: #d00;
}

.prddetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
}

.prddetail__li--cs a {
  line-height: 20px;
  color: #000;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  background: #f2f2f2;
  padding: 7px;
}

.prddetail__noidung {
  padding: 10px;
  background: #f2f2f2;
  margin-bottom: 20px;
}

.prddetail__li--tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0px;
}

.prddetail__li--tags li {
  float: left;
  display: inline-block;
}

.prddetail__li--tags li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  float: left;
  color: #555;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  margin-bottom: 5px;
  margin-right: 5px;
}

.prddetail__li--tags li a:hover {
  text-decoration: underline;
}

.prddetail__li--tags li:nth-child(1) {
  margin-right: 10px;
  line-height: 28px;
}

.item_box {
  display: none;
}

.flex-cart {
  display: flex;
}

.cart_chitiet {
  display: inline-block;
  padding: 12px 20px 10px 40px;
  color: #fff;
  font-family: MSB;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  background: #ae0101;
}

.cart_chitiet i {
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
}

.cart_chitiet:hover,
.cart_chitiet:hover i {
  background: #000;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.imgcs img {
  border-radius: 35px;
  border-bottom: 10px solid #1b77f5;
}

.chinhsach {
  background: #ededed;
}

.chinhsach__item {
  display: flex;
  align-items: center;
}

.chinhsach__item img {
  transition: all ease 0.5s;
  transform: rotate(0deg);
}

.chinhsach__item:hover img {
  transition: all ease 0.5s;
  transform: rotate(360deg);
}

.chinhsach__img {
  width: 100px;
}

.chinhsach__img img {
  width: auto !important;
  display: inline-block !important;
  margin-bottom: 5px;
}

.chinhsach__content {
  width: calc(100% - 100px);
}

.chinhsach__name {
  text-transform: uppercase;
  padding: 5px 0;
  font-family: RM;
  color: #fff;
}

.chinhsach__name a {
  color: #d00;
  font-family: RB;
  font-size: 16px;
}

.chinhsach__des {
  color: #fff;
  font-size: 13px;
}

.visao {
  background: #dfdfdf;
  background-size: cover;
  padding: 25px;
}

.visao__item {
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.visao div span {
  position: absolute;
  font-family: OPR;
  font-style: italic;
  color: #ffcf6b;
}

.visao div span:nth-child(1) {
  top: 60px;
  left: 200px;
}

.visao div span:nth-child(2) {
  bottom: 10px;
  left: 295px;
}

.visao div span:nth-child(3) {
  top: 60px;
  right: 200px;
}

.visao div span:nth-child(4) {
  bottom: 10px;
  right: 295px;
}

.visao__img {
  width: 25%;
}

.visao__name {
  padding: 5px 0;
  max-width: 175px;
}

.visao__name a {
  font-family: RB;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.visao__name a:hover {
  color: #ff0;
}

.visao__des {
  font-family: RR;
  font-size: 13px;
  color: #fff;
}

.visao__content {
  text-align: left;
  width: 75%;
  padding-top: 15px;
}

.quytrinh__item {
  text-align: center;
  position: relative;
}

.quytrinh__name {
  padding: 5px 0;
  font-family: SFH;
  font-size: 15px;
}

.quytrinh__name a {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
}

.quytrinh__des {
  font-family: RR;
  font-size: 13px;
  color: #fff;
}

.quytrinh__content {
  text-align: center;
}

.hotro {
  background: url(images/brht.html) no-repeat;
  padding: 20px;
  text-align: center;
  padding-bottom: 75px;
  background-size: 100% 100%;
}

.hotro>div p:nth-child(1) {
  border: 1px dashed #fff;
  font-family: UBB;
  font-size: 28px;
  color: #ffd800;
  text-transform: uppercase;
  padding: 6px;
  border-radius: 40px;
  margin-bottom: 10px;
}

.hotro>div p:nth-child(2) {
  font-family: UA;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hotro>div p:nth-child(3) {
  font-family: UCB;
  font-size: 24px;
  color: #fff;
}

.hotro>div p:nth-child(4) {
  color: #fff;
  font-size: 15px;
}

.hotro>div p:nth-child(5) {
  font-size: 35px;
  color: #ffd800;
  font-family: UCB;
  margin-bottom: 20px;
  line-height: 25px;
}

.hotro__item {
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hotro__img {
  width: 25%;
}

.hotro__name {
  padding: 5px 0;
}

.hotro__name a {
  font-family: RM;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #555;
  font-size: 15px;
}

.hotro__des {
  font-family: RR;
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

.hotro__content {
  text-align: left;
  width: 75%;
}

.gioithieu {
  background: url(../images/brgt.png) no-repeat;
  background-size: cover;
  position: relative;
}

.gioithieu__flex {
  align-items: center;
  display: flex;
}

.gioithieu__img {
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0px auto;
}

.gioithieu__img img {
  position: relative;
  z-index: 1;
}

.gioithieu__img:after {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 120%;
  right: -25px;
  top: -10%;
  border: 7px solid #999999;
  box-sizing: border-box;
}

.gioithieu__img p:nth-child(1) {
  position: relative;
  top: 0px;
  right: 112px;
}

.gioithieu__img p:nth-child(2) {
  position: absolute;
  z-index: 99;
  bottom: -40%;
  right: 0%;
  border: 7px solid #fff;
}

.gioithieu__list {
  padding-top: 30px;
}

.gioithieu__tieude {
  font-family: UBC;
  font-size: 55px;
  color: #000;
  line-height: 65px;
}

.gioithieu__title {
  margin-bottom: 20px;
}

.gioithieu__title p {
  font-family: OPB;
  font-size: 40px;
  color: #fff200;
  text-transform: uppercase;
  padding-bottom: 25px;
  background: url(../images/ictd.png) no-repeat bottom left;
}

.gioithieu__title p:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  color: #dc1111;
  font-family: UTMI;
}

.gioithieu__name {
  font-size: 60px;
  font-family: UBC;
  color: #fff;
  line-height: 90px;
}

.gioithieu .link-gt span {
  font-family: OPB;
}

.gioithieu .link-gt p {
  text-transform: uppercase;
}

.gioithieu .link-gt p a {
  color: #000;
  text-transform: uppercase;
}

.gioithieu__content {
  margin-bottom: 20px;
  position: relative;
}

.gioithieu__des {
  line-height: 2.0;
  margin-bottom: 30px;
  color: #fff;
  margin: 0px auto 15px;
}

.gioithieu__des .text-right {
  font-style: italic;
  border-right: 2px solid #3e3e3e;
}

.gioithieu__view {
  margin-bottom: 10px;
  text-align: left;
}

.gioithieu__view a {
  color: #fff;
  display: inline-block;
  text-align: center;
  background: url(../images/vie.png) no-repeat;
  padding: 12px 47px;
}

.gioithieu .gioithieu__dk {
  background: #c57036 url(../images/icdk.png) no-repeat 3px;
  padding: 7px 10px 6px 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: RM;
}

.bgtop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.bgtop img {
  margin: 0 5px;
}

.news__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 75px 0;
}

.news__img {
  margin-right: 10px;
  opacity: 1;
  transition: all ease 0.5s;
  width: 42%;
}

.news__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  border-radius: 55px 0;
}

.rv_flex .news__img {
  margin-right: 0px;
  margin-left: 10px;
}

.rv_flex img {
  /*   border-radius: 0 45px; */
}

.news__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.news__content {
  text-align: left;
  width: 58%;
}

.news__name {
  font-size: 15px;
  font-family: RR;
  color: #bdbdbd;
  margin-bottom: 10px;
}

.news__name a {
  color: #000;
  font-family: RB;
  text-transform: uppercase;
  outline: none !important;
}

.news__des {
  color: #000;
  line-height: 1.6;
  font-size: 13px;
  font-family: RR;
}

.news__view {
  text-align: left;
}

.news__view a {
  font-family: RR;
  margin-top: 10px;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  color: #000;
}

.bds {
  padding: 30px 0;
}

.bds__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  border-bottom: 4px solid #e3e3e3;
  padding: 8px;
}

.bds__img {
  margin-bottom: 7px;
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.bds__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.bds__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.bds__content {
  text-align: center;
}

.bds__name a {
  color: #000;
  font-family: MLB;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  outline: none !important;
  text-transform: uppercase;
}

.bds__des {
  color: #000;
  line-height: 1.6;
  text-align: center;
  font-family: MLI;
}

.bds__des p:nth-child(1) span {
  color: #205bbc;
  font-family: MLB;
}

.bds__des p:nth-child(2) span {
  color: #be0000;
  font-family: MLB;
}

.bds__des p:nth-child(3) span {
  color: #dea433;
  font-family: MLB;
}

.bds__info {
  margin-top: 5px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  font-size: 13px;
}

.bds__info p {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.bds__info p:nth-child(1) {
  background: url(../images/new1.html) no-repeat 0px;
}

.bds__info p:nth-child(2) {
  background: url(../images/new2.html) no-repeat 0px;
}

.bds__info p:nth-child(2) span {
  color: #d00;
}

.bds__info p:nth-child(3) {
  background: url(../images/new3.html) no-repeat 0px;
}

.bds__info p:nth-child(3) span {
  float: right;
}

.bds__info label {
  padding-left: 20px;
  font-family: RB;
  display: inline-block;
}

.dadetail__title {
  padding: 8px;
  font-size: 20px;
  font-weight: normal;
  background: #f2f2f2;
  margin-bottom: 10px;
}

.dadetail__li {
  list-style: none;
  text-align: justify;
}

.dadetail__li--contact {
  font-family: MB;
  font-size: 15px;
  color: #d00;
  margin-top: 10px;
}

.dadetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
}

.dadetail__li--cs a {
  line-height: 20px;
  color: #000;
  background: #f2f2f2;
  width: 100%;
  padding: 7px;
  display: inline-block;
  margin-bottom: 5px;
}

.dadetail__noidung {
  padding: 10px;
  background: #f2f2f2;
  margin: 20px 0;
}

.dadetail__des {
  color: #000;
  line-height: 1.6;
  text-align: left;
  font-family: MLI;
}

.dadetail__des p {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.dadetail__des p:nth-child(1) span {
  color: #205bbc;
  font-family: MLB;
}

.dadetail__des p:nth-child(2) span {
  color: #be0000;
  font-family: MLB;
}

.dadetail__des p:nth-child(3) span {
  color: #dea433;
  font-family: MLB;
}

.dichvu {
  background: url(images/brdv.html) no-repeat;
  background-size: cover;
  position: relative;
}

.dichvu__linet {
  background: url(images/line.html);
  width: 100%;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 1;
}

.dichvu__lineb {
  background: url(images/line.html);
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 1;
  transform: rotate(180deg);
}

.dichvu__item {
  position: relative;
  display: flex;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dichvu__hover {
  overflow: hidden;
  padding-top: 37px;
  background: url(images/icdv.html) no-repeat top center;
}

.dichvu__item:hover .dichvu__hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dichvu__title {
  background: url(../images/ictd.png) no-repeat bottom center;
  padding-bottom: 15px;
  background-size: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dichvu__title a {
  color: #000;
  font-family: USC;
  font-size: 28px;
}

.dichvu__img {
  overflow: hidden;
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  position: relative;
}

.dichvu__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.dichvu__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.dichvu__img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000057;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.dichvu__content {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.dichvu__name {
  text-transform: uppercase;
  outline: none !important;
  text-align: center;
}

.dichvu__name a {
  font-family: SFH;
  font-size: 30px;
  color: #000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(images/line-b.html) no-repeat bottom;
}

.dichvu__name a span {
  position: absolute;
  right: -25px;
  top: calc(50% - 25px);
}

.dichvu__name a span img {
  width: auto;
}

.dichvu__ab {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dichvu__ab>div {
  padding: 20px;
  background: #00000087;
  width: 100%;
}

.dichvu__ab1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000008c;
  color: #fff;
  font-family: OPR;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 40px;
}

.dichvu__des {
  line-height: 1.8;
  text-align: center;
  color: #5c5c5c;
}

.dichvu__view {
  text-align: center;
}

.dichvu__view a {
  margin-top: 15px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  padding: 5px 25px;
  border: 1px solid #d9d9d9;
  color: #000;
}

.hoatdong {
  position: relative;
}

.hoatdong__item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.hoatdong__item:hover .hoatdong__ab {
  visibility: visible !important;
}

.hoatdong__img {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  position: relative;
}

.hoatdong__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.hoatdong__content {
  text-align: left;
  margin-bottom: 10px;
}

.hoatdong__name {
  font-family: SFH;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  outline: none !important;
  text-align: center;
  padding: 10px 0px;
}

.hoatdong__name a {
  color: #000;
}

.hoatdong__name a span {
  position: absolute;
  right: -25px;
  top: calc(50% - 25px);
}

.hoatdong__name a span img {
  width: auto;
}

.hoatdong__ab {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  visibility: hidden;
  justify-content: center;
  background: #000000b5;
}

.hoatdong__ab>div {
  padding: 20px;
  width: 100%;
}

.hoatdong__des {
  line-height: 1.8;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: SFB;
}

.duan {
  display: flex;
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0px;
}

.duan__item {
  overflow: hidden;
  position: relative;
  width: 25%;
  height: 100vh;
  padding-top: 12%;
  text-align: center;
  transform: skew(-8deg);
}

.duan__item:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.duan__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #00000063;
  background-size: cover;
}

.duan__item>div {
  z-index: 5;
  position: relative;
}

.duan__item:hover:after {
  background: #ffffff59;
}

.duan__item:nth-child(1) {
  width: 35%;
  padding-left: 5%;
}

.duan__item:nth-child(4) {
  width: 35%;
  padding-right: 5%;
}

.duan__img {
  overflow: hidden;
}

.duan__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.duan__content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background: #0000005c;
}

.duan__tieude--list {
  font-family: OPL;
  font-size: 38px;
  text-transform: uppercase;
  transform: skew(8deg);
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(images/icda.html) no-repeat bottom center;
}

.duan__tieude--list a {
  color: #fff;
}

.duan__title a {
  display: inline-block;
  padding: 7px 0;
  color: #fff;
  font-family: OPR;
  font-size: 16px;
}

.duan__des {
  color: #fff;
  padding: 0 20px 20px 20px;
}

.duan__list p {
  padding: 7px 0;
}

.duan__list p a {
  color: #fff;
  font-family: OPL;
  font-size: 18px;
}

.duan__list p a:hover {
  color: #d00;
}

.prd__item {
  overflow: hidden;
  position: relative;
}

.prd__item--center {
  min-height: 400px;
  border: 1px solid #f2f2f2;
  text-align: center;
}

.prd__item--center:hover {
  border: 1px solid #000;
}

.prd__item--center span {
  color: #6c2609;
}

.prd__item:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.prd__item>div {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.prd__name {
  text-align: center;
  margin-top: 10px;
}

.prd__name a {
  font-family: UA;
  font-size: 18px;
  color: #000;
}

.prd__img {
  border-radius: 50%;
  border: 15px solid transparent;
  -webkit-border-image: url(../images/bdprd.html) 15 stretch;
  -o-border-image: url(../images/bdprd.html) 15 stretch;
}

.prd__img img {
  border-radius: 50%;
}

.prd__title a {
  font-family: OPB;
  color: #000;
  font-size: 17px;
}

.prd__price span {
  color: #6c2609;
}

.prd__tieude--list {
  font-family: OPL;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
}

.prd__title--list {
  font-family: OPL;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.prd__title--center a {
  font-family: OPB;
  color: #000;
  font-size: 17px;
}

.prd__list {
  margin-bottom: 20px;
}

.prd__list p {
  padding: 7px 0;
}

.prd__list p a {
  color: #fff;
  font-family: OPL;
  font-size: 18px;
  font-style: italic;
}

.prd__view {
  text-align: center;
}

.prd__view a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 20px;
}

.baiviet__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 5px;
}

.baiviet__item:hover .baiviet__item__border {
  transition: all ease 0.2s;
  transform: scale(1);
}

.baiviet__item:hover .baiviet__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.baiviet__border {
  transition: all ease 0.2s;
  transform: scale(1);
}

.baiviet__img {
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  overflow: hidden;
}

.baiviet__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.baiviet__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.baiviet__date {
  font-size: 13px;
  color: #c4c4c4;
}

.baiviet__content {
  text-align: left;
  padding: 7px 0px;
  background: #fff;
  margin: 0px auto;
  position: relative;
  z-index: 99;
  margin-top: 5px;
}

.baiviet__hotline {
  font-family: Arial;
}

.baiviet__hotline span {
  color: #d00;
  font-family: RB;
  font-size: 16px;
}

.baiviet__name {}

.baiviet__name a {
  color: #000;
  display: inline-block;
  font-family: MB;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.baiviet__des {
  line-height: 1.6;
}

.baiviet__view a {
  color: #8bc62c !important;
  background: url(images/vleft.html) no-repeat top left, url(images/vright.html) no-repeat bottom right;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}

.contact__content {
  margin-bottom: 10px;
}

.contact__map {
  padding-bottom: 47%;
  height: 0px;
  position: relative;
  width: 100%;
}

.contact__map iframe {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
}

.contact__stip {
  border: 0px;
  padding: 10px 20px 10px 15px;
  color: #000;
  height: 40px;
  outline: none;
  margin-bottom: 5px;
  width: 100%;
  background: #f2f2f2;
  font-size: 12px;
}

.contact__stip::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.contact__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.contact__stip::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.contact__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.contact__btnfrm {
  padding: 0px 16px;
  background: #000;
  color: #fff;
  line-height: 32px;
  border: 1px solid #000;
  font-family: OPB;
  text-transform: uppercase;
  border-radius: 2px;
}

.menusl {
  background: #0160ca;
  border-radius: 7px 0 0 7px;
  padding: 20px 0px;
  min-height: 423px;
  position: relative;
  z-index: 99;
}

.menusl__link>ul li {
  list-style: none;
  border-bottom: 1px solid #f2f2f23b;
}

.menusl__link>ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 15px 10px 15px 50px;
  background: url(../images/icl.png) no-repeat 20px;
  width: 100%;
  font-family: "RR";
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.menusl__link>ul li:hover>a {
  text-decoration: underline;
}

.menusl__link>ul li:hover>ul {
  visibility: visible !important;
}

.menusl__link>ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
  visibility: hidden;
  width: 100%;
  background: #0160ca;
  height: 100%;
  padding: 20px;
}

.menusl__link>ul ul li {
  list-style: none;
}

.menusl__link>ul ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: "RR";
  text-transform: none;
  padding: 7px 0px 7px 50px;
  font-weight: normal;
  font-size: 14px;
}

.menusl__link>ul ul li a:after {
  left: 35px;
  top: 7px;
}

.menusl__link>ul ul li:hover>a {
  text-decoration: underline;
}

.left__box {
  border: 1px solid #d9d9d9;
}

.left .product__border {
  border: 0px !important;
}

.left__imghl {
  position: absolute;
  font-size: 16px;
  background: #000000c4;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  display: none;
  color: #fff;
  font-family: RB;
}

.left__imghl span {
  color: #ff0;
}

.left__hl {
  padding: 0 10px;
}

.left__item {
  border: 1px solid #f2f2f2;
}

.left__link {
  padding: 0px 10px 10px 10px;
}

.left__link>ul>li {
  list-style: none;
}

.left__link>ul>li>a {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 10px 35px 10px 15px;
  width: 100%;
  background: url(images/v.html) no-repeat left;
  border-bottom: 1px dashed #dedddd;
}

.left__link>ul>li>a:after {
  border-radius: 100%;
  position: absolute;
  font-family: FontAwesome;
  left: 15px;
  top: 5px;
}

.left__link>ul>li:hover>a {
  text-decoration: underline;
}

.left__link>ul ul {
  visibility: hidden;
  height: 0px;
}

.left__link>ul ul li {
  list-style: none;
}

.left__link>ul ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 5px 10px 5px 30px;
  font-weight: normal;
  background: url(images/afn.html) no-repeat 20px;
  font-size: 12px;
}

.left__link>ul ul li a:after {
  left: 35px;
  top: 7px;
}

.left__link>ul ul li:hover>a {
  text-decoration: underline;
}

.left__link>ul:hover ul {
  visibility: visible;
  height: auto;
}

.left__hotro--item {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.left__hotro--email {
  font-size: 13px;
}

.left__input--txt {
  color: #fff;
  height: 40px;
  padding: 10px 70px 10px 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 5px;
}

.left__input--btn {
  background: #000;
  color: #fff;
  float: right;
  border: 0px;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 20px;
}

.left__hotro--hl p {
  font-family: RR;
  color: #000;
}

.left__hotro--hl p:nth-child(1) {
  font-family: RR;
  font-size: 15px;
  margin-bottom: 10px;
}

.left__hotro--hl p:nth-child(2) {
  padding-left: 28px;
  background: url(../images/leftf.png) no-repeat 0px;
}

.left__hotro--hl p:nth-child(3) {
  padding-left: 28px;
  background: url(images/leftm.html) no-repeat 0px;
}

.left__hl {
  padding: 10px;
}

.left__add {
  background: url(../images/left-2.png) 0px 10px no-repeat;
  font-family: RM;
  padding-top: 10px;
  padding-left: 30px;
  margin-top: 10px;
  border-top: 1px solid #d9d9d9;
}

.left__add p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}

.left__mail {
  background: url(../images/left-3.html) 0px 10px no-repeat;
  font-family: RM;
  padding-top: 10px;
  padding-left: 30px;
  margin-top: 10px;
  border-top: 1px solid #d9d9d9;
}

.left__mail p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}

.botnews {
  background: url(../images/brkt.png) no-repeat;
  background-size: cover;
}

.botnews__flex {
  display: flex;
  justify-content: space-between;
}

.botnews.bgyk {
  background: #f2f2f2;
}

.botnews__dot {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 28%;
  z-index: 99;
  top: 45%;
  background: linear-gradient(to right, #fff, #c4c4c4);
  box-sizing: border-box;
}

.botnews__border {
  margin-bottom: 20px;
}

.botnews__title--hot {
  margin-top: 10px;
  margin-bottom: 10px;
}

.botnews__title--hot a {
  color: #000;
  font-family: MB;
  text-transform: uppercase;
}

.botnews__content--hot {
  position: relative;
  z-index: 99;
  text-align: left;
  font-family: RR;
  line-height: 1.8;
}

.botnews__des--hot {
  line-height: 23px;
  color: #000;
  font-family: MR;
  font-size: 14px;
}

.botnews__des--hot a {
  color: #ff0;
}

.botnews__post {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.botnews__post p {
  padding: 5px 0px;
}

.botnews__post p:nth-child(1) {
  padding-left: 25px;
  font-family: OPR;
  color: #939393;
  background: url(../images/icd.png) 0px no-repeat;
}

.botnews__post p:nth-child(2) {
  font-family: MLI;
  font-size: 12px;
  justify-content: flex-end;
}

.botnews__post p:nth-child(2) a {
  color: #018e01;
}

.botnews__news--other {
  position: relative;
}

.botnews__news--other:after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 29.5%;
  background: #acacac;
}

.botnews__item--other {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  padding: 10px;
}

.botnews__img--other {
  position: relative;
  width: 165px;
  margin-right: 10px;
}

.botnews__item--hot:hover .botnews__img--hot img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.botnews__img--hot {
  overflow: hidden;
}

.botnews__img--hot img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.botnews .botnews img {
  border: 1px solid #d9d9d9;
}

.botnews__title--other {
  /* background: url(images/lineb.html) no-repeat bottom left; */
}

.botnews__title--other a {
  color: #000;
  line-height: 20px;
  font-family: RB;
}

.botnews__hot {
  color: #d00;
}

.botnews__img--yk {
  width: 25%;
  margin-right: 10px;
}

.botnews__content--yk {
  width: 75%;
}

.botnews__content--other {
  width: calc(100% - 165px);
}

.botnews__bg {
  padding: 0 10px;
  z-index: 9;
}

.botnews__des--other {
  color: #555;
  line-height: 20px;
}

.botnews__title--detail {
  margin-bottom: 5px;
  text-align: center;
}

.botnews__title--detail a {
  margin-bottom: 10px;
  text-align: center;
  padding: 8px 0;
  color: #000;
  display: inline-block;
  font-family: QB;
  font-size: 15px;
}

.botnews__view {}

.botnews__view a {
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background: #131313;
  padding: 8px 20px;
  border-radius: 5px;
}

.botnews__view a:after {
  right: 4px;
  position: absolute;
  top: 4px;
}

.botnews__link {
  background: #f2f2f2;
  padding: 15px;
}

.botnews__link ul li {
  list-style: none;
}

.botnews__link ul li a {
  color: #000;
  font-size: 13px;
  background: url(../images/dotnews.html) no-repeat 0px;
  padding: 4px 0 4px 10px;
  display: inline-block;
  width: 100%;
}

.botnews__change--clip {}

.botnews__change--slt {
  width: 100%;
  line-height: 40px;
  padding: 10px 5px;
  color: #9c9c9c;
  border: 1px solid #cbcac9;
  margin-top: 6px;
}

.botnews__change--show {
  height: 0px;
  position: relative;
  padding-bottom: 65%;
}

.botnews__change--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.botnews__clickf--show {
  height: 0px;
  position: relative;
  padding-bottom: 69%;
  padding-right: 20%;
  margin-bottom: 10px;
}

.botnews__clickf--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.botnews__clickf--box {
  margin: 0 -5px;
}

.botnews__clickf--item {
  position: relative;
  height: 0px;
  padding-bottom: 75%;
  margin-bottom: 5px;
}

.botnews__clickf--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.botnews__clickf--item span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}

.botnews__clickl {
  display: flex;
  justify-content: flex-start;
}

.botnews__clickl--show {
  height: 0px;
  position: relative;
  padding-bottom: 57%;
  width: 76%;
  margin-right: 1%;
}

.botnews__clickl--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.botnews__clickl--box {
  margin: 0 -5px;
  padding-bottom: 20%;
  height: 0px;
  position: relative;
  width: 23%;
  padding-bottom: 57%;
  overflow-y: scroll;
}

.botnews__clickl--box::-webkit-scrollbar {
  width: 7px;
  border-radius: 20px;
}

.botnews__clickl--box::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 20px;
  outline: 1px solid #555;
}

.botnews__clickl--box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.botnews__clickl--item {
  position: relative;
  height: 0px;
  padding-bottom: 94%;
  margin-bottom: 10px;
}

.botnews__clickl--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.botnews__clickl--item span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}

.botnews__time {
  color: #adadad;
  margin-right: 10px;
  text-align: left;
  padding: 5px 0px;
}

.botnews__time span:nth-child(1) {
  padding-left: 20px;
  background: url(images/b1.html) no-repeat 0px;
  margin-right: 10px;
}

.botnews__time span:nth-child(2) {
  color: #000;
  padding-left: 20px;
  background: url(images/b2.html) no-repeat 0px;
}

.botnews__date {
  left: 0px;
  align-items: center;
  justify-content: center;
  color: #c4c4c4;
  background-size: 100% 100%;
  font-size: 13px;
  font-family: MR;
  text-align: center;
}

.botnews__date p {
  text-align: center;
  color: #000;
}

.botnews__date p:nth-child(1) {
  font-size: 14px;
  font-family: OPB;
  line-height: 30px;
  color: #e02c1c;
  text-transform: uppercase;
}

.botnews__date p:nth-child(2) {
  font-style: italic;
}

.botnews__date p:nth-child(3) {
  background: #f40002;
}

.botnews__date span {
  display: inline-block;
  margin-right: 10px;
}

.botnews__date span:nth-child(1) {
  font-style: italic;
  color: #ffcd40;
}

.botnews__date span:nth-child(2) {
  padding-left: 20px;
  background: url(images/d2.html) no-repeat 0px;
}

.botnews__title--dk {
  margin-top: 10px;
  background: url(../images/ttdk.html);
  padding: 20px 0px;
  background-size: cover;
  text-align: center;
  margin-bottom: 10px;
  min-height: 120px;
  background-size: 100% 100%;
}

.botnews__stip {
  border: 0px;
  padding: 10px 20px 10px 15px;
  color: #000;
  height: 40px;
  outline: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 12px;
}

.botnews__stip::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.botnews__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.botnews__stip::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.botnews__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.botnews__btnsb {
  padding: 0px 16px;
  background: #0260ca;
  color: #fff;
  line-height: 32px;
  border: 0px;
  font-family: OPB;
  text-transform: uppercase;
  border-radius: 2px;
  width: 200px;
}

.botnews textarea {
  height: auto !important;
}

.newsleft .botnews__img--other {
  margin-left: 20px;
  margin-right: 0px;
}

.nhantin {
  background: url(../images/brnt.png) no-repeat;
  background-size: cover;
}

.nhantin__box {
  position: relative;
  max-width: 850px;
  margin: 0px auto;
}

.nhantin__col .nhantin__txt {
  width: 100%;
}

.nhantin__col p textarea {
  padding: 12px 5px 5px 10px;
}

.nhantin__title {
  color: #fff;
  font-family: RB;
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(images/ms.html) no-repeat 0px;
}

.nhantin__title h3 {
  font-family: UBB;
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.nhantin__txt {
  color: #000;
  height: 42px;
  float: left;
  padding-left: 15px;
  background: #ffffffc2;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

.nhantin__txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__btn {
  border: 0px;
  color: #000;
  width: 160px;
  padding: 10px 0 10px 34px;
  margin-top: 10px;
  background: #ff0 url(../images/sm.png) 10px no-repeat;
  font-family: RB;
  text-transform: uppercase;
  bottom: 10px;
  right: 0px;
  border-radius: 20px;
}

.footer {
  position: relative;
  overflow: hidden;
}

.footer:after {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url(images/brft.html);
  z-index: 9;
  background-size: 100% 100%;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__name {
  font-weight: normal;
  margin-bottom: 30px;
  font-family: UTT;
  color: #fff200;
  font-size: 40px;
  line-height: 45px;
}

.footer__name p:nth-child(1) {
  font-weight: normal;
  font-family: OPB;
  text-transform: uppercase;
  color: #9c0000;
  font-size: 34px;
  text-shadow: 1px 1px #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 0px -2px 0px #fff;
}

.footer__name p:nth-child(2) {
  font-size: 32px;
  font-family: SSS;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}

.footer__title {
  position: relative;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  padding-right: 10px;
  margin-bottom: 20px;
  font-family: MB;
  text-transform: uppercase;
  font-size: 17px;
}

.footer__title p {
  font-family: Arial;
  text-transform: none;
  font-size: 14px;
}

.footer__title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #fff;
  left: 0px;
  bottom: -4px;
}

.footer__tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0px;
  background: #f2f2f2;
}

.footer__tags li {
  float: left;
  display: inline-block;
}

.footer__tags li:last-child a:after {
  display: none;
}

.footer__tags li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  float: left;
  color: #000;
  padding-right: 15px;
  background: none;
  margin-bottom: 10px;
  margin-right: 15px;
}

.footer__tags li a:after {
  content: '|';
  position: absolute;
  right: 0px;
  top: 0px;
}

.footer__tags li a:hover {
  text-decoration: underline;
}

.footer__line {
  border-bottom: 1px solid #084e80;
  margin-top: 10px;
}

.footer__logo {
  text-align: center;
  margin-bottom: 10px;
}

.footer__address p {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
}

.footer__address p a {
  position: relative;
  color: #999999;
}

.footer__address .fnd {
  margin-right: 5px;
}

.footer__link p {
  padding: 5px;
}

.footer__link p a {
  color: #fff;
}

.footer__fnd {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer__chungnhan {
  margin-top: 10px;
}

.footer__map {
  padding-bottom: 280px;
  height: 0px;
  position: relative;
  width: 100%;
}

.footer__map iframe {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
}

.footer__nhantin {
  position: relative;
  background: #76bf00;
  padding: 20px 0;
}

.footer__nhantin textarea {
  height: auto !important;
  font-family: RR;
}

.footer__nhantin--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__nhantin--title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 13px;
}

.footer__nhantin--txt {
  color: #000;
  height: 35px;
  padding: 10px 20px;
  width: 400px;
  border: 0px;
  background: #f1f1f1;
}

.footer__nhantin--txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.footer__nhantin--box {
  position: relative;
}

.footer__nhantin--box form {
  display: flex;
  align-items: center;
}

.footer__nhantin--box p {
  position: relative;
}

.footer__nhantin--box span {
  position: absolute;
  left: -40px;
  top: 0px;
}

.footer__nhantin--btn {
  background: #f6bf00;
  height: 35px;
  width: 100px;
  font-family: OPR;
  font-size: 15px;
  color: #fff;
  border: 0px;
  padding: 0 20px;
  position: relative;
  right: 0px;
  text-transform: uppercase;
}

.footer__menu>ul {
  list-style: none;
  transition: all;
  padding: 0px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.footer__menu>ul>li {
  display: inline-block;
  text-align: center;
  position: relative;
  list-style: none;
  float: left;
}

.footer__menu>ul>li>a {
  text-transform: uppercase;
  position: relative;
  line-height: 53px;
  padding: 0 51px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  font-family: SFR;
}

.footer__truycap ul li {
  list-style: none;
  color: #fff;
  padding: 5px 0 5px 23px;
  font-size: 13px;
  position: relative;
  background: url(../images/vf.png) no-repeat 0px;
}

.footer__truycap ul li:nth-child(1) {
  background: url(../images/ic1.png) no-repeat 0px;
}

.footer__truycap ul li:nth-child(2) {
  background: url(../images/ic2.png) no-repeat 0px;
}

.footer__truycap ul li:nth-child(3) {
  background: url(../images/ic3.png) no-repeat 0px;
}

.footer__truycap ul li:nth-child(4) {
  background: url(../images/ic4.png) no-repeat 0px;
}

.footer__truycap ul li span {
  color: #fff;
}

.footer__quydinh {
  padding: 20px 0;
  color: #fff;
}

.copyfooter {
  padding: 12px 0;
  background: #0a0a0a;
}

.copyfooter__flex {
  display: flex;
  justify-content: center;
}

.copyfooter__design {
  color: #fff;
  font-size: 13px;
}

.copyfooter__design span {
  color: #fff;
}

.copyfooter__truycap {
  display: inline-block;
}

.copyfooter__truycap ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 13px;
  margin-right: 10px;
}

.copyfooter__truycap ul li span {
  color: #fff;
}

.copyfooter__truycap ul li .aft-truycap {
  content: '';
  height: 10px;
  width: 1px;
  right: 0px;
  top: 5px;
  position: absolute;
}

.copyfooter__truycap ul li:nth-child(1):before {
  content: '';
  height: 10px;
  width: 1px;
  right: 0px;
  top: 5px;
  position: absolute;
  background: #fff;
}

.bg-mail {
  padding: 30px 0;
  background: url(images/brdk.html) no-repeat;
  background-size: cover;
  min-height: 500px;
}

.newsdetail__item {
  position: relative;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 5px;
}

.newsdetail__img {
  margin-right: 10px;
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  width: 35%;
  float: left;
}

.newsdetail__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.newsdetail__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.newsdetail__name a {
  color: #000;
  font-family: MLB;
  text-transform: uppercase;
  outline: none !important;
}

.newsdetail__call {
  color: #d00;
  font-family: RB;
  font-size: 13px;
}

.newsdetail__des {
  color: #000;
  line-height: 1.6;
  font-size: 13px;
  font-family: MLI;
  margin-bottom: 10px;
}

.dichvuid__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.dichvuid__img {
  margin-right: 10px;
  opacity: 1;
  transition: all ease 0.5s;
  width: 30%;
}

.dichvuid__img img {
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.dichvuid__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.dichvuid__content {
  text-align: left;
  width: 70%;
}

.dichvuid__name a {
  font-family: SFH;
  font-size: 30px;
  color: #000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(images/line-b.html) no-repeat bottom;
}

.dichvuid__des {
  color: #fff;
  line-height: 1.6;
  font-size: 13px;
  font-family: MLI;
  margin-bottom: 10px;
}

.doitac {
  background: #eeeeee;
  padding: 15px;
  margin-bottom: -55px;
  position: relative;
  z-index: 99;
}

.doitac__item img {
  text-align: center;
}

.doitac__bg {
  padding: 15px 0;
  margin: 0px auto;
}

.dangky {
  background: url(images/brdk.html) fixed;
  display: flex;
  background-size: cover;
  min-height: 360px;
  justify-content: center;
  align-items: center;
}

.dangky__content {
  position: relative;
  margin-top: 30px;
  max-width: 840px;
  margin: 0px auto;
}

.dangky__stip {
  border: 0px;
  padding: 10px 20px 10px 15px;
  color: #fff;
  height: 40px;
  outline: none;
  width: 100%;
  background: #fff;
  font-size: 12px;
}

.dangky__stip::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.dangky__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.dangky__stip::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.dangky__stip::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '';
}

.dangky__btnsb {
  padding: 0px 16px;
  background: #cc0000;
  color: #fff;
  line-height: 32px;
  border: 1px solid #cc0000;
  font-family: OPB;
  text-transform: uppercase;
  border-radius: 2px;
}

.dangky textarea {
  height: auto !important;
}

.bottom__flex {
  display: flex;
  align-items: flex-end;
}

.bottom__hotline {
  text-align: center;
}

.bottom__hotline p:nth-child(3) {
  font-family: RB;
  font-size: 17px;
  color: #ffbc00;
}

.bottom-video {
  background: url(../images/brvd.html) no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 38%;
  height: 0px;
}

.bottom-video fieldset {
  max-width: 365px;
  margin: 0px auto;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 3% 0;
  color: #fff;
  font-size: 28px;
  font-family: SFH;
  text-transform: uppercase;
}

.bottom-video fieldset:hover img {
  -webkit-animation: nhay all ease 0.5s ease-in-out both;
  -ms-animation: nhay all ease 0.5s ease-in-out both;
  -o-animation: nhay all ease 0.5s ease-in-out both;
  animation: nhay all ease 0.5s ease-in-out both;
  -webkit-animation-delay: all ease 0.5s;
  -ms-animation-delay: all ease 0.5s;
  -o-animation-delay: all ease 0.5s;
}

.mxhf ul,
.mxhit ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.mxhf ul li,
.mxhit ul li {
  list-style: none;
  color: #fff;
}

.mxhf ul li a,
.mxhit ul li a {
  color: #fff;
  font-family: RR;
  font-size: 14px;
}

.mxh ul {
  padding: 0;
  display: flex;
  align-items: center;
  color: #666666;
  justify-content: start;
}

.mxh ul li {
  margin-right: 5px;
  list-style: none;
  display: block;
}

.mxh ul li a {
  color: #fff;
}

.mxhf,
.nganhang {
  margin-right: 10px;
}

.mxhf ul,
.nganhang ul {
  padding: 0;
}

.mxhf ul li,
.nganhang ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}

.mxhf ul li a,
.nganhang ul li a {
  color: #fff;
  font-family: RR;
  font-size: 14px;
}

.mxh p {
  font-family: RB;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: left;
}

.ictd {
  padding: 0px 0 50px;
  background: url(../images/ictt.png) bottom center no-repeat;
}

.ictd:after {
  bottom: 68px !important;
}

.ictd p {
  background: #f8f8f8 !important;
}

.tieude {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.tieude p {
  line-height: 20px;
  /* display: inline-block; */
  position: relative;
  z-index: 2;
  font-size: 15px;
  margin-bottom: 20px;
  width: 600px;
  margin: 5px auto 20px;
}

.tieude h3 {
  font-size: 34px;
  font-weight: normal;
  font-family: UTT;
  color: #000;
  display: inline-block;
  background: url(../images/ictd1.png) no-repeat bottom center;
  padding-bottom: 30px;
}

.tieude span {
  display: inline-block;
  color: #c61d1d;
  font-size: 35px;
  font-family: RB;
}

.tieude:after {
  position: absolute;
  width: 60px;
  z-index: 1;
  height: 2px;
  left: 0px;
  bottom: 0px;
  background: #ffd309;
}

.tieude_main {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}

.tieude_main h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
  font-family: MB;
  text-transform: uppercase;
}

.tieude_left {
  background: #f2f2f2;
  text-align: center;
}

.tieude_left h3 {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  line-height: 40px;
  padding: 0px 15px;
  font-family: MB;
}

.tieude_sl {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 20px;
}

.tieude_sl h3 {
  display: inline-block;
  line-height: 39px;
  color: #000;
  font-size: 26px;
  font-weight: normal;
  font-family: OR;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding-right: 10px;
}

.tieude_sl span {
  float: right;
}

.tieude_sl span a {
  color: #555;
  padding: 8px;
  text-decoration: underline;
  font-style: italic;
  color: #d00;
}

.tieude_sl:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  border-top: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
}

.tieude_sl h3:before {
  /* content:''; */
  position: absolute;
  width: 17px;
  height: 17px;
  background: #00923f;
  right: -17px;
  top: 11px;
}

.chinhanh {
  margin-bottom: 10px;
}

.tieude_id {
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: url(../images/icb.png) bottom repeat-x;
}

.tieude_id span a {
  display: inline-block;
  color: #000;
  padding: 5px 25px 5px 10px;
  background: url(../images/ne.png) no-repeat right;
}

.tieude_id:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #000;
  left: 0px;
  bottom: 0px;
}

.tieude_id h3 {
  font-weight: normal;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  font-family: MB;
  font-size: 18px;
  position: relative;
  color: #000;
  padding: 10px 0px;
}

.tieude_id h3:after {
  /* content: url(images/ictd.html); */
  position: absolute;
  left: 5px;
  bottom: -9px;
}

.tieude_id p {
  max-width: 710px;
  color: #666666;
  margin: 0px auto;
}

.tieude_dm {
  position: relative;
}

.tieude_dm h3 {
  position: relative;
  cursor: pointer;
  padding: 0 10px 0 60px;
  margin: 0;
  background: #dc1b1b url(../images/icmn.png) no-repeat 15px;
  color: #fff;
  font-family: RB;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
}

.chitiet {
  margin-top: 10px;
  text-align: center;
}

.chitiet a {
  position: relative;
  display: inline-block;
  font-family: RB;
  color: #000;
  text-align: center;
  padding: 4px 20px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}

.view {
  margin-top: 10px;
  text-align: left;
}

.view a {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  background: #ffcc00;
  border-radius: 5px;
  width: 170px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: RB;
  font-size: 15px;
  border: 0px;
}

.view:hover a {
  color: #fff;
  background: #00438f;
}

.xemthem {}

.xemthem a {
  color: #000;
  text-align: center;
  font-family: RB;
  display: inline-block;
  background: #fff200;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 20px;
}

.tieude_gt {
  text-align: center;
  margin: 0px auto 10px;
  max-width: 440px;
}

.tieude_gt span {
  float: right;
}

.tieude_gt span a {
  color: #d00;
  line-height: 50px;
  font-style: italic;
  position: relative;
  padding-right: 20px;
  text-decoration: underline !important;
  display: inline-block;
}

.tieude_gt h3 {
  font-weight: normal;
  margin: 0px;
  display: inline-block;
  font-family: SB;
  font-size: 30px;
  color: #d00;
  text-transform: uppercase;
}

.tieude_gt h3:after {
  position: absolute;
  width: 100px;
  height: 2px;
  background: #000;
  left: 0px;
  bottom: -2px;
}

.tieude_gt h3 span {
  color: #ffa800;
}

.tieude_gt p {
  text-align: center;
  font-family: SI;
  font-size: 40px;
  color: #d00;
  text-shadow: 3px 3px #fff, -3px -3px #fff, 3px -3px #fff, -3px 3px #fff;
  line-height: 30px;
}

.content_detail p:hover {
  text-decoration: underline !important;
}

.content_detail p a {
  color: #000;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
}

.content_detail p a:after {
  content: '\f101';
  position: absolute;
  font-family: FontAwesome;
  left: 0px;
  top: -4px;
}

.call {
  background: #fff !important;
  height: 50px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
  border-top: 1px solid #fff;
  padding-top: 5px;
}

.call .ex-call {
  width: 25%;
  text-align: center;
  float: left;
}

.call .phone {
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: op_phone;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: op_phone;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: op_phone;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.call .phone a {
  background: url(../images/icon-t1.png) no-repeat center 2px;
  background-size: 21px;
  padding-top: 21px;
  display: inline-block;
  width: 100%;
}

.call .sms {
  width: 25%;
  text-align: center;
  float: left;
}

.call .sms a {
  padding-top: 21px;
  background: url(../images/icon-t2.png) no-repeat center 2px;
  background-size: 25px;
  display: inline-block;
  width: 100%;
}

.call .zalo {
  width: 25%;
  text-align: center;
  float: left;
}

.call .zalo a {
  padding-top: 21px;
  background: url(../images/icon-t3.png) no-repeat center 2px;
  background-size: 45px;
  display: inline-block;
  width: 100%;
}

.call .face {
  width: 25%;
  text-align: center;
  float: left;
}

.call .face a {
  padding-top: 21px;
  background: url(../images/icon-t4.png) no-repeat center 2px;
  background-size: 21px;
  display: inline-block;
  width: 100%;
}

.call a {
  color: #555;
  font-size: 11px;
}

@-webkit-keyframes op_phone {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes op_phone {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mg-b {
  margin-bottom: 10px;
}

.col-5 {
  width: 20%;
  float: left;
}

.col-5:nth-child(5n+1) {
  clear: both;
}

.col-4 {
  width: 25%;
  float: left;
}

.col-4:nth-child(4n+1) {
  clear: both;
}

.col-3 {
  width: 33.33%;
  float: left;
  max-width: 33.33%;
}

.col-3:nth-child(3n+1) {
  clear: both;
}

.col-news-2 {
  width: 50%;
  float: left;
}

.col-news-2:nth-child(2n+1) {
  clear: both;
}

.pd-30 {
  padding: 0px 30px;
}

.mg-30 {
  margin: 0px -30px;
}

.pd-20 {
  padding: 0px 20px;
}

.mg-20 {
  margin: 0 -20px;
}

.pd-15 {
  padding: 0px 15px;
}

.mg-15 {
  margin: 0 -15px;
}

.pd-10 {
  padding: 0px 10px;
}

.mg-10 {
  margin: 0 -10px;
}

.pd-5 {
  padding: 0px 5px;
}

.mg-5 {
  margin: 0 -5px;
}

.pd-0 {
  padding: 0px;
}

.mg-0 {
  margin: 0px;
}

.mgb-5 {
  margin-bottom: 5px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-25 {
  margin-bottom: 25px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-35 {
  margin-bottom: 35px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-45 {
  margin-bottom: 45px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgt-5 {
  margin-top: 5px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-25 {
  margin-top: 25px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-35 {
  margin-top: 35px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-45 {
  margin-top: 45px;
}

.mgt-50 {
  margin-top: 50px;
}

.pdt-5 {
  padding-top: 5px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-15 {
  padding-top: 15px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-25 {
  padding-top: 25px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-35 {
  padding-top: 35px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-45 {
  padding-top: 45px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdb-15 {
  padding-bottom: 15px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdb-25 {
  padding-bottom: 25px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdb-35 {
  padding-bottom: 35px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdb-45 {
  padding-bottom: 45px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.wid-1 {
  width: 1%;
}

.wid-2 {
  width: 2%;
}

.wid-3 {
  width: 3%;
}

.wid-4 {
  width: 4%;
}

.wid-5 {
  width: 5%;
}

.wid-6 {
  width: 6%;
}

.wid-7 {
  width: 7%;
}

.wid-8 {
  width: 8%;
}

.wid-9 {
  width: 9%;
}

.wid-10 {
  width: 10%;
}

.wid-11 {
  width: 11%;
}

.wid-12 {
  width: 12%;
}

.wid-13 {
  width: 13%;
}

.wid-14 {
  width: 14%;
}

.wid-15 {
  width: 15%;
}

.wid-16 {
  width: 16%;
}

.wid-17 {
  width: 17%;
}

.wid-18 {
  width: 18%;
}

.wid-19 {
  width: 19%;
}

.wid-20 {
  width: 20%;
}

.wid-21 {
  width: 21%;
}

.wid-22 {
  width: 22%;
}

.wid-23 {
  width: 23%;
}

.wid-24 {
  width: 24%;
}

.wid-25 {
  width: 25%;
}

.wid-26 {
  width: 26%;
}

.wid-27 {
  width: 27%;
}

.wid-28 {
  width: 28%;
}

.wid-29 {
  width: 29%;
}

.wid-30 {
  width: 30%;
}

.wid-31 {
  width: 31%;
}

.wid-32 {
  width: 32%;
}

.wid-33 {
  width: 33%;
}

.wid-34 {
  width: 34%;
}

.wid-35 {
  width: 35%;
}

.wid-36 {
  width: 36%;
}

.wid-37 {
  width: 37%;
}

.wid-38 {
  width: 38%;
}

.wid-39 {
  width: 39%;
}

.wid-40 {
  width: 40%;
}

.wid-41 {
  width: 41%;
}

.wid-42 {
  width: 42%;
}

.wid-43 {
  width: 43%;
}

.wid-44 {
  width: 44%;
}

.wid-45 {
  width: 45%;
}

.wid-46 {
  width: 46%;
}

.wid-47 {
  width: 47%;
}

.wid-48 {
  width: 48%;
}

.wid-49 {
  width: 49%;
}

.wid-50 {
  width: 50%;
}

.wid-51 {
  width: 51%;
}

.wid-52 {
  width: 52%;
}

.wid-53 {
  width: 53%;
}

.wid-54 {
  width: 54%;
}

.wid-55 {
  width: 55%;
}

.wid-56 {
  width: 56%;
}

.wid-57 {
  width: 57%;
}

.wid-58 {
  width: 58%;
}

.wid-59 {
  width: 59%;
}

.wid-60 {
  width: 60%;
}

.wid-61 {
  width: 61%;
}

.wid-62 {
  width: 62%;
}

.wid-63 {
  width: 63%;
}

.wid-64 {
  width: 64%;
}

.wid-65 {
  width: 65%;
}

.wid-66 {
  width: 66%;
}

.wid-67 {
  width: 67%;
}

.wid-68 {
  width: 68%;
}

.wid-69 {
  width: 69%;
}

.wid-70 {
  width: 70%;
}

.wid-71 {
  width: 71%;
}

.wid-72 {
  width: 72%;
}

.wid-73 {
  width: 73%;
}

.wid-74 {
  width: 74%;
}

.wid-75 {
  width: 75%;
}

.wid-76 {
  width: 76%;
}

.wid-77 {
  width: 77%;
}

.wid-78 {
  width: 78%;
}

.wid-79 {
  width: 79%;
}

.wid-80 {
  width: 80%;
}

.wid-81 {
  width: 81%;
}

.wid-82 {
  width: 82%;
}

.wid-83 {
  width: 83%;
}

.wid-84 {
  width: 84%;
}

.wid-85 {
  width: 85%;
}

.wid-86 {
  width: 86%;
}

.wid-87 {
  width: 87%;
}

.wid-88 {
  width: 88%;
}

.wid-89 {
  width: 89%;
}

.wid-90 {
  width: 90%;
}

.wid-91 {
  width: 91%;
}

.wid-92 {
  width: 92%;
}

.wid-93 {
  width: 93%;
}

.wid-94 {
  width: 94%;
}

.wid-95 {
  width: 95%;
}

.wid-96 {
  width: 96%;
}

.wid-97 {
  width: 97%;
}

.wid-98 {
  width: 98%;
}

.wid-99 {
  width: 99%;
}

.wid-100 {
  width: 100%;
}

[class*="wid-"] {
  float: left;
}

.cl-b {
  color: #c6c6c6 !important;
}

.cl-w {
  color: #fff !important;
}

.bg-w {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@font-face {
  font-family: 'RB';
  src: url('../fonts/RobotoBold.ttf') format('truetype');
}

@font-face {
  font-family: 'OPB';
  src: url('../fonts/OpenSansBold.ttf') format('truetype');
}

@font-face {
  font-family: 'OPR';
  src: url('../fonts/OpenSansRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'OPL';
  src: url('../fonts/OpenSansLight.ttf') format('truetype');
}

@font-face {
  font-family: 'UTMI';
  src: url('../fonts/UTMHelvetIns.ttf') format('truetype');
}

@font-face {
  font-family: 'RR';
  src: url('../fonts/RobotoRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'RM';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'SA';
  src: url('../fonts/SVN-Appleberry.ttf') format('truetype');
}

@font-face {
  font-family: 'FB';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'OR';
  src: url('../fonts/Oswald%20Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'PDB';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'PDB';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'SFH';
  src: url('../fonts/SFUFuturaHeavy.ttf') format('truetype');
}

@font-face {
  font-family: 'SFB';
  src: url('../fonts/SFUFuturaBook.ttf') format('truetype');
}

@font-face {
  font-family: 'UC';
  src: url('../fonts/UTM%20Cookies.ttf') format('truetype');
}

@font-face {
  font-family: 'UBM';
  src: url('../fonts/UVNBanhMi.ttf') format('truetype');
}

@font-face {
  font-family: 'MB';
  src: url('../fonts/MuliBold.ttf') format('truetype');
}

@font-face {
  font-family: 'MR';
  src: url('../fonts/MuliRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'USN';
  src: url('../fonts/UVNBaiSau_N.ttf') format('truetype');
}

@font-face {
  font-family: 'UBB';
  src: url('../fonts/UVNBaiSau_B.ttf') format('truetype');
}

@font-face {
  font-family: 'UA';
  src: url('../fonts/UTM%20Androgyne.ttf') format('truetype');
}

@font-face {
  font-family: 'UCB';
  src: url('../fonts/UTM%20Cooper%20Black.ttf') format('truetype');
}

@font-face {
  font-family: 'USB';
  src: url('../fonts/UVNSachVo_B.ttf') format('truetype');
}

@font-face {
  font-family: 'SI';
  src: url('../fonts/SVN-Internation.ttf') format('truetype');
}

@font-face {
  font-family: 'UBC';
  src: url('../fonts/UTM%20Beautiful%20Caps.ttf') format('truetype');
}

@font-face {
  font-family: 'TB';
  src: url('../fonts/Tinos-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'SOT';
  src: url('../fonts/SVN-A%20Love%20Of%20Thunder.ttf') format('truetype');
}

@font-face {
  font-family: 'SCB';
  src: url('../fonts/SFUCooperBlack.ttf') format('truetype');
}

@font-face {
  font-family: 'VCS';
  src: url('../fonts/VNF-Comic%20Sans.ttf') format('truetype');
}

@font-face {
  font-family: 'IC';
  src: url('../fonts/iCiel%20Ciaobella.otf') format('truetype');
}

@font-face {
  font-family: 'IR';
  src: url('../fonts/iCiel%20Rukola.otf') format('truetype');
}

@font-face {
  font-family: 'SUR';
  src: url('../fonts/SVN-UT%20Triumph%20Regular.otf') format('truetype');
}

@font-face {
  font-family: 'SAS';
  src: url('../fonts/SVN-Aaron%20Script.otf') format('truetype');
}

@font-face {
  font-family: 'UTT';
  src: url('../fonts/UTM%20ThuPhap%20Thien%20An.ttf') format('truetype');
}

@font-face {
  font-family: 'UZ';
  src: url('../fonts/UTM%20Zirkon.ttf') format('truetype');
}


.hide {
  display: none;
}

.item-bst {
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
}

.item-bst .hover a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #00000070;
}

.item-bst:hover a {
  color: #fff;
}

.item-bst:hover .name-bst {
  visibility: visible;
}

.item-bst .name-bst {
  position: absolute;
  z-index: 99;
  bottom: 0;
  display: table;
  width: 100%;
  z-index: 2;
  padding: 10px;
  font-family: OPB;
  text-transform: uppercase;
  text-align: center;
  visibility: hidden;
  color: #fff;
}

.name-bst {
  text-align: center;
}

.item-bst a:hover .name-bst a:after {
  display: none;
}

.item-bst .name-bst:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  margin: auto;
}

.owl-nav .owl-next {
  right: 0px;
}

.owl-nav .owl-prev {
  left: 0px;
  transform: rotate(180deg);
}

.box_img_pr,
.main_images {
  border: 1px solid #f2f2f2;
}

.lienket {
  background: url(images/brlk.html) no-repeat;
  background-size: cover;
}

.itemprd {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.itemprd__img {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 7px solid #d9d9d9;
  box-shadow: 0px 0px 5px #c4c4c4;
}

.itemprd__img img {
  border-radius: 50%;
}

.itemprd__name a {
  color: #fff;
  font-size: 20px;
}

.bg-prd {
  background: url(images/brprd.html) no-repeat top center;
}

.album {
  background: url(images/brab.html) no-repeat top center;
}

.slicksp .pd-15:not(.slick-slide) {
  display: none;
}

.bg-index {
  background-size: contain;
}

.contentvs {
  height: 258px;
  position: relative;
  background: url(images/ctvs.html) no-repeat;
  margin: 30px 0 75px;
}

.visao__item {
  position: absolute;
  min-height: 55px;
}

.visao__item:nth-child(1) {
  left: 140px;
  bottom: -55px;
}

.visao__item:nth-child(2) {
  left: 0px;
  top: 100px;
}

.visao__item:nth-child(3) {
  right: 0px;
  top: 100px;
}

.visao__item:nth-child(4) {
  right: 140px;
  bottom: -55px;
}

.act-qt {
  display: block;
}

.show-des {
  color: #fff;
}

.cus-header .menu_top {
  background: #73b21a;
}

.support-online {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 250px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #1C8EFF;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: absolute;
  z-index: 999;
  top: 0px;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #1C8EFF;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  right: 50px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1C8EFF transparent transparent;
  position: absolute;
  right: -10px;
  top: 10px;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
  opacity: .75;
  right: 10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #1C8EFF;
  opacity: .5;
}

.support-online .btn-support {
  cursor: pointer;
}

.ab-video {
  max-width: 820px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  width: 100%;
  left: 0px;
  margin: 0px auto;
  right: 0px;
  display: flex;
}

.ab-video .img-video {
  padding-bottom: 70%;
  margin-bottom: 15px;
}

.img__video {
  border: 3px solid #fff;
}

.f_mxh {
  color: #fff;
}

.ykien__item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  padding: 10px;
}

.ykien__img {
  width: 100px;
  text-align: center;
  position: relative;
  margin-right: 10px;
}

.ykien__img img {
  border-radius: 50%;
}

.ykien__mota {
  background: #f2f2f2 url(../images/des.png) no-repeat 5px 5px;
  padding: 25px;
  text-indent: 50px;
  line-height: 30px;
  border-radius: 5px;
}

.ykien__title {
  font-family: OR;
  font-size: 20px
}

.ykien__title span {
  color: #25af38
}

#carousel {
  max-width: 610px !important;
  margin: 0px auto;
}

.carousel-feature {
  border: none !important;
}

.carousel-feature .carousel-caption {
  bottom: -100px !important;
  background: none !important;
  left: 0;
  right: 0;
  padding: 0px;
}

.carousel-feature .carousel-caption h3 {
  color: #fff;
  font-family: mulib;
  font-size: 18px;
  text-transform: uppercase;
}

.carousel-feature .carousel-caption p {
  font-family: muli;
  font-size: 15px !important;
}

.tracker-individual-container {
  display: none !important;
}

.tracker-summation-container {
  display: none !important;
}

#carousel-left {
  position: absolute;
  top: 32%;
  left: 30px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  top: 32%;
  right: 0px;
  cursor: pointer;
}

.tieuchi {
  background: url(../images/brtc.html) no-repeat;
  background-size: cover;
}

.tieuchi__flex {
  display: flex;
  justify-content: space-between;
}

.tieuchi__flex span {
  display: inline-block;
  padding: 12px;
  width: 30%;
  color: #fff;
  font-family: RB;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
}

.tieuchi__flex span:nth-child(1) {
  background: #1362da;
}

.tieuchi__flex span:nth-child(2) {
  background: #c61d1d;
}

.tieuchi__flex span:nth-child(3) {
  background: #276811;
}

.pdl-news {
  padding-left: 55px;
  position: relative;
  background: url(images/linenews.html) no-repeat bottom left;
}

.rtop {
  position: absolute;
  top: -25px;
  text-align: center;
  width: 100%;
}

.rv_flex {
  flex-flow: row-reverse;
  text-align: right;
}

.flex_box {
  display: flex;
  align-items: center;
}

.bd-index {
  background: #f2f2f2;
}

.ab_map {
  position: absolute;
  right: 0px;
}

.box-album {
  background: #262626;
}

.bst__img {
  overflow: hidden;
}

.bst__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bst__item:hover .bst__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bst__name {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: RM;
  margin-top: 10px;
}

.ykien__img img {
  max-width: none;
}

.ykien img {
  border-radius: 100px;
}

#carousel {
  max-width: 610px !important;
  margin: 0px auto;
}

.carousel-feature {
  border: none !important;
}

.carousel-feature .carousel-caption {
  bottom: -100px !important;
  background: none !important;
  left: 0;
  right: 0;
  padding: 0px;
}

.carousel-feature .carousel-caption h3 {
  color: #fff;
  font-family: mulib;
  font-size: 18px;
  text-transform: uppercase;
}

.carousel-feature .carousel-caption p {
  font-family: muli;
  font-size: 15px !important;
}

.tracker-individual-container {
  display: none !important;
}

.tracker-summation-container {
  display: none !important;
}

#carousel-left {
  position: absolute;
  top: 32%;
  left: 30px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  top: 32%;
  right: 0px;
  cursor: pointer;
}

.ykien,
.tuvan {
  background: url(../images/bryk.png) no-repeat;
  background-size: cover;
}

.ykien__content {
  width: calc(100% - 100px);
  float: left;
}

.ykien__name {
  font-family: MB;
  font-size: 18px;
  margin: 10px 0 5px;
  color: #fff;
}

.ykien__des {
  background: url(../images/mt.png) no-repeat bottom;
  padding-bottom: 50px
}

.carousel,
.carousel2 {
  height: 250px;
  position: relative;
}

.carousel img,
.carousel2 img {
  visibility: hidden;
  cursor: pointer;
  border: 2px solid #fff;
}

.carousel span,
.carousel2 span {
  display: none;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cnav {
  position: absolute;
  top: 40%;
  z-index: 9;
}

.cprev,
.cprev2 {
  left: 0px;
}

.cnext,
.cnext2 {
  right: 0px;
}

.a-center .ykien__content {
  display: block !important;
}

.a-center img {
  border: 7px solid rgba(255, 255, 255, 0.69019608);
}

.bst {
  background: #fff;
}

.bst__item:hover {
  transition: all ease 0.2s;
  transform: scale(1);
  box-shadow: 0px 0px 10px 0px #c4c4c4;
}

.bst__item:hover .bst__content {
  background: #fff;
}

.bst__item:hover .bst__img:after {
  background: #000;
  opacity: 0.7;
}

.bst__img {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}

.bst__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all ease 0.4s;
}

.bst__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bst__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bst__item:hover .bst__img p {
  visibility: visible;
}

.bst__content {
  text-align: center;
  position: relative;
  padding: 15px;
}

.bst__ab {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: MB;
  opacity: 0;
  transition: all ease 0.5s;
  text-align: center;
}

.bst__item:hover .bst__ab {
  opacity: 1;
  transition: all ease 0.7s;
}

.bst__name {
  text-align: center;
}

.bst__name a {
  color: #848484;
  font-family: OPR;
  margin-bottom: 5px;
}

.bst__des {
  text-align: center;
  color: #034579;
}

.bst__date {
  color: #848484;
  text-align: center;
  font-family: OPR;
  font-size: 13px;
}

.thongke {
  background: url(../images/brtk.png) no-repeat;
}

.title {
  color: #fff;
  font-family: MR;
  font-size: 27px;
}

.thongke_item {
  text-align: center
}

.mota {
  font-family: MR;
  font-size: 18px;
  color: #fff;
  max-width: 180px;
  margin: 0px auto;
  letter-spacing: 1px;
}

.count_number {
  padding-top: 20px;
  display: inline-block;
  padding-left: 30px;
  background: url(../images/tup.png) no-repeat 0px;
}

.ykien__img img {
  border-radius: 50%;
}

.ykien img {
  border-radius: 100px;
}

#carousel {
  max-width: 610px !important;
  margin: 0px auto;
}

.carousel-feature {
  border: none !important;
}

.carousel-feature .carousel-caption {
  bottom: -100px !important;
  background: none !important;
  left: 0;
  right: 0;
  padding: 0px;
}

.carousel-feature .carousel-caption h3 {
  color: #fff;
  font-family: mulib;
  font-size: 18px;
  text-transform: uppercase;
}

.carousel-feature .carousel-caption p {
  font-family: muli;
  font-size: 15px !important;
}

.tracker-individual-container {
  display: none !important;
}

.tracker-summation-container {
  display: none !important;
}

#carousel-left {
  position: absolute;
  top: 32%;
  left: 30px;
  cursor: pointer;
}

#carousel-right {
  position: absolute;
  top: 32%;
  right: 0px;
  cursor: pointer;
}

.ykien__content {
  display: none;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-family: OPR;
}

.ykien__name {
  font-family: OPB;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.carousel,
.carousel2 {
  height: 250px;
  position: relative;
}

.carousel img,
.carousel2 img {
  visibility: hidden;
  cursor: pointer;
  border: 2px solid #fff;
}

.carousel span,
.carousel2 span {
  display: none;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cnav {
  position: absolute;
  top: 40%;
  z-index: 9;
}

.cprev,
.cprev2 {
  left: 0px;
}

.cnext,
.cnext2 {
  right: 0px;
}

.a-center .ykien__content {
  display: block !important;
}

.a-center img {
  border: 5px solid #cc6633;
}

.rds0 {
  border-radius: 0 75px;
}

.rds0 img {
  border-radius: 0 55px;
}

.rds3 {
  border-radius: 0 75px;
}

.rds3 img {
  border-radius: 0 55px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*  */

/*custom compress css from libraries/optimize.php*/
.rslides {
  margin: 0 auto 40px;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides .next {}

.rslides .prev {}

.rslides_tabs {
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  display: flex !important;
}

.rslides_tabs li {
  display: inline-block;
  padding: 0 10px !important;
}

.rslides_tabs a {
  font-size: 13px;
  font-family: MRR;
  color: #000;
  text-transform: uppercase;
}

.callbacks_tabs {
  display: inline-block;
}

.callbacks_tabs li {
  display: inline;
  float: none;
}

.callbacks_tabs li a {}

.callbacks_here a {
  border-bottom: 1px solid #000
}

.rslides_tabs li {
  display: inline;
  float: none;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}

#download {
  background: #333;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
}

#download:hover {
  background: rgba(255, 255, 255, .15);
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.caption {
  display: none;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(" images/themes.html") no-repeat left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width:600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .callbacks_nav {
    top: 47%;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides .ab_slider {
  position: absolute;
  display: none;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-align: left;
  padding: 7%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.rslides .ab_slider>div {
  text-align: center;
  margin: 0px auto;
}

.rslides .name_slider {
  color: #fff200;
  font-family: UTT;
  font-size: 90px;
}

.rslides .mota_slider {
  color: #fff;
  margin: 5px auto 20px;
  font-family: UZ;
  font-size: 56px;
}

.callbacks1_on .ab_slider {
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.callbacks1_on .name_slider {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl_ 0.3s ease-in-out both;
  -ms-animation: pl_ 0.3s ease-in-out both;
  -o-animation: pl_ 0.3s ease-in-out both;
  animation: pl_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, -65px);
  opacity: 0;
}

.callbacks1_on .mota_slider {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl2_ 0.3s ease-in-out both;
  -ms-animation: pl2_ 0.3s ease-in-out both;
  -o-animation: pl2_ 0.3s ease-in-out both;
  animation: pl2_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  transition: all ease 0.6s;
  transform: scale(2);
  opacity: 0;
}

.callbacks1_on .xemthem {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl1_ 0.3s ease-in-out both;
  -ms-animation: pl1_ 0.3s ease-in-out both;
  -o-animation: pl1_ 0.3s ease-in-out both;
  animation: pl1_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, 65px);
  opacity: 0;
}

.callbacks1_on .xemthem a {
  color: #000;
}

@keyframes pl_ {
  0% {
    transform: translate(0px, -65px);
    opacity: 0;
  }

  25% {
    transform: translate(0px, -45px);
    opacity: 0.5;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes pl1_ {
  0% {
    transform: translate(0px, 65px);
    opacity: 0;
  }

  25% {
    transform: translate(0px, 45px);
    opacity: 0.5;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes pl2_ {
  0% {
    transition: all ease 0.3s;
    transform: scale(2);
    opacity: 0;
  }

  25% {
    transition: all ease 0.3s;
    transform: scale(1.8);
    opacity: 0.5;
  }

  100% {
    transition: all ease 0.3s;
    transform: scale(1);
    opacity: 1;
  }
}

#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#pbOverlay.show {
  opacity: 1;
  pointer-events: auto;
}

#pbOverlay {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  text-align: center;
  pointer-events: none;
  -moz-user-select: none;
  background: rgba(0, 0, 0, .90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  -webkit-transform: translate3d(0);
  transition: opacity 300ms ease;
}

#pbOverlay.msie {
  background-color: rgba(0, 0, 0, .6);
}

.msie.pbLoading .pbWrapper {
  background: url(' images/loading.html') no-repeat center center;
}

@keyframes pbLoaderFrames {
  50% {
    height: 5px;
  }
}

@-webkit-keyframes pbLoaderFrames {
  50% {
    height: 5px;
  }
}

.pbLoader {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 100%;
  box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
  transition: .3s;
}

.thumbs .pbLoader {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.pbLoading:not(.msie):not(.error) .pbLoader {
  display: block;
}

.pbLoader b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 8px;
  height: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  -webkit-animation: .9s pbLoaderFrames infinite linear;
  animation: .9s pbLoaderFrames infinite linear;
}

.pbLoader b:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.pbLoader b:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.mobile.pbLoading .pbLoader {
  transform: none;
  transition: 0s;
}

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
}

@keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, .5);
    transform: scale(.85);
  }
}

@-webkit-keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, .5);
    -webkit-transform: scale(.85);
  }
}

.pbWrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(0deg);
  vertical-align: middle;
  height: 100%;
  perspective: 1200px;
  position: relative;
  transition: .2s;
}

.video>.pbWrapper {
  z-index: 11;
  display: inline-block;
}

.pbLoading .pbWrapper {
  display: inline-block\9;
  width: 100%;
}

.pbWrapper:before {
  content: '\2716';
  color: transparent;
  text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
  font-size: 0;
  vertical-align: middle;
  cursor: default;
  transition: text-shadow .7s ease-out;
}

.error .pbWrapper:before {
  font-size: 22em;
  text-shadow: 0 0 0 #FFF;
  -webkit-animation: 2s 1s deadImage infinite linear;
  animation: 2s 1s deadImage infinite linear;
}

.thumbs .pbWrapper {
  padding: 0;
  margin: 0;
}

.error .pbWrapperr img {
  width: 0;
}

.pbWrapper>div {
  display: none;
  width: 624px;
  height: 351px;
  vertical-align: middle;
  border-radius: 5px;
  background: rgba(0, 0, 0, .5);
}

.video>.pbWrapper>div {
  display: inline-block;
}

#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s;
}

.pbWrapper .pbHide iframe {
  opacity: 0;
}

.pbWrapper>div,
.pbWrapper>img {
  transition: .8s .5s cubic-bezier(.1, .87, .48, 1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 20px #000;
}

.mobile.show .pbWrapper>div,
.mobile.show .pbWrapper>img {
  transition: 30ms;
}

.pbWrapper>*,
.pbHide .pbWrapper>.prepare {
  opacity: 1;
  vertical-align: middle;
  transform: scale(0) rotateX(80deg);
  -webkit-transform: scale(0) rotateX(80deg);
  -ms-transform: scale(0) rotateX(80deg);
  border-radius: 6px;
  border: none;
  max-height: 95%;
  max-width: 100%;
}

.on .pbWrapper>* {
  transition-delay: 0s;
}

.pbWrapper .zoomable {
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
  z-index: 9;
}

.pbHide .pbWrapper>* {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: none\9;
  opacity: 0;
  transition: .4s ease-out;
}

#pbCloseBtn,
#pbAutoplayBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 999;
  display: block;
  padding: 0 0 20px 20px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  transition: .3s .3s ease-out;
}

.pbHide #pbCloseBtn {
  top: -50px;
  right: -50px;
}

.on #pbCloseBtn {
  top: -2px;
  right: -2px;
}

#pbCloseBtn:before {
  content: '\00D7';
  font: bold 1em/1 arial;
}

#pbCloseBtn:before,
#pbAutoplayBtn:before {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 8px 8px 12px 12px;
  font-size: 2em;
  opacity: .8;
  vertical-align: middle;
  background: rgba(255, 255, 255, .2);
  border-radius: 0 0 0 70px;
  transition: .1s ease-out;
}

#pbCloseBtn:hover:before {
  padding: 15px 10px 24px 24px;
  background: rgba(255, 100, 100, .4);
}

#pbAutoplayBtn {
  display: none;
  right: auto;
  left: -50px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 13px;
}

.hasAutoplay #pbAutoplayBtn {
  display: block;
}

#pbAutoplayBtn:hover {
  width: 60px;
  height: 60px;
}

.on #pbAutoplayBtn {
  top: 0px;
  left: 0px;
  transition: .1s ease-out;
}

#pbAutoplayBtn:before {
  content: '\2016';
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 0;
  font-weight: bold;
  padding: 0;
  text-indent: -6px;
  line-height: 1.6;
}

#pbAutoplayBtn:active:before {
  text-shadow: 0 0 3px #FFF, 0 0 6px #FFF;
}

#pbAutoplayBtn.play:before {
  content: '\25BA';
}

#pbAutoplayBtn .pbProgress {
  display: none\9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  opacity: .2;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile #pbAutoplayBtn .pbProgress {
  -webkit-transition: 0s;
  transition: 0s;
}

#pbAutoplayBtn.playing .pbProgress {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

#pbAutoplayBtn .pbProgress:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF inset;
}

#pbCaption,
.pbHide #pbCaption {
  position: absolute;
  z-index: 999;
  margin-bottom: 5px;
  bottom: -120px;
  width: 100%;
  overflow: hidden;
  transition: .4s;
}

.show.on #pbCaption {
  bottom: 0;
  transition-delay: .5s;
}

#pbOverlay.thumbs #pbCaption label {
  display: block;
}

#pbCaption label {
  display: none;
  position: relative;
  z-index: 1;
  top: -5px;
  float: right;
  width: 60px;
  margin-right: 10px;
  color: #FFF;
  opacity: .3;
  transition: .2s;
  cursor: pointer;
}

#pbCaption label:after {
  background: #FFF;
  box-shadow: 12px 0 #FFF, -12px 0 #FFF;
  content: "";
  display: inline-block;
  height: 0;
  padding: 10px 5px;
  text-align: right;
  vertical-align: top;
  width: 0;
}

#pbCaption label:hover {
  opacity: 1;
}

#pbCaption .title,
#pbCaption .counter {
  display: inline-block;
  color: #FFF;
  margin: 0 6px;
}

#pbCaption .counter {
  display: none;
  opacity: .55;
}

.hasCounter #pbCaption .counter {
  display: inline-block;
}

.pbCaptionText {
  transition: .3s;
  opacity: .9;
  font-weight: bold;
  font-size: .9em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  padding-left: 60px;
}

.pbCaptionText.change {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}

.mobile #pbCaption label {
  display: none;
  z-index: -1;
  color: red;
}

.mobile .pbCaptionText {
  padding: 0;
}

#pbThumbsToggler:checked~#pbCaption .pbThumbs {
  margin: 0;
}

#pbThumbsToggler:checked~.pbWrapper {
  margin-top: -50px;
  padding: 50px 0;
}

.pbThumbs {
  display: none;
  transition: .35s;
  -webkit-overflow-scrolling: touch;
}

.thumbs .pbThumbs {
  display: block;
  width: 100%;
  padding: 5px 0 2px;
  margin-bottom: -100px;
  overflow: hidden;
}

.mobile .pbThumbs {
  overflow: auto;
}

.pbThumbs:hover {
  clear: both;
}

.pbThumbs ul {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 80px;
  padding: 0 5px;
  margin: 0;
  white-space: pre;
  transition: .2s;
}

.pbThumbs ul:after {
  vertical-align: bottom;
}

.pbThumbs li {
  display: inline-block;
  vertical-align: bottom;
  height: 70%;
  opacity: .6;
  text-align: center;
  position: relative;
  transition: .15s;
}

.pbThumbs li.active {
  height: 100%;
  opacity: 1;
}

.pbThumbs li:hover {
  height: 100%;
  opacity: 1;
}

.pbThumbs li.video::before {
  content: '\25BA';
  color: #FFF;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: .9;
  position: absolute;
  bottom: 4px;
  left: 7px;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .4);
  border-radius: 0 3px 0 0;
  pointer-events: none;
}

.pbThumbs a {
  height: 100%;
  padding: 0 2px;
  display: block;
  -moz-user-select: none;
}

.pbThumbs li:hover a {}

.pbThumbs img {
  height: 96%;
  min-height: 95.9%;
  border: 2px solid #FFF;
  max-width: none;
  border-radius: 0;
  transition: .15s;
}

.pbThumbs li:hover img {
  min-height: 96%;
}

.pbThumbs li.fast a img {
  transition: none;
}

.pbThumbs li.active a img {
  border-color: #D8FF16;
  min-height: 96%;
}

#pbOverlay .prevNext {
  display: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 35%;
  padding: 80px 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  transition: .2s ease-out;
  text-shadow: 0 0 12px #000, 0 0 10px #FFF;
  user-select: none;
  filter: alpha(opacity=0);
  cursor: pointer;
}

#pbOverlay.hasArrows .prevNext {
  display: block;
}

#pbOverlay .prevNext.pbHide {
  display: none;
}

#pbOverlay.on .prevNext:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

#pbOverlay.on .prevNext:hover:active {
  transition: 80ms;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 0 16px #FFF, 0 0 10px #000;
}

.prevNext b {
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in;
}

.prevNext:hover b {
  transition: .2s cubic-bezier(.095, .870, .485, .985);
}

#pbPrevBtn b {
  transform: scale(.4) translateX(350px);
  -webkit-transform: scale(.4) translateX(350px);
}

#pbNextBtn b {
  transform: scale(.4) translateX(-350px);
  -webkit-transform: scale(.4) translateX(-350px);
}

#pbPrevBtn b:before,
#pbNextBtn b:after {
  display: inline;
  line-height: .3;
  font-size: 18em;
  font-weight: normal;
  color: #FFF;
  font-family: Arial;
}

#pbPrevBtn b:before {
  content: '\2039';
}

#pbNextBtn b:after {
  content: '\203A';
}

.on #pbPrevBtn:hover b {
  transform: scale(1) translateX(20px);
  -webkit-transform: scale(1) translateX(20px);
}

.on #pbNextBtn:hover b {
  transform: scale(1) translateX(-20px);
  -webkit-transform: scale(1) translateX(-20px);
}

.show #pbPrevBtn,
#pbOverlay.show #pbNextBtn {}

.show #pbPrevBtn {
  left: 0;
  text-align: left;
}

.show #pbNextBtn {
  right: 0;
  text-align: right;
}

@media all and (max-width:700px) {

  .pbWrapper img,
  .pbHide .pbWrapper img.prepare {
    max-height: 100%;
  }

  .thumbs .pbWrapper {
    padding: 0;
    margin: 0;
  }

  .pbThumbs {
    margin-bottom: -60px;
  }

  .pbThumbs.show {
    margin: 0;
  }

  .pbThumbs ul {
    height: 50px;
  }

  .pbThumbs li {
    height: 100%;
    opacity: 1;
  }

  .pbThumbs li img {
    min-height: 96.5%;
  }
}

@media all and (max-width:710px) {
  .pbThumbs li.active a img {
    min-height: 96%;
  }
}

.grid {
  max-width: 100%;
  list-style: none;
  margin: 0px auto;
  padding: 0;
}

.grid li img {
  padding: 7px;
  background-color: #ffffff73;
}

.grid li {
  display: block;
  float: left;
  width: 25%;
  opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}

.grid li {
  margin-bottom: 20px;
}

.grid li a {
  border: 1px solid #efeeee;
}

.grid li a,
.grid li img {
  outline: none;
  display: block;
  max-width: 100%;
  width: 100%;
  color: #736a60;
  background: #fff;
}

.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
  0% {}

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {}

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
  0% {}

  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallPerspective {
  0% {}

  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fly {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {}

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
  0% {}

  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes helix {
  0% {}

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
  0% {}

  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {}

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width:900px) {
  .grid li {
    width: 50%;
  }
}

@media screen and (max-width:400px) {
  .grid li {
    width: 100%;
  }
}

.entry a:hover .meta {
  opacity: 1;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.entry .meta {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  display: table;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  text-align: center;
  bottom: 10%;
  z-index: 999;
}

.entry .thumb {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.entry a:hover .thumb {
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.entry.has-body a:hover .thumb {
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.entry {
  overflow: hidden;
}

.entry a {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -20px;
}

.entry a:after {
  opacity: 0;
}

.entry a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  opacity: 1;
}

.entry.has-body a {
  margin-top: -10px;
}

.entry .thumb-wrap {
  position: relative;
  margin-top: -20px;
}

.entry.has-body .thumb-wrap {
  margin-top: -10px;
}

.entry .meta .date,
.entry .meta .client {
  padding: 25px 0 0 0;
  font-size: 14px;
  font-family: 'avo';
  line-height: 25px;
}

.entry .meta .client+.title,
.entry .meta .date+.title {
  bottom: 87px;
}

.entry .meta .title,
.entry .meta .date,
.entry .meta .client {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.entry .meta .date:after,
.entry .meta .client:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 7px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.entry .meta .title {
  font-size: 1.8em;
  font-family: avo
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  top: calc(50% - 45px/2);
  position: absolute;
  z-index: 13;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  float: left;
  top: calc(50% - 17px);
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  border: 2px solid #c4c4c4;
  height: 14px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #D26700;
}

@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {}

.simply-scroll-list li img {
  border: none;
  display: block;
}

.simply-scroll-btn {
  position: absolute;
  background-image: url(buttons.html);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
}

.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px;
}

.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important;
}

.simply-scroll-btn-left:hover,
.simply-scroll-btn-left:focus {
  background-position: 0 -88px;
}

.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px;
}

.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important;
}

.simply-scroll-btn-right:hover,
.simply-scroll-btn-right:focus {
  background-position: -84px -88px;
}

.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px;
}

.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important;
}

.simply-scroll-btn-up:hover,
.simply-scroll-btn-up:focus {
  background-position: -126px -88px;
}

.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px;
}

.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important;
}

.simply-scroll-btn-down:hover,
.simply-scroll-btn-down:focus {
  background-position: -42px -88px;
}

.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px;
}

.simply-scroll-btn-pause:hover,
.simply-scroll-btn-pause:focus {
  background-position: -168px -88px;
}

.simply-scroll-btn-pause.active {
  background-position: -84px -44px;
}

.simply-scroll-btn-pause.active:hover,
.simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px;
}

.simply-scroll {
  width: 315px;
  height: 103px;
  margin-bottom: 1em;
  border: 1px solid #c4c4c4;
}

.simply-scroll .simply-scroll-clip {
  width: 311px;
  height: 101px;
}

.simply-scroll .simply-scroll-list {}

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 130px;
  height: 105px;
}

.simply-scroll .simply-scroll-list li img {}

.simply-scroll .simply-scroll-btn {}

.simply-scroll .simply-scroll-btn-left {}

.simply-scroll .simply-scroll-btn-left.disabled {}

.simply-scroll .simply-scroll-btn-left:hover {}

.simply-scroll .simply-scroll-btn-right {}

.simply-scroll .simply-scroll-btn-right.disabled {}

.simply-scroll .simply-scroll-btn-right:hover {}

.simply-scroll .simply-scroll-btn-up {}

.simply-scroll .simply-scroll-btn-up.disabled {}

.simply-scroll .simply-scroll-btn-up:hover {}

.simply-scroll .simply-scroll-btn-down {}

.simply-scroll .simply-scroll-btn-down.disabled {}

.simply-scroll .simply-scroll-btn-down:hover {}

.vert1 {
  width: 100%;
  height: 390px;
}

.left .vert1 {
  width: 100%;
  height: 1000px !important;
}

.left .vert1 .simply-scroll-clip {
  width: 100%;
  height: 1000px !important;
}

.vert1 .simply-scroll-clip {
  width: 100%;
  height: 390px;
}

.vert1 .simply-scroll-list {
  height: auto !important;
}

.vert1 .simply-scroll-list li {
  width: 100%;
}

.vert1 .simply-scroll-list li img {
  width: 100%;
}

.vert1 .simply-scroll-btn {}

.vert1 .simply-scroll-btn-up {
  right: 0;
  top: 0;
}

.vert1 .simply-scroll-btn-up.disabled {}

.vert1 .simply-scroll-btn-up:hover {}

.vert1 .simply-scroll-btn-down {
  right: 0;
  top: 52px;
}

.vert1 .simply-scroll-btn-down.disabled {}

.vert1 .simply-scroll-btn-down:hover {}