@charset "UTF-8";
/*
Theme Name: [MT] Minh Tú - 098 160 7782
Theme URI: http://minhtu.com/
Author: Minh Tu
Author URI: http://minhtu.com/
Description: Thiet ke website chat luong - 098 160 7782
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://minhtu.com/
Text Domain: MT
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
 /* background-image: url(images/back.png);*/
}
.clearfix{margin-bottom: 20px;}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
:focus {
  outline: 0;
}
a {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #39a0e5;
}
p {
  margin-bottom: 15px;
}
blockquote {
  font-size: 13px;
  font-style: italic;
  border: 1px solid #eee;
  border-left-color: #39a0e5;
  margin-left: 0;
  padding: 20px;
  width: 100%;
}
blockquote p:first-child {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 14px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
table {
  margin: 1em 0;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #ddd;
}
th,
td {
  padding: 2px 5px;
  border: 1px solid #ddd;
}
dd {
  margin-left: 30px;
}
address {
  font-style: italic;
}
cite {
  font-style: italic;
}
pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li {
  list-style: initial;
}
input,
select,
textarea {
  -webkit-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 1px solid #cdcdcd;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 12px;
}
input.full-width,
select.full-width,
textarea.full-width {
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #39a0e5;
}
input[type="submit"] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  padding: 7px 30px;
  border: none;
  background: #39a0e5;
  text-transform: none;
  font-weight: 700;
}
input[type="submit"]:active {
  outline: 0;
}
input[type="submit"]:hover {
  text-decoration: none;
  background: #1b87d0;
}
input[type="radio"],
input[type=checkbox] {
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignleft {
  margin-right: 15px;
  float: left;
}
img.alignright {
  margin-left: 15px;
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}

.hrm-pagenavi {
  width: 100%;
  float: left;
  text-align: right;
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.hrm-pagenavi ul.page-numbers li {
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-left: -3px;
}
.hrm-pagenavi ul.page-numbers li a,
.hrm-pagenavi ul.page-numbers li span {
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 5px 12px;
  vertical-align: top;
  margin-right: 0;
  color: #999;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}
.hrm-pagenavi ul.page-numbers li span.current,
.hrm-pagenavi ul.page-numbers li:hover a {
  color: #fff;
  background: #39a0e5;
  border: 1px solid #39a0e5;
}
.site-content {
  padding: 15px 0px;
}
header.page-header {
  margin: 0px;
  padding: 0px;
}
.hrm-breadcrums {
  padding-bottom: 15px;
}
.hrm-breadcrums .fa {
  background: url('images/breadcrumb-separator.png') center top no-repeat;
  display: inline;
  padding: 10px 16px 0px 0px;
  font-size: 0px;
  text-indent: 9999px;
}
.hrm-breadcrums,
.hrm-breadcrums a {
  font-family: Arial, Helvetica, sans-serif, Arial;
  font-size: 12px;
  color: #333333;
}
.sidebar-left .content-area {
  float: right;
}
ul.related li {
  list-style-type: none;
  display: block;
  position: relative;
  padding: 5px 0;
  border-bottom: 0px;
  width: 100%;
  float: left;
}
ul.related li h3 {
  margin: 0px;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  color: #0877c7;
}
ul.related li span.date {
  font-weight: bold;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  float: left;
}
.comment-form-email {
  margin: 0 2%;
}
footer.comment-meta {
  width: 100%;
}
footer.comment-meta:before,
footer.comment-meta:after {
  content: '';
  display: table;
}
footer.comment-meta:after {
  clear: both;
}
footer.comment-meta .comment-author {
  float: left;
}
footer.comment-meta .comment-metadata {
  float: right;
  font-size: 85%;
}
.comment-content {
  clear: both;
  padding: 10px 10px 0;
  /* border-left: 1px solid #eaeaea; */
  overflow: auto;
  margin-top: 5px;
}
.comments-area {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.comments-area span.says {
  display: none;
}
.comment-list {
  width: 100%;
  float: left;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
  background: #FFF;
  border: 1px solid #eaeaea;
}
.comment-list .comment-body {
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.comment-list ol.children {
  margin-top: 15px;
  margin-left: 30px;
}
.comment-list li .comment-respond {
  padding-top: 20px;
}
.comment-list li .reply {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #E7E7E7;
  padding: 3px 10px;
  font-size: 11px;
}
.entry-content ul,
.entry-content ol {
  margin-left: 25px;
}
.entry-content ul:not(.list-style-none, .products) li,
.entry-content ol:not(.list-style-none, .products) li {
  list-style: none;
  position: relative;
  margin: 6.5px 0 6.5px 0;
  padding-left: 15px;
}
/*.entry-content ul:not(.list-style-none, .products) li:before,
.entry-content ol:not(.list-style-none, .products) li:before {
  content: "■";
  color: #128547;
  position: absolute;
  left: 0px;
  padding: 0px 10px 0px 0px;
}*/
.col-right {
  float: right!important;
}
.col-left {
  float: left!important;
}
.no-padding {
  padding: 0;
}
.ovh {
  overflow: hidden;
}
.ninja-forms-cont .label-above label {
  font-size: 13px;
}
.ninja-forms-cont .field-wrap,
.ninja-forms-cont #ninja_forms_required_items {
  margin-bottom: 0;
}
.ninja-forms-cont .textarea-wrap textarea {
  height: 100px;
  resize: vertical;
}
.ninja-forms-cont .ninja-forms-form-wrap ul li:before {
  content: none;
}
.ninja-forms-cont .ninja-forms-form-wrap ul li input[type="radio"] {
  margin-left: 0;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/***********************************************************
Owl core
***********************************************************/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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 {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.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-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ************************************** */
.owl-loaded {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
/* ************************************** */
.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: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.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("images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}
.owl-controls .owl-buttons div,
.owl-nav div {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  text-indent: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.owl-controls .owl-buttons div:hover,
.owl-nav div:hover {
  background: #000;
}
.owl-controls .owl-buttons div.owl-prev,
.owl-nav div.owl-prev {
  left: 0px;
  background-size: contain;
}
.owl-controls .owl-buttons div.owl-prev .fa,
.owl-nav div.owl-prev .fa {
  margin-right: 2px;
}
.owl-controls .owl-buttons div.owl-next,
.owl-nav div.owl-next {
  right: 0px;
  background-size: contain;
}
.owl-controls .owl-buttons div.owl-next .fa,
.owl-nav div.owl-next .fa {
  margin-left: 2px;
}
.home-slider .owl-controls .owl-buttons div {
  opacity: 0.2;
}
.home-slider .owl-controls .owl-buttons div:hover {
  opacity: 1;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.home-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 2px;
}
.home-slider .owl-dots .owl-dot.active {
  background: #39a0e5;
}
.home-slider .owl-controls .owl-buttons div.owl-prev {
  left: 20px;
}
.home-slider .owl-controls .owl-buttons div.owl-next {
  right: 20px;
}
.owl-pagination {
  position: absolute;
  list-style: none;
  clear: both;
  height: 12px;
  text-align: center;
  bottom: 20px;
  padding-bottom: 2%;
  z-index: 2;
  width: 100%;
}
.owl-pagination div {
  display: inline-block;
  font-size: 0px;
  margin: 0px 3px;
}
.owl-pagination div span {
  display: block;
  height: 12px;
  width: 12px;
  border: solid 2px #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}
.owl-pagination div.active span {
  background: #fff;
}
.home-slider-block {
  margin-top: 0!important;
}
.hrm-partner .owl-nav div.owl-prev {
  left: 0!important;
}
.hrm-partner .owl-nav div.owl-next {
  right: 0!important;
}
/*.hrm-partner-inner {
  padding: 0 30px!important;
}*/
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.top-bar {
  background: #5f19a1;
}
.social-media {
    margin-top: 15px;
}
.social-media ul li {
  display: inline-block;
}
.social-media ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 3px;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
}
.social-media ul li a:hover {
  background-color: #39a0e5;
}
.social-media ul li a i {
  color: #fff;
  font-size: 30px;
}

ul#navigation {
    margin-left: -13px;
}

.site-branding .row {
  padding: 0;
}

.logo {
  float: left;
  width: 15%;
  min-height: 80px;
  padding-top: 20px;
}
.logo img {
    height: 80px;
}
.logo .site-title {
  margin: 0;
  padding: 0;
  border: 0;
}

.alignright li.list{
    float: left;
    padding: 0px 10px;
    list-style: none;
	margin: 15px 0px;
}
.alignright li span {
  font-weight: 700;
}
.alignright li i {
  margin-right: 5px;
}

/*.alignright {
  float: right;
  padding-top: 13px;
  width: 50%;
}

.search-form {
    float: left;
    width: 70%;
}

.search-form input#s {
    width: 95%;
    border: 0px;
    border-bottom: 1px solid #eee;
}
.search-form button.search-submit {
    color: #303030;
    font-size: 20px;
    border: 0px;
    height: 28px;
    margin-left: -25px;
    background: #fff;
}
*/


.add_to_button {
    background-image: url(images/add_to_cart.png);
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 20px;
    padding-left: 22px;
    display: inline-block;
    height: 30px;
}
a.cart-contents {
    background-color: #ff6600;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding-top: -25px;
    display: block;
    margin-top: -5px;
    text-align: center;
    margin-left: 5px;
    font-size: 10px;
    padding-top: -22px;
    color: #fff;
}


/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/

.top-nav .fa {
  padding-right: 5px;
}
.top-nav li {
  display: inline-block;
  float: none;
}
.top-nav li a {
  display: block;
  padding: 0 0 0 10px;
}

#main-menu .menu-image {
  margin-right: 5px;
}
nav#site-navigation {
    padding: 0px;
   /* float: right;
    margin-left: 27px;*/
    display: inline-block;
}
.main-menu-inner {
  display: block;
  position: relative;
}
.main-menu-inner:before,
.main-menu-inner:after {
  content: '';
  display: table;
}
.main-menu-inner:after {
  clear: both;
}
.product-nav {
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  width: 24%;
  padding-right: 10px;
}
.navbar-header.has-product-nav {
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  width: 76%;
}
.title-pr-nav {
  height: 46px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  background-color: #1b87d0;
  color: #fff;
  text-shadow: none;
}
.title-pr-nav span {
  text-align: left;
}
.title-pr-nav .fa {
  cursor: pointer;
  line-height: 46px;
  margin-right: 2px;
}
.title-pr-nav .fa-chevron-circle-down {
  float: right;
}
.nav-pr-container {
  background: #fbfbfb;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  width: calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  z-index: 100;
  min-width: 250px;
}
.nav-pr-container .menu {
  border: 1px solid #eaeaea;
  padding: 0;
  margin: 0;
  position: relative;
}
.nav-pr-container .menu li {
  display: block;
  line-height: 34px;
  margin-left: -1px;
  position: static;
}
.nav-pr-container .menu li:last-child > a {
  border-bottom: 0;
}
.nav-pr-container .menu li.active,
.nav-pr-container .menu li:hover > a {
  background: #39a0e5;
  color: #fff;
}
.nav-pr-container .menu li:hover ul.sub-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.nav-pr-container .menu li > a {
  float: none;
  font: 700 12px Arial, Helvetica, sans-serif;
  padding: 11.6px 10px 14px;
  display: block;
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
}
.nav-pr-container .menu li > a .fa {
  margin-right: 5px;
  min-width: 15px;
}
.nav-pr-container .menu li.menu-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 16px;
}
.nav-pr-container .menu li > ul.sub-menu {
  min-height: 100%;
}
.nav-pr-container .menu li ul.sub-menu {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  left: 99%;
  width: 100%;
  top: 0;
  background: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transform-origin: top left;
}
ul#navigation > li {
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul#navigation > li > a {
  color: #fff;
  padding: 13px 25px;
  margin: 0;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
ul#navigation > li > a:hover,
ul#navigation > li > a:focus {
  background: transparent;
}
/*ul#navigation > li:hover,
ul#navigation > li:focus,
ul#navigation > li.current-menu-item {
  background: #39a0e5;
}*/
ul#navigation > li:hover a,
ul#navigation > li:focus a,
ul#navigation > li.current-menu-item a {
  border-color: transparent;
  color: #303030;
}
ul#navigation > li:last-child > a {
  border: 0;
}
ul#navigation .menu-item-has-children:hover > ul.sub-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
ul#navigation ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 100;
  width: 260px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  border-t: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity .5s,transform .5s;
  -o-transition: opacity .5s,transform .5s;
  transition: opacity .5s,transform .5s;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
ul#navigation ul.sub-menu li {
  position: relative;
}
ul#navigation ul.sub-menu > li {
  width: 100%;
  text-align: left;
}
ul#navigation ul.sub-menu > li > a {
  padding: 8px 15px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  transition: all .25s;
  color: #333333;
  background: transparent;
  font-size: 13px;
}
ul#navigation ul.sub-menu > li > a .caret {
  float: right;
  margin-top: 6px;
}
ul#navigation ul.sub-menu > li > a:hover {
  color: #fff;
  background: #40b9f2;
}
ul#navigation ul.sub-menu > li.menu-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  font-size: 16px;
  padding-top: 2px;
}
ul#navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
.nav .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  top: 115px;
  left: 0;
  right: auto;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 9999;
}
.navbar-toggle {
  margin: 5px 0px 0px 0px;
  padding: 0;
  width: 32px;
  height: 26px;
  position: relative;
}
.navbar-toggle .icon-bars {
  transition: all 0.3s;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  display: block;
  background-color: transparent;
}
.navbar-toggle .icon-bars:before,
.navbar-toggle .icon-bars:after {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
}
.navbar-toggle .icon-bars:before {
  transform: translateY(0) rotate(45deg);
}
.navbar-toggle .icon-bars:after {
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle .icon-bar-3 {
  bottom: 0;
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bars {
  background: #000;
}
.navbar-toggle.collapsed .icon-bars:before {
  transform: translateY(-400%);
}
.navbar-toggle.collapsed .icon-bars:after {
  transform: translateY(400%);
}
#menu-bottom {
  width: 100%;
  float: left;
  z-index: 99;
  position: relative;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a {
  color: #333;
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: inherit;
  line-height: 18px !important;
  overflow: hidden;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a img {
  max-width: 100%;
  height: 115px;
  width: 100%;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a h3 {
  line-height: 18px !important;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
#menu-bottom #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover > a,
#menu-bottom #mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > a {
  background: #005e09;
}
.footer-menu ul li {
  display: inline-block;
  vertical-align: baseline;
  border-right: solid 1px #ffffff;
  line-height: 16px;
}
.footer-menu ul li:first-child a {
  padding-left: 0;
}
.footer-menu ul li:last-child {
  border: 0;
}
.footer-menu ul li a {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
ul.nav.nav-tabs {
  margin: 0;
  border-bottom: 3px solid #39a0e5;
}
ul.nav.nav-tabs li:last-child a {
  background-image: none;
}
ul.nav.nav-tabs li.active a,
ul.nav.nav-tabs li:hover a {
  margin: 0;
  border: 0;
  background: #39a0e5;
  color: #fff;
}
ul.nav.nav-tabs li > a {
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 10px 25px;
  font-weight: 600;
  background: url('images/linav.png') no-repeat right center;
}
/********************* Menu responsive ********************/
.menu-responsive-overlay {
  width: 0;
  height: 0;
  top: 0;
  left: -10px;
  position: fixed;
  z-index: 199998;
  background: rgba(0, 0, 0, 0.05);
}
.menu-responsive-overlay.open-mn {
  width: 100%;
  height: 100%;
  left: 0;
}
.menu-close {
  cursor: pointer;
  padding: 10px;
  background: #39a0e5;
  text-align: left;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial;
  overflow: hidden;
}
.menu-close i {
  color: #fff;
  font-size: 25px;
  float: left;
}
.menu-close i.fa-times {
  float: right;
}
.menu-close span {
  margin: 5px;
  float: left;
}
.menu-open {
  color: #1D286D;
  font-family: Arial;
  font-size: 14px;
  padding: 5px 15px 0px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.menu-responsive {
  background: rgba(0, 0, 0, 0.9);
  left: -250px;
  height: 100%;
  position: fixed;
  width: 250px;
  z-index: 199999;
  top: 0;
  overflow-y: auto;
  border-right: 3px solid #39a0e5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.menu-responsive ul {
  list-style: none;
  padding: 0;
}
.menu-responsive ul li {
  border-bottom: 1px solid;
}
.menu-responsive ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  display: block;
}
.menu-responsive ul li.current-menu-item a,
.menu-responsive ul li a:hover {
  color: #39a0e5;
  background: #fff;
}
.menu-responsive ul.sub-menu li {
  border-bottom: none;
}
.menu-responsive ul.sub-menu li a:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 5px 0 0;
}
.menu-close-2 {
  display: none;
  float: right;
  z-index: 199999;
}
.menu-close-2.btn-scrolled {
  position: fixed;
  top: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.admin-bar .menu-close-2.btn-scrolled {
  top: 50px;
}
.menu-contrl {
  position: relative;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
  padding: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #fff;
  color: #40b9f2;
  z-index: 11;
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.home-news {
  padding-top: 20px;
  overflow: hidden;
}
.home-news .list-home-news {
  margin: 0 -10px;
}
.home-news .hrm-recent-posts-widget {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.home-news .hrm-recent-posts-widget .hrm-text .hrm-title {
  color: #282a2b;
  font-weight: 600;
}
.home-news .hrm-recent-posts-widget .hrm-text .hrm-title:hover {
  color: #39a0e5;
}
.home-news .hrm-recent-posts-widget .hrm-recent-post .hrm-thumb {
  max-width: 135px;
}
.home-news .hrm-recent-posts-widget .hrm-recent-post .hrm-thumb img {
  border: 1px solid #eee;
}
.home-news .hrm-recent-posts-widget .hrm-recent-post .hrm-thumb:hover img {
  opacity: 1;
  -webkit-animation: flash 2.5s;
  animation: flash 2.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.home-news .hrm-recent-posts-widget .widget-top {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.home-news .hrm-recent-posts-widget .widget-top:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  border-top: 1px solid #39a0e5;
}
.home-news .hrm-recent-posts-widget .widget-top h3 {
  padding: 9px 30px 6px 12px;
  display: inline-block;
  color: #fff;
  position: relative;
  background-color: #39a0e5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.home-news .hrm-recent-posts-widget .widget-top h3:after {
  width: 0px;
  height: 0px;
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  border-left: 15px solid #39a0e5;
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.home-slider-block {
  margin-top: -15px;
  margin-bottom: 15px;
}
.home-slider-block.home-silder-inmain {
  margin-top: 0;
}
.opt-content-top {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.list-opt-content-top p {
  float: left;
  width: 44px;
  text-align: center;
  padding: 7px 0;
  border-radius: 50%;
  border: 4px solid transparent;
}
.list-opt-content-top p i {
  font-size: 20px;
  color: #fff;
}
.free_ship_textarea p {
  background: #000;
  border-color: #d0d0d0;
}
.thutien_textarea p {
  background: #db2881;
  border-color: #f6d5e4;
}
.doitrahang_textarea p {
  background: #ed6a1a;
  border-color: #ffe5d5;
}
.text-list-opt {
  float: left;
  width: 75%;
  padding-left: 10px;
  margin-top: 5px;
}
.text-list-opt h6 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.text-list-opt span {
  font-size: 11px;
}
.free_ship_textarea .text-list-opt h6,
.free_ship_textarea .text-list-opt span {
  color: #000;
}
.thutien_textarea .text-list-opt h6,
.thutien_textarea .text-list-opt span {
  color: #db2881;
}
.doitrahang_textarea .text-list-opt h6,
.doitrahang_textarea .text-list-opt span {
  color: #ed6a1a;
}
.block-static-inner {
  margin-top: 30px;
  border: 5px solid #39a0e5;
  min-height: 170px;
  position: relative;
  text-transform: uppercase;
}
.block-static-inner .img {
  float: left;
  padding: 0;
  width: 182px;
}
.block-static-inner .content {
  float: left;
  padding: 40px 0;
  text-align: left;
}
.block-static-inner .content h3 {
  color: #444;
  font-size: 18px;
  font-weight: 700;
}
.block-static-inner .content h2 {
  color: #39a0e5;
  font-size: 45px;
  font-weight: 700;
}
.block-static-inner .content p {
  color: #a3a3a3;
  font-size: 12px;
}
.block-static-inner h3 {
  line-height: 1.2;
  margin: 0;
}
.block-static-inner p {
  line-height: 1.2;
}
.block-static-inner h2 {
  line-height: 1.2;
  margin: 0;
}
.block-static-inner .trending {
  -webkit-transform: rotate(45deg);
  background: #39a0e5;
  border: 10px solid #fff;
  height: 150px;
  outline: 4px solid #39a0e5;
  overflow: hidden;
  position: absolute;
  right: 35px;
  text-align: center;
  top: 5px;
  transform: rotate(45deg);
  width: 150px;
}
.block-static-inner .trending .trending-inner {
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  margin-left: 0;
  margin-top: 10px;
  transform: rotate(-45deg);
  width: 120px;
}
.block-static-inner .trending h3 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
}
.block-static-inner .trending h2 {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  font-weight: 700;
  font-size: 20px;
}
.block-static-inner .trending p {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
  font-size: 13px;
}
.single .post-meta {
  padding: 5px;
  background: #f5f5f5;
  font-size: 13px;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.page-header {
  border: 0;
}
h1.page-title,
h1 {
  font-size: 20px;
  text-transform: none;
  line-height: 1.3;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #eee;
}
.archive .entry-header,
.page .entry-header,
.single .entry-header {
  border-bottom: 3px solid #ddd;
  margin-bottom: 10px;
}
.archive .entry-header h1,
.page .entry-header h1,
.single .entry-header h1 {
  display: inline-block;
  border-bottom: 3px solid #39a0e5;
  color: #1f1f1f;
  margin: 0;
  margin-bottom: -3px;
}
.single .entry-header {
  margin-bottom: 0;
}
article.item-list {
  padding: 10px 0px 10px 0px;
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px dashed #ddd;
}
article.item-masory .post-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
article.item-masory .post-thumbnail img {
  width: 100%;
  margin-right: 0px;
}
.box-masory {
  padding-bottom: 15px;
}
.masonry-grid .row {
  margin: 0 -4px;
}
.masonry-grid .row .item-masory {
  padding: 0 4px;
}
.masonry-grid .row .post-thumbnail {
  margin-bottom: 0;
}
.masonry-grid .row .post-thumbnail img {
  margin-right: 0;
  width: 100%;
  line-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.masonry-grid .row .box-inner {
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.masonry-grid .row .post-box-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: none;
}
.masonry-grid .row .post-box-title a {
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  padding: 12px 15px;
  min-height: 64px;
}
.archive-box .post-box-title {
  text-transform: none;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.archive-box .post-meta {
  padding: 8px 0;
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
}
.archive-box .post-meta span {
  margin-right: 10px;
}
.post-thumbnail {
  float: left;
  margin-right: 15px;
}
.post-thumbnail a {
  display: block;
  position: relative;
}
.post-thumbnail a:before {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.post-thumbnail a:after {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.post-thumbnail a:hover:before {
  opacity: 1;
}
.post-thumbnail a:hover:after {
  visibility: visible;
  opacity: .8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.post-thumbnail img {
  width: 300px;
  height: auto;
  position: relative;
  line-height: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
}
h2.post-box-title {
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 5px;
}
a.more-link {
  color: #FFF;
  padding: 5px 12px;
  background: #39a0e5;
  display: inline-block;
  line-height: 23px;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
a.more-link:hover {
  color: #FFF;
  background: #39a0e5;
}
.clear {
  clear: both;
}
p.post-meta span {
  margin-right: 10px;
}
p.post-meta span i {
  padding-right: 5px;
}
.post-thumbnail.archive-wide-thumb img {
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}
.search-content .product,
.search-content .item-masory {
  width: 33.3%;
  float: left;
  list-style: none;
}
.search-content .product:nth-child(3n) {
  clear: right;
}
.search-content .product:nth-child(3n+1) {
  clear: left;
}
.list-blog .search-content .item-masory {
  padding: 0 10px;
}
.list-blog .search-content .box-masory {
  padding: 10px;
  border: 1px solid #ddd;
}
.list-blog .search-content .box-masory:hover {
  border-color: #39a0e5;
}
.list-blog .search-content .box-masory .post-thumbnail {
  float: none;
}
.list-blog .search-content .box-masory .post-box-title {
  position: static;
  clear: both;
  margin-top: 10px;
  height: 29px;
}
.list-blog .search-content .box-masory .post-box-title a {
  padding: 0;
  min-height: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.list-blog .search-content .box-masory .box-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.taxonomy-description p {
  display: none;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.single .entry-meta {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.hrm-social-share {
  clear: both;
  padding: 20px;
  background: #f6f6f6;
  width: 100%;
  float: left;
}
.hrm-social-share span.share-text {
  display: block;
  float: left;
  padding: 0 9px;
  font-size: 14pt;
}
.hrm-social-share ul.hrm-share {
  float: right;
}
.hrm-social-share ul.hrm-share li {
  float: left;
}
.hrm-social-share ul.hrm-share li a {
  padding: 5px 9px;
  color: #FFF;
  margin: 0 6px 2px 0;
  display: inline-block;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.hrm-social-share ul.hrm-share li a span {
  display: none;
}
.single-product .hrm-social-share {
  margin-bottom: 15px;
}
.single-product .hrm-social-share span.share-text {
  font-size: 15px;
  color: #333333;
  padding: 10px 25px;
  display: block;
  font-weight: 600;
}
ul.hrm-share li {
  overflow: hidden;
  position: relative;
}
ul.hrm-share li a.facebook {
  background: #39599f;
}
ul.hrm-share li a.google {
  background: #fa0101;
}
ul.hrm-share li a.twitter {
  background: #45b0e3;
}
ul.hrm-share li a.linkedin {
  background: #65b7d2;
}
ul.hrm-share li.pinterest {
  background: #E00707;
  padding: 2px 9px;
  color: #fff;
}
.share-pin-origin {
  position: absolute;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
.share-pin-origin span {
  width: 100%;
}
.share-pin-alt {
  position: relative;
  z-index: 1;
  display: none;
}
.hrm-share li:hover a.facebook,
.hrm-share li:hover a.google,
.hrm-share li:hover a.linkedin,
.hrm-share li:hover a.twitter {
  background: #444;
}
.hrm-share li.pinterest:hover {
  background: #444;
}
.related-post {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  width: 100%;
  float: left;
}
.entry-content h1 {
  border: 0;
}
.single-wysijap .hentry .post-meta {
  visibility: hidden;
}
.single-wysijap .hrm-social-share {
  display: none;
}
.related-post .hrm-text .hrm-title {
  color: #282a2b;
  font-weight: 600;
}
.related-post .hrm-text .hrm-title:hover {
  color: #39a0e5;
}
.related-post .hrm-recent-post .hrm-thumb {
  max-width: 135px;
}
.related-post .hrm-recent-post .hrm-thumb img {
  border: 1px solid #eee;
}
.related-post .hrm-recent-post .hrm-thumb:hover img {
  opacity: 1;
  -webkit-animation: flash 2.5s;
  animation: flash 2.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.related-post .related-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.related-post .related-title:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 100%;
  border-top: 1px solid #39a0e5;
}
.related-post .related-title h3 {
  padding: 9px 30px 8px 12px;
  display: inline-block;
  color: #fff;
  position: relative;
  background-color: #39a0e5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.related-post .related-title h3:after {
  width: 0px;
  height: 0px;
  border-bottom: 18px solid transparent;
  border-top: 18px solid transparent;
  border-left: 15px solid #39a0e5;
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
}
.yith_magnifier_gallery li {
  width: 100px!important;
  margin-right: 10px;
}

.contact-detail {
    float: left;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    clear: both;
    font-family: Arial,sans-serif;
}
.contact-detail ul li:nth-child(1) span {
    color: #0cca4b;
    font-size: 20px;
    padding-right: 10px;
}
.contact-detail ul li span {
    font-size: 18px;
    padding-right: 8px;
    color: #ff6600;
}


/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/***************************** Mini Cart *********************************/
.cart-header {
  float: right;
  position: relative;
  padding: 1px;
  border: 1px solid #39a0e5;
}
.cart-header .cart-icon {
  padding: 5px 10px;
  background: #39a0e5;
  text-align: center;
  display: block;
  color: #fff;
}
.cart-header:hover .cart-container-list {
  height: auto;
  background: #fff;
  color: #333;
  padding: 10px;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 1px 1px 3px #ccc;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
}
.cart-header .cart-container-list {
  position: absolute;
  width: 300px;
  height: 0;
  overflow: hidden;
  top: 95%;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  transform-origin: top right;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.cart-header .cart-container-list .total {
  margin: 5px 0;
}
.cart-header .cart-container-list .total .amount {
  color: #f00;
  font-weight: 700;
  float: right;
}
.cart-header .cart-container-list .buttons {
  margin: 10px 0 0;
}
.cart-header .cart-container-list .buttons a {
  background: #e60f1e;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  display: inline-block;
}
.cart-header .cart-container-list .buttons a:hover {
  background-color: #b60c18;
}
.cart-header .cart_list.product_list_widget {
  max-height: 250px;
  overflow-y: auto;
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 5px;
}
.cart-header .cart_list.product_list_widget a,
.widget_shopping_cart .cart_list.product_list_widget a {
  color: #333333;
  text-decoration: none;
}
.cart-header .cart_list.product_list_widget .mini_cart_item,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item {
  padding: 3px 5px;
  padding-left: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:before,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:before,
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  content: '';
  display: table;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:after,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:after {
  clear: both;
}
.cart-header .cart_list.product_list_widget .mini_cart_item:last-child,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item:last-child {
  border-bottom: 0;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .pr-name,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .pr-name {
  display: block;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .remove,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .remove {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: #f00;
  font-weight: 700;
  font-size: 18px;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .amount,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .amount {
  color: #39a0e5;
}
.cart-header .cart_list.product_list_widget .mini_cart_item img,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item img {
  max-width: 50px;
  float: right;
}
.cart-header .cart_list.product_list_widget .mini_cart_item .quantity,
.widget_shopping_cart .cart_list.product_list_widget .mini_cart_item .quantity {
  clear: both;
  display: inline-block;
}
.woocommerce ul.cart_list li dl,
.cart-container-list ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.cart-container-list ul.product_list_widget li dl {
  font-size: 11px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.woocommerce ul.cart_list li dl dt,
.cart-container-list ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.cart-container-list ul.product_list_widget li dl dt {
  font-weight: 400;
}
.woocommerce ul.cart_list li dl dd,
.cart-container-list ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.cart-container-list ul.product_list_widget li dl dd {
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li dl p,
.cart-container-list ul.cart_list li dl p,
.woocommerce ul.product_list_widget li dl p,
.cart-container-list ul.product_list_widget li dl p {
  margin: 0;
}
/***************************** content product *********************************/
.archive.tax-product_cat #content ul.products,
.post-type-archive-product #content ul.products {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
nav.woocommerce-breadcrumb {
  display: none;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  font-size: 15px;
  padding: 0;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  color: #fff;
  background: #39a0e5;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25%;
  float: left;
  margin: 0 0 20px 0;
}
.woocommerce ul.products li.product:before,
.woocommerce-page ul.products li.product:before {
  content: none;
}
.woocommerce ul.products li.product:nth-child(4),
.woocommerce-page ul.products li.product:nth-child(4) {
  clear: right;
}
.woocommerce ul.products li.product:nth-child(4n+1),
.woocommerce-page ul.products li.product:nth-child(4n+1) {
  clear: left;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0;
  line-height: 1.3;
  color: #333;
  padding-bottom: 5px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
.woocommerce ul.products li.product h3:before,
.woocommerce-page ul.products li.product h3:before {
  /*content: "\f219";*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 25px;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
  color: #39a0e5;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  text-decoration: none;
  width: 100%;
  font-size: 20px;
  color: #40b9f2;
  border: 1px solid #ddd;
  margin-bottom: 0;
  font-weight: 700;
  min-height: 30px;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.woocommerce ul.products li.product .price:before,
.woocommerce-page ul.products li.product .price:before {
  vertical-align: middle;
  /*content: "\f0d6";*/
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 25px;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  font-size: 12px;
  color: #666;
  text-decoration: line-through;
}
.woocommerce ul.products li.product .price del:after,
.woocommerce-page ul.products li.product .price del:after {
  content: none;
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  display: inline-block;
  text-decoration: none;
}
.woocommerce ul.products li.product .pre-text,
.woocommerce-page ul.products li.product .pre-text {
  color: #333;
  font-size: 12px;
  min-width: 40px;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  z-index: 3;
  border-radius: 0;
  padding: 5px;
  line-height: 1.3;
  min-height: 0;
  margin: 0;
  top: 20px;
  right: -45px;
}
.woocommerce ul.products li.product.product-category,
.woocommerce-page ul.products li.product.product-category {
  float: left;
  padding: 0;
  position: relative;
  width: 25%;
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category h3 {
  font-size: 18px;
  font-weight: bold;
  color: #39a0e5;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  height: 48px;
}
.woocommerce ul.products li.product.product-category h3 mark.count,
.woocommerce-page ul.products li.product.product-category h3 mark.count {
  display: none;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
  padding: 5px;
    background-color: #ff6600;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
}
.woocommerce-loop {
  clear: both;
  overflow: hidden;
}
.woocommerce-loop:before,
.woocommerce-loop:after {
  content: '';
  display: table;
}
.woocommerce-loop:after {
  clear: both;
}
.woocommerce-loop ul.products {
  margin: 0 -10px;
}
.product-loop-inner {
  margin: 0 10px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  margin-bottom: 1px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-loop-inner:before,
.product-loop-inner:after {
  content: '';
  display: table;
}
.product-loop-inner:after {
  clear: both;
}
.product-loop-inner:hover {
  border-color: #39a0e5;
}
.product-loop-inner:hover .thumb-outter .link-to-product {
  bottom: 0;
  margin-bottom: 0;
}
.product-loop-inner:hover .thumb-outter > a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.product-loop-inner:hover .thumb-outter .link-to-product {
  background-color: rgba(57, 160, 229, 0.5);
}
.product-loop-inner .thumb-outter {
/*  padding: 2px 2px 0;*/
  position: relative;
  overflow: hidden;
}
.product-loop-inner .thumb-outter span.onsale {
  /*transform: rotate(45deg);
            display: block;
            width: 150px;
            top: 20px;
            right: -45px;
            background: #e60202;*/
  position: absolute;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 8px;
  padding: 0px 4px;
  text-align: center;
  text-transform: uppercase;
  line-height: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #39a0e5;
}
.product-loop-inner .thumb-outter span.onsale:before {
  top: 99%;
  left: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top: 10px solid #5f19a1;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}
.product-loop-inner .thumb-outter span.onsale span {
  font-size: 13px;
  display: block;
  margin: 4px 0 5px;
  font-weight: bold;
  color: #fff;
}
.product-loop-inner .thumb-outter > a {
  display: block;
  overflow: hidden;
}
.product-loop-inner .thumb-outter > a img {
  margin: 0!important;
  transition: all .5s;
  webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.product-loop-inner .thumb-outter .link-to-product {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin-bottom: -50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  line-height: 50px;
  -moz-transition: all .45s ease;
  -webkit-transition: all .45s ease;
  -o-transition: all .45s ease;
  -ms-transition: all .45s ease;
  transition: all .45s ease;
}
.product-loop-inner .thumb-outter .link-to-product a.link_a {
  background-color: transparent;
  background-image: url("images/add-cart.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0;
  height: 32px;
  line-height: 32px;
  color: #fff;
  width: auto;
  padding-left: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.pr-loop-footer {
  padding: 10px ;
  background-color: #fafafa;
  text-align: center;
}
.woocommerce span.onsale {
  z-index: 10;
  border-radius: 0;
  padding: 5px;
  line-height: 1.3;
  min-height: 0;
  margin: 0;
  right: 0;
  top: 0;
  left: auto;
  background: rgba(57, 160, 229, 0.6);
  color: #fff;
}
.gridlist-toggle {
  text-align: right;
}
ul.products li.product .gridlist-buttonwrap,
ul.products li.product.grid .gridlist-buttonwrap {
  display: none;
}
ul.products.list li.product h3 {
  font-size: 24px;
  padding: 15px 0;
  height: auto;
}
ul.products.list li.product .price {
  padding: 0 0 10px;
}
ul.products.list li.product div[itemprop="description"] strong {
  display: inline-block;
}
ul.products.list li.product hr {
  clear: both;
  display: none;
}
ul.products.list li.product .pr-loop-footer {
  height: auto;
}
ul.products.list li.product .thumb-outter {
  padding: 0;
}
ul.products.list li.product .thumb-outter img {
  padding: 5px;
  border: 0;
}
ul.products.list li.product .gridlist-buttonwrap {
  display: block;
  margin-bottom: 0;
  text-align: right;
  padding: 0 ;
}
ul.products.list li.product .gridlist-buttonwrap a {
  margin: 10px 15px 15px;
  background: #39a0e5;
  border: 1px solid #39a0e5;
  display: inline-block;
  color: #fff;
  padding: 7px 20px;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  width: auto;
  line-height: 1.3;
  height: auto;
  min-height: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
ul.products.list li.product .gridlist-buttonwrap a:hover {
  color: #39a0e5;
  background: #fff;
}
.woocommerce .woocommerce-ordering select {
  padding: 3px;
}
/**************************** Single product  *********************************/
.hrm-faq-product {
  margin: 20px 0;
}
.hrm-faq-product > h2 {
  margin-top: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #39a0e5;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.hrm-faq-product .faqs-wrap {
  border: 1px solid #eee;
  padding: 10px;
  background-color: #ffffff;
  max-height: 250px;
  overflow-y: scroll;
}
.hrm-faq-product .faqs-wrap span strong,
.hrm-faq-product .faqs-wrap strong span {
  color: #f00;
  text-decoration: underline;
  font-weight: 600;
}
.hrm-faq-product .faqs-wrap ul ul {
  list-style-type: square;
  margin-left: 50px;
}
.hrm-faq-product .faqs-wrap li {
  list-style-type: square;
  margin-bottom: 10px;
}
.comment-title {
  margin-top: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #39a0e5;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.woocommerce #content div.product span.onsale,
.woocommerce div.product span.onsale,
.woocommerce-page #content div.product span.onsale,
.woocommerce-page div.product span.onsale {
  /*display: none;*/
  left: 0;
  right: auto;
  background: url(images/bgd-saleoff.png) no-repeat 0 0;
  position: absolute;
  overflow: hidden;
  width: 53px;
  height: 91px;
  z-index: 3;
}
.woocommerce #content div.product span.onsale span,
.woocommerce div.product span.onsale span,
.woocommerce-page #content div.product span.onsale span,
.woocommerce-page div.product span.onsale span {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
  display: block;
  font-weight: bold;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  line-height: 1.6;
}
.woocommerce #content div.product div.summary .price,
.woocommerce div.product div.summary .price,
.woocommerce-page #content div.product div.summary .price,
.woocommerce-page div.product div.summary .price {
  padding: 5px 0;
  margin-bottom: 5px;
}
.woocommerce #content div.product .woocommerce-main-image,
.woocommerce div.product .woocommerce-main-image,
.woocommerce-page #content div.product .woocommerce-main-image,
.woocommerce-page div.product .woocommerce-main-image {
  display: block;
  border: 0;
  background: #fff;
}
.woocommerce #content div.product div.thumbnails .owl-item a,
.woocommerce div.product div.thumbnails .owl-item a,
.woocommerce-page #content div.product div.thumbnails .owl-item a,
.woocommerce-page div.product div.thumbnails .owl-item a {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0 3px;
  display: block;
}
.woocommerce #content div.product div.thumbnails img,
.woocommerce div.product div.thumbnails img,
.woocommerce-page #content div.product div.thumbnails img,
.woocommerce-page div.product div.thumbnails img {
  background: #fff;
  border: 1px solid #ccc;
}
.woocommerce #content div.product div.thumbnails div.owl-prev,
.woocommerce div.product div.thumbnails div.owl-prev,
.woocommerce-page #content div.product div.thumbnails div.owl-prev,
.woocommerce-page div.product div.thumbnails div.owl-prev,
.woocommerce #content div.product div.thumbnails div.owl-next,
.woocommerce div.product div.thumbnails div.owl-next,
.woocommerce-page #content div.product div.thumbnails div.owl-next,
.woocommerce-page div.product div.thumbnails div.owl-next {
  background: rgba(234, 234, 234, 0.8);
  color: #333;
  text-align: center;
  border-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-shadow: none;
}
.woocommerce #content div.product div.thumbnails div.owl-prev:hover,
.woocommerce div.product div.thumbnails div.owl-prev:hover,
.woocommerce-page #content div.product div.thumbnails div.owl-prev:hover,
.woocommerce-page div.product div.thumbnails div.owl-prev:hover,
.woocommerce #content div.product div.thumbnails div.owl-next:hover,
.woocommerce div.product div.thumbnails div.owl-next:hover,
.woocommerce-page #content div.product div.thumbnails div.owl-next:hover,
.woocommerce-page div.product div.thumbnails div.owl-next:hover {
  background: #39a0e5;
  color: #fff;
}
.woocommerce #content div.product div.thumbnails div.owl-prev,
.woocommerce div.product div.thumbnails div.owl-prev,
.woocommerce-page #content div.product div.thumbnails div.owl-prev,
.woocommerce-page div.product div.thumbnails div.owl-prev {
  left: 0;
}
.woocommerce #content div.product div.thumbnails div.owl-next,
.woocommerce div.product div.thumbnails div.owl-next,
.woocommerce-page #content div.product div.thumbnails div.owl-next,
.woocommerce-page div.product div.thumbnails div.owl-next {
  right: 0;
}
.woocommerce #content ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page #content ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  position: absolute;
  overflow: initial;
  width: auto;
  height: auto;
  z-index: 3;
  padding: 2px;
  line-height: 1.3;
  min-height: 0;
  margin: 0;
  top: 0;
  right: 0;
  left: auto;
  background: #5f19a1;
}
.woocommerce #content ul.products li.product .onsale span,
.woocommerce ul.products li.product .onsale span,
.woocommerce-page #content ul.products li.product .onsale span,
.woocommerce-page ul.products li.product .onsale span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
/*.woocommerce-page div.product div.images img {
  width: auto;
}*/
.price-block {
  position: relative;
}
.counter-sale-off {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 5px;
  background: #f75a85;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.counter-sale-off:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #f75a85;
  border-width: 5px;
  margin-top: -5px;
}
.counter-sale-off span {
  display: block;
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 3px;
  font-weight: 700;
}
.thong-tin-them-info {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.woocommerce .woocommerce-message {
  border-top-color: #39a0e5;
}
.woocommerce .woocommerce-message:before {
  color: #39a0e5;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #fff;
  border-top-color: #39a0e5;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  color: #f00;
}
.woocommerce-info:before {
  color: #39a0e5;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #ff6600;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #39a0e5;
  color: #fff;
}

.single-product-images .owl-carousel .owl-nav.disabled {
  display: block;
}
.woocommerce div.product-main .button:not(.close) {
  font-size: 14px;
  font-weight: 400;
  width: auto;
  margin-bottom: 10px;
  min-height: 0;
  display: block;
  text-align: center;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0 auto 5px;
  background-color: #303030;
  color: #fff;
  outline: none!important;
  line-height: 1.4;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce div.product-main p.price,
.woocommerce div.product-main span.price {
  color: #40b9f2;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
.woocommerce div.product-main p.price del,
.woocommerce div.product-main span.price del,
.woocommerce div.product-main p.price ins,
.woocommerce div.product-main span.price ins {
  display: block;
  text-decoration: none;
  font-weight: 400;
}
.woocommerce div.product-main p.price del,
.woocommerce div.product-main span.price del {
  font-size: 16px;
  color: #747474;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 1;
}
.woocommerce div.product-main p.price del:after,
.woocommerce div.product-main span.price del:after {
  content: '';
  width: 200px;
  position: absolute;
  height: 1px;
  left: 0;
  top: 2px;
  background: #EA4335;
  transform: rotate(8deg);
  transform-origin: top left;
}
.woocommerce div.product-main form.cart {
  margin: 15px 0 10px !important;
  display: none;
}
.woocommerce div.product-main form.cart:before,
.woocommerce div.product-main form.cart:after {
  content: '';
  display: table;
}
.woocommerce div.product-main form.cart:after {
  clear: both;
}
.woocommerce div.product-main form.cart button {
  min-width: 150px;
  max-width: 100%;
}
.woocommerce div.product-main form.cart button:before {
  width: 16px;
  height: 16px;
  background: url("images/cart.png") no-repeat scroll left center;
  content: " ";
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce div.product-main .quantity {
  width: 100%;
  padding-top: 10px;
}
.woocommerce div.product-main .quantity .quantity-label {
  margin: 0;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}
.woocommerce div.product-main .quantity .quantity-inputs {
  display: inline-block;
  vertical-align: top;
}
.woocommerce div.product-main .quantity .quantity-plus,
.woocommerce div.product-main .quantity .quantity-minus {
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 28px;
  border: 1px solid #eaeaea;
  display: inline-block;
  font-size: 16px;
  background: #fafafa;
  color: #ccc;
  cursor: pointer;
  float: left;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
/*.woocommerce div.product-main .quantity .quantity-plus:hover,
.woocommerce div.product-main .quantity .quantity-minus:hover {
  color: #333333;
  border-color: #333333;
}*/
.woocommerce div.product-main .quantity .qty {
  width: 70px;
  height: 30px;
  padding: 0;
  background: #fff;
  float: left;
  color: #303030;
}

.woocommerce div.product-main .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li.active {
  border-color: #ccc;
  border-bottom-color: transparent;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li * {
  transition: all .3s ease;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product-main .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li.active a {
  background: #fff;
  color: #39a0e5;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li.active a:hover {
  color: #39a0e5;
  text-decoration: none;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li a {
  color: #333333;
  padding: 10px 25px;
  background-color: #eee;
  display: block;
}
.woocommerce div.product-main .woocommerce-tabs ul.tabs li a:hover {
  background: #fff;
  color: #39a0e5;
  text-decoration: none;
}
.woocommerce div.product-main .woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 0;
  border-top: 0;
}

.related.products > h2 {
  margin-top: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #5f19a1;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/*.related.products .button {
  display: none!important;
}*/
.hrm-faq-product > h2,
.related.products > h2 {
  border-bottom: 2px solid #ff6600;
  padding-bottom: 0;
}
.hrm-faq-product > h2 span,
.related.products > h2 span {
  display: inline-block;
  position: relative;
  background: #ff6600;
  padding: 5px 10px 3px;
  color: #fff;
  font-size: 16px;
  padding-right: 20px;
}
.hrm-faq-product > h2 span:after,
.related.products > h2 span:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  right: -6px;
  height: 100%;
  width: 20px;
  background-color: #ff6600;
  -webkit-transform: skew(18deg, 0deg);
  -moz-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
  z-index: 5;
}

.variations label {
  color: #333;
  font-size: 14px;
  vertical-align: bottom;
}
/**************************** Check out *******************************/
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table span.return-to-shop {
  display: inline-block;
  margin-left: 30px;
  float: left;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 5px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #eaeaea;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  text-align: right;
  padding-right: 14px;
}
.woocommerce form .form-row .input-checkbox {
  width: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #e60f1e;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #b60c18;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: auto!important;
  display: inline-block;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce #payment .terms a,
.woocommerce #payment .wc-terms-and-conditions a,
.woocommerce-page #payment .terms a,
.woocommerce-page #payment .wc-terms-and-conditions a {
  color: #f00;
}
.shop_table label,
.woocommerce td.product-name dl.variation dt {
  font-size: 12px;
  padding-right: 5px;
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th {
  border-radius: 5px;
}
input#coupon_code {
  height: 31px;
}
.update_cart {
  vertical-align: top;
}
.woocommerce-shipping-fields label.checkbox {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-top: 0;
  margin-left: 5px;
  margin-bottom: 0;
}
.woocommerce-billing-fields > h3 {
  font-size: 16px;
  font-weight: 600;
}
.cart-collaterals .cart_hide {
  display: none;
}
/**************************** Tai Khoan *******************************/
#customer_login h2 {
  margin-top: 15px;
  text-transform: capitalize;
  text-align: center;
}
#customer_login .register h3 {
  display: none;
}
#rememberme {
  margin-left: 20px;
}
.lost_password a {
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
}
.lost_password a:hover {
  background: #fcb040;
  color: #fff;
}
.woocommerce-MyAccount-content a {
  color: #f00;
  font-weight: 600;
}
/**************************** Widget *******************************/
#secondary .product_list_widget li {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
#secondary .product_list_widget li:first-child {
  padding-top: 0;
}
#secondary .product_list_widget li:last-child {
  border: 0;
  padding-bottom: 0;
}
#secondary .product_list_widget li img {
  float: left;
  width: 75px;
  margin-left: 0;
  margin-right: 10px;
}
#secondary .product_list_widget li:hover a {
  color: #39a0e5;
}
#secondary .product_list_widget li a {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 16px;
  border: 0;
  padding-top: 0;
  font-size: 16px;
}
#secondary .product_list_widget li a:before {
  content: none;
}
#secondary .product_list_widget del,
#secondary .product_list_widget ins,
#secondary .product_list_widget .pre-text,
#secondary .product_list_widget .amount {
  font-size: 12px;
}
#secondary .product_list_widget ins {
  text-decoration: none;
}
#secondary .product_list_widget .amount {
  color: #ff6600;
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;
}
#secondary .product_list_widget .pre-text {
  display: none;
}
#secondary .product_list_widget del {
  display: none;
  margin-right: 10px;
}
#secondary .product_list_widget del .amount {
  color: #666;
}
#secondary .widget_shopping_cart li.mini_cart_item {
  padding-right: 20px;
  padding-top: 0;
  margin-bottom: 10px;
}
#secondary .widget_shopping_cart li.mini_cart_item img {
  width: 75px;
  max-width: none;
  margin-left: 0;
  margin-right: 10px;
}
#secondary .widget_shopping_cart li.mini_cart_item a:hover {
  background: transparent;
}
#secondary .widget_shopping_cart .remove {
  left: auto;
  top: 0;
  right: 0;
  margin-top: 0;
  color: #fff!important;
  font-weight: 700;
  font-size: 18px;
  background: #f00;
  border-radius: 0;
  padding: 0;
  line-height: 18px;
}
#secondary .widget_shopping_cart .total {
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#secondary .widget_shopping_cart .buttons {
  margin-bottom: 0;
}
#secondary .widget_shopping_cart .buttons a {
  display: block!important;
  margin-bottom: 10px!important;
  text-align: center;
}
#secondary .widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0!important;
}
.product-tab,
.tab-pane {
  position: relative;
}
.tab-pane {
  padding-top: 10px;
}
.title-tab-wg {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.title-tab-wg:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #40b9f2;
    width: 100px;
    left: 90px;
    margin-left: 15px;
    margin-top: 40px;
}
.title-tab-wg span {
  display: inline-block;
  color: #303030;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}


.has_title ul.nav.nav-tabs {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: none;
  position: relative;
  border: 0;
}
.has_title ul.nav.nav-tabs > li {
  float: none;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}
.has_title ul.nav.nav-tabs > .active li:last-child a {
  border: none;
  display: none;
}

.has_title ul.nav.nav-tabs > li a {
  background: transparent;
  text-transform: capitalize;
  color: #303030;
  padding: 7px 10px 4px;
  display: block;
  font-weight: 700;
}
.has_title ul.nav.nav-tabs > li .active a,
.has_title ul.nav.nav-tabs > li a:hover {
  color: #39a0e5;
}
.list-product-content .list-product > .row {
  margin: 0 -10px;
}
.list-product-content .item-product {
  padding: 0;
  margin-bottom: 20px;
}
.list-product-content .item-product h3 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
.list-product-content .item-product h3:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 20px;
}
.list-product-content .item-product h3:hover {
  color: #39a0e5;
}

.list-product-content .item-product .price {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 0 0;
  font-size: 20px;
  color: #40b9f2;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  min-height: 41px;
  margin-bottom: 10px;
  background: #fff;
}
.list-product-content .item-product .price:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  min-width: 20px;
}
.list-product-content .item-product del {
  display: block;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.list-product-content .item-product ins {
  display: inline-block;
  text-decoration: none;
}
.list-product-content .item-product .pre-text {
  color: #333333;
  font-size: 12px;
  min-width: 40px;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.list-product-content .item-product.columns-3:nth-child(3n) {
  clear: right;
}
.list-product-content .item-product.columns-3:nth-child(3n+1) {
  clear: left;
}
.list-product-content .item-product.columns-4:nth-child(4n) {
  clear: right;
}
.list-product-content .item-product.columns-4:nth-child(4n+1) {
  clear: left;
}
.list-product-content .item-product.columns-5:nth-child(5n) {
  clear: right;
}
.list-product-content .item-product.columns-5:nth-child(5n+1) {
  clear: left;
}
.list-product-content li {
  list-style: none!important;
}
.product-tab .title-section {
  display: none;
}
.tab-product-with-img .img-wrapper {
  position: relative;
}
.tab-product-with-img .img-wrapper a {
  display: block;
}
.tab-product-with-img .img-wrapper a:before,
.tab-product-with-img .img-wrapper a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.tab-product-with-img .img-wrapper a:before {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.tab-product-with-img .img-wrapper a:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}
.tab-product-with-img .img-wrapper a:hover:before,
.tab-product-with-img .img-wrapper a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tab-product-with-img .img-wrapper img {
  width: 100%;
}
.tab-product-with-img .list-product-content {
  overflow: hidden;
}
.tab-product-with-img .list-product {
  margin-right: -10px;
}

div .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  border: 0;
  border-radius: 0;
  background: url("images/range-icon.png") no-repeat;
  cursor: pointer;
  height: 18px;
}
div .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: #ccc;
  height: 7px;
  border-radius: 0;
}
div .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #39a0e5;
  border: 0;
  border-radius: 0;
  height: 7px;
  width: 100%;
  float: left;
}
div .woocommerce.widget_price_filter .price_slider_amount .button {
  background: #333333;
  color: #fff;
  font-weight: 400;
}
div .woocommerce.widget_layered_nav ul li a {
  display: inline-block;
}
#secondary .product-categories,
#primary .product-categories,
#secondary .menu,
#primary .menu {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
#secondary .product-categories ul.children,
#primary .product-categories ul.children,
#secondary .menu ul.children,
#primary .menu ul.children,
#secondary .product-categories .sub-menu,
#primary .product-categories .sub-menu,
#secondary .menu .sub-menu,
#primary .menu .sub-menu {
  margin-left: 15px;
}
#secondary .product-categories ul.children > li > a,
#primary .product-categories ul.children > li > a,
#secondary .menu ul.children > li > a,
#primary .menu ul.children > li > a,
#secondary .product-categories .sub-menu > li > a,
#primary .product-categories .sub-menu > li > a,
#secondary .menu .sub-menu > li > a,
#primary .menu .sub-menu > li > a {
  padding-left: 5px;
  background-image: none;
  background: #fff;
  color: #333;
}
#secondary .product-categories ul.children > li > a:hover,
#primary .product-categories ul.children > li > a:hover,
#secondary .menu ul.children > li > a:hover,
#primary .menu ul.children > li > a:hover,
#secondary .product-categories .sub-menu > li > a:hover,
#primary .product-categories .sub-menu > li > a:hover,
#secondary .menu .sub-menu > li > a:hover,
#primary .menu .sub-menu > li > a:hover {
  background: #39a0e5;
  color: #fff;
}
#secondary .product-categories ul.children > li > a:before,
#primary .product-categories ul.children > li > a:before,
#secondary .menu ul.children > li > a:before,
#primary .menu ul.children > li > a:before,
#secondary .product-categories .sub-menu > li > a:before,
#primary .product-categories .sub-menu > li > a:before,
#secondary .menu .sub-menu > li > a:before,
#primary .menu .sub-menu > li > a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
#secondary .product-categories li,
#primary .product-categories li,
#secondary .menu li,
#primary .menu li {
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
}
#secondary .product-categories li li:last-child,
#primary .product-categories li li:last-child,
#secondary .menu li li:last-child,
#primary .menu li li:last-child {
  border-bottom: 0;
}
#secondary .product-categories a,
#primary .product-categories a,
#secondary .menu a,
#primary .menu a {
  font-weight: 600;
  display: block;
  color: #303030;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 5px 8px 25px;
}
#secondary .product-categories a:before,
#primary .product-categories a:before,
#secondary .menu a:before,
#primary .menu a:before {
  content: "";
}
#secondary .product-categories a:hover,
#primary .product-categories a:hover,
#secondary .menu a:hover,
#primary .menu a:hover {
  color: #fff;
  background: #39a0e5 url(images/li-menu.png) no-repeat 5px center;
}
/*.product_type_simple {
  display: none!important;
}*/
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.product_trtr {margin-top: 20px;}


.hrm-product-taxomony {
  float: left;
  width: 24%;
  margin: 15px 5px
}
.hrm-product-taxomony .hrm-thumb img {
  width: 100%;
  height: 200px;
}

.hrm-product-taxomony .hrm-text{
  margin-top: -21%;
  background-color: #33333336;
  position: sticky;
  padding: 5px;
  text-align: center;
  width: 100%; 
}

.hrm-product-taxomony .hrm-text .hrm-title {color: #fff;font-weight: bold;font-size: 16px;}

.hrm-product-taxomony .hrm-text .pric_taxomony {color: #fff;font-weight: bold;font-size: 16px;}

#imgqc-2 {margin-top: -10%;position: sticky;z-index: 9999;}

.backgroup-image-adv {background: #33333312;height: 50px; margin-top: -50px;}

.image-item {border: 1px solid #ddd;padding: 15px;background: #fff;}

.text-left-left {float: left;margin: 25px;margin-top: 35px;}

.image-item .text-left-left h4 {font-weight: bold;color: #303030;text-transform: uppercase;}

.image-item .text-right-right img {width: 118px !important;height: 118px !important;}

.image-item .text-left-left span {border: 1px solid #ddd;padding: 5px;color: #40b9f2;background: #fff;}

/*div#imgqc-3 {background: #eaeaea;padding: 4px;}*/

div#imgqc-3 .image-item{margin-top: 10px;}

div#imgqc-3 .image-item:hover {background-image: url(images/bn2-min.png);}


.textwidget .icon_icon {margin-top: 15px;}

.textwidget .icon_image{float: left;margin-right: 11px;}

.textwidget .icon_content{float: left;font-size: 13px;}

.textwidget .icon_content h4 {font-size: 15px;color: #303030;font-weight:bold;}

.textwidget .icon_content span{font-size: 12px;color: #b0b0b0;}

.home_product_news {
    background: #f9f9f9;
}
.home_product_category {
  background: #a7a7a7;
}
.home_pc {
  background: #ececec;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# code mới
--------------------------------------------------------------*/

.hrm-product-highlights .item-product li {list-style-type: none;}
.hrm-product-highlights .item-product .price {
  width: 100%;
  font-size: 20px;
  padding: 5px 0px 0px ;
  color: #40b9f2;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  min-height: 41px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}
del {
    font-size: 15px;
}
.hrm-product-highlights h2{font-size: 15px;}
.hrm-product-highlights .product-loop-inner {
    margin: 0 0px;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 5px;
    background-color: #ff6600;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    display: none;
}


.entry-content .widget {
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
}

.widget input[type="submit"] {
  background: #39a0e5;
}
.widget input[type="submit"]:hover {
  background: #39a0e5;
}
.widget-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #303030;
  border-bottom: 2px solid #eaeaea;
}
#hrm-recent-posts-widget-2 .widget-title:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #ff6600;
    width: 100px;
    left: 90px;
    margin-top: 25px;
    margin-left: 15px;
}

.widget-area .widget-title{
  border-bottom: 0px !important;
}

.widget-area .widget {
  border: 1px solid #eaeaea;
  padding: 0 15px 15px;
  background: #fff;
  margin-bottom: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget-area .widget a:hover {
  color: #39a0e5;
}
.widget-area .textwidget img {text-align: center;}
.widget-area .widget-top {
  margin: 0 -15px 10px;
  position: relative;
  color: #fff;
  font: bold 13px sans-serif;
  text-align: center;
  background: #303030;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget-area .widget-title {
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
  text-align: left;
}
.widget-area .widget-title:before {
  padding-right: 5px;
  content: "\f1d1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-area .widget_categories ul {
  padding: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 0;
}
.widget-area .widget_categories ul li:first-child {
  border-top: 0px;
}
.widget-area .widget_categories ul li:before {
  display: inline-block;
  zoom: 1;
  color: #cdcdcd;
  width: 20px;
}
.widget-area ul li > a {
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.widget-area ul li > a::before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
.widget-area ul li > a:hover {
  color: #39a0e5;
}
.widget-area ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget-area ul li:last-child > a {
  border-bottom: 0;
}
.widget-area ul ul.product-categories li {
  border-bottom: 1px solid #ccc;
}
.widget-area ul ul.product-categories li:last-child {
  border-bottom: 0;
}
.widget-area ul ul.product-categories a {
  padding: 10px 0;
  font-weight: 600;
}
/*.widget-area .widget_tag_cloud a,
.widget-area .widget_product_tag_cloud a {
  zoom: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 1.6;
  border: 1px solid #ededed;
  font-size: 14px!important;
}
.widget-area .widget_tag_cloud a:hover,
.widget-area .widget_product_tag_cloud a:hover {
  color: #ffffff;
  background: #39a0e5;
}*/
.widget-area #recentcomments a {
  background: transparent;
  border-bottom: 0;
  display: inline-block;
}
.widget-area #recentcomments,
.widget-area .widget_search {
  padding: 10px;
}
.widget-area .textwidget:before,
.widget-area .textwidget:after {
  content: '';
  display: table;
}
.widget-area .textwidget:after {
  clear: both;
}
.widget-area .widget_search {
  padding: 10px;
}
/*.widget-area .widget_search .screen-reader-text {
  display: none;
}*/
.widget-area .widget_nav_menu,
#primary .widget_nav_menu {
  background: transparent;
}
.widget-area .widget_nav_menu .menu-item-has-children,
#primary .widget_nav_menu .menu-item-has-children {
  position: relative;
}
.widget-area .widget_nav_menu .sub-open,
#primary .widget_nav_menu .sub-open {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 6px;
  border-left: 1px solid #fff;
  font-size: 13px;
  color: #fff;
}
.widget-area .widget_nav_menu .sub-open:after,
#primary .widget_nav_menu .sub-open:after {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.widget-area .widget_nav_menu .sub-open.sub-opend:after,
#primary .widget_nav_menu .sub-open.sub-opend:after {
  content: "\f106";
}
.widget-area .widget_nav_menu .sub-menu,
#primary .widget_nav_menu .sub-menu {
  display: none;
}
.widget-area .widget_nav_menu .sub-menu .sub-open,
#primary .widget_nav_menu .sub-menu .sub-open {
  color: #333;
  border-color: #eaeaea;
}
.hrm-recent-post {
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid #f8f8f8;
  margin-top: 10px;
  margin-right: 1%;
  width: 24%;
  float: left;
}
/*.hrm-recent-post:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}*/
/*.hrm-recent-post:hover .hrm-title {
  color: #39a0e5;
}*/
/*.hrm-recent-post .hrm-thumb {
  float: left;
  margin-right: 10px;
  max-width: 80px;
  height: auto;
}*/
.hrm-recent-post .hrm-title {
  font-size: 14px;
  line-height: 35px;
  display: block;
  font-weight: 700;
  text-align: center;
}
.hrm-recent-post .hrm-title:hover {
  color: #39a0e5;
}
.hrm-recent-post .date-detail .fa {
  margin-right: 10px;
}
.hrm-recent-post .hrm-excerpt {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}
.hrm-recent-post .read-more {
  background: url('images/readmore.png') no-repeat center right;
  display: block;
  width: 27px;
  height: 5px;
  margin-top: 17px;
}
/*.footer-top .widget-title {
  font-size: 15px;
  text-shadow: none;
  margin-bottom: 20px;
}*/
/*.footer-top ul li {
  margin-bottom: 10px;
}*/

/*.footer-top ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 10px 0 0;
  font-weight: bold;
}*/
/*.footer-top .widget_tag_cloud a,
.footer-top .widget_product_tag_cloud a {
  color: #ffffff;
  background: #333333;
}*/
/*.hrm-news-width .widget-top {
  margin-bottom: 10px;
  position: relative;
}
.hrm-news-width .widget-top:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #eee;
  top: 50%;
  margin-top: 0;
  z-index: 1;
}
.hrm-news-width .widget-title {
  color: #fff!important;
  font-size: 16px;
  height: 38px;
  padding: 9px 9px 7px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  background: #39a0e5;
  z-index: 2;
}
.hrm-news-width .widget-title:before {
  width: 0px;
  height: 0px;
  border-bottom: 19px solid transparent;
  border-top: 19px solid transparent;
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  border-left: 25px solid #39a0e5;
}
.hrm-news-width .news-title-widget {
  background-color: #39a0e5;
  border-top: 3px solid #156aa3;
  height: 35px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
.hrm-news-width .news-title-widget:hover a {
  border-top-color: #39a0e5;
}
.hrm-news-width .news-title-widget a {
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 35px;
  line-height: 32px;
  margin: -3px 0 0;
  padding: 0 10px;
  white-space: nowrap;
  text-transform: uppercase;
  border-top: 3px solid #ffffff;
}
.hrm-news-width .content-hrm-news {
  margin: 0 -15px;
}
.hrm-news-width .hrm-news_excerpt > p {
  margin-bottom: 0;
}
.hrm-news-width .news-item-post {
  margin-bottom: 15px;
  overflow: hidden;
}
.hrm-news-width .news-item-post .news-thumb {
  width: 150px;
  float: left;
  margin-right: 15px;
}
.hrm-news-width .news-item-post:last-child {
  border-bottom: 0;
}
.hrm-news-width .news-item-post .entry-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.hrm-news-width .only-col1 .list-post:before,
.hrm-news-width .only-col1 .list-post:after {
  content: '';
  display: table;
}
.hrm-news-width .only-col1 .list-post:after {
  clear: both;
}
.hrm-news-width .only-col1 .news-item-post:first-child {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.hrm-news-width .only-col1 .news-item-post:first-child img,
.hrm-news-width .only-col1 .news-item-post:first-child .news-thumb-big {
  width: 100%;
  float: none;
  margin-right: 0;
}
*/
/*#address-list {
  margin: 10px 0;
}
.info-item {
  margin-bottom: 4px;
  line-height: 1.5;
}
.info-item .fa {
  text-align: center;
  margin-right: 5px;
}
.info-item .tit-name,
.info-item .tit-contain {
  display: inline-block;
  vertical-align: baseline;
}
.info-item .tit-name {
  text-transform: capitalize;
  font-weight: 600;
  min-width: 55px;
  font-size: 12px;
}
.info-item .tit-contain {
  display: inline;
  vertical-align: baseline;
}
.social_links .hrm-social-network-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
}
.social_links .hrm-social-network-icon:hover {
  background: #39a0e5 !important;
}
.footer-upper-top .widget {
  margin: 0;
}
.widget_wpstatistics_widget li {
  text-align: right;
  border-bottom: 1px dashed #f5f5f5;
  padding: 5px 0;
}
.widget_wpstatistics_widget li:before,
.widget_wpstatistics_widget li:after {
  content: '';
  display: table;
}
.widget_wpstatistics_widget li:after {
  clear: both;
}
.widget_wpstatistics_widget label {
  float: left;
  margin: 0;
  font-size: 12px;
}
.info-service {
  float: left;
  width: 100%;
}
.title-info-service {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.title-info-service:before,
.title-info-service:after {
  content: '';
  display: table;
}
.title-info-service:after {
  clear: both;
}
.title-info-service p {
  background: #c60404;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 0;
}
.sp-list a {
  font-size: 13px;
}
.sp-list a i {
  margin-right: 10px;
  font-size: 13px;
}
.cont-info-service {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.cont-info-service:before,
.cont-info-service:after {
  content: '';
  display: table;
}
.cont-info-service:after {
  clear: both;
}
.cont-info-service p {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}
.cont-info-service p i {
  margin-right: 10px;
}
.number-info-service {
  width: 100%;
  margin-top: 0;
}
.list-number-info-service {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.list-number-info-service:before,
.list-number-info-service:after {
  content: '';
  display: table;
}
.list-number-info-service:after {
  clear: both;
}
.list-number-info-service i {
  font-size: 20px;
  float: left;
  margin-right: 15px;
}
.list-number-info-service p {
  font-size: 18px;
  color: #f00;
  margin: 0;
}
.list-number-info-service span {
  font-size: 12px;
  color: #b0b0b0;
}
.sp-list:before,
.sp-list:after {
  content: '';
  display: table;
}
.sp-list:after {
  clear: both;
}
.sp-list p {
  margin-bottom: 0;
}
#secondary .menu a .fa {
  display: none;
}
.footer-support .widget {
  margin-bottom: 10px;
}
.received-mail {
  padding-top: 10px;
  margin-top: 8px;
}
.received-mail form {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 250px;
}
.received-mail form .formError {
  display: none;
}
.received-mail form input[type="text"] {
  font-size: 12px;
  padding: 5px;
  background: #fff;
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.received-mail form input[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #39a0e5;
  border: none;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 0;
}
.received-mail p {
  font-size: 13px;
  color: #838383;
}
.received-mail p.wysija-paragraph {
  margin-top: 15px;
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}
.received-mail .widget_text .widget-top,
.received-mail .widget_wysija .widget-top {
  display: inline-block;
  vertical-align: top;
}
.received-mail .widget_text .widget-title,
.received-mail .widget_wysija .widget-title {
  color: #fff;
  margin: 0;
  text-transform: none;
  font-size: 13px;
  line-height: 28px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url("images/newsletter.png");
  background-position: left 0;
  padding: 0 0 0 55px;
  background-size: 45px;
  min-height: 40px;
}
.received-mail .textwidget,
.received-mail .widget_wysija_cont {
  display: inline-block;
  vertical-align: top;
}
#secondary .hrm-recent-posts-widget .hrm-title {
  text-transform: lowercase;
}*/


.form-row{
  width: 100%;
}
.column-half, .column-full{
  float: left;
  position: relative;
  padding: 0.65rem;
  width:100%;
  -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
  .column-half{
    width: 50%;
  }
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer_footer {background-color: #f5f5f5;text-align: center;padding: 15px;margin-bottom: -15px;}

.footer_footer li {float: left;width: 33%;}

.footer_footer h5{color: #000;font-weight: bold;margin-top: 15px;}

.footer_top_bar {text-align: center;}

.content-footer {
  padding: 15px 0px;
  color: #fff;
}
.content-footer h3 {
  color: #fff;
  font-weight: 700;
}

.footer_top_bar span { border: 1px solid #fff;padding: 10px; }

.content_ft  {padding: 10%;}

.content_ft h2 {color: #fff;font-size: 20px;font-weight: bold;}

.site-footer .footer-top a {
  font-size: 13px;
  color: #8e8e8e ;
}
.site-footer .footer-top a:hover {
  color: #5f19a1;
}
.site-footer .footer-top ul li {
  margin: 0;
}
.site-footer .footer-top ul li a {
  padding: 3px;
  display: block;
}

.site-footer h3.widget-title {
  color: #fff;
  border-bottom: 0px !important;
}

.site-footer .footer-top h2{color: #fff;font-weight: bold;margin-top: 15px;}

.contact-footer input.wpcf7-text ,
.contact-footer textarea.wpcf7-textarea  {
  background-color: #fff;
  color: #8e8e8e;
}


.footer_right {
    padding: 25px;
}

.icon_img {
    margin-top: 20px;
    margin-left: 10px;
}
.icon_img img {
  height: 65px;
}

.icon_img ul li {
  float: left;
}

.footer-bottom {
  width: 100%;
  background: #eaeaea;
  position: relative;
  line-height: 20px;
  color: #303030;
  font-weight: bold;
  padding: 10px 0px;
}


#topcontrol {
  z-index: 99;
  background: #ff6600;
  width: 40px;
  height: 40px;
  border-radius: 0;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  transition: all, 0.7s, ease-in-out;
  overflow: auto;
  line-height: 38px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
}
#topcontrol:hover {
  background: #d81d4a;
}

#support {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 99999;
}

#support .box-content {
    background: rgba(255,255,255,.8);
    border-radius: 5px;
    position: absolute;
    right: 47px;
    top: 60px;
    padding: 12px 14px;
    z-index: 999;
    visibility: hidden;
    width: 280px;
    height: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#support:hover .box-content {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
}

#support .hot-line {
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    width: 100%;
    background: none;
    color: #404040;
    font-family: Arial;
    padding: 0;
    margin-bottom: 0;
}
#support .hot-line span {
    font-size: 12px;
    font-weight: 700;
    color: #007ae5;
}
#support .hot-line .phone-number {
    font-size: 24px;
    color: #007ae5;
    font-weight: bold;
}

#support .hot-line span {
    font-size: 12px;
    font-weight: 700;
    color: #007ae5;
}
#support .supports {
    float: left;
    width: 100%;
}
#support .item {
    float: left;
    width: 100%;
    margin: 10px;
}
#support .item p {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
#support .item span {
    float: left;
    margin-right: 6px;
    color: #000;
}
#support .supports li a {
    color: red;
}


/*************************************** ***************************************
*  Responsive
 *************************************** ***************************************/
/*************************************** ***************************************
 * = col-lg -> min-width: 1200px
 *************************************** ***************************************/
@media (max-width: 1199px) {
  ul#navigation > li > a {
    padding: 10px 15px;
  }
  .hrm-product-taxomony {
      float: left;
      width: 23%;
  }
}
/*************************************** ***************************************
 * = col-md -> min-width: 992px
 *************************************** ***************************************/
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
  }
  .hidden-desktop {
    display: none!important;
  }

}
@media (max-width: 991px) {
  .hidden-mobile {
    display: none!important;
  }
  .site-header .row {
    margin: 0;
  }
  .title-pr-nav {
    font-size: 12px;
    letter-spacing: 0;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  #primary {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #secondary,
  #primary {
    clear: both;
  }
  #secondary:before,
  #primary:before,
  #secondary:after,
  #primary:after {
    content: '';
    display: table;
  }
  #secondary:after,
  #primary:after {
    clear: both;
  }
  .footer-sidebar:nth-child(2n) {
    float: left;
    clear: right;
  }
  .footer-sidebar:nth-child(2n+1) {
    clear: left;
  }


  .woocommerce #content div.product div.images div.thumbnails .item {
    display: block;
    float: left;
    width: 25%;
    padding: 5px;
  }
  .woocommerce #content div.product div.images div.thumbnails .item a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  ul.products.list li.product .pr-loop-footer {
    padding: 0 15px;
  }
  .single-product-images,
  .product-info-content {
    padding: 0;
  }
  .product-info-content {
    padding-top: 15px;
  }
  .sidebar-left .content-area,
  .col-right,
  .col-left {
    float: none;
  }

  #wpadminbar .quicklinks > ul > li:not(#wp-admin-bar-my-account) > a {
    max-width: 70px;
    overflow: hidden;
  }

  

  .image-adv .col-md-4 {width: 33%;float: left;}
  .text-left-left {margin: 10px;}

}
@media (max-width: 800px) {
  

}
/*************************************** ***************************************
 * = col-sm -> min-width: 768px
 *************************************** ***************************************/
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .menu-contrl {
    display: none;
  }
 

}
@media (max-width: 767px) {
  
  .logo,
  .alignright{
    float: none;
    width: 100%;
    text-align: center;
  }

  .logo {
    margin-bottom: 10px;
  }
  .logo img {
    margin: 0 auto;
  }
  .product-nav,
  .navbar-header.has-product-nav {
    width: 100%;
  }
  .product-nav {
    border-bottom: 1px solid #fff;
  }
  .nav-pr-container .menu li.menu-item-has-children:before,
  .nav-pr-container .menu li.menu-item-has-children:after {
    content: '';
    display: table;
  }
  .nav-pr-container .menu li.menu-item-has-children:after {
    clear: both;
  }
  .nav-pr-container .menu li.menu-item-has-children > a {
    width: 80%;
    width: calc( 100% - 40px );
    width: -webkit-calc( 100% - 40px );
    width: -moz-calc( 100% - 40px );
    display: block;
    float: left;
  }
  .nav-pr-container .menu li.menu-item-has-children .moblie-sub {
    width: 20%;
    width: calc( 40px );
    float: right;
    display: block;
    text-align: center;
    background: #000;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 0;
  }
  .nav-pr-container .menu li.menu-item-has-children .moblie-sub:before {
    content: none;
  }
  .nav-pr-container .menu li ul.sub-menu {
    display: none;
  }
  .nav-pr-container .menu li ul.sub-menu,
  .nav-pr-container .menu li:hover ul.sub-menu {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    position: static;
    clear: both!important;
    padding-left: 15px!important;
  }
  nav#site-navigation ul li {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
    text-align: left;
    background: #111;
  }
  nav#site-navigation ul li a {
    color: #fff;
  }
  .navbar-nav {
    margin: 0px;
  }
  ul#navigation li.active a,
  ul#navigation li:focus a {
    background: url(images/icon_main_menu.png) left center no-repeat;
  }
  ul#navigation li.active,
  ul#navigation li:focus {
    background: #bebebe;
  }
  ul#navigation li.active + li a {
    background: url(images/icon_main_menu.png) left center no-repeat;
  }
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category.product,
  .woocommerce-page ul.products li.product-category.product {
    width: 50%;
    margin-bottom: 15px;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
  .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: left;
    clear: right!important;
  }
  .woocommerce ul.products li.product:nth-child(2n+1),
  .woocommerce-page ul.products li.product:nth-child(2n+1),
  .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n+1),
  .woocommerce[class*=columns-] ul.products li.product:nth-child(2n+1) {
    clear: left;
  }
  .search-content .product {
    width: 50%;
  }
  .search-content .product:nth-child(3n),
  .search-content .product:nth-child(3n+1) {
    clear: none;
  }
  .search-content .product:nth-child(2n) {
    clear: right;
  }
  .search-content .product:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce table.shop_table span.return-to-shop {
    margin-left: 0;
    float: right;
    margin-bottom: 9px;
  }
