/*
/*

     _ _
    | \ | ___  _ _ _  ___ ___  ___  ___  ___  _ _
    |   |/ ._>| | | |<_-<| . \<_> || . \/ ._>| '_>
    |_\_|\___.|__/_/ /__/|  _/<___||  _/\___.|_|
                         |_|       |_|

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

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

ol li, ul li {
  list-style: inside;
}

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;
}
.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;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.metaslider {
    margin:0 auto;
}
/** Navigation **/
.wp-pagenavi {
  margin: 10px;
  text-align: center;
}
.wp-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wp-pagenavi ul li {
  list-style: none;
  display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  border: 1px solid #BFBFBF;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
}
.wp-pagenavi li a.page-numbers:hover, .wp-pagenavi .page-numbers.current {
  border-color: #E34E48;
  background: #E34E48;
  color: #fff;
}
/*
 * 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;
    width: 38px;
    height: 38px;
    background: url(images/backtop.png)no-repeat;

}
.backtotop i{
  display: none;
}
.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: 10px;
    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%);
}


/*--------------------------------------------------------------
##  Main Navigation & Primary Menu
--------------------------------------------------------------*/
.top_bar {
  background-color: #df2b2b;
  color: #fff;
}
.top_bar a {
  color: #fff;
}
.top_bar .box {
  padding-top: 9px;
  padding-bottom: 9px;
}
.top_bar .box:nth-child(2) {
	text-align: right;
}
.top_bar .box .fa {
  margin-right: 5px;
}
.site-branding {
  padding: 7px 0;
}
.site-branding .row {
  display: flex;
  align-items: center;
}
.site-branding .row:after, .site-branding .row:before {
	display: none;
}
/* style nav logo // menu */
.header-layout {
    width: 20%;
    float: left;
}
.nav-layout {
    width: 80%;
    float: right;
}

.main-navigation {
}
.primary-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

.primary-menu li a {
    color: #2f2f2f;
    font-size: 16px;
    padding: 0px 16px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    line-height: 88px;

}
.primary-menu > li > a{
      border-right: 1px solid #fff;
}
.primary-menu > li:last-child > a{
      border-right: 0;
}
.primary-menu li > a:hover,
.primary-menu li.current-menu-item > a {
  color: #ca4638;
}
.primary-menu li ul.sub-menu {
    z-index: 9999;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    padding-top: 7px;
    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 {
  background-color: #df2b2b;
  -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: 5px 10px;
    color: #fff;
    display: block;
    line-height: 25px;
}
.primary-menu li ul.sub-menu li > a:hover,
.primary-menu li ul.sub-menu li.current-menu-item > a {
  color: #eff000;
}
.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;
}

