/* main */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
body {
    color: #1f1f1f;
    line-height: 1.6;
font-family: 'Roboto', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
ol, ul {
  margin: 0;
}
.woocommerce-product-rating {
    display: none !important;
}
.buy_now_button {
    width: 100%;
    clear: both;
    margin-top: 15px !important;
    display: block !important;
}
ol li, ul li {
  list-style: inside;
}

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{
  text-align: right;
}
::-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;
}
.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 {
  color: #333;
}
.metaslider {
    margin:0 auto;
}
.site-branding{
    padding: 20px 0;
}
/** Navigation **/
.wp-pagenavi {
  margin: 10px;
  clear: both;
  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;
}
/*
 * 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;
}
.backtotop i{
  color: #f62d3e;
}

.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; 
}*/


#layout {
    padding-top: 20px;
    background: white;
}

@media (min-width: 992px) {
    .content-area {
      width: 79%;
      float: left;
    }

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

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

    }

    .sidebar-left .widget-area {
    right: 79%;
    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: 41px;
}

.header-search .search-form .search-field, .header-search .woocommerce-product-search .search-field {
    width: 100%;
    border: none;
    padding: 3px 10px;
    position: absolute;
    border-radius: 30px;
    outline: 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;
}

.header-search .search-form .search-submit, .header-search .woocommerce-product-search .search-submit {
    border: 0;
    background: transparent;
    color: #b60e15;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
top_bar
*/
.top_bar{
  background: #dedede;
  padding: 5px 0;
}
.top_bar .widget p{
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}


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

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

.main-navigation {
    background: #00aced; 
    margin: 1px 0;
}
.primary-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.primary-menu li {
    position: relative;
    list-style: none;
}
.primary-menu > li:first-child{
   background: #f62d3e;
}
.primary-menu li:hover{
    background: #f62d3e;
    transition: all 0.1s;
}
.primary-menu > li {
    float: left;
}

.primary-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 0px 21px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px rgba(80, 80, 80, 0.37);
    transition: all .25s ease-in-out;
    line-height: 40px;

}
.primary-menu > li > a{
    line-height: 44px;
}
.primary-menu > li:last-child > a{
      border-right: 0;
}
.primary-menu li > a:hover,
.primary-menu li.current-menu-item > a {
  color: #ffffff;
}
.primary-menu li ul.sub-menu {
    z-index: 9999;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #2e3553;
    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 {

  -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{
    border-top: 1px solid #fff;
}
.primary-menu li ul.sub-menu > li:first-child{
  border-top: 0;
}
.primary-menu li ul.sub-menu li a{
    font-size: 13px;
    padding: 0 10px;
}
.primary-menu > li > ul.sub-menu {
    left: 0;
    top: auto;
}

.primary-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #ffffff;
}
.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;
    /*border-bottom: 1px solid #fff;*/
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 1;
}
.primary-menu ul ul li:last-child{
  border-bottom: 0;
}
.primary-menu ul li:hover ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}
.rt-navbar-toggle .icon-bar {
    background: black;
    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;
    background: #2e3553;
    line-height: 30px;
}
.mobile-menu-no-search span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}
.mobile-menu-no-search .rt-navbar-toggle {
    margin: 8px 0;
}
.mobile-menu-no-search .rt-navbar-toggle .icon-bar {
    background: #ffffff;
}

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

.vertical-mega-menu .vertical-mega-menu-title {
    margin-bottom: 0;
    background: #00aced;
    border-radius: 0;
    text-align: left;
    padding: 9.5px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.vertical-mega-menu .vertical-mega-menu-title:after {
    content: "\f039";
    float: right;
    font-family: fontawesome;
    font-weight: 100;
}

.vertical-mega-menu .rt_mega_menu .menu {
    position: absolute;
    z-index: 9999;
    background: white;
    width: calc(100% - 30px);
    border: 1px solid #ccc;
    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;
}

.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: 10px;
    color: #333;
}

.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: 700px;
    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: #fff;
}
/* post */
.rt-news-style-1 .new-list .news-post {
    padding: 0px 0 25px;
    margin-bottom: 15px;
    border-bottom:1px solid rgba(0,0,0,.1)
}
.rt-news-style-1 .new-list .news-post .rt-post-info {
    margin-bottom: 10px;
}