/*  .list-product-content .item-product {
    width: 50%;
  }*/
  .list-product-content .item-product.columns-3:nth-child(3n),
  .list-product-content .item-product.columns-3:nth-child(3n+1) {
    clear: none;
  }
  .list-product-content .item-product.columns-4:nth-child(4n),
  .list-product-content .item-product.columns-4:nth-child(4n+1) {
    clear: none;
  }
  .list-product-content .item-product.columns-5:nth-child(5n),
  .list-product-content .item-product.columns-5:nth-child(5n+1) {
    clear: none;
  }
  .list-product-content .item-product.columns-3:nth-child(2n),
  .list-product-content .item-product.columns-4:nth-child(2n),
  .list-product-content .item-product.columns-5:nth-child(2n) {
    clear: right;
  }
  .list-product-content .item-product.columns-3:nth-child(2n+1),
  .list-product-content .item-product.columns-4:nth-child(2n+1),
  .list-product-content .item-product.columns-5:nth-child(2n+1) {
    clear: left;
  }


  .hrm-recent-post {width: 49%;}

  .hrm-product-taxomony {
    width: 48%;
    float: left;
  }

  ul#navigation {display: none;}
  .image-adv .col-md-4 {width: 33%;float: left;}
  .text-left-left {margin: 10px;}


}
/*************************************** ***************************************
 Small
 *************************************** ***************************************/
