/* main */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,300i,400,400i,700,700i&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700,700i&subset=vietnamese');
body {
    color: #1f1f1f;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'IcoFont';
  src: url(../fonts/icofont.ttf);
}
a {
    color: #1f1f1f;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
ol, ul {
  margin: 0;
}

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,
th,
td {
  text-align: left;
}
::-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;
}
.site-container {
  overflow: hidden;
}
.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-bottom: 10px;
  clear: both;
}
/** Navigation **/
.wp-pagenavi {
  margin: 10px 20px;
  text-align: left;
}
.wp-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wp-pagenavi ul li {
  list-style: none;
  display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #949494;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}
.wp-pagenavi li a.page-numbers:hover, .wp-pagenavi .page-numbers.current {
  border-color: #a74a2e;
  background: #a74a2e;
  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: 90px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #ed1c24;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.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; 
}*/


.home #layout {
    padding-top: 1px;
}
#layout {
    padding-top: 10px;
}
.sidebar-left .widget-area img{
  width: 100% !important;

 }
.sidebar-left .widget-area .rt-post-category img{
  height: 165px;
  object-fit: cover;
  padding-bottom: 12px;
}

@media (min-width: 992px) {
    .sidebar_left {
      width: 21.7%;
      float: left;
      padding-right: 10px;
    }
    .sidebar_right {
      width: 78.3%;
      float: left;
      padding-left: 15px;
    }
    .content-area {
        width: 78.3%;
        float: left;
    }

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

    .sidebar-left .content-area {
        left: 21.7%;
        padding-left: 15px;
        padding-right: 0;
    }

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

.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 {
}

.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: 600;
    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%);
}


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

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

.main-navigation {
  padding: 14px 0;
}
.primary-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    float: right;
}

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

.primary-menu > li {
    display: inline-block;
}

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

.primary-menu li a {
    color: #a4a3a3;
    font-size: 16px;
    display: block;
    padding: 12.5px 25px;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
}
/*.primary-menu > li > a:before {
    content: "";
    background: #F7941E;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.primary-menu > li:hover > a:before {
    width: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/
.primary-menu li > a:hover,
.primary-menu li.current-menu-item > a {
    color: #bf0104;
}
.primary-menu li ul.sub-menu {
    z-index: 9999;
    float: left;
    text-align: left;
    list-style: none;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 240px;
    border-top:none;
    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 a{
  display: block;
  border-top:1px solid #ccc;
}
.primary-menu li ul.sub-menu li a:hover {
    background: #c60103 !important;
    color: #fff !important;
}
.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 {
  padding: 8px 15px;
  font-size: 14px;
  color: #333 !important;
  text-transform: none;
}
.primary-menu li ul.sub-menu li:hover a {
  /*color: #fff !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;
}
.primary-menu > li > ul.sub-menu > li:hover  a {
  color: #fff;
}
.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 10px;
    margin: 0px;
    background: #f61f28;
    line-height: 30px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 9;
}
.mobile-menu-no-search span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}
.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: #a74a2e;
    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 {
}
/* post */
.rt-news .new-list .news-post {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.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: 600;
}
.rt-news .new-list .news-post:hover .title {
	color: #a74a2e;
}
.rt-news .new-list .news-post .rt-post-image {
    width: 20%;
    float: left;
}
.rt-news .new-list .news-post .rt-post-image img {
  width: 100%;
}
.rt-news .new-list .news-post .rt-post-content {
    width: 78%;
    float: right;
}
.rt-news .new-list .news-post .more-link {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #ff9900;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 3px;
}
/* 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;
}

/*--------------------------------------------------------------
#  Widgets
--------------------------------------------------------------*/
.sidebar .widget {
    margin-bottom: 1.5em;
    clear: both;
}
.sidebar .widget > div {
  background-color: #fff;
}
.sidebar .widget > div.sidebar_menu_class {
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
}
.sidebar .widget ul {
    padding-left: 0;
    list-style: none;
}
.box_sidebar_menu .sidebar .widget-title {
    background: #ed1c24;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0;
    margin-bottom: 1px;
    font-weight: bold;
    padding: 21.5px 10px;
    margin-bottom: 10px;
    position: relative;
}