.rt-news-style-1 .new-list .news-post .rt-post-info span {
    margin-right: 20px;
    color: #666;
    font-size: 12px;
}
.rt-news-style-1 .new-list .news-post .rt-post-info span a{
     color: #666;
    font-size: 12px; 
}
.rt-news-style-1 .new-list .news-post .title {
    font-size: 17px;
    font-weight: 600;

}
.rt-news-style-1 .new-list .news-post .rt-post-image {
    width: 30%;
    margin-top: 10px;
    float: left;
    position: relative;
}
.rt-news-style-1 .new-list .news-post .rt-post-content {
  width: calc(100% - 30% - 20px);
    float: right;
}
.rt-news-style-1 .new-list .news-post .rt-post-content p{
    text-align: justify;
    line-height: 25px;
}
.rt-news-style-1 .new-list .news-post .more-link {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #2b2d42;
    padding: 5px;
    display: inline-block;
    display: none;
}
.rt-news-style-1 .new-list .news-post:nth-child(2n) .rt-post-image{
    float: right;
}
.rt-news-style-1 .new-list .news-post:nth-child(2n) .rt-post-content{
  float: left;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1111114f;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transition: .3s ease;
}
.texts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.texts a {
    color: #ffffff;
    font-size: 16px;
}
.rt-news-style-1 .new-list .news-post .rt-post-image:hover .overlay {
    transform: scale(1);
}
.rt-news-style-2 .new-list .news-post .rt-post-image:hover .overlay {
    transform: scale(1);
}
/*

rt-news-style-2
*/
.rt-news-style-2 .new-list{
  overflow: hidden;
  clear: both;
}
.rt-news-style-2 .new-list .news-post{
  margin-bottom: 20px;
}
.rt-news-style-2 .new-list .rt-post-image{
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 200px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.rt-news-style-2 .new-list .rt-post-image > a {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.rt-news-style-2 .new-list .rt-post-image > a > img{
    width: 100%;
    height: 200px;
    /*max-height: 150px;*/
    margin: 0 auto;
    object-fit: cover;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
  }
.rt-news-style-2 .new-list  .rt-post-content {
  padding: 10px ;
}
.rt-news-style-2 .new-list  .rt-post-content h3{
  margin: 0 0 5px 0;
}
.rt-news-style-2 .new-list  .rt-post-content h3 a{
  font-size: 15px;
  display: block;
  line-height: 22px;
  text-transform: uppercase;
}
.rt-news-style-2 .new-list  .rt-post-content span{
  color: #8f8f8f;
  font-size: 13px;
}
.rt-news-style-2 .new-list  .rt-post-content p{
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.rt-news-style-2 .new-list  .rt-post-content a.view-post{
  color: #f3a618;
  display: inline-block;
  text-decoration: underline;
}
.more-link{
  display: none;
}
/* related-post */
.list-post-related {
    overflow: hidden;
    clear: both;
    padding: 0;
    margin: 0;
}
.related-post ul li {
    list-style: none;
    float: left;
    width: 49%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #ddd;
}
.related-post ul li:nth-child(2n){
  float: right;
}
.list-post-related li .img_post {
    float: left;
    width: 150px;
    margin-right: 12px;
}
.list-post-related li h3 {
    margin: 0 0 3px 0;
}
.related-post ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    line-height: 23px;
}
.list-post-related li p {
    font-size: 13px;
}
.related-post ul li a.more-link {
    display: none;
}





.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;
  padding: 4px 2px 2px 2px;
}
.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;
    text-indent: -99999px;
    -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: 3px;
    top: 3px;
    color: #333;
    text-indent: 0;
}
.slick-next {
    top: 50%;
    right: 0;
    width: 20px;
    text-indent: -99999px;
    -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";
    left: 3px;
    top: 3px;
    color: #333;
    text-indent: 0;
}
.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;
}

/*--------------------------------------------------------------
#  Widgets
--------------------------------------------------------------*/
.sidebar .widget {
    margin-bottom: 20px;
    clear: both;
}

.sidebar .widget ul {
    padding-left: 0;
    list-style: none;
}

