/* main */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body {
    color: #1f1f1f;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif !important;
}

a {
    color: #1f1f1f;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif !important;
}
ol, ul {
  margin: 0;
}

ol li, ul li {
  list-style: inside;
}
.before-footer ,.group_field_info  {
  background: #f6f6f6;
}
a, a:hover, a:focus {
    text-decoration: none;
}
input {
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
blockquote {
  border-right: 4px solid rgba(51, 51, 51, 0.7);
  border-left: 0;
  padding-right: 0.7778em;
  padding-left: 0;
}
caption,
th,
td {
  text-align: left;
  padding: 5px;
}
::-webkit-input-placeholder {
  font-family: Arial, Tahoma, sans-serif;
}

:-moz-placeholder {
  font-family: Arial, Tahoma, sans-serif;
}

::-moz-placeholder {
  font-family: Arial, Tahoma, sans-serif;
}

:-ms-input-placeholder {
  font-family: Arial, Tahoma, sans-serif;
}
/* css default */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .f-nav_2{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    z-index: 9999;
}
.home .f-nav_2 .menu-vertical-mega-menu-container{
  display: none;
}
.home .f-nav_2 .vertical-mega-menu:hover .menu-vertical-mega-menu-container{
  display: inline-block;
}
.menu-vertical-mega-menu-container{
  display: none;
}
.home .menu-vertical-mega-menu-container{
  display: block;
}
.clear {
    clear: both;
}
.ui-tooltip {
  max-width: 30%;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: right;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1em auto;
  text-align: center;
}
.rt-breadcrumbs, .woocommerce .woocommerce-breadcrumb {
  color: #7e7e7e;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 0px 0px 15px;
  margin-bottom: 2em;
  display: none;
}
.rt-breadcrumbs a, .woocommerce .woocommerce-breadcrumb a {
  color: #7e7e7e;
}
.metaslider {
    margin-bottom: 15px;
}
/** Navigation **/
.wp-pagenavi {
  margin: 10px;
  text-align: center;
}
.wp-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wp-pagenavi ul li {
  list-style: none;
  display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  border: 1px solid #BFBFBF;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
}
.wp-pagenavi li a.page-numbers:hover, .wp-pagenavi .page-numbers.current {
  border-color: #E34E48;
  background: #E34E48;
  color: #fff;
}

.wp-caption {
  width: 100% !important;
  display: block;
  margin: 0 auto;
}

.entry-content ul {
  padding-left: 20px;
}
.entry-content li {
  list-style: inherit;
}
/*
 * Carousel CSS
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* back top */
.backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  display: block;
}
.mt-0 {
    margin-top: 0;
}

.screen-reader-text, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*--------------------------------------------------------------
#  Layout
--------------------------------------------------------------*/
.site.boxed {
    margin: 0 auto;
    background: transparent;
}

.site.boxed.w1000 {
    max-width: 1000px;
}

.site.boxed.w1170 {
    max-width: 1170px;
}

.site.boxed.w1200 {
    max-width: 1200px;
}
/*.site.full > .site-content > .container {
  width: 100%;
}

.site.full > .site-content > .container > .row {
  margin: 0 auto; 
}*/
.single  .site-content ,.single  #layout  {
  background: #fff;
}

#layout {
    padding-top: 20px;
    background: #f6f6f6;
}
.box_sidebar_menu {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
    .sidebar__right__single {
      width: 29.5%;
      position: relative;
      float: right;
    }
    .single-product .sidebar-left .content-area {
      width: 70.5%;
      padding: 0 10px 0 0;
      left: 0;
    }
    
    .sidebar_right {
        width: 79.5%;
        float: left;
        padding-left: 10px;
    }

    .sidebar_left {
        width: 20.5%;
        float: left;
        padding-right: 10px;
    }

    .content-area {
        width: 79.5%;
        float: left;
    }

    .widget-area {
        width: 20.5%;
        float: left;
    }

    .sidebar-left .content-area {
        left: 20.5%;
        padding-left: 10px;
        padding-right: 0;
    }

    .sidebar-left .widget-area {
        right: 79.5%;
        padding-left: 0;
    }

    .sidebar-both .content-area {
        width: 60%;
    }

    .sidebar-both .content-area {
        left: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidebar-both #secondary-1.widget-area {
        right: 60%;
        padding-left: 0;
        width: 20%
    }

    .sidebar-both #secondary-2.widget-area {
      padding-right: 0;
      float: right;
      width: 20%
    }

    .sidebar-right .widget-area {
        float: right;
        padding-right: 0;
    }

    .sidebar-right .content-area {
        padding-left: 0;
    }
}

.sidebar-none .widget-area {
    display: none;
}

.no-sidebar .content-area {
    width: 100%;
    padding: 0;
}

.content-area, .widget-area {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    /*padding-bottom: 20px;*/
    word-wrap: break-word;
}

/*--------------------------------------------------------------
#  Header
--------------------------------------------------------------*/
.site-header {
    background: white;
}

.fixed-nav-menu .fix-no-logo .main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.admin-bar .fixed-nav-menu .fix-no-logo .main-navigation {
  margin-top: 32px;
}
.fixed-nav-menu .layout-header.fix-with-logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}
.admin-bar .fixed-nav-menu .layout-header.fix-with-logo {
  margin-top: 32px;
}
.fixed-nav-menu .animated {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform,opacity;
}

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}