.primary-menu li ul.sub-menu 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;
    margin: 5px;
    background: #df2b2b;
    line-height: 30px;
}
.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: #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: 400;
    font-family: "Graphik-Medium";
}
.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 {
  margin-top: 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;
  height: 44px;
  overflow: hidden;
}
.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;
    max-height: 110px;
    overflow: hidden;
}
.rt-news-style-2 .new-list  .rt-post-content a.view-post{
  color: #df2b2b;
  display: inline-block;
  text-decoration: underline;
}
.more-link{
  display: none;
}
/* 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: 400;
}
.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;
    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: #df2b2b;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 37px;
    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: #00aced;
    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
--------------------------------------------------------------*/
.before-footer {
	background-color: #df2b2b;
	padding: 30px 0;
}
.block_form_info .row:before, .block_form_info .row:after {
	display: none;
}
.block_form_info .row {
	display: flex;
	align-items: center;
}
.before-footer .block_form_info .box_tit {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.before-footer .block_form_info .box_form .wpcf7-form-control:not(.wpcf7-submit) {
    width: 66%;
    height: 44px;
    border: none;
    padding: 5px 40px;
    margin: 0;
    float: left;
    margin-right: 5px;
    background: url(images/mail.png) left 10px center no-repeat;
    background-color: #fff;
}
.before-footer .block_form_info .box_form .wpcf7-submit {
    text-transform: none;
    background: #ff9000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    height: 44px;
    line-height: 44px;
    padding: 0;
    width: 155px;
    float: left;
}
.before-footer .wpcf7-not-valid-tip {
	display: none;
}
.before-footer div.wpcf7-response-output {
	color: #fff;
}
.site-footer {
    padding: 10px 0;
    background-color: #09649b;
    border-top: 1px solid #fff;
}
.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: 20px 1%;
}
.site-footer .footer-1{
    width: 25%;
    padding-left: 0;
    padding-right: 5%;
}
.site-footer .footer-1 .rt_icon_cc{
  padding-top: 20px;
}
.site-footer .footer-2{
    width: 20%;
    padding: 20px 1%;
}
.site-footer .footer-3{
    width: 20%;
    padding-top: 80px;
    padding-right: 1%;
}
.site-footer .footer-4{
  width: 35%;
}
.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 a:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    margin-right: 6px;
    color: #fff;
    display: none;
}
.site-footer .rt-footer ul li ul{
    display: none;
}
.site-footer .rt-footer h2{
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer .rt-footer p{
    margin: 0;
    line-height: 30px;
}
.site-footer .rt-footer p i{
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.site-footer .widget {
    margin-bottom: 0;
    color: #fff;
}

.site-footer .widget-title {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
    margin: 10px 0 10px;
    font-size: 17px;
    text-align: left;
    padding: 0;
    line-height: inherit;
    font-weight: normal;
    text-transform: uppercase;
}
.site-footer .footer-1 .widget-title {
	font-size: 15px;
}
.site-footer .widget-title:after {
	content: '';
	display: block;
	width: 62px;
	height: 2px;
	background-color: #d50000;
	margin-top: 10px;
}

.facebook_like {
	overflow: hidden;
}



/*--------------------------------------------------------------
##  Copyright
--------------------------------------------------------------*/
.copyright {
    padding: 20px 10px !important;
    position: relative;
    background: #07486f;
    color: #fff;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.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: #222;
    position: fixed;
    width: 250px;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-250px);
    -transform: translate(-250px);
    -o-transform: translate(-250px);
    transform: translate(-250px);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 999999;
    overflow: auto;
}

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

.close-menu {
    background: #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: none !important;
    color: #2a2a2a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.heading a{
    color: #333333;
    font-size: 25px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading:after {
  content: '';
  width: 401px;
  height: 1px;
  background-color: #c8c8c8;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.heading:before{
  content: '';
  width: 159px;
  height: 3px;
  position: absolute;
  background-color: #df2b2b;
    display: block;
    margin: 0 auto;
    bottom: -1px;
    left: 0;
    right: 0;
}
/* News post*/
.list {
	margin-top: 4em;
}
.list .news-post {
    margin-bottom: 10px;
}
.list .news-post p {
    text-align: justify;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    font-weight: 300;
}
.list .news-post p:hover{
  color: #ffff;
}
.list .news-post .news-title, .list .news-post .news-title a {
    color: #000;
    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;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
} 
.list .news-post:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*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-small .post-thumbnail {
  width: 29%;
  float: left;
  margin-right: 10px;
}
.content_style_2 .news-post-small .post-thumbnail img {
	height: 113px;
	object-fit: cover;
	width: 100%
}

.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;
  height: 255px;
  object-fit: cover;
}
.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 -15px;
}
.content_style_4 .news-post {
   padding: 0 15px;
}
.content_style_4 .news-post:nth-child(4n+1) {
    clear: both;
}
.content_style_4 .news-post .box {
}
.content_style_4 .news-post .box .post-thumbnail img {
    width: 100%;
    border: none;
    height: 191px;
    object-fit: cover;
}
.content_style_4 .news-post .content{
    position: absolute;
    bottom: 0;
    width: 90%;
    overflow: hidden;
    background-image: linear-gradient(#615e5e66, #161718bf);
}
.content_style_4 .news-post .box .news-title {
    display: block;
    line-height: 24px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 15px;
}
.content_style_4 .news-post:hover .box .news-title {
	color: #fff;
}
.content_style_4 .news-post .box p {
	color: #969696;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
  display: none;
}
.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;
}
.banner_rt {
	margin: 15px 0;
}
/*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-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: 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;
}
/*
list-post-related 
*/
.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;
  font-family: "Graphik-Medium";
    display: block;
    line-height: 23px;
}
.list-post-related li p {
    font-size: 13px;
}
.related-post ul li a.more-link {
    display: none;
}