.sidebar .widget-title {
    background: #2e3553;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 37px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin: 0;
}

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

/*--------------------------------------------------------------
#  Widget Nav Menu
--------------------------------------------------------------*/
.sidebar .widget > div {
    background: #f9f9f9;
    border: 1px solid #ececec;
}

.sidebar .widget_nav_menu .menu li a {
    border-top: 1px dashed #ccc;
}
.sidebar .widget_nav_menu ul li, .sidebar ul.menu li {
  margin: 0 0;
  position: relative;
  list-style: none;
}

.sidebar .widget_nav_menu .menu li a {
    padding: 7px 0px 7px 10px;
    display: block;
    font-weight: 400;
}
.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;
  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 {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
}
.touch i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 999;
    color: #9E9E9E;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.sidebar .menu-item-has-children.active > .sub-menu {
    display: block;
    height: auto;
}
.sidebar ul.menu > li > a:before {
    font-family: 'FontAweSome';
    content: "\f0da";
    color: #e2242c;
    margin-right: 5px;
}
.sidebar ul.menu > li > ul.sub-menu > li > a{
  padding-left: 20px;
}
.sidebar ul.menu > li > ul > li > a:before {
    font-family: 'FontAweSome';
    content: "\f0da";
    color: #e2242c;
    margin-right: 5px;
}
.sidebar ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a:before{
      font-family: 'FontAweSome';
    content: "\f0da";
    color: #e2242c;
    margin-right: 5px;
}
.sidebar ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a{
  padding-left: 35px;
}
/*--------------------------------------------------------------
#  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: #2e3553;
    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: 400;
}
/* product slider */

.rt-product-category .product-widget ul.products .item {
  padding: 5px 0px;
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.rt-product-category .product-widget ul.products .item img {
  margin-bottom: 5px;
  height: 200px;
  width: auto;
  margin: 0 auto 1em;
}

.rt-product-category .product-widget ul.products .item h3 {
  color: #454545;
  text-align: center;
  font-weight: 600;
  display: block;
  margin-top: 3px;
  font-size: 18px;
  padding: 5px 0;
}
.rt-product-category .product-widget ul.products .price {
  margin-bottom: 0;
}
.products-slider-widget .woocommerce .bt-enable-slide {
  padding-top: 26px;
  margin: 0;
}
/*

*/
/*************dạng slider product**************/
.products-2 > .slick-list .slick-track li{
    margin: 0 0 3px 0;
    padding: 3px 5px;
}
.products-2 > .slick-list .slick-track li .product_item{
  overflow: hidden;
  border: 0;
  padding: 0;
}
.products-2 > .slick-list .slick-track li .product_item .rt-thumb{
    float: left;
    width: 85px;
    margin-right: 10px;
    display: table;
    height: 85px;
    border: 1px solid #ccc;
    position: relative;
} 
.products-2 > .slick-list .slick-track li .product_item .rt-thumb a img{
    width: auto;
    height: auto;
    max-height: 85px;
}
.products-2 > .slick-list .slick-track li .product_item  .content{
    padding: 0;
    float: right;
    text-align: left;
    width: calc(100% - 85px - 10px);
}
.products-2 > .slick-list .slick-track li .product_item  .content h3 a{
    line-height: 18px;
    height: auto;
    max-height: 36px;
    text-align: left;
    font-size: 13px;
} 
.products-2 > .slick-list .slick-track li .product_item  .content .rt_add_to_cart {
    display: none;
}
.products-2 > .slick-list .slick-track li .product_item  .content ins,
.products-2 > .slick-list .slick-track li .product_item  .content del{
    display: block;
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 20px;
}
.products-2 > .slick-list .slick-track li .product_item  .content ins span{
    font-size: 13px;
}
.products-2 > .slick-list .slick-track li .product_item  .content  .price span{
  font-size: 13px;
}
.rt-maps {
  margin-bottom: 20px;
}
.rt-maps iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
}