.widget-area.sidebar .widget-title {
    color: #272727;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #d2d2d2;
    position: relative;
    padding: 6px 0;
}
.widget-area.sidebar .widget-title:after {
  content: '';
  height: 2px;
  width: 77px;
  background-color: #ed1c24;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.sidebar .widget-title a {
    color: #fff;
}
.sidebar .widget_media_image {
  text-align: center;
}
.ckkh {
  background-color: #f8f8f8;
}
.ckkh .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #848484;
  padding: 10px;
  border-bottom: 1px dashed #dadada;
}
.ckkh .box i {
font-size: 42px;
    margin-right: 10px;
    color: #bc000b;
}
 .title {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.ckkh .box .cnt a{
  font-size: 16px;
  line-height: 22px;
  color: #bf0104;
  font-weight: 500;
}
/*---.ckkh .box
-----------------------------------------------------------
#  Widget Nav Menu
--------------------------------------------------------------*/
.sidebar .widget_nav_menu .menu {
   border: 1px solid #ebebeb;
   background: #f8f8f8;
}

.sidebar .widget_nav_menu .menu li:last-child {
  background: transparent;
}
.sidebar .widget_nav_menu ul li, .sidebar ul.menu li {
  position: relative;
  list-style: none;
}
.sidebar .widget .image-adv .image-item {
    margin-bottom: 20px;
}
.sidebar .widget .image-adv .image-item:last-child {
    margin-bottom: 0;
}
.widget-area.sidebar .support-online-widget .widget-title {
    margin: 0;
background-image: linear-gradient(#d20102,#b50105);
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-bottom: 0;
}
.widget-area.sidebar .support-online-widget .widget-title:after {
    content: "";
    background: transparent;
}
.sidebar .widget > div.gd_support_2 {
    background: #e5101d;
}
.sidebar .widget_nav_menu .menu li a {
    padding: 8px 15px 8px 25px;
    display: block;
    font-size: 15px;
    color: #222222;
    text-transform: uppercase;
    border-bottom: 1px dashed #ebebeb;
    background: url(images/ck.png) 8px 17px no-repeat;
    font-weight: 500;
}
.sidebar .widget_nav_menu .menu li a:hover {
  color: #bf0104;
}
.sidebar .widget_nav_menu .menu li a i {
  color: #a74a2e;
}
.sidebar ul.menu li:last-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;
}
/*.sidebar ul.menu li:before {
  position: absolute;
  font-family: 'FontAweSome';
  content: "+";
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #333;
}*/
/*--------------------------------------------------------------
#  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;
}
.widget_countperday_widget .cpd li {
	list-style: none;
	padding: 5px 15px;
}
/* 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: #bf0104;
    color: #fff;
    border: none;
    padding: 5px 40px;
    border-radius: 0;
}
.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.no-slide .products > li{
    margin: 0 0 3px 0;
    padding: 10px 0px;
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
}
.rt-product-category > .product-widget.no-slide .products > li:last-child {
  border-bottom: none;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item{
  overflow: hidden;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item .rt_onsale {
  display: none;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item .rt_woocommerce_title {
  margin-top: 0;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item .rt-thumb{
    float: left;
    width: 85px;
    margin-right: 10px;
    display: table;
    height: 85px;
    border: 1px solid #ccc;
    position: relative;
} 
.rt-product-category > .product-widget.no-slide .products > li .product_item .rt-thumb > img{
    width: 100%;
    height: 85px;
    max-height: 85px;
    object-fit: cover;
    margin-bottom: 0;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content{
    padding: 0;
    float: right;
    text-align: left;
    width: calc(100% - 85px - 10px);
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content h3 a{
    line-height: 18px;
    height: 36px;
    text-align: left;
    font-size: 13px;
    display: block;
    overflow: hidden;
} 
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content .rt_add_to_cart {
    display: none;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content .price {
  margin: 0;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content ins,
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content del{
    display: block;
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 20px;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content ins {
  text-decoration: none;
  color: #ef0000;
  font-size: 15px;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content ins span{
    font-size: 13px;
}
.rt-product-category > .product-widget.no-slide .products > li .product_item  .content  .price span{
  width: 100%;
}

*/
/*************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 > 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: 36px;
    text-align: left;
    font-size: 13px;
    display: block;
    overflow: hidden;
} 
.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 {
  text-decoration: none;
  color: #ef0000;
}
.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
--------------------------------------------------------------*/
.before-footer {
	background-color: #a74a2e;
	padding: 30px 0;
	color: #fff;
}
.before-footer .rt-before-footer {
	width: 33.33333%;
	float: left;
}
.before-footer .rt-before-footer a {
	color: #fff;
}
.before-footer .before-footer-1 {
	font-size: 17px;
	color: #fff;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.before-footer .rt-before-footer p {
	margin-bottom: 0;
}
.before-footer .before-footer-3 {
	text-align: center;
	font-size: 20px;
}
.before-footer .rt-before-footer .fa {
	margin: 0 10px;
}
.before-footer .rt-before-footer .wpcf7-form-control:not(.wpcf7-submit) {
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	width: 70%;
	float: left;
	font-size: 15px;
}
.before-footer .rt-before-footer .wpcf7-submit {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding: 0 5px;
	margin-left: 10px;
	font-size: 15px;
}
.before-footer .rt-before-footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.before-footer .rt-before-footer ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.before-footer .rt-before-footer :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.before-footer .rt-before-footer :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7-not-valid-tip {
  display: block;
  clear: both;
  display: none;
}

.site-footer {
    background:url(images/ft.png) no-repeat;
    background-size: cover;
    padding: 20px 0;
    position: relative;
}
.footer_2 .menu{
  padding: 20px 0;
}
.footer_2 .widget_nav_menu{
  border-top: 1px solid #fa1321;
  text-align: right;
}
.footer_2 .widget_nav_menu a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer_2 .widget_nav_menu li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 15px;
}
.footer_2 .widget_nav_menu li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.bg_hotline {
    color: #0d3357;
    font-size: 23px;
    text-align: right;
}
.bg_hotline img{
  width: 100%;
}
.bg_hotline a {
  color: #0d3357;
  font-size: 0;
}
.site-footer:before {
  content: '';
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  position: absolute;
  top: -5px;
  left: 0;
}
.site-footer .rt-footer {
    float: left;
    padding: 10px 20px;
}
.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%;
}
.site-footer .footer-row-4 .footer-1 {
	width: 35%;
  padding-left: 0;
}
.site-footer .footer-row-4 .footer-2, .site-footer .footer-row-4 .footer-3 {
	width: 19%;
}
.site-footer .footer-row-4 .footer-4 {
	width: 27%;
  padding-right: 0;
}
.site-footer .rt-footer,
.site-footer .widget {
    margin-bottom: 0;
    color: #fff;
}
.site-footer .widget li {
	list-style: none;
	padding: 6.5px 0;
  line-height: 26px;
  border-bottom: 1px solid #fa1321;
}
.site-footer .widget li span,.site-footer .widget li a{
  color: #fff !important;
}
.site-footer .widget li:last-child {
  border: none;
}
.site-footer .widget li ul {
  display: none;
}
.site-footer .widget li:before {
  content: '\f105';
  font-family: 'FontAweSome';
  color: #fff;
  margin-right: 5px;
}
.site-footer .widget li:hover a {
	color: #eff000;
}
.site-footer .widget a {
  color: #fff;
}
.site-footer .widget h6{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid #fa1321;
}
.site-footer .widget p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.site-footer .widget p:last-child {
	margin-bottom: 0;
}
.site-footer .widget-title {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
    border-left: 3px solid #fff;
    padding-left: 10px;
    margin: 15px 0;
}
.footer_2 {
  background: url(images/mft.png) no-repeat;
}
.site-footer hr {
  border-top: 1px solid #ffffff;
  margin: 15px 0;
}
.site-footer .widget .fa {
  margin-right: : 5px;
}
.site-footer .widget .wpcf7 {
  margin: 10px 0;
  position: relative;
}
.site-footer .widget .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  border: none;
  height: 35px;
  border-radius: 4px;
  padding: 5px;
}
.site-footer .widget .wpcf7-form-control.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(images/ten.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 6px 25px;
}
.rt_share{
  text-align: right;
  padding-top: 25px;
}
.rt_share i{
  margin-left: 8px;
  font-size: 18px;
}
/*.site-footer .widget-title:after {
	content: '';
	display: block;
	width: 61px;
	height: 2px;
	background-color: #a74a2e;
	margin-top: 10px;
}*/
.facebook_like {
	overflow: hidden;
}
.fb_iframe_widget iframe {
	position: initial !important;
}