/*
post_tags
*/
.post_tags{
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
.post_tags span{
  margin-right: 15px;

}
.post_tags a{
    color: #ef0000;
    font-size: 14px;

    padding: 0 5px;
}
.categories_post span{
  padding-left: 15px;
  background: url(images/ic.png)left center no-repeat;
}
/*
form-lienhe
*/
.form-lienhe textarea{
    height: 80px;
    padding: 5px;
}
.form-lienhe  input[type='text'],
.form-lienhe  input[type='email']{
  padding: 0 5px;
  height: 30px;
}
.form-lienhe  input[type='submit'] {
  padding: 5px 10px;
  width: 150px;
  border-radius: 0;
}
/*
list-unstyled
*/
.list-unstyled{
  margin: 0 -10px;
}
/*
hidden-lg 
*/
.hidden-lg {
    float: left;
    overflow: hidden;
    text-align: center;
}
.rt-navbar-toggle {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    float: none;
}
.img_logo_menu{
    width: 160px;
    margin: auto;
}
.logo_banner{
  display: none;
}

/**********icon cart************/

.cart-icon-cart {
    width: 30px;
    position: absolute;
    top: 14px;
    right: 0;
}

.shop-cart {
    position: relative;
    background: url(images/bg-top-cart.png) no-repeat;
    padding: 0;
}
.shop-cart a {
    color: #333;
    line-height: 18px;
    font-size: 13px;
    display: block;
}
.shop-cart .shop-item {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 999;
    display: block;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s linear;
    overflow: auto;
    height: auto;
    max-height: 150px;
    width: 300px;
    border: 1px solid #ccc;
    padding: 0;
    display: none;

}
.shop-cart .shop-item ul {
    margin: 0;
    padding: 0;

}
.shop-cart .shop-item ul li {
    clear: both;
    list-style: none;
    margin-bottom: 0px;
    display: block;
    padding: 5px 5px;
}
.shop-cart .shop-item .remove {
    float: right;
    color: #ef233c;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.shop-cart .shop-item .image-item-product {
    width: 80px;
    float: left;
}
.shop-cart .shop-item .info-item-product {
    line-height: 20px;
}
.shop-cart .shop-item .image-item-product a {
    display: inline-block;
}
.shop-cart .shop-item ul li img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    float: left;
    margin: 0px 5px 0 0;
}
.shop-cart .shop-item .info-item-product a {
    font-size: 13px;
    color: #333;
}
.shop-cart .shop-item ul li .quantity {
    display: block;
    font-size: 12px;
    color: #ef233c;
    font-weight: 500;
    margin-top: 3px;
    line-height: 18px;


}
.shop-cart .shop-item ul li .quantity span.woocommerce-Price-amount{
    color: #333;
}
.shop-cart:hover .shop-item {
    visibility: visible;
    opacity: 1;
}
/*
top_header_menu
*/
.top_header_menu ul{
  overflow: hidden;
  text-align: center;
}
.top_header_menu ul li{
    list-style: none;
    display: inline-block;
}
.top_header_menu ul li a{
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
}
.top_header_menu ul ul{
  display: none;
}
/*************************/
.news_home_form {
  color: #fff;
  margin-bottom: 30px;
}
.news_home_form .block_article .col-md-9{
  background-color: #09649b;
  padding: 0;
}
.block_article {
	overflow: hidden;
	padding: 0 2px;
}
.block_article .list {
  margin: 0;
}
.block_article .box {
  margin-top: 3em;
}
.block_article .heading {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.block_article .heading a {
  color: #fff;
}
.block_article .heading:after {
  background-color: #fff;
}
.block_article .heading:before{
  background-color: #d50000;
}
.block_article .box .list-news {
    overflow: hidden;
    padding: 0px 20px;
}
.block_article .box .left, .block_article .box .right {
  padding: 0 9px;
}
.block_article .box .left {
  width: 40%;
  float: left;
}
.block_article .box .right {
  width: 60%;
  float: left;
}
.block_article .box .post-thumbnail {
  border: 1px solid #254d75;
  box-shadow: 0px 0px 3px 2px #254d75;
}
.block_article .box .right .news-post-small {
	display: flex;
}
.block_article .box .right .news-post-small .content {
	width: 70%;
}
.block_article .box .news-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.block_article .box .news-post:last-child{
  margin: 0;
}
.block_article .list .news-post .news-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif !important;
}
.block_article .list .news-post .news-title:hover{
  color: red;
}
.block_article .list .left .news-post .news-title {
  clear: both;
  margin: 10px 0;
}
.block_article .list .left .news-post .post-thumbnail {
  margin-bottom: 10px;
}
/*********************************************/
.hotline {
	font-size: 29px;
  background-color: #df2b2b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
	margin-bottom: 30px;
}
.hotline a {
	color: #fff;
}
.hotline .fa {
	font-weight: normal;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	font-size: 17px;
	border: 2px solid #fff;
}
.fomr-tuvan {
	background-color: #f4f4f4;
	padding-bottom: 20px;
}
.title-fomr {
	background-color: #df2b2b;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #1b3855;
	padding: 9px 0;
}
.fomr-tuvan > div {
	padding: 0 15px;
}
.fomr-tuvan .wpcf7-form-control:not(.wpcf7-submit) {
	height: 39px;
	border: 1px solid #eaeaea;
	margin: 8px 0;
	padding: 3px 10px;
	color: #333;
}
.fomr-tuvan .wpcf7-form-control.wpcf7-textarea:not(.wpcf7-submit) {
	height: 85px;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #df2b2b;
	border-radius: 0;
	width: 114px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0;
}
div>.screen-reader-response {
	display: none;
}