/*--------------------------------------------------------------
#  Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#  Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 10px 0;
    background: url(images/bg_footer.png);
    background-size: cover;
}
.site-footer-home{
    background: #b10e0a;
}
.site-footer-home .rt_textwidget  {
    float: left;
    clear: none !important;
}
.site-footer-home .rt_textwidget p{
    margin: 0;
    line-height: 40px;
    color: #fff;
}
.site-footer-home .widget_nav_menu  {
    float: right;
    clear: none !important; 
}
.site-footer-home .widget_nav_menu ul{
    margin: 0;
    padding: 0;
}
.site-footer-home .widget_nav_menu ul li{
    float: left;
    list-style: none;
}
.site-footer-home .widget_nav_menu ul li a{
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
    border-right: 1px solid #fff;
}
.site-footer-home .widget_nav_menu ul li ul{
    display: none;
}
.site-footer .rt-footer {
    float: left;
    padding: 0 1%;
}
.site-footer .rt-footer a{
  color: #ffffff;
}
.site-footer .footer-1{
    width: 34%;
}
.site-footer .footer-2{
    width: 14%;
    padding: 0 1%;
}
.site-footer .footer-3{
    width: 26%;
}
.site-footer .footer-4{
    width: 26%;
}
.site-footer .rt-footer ul {
    margin: 0;
    padding: 0;
}
.site-footer .rt-footer ul li{
      list-style: none;
}
.site-footer .rt-footer ul li a{
    color: #fff;
    line-height: 30px;
}
.site-footer .rt-footer  ul li ul{
    display: none;
}
.site-footer .rt-footer p{
    margin: 0;
    line-height: 30px;
}
.site-footer .rt-footer p i{
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #f62d3e;
}
.site-footer .widget {
    margin-bottom: 0;
    color: #fff;
    padding: 10px 0;
}

.site-footer .widget-title {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
    margin: 10px 0 10px;
    font-size: 18px;
    text-align: left;
    padding: 0;
    line-height: inherit;
    font-size: 17px;
    text-transform: uppercase;
}






/*--------------------------------------------------------------
##  Copyright
--------------------------------------------------------------*/
.copyright {
    position: relative;
    background: #161829;
    font-size: 12px;
    color: #ffffff;
}
.copyright .container .row{
  background: #f62d3e;
}
.copyright .container .row span{
  line-height: 43px;
  padding-left: 20px;
}

.copyright a {
    color: #fff;
    font-size: 12px;
    float: right;
}

.copyright .container {
    position: relative;
    max-width: 100%;
}

.copyright-left {
    color: white;
}



.copyright-right a {
    color: white;
}

/*--------------------------------------------------------------
##  Mobile Menu
--------------------------------------------------------------*/
.mobile-menu-container,
.vertical-mega-mobile-menu {
    background: #161829;
    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: #0579a5;
    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: #0579a5;
  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 #a9a9a9;
    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;
}

/* Product */
.heading {
    background: url(images/heading.png)bottom repeat-x;
    color: #2e3553;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 38px;
    margin: 0 0 20px 0;
    position: relative;
  }
.heading:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
  height: 3px;
  background: #f62d3e;
}
.heading a{
    color: #2e3553;
    font-size: 20px;
    font-weight: 500;
}

/* 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: #2e3553;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    display: block;
    line-height: 22px;
}
.list .news-post .date_time{
  color: #989898;
  font-size: 12px;
}
.list .news-post .more-link {
    display: none;
    font-size: 13px;
    color: #0083ca;
}
.list .news-post .post-thumbnail {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 190px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.list .news-post .post-thumbnail > a{
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.list .news-post .post-thumbnail img {
    width: 100%;
    height: auto;
    height: 190px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 0!important;
}
.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 {
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
  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: 50%;
    float: left;
    padding: 0 15px;
}
.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;
}
.content_style_4 .news-post .box .content {
    padding: 10px 0 0;
    text-align: left;
}
.content_style_4 .news-post .more-link {
display: inline-block;
    background: #0f85b9;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 3px solid #31b5e5;
    display: none;

}

/*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: #00aced;
}
.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-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: 29px;
}
.rt_customers .slick-prev {
    background: url(images/prev.png) center center no-repeat;
    width: 14px;
    top: 20%;
    left: 50px;
}
.rt_customers .slick-next {
    background: url(images/next.png) no-repeat;
    width: 14px;
    right: 50px;
    top: 20%;
}
.rt_customers .slick-prev:before, .rt_customers .slick-next:before {
  display: none;
}
.rt_customers .item-customer .cus-thumb {
    text-align: center;
    margin-bottom: 16px;

}
/* style 1 */
.rt_customers.rt_customer_style_1 .item-customer .cus-thumb img {
    width: 175px;
    height: 175px;
    border-radius: 100%;
    border: 1px dashed #fff;
    padding: 15px;
    object-fit: cover;
}