@-webkit-keyframes slideDown{
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideDown{
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes slideDown{
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
    }
}

@keyframes slideDown{
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/*--------------------------------------------------------------
##  Header Search
--------------------------------------------------------------*/
.header-search .search-form, .header-search .woocommerce-product-search {
    position: relative;
    height: 43px;
}
.header-search form{
  position: relative;
}
.header-search .search-field{
  width: 100%;
  background: none !important;
  color: #fff;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #fff !important;
  line-height: 32px;
}
.header-search .search-submit{
  border: none !important;
  position: absolute;
  top: 0;
  background: url(images/sr.png) center center no-repeat !important;
  right: 0;
  color: #fff;
  line-height: 32px;
  font-size: 0;
  width: 30px;
}
.header-search ::placeholder { /* chạy tốt trên Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0 !important;
}

.header-search :-ms-input-placeholder { /* chạy trên Internet Explorer 10-11 */
    font-size: 0 !important;
}

.header-search ::-ms-input-placeholder { /* chạy trên Microsoft Edge */
    font-size: 0 !important;
}



/*--------------------------------------------------------------
##  Main Navigation & Primary Menu
--------------------------------------------------------------*/

/* style nav logo // menu */
.header-layout {
    width: 30%;
    float: left;
}
.nav-layout {
    width: 65%;
    float: right;
}

.site-branding {
  background: #D0352E;
  color: #fff;
}
.site-branding .row {
  display: flex;
  align-items: center;
}
.site-branding a {
  color: #fff;
}
.site-branding a  img{
}
.site-branding .col-1 {
  width: 100%;
  float: left;
}
.site-branding .col-2 {
  width: 32%;
  float: left;
  display: none;
  padding-right: 1%;
  margin-left: 20px;
}
.site-branding .col-2 .search-form {
    position: relative;
    height: 41px;
    margin-top: 5px;
}

.site-branding .col-2 .search-form .search-field {
    width: 85%;
    border: none;
    padding: 5px 10px;
    position: absolute;
    border-radius: 30px;
    outline: none;
    color: #333;
    border: none;
    border-right: none;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 2.5s ease-in-out;
    transition: all .25s ease-in-out;
}

.site-branding .col-2 .search-form .search-submit {
    border: 0;
    color: #000;
    background-color: transparent;
    background-image: url(images/bg-search.png);
    background-repeat: no-repeat;
    text-indent: -99999px;
    font-weight: 600;
    width: 27px;
    height: 27px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-branding .col-3 {
  float: left;
}
.site-branding .col-3 span {
  display: block;
}
.site-branding .col-3 a {
  font-size: 20px;
  font-weight: bold;
}
.site-branding .col-4 {
  width: 26%;
  float: left;
  text-align: center;
  display: none;
}
.site-branding .col-4 ul {
  margin: 0;
  padding: 0;
}
.site-branding .col-4 li {
  list-style: none;
  float: left;
  width: 33.33333%;
  position: relative;
}
.site-branding .col-4 li .icon {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background-image: url(images/i1.png);
  margin-bottom: 5px;
}
.site-branding .col-4 li:nth-child(2n) .icon {
  background-image: url(images/i2.png);
}
.site-branding .col-4 li:nth-child(3n) .icon {
  background-image: url(images/i3.png);
}
.site-branding .col-4 li .shop-cart .sp {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 22px;
    border-radius: 50%;
    height: 22px;
    background: #ee2b22;
    font-size: 11px;
    display: block;
    text-align: center;
    line-height: 22px;
    display: none;
}
.sidebar_right{float: right;}
.main-navigation {
  background: #252525;
}
.primary-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.primary-menu li {
    position: relative;
    list-style: none;
}

.primary-menu > li {
    float: left;
}

.primary-menu > li:not(:last-child) {
}

.primary-menu li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    display: block;
    padding: 0 22px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    font-weight: 500;
}

.primary-menu li > a:hover,
.primary-menu li.current-menu-item > a {
    background: transparent;
    color: #fff;
}
.primary-menu li > a:hover {
  color: #fff;
  background-color: #D0352E;
} 
.primary-menu li ul.sub-menu {
    z-index: 9999;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-image: linear-gradient(#D0352E, #D0352E);
    width: 240px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

.primary-menu li ul.sub-menu li {
  border-top: 1px solid #fff;
  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  margin-top: -15px;
}
.primary-menu li ul.sub-menu li a {
  text-transform: none;
  padding: 8px 15px;
}
.primary-menu-container{
  width: 100% !important;
}
.cart_rt{
  width: 5%;
  float: right;
  font-size: 18px;
  line-height: 43px;
  display: none;
}
.cart_rt .cart-contents{
  color: #fff;
}
.header-search {
  width: 20% !important;
}
.primary-menu > li > ul.sub-menu {
    left: 0;
    top: auto;
}

.primary-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.primary-menu li:hover > ul.sub-menu li {
    margin-top: 0;
    opacity: 1;
}
.rt-navbar-toggle {
    background: #fff;
    padding: 0;
    margin: 14px 0;
    border: none;
    outline: none;
    cursor: pointer;
    float: right;
}
.primary-menu ul ul {
    float: left;
    list-style: none;
    z-index: 9999;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 80%;
    top: 0px;
    background: #222;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.primary-menu ul ul li {
    border: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 1;
}
.primary-menu ul li:hover ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}
.rt-navbar-toggle .icon-bar {
    background: #fff;
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    outline: none;
}

.rt-navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.mobile-menu-no-search {
    display: block;
    padding: 5px 20px;
    margin: 5px;
    background: transparent;
    line-height: 30px;
}
.mobile-menu-no-search span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.mobile-menu-no-search .rt-navbar-toggle {
    margin: 8px 0;
}
.mobile-menu-no-search .rt-navbar-toggle .icon-bar {
    background: #fff;
}

/*--------------------------------------------------------------
#  Vertical Mega Menu
--------------------------------------------------------------*/
.vertical-mega-menu {
    position: relative;
}

.vertical-mega-menu .vertical-mega-menu-title {
    margin-bottom: 0;
    background: #1d428a;
    border-radius: 0;
    text-align: center ;
    padding: 9.5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    width: 245px !important;
    cursor: pointer;
}

.vertical-mega-menu .vertical-mega-menu-title:after {
    content: "Danh mục sản phẩm";
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}

.vertical-mega-menu .rt_mega_menu .menu {
    position: absolute;
    z-index: 9999;
    background: white;
    width: calc(100% - 14px);
    top: 60px;
    border: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.vertical-mega-menu{
  width: 21% !important;
  height: 43px;
}
.home .site:not(.fixed-nav-menu) .vertical-mega-menu .rt_mega_menu .menu,
.vertical-mega-menu .rt_mega_menu:hover .menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.vertical-mega-menu .rt_mega_menu .menu ul.sub-menu {
    margin-bottom: 0;
    padding-left: 0;
}

.vertical-mega-menu .rt_mega_menu .menu li {
    list-style: none;
}

.vertical-mega-menu .rt_mega_menu .menu > li {
    border-bottom: 1px solid #eee;
}

.vertical-mega-menu .rt_mega_menu .menu li a {
    display: block;
    padding: 7.5px 10px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    padding-right: 25px;
    background: url(images/ty.png) 225px 15px no-repeat;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    margin-left: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.vertical-mega-menu .rt_mega_menu .menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {
    position: absolute;
    width: 260px;
    left: 100%;
    top: -1px;
    background: white;
    border: 1px solid #ccc;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li {
    padding: 0 10px;
}

.vertical-mega-menu .rt_mega_menu .menu .w3c {
    width: calc(100% / 3);
    float: left;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li a {
    padding-left: 0;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a {
    text-transform: uppercase;
    color: #404040;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background: blue;
    bottom: -1px;
    left: 0;
}

.vertical-mega-menu #mega-menu-toggle {
    float: left;
}

/*--------------------------------------------------------------
#  Content
--------------------------------------------------------------*/
.site-content {
    background: #f6f6f6;
}
/* post */
.rt-news .new-list .news-post {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin-bottom: 10px;
}
.rt-news .new-list .news-post .rt-post-info {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin-bottom: 10px;
}
.rt-news .new-list .news-post .rt-post-info span {
    margin-right: 30px;
}
.rt-news .new-list .news-post .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.rt-news .new-list .news-post .rt-post-image {
    width: 18%;
    float: left;
}
.rt-news .new-list .news-post .rt-post-image img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 6px;
}
.rt-news .new-list .news-post .rt-post-content {
    width: 80%;
    float: right;
}
.rt-news .new-list .news-post .more-link {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #2b2d42;
    padding: 5px 10px;
    display: inline-block;
}
/* related-post */
.related-post ul {
    padding: 0;
    margin: 0;
}
.related-post ul li {
    list-style: inside;
}
.related-post ul li a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.thumbnail-left {
    float: left;
    width: 35%;
    margin-right: 10px;
}

.slider_item {
    outline: none;
}

.slick-slide,
.slick-slide a {
    outline: none;
}
.slick-slide img {
  display: inline-block;
}
.slick-arrow {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    height: 20px;
    outline: none;
    position: absolute;
}
.slick-prev {
    top: 50%;
    left: 0;
    width: 20px;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-prev:before {
    position: absolute;
    font-family: 'FontAweSome';
    content: "\f053";
    left: 0px;
    top: 3px;
    color: #333;
}
.slick-next {
    top: 50%;
    right: 0;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-next:before {
    position: absolute;
    font-family: 'FontAweSome';
    content: "\f054";
    right: 0px;
    top: 3px;
    color: #333;
}
.slick-vertical .slick-arrow {
    position: static;
    height: 21.5px;
    /*width: 100%;*/
    margin: 0 auto;
    transform: translate(0);
    display: block !important;
}
.slick-vertical .slick-prev:before {
    position: absolute;
    font-family: 'FontAweSome';
    content: "\f077";
    left: 3px;
    top: 0px;
    color: #333;
}
.slick-vertical .slick-next:before {
    position: absolute;
    font-family: 'FontAweSome';
    content: "\f078";
    left: 3px;
    top: 0px;
    color: #333;
}
.heading-related {
	border-bottom: 1px solid #D0352E;
}
.heading-related span {
	color: #fff;
	background-color:  #D0352E;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 8px 8px 0 0;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
#  Widgets
--------------------------------------------------------------*/
.sidebar .widget {
    margin-bottom: 1.5em;
    border-radius: 4px 4px 0 0 ;
    clear: both;
}
.sidebar .widget > div {
  border: 1px solid #cccccc;
}
.sidebar .widget ul {
    padding-left: 0;
    list-style: none;
}

.sidebar .widget-title {
    background: #D0352E;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 12px 0px;
    margin: 0;
}

.sidebar .widget-title a {
    color: #fff;
}

/*--------------------------------------------------------------
#  Widget Nav Menu
--------------------------------------------------------------*/
.sidebar .widget_nav_menu .menu {
    overflow: scroll;
}

.sidebar .widget_nav_menu .menu li {
    border-top: 1px solid #e6e6e6;
    position: relative;
}
.sidebar .widget_nav_menu .menu > li.menu-item-has-children:after {
  content: '\f105';
  font-family: 'FontAweSome';
  position: absolute;
  right: 10px;
  top: 7px;
}
.sidebar .widget_nav_menu .menu li:first-child {
  border-top: none;
}
.sidebar .widget_nav_menu ul li, .sidebar ul.menu li {
  position: relative;
  list-style: none;
}

.sidebar .widget_nav_menu .menu li a {
    padding: 7.5px 10px 8px 30px;
    display: block;
}
.sidebar ul.menu li:first-child > a {
  border: none;
}
.sidebar ul.menu li li:last-child a:after {
  display: none !important;
}
.sidebar ul.menu li ul {
  display: none;
  /*height: 0;*/
  background: #fff;
  z-index: 9999;
  position: absolute;
  border: 1px solid #ccc;
  left: 100%;
  top: 0;
  width: 100%;
  transition: all 4s ease-in-out;
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
}
.sidebar ul.menu li ul ul {
  top: -1px;
}

.touch {
  height: 43px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 43px;
  display: block;
  display: none;
}
.sidebar .menu-item-has-children:hover > .sub-menu {
    display: block;
    height: auto;
    z-index: 9;
}
.sidebar ul.menu li:before {
  position: absolute;
  font-family: 'FontAweSome';
  content: "\f101";
  left: 10px;
  top: 7px;
  color: #D0352E;
}
/*--------------------------------------------------------------
#  Rt Post Slider Widgets
--------------------------------------------------------------*/
.rt-posts-slider-widget .slick-slider:not(.slick-vertical) .slider_item {
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

/*--------------------------------------------------------------
#  Rt Post Slider Widgets
--------------------------------------------------------------*/
.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#  Meta Slider Widget
--------------------------------------------------------------*/
.widget_metaslider_widget:hover a.rslides_nav {
    opacity: 1;
    visibility: visible;
}

a.rslides_nav {
    text-indent: -9999px;
    padding: 0;
    margin-top: 0;
    width: 55px;
    height: 55px;
    background: rgba(5, 128, 193, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
}

a.rslides_nav:after {
    content: '';
    display: block;
}

a.rslides_nav.prev {
    border-radius: 0 5px 5px 0;
}

a.rslides_nav.next {
    border-radius: 5px 0 0 5px;
}

a.rslides_nav:after {
    text-indent: 0;
    content: "";
    font-size: 35px;
    width: 55px;
    height: 55px;
    color: white;
    font-family: fontawesome;
    position: absolute;
    top: 0;
    line-height: 55px;
    text-align: center;
}

a.rslides_nav.prev:after {
    content: "\f104";
}

a.rslides_nav.next:after {
    content: "\f105";
}

/*--------------------------------------------------------------
#  Count Per Day Widgets
--------------------------------------------------------------*/
.widget_countperday_widget .cpd {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}
/* partner widget */
.img-partner .image-item {
    text-align: center;
}

/*--------------------------------------------------------------
#  Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    outline: none;
}
.wpcf7-form-control.wpcf7-submit {
    background: #1d428a;
    color: #fff;
    border: none;
    padding: 5px 40px;
    border-radius: 10px;
}
.nhantinkhuyenmai {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

.nhantinkhuyenmai .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 5px 13px;
    margin-bottom: 13px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: url(../images/ctf-input.png);
}

.wpcf7-form-control::placeholder,
.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7-form-control::-moz-placeholder,
.wpcf7-form-control:-moz-placeholder,
.wpcf7-form-control:-ms-input-placeholder {
    color: #fff;
}

.nhantinkhuyenmai .ajax-loader {
    display: none !important;
}

.nhantinkhuyenmai .wpcf7-submit {
    background: #e02129;
    border: 1px solid #b60e15;
    border-radius: 4px;
    padding: 1px 19px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
/* product slider */
.rt-product-category .product-widget ul.products {
  margin-bottom: 0;
}
.rt-product-category .product-widget ul.products .item {
  padding: 5px 0px;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.rt-product-category .product-widget ul.products .item:last-child {
	background-image: none;
  border-bottom: none;
  margin-bottom: 0;
}
.rt-product-category .product-widget ul.products .item .box_des {
  display: none !important;
}
.rt-product-category .product-widget ul.products .item .rt-thumb {
	width: 40%;
	float: left;
	margin-right: 10px;
	height: auto;
  min-height: 88px;
}
.rt-product-category .product-widget ul.products .item img {
  margin-bottom: 5px;
  width: 100%;
  margin: auto;
}

.rt-product-category .product-widget ul.products .item h3 {
  color: #454545;
  text-align: left;
  font-weight: normal;
  display: block;
  margin-top: 3px;
  font-size: 14px;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 0;
}
.rt-product-category .product-widget ul.products .price {
  margin-bottom: 0;
  text-align: left;
}
.rt-product-category .product-widget ul.products .price span.regular-price {
  font-size: 12px;
}
.rt-product-category .product-widget ul.products .price span.sale-price {
	font-size: 14px;
  font-weight: normal;
}
.rt-product-category .product-widget ul.products  .rt_onsale {
	display: 
	none
}
.rt-product-category .product-widget ul.products .rt_add_to_cart  {
	display: none;
}
.products-slider-widget .woocommerce .bt-enable-slide {
  padding-top: 26px;
  margin: 0;
}
.rt-maps {
  margin-bottom: 20px;
}
.rt-maps iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
}
.facebook_like {
	text-align: center;
	overflow: hidden;
}
.fb_iframe_widget iframe {
	position: initial;
}
/*--------------------------------------------------------------
#  Footer
--------------------------------------------------------------*/
.site-footer {
    background: #D0352E;
    padding: 35px 0 27px 0;
    position: relative;
}
.site-footer:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #D0352E;
  top: -7px;
  left: 0;
  z-index: 9;
}
.footer-row {
}
.site-footer .rt-footer {
    float: left;
}
.site-footer .footer-row-2 .rt-footer {
    width: 50%;
}
.site-footer .footer-row-3 .rt-footer {
    width: 33.33%;
}
.site-footer .footer-row-4 .rt-footer {
    width: 25%;
    background-repeat: no-repeat;
    background-position: right center;
}
.site-footer .footer-row-4 .footer-1 {
  width: 22%;
}
.site-footer .footer-row-4 .footer-2{
  width: 31%;
}
.site-footer .footer-row-4 .footer-3{
  width: 25%;
}
.site-footer .footer-row-4 .footer-4{
  width: 22%;
}

.site-footer .footer-row-4 .rt-footer:last-child {
	background-image: none;
}
.site-footer .footer-row-4 .rt-footer .widget {
	padding: 0 28px;
}

.site-footer .footer-row-4 .footer-1 .widget {
  padding-left: 0;
}
.site-footer .footer-row-4 .footer-4 .widget {
  padding-right: 0;
}
/*.site-footer .footer-row-4 .rt-footer:first-child .widget {
	padding-left: 0;
}
.site-footer .footer-row-4 .rt-footer:last-child .widget {
	padding-right: 0;
}*/
.site-footer .rt-footer,
.site-footer .widget {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
.site-footer .widget a {
	color: #fff;
	transition: all .25s ease-in-out;
}
.site-footer .widget li {
	list-style: none;
}
.site-footer .widget li a{
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 0;
}
.rt-footer p{
  font-size: 14px;
  line-height: 25px;
}
.site-footer .widget li:hover a {
	padding-left: 5px;
	color: #ffdd00;
}
.site-footer .widget-title {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.site-footer .wpcf7-form-control:not(.wpcf7-submit) {
	border: none;
	height: 40px;
	padding: 10px;
  color: #333;
}
.site-footer .wpcf7-form-control.wpcf7-submit {
	   font-size: 13px;
    border-radius: 0;
    float: right;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 15px;
    background: #333333;
}
div.screen-reader-response {
  display: none;
}
.site-footer .textwidget p{
  font-size: 14px;
  line-height: 24px;
}
.percent{
    position: absolute;
    top: 10px;
    right: 0;
    width: 38px;
    height: 20px;
    background: url(images/sale.png)no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
    text-align: center;
    line-height: 22px;
}
/*--------------------------------------------------------------
##  Copyright
--------------------------------------------------------------*/
.copyright {
    padding: 15px;
    position: relative;
    background: #333333;
    font-size: 13px;
    line-height: 20px;
}

.copyright ul {
	text-align: right;
}
.copyright ul li {
	list-style: none;
	display: inline-block;

}
.copyright p {
	margin: 0;
}
.copyright a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
.copyright li:last-child a{
  border: none;
}
.copyright .container {
    position: relative;
    max-width: 100%;
}
.copyright  .col-sm-6{
  color: #fff;
}
.copyright-left {
    color: white;
}



.copyright-right a {
    color: white;
}

/*--------------------------------------------------------------
##  Mobile Menu
--------------------------------------------------------------*/
.mobile-menu-container,
.vertical-mega-mobile-menu {
    background: #222;
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-250px);
    -transform: translate(-250px);
    -o-transform: translate(-250px);
    transform: translate(-250px);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 999999;
    overflow: auto;
}

.vertical-mega-mobile-menu {
    left: auto;
    right: 0;
     -webkit-transform: translate(250px);
    -transform: translate(250px);
    -o-transform: translate(250px);
    transform: translate(250px);
}

.close-menu {
    background: #D0352E;
    text-align: center;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.vertical-mega-mobile-menu ul,
.mobile-menu-container ul.mobile-menu {
    padding-left: 0;
    list-style: none;
}

.vertical-mega-mobile-menu ul li,
.mobile-menu-container ul.mobile-menu li {
    position: relative;
    list-style: none;
}

.vertical-mega-mobile-menu ul li a,
.mobile-menu-container ul.mobile-menu li a {
    border-bottom: 1px solid #ffffff;
}

.vertical-mega-mobile-menu ul li a,
.mobile-menu-container ul.mobile-menu li a {
    color: white;
    display: block;
    padding: 10px;
}

.vertical-mega-mobile-menu ul li ul.sub-menu,
.mobile-menu-container ul.mobile-menu li ul.sub-menu {
    display: none;
    padding-left: 0;
    list-style: none;
}

.vertical-mega-mobile-menu ul li.active > ul.sub-menu,
.mobile-menu-container ul.mobile-menu li.active > ul.sub-menu {
    background: #3a3a3a;
    display: block;
}

.vertical-mega-mobile-menu-active .vertical-mega-mobile-menu,
.mobile-menu-active .mobile-menu-container {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.vertical-mega-mobile-menu-active .overlay,
.mobile-menu-active .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
}

.menu-item-has-children > i {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #0074b8;
  cursor: pointer;
}

.vertical-mega-mobile-menu .menu-item-has-children > i.fa:before,
.mobile-menu-container .menu-item-has-children > i.fa:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
}

.vertical-mega-mobile-menu .menu-item-has-children.active > i.fa:before,
.mobile-menu-container .menu-item-has-children.active > i.fa:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.menu-item-has-children > i:before {
  position: absolute;
  top: 20px;
  left: 15px;
}
.rt_xem_tat_ca{
  font-size: 13px;
  line-height: 23px;
  color: #006fb4 !important;
  text-transform: initial !important;
  font-weight: 400;
  padding-right: 25px;
  background: url(images/tt.png) right no-repeat;
}
/* Product */
.archive .heading,.single .heading,.page .heading {
  background: #D0352E;
}
.heading {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 34px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin-top: 0;
    border-bottom: 2px solid #D0352E;
}
.heading a{
    color: #fff;
    min-width: 250px;
    display: inline-block;
    text-align: left;
    padding: 0 20px;
}
.hd-float.heading {
	text-align: left;
  margin-bottom: 0px;
}
.hd-float.heading .tits {
	  background-image: linear-gradient(#D0352E, #D0352E);
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
}
.hd-float.heading .tits:after {
	content: '';
	width: 42px;
	height: 34px;
	background: url(images/heading.png) no-repeat;
	position: absolute;
	top: 0;
	right: -42px;
}
.hd-float.heading .view_all{
    float: right;
    min-width: auto;
    line-height: 34px;
    padding-right: 0;
}
.hd-float.heading .view_all:hover{
  color: #0080c3 !important;
}
.hd-float.heading ul {
	display: inline-block;
	text-align: right;
  float: right;
}
.hd-float.heading ul li {
	display: inline-block;
	margin: 0 8px;
  position: relative;
}
.hd-float.heading ul li a {
	color: #626262;
	text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.hd-float.heading ul li a:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #626262;
  position: absolute;
  top: 13px;
  right: -10px;
}
.hd-float.heading ul li:last-child a:after {
  display: none;
}
.hd-float.heading ul li:hover a {
	color: #006fb4;
}
.banner-img {
	width: 100%;
	float: left;
  margin-top: 30px;
}
.banner-img img {
	width: 100%;
}

/* News post*/
.list .news-post {
    margin-bottom: 10px;
    overflow: hidden;
}
.list .news-post p {
    text-align: justify;
}
.list .news-post .news-title, .list .news-post .news-title a {
    color: #0083ca;
    font-size: 15px;
    text-align: left;
}
.list .news-post .more-link {
    display: none;
    font-size: 13px;
    color: #0083ca;
}
.list .news-post .post-thumbnail {
    overflow: hidden;
}
.list .news-post .post-thumbnail img {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #e4e4e4; 
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
} 
.list .news-post .post-thumbnail:hover img {
    /*-webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);*/
}
/*content_style_1*/

.content_style_1 .news-post {
    width: 50%;
    float: left;
}
.content_style_1 .news-post .post-thumbnail {
    width: 25%;
    float: left;
    margin-right: 10px;
}


/*content_style_2*/
.content_style_2 .left, .content_style_2 .right {
    margin-bottom: 10px;
}
.content_style_2 .news-post .post-thumbnail {
  width: 25%;
  float: left;
  margin-right: 10px;
}

.content_style_2 .news-post-big .post-thumbnail {
  width: 100%;
  margin-right: 0;
}
.content_style_2 .news-post-big .post-thumbnail img {
  width: 100%;
  float: none;
  margin: 0;
}
.content_style_2 .news-post-big .more-link {
  display: block;
}

/*content_style_3*/
.content_style_3 .news-post {
  width: 100%;
}
.content_style_3 .news-post:first-child {
    margin-top: 0;
}
.content_style_3 .news-post .post-thumbnail {
    width: 30%;
    float: left;
    margin-right: 10px;
}
.content_style_3 .news-post .more-link {
    display: block;
    font-style: italic;
}

/*content_style_4*/
.content_style_4 .list-news {
    margin: 0 -10px;
}
.content_style_4 .news-post {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.content_style_4 .news-post:nth-child(4n+1) {
    clear: both;
}
.content_style_4 .news-post .box {
    border: 1px solid #e4e4e4;
}
.content_style_4 .news-post .box .post-thumbnail img {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e4e4e4;
}
.content_style_4 .news-post .box .content {
    padding: 10px;
    text-align: center;
}
.content_style_4 .news-post .more-link {
    display: inline-block;
    background: #0f85b9;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 3px solid #31b5e5;
}

/*content_style_5*/
.content_style_5 .news-post {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.content_style_5 .news-post .post-thumbnail {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.content_style_5 .news-post-big {
    padding-right: 25px;
}
.content_style_5 .news-post-big .box {
    position: relative;
    padding: 3px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}
.content_style_5 .news-post-big .post-thumbnail {
    width: 100%;
    margin-right: 0;
}
.content_style_5 .news-post-big .post-thumbnail img {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}
.content_style_5 .news-post-big .news-title {
    position: absolute;
    bottom: 3px;
    padding: 15px 10px;
    width: 100%;
    background: rgba(34, 34, 34, 0.62);
    margin-bottom: 0;
}
.content_style_5 .news-post-big .news-title a {
    color: #fff;
}
/* social */
.rt-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    clear: both;
}
.rt-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.rt-link:hover,.rt-link:active {
    color: white;
}
.rt-twitter {
    background: #006fb4;
}
.rt-twitter:hover,.rt-twitter:active {
    background: #0084b4;
}
 
.rt-facebook {
    background: #3B5997;
}
 
.rt-facebook:hover,.rt-facebook:active {
    background: #2d4372;
}
 
.rt-googleplus {
    background: #D64937;
}
.rt-googleplus:hover,.rt-googleplus:active {
    background: #b53525;
}
.rt-pinterest {
    background: #bd081c;
}
 
.rt-pinterest:hover,.rt-pinterest:active {
    background: #bd081c;
}

.post-social-wrap ul li {
    float: left;
    margin-right: 10px;
}
.post-social-wrap ul li.print {
    background: #bd081c;
    padding: 0 5px;
    border-radius: 5px;
}
.post-social-wrap ul li.print a {
    color: #fff;
}
/* shortcode social */
.social-bar a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #314b7e;
  color: #fff;
}
.social-bar a.facebook {
  background: #314b7e;
}
.social-bar a.twitter {
  background: #339dc4;
}
.social-bar a.skype {
  background: #214bc1;
}
.social-bar a.youtube {
  background: #e52c27;
}
.social-bar a.prin {
  background: #b31217;
}
/* customer */
.rt-customer {
  background:url(images/bg-custom.png);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  padding: 20px 0;
  color: #fff;
}
.rt-customer .title {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
.rt_customers {
  margin-left: -15px;
  margin-right: -15px;
}
.rt_customers .item-customer {
  padding: 0 15px;
}
.rt_customers .slick-arrow {
  height: 45px;
}
.rt_customers .slick-prev {
  background:url(images/prev.png) center center no-repeat;
  width: 35px;
  left: -20px;
}
.rt_customers .slick-next {
  background:url(images/next.png) no-repeat;
  width: 35px;
  right: -20px;
}
.rt_customers .slick-prev:before, .rt_customers .slick-next:before {
  display: none;
}
.rt_customers .item-customer .cus-thumb {
  text-align: center;
  margin-bottom: 20px;
}
/* style 1 */
.rt_customers.rt_customer_style_1 .item-customer .cus-thumb img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.rt_customers.rt_customer_style_1 .item-customer .cus-content {
  text-align: center;
}
.rt_customers.rt_customer_style_1 .item-customer .cus-content .cus-name {
  text-transform: uppercase;
  font-size: 16px;
}
.rt_customers .item-customer .box {
  position: relative;
}
/* style 2 */
.rt_customers.rt_customer_style_2 .item-customer .box {
  padding-top: 100px;
}
.rt_customers.rt_customer_style_2 .item-customer .box .cus-content {
  background: #fff;
  position: relative;
  color: #333;
  padding: 100px 20px 20px 20px;
}
.rt_customers.rt_customer_style_2 .item-customer .cus-thumb {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  z-index: 9;
}
.rt_customers.rt_customer_style_2 .item-customer .cus-thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #fff;
}
/* style 3 */
.rt_customers.rt_customer_style_3 .item-customer .box .cus-thumb {
  width: 25%;
  float: left;
  position: absolute;
  top: 20%;
  left: 10%;
}
.rt_customers.rt_customer_style_3 .item-customer .box .cus-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.rt_customers.rt_customer_style_3 .item-customer .box .cus-content {
  width: 75%;
  float: right;
  background: #fff;
  color: #333;
  padding: 30px 30px 30px 60px;
}
.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-name {
  font-size: 16px;
  text-transform: uppercase;
  color: #006fb4;
}
.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-work {
  font-style: italic;
}
/******************************/
.group_field {
	margin-bottom: 1.5em;
}
.group_field .box a {
    display: block;
    overflow: hidden;
    position: relative;
}
.group_field .box img {
	height: 63px;
	object-fit: cover;
	width: 100%;
}
.group_field .box a:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
    display: none;
}
.group_field .box a:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
    display: none;
}
.group_field .box a:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}
.group_field .box a:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}
/*************/
.group_field_info {
    padding: 30px 0;
}
.group_field_info .box img {
	height: 88px;
	object-fit: cover;
	width: 100%;
}
.list__fiel {
  margin: 0 -15px;
  overflow: hidden;
}
.backtotop {
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #D0352E;
  color: #fff;
}
.rt_hotline{
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 999999;
  border: 1px solid #ececec;
  background: #ffc75c;
}
.rt_hotline img{
  width: 185px;
}
.rt_hotline .rt_hotro{
  padding-left: 35px;
  background: url(images/phone_rt.png) 10px 10px no-repeat;
}
.rt_hotline .rt_hotro p{
  font-size: 12px;
  color: #333333;
  margin: 0;
}
.rt_hotline .rt_hotro h3{
  font-size: 21px;
  color: #e50c0c;
  font-family: 'Oswald', sans-serif;
}
.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
  background-image: linear-gradient(#0080c3, #005ea5) !important;
}
.home-product-bc{
  width: 100% !important;
}
.rt-footer form{
  position: relative;
}
.rt-footer .wpcf7-submit{
  position: absolute;
  top: 0;
  right: 0;
}
#before-footer-1  .custom-html-widget{
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}
#before-footer-1  .custom-html-widget > div{
  width: 25%;
  float: left;
  padding: 20px 20px 20px 100px;
  border-right: 2px solid #F0F0F0;
  background: url(images/ic3.png) 25px center no-repeat;
}
#before-footer-1  .custom-html-widget > div:nth-child(2){
  background: url(images/ic1.png) 25px center no-repeat;
}
#before-footer-1  .custom-html-widget > div:nth-child(3){
  background: url(images/ic2.png) 25px center no-repeat;
}
#before-footer-1  .custom-html-widget > div:nth-child(4){
  background: url(images/ic4.png) 25px center no-repeat;
}
#before-footer-1  .custom-html-widget > div:last-child{
  border: none !important;
}
#before-footer-1  .custom-html-widget > div h2{
  font-size: 17px;
  line-height: 24px;
  color: #3D464D;
  margin-bottom: 5px;
}
#before-footer-1  .custom-html-widget > div p{
  font-size: 13px;
  line-height: 21px;
  color: #3D464D;
  margin-bottom: 0;
}
#before-footer-1  .custom-html-widget > div p span{
  font-weight: bold;
  color: #D0352E;
}
.product_home .product_style_1 > li{
  width: 20%;
}
.product_home .product_list:nth-child(1) > .bg{
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 4px;
}
.product_home .product_list:nth-child(1) li{
  border: none !important;
}
.product_home .product_list:nth-child(1) .product_style_1{
  border: none !important;
}
.headings{
  border-bottom: 1px solid #EFEFEF;
  padding-top: 20px;
  padding-left: 50px;
  padding-bottom: 5px;
  background: url(images/lua.png) 15px 18px no-repeat;
}
.headings a{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D0352E;
}
.group_slider{
  overflow: hidden;
  margin-bottom: 30px;
}
.group_slider .left{
  width: calc(100% - 400px);
  float: left;
  background: #fff;
}
.group_slider .left .slider-nav1 .box_text{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #555555;
  cursor: pointer;
  padding: 13px 15px;
}
.group_slider .left .slider-nav1 .slick-list{
  padding: 0 !important;
}
.group_slider .left .slider-nav1 .slick-current{
  color: #D0352E !important;
}
.group_slider .right{
  width: 370px;
  float: right;
}
.group_slider .right .box_qc img{
  margin-bottom: 10px;
}
.heading_r{
  overflow: hidden;
  margin-bottom: 10px;
}
.heading_r .title{
  font-size: 15px;
  line-height: 30px;
  color: #2E2E2E;
  text-transform: uppercase;
  font-weight: 500;
}
.heading_r .view{
  float: right;
  font-size: 12px;
  line-height: 37px;
  color: #2E2E2E;
  font-weight: 400;
}
.list-news-r .news-post{
  margin-bottom: 0px;
  margin-top: 14px;
}
.list-news-r .news-post .post-thumbnail{
  width: 70px;
  height: 46px;
}
.list-news-r .news-post .post-thumbnail img{
  width: 100%;
  height: 46px;
  border-radius: 3px;
  overflow: hidden;
  object-fit: cover;
  padding: 0;
  border: none;
}
.list-news-r .news-post .content .news-title{
  font-size: 15px;
  line-height: 21px;
  display: block;
  height: 21px;
  overflow: hidden;
  font-weight: 500;
  color: #000000;
  margin-top: 2px;
  margin-bottom: 2px;
}
.list-news-r .news-post .content p{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px;
  color: #7B7B7B;
}
.group_cate{
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #EFEFEF;
  border-bottom: none;
  border-right: none;
}
.group_cate .product_list{
  border-bottom: 1px solid  #EFEFEF;
  border-right: 1px solid #EFEFEF;
  margin-bottom: 0;
  padding: 7px 40px;
  min-height: 167px;
}
.group_cate .product_list .banner-img{
  margin: 0 auto 6px auto !important;
  width: 100%;
  display: block;
  text-align: center;
}
.group_cate .product_list .banner-img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.group_cate .product_list .title{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    clear: both;
    overflow: hidden;
    max-height: 40px;
}
.group_cate .product_list .title:hover{
  color: #D0352E;
}
.site-branding .div1{
  width: 30%;
  float: left;
}
.site-branding .div2{
  width: 40%;
  float: left;
}
.site-branding .div2 form{
  position: relative;
  width: 350px;
  border-radius: 5px;
  overflow: hidden;
  top: 18px;
}
.site-branding .div2 form .search-field{
  width: 100%;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0px 0px 5px;
  padding-left: 10px;
  color: #333;
}
.site-branding .div2 form  .search-submit{
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 33px;
  background: url(images/Vector.png) center center no-repeat #252525;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 0px 5px 5px 0px;
  font-size: 0;
  width: 33px;
  height: 33px;
}
.site-branding .div3{
  width: 30%;
  float: left;
  padding: 12px 0;
}
.site-branding  .menu{
  text-align: right;
}
.site-branding  .menu > li{
  display: inline-block;
}
.site-branding  .menu > li > a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-left: 20px;
}
.site-branding  .menu .wpmenucart-contents i{
    display: block;
    font-size: 24px;
    padding: 0;
    height: 29px;
    margin: 0;
}
.site-branding  .menu .wpmenucart-contents span{
  
}
.site-branding  .menu > li > a img{
  clear: both;
}
.site-branding  .menu > li > a span{
  display: block;
  clear: both;
}