.search-value .news-post {
  text-align: center;
  margin: 15px 0;
}
.search-value .news-post img {
  height: 240px;
}
.search-value .news-post .title {
  display: block;
  height: 40px;
  line-height: 20px;
  margin-top: 10px;
}
/*--------------------------------------------------------------
##  Copyright
--------------------------------------------------------------*/
.copyright {
    padding: 0 15px;
    position: relative;
        background-image: linear-gradient(#d20102,#b50105);
}

.copyright a {
    color: #fff;
}

.copyright .container {
    position: relative;
    max-width: 100%;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright-left {
    color: white;
}



.copyright-right a {
    color: white;
}

/*--------------------------------------------------------------
##  Mobile Menu
--------------------------------------------------------------*/
.mobile-menu-container,
.vertical-mega-mobile-menu {
    background: #a74a2e;
    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: #f61f28;
    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: #fff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 0;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.heading a {
    color: #333;
}
.archive .heading {
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #d2d2d2;
}
.heading.hd-float {
    padding: 0px;
    border: none;
    border-bottom: 1px solid #bd0104;
}
.hd-float {
	background: #fff;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.hd-float .tits {
	float: left;
  padding: 8.5px 20px;
      background-image: linear-gradient(#d20102,#b50105);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.hd-float .tits:after {
  content: '';
  background: url(images/after.jpg) no-repeat;
  width: 23px;
  height: 35px;
  position: absolute;
  right: -22px;
  top: 0;
}
.hd-float .tits a {
  color: #fff;
}
.hd-float .parent {
	float: right;
  padding: 8.5px 0;
}
.hd-float ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	text-transform: none;
	margin-left: 10px;
  border-left: 1px solid #919191;
  padding-left: 10px;
  color: #919191;
}
.hd-float ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.hd-float ul li:hover a {
	color: #a74a2e;
}
.product_list .home-product {
	clear: both;
}
/* 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 {
  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: 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: #a74a2e;
}
.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: #a74a2e;
}
.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-work {
  font-style: italic;
}
/************************/
.top_bar img {
  width: 100%;
}
.top_bar .widget {
  padding: 10px 0;
}
.site-branding {
    padding: 10px 0;

}
.site-branding .header-main{
    width: 45%;
    float: left;
    padding: 0;
}
.site-branding .nav-main{
  width: 55%;
  float: right;
}
.site-branding .col-box img {
	margin-top: 6px;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rt_hotline {
  font-size: 19px;
}
.woocommerce-product-search {
    position: relative;
    height: 35px;
}

.woocommerce-product-search .search-field {
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 5.5px 10px;
    position: absolute;
    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;
    border-radius: 30px;
}

.woocommerce-product-search .search-submit {
    border: 0;
    background: transparent;
    color: #333;
    font-weight: 600;
    padding: 4px 9px;
    margin-right: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    background-color: #fff;
    color: #0d3357;
    border-radius: 50%;
}

.box_cart {
  font-size: 14px;
  position: relative;
  color: #fff;
}
.box_cart i {
  color: #0d3357;
  background-color: #ffeb09;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.box_cart a {
  color: #fff;
}
.col-search {
  padding: 0 8%;
}
/************************/
.group_field .block_box {
	margin-bottom: 15px;
}
.group_field .block_box img {
	height: 185px;
	object-fit: cover;
	width: 100%;
}
.group_field .block_box .box a {
  overflow: hidden;
  display: block;
  position: relative;
}
.group_field .block_box .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;
}
.group_field .block_box .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;
}
.group_field .block_box .box:hover a:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}
.group_field .block_box .box:hover a:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}
/******************/
.site-main {
	background-color: #fff;
}
/*.home .site-main {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
	border: none;
}*/
.single-product .site-main {
	padding: 10px 20px;
}
.archive .list-unstyled {
}
.product_home  {
	background-color: #fff;
	overflow: hidden;
}
.read_all {
	color: #333;
  float: right;
  font-size: 14px;
  text-transform: none;
  margin-top: 10px;
  padding-right: 18px;
  background: url(images/nn.png) right 0px no-repeat;
}