.rt_customers.rt_customer_style_1 .item-customer .cus-content {
  text-align: center;
}
.rt_customers.rt_customer_style_1 .item-customer .cus-content .cus-cnt p{
  line-height: 24px;
  font-size: 14px;
  margin: 0;
}
.rt_customers.rt_customer_style_1 .item-customer .cus-content .cus-name {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin: 10px 0 0;
}
.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: rgba(243, 166, 24, 0.7);
    position: relative;
    color: #FFF;
    padding: 80px 20px 20px 20px;
    border-radius: 10px;

}
.rt_customers.rt_customer_style_2 .item-customer .box .cus-content .cus-name{
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.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: 3px solid #f3a618;

}
/* 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: #00aced;
}
.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-work {
  font-style: italic;
}
/*
box-colum-nth1
*/
.product_list .imges_cate{
  position: relative;
}
.box-colum-nth1 .product_list .imges_cate{
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 280px;
    position: relative;
    overflow: hidden;
}

/*chung*/

.product_list .imges_cate:after{
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 70%;
    transform: skew(20deg) translateX(-75%);
    transition: all 0.35s ease 0s;
}
.product_list .imges_cate:hover:after{
  transform: skew(20deg) translateX(0);
}
.product_list .imges_cate img{
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
}
.product_list .imges_cate:hover img{
  opacity: 0.5;
}
 .product_list .imges_cate .content_title_pro{
    padding: 10px;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.product_list .imges_cate .content_title_pro h3{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px 0;
    transform: scale(0);
    transition: all 0.35s ease 0s;
}
.product_list .imges_cate .content_title_pro:hover h3{ 
    transform: scale(1); 
}
.product_list .content_title_pro h3 a{
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 4px 16px;
    line-height: 35px;
}

/*
box-colum-nth2
*/

.box-colum-nth2 .product_list .imges_cate{
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.box-colum-nth2 .product_list .imges_cate > a{
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.box-colum-nth2 .product_list .imges_cate > a > img{
    width: 100%;
    height: auto;
    height: 255px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 0!important;
}
/*
box-colum-nth1
*/
.box-colum-nth1{
  margin-bottom: 30px;
}
.box-colum-nth2 .product_list {
  margin-bottom: 30px;
}

/*
tab content
*/
.owl-carouselsssss {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
.owl-carouselsssss .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.owl-carouselsssss .tab-content.current {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}
.list_item_tab{
    padding: 0;
    position: relative;
}

.list_item_tab li{
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    color: #2e3553;
    font-size: 15px;
    position: relative;
    line-height: 36px;
    background: #d6d6d6;
    border-radius: 5px;
    margin: 0 1px;
}
.list_item_tab li.current{
  background: #f62d3e;
  color: #fff;
}

/*
tab content 2
*/
.title_pro_cate{
  text-align: center;
  margin: 0 0 20px 0;
}
.title_pro_cate span{
  display: inline-block;
  border-bottom: 2px solid #565b70;
  line-height: 40px;
  color: #2e3553;
  font-size: 25px;
  text-transform: uppercase;
}
.owl-carouselsssss2 {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.owl-carouselsssss2 .tab-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.owl-carouselsssss2 .tab-contents.active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}
.list_item_tab{
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;

}
.owl-carouselsssss2 .tabs-pro{
    border-bottom: 3px solid #ff0000;
}
.owl-carouselsssss2 .tabs-pro li{
    font-size: 16px;
    text-transform: none;
}
.owl-carouselsssss2 .tabs-pro li.active{
    background: #ff0000;
    color: #fff;
}
.product_cate_home{
    position: relative;
    overflow: hidden;
}
/*
image_cate
*/
.product_cate_tab{
    position: relative;
}
.image_cate{
    width: 235px;
    float: left;
    margin-right: -100%;
    position: relative;
}
.slide_pro_cate{
    width: 100%;
    float: right;
}
.position_pro{
    margin-left: 235px;
    overflow: hidden;
}
.tab-containessssr{
    position: relative;
}
/*
box-colum-news
*/
.box-colum-news,.guarantee_colum{
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}
.guarantee_colum .guarantee_item  .img_gurantee{
  float: left;
  width: 25%;
}
.guarantee_colum .guarantee_item  .img_gurantee img{
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  margin-bottom: -50px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.guarantee_colum .guarantee_item:hover  .img_gurantee img{
  -moz-transform: scale(1.0) rotate(360deg);
  -webkit-transform: scale(1.0) rotate(360deg);
  -o-transform: scale(1.0) rotate(360deg);
  -ms-transform: scale(1.0) rotate(360deg);
  transform: scale(1.0) rotate(360deg);

}
.guarantee_colum .guarantee_item .content_guarantee{
  float: right;
  width: calc(100% - 25% - 15px);
}
.guarantee_colum .guarantee_item .content_guarantee h4{
    color: #f62d3e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
}
.product_home_parent  .product-style.row{
	display: block !important;
}
.product_home_parent .product_list  .list_cate > a{
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.product_home_parent .product_list  .list_cate li{
  float: right;
  list-style: none;
  padding-left: 30px;
}
.product_home_parent .product_list  .list_cate{
  background: url(images/heading.png)bottom repeat-x;
  overflow: hidden;
  position: relative;
  line-height: 38px;
  padding-top: 30px;
}
.product_home_parent .product_list  .list_cate:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 3px;
    background: #f62d3e;
}
.product_home_parent .home-product{
  padding-top: 20px;
}
.product_home_parent .description-cate .attribute-single li{
  color: #2e3553;
}
.product_home_parent .woocommerce li.product .rt_add_to_cart a{
  float: none !important;
}
.product_home_parent .rt_add_to_cart{
  padding: 0;
}
.product_home_parent .woocommerce li.product .rt_add_to_cart a.view_product:first-child{
  margin-right: 10px;
}
.prdctfltr_woocommerce.pf_default_inline .prdctfltr_filter label{
	display: block !important;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_filter_inner{
	padding: 0;
}
.prdctfltr-widget .prdctfltr_add_scroll{
	margin-bottom: 0 !important;
	padding: 10px 15px 15px 15px;
}
.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type=checkbox]+span{
	margin-left: -10px;
	font-size: 15px;
	font-weight: 400;
}
.archive .list-unstyled li{
	width: 25% !important;
}
.archive .list-unstyled li:nth-child(4n+1){
	clear: both !important;
}
.archive .list-unstyled li:nth-child(4n+1){
	clear: none !important;
}

.single .list-unstyled li.product:nth-child(4n+1){
  clear: none !important;
}
.single .list-unstyled .slick-prev{
  font-size: 0 !important;
}
.single .list-unstyled .slick-next{
  font-size: 0 !important;
}


.archive .description-cate .attribute-single li{
	width: 100% !important;
}
.sidebar .percent{
	display: none;
}
.sidebar .sale_pro{
	display: none;
}
.sidebar .product_item .hover-img{
	width: 45%;
	float: left;
}
.sidebar .products-2 > .slick-list .slick-track li .product_item .rt-thumb{
	width: 100% !important;
}
.sidebar .products-2 > .slick-list .slick-track li .product_item .rt-thumb a img{
	height: 100% !important;
}
.sidebar .woocommerce .woocommerce-product-rating .star-rating{
	display: none !important;
}
.sidebar .product_item .content{
	width: 49% !important;
	float: right;
}
.sidebar li.product .content-slider-product{
	display: none !important;
}
.sidebar  li.product .portfolio-hover{
	display: none !important;
}
.hotline_banner span:nth-child(1){
	font-size: 19px;
	position: relative;
}
.hotline_banner span:nth-child(1):after{
	content: "";
    position: absolute;
    top: -9px;
    right: -40px;
    width: 40px;
    height: 41px;
    background: url(images/aflogo.png)no-repeat;

}
.hotline_banner a{
	font-size: 16px;
	padding-left: 39px;
  color: #ffffff;
}
.banner_home_center .hotline_banner{
    float: left;
    background: #d91e1e;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 10px;

}
.banner_home_center .search_home{
	width: 49%;
	float: right;
	clear: none;
}
.banner_home_center .search_home .woocommerce-product-search{
	position: relative;
}
.banner_home_center .search_home .woocommerce-product-search .search-field{
	width: 100%;
  border: none;
  position: absolute;
  outline: none;
  right: 0;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all .25s ease-in-out;
  border: 1px solid #cccccc;
  padding-left: 5px;
}
.banner_home_center .search_home .woocommerce-product-search .search-submit{
	border: 0;
	padding: 1px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    background-color: #2e3553;
    right: 0;
}
.banner_home_left{
	width: 30%;
	float: left;
}
.banner_home_center {
	line-height: 38px;
	width: 60%;
	float: left;
  padding: 6px 0;
}
/* //shop cart */
.banner_home_right {
	width: 9%;
	float: right;
  padding: 6px 0;
}
.banner_home_right .cart-icon-cart .shop-cart{
    line-height: 40px;
    background: #d91e1e;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}
.banner_home_right .cart-icon-cart .shop-cart a{
  color: #ffffff;
  font-size: 16px;
}
.banner_home_right .cart-icon-cart:hover .shop-item{
  display: block;
}
.banner_home_right .cart-icon-cart .shop-item{
  box-shadow: 0px 0px 9px 0px #888888;
  width: 330px;
  right: 74px;
  /* top: 138px; */
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  text-align: left;
  z-index: 10000;
}
.banner_home_right .cart-icon-cart:hover .shop-item .woocommerce-Price-amount{
  font-weight: 600;
}
.banner_home_right .cart-icon-cart .shop-item .mini_cart_item{
  list-style: none !important;
  font-weight: 600;
}
.banner_home_right .cart-icon-cart .shop-item .mini_cart_item .remove{
  font-size: 20px;
  color: red;
  position: absolute;
}
.banner_home_right .cart-icon-cart .shop-item .mini_cart_item a:nth-child(2){
  padding-left: 15px;
}
.banner_home_right .cart-icon-cart .shop-item .mini_cart_item .remove:hover{
  font-weight: 600;
}
.banner_home_right .cart-icon-cart .shop-item img{
  width: 107px;
  padding: 10px;
}
.shop-item .buttons a:last-child{
  background: #2e3553;
  padding: 8px 10px;
  border-radius: 5px;
  color: #ffffff;
  float: right;
}
.shop-item .buttons a:first-child{
  background: #f62d3e;
  padding: 8px 10px;
  border-radius: 5px;
  color: #ffffff;
  float: left;
}
.shop-item .buttons a:first-child:hover{
  background: #2e3553;
}
.shop-item .buttons a:last-child:hover{
  background: #f62d3e;
}
/* /// */
.single .sidebar .prdctfltr-widget{
  display: none;
}
.single .rt-summary .list-pro{
  padding-bottom: 10px;
}

.content-slider-product .box {
    text-align: left;
    float: right;
    width: 58%;

}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    /* border: 2px solid #06D85F; */
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #2e3553;
    color: #fff !important;
    background-color: #2e3553 !important;
}
.button:hover {
  background: #06D85F;
}

.overlays {
position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}
.overlays:target {
  visibility: visible;
  opacity: 1;
}


.popup {
    margin: 100px auto;
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
    width: 820px;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 9999;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
    top: 0;
    right: 8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 999999;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/* / */
.rt_add_to_cart{
    /* width: 42%; */
    width: 100%;
    float: left;
}
.single .list-unstyled li.product{
  width: 25%;
}
.single .list-unstyled li.product:nth-child(4n+1){
  clear: none !important;
}
.single .list-unstyled li.product:nth-child(4n+1){
  clear: both;
}
/* loc */
.prdctfltr-widget{
  margin: 0 !important;
}
.prdctfltr-widget .prdctfltr_add_scroll{
  background: #ffffff;
  padding: 10px 0;
}
.prdctfltr-widget .prdctfltr_add_scroll span{
  font-weight: 400 !important;
}
.prdctfltr-widget .prdctfltr_wc{
  border: none !important;
  margin: 0 !important;
} 
.prdctfltr_filter_inner:after{
  display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
  float: left !important;
}
/* mobile */
@media screen and  (max-width: 1024px) {
  .heading{
    font-size: 16px;
  }
  .site-container{
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
  }
  .facebook_like{
    text-align: center;
  }
  .site-footer{
    padding: 15px 10px;
  }
  .site-footer .rt-footer{
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .site-branding{
    padding: 10px 0;
  }
  .top_bar{
    display: none;
  }
  .banner_home_left{
    width: 100%;
    display: block;
    text-align: center;
  }
  .banner_home_center{
    width: 100%;
  }
  .banner_home_center .hotline_banner{
    display: none;
  }
  .banner_home_center .search_home{
    width: 100%;
  }
  .banner_home_right{
    width: 50%;
    float: right;
    margin-top: 40px;
  }
  .banner_home_right .cart-icon-cart .shop-cart{
    border-radius: 0;
  }
  .main-navigation{
    width: 48%;
    float: left;
    position: absolute !important;
    top: 120px;
    overflow: hidden;
  }
  .banner_home_right .cart-icon-cart .shop-item{
    right: 0;
    top: inherit;
    width: 100%;
    text-align: center;
  }
  .box-colum-nth1 .product_list .imges_cate{
    height: 255px;
  }
  .product_list .imges_cate img{
    height: 100%;
    object-fit: cover;
  }
  .box-colum-nth1 .product_list:first-child {
    padding-bottom: 30px;
  }
  .woocommerce li.product{
    width: 100% !important;
  }
  .heading{
    line-height: 30px;
  }
  .guarantee_colum{
    padding: 0 !important;
  }
  .guarantee_colum .guarantee_item{
    overflow: hidden;
    padding: 20px;
  }
  .views-cate{
    padding-bottom: 10px;
  }
  .box-face-skype .telephone a{
    font-size: 11px !important;
  }
  .box-face-skype .telephone a i{
    font-size: 14px !important;
  }
  .box-face-skype .face_book a{
    font-size: 10px !important;
  }
  .box-face-skype .face_book a{
    font-size: 9px !important;
  }
  .rt_woocommerce_tabs li a{
    font-size: 13px !important;
  }
  .popup{
    width: 96%;
    margin: 10px auto;
    height: 450px;
    overflow: auto;
  }
  .popup .content{
    max-height: initial;
  }
  .content .price del{
    text-align: right;
  }
  .rt_woocommerce_tabs li{
      width: 100%;
  }
  .title_pro_cate span{
    font-size: 22px;
  }
  .list_item_tab li{
    width: 49%;
    margin-bottom: 5px;
  }
  .list_item_tab{
    overflow: hidden;
  }
  .list_item_tab li:nth-child(odd){
    float: left;
  }
  .list_item_tab li:nth-child(even){
    float: right;
  }
  .views-cate{
    padding-top: 0 !important;
  }
  .product_home_parent .product_list .list_cate > a{
    width: 100%;
  }
  .product_home_parent .product_list .list_cate li{
    width: 50%;
    float: left;
    padding-left: 0 !important;
  }
  .product_home_parent .woocommerce li.product .rt_add_to_cart a{
    float: inherit !important;
  }
  .sidebar .widget_media_image img{
    width: 100%;
  }
  #layout{
    padding-top: 0;
  }
  .rt-news-style-1 .new-list .news-post .rt-post-image{
    width: 100%;
    padding-bottom: 5px;
  }
  .rt-news-style-1 .new-list .news-post .rt-post-content{
    width: 100%;
  }
  .woocommerce #reviews #comments h2{
    font-size: 20px !important;
  }
  .main-navigation{
  	height: 40px !important;
  	overflow: hidden;
  }
  .shop-cart{
  	height: 40px;
  	overflow: hidden;
  }

} 

@media screen and  (max-width: 568px) {
  
}

@media screen and  (max-width: 480px) {

}

@media screen and  (max-width: 414px) {
  .arc-news .new-list .news-post .img-post{
    width: 100%;
    margin: 0 auto 10px;
  }
  .arc-news .new-list .news-post .img-post img{
    width: 100%;
  }
}

@media screen and  (max-width: 320px) {

}