/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
  font-family: "Roboto-Bold";
  src:url(fonts/Roboto-Bold.ttf);
}

body{
  color: #333;
  font-weight: 400;
  font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  color: #333;
  font-family: "Roboto-Bold" !important;
}
b, strong{
  font-weight: bold;
  font-family: "Roboto-Bold" !important;
}
.header-main {
    height: auto !important;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1230px;
}
#logo {
    width: 100% !important;
    margin: 0 !important;
}
#logo img{
  width: 100%;
}

.widget .toggle i{
  color: #fff;
}
.flickity-prev-next-button svg{
  background: #297f2c;
  color: #fff;
}
.product_buttom_xct{
  margin-top: 10px;
}
.product_buttom_xct a{
  font-size: 15px !important;
  text-transform: inherit;
  font-weight: 500;
  line-height: 34px !important;
  height: 36px !important;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  min-height: 36px !important;
  border-radius: 6px;
  background: #056937;
  margin: 0 5px !important;
}
.product_buttom_xct a.added_to_cart:after{
  display: none;
}
p{
  font-weight: 400;
}
.rt_doc_them a{
  color: #056937;
}
.tab-panels ul{
  margin: 0;
}
.tab-panels ol{
  margin: 0 !important;
}
.home .rt_banner{
  display: none;
}
.rt_banner li{
  list-style: none;
  margin-bottom: 0;
}
.rt_banner{
  position: relative;
}
.rt-breadcrumbs{
  padding: 12px 0;
  text-align: center;
  position: absolute;
  bottom: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rt-breadcrumbs .hdb span{
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.rt-breadcrumbs a ,
.rt-breadcrumbs p{
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.tt__heading{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.tt__heading span {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.tt__heading b {
display: inline-block;
    height: 4px;
    background: #056937;
    width: 60px;
    margin: 9px 15px;
}
.title__cate a , .title__cate span{
  color:#333;
  font-size: 25px;
  position: relative;
  text-transform: uppercase;
}
.tt__heading__2 {
  margin-bottom: 0;
}
.mg__g {
  margin-bottom: 40px;
}
.title__cate  a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -12px;
    background: #056937;
}
/*header-wrapper*/
.header_logo {
  display: none;
}
.icon-search{
  color: #fff;
  font-size: 18px;
}
.logo {
  height: 100%;
}
.rt_html_01 span{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}
.rt_html_01 span:nth-child(1){
  padding-right: 30px;
}
.header-bottom  .header-nav li:after ,
.header-bottom  .header-nav li:before{
  display: none;
}
.header-bottom  .header-nav li:nth-child(1) a{
  padding-left: 0;
}
.header-bottom  .header-nav li a{
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  font-weight: 500 !important;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif !important;
}
.header-bottom  .header-nav li.current-menu-item a ,
.header-bottom  .header-nav li a:hover{
  color: #fead38;
}
.header-nav > li .nav-dropdown {
    width: 100%;
    display: none;
    transform: translateY(20px);
    transition: all 0.8s ease 0s;
}
.off-canvas .nav-vertical>li>a{
  color: #fff;
  font-weight: 500;
}
.header-nav > li .nav-dropdown > li:nth-child(1) a {
    border: unset;
}
.header-nav > li .nav-dropdown > li a {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px !important;
    display: block;
    text-transform: unset;
    border-bottom: none;
    border-top: 1px solid #ddd;
    margin: 0 !important;
    padding-left: 10px;
    padding: 10px 20px !important;
}
.nav-dropdown-default {
    padding: 0;
    background: #fff;
    top: 45px;
    border: 0;
    left: 0 !important;
}
.header-nav > li .nav-dropdown > li {
    display: block;
    width: 100%;
    position: relative;
}
.header-nav > li .nav-dropdown li ul {
    position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border: 0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul {
    opacity: 1;
    z-index: 9999;
}
.header-nav > li .nav-dropdown li {
    white-space: unset !important;
}
.header-nav > li .nav-dropdown > .nav-dropdown-col > a{
  position: relative;
}
.header-nav > li .nav-dropdown > .nav-dropdown-col > a:before{
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  height: 15px;
  width: 15px;
  background: url(img/menu.png) no-repeat;
}
.header-nav > li:hover .nav-dropdown {
    display: block;
    transform: translateY(0px);
}
/*footer-wrapper*/
.footer_wrapper{
  padding-bottom: 10px !important;
}
.footer_wrapper .rt_01_footer .large-12 > .col-inner{
  border-bottom: 1px solid #1e482a;
}
.footer_wrapper .rt_01_footer .block__element_head span{
  font-size: 26px;
  color: #fff;
  text-transform: inherit;
  line-height: 30px;
  font-family: "Roboto-Bold" !important;
}
.footer_wrapper .rt_01_footer .wpcf7-form {
  margin-bottom: 0;
}
.footer_wrapper .rt_01_footer .rt_form{
  overflow: hidden;
  display: block;
}
.footer_wrapper .rt_01_footer .wpcf7-form-control-wrap input{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 40px;
  height: 40px;
  padding-left: 38px;
  background: url(img/email.png) 10px 10px no-repeat #fff;
}
.footer_wrapper .rt_01_footer .rt_form .wpcf7-form-control-wrap{
  width: 75%;
  float: left;
}
.footer_wrapper .rt_01_footer .rt_form .wpcf7-submit{
  width: 23%;
  float: right;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.footer_wrapper .rt_01_footer .rt_form .wpcf7-spinner{
  display: none;
}
.absolute-footer.dark{
  display: none;
}
.footer-1 , .footer-2{
  border: unset;
  background: unset !important;
}
.footer-1 .widgettitle .section-title {
  color: #fff;
  font-size: 19px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500 !important;
  text-transform: uppercase;
  position: relative;
  font-family: "Roboto-Bold" !important;
  border-bottom:0px;
}

.footer-1 .widgettitle .section-title-normal span {
  border-bottom:0px;
}
.footer-1 .widgettitle:after{
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 1px;
  width: 62px;
  background: #9dbd2c;
}
.footer-1 p{
    color: #fff;
    font-size: 15px;
    padding: 0 !important;
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 400 !important;
}
.footer-1 .widget{
  margin: 0 !important;
}
.footer-1 .menu li{
  border: unset;
}
.footer-1 .menu li a{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  padding: 0 !important;
  margin-bottom: 8px;
}
.rt_ic_ft{
  margin-top: 30px;
}
.rt_ic_ft a{
  padding: 0 2px;
}
.footer-2 p{
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  margin: 0 !important;
}
.footer-2 .col{
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}
.footer-2 .large-12 > .col-inner{
  padding-top: 15px;
  padding-bottom: 10px;
}
/*
news-widget-sidebar-widget
*/
.news-widget-sidebar-widget {
  background: #f4f4f4;
  padding: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar  {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar h4 {
    margin: 10px 0 5px 0;
}
.news-widget-sidebar-widget .news-item-sidebar h4 a {
    color: #073f77;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 22px;
}
.news-widget-sidebar-widget .news-item-sidebar .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb {
  float: left;
  width: 100px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a {
  display: block;
  line-height: 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a img {
  width: 100%;
  height: 75px;
    object-fit: cover;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider {
  float: right;
  width: calc(100% - 110px);
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 {
  margin: 0 0 3px 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 a {
    color: #073f77;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
/*
block 2
*/
.box_first_posts {
  clear: both;
  overflow: hidden;
}
.box_first_posts .news-item-posts {
  float: left;
  width: 48%;
}
.box_first_posts .news-item-posts:nth-child(2n) {
  float: right;
}
.box__second_posts {
  overflow: hidden;
  clear: both;
}
.box__second_posts .news-item-sidebar-clear {
  float: left;
  width: 48%;
}
.box__second_posts .news-item-sidebar-clear:nth-child(2n) {
  float: right;
}
.box__second_posts .news-item-sidebar-clear  .news-thumb {
  float: left;
  width: 105px;
}
.box__second_posts .news-item-sidebar-clear .box__slider {
  float: right;
  width: calc(100% - 115px);
}
.news-style-2 .box_first_posts .boxx__innner{
  position: relative;
  margin-bottom: 20px;
  overflow-y: hidden;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box_first_posts .boxx__innner .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4{
  margin-bottom: 0;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date{
  color: #fff;
  font-size: 13px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date i{
  padding-right: 5px;
  color: #fff;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear{
  padding-top: 11px;
  margin-top: 11px;
  border-top: 1px solid #e3e3e3;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb{
  width: 105px;
  height: 70px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(1),.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4{
  margin-bottom: 5px;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 .news-title{
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date{
  font-size: 13px;
  color: #6b6b6b;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i{
  color: #f4ae43;
}
/*
block 3
*/
.news-style-3{
  margin: 0 -15px;
}
.news-style-3 .news-item-bottom{
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0 15px;
}
.news-style-3 .news-item-bottom .boxx__innner{
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb{
  width: 100%;
  position: relative;
  overflow:hidden;
  height: 240px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time{
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border:2px solid #657f93;
  padding:8px 14px;
  text-align: center;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(1){
  margin-bottom: 0;
  font-size: 20px;
  color: #838383;
  line-height: 22px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(2){
  margin-bottom: 0;
  font-size: 11px;
  color: #838383;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider{
  overflow-y: hidden;
  padding: 15px 0;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  display: block;
  font-weight: 500;
  max-height: 48px;
  overflow:hidden;
  margin-bottom: 10px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .box__description p{
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #838383;
  text-align: justify;
  max-height: 44px;
  overflow: hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #657f93;
}
/*
block 4
*/
.news-block-widget-style-4  .news-thumb img{
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-4  .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-4{
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__left{
  width: 49%;
  float: left;
}
.news-block-widget-style-4 .box__colum__left .boxx__innner{
  position: relative;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__left .news-thumb{
  width: 100%;
  height: 430px;
}
.news-block-widget-style-4 .box__colum__left .news-thumb img{
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__left .box__slider{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.57);
  padding: 15px 20px;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4{
  margin-bottom: 0;
}
.news-block-widget-style-4 .box__colum__left .box__slider h4 a{
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.news-block-widget-style-4 .box__colum__right{
  width: 49%;
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear{
  margin-bottom: 17px;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb{
  width: 130px;
  height: 95px;
  float: left;
  overflow: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 145px);
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 0px;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 24px;
  overflow:hidden;
} 
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .views__all a{
  font-size: 14px;
  color: #37a7a9;
  font-weight: 400;
  text-decoration: underline;
}
/*
block 5
*/
.news-widget-style-5{
  overflow:hidden;
}
.news-widget-style-5 .news-item-clear{
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9e8e8;
}
.news-widget-style-5 .news-item-clear:nth-child(1){
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.news-widget-style-5 .news-item-clear .boxx__innner{
  overflow: hidden;
  display: block;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb{
  width: 100px;
  height: 70px;
  float: left;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb a{
  overflow: hidden;
  display: block;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 115px);
  float: right;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 16px;
  color: #333;
  line-height: 22px;
  display: block;
  height: 44px;
  overflow:hidden;
  font-weight:500;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  display: block;
  display: none;
  height: 44px;
  overflow: hidden;
}
/*
block 6
*/
.news-thumb{
  position: relative;
}
.news-block-widget-style-6{
  overflow:hidden;
}
.news-block-widget-style-6 .box__colum__left{
  width: 32%;
  float: left;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner{
  background: #f7f7f7;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb{
  width: 100%;
  height: 255px;
  overflow:hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date{
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding: 10px 5px 0px 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(1){
  font-size: 10px;
  text-transform: uppercase;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(2){
  font-size: 15px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(3){
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p{
  margin-bottom: 0;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text{
  background: #37a7a9;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text a{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height:30px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider{
  padding: 25px 20px;
  min-height: 255px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4{
  margin-bottom: 10px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .box__description p{
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #838383;
  height: 110px;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #37a7a9;
}
.news-block-widget-style-6 .box__colum__right{
  width: 66%;
  float: right;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner{
  background: #f7f7f7;
  margin-bottom: 30px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb{
  width: 325px;
  height: 255px;
  float: left;
  overflow-y: hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider{
  width: calc(100% - 325px);
  float: right;
  padding: 20px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span{
  font-size: 14px;
  color: #919191;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span a{
  color: #37a7a9;
  border-right: 1px solid #919191;
  padding-right: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__description p{
  font-size: 14px;
  margin-bottom: 0;
  color: #838383;
  line-height: 25px;
  display: block;
  max-height: 75px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .views_all{
  font-size: 13px;
  line-height: 25px;
  color: #37a7a9;
  text-decoration: underline;
}
/*box__content__rights */
.heading_td{
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
}
.box__nth_1 .date{
  font-size: 14px;
  color: #056937;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.box__content__rights , .box__content__left {
  margin-top: 30px;
}
.box__content__rights .box__nth_2 ul{
  padding-left: 22px;
}
.box__content__rights  .headings{
  display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
}
.box__content__rights .box__colum__nth2{
  overflow: hidden;
  display: block;
  margin: 0 -10px;
}
.box__content__rights .news-post-news{
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.box__content__rights .news-post-news .box__news__inner{
  border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px rgb(128 128 128 / 11%);
    height: 100%;
    border-radius: 8px;
    text-align: center;
}
.box__content__rights .news-post-news .box__thumb__img{
  overflow: hidden;
  display: block;
}
.box__content__rights .news-post-news img{
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.box__content__rights .news-post-news .box__thumb__img:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.box__content__rights .news-post-news .box__content{
  padding: 15px 10px;
}
.box__content__rights .news-post-news .box__content h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.box__content__rights .news-post-news .box__content h3 a:hover{
    color: #056937;
}
.box__content__rights .news-post-news .box__content .date{
      font-size: 14px;
      color: #333;
      font-weight: 400;
      line-height: 26px;
}
.box__content__rights .news-post-news .box__content .box__des{
     margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #838383;
    text-align: justify;
    max-height: 44px;
    overflow: hidden;
}
.box__content__left  .is-divider{
  display: none;
}
.box__content__left .widget-title {
    display: block;
    background: #056937 ;
    font-size: 15px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}
.box__content__left .menu{
  background: #368b45;
}
.box__content__left .menu li{
  border-bottom: 1px solid #fff;
  padding: 3px 10px;
}
.box__content__left .menu li a{
  color: #fff;
}
.box__content__left .menu > li > a{
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  background: url(img/mntc.png) 0px 12px no-repeat;
}
.box__content__left .menu li .sub-menu li a {
    font-size: 15px;
    line-height: 30px;
}
.box__content__left .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.box__content__left .menu li .sub-menu li:last-child{
  border: unset;
}
.box__content__left .menu li a:hover{
  color: #ffa302;
}
.box__content__left .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.box__content__left .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
#related-post1 .box__colum__news h3 a{
  color: #333;
  font-size: 17px;
}
#related-post1 .box__colum__news h3 a:hover{
  color: #cd9216 ;
}
.sidebar-inner  .is-divider{
  display: none;
}
.sidebar-inner .widget-title {
    display: block;
    background: #056937 ;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
}
.sidebar-inner .menu{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.sidebar-inner .menu > li > a{
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.sidebar-inner .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.sidebar-inner .menu li .sub-menu li:last-child{
  border: unset;
}
.sidebar-inner .menu li .sub-menu li a{
  font-size: 15px;
  line-height: 30px;

}
.sidebar-inner .menu li a:hover{
  color: #056937;
}
.sidebar-inner .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.sidebar-inner .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
.shop-sidebar  .is-divider{
  display: none;
}
.shop-sidebar .widget-title {
    display: block;
    background: #056937 ;
    font-size: 18px !important;
    line-height: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
}
.shop-sidebar .menu{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.shop-sidebar .menu > li > a{
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  font-size: 15px;
}
.shop-sidebar .menu li .sub-menu li a {
    font-size: 15px;
    line-height: 30px;
}
.shop-sidebar .menu li .sub-menu li {
  border-bottom: 1px solid #ddd;
}
.shop-sidebar .menu li .sub-menu li:last-child{
  border: unset;
}
.shop-sidebar .menu li a{
  color: #333;
}
.shop-sidebar .menu li a:hover{
  color: #056937;
}
.shop-sidebar .news-widget-style-5{
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 0 0 6px 6px;
}
.shop-sidebar .widget_media_image img{
  width: 100%;
  object-fit: contain;
}
/*heading*/
.block__element_head .text_head{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.heading{
  margin-bottom: 4px;
}
.heading span ,
.heading a{
  font-size: 30px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
}
/*section_01*/
.section_01 .large-12{
  padding-bottom: 10px !important
}
.section_01 h2.section-title-center span{
  border: 1px solid #efefef;
  background: #fafdff;
  color: #1d682d;
  font-size: 27px;
  font-weight: bold;
  padding: 0 60px;
  line-height: 48px;
  border-radius: 8px;
  margin: 0;
}
.section_01 h2.section-title-center span:hover{
  background: #ffa302 ;
  color: #fff;
}
.section_01 .has-hover{
  padding: 7px;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px #33333396;
}
.section_01 .has-hover:hover{
  box-shadow: 1px 1px 6px 0px #297f2cbf;
}
.section_01 .has-hover .section-title-container{
  margin-bottom: 0;
  padding: 6px 0;
}
.section_01 .has-hover .section-title-container b{
  display: none;
}
.section_01 .has-hover h4.section-title-center{
  display: block;
  text-align: center;
}
.section_01 .has-hover h4.section-title-center span{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.section_01 .post-item .box-text h5{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section_01 .post-item .box-text .is-divider{
  display: none;
}
.section_01 .has-hover .button {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  line-height: 37px;
  height: 40px;
  border: 1px solid #297f2c !important;
  background: #297f2c !important;
  border-radius:50px;
  color: #fff;
  padding: 0 30px;
  text-transform: inherit;
}
.section_01 .has-hover .button:hover{
  background: #ffa302 !important;
  box-shadow: unset !important;
}
.rt_noi_dung_home .large-12 .col-inner{
  background: #f9fff9;
  padding: 25px;
  border: 2px dotted #97c099;
}
.rt_noi_dung_home .large-12 p:last-child{
  margin-bottom: 0;
}
/*section_02*/
.section_02{
  padding-bottom: 20px !important;
}
.section_02 .flickity-prev-next-button{
  top: 56% !important;
}
.section_02 .heading{
  text-align: center;
}
.section_02 .heading span{
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-family: "Roboto-Bold" !important;
}
.section_02 .heading span:after{
  content: "";
  position: absolute;
  top: 20px;
  left: -88px;
  height: 1px;
  width: 88px;
  background: #46772b;
}
.section_02 .heading span:before{
  content: "";
  position: absolute;
  top: 20px;
  right: -88px;
  height: 1px;
  width: 88px;
  background: #46772b;
}
.section_02 .large-6 .col-inner{
  padding-right: 8%;
}
.section_02 p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}
.section_02 h4{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.section_02 .flickity-page-dots{
  bottom: 0 !important;
}
/*section_03*/
.section_03{
  padding-bottom: 20px !important;
}
.section_03 .heading{
  text-align: center;
}
.section_03 .heading span{
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-family: "Roboto-Bold" !important;
}
.section_03 .heading span:after{
  content: "";
  position: absolute;
  top: 20px;
  left: -88px;
  height: 1px;
  width: 88px;
  background: #038729;
}
.section_03 .heading span:before{
  content: "";
  position: absolute;
  top: 20px;
  right: -88px;
  height: 1px;
  width: 88px;
  background: #038729;
}
.section_03 .large-3{
  flex-basis: 20%;
  max-width: 20%;
}
.section_03 .section-title-container{
  margin-bottom: 0;
}
.section_03 .section-title-normal{
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #fff;
}
.section_03 .section-title-normal span{
  border: unset;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.section_03  p{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(img/map.png) 2px 8px no-repeat;
}
/*section_04*/
.section_04{
  padding-bottom: 20px !important;
}
.section_04 .section-title-container{
  margin-bottom: 0;
}
.section_04 h2.section-title-center span{
  border: 1px solid #efefef;
  background: #fafdff;
  color: #1d682d;
  font-size: 27px;
  font-weight: bold;
  padding: 0 60px;
  line-height: 48px;
  border-radius: 8px;
  margin: 0;
}
.section_04 h2.section-title-center span:hover{
  background: #ffa302 ;
  color: #fff;
}
.section_04 .has-hover{
  padding: 35px 12px;
  border: 1px solid #297f2c;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 0px #33333396;
}
.section_04 .has-hover:hover{
  box-shadow: 1px 1px 6px 0px #297f2cbf;
}
.section_04 .has-hover .section-title-container{
  margin-bottom: 0;
  padding: 6px 0;
}
.section_04 .has-hover .section-title-container b{
  display: none;
}
.section_04 .has-hover h4.section-title-center{
  display: block;
  text-align: center;
}
.section_04 .has-hover h4.section-title-center span{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.section_04 .has-hover .box-text{
  padding-bottom: 0;
}
.section_04 .has-hover .box-text p{
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 25px;
  height: 175px;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
}
.section_04 .td_slogon_home .heading{
  display: block;
  width: 100%;
  text-align: center;
  background: url(img/heading.png) no-repeat;
  background-size: contain;
  height: 62px;
}
.section_04 .td_slogon_home .heading span{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
}
.section_04 .rt_content_bottom .col-inner{
  background: #f9fff9;
  padding: 25px;
  padding-bottom: 10px;
  border: 2px dotted #97c099;
}
.section_04 .rt_content_bottom .heading span{
  font-size: 25px;
  font-weight: bold;
  color: #297f2c;
  display: block;
  line-height: 32px;
  margin-bottom: 12px;
}







.rt_nd_mb{
  display: none;
}
.page-numbers{
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .single-post #related-post1,
  .single-post .box__content__left   {
    display: none !important;
  }
  .rt_html_01 span{
    font-size: 14px;
  }
  .header-inner .header-nav li a{
    font-size: 15px;
    padding: 0 6px;
  }
  .heading span, .heading a{
    font-size: 27px;
  }
  .header-bottom .header-nav li a{
    padding: 0 10px;
  }
  .section_01 h2.section-title-center span{
    font-size: 25px;
  }
}
@media (max-width: 810px){
  .heading span, .heading a{
    font-size: 24px;
  }
  .section_01 h2.section-title-center span {
    font-size: 23px;
    padding: 0 30px;
  }
  .section_01 .has-hover h4.section-title-center span{
    font-size: 15px;
  }
  .section_01 .has-hover .box-text.text-center{
    padding: 12px 0;
  }
  .logo .header_logo {
    display: none;
  }
  .logo .header-logo-dark{
    display: block !important;
  }
  #logo img {
    width: 23%;
  }
  .icon-menu{
    color: #333;
    left: 20px;
  }
  .section_03 .large-3 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .section_04 .td_slogon_home .heading span{
    font-size: 16px;
    line-height: 30px;
    position: relative;
    top: -3px;
  }
  .section_04 .td_slogon_home .heading{
    height: 40px;
  }
  .footer_wrapper .rt_01_footer .block__element_head span{
    font-size: 22px;
  }
  .section_04 .has-hover .box-text p{
    height: 125px;
  }
  .rt_nd_mb{
    display: block;
    padding-bottom: 0 !important;
  }
  .rt_nd_mb img.size-full.alignnone{
    margin-bottom: 0;
  }
  .rt_nd_mb .large-12{
    padding-bottom: 0 !important;
  }
  .mfp-content{
    background: #297f2c !important;
  }
}
@media (max-width: 480px){
  .heading span, .heading a {
      font-size: 22px;
  }
  .nav-tabs > li ,
  .nav-tabs > li > a{
    width: auto;
    display: inline-block;
  }
  .section_04 h2.section-title-center span ,
  .section_01 h2.section-title-center span {
    font-size: 23px;
    padding: 0 15px;
    line-height: 40px;
  }
  .section_02 .has-hover{
    overflow: hidden;
    display: block;
  }
  .section_02 .box-image{
    width: 23% !important;
    float: left;
  }
  .section_02 .box-text{
    width: 77%;
    float: right;
    padding-left: 3%;
  }
  .section_03 .large-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .section_03 .heading span:after{
    top: 12px;
    width: 45px;
    left: -45px;
  }
  .section_03 .heading span:before{
    top: 12px;
    width: 45px;
    right: -45px;
  }
  .section_04 .box-image{
    width: 26% !important;
  }
  .section_04 .has-hover .box-text p{
    height: auto;
  }
  .section_04 .td_slogon_home .heading{
    background: red !important;
  }
  .section_04 .td_slogon_home .heading {
    padding: 12px;
    background: #be0000 !important;
    height: auto;
    border-radius: 10px;
  }
  .section_02 .large-6 .col-inner{
    padding-right: 15px;
  }
  .rt_slider_kh .col{
    padding: 0 0 30px;
  }
  .footer_wrapper .rt_01_footer .rt_form .wpcf7-form-control-wrap{
    width: 68%;
  }
  .footer_wrapper .rt_01_footer .rt_form .wpcf7-submit{
    width: 30%;
    font-size: 15px;
    font-weight: 500;
  }
  .footer_wrapper {
    padding-top: 40px !important;
  }
  .footer_wrapper .rt_01_footer .large-4{
    padding-bottom: 15px !important;
  }
  .box__content__rights .news-post-news{
    width: 100%;
  }
}
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    background-color: #297f2c;
}
.section_01 .col-dashed {
    border-width: 4px;
    border-radius: 22px;
    border-style: dashed;
    border-color: rgb(18, 140, 77);
}

.section_01 .section-title b {
    height:0;
}

.col-half-offset{
    margin-left:4.166666667%
}
.quote_wrap {
    background: #fff;
    padding: 50px;
}
.quote_wrap .hotline {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(232, 58, 48);
    display:flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}
.quote_wrap .wpcf7-submit {
      font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    background-color: rgb(26, 162, 92);
    text-align: center;
    display:flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.quote_wrap h2 {
    color: #128c4d;
    text-align: center;
}
.wpcf7-spinner {
    display: none;
}
.why_wrap > .col.large-12 {
        padding-bottom: 10px;
}