.product_home .woocommerce li.product .rt-thumb img {
    height: 210px;
    border: 1px solid #e0e0e0;
    object-fit: cover;
}
.product_home_2 .product_list {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 3em;
	overflow: hidden;
}
.product_home_2 .product_list:last-child {
	margin-bottom: 2em;
}
.product_home_2 .block_product {
	padding: 20px;
	overflow: hidden;
}
.product_home_2 .product_list .home-product {
	width: 69%;
	float: left;
	padding-right: 20px;
	position: relative;
}
.product_home_2 .product_list .home-product .read_all {
	color: #a74a2e;
	position: absolute;
	right: 25px;
	bottom: 0px;
}
.product_home_2 .product_list .box_img {
	width: 31%;
    float: right;
}

.product_home_2 .product_list .home-product {
	width: 69%;
	float: left;
	padding-right: 20px;
}
.product_home_2 .product_list .box_img {
	width: 31%;
    float: right;
}
.product_home_2 .product_list .box_img a {
  overflow: hidden;
  display: block;
  position: relative;
}
.product_home_2 .product_list .box_img 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;
}
.product_home_2 .product_list .box_img 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;
}
.product_home_2 .product_list .box_img:hover a:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}
.product_home_2 .product_list .box_img:hover a:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.product_home_2 .product_list_1 .home-product, .product_home_2 .product_list_3 .home-product, .product_home_2 .product_list_5 .home-product {
	width: 69%;
	float: right;
	padding-left: 20px;
}
.product_home_2 .product_list_1 .box_img, .product_home_2 .product_list_3 .box_img, .product_home_2 .product_list_5 .box_img {
	width: 31%;
    float: left;
}
.product_home_2 .product_list .woocommerce li.product {
	margin: 0 0 30px 0;
}
.product_home_2 .product_list .woocommerce li.product:nth-child(2n+1), .product_home_2 .product_list .woocommerce li.product:last-child {
	margin-bottom: 0;
}
.product_home_2 .woocommerce li.product .rt-thumb img {
	height: 230px;
}
.product_home_2 .product_list .woocommerce li.product .rt-tooltip {
	width: 45%;
    float: left;
    margin-right: 30px;
}
.product_home_2 .product_list .woocommerce li.product .content {
	float: left;
    width: 45%;
}
/*************************/
.group_field_2 {
	margin-bottom: 0.5em;
}
.group_partner {
	margin-bottom: 2em;
}
.group_partner .group-row {
	margin: 0 -4px;
}
.group_partner .group-box {
	margin: 4px 0;
	padding: 0 4px;
}
.group_partner .group-box .img {
    display: block;
    overflow: hidden;
    position: relative;
}
.group_partner .group-box img {
	border: 1px solid #e0e0e0;
	height: 182px;
	object-fit: cover;
	width: 100%;
}
.group_partner .group-box .img: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;
}
.group_partner .group-box .img: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;
}
.group_partner .group-box .img:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}
.group_partner .group-box .img:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}
.tooltip_image img {
	height: 500px;
}
/******************/
.new-list, .box_entry {
	padding: 10px 20px;
}

.box_sidebar_menu {
  position: relative;
  overflow: hidden;
}
.box_sidebar_menu:before {
  content: '';
  width: 100%;
  height: 60px;
      background-image: linear-gradient(#d20102,#b50105);
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar_right .row {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top_bar {
      background-image: linear-gradient(#d20102,#b50105);
  color: #fff;
}
.top_bar .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_bar .box a {
  color: #fff;
}
.top_bar .box li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 15px;
}
.top_bar .box li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.bg_hotline {
    color: #0d3357;
    font-size: 23px;
    text-align: right;
    margin-bottom: 40px;
}
.bg_hotline a {
  color: #0d3357;
  font-size: 0;
}
.rt_ft_icon{
  text-align: right;
  padding-top: 12px;
}
.rt_ft_icon a{
    margin-left: 5px;
}



.home-img-qc {
  padding: 20px 0;
  overflow: hidden;
}
.home-img-qc .home_ads .row-1, .home-img-qc .home_ads .row-3 {
  width: 27.5%;
  float: left;  
}
.home-img-qc .home_ads .row-1 .img, .home-img-qc .home_ads .row-3 .img {
  margin-bottom: 20px;
  display: block;
}
.home-img-qc .home_ads .row-1 img, .home-img-qc .home_ads .row-3 img {
  height: 179px;
  width: 100%;
}
.home-img-qc .home_ads .row-2 {
  width: 44.7%;
  float: left;
  padding: 0 20px;
}
.home-img-qc .home_ads .row-2 img {
  height: 378px;
  width: 100%;
}

.img {
    display: block;
    overflow: hidden;
    position: relative;
}
.img: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;
}
.img: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;
}
.img:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}
.img:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}