@media (max-width: 500px) {
  .woocommerce ul.products li.product,
  .woocommerce ul.products li.product-category.product,
  .woocommerce-page ul.products li.product-category.product {
    width: 100%;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: block;
  }
  div ul.products.list li.product h3,
  div ul.products.list li.product div[itemprop="description"],
  div ul.products.list li.product .price,
  div ul.products.list li.product .gridlist-buttonwrap {
    width: 100%;
    float: none;
  }
  ul.products.list li.product .thumb-outter img {
    width: 100%!important;
    float: none;
    margin-right: 0 !important;
  }
  .search-content .product {
    width: 100%;
  }
  .search-content .product:nth-child(2n),
  .search-content .product:nth-child(2n+1) {
    clear: both;
  }
  .site-header .search-form input[type=search] {
    margin-bottom: 10px;
  }
  .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    width: 100%;
    clear: both;
  }
  .list-product-content .item-product {
    width: 100%;
  }
  .list-product-content .item-product.columns-3:nth-child(2n),
  .list-product-content .item-product.columns-4:nth-child(2n),
  .list-product-content .item-product.columns-5:nth-child(2n),
  .list-product-content .item-product.columns-3:nth-child(2n+1),
  .list-product-content .item-product.columns-4:nth-child(2n+1),
  .list-product-content .item-product.columns-5:nth-child(2n+1) {
    clear: both;
  }
  .content-product .list-content-product {
    width: 100%;
  }

  ul.nav.nav-tabs {display: none;}

  .hrm-recent-post .hrm-title{font-size: 13px;}

  .footer_footer li {width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 10px;}

  .site-footer .footer-sidebar {float: left;width: 50%}
  
  .hrm-product-taxomony {
    width: 100% !important;
  }
  
  .image-adv .col-md-4 {width: 100% !important;}

}
/*************************************** ***************************************
 * Thiet bi di dong cu
 *************************************** ***************************************/
/*************************************** ***************************************
 * col-xs -> min-width: 0;
 *************************************** ***************************************/