/*.home-product-bc .product_style_1 .col-lg-3{
  width: 20% !important;
}*/
.tel_phone {
      position: fixed;
    bottom: 80px;
    left: 10px;
    z-index: 999999;
    width: 180px !important;
}
.tel_phone a {
    margin: 0;
    background: red;
    padding: 10px 15px;
    border-radius: 25px;
    top: 10px;
    font-weight: bold;
    line-height: 45px;
    position: relative;
}
.aws_result_price ins  {
  text-decoration: none !important;
}
.aws_result_price ins span {
  color: red;
  font-size: 14px;
  font-weight: 600;
}
.aws-container .aws-search-form .aws-form-btn {
      background: #fcd500 !important;
}
.quick-alo-phone{position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:99999 !important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;left: 0px; bottom: 0%;}
.quick-alo-phone.quick-alo-show{visibility:visible}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.quick-alo-phone.quick-alo-static{opacity:.6}
.quick-alo-phone.quick-alo-hover,.quick-alo-phone:hover{opacity:1}
.quick-alo-ph-circle{width:160px;height:160px;top:20px;left:20px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:quick-alo-circle-anim 1.2s infinite ease-in-out;animation:quick-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle{-webkit-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-o-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle{-webkit-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-o-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone:hover .quick-alo-ph-circle{border-color:#00aff2;opacity:.5}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle{border-color:#75eb50;border-color:#baf5a7 9;opacity:.5}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle{border-color:#00ab4e;border-color:#bfebfc;opacity:.5}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle{border-color:#ccc;opacity:.5}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle{border-color:#75eb50;opacity:.5}
.quick-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill{-webkit-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill{-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone:hover .quick-alo-ph-circle-fill{background-color:rgba(0,175,242,0.5);background-color:#00aff2 9;opacity:.75!important}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,0.5);background-color:#baf5a7 9;opacity:.75!important}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill{background-color:#00ab4e;opacity:.75!important}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill{background-color:rgba(204,204,204,0.5);background-color:#ccc 9;opacity:.75!important}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,0.5);opacity:.75!important}
.quick-alo-ph-img-circle{width:60px;height:60px;top:70px;left:70px;position:absolute;background:rgba(30,30,30,0.1) url(images/call.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle{-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle{-webkit-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-o-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone:hover .quick-alo-ph-img-circle{background-color:#00aff2}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle{background-color:#75eb50;background-color:#75eb50 9}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle{background-color:#00ab4e;}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle{background-color:#ccc}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle{background-color:#75eb50}
@-moz-keyframes quick-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}
@-moz-keyframes quick-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-moz-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-o-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-moz-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-moz-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