.rt__footer .widget {
  margin: 2em 0;
  clear: both;
}
.rt__footer .img-partner img {

}

.rt__footer .widget-title {
    background: #fff;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #bf0104;
}
.rt__footer .widget-title span {
    float: left;
    padding: 8.5px 20px;
        background-image: linear-gradient(#d20102,#b50105);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.rt__footer .widget-title span:after {
    content: '';
    background: url(images/after.jpg) no-repeat;
    width: 28px;
    height: 35px;
    position: absolute;
    right: -25px;
    top: 0;
}
.rt__footer .rt-product-category .slick-list {
  margin: 0 -10px;
}
.rt__footer .rt-product-category .slick-prev {
  top: -25px;
  right: 25px;
  left: auto;
  width: auto;
}
.rt__footer .rt-product-category .slick-prev:before {
  color: #bf0105;
}
.rt__footer .rt-product-category .slick-next {
  top: -25px;
  right: 0px;
  width: auto;
}
.rt__footer .rt-product-category .slick-next:before {
  color: #bf0105;
}



/*
tab content
*/
.product_cate_tab{
  position: relative;
}
.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;
    margin: 0 0 1px 0;
    overflow: hidden;
}

.list_item_tab li{
    list-style: none;
    float: left;
    color: #333;
    position: relative;
    margin-right: 2px;
}
.list_item_tab li a{
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    color: #919191;
    text-align: center;
}
.list_item_tab li.current a{
  color: #154054;
}
.rt_slide_product{
  overflow: hidden;
}
.rt_slide_product .rt_slide{
  /*width: 673px;*/
  /*float: left;*/
  width: 100%;
}
.rt_slide_product .rt_product_pro{
  width: calc(100% - 681px);
  display: none;
  float: right;
}
.rt_slide_product .rt_product_pro .products li{
  border-bottom: none !important;
  background:#f6f6f6;
}
.rt_slide_product .rt_product_pro .products li:nth-child(1){
  margin-bottom: 15px !important;
}
.rt_slide_product .rt_product_pro .products li .product_item{
  padding: 22px 15px !important;
}
.rt_slide_product .rt_product_pro .products li .product_item .content{
  float: left !important;
  padding-right: 10px !important;
}
.rt_slide_product .rt_product_pro .products li .product_item .rt-thumb{
  float: right !important;
  margin-right: 0 !important;
}
.rt_slide_product .rt_product_pro .products li .rt_add_to_cart{
  display: block !important;
}
.rt_slide_product .rt_product_pro .products li .rt_add_to_cart a.view_product{
  display: block !important;
  background:none;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  color: #e84b35;
  padding: 0;
}