div.wpcf7 .ajax-loader {
  display: none;
}

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

/***********************************************/
.block__video {

    padding: 30px 0 0;

}
.block__video .product_item {
	position: relative;
}
.block__video .product_item .vid {
	display: block;
	position: relative;
}
.block__video .product_item .vid .icon_vid {
	background-image: url(images/icv.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.block__video .product_item_0 .vid .icon_vid {
	background-image: url(images/icv2.png);
}
.block__video .product_item img {
	height: 188px;
	object-fit: cover;
	width: 100%;
}
.block__video .product_item_0 img {
	height: 403px;
	object-fit: cover;
	width: 100%;
}
.block__video .headings {
	color: #2a2a2a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
}
.block__video .headings:after {
    content: '';
    width: 401px;
    height: 1px;
    background-color: #c8c8c8;
    display: block;
    margin-top: 10px;
}
.block__video .headings:before {
	content: '';
    width: 159px;
    height: 3px;
    position: relative;
    background-color: #df2b2b;
    top: 27px;
    display: block;
}
.block__video .cont {
	text-align: justify;
	margin-bottom: 15px;
	height: 154px;
	line-height: 22px;
	overflow: hidden;
}
/************************************************/
.block__support {
	background-image: url(images/bg-1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}
.box__support .item {
	text-align: center;
	color: #fff;
}
.box__support .support_img {
	margin-bottom: 10px;
}
.box__support .support_img img {
	height: 290px;
	object-fit: cover;
	width: 100%;
	border: 5px solid #fff;
}
.box__support .support_name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.box__support .support_phone, .box__support .support_phone a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.box__support__content {
	border-top: 1px solid #4d5dac;
	position: relative;
	padding: 2em 0 0.5em;
    margin-top: 2em;
    color: #fff;
}
.box__support__content:before {
	width: 100%;
	height: 1px;
	content: '';
	background-color: #203369;
	position: absolute;
	top: 0;
	left: 0;
}
.box__support__content a {
	color: #fff;
}
/********************************************/
.block__camket {
	padding: 4em 0;
}
.block__camket .box {
	border-top: 1px solid #dedede;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.block__camket .item:first-child .box, .block__camket .item:nth-child(2) .box {
	border-top: none;
}
.block__camket .box .camket_img {
	width: 25%;
	margin-right: 10px;
	overflow: hidden;
}
.block__camket .box .camket_img img{
	-webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.block__camket .box:hover .camket_img img{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.block__camket .box .item__camket {
	width: 75%;
}
.block__camket .box .item__camket .camket_name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.block__camket .box .item__camket .camket_content {
	color: #7b7b7b;
}

.rt_partner .widget {
	margin-top: 1.5em;
}
.rt_partner .slick-list {
	border: 1px solid #d2d2d2;
	padding: 0 10px;
}
.rt_partner .img-partner img {
	border: 1px solid #d2d2d2;
}
.rt_partner .image-partner .slick-prev {
	background-image: url(images/prev2.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 42px;
	left: -6px;
}
.rt_partner .image-partner .slick-prev:before {
	text-indent: -99999px;
}
.rt_partner .image-partner .slick-next {
	background-image: url(images/next2.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 42px;
	right: -6px;
}
.rt_partner .image-partner .slick-next:before {
	text-indent: -99999px;
}

/*Fix 1/11/2018*/
.cate_des.max_height {
  height: 70px;
  overflow: hidden;
}
#cate_button_1,#cate_button_2 {
  text-align: center;
  padding: 30px 0;
}
#cate_button_1 a,#cate_button_2 .dis_content {
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  background: #df2b2b;
  margin: 20px 0;
  cursor: pointer;
}
#cate_button_2 .dis_content {
	padding: 10px 51px;
}
#cate_button_1 a:hover,#cate_button_2 .dis_content:hover {
  background: #76b51b;
  color: #fff;
}
#cate_button_2.dis_block {
  display: none;
}
#cate_button_1.dislay {
  display: none;
}
#cate_button_1 {
	display: none;
}
.an #cate_button_1 {
	display: block;
}
#cate_button_2 {
  display: block;
}
.them #cate_button_1 {
  display: none;
}
.them #cate_button_2 {
  display: block;
}
.single_post {
  padding: 10px 0;
}
.rt-social {
  display: none;
}
/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 6px 16px;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 15px;
  background: #ececec;
  font-weight: 500;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #09649b;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.new-home .tab{
  margin-bottom: 15px;
  text-align: center;
}
.tabcontent .content_style_4 {
  margin: 0;
}
.related-post{
  margin-bottom: 30px;
}