html {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}
@font-face {
  font-family: bevietnam-rgl;
  src: url(../fonts/BeVietnamPro-Regular.ttf);
}
@font-face {
  font-family: bevietnam-medium;
  src: url(../fonts/BeVietnamPro-Medium.ttf);
}
@font-face {
  font-family: bevietnam-bold;
  src: url(../fonts/BeVietnamPro-Bold.ttf);
}
@font-face {
  font-family: vni-briquet;
  src: url(../fonts/VNI-Briquet.ttf);
}
@font-face {
  font-family: utm-androgyne;
  src: url(../fonts/UTM-Androgyne.ttf);
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #BDC2B5;
  position: relative;
  font-family: bevietnam-rgl;
  overflow-x: hidden;
  padding: 0px;
  background: #1E2C0A;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

:hover,
:focus {
  outline: none !important;
}

p:empty {
  display: none !important;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
}

figure {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.container {
  max-width: 1170px;
  width: 100% !important;
  margin: 0px auto;
}

img {
  max-width: 100%;
  height: auto;
}


/* MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: absolute;
  top: 42px;
  right: 15px;
  cursor: pointer;
  max-width: 40px;
  color: #0099cc;
}

.icon_mobile_click i.fa {
  font-size: 30px;
  color: #fff;
}

.middle_header {
  position: relative;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  left: -260px;
  background-color: var(--background-main-color);
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
  background: #354e12;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: var(--background-main-color);
  display: none;
  cursor: pointer;
  top: 0px;
  border: 1px solid #fff;
  z-index: 999;
}

#menu_mobile_full .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_full ul li {
  width: 100%;
  display: block;
}

#menu_mobile_full .menu>li.active {
  padding: 15px 0px 10px 10px;
}

#menu_mobile_full ul li {
  position: relative;
  padding: 15px 0px 15px 10px;
  border-bottom: 1px solid #fff;
}

#menu_mobile_full ul li a {
  color: #fff;
  text-transform: uppercase;
}

#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

.editBefore_mobile::before {
  content: "-" !important;
}

#menu_mobile_full li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

#menu_mobile_full .menu>li.not-have-child {
  padding: 0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu>li.not-have-child>a {
  display: block;
  padding: 15px 0px 15px 10px;
  font-family: 'bevietnam-bold';
}

#menu_mobile_full .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}
/* END MENU MOBILE*/
/*CSS HEADER*/
.logo_site{
  padding: 12px 0px;
}
.header .top_header_ct{
  display: flex;
  align-items: center;
}
.menu_header{
  margin-left: auto;
}
.qb_memu_header{
  display: flex;
  align-items: center;
}
.qb_memu_header>li{
  font-size: 18px;
  line-height: 26px;
  font-family: bevietnam-medium;
}
.qb_memu_header>li>a{
  color: #BDC2B5;
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.3s;
}
.qb_memu_header>li>a:hover,
.qb_memu_header>li.current-menu-item>a{
  color: #fff;
}
/*END CSS HEADER*/
/*CSS FOOTER*/
footer{
  background: url(../images/mountain.png) #1A0E00 no-repeat;
  padding: 65px 0px 100px 0px;
  position: relative;
  color: #BDC2B5;
}
.top_ft .info_ft  .widget-title{
  font-family: bevietnam-medium;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}
.top_ft .info_ft  ul li{
  margin: 0px 0px 10px 0px;
  position: relative;
  padding: 0px 0px 0px 35px;
}
.top_ft .info_ft  ul>li:last-child{
  margin: 0px;
}
.top_ft .info_ft  ul li:before{
 position: absolute;
 content: "";
 top: 0px;
 left: 0px;
 width: 24px;
 height: 24px;
}
.top_ft .info_ft  ul>li:nth-child(1):before{
  background: url(../images/location-icon-orange.png) no-repeat;
}
.top_ft .info_ft  ul>li:nth-child(2):before{
  background: url(../images/phone-icon-orange.png) no-repeat;
}
/*END CSS FOOTER*/
/*  POPUP */

.popup {
  position: fixed;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgb(0, 0, 0, 0.5);
  font-size: 15px;
  overflow: auto;
  transition: all 0.3s;
  display: none;
  color: #fff;
}
.popup_contact .form_tuvan_group{
  padding: 65px 35px 20px 35px;
}
.popup_contact .form_tuvan_group strong{
  font-family: bevietnam-bold;
}
.popup_contact .form_tuvan_group .form_tuvan_detailds .list_group{
  margin: 0px 0px 30px 0px;
}

.popup_contact .form_tuvan_group .form_tuvan_detailds .list_group label{
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.popup_contact .form_tuvan_group .form_tuvan_detailds .list_group input{
  width: 100%;
  padding: 16px 10px;
  background: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  color: #000;
}
.content_popup input[type="submit"]{
  font-family: bevietnam-medium;
  border-radius: 7px;
  border: 2px solid #F0F6E7;
  padding: 20px 60px;
  display: table;
  margin: 56px auto 46px auto;
  background: transparent;
  font-size: 18px;
  line-height: 26px;
}
.popup_contact .form_tuvan_group .form_tuvan_detailds .list_group input::placeholder{
  color: #C4C4C4;
  font-weight: 400;
}
.popup::-webkit-scrollbar{
  display: none;
}
.content_popup h2 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  font-family: bevietnam-bold;
}
.content_popup i{
  margin: 0px 0px 30px 0px;
  display: inline-block;
}
.popup.pop_active {
  left: 0px;
}

.popup_search .content_popup .search {
  position: relative;
  width: 0px;
  transition: all 1s;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}

.popup_search.pop_active .content_popup .search {
  opacity: 1;
  visibility: visible;
}

.popup .content_popup {
  position: relative;
  margin: 100px auto 0px auto;
  z-index: 9;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background: none;
  max-width: 620px;
  width: 100%;
  border-radius: 16px;
  animation-name: animatetop;
  animation-duration: 0.3s;
  background: #3D5914;
}
.popup .close_popup {
  cursor: pointer;
  color: #1c1c1c;
  padding: 7px 15px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  clear: both;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/*CSS CONTENT*/
.single_page .single_post_info{
  margin: 50px 0px 30px 0px;
}
.single_page .single_tit{
  font-size: 32px;
  line-height: 40px;
  font-family: bevietnam-bold;
  margin: 0px 0px 10px 0px;
  color: #fff;
}
.single_page .ti_au_po{
  display: flex;
}
.single_page .ti_au_po .time_po{
  margin: 0px 8px 0px 0px;
    font-style: italic;
}
.single_page .ti_au_po .author_po{
  margin: 0px 0px 0px 8px;
    font-style: italic;
}
.single_page .text_content{
  margin: 0px 0px 50px 0px;
}
.qb_title_page,
.title_hp .widget-title{
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: utm-androgyne;
  display: table;
  margin: 0px auto 50px auto;
}
.qb_col_de figure,
.activities_homepage ul li figure{
  height: 250px;
  margin: 0px 0px 15px 0px;
}
.qb_col_de .wrap_figure figure a{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.qb_col_de .wrap_figure figure a:before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.12);
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
        border-radius: 16px 16px 0px 0px
}
.qb_col_de:hover .wrap_figure figure a:before{
left: 0;
}
.activities_homepage ul li figure{
  margin: 0px 0px 15px 0px;
}
.qb_col_de figure img,
.activities_homepage ul li figure img,.featured_pro_homepage ul li figure img{width: 100%;height: 100%;object-fit: cover;border-radius: 16px 16px 0px 0px;}
.qb_col_de .text_widget h2{
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  font-family: bevietnam-bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: .4s ease-in-out all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qb_col_de .text_widget h2 a,
.activities_homepage ul li h2 a,
.activities_homepage ul li .text_widget p,
.single_related_pro ul li .post_title a,
.featured_pro_homepage ul li .post_title a,
.qb_archive_product ul li .post_title a,
.qb_archive_post ul li .text_widget h2 a{
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qb_col_de:hover .text_widget h4 a,
.activities_homepage ul li:hover h2 a,
.activities_homepage ul li:hover figure,
.activities_homepage ul li:hover .text_widget p,
.single_related_pro ul li:hover .post_title a,
.featured_pro_homepage ul li:hover .post_title a,
.qb_archive_product ul li:hover .post_title a,
.qb_archive_post ul li:hover .text_widget h2 a{
  color: #BDC2B5;
}
.activities_homepage ul li .text_widget p{
  margin: 0px 0px 15px 0px;
}
.related_posts{
  margin: 0px 0px 100px 0px;
}
.qb_archive_post,
.qb_archive_product{
  margin: 100px 0px 0px 0px;
}
.qb_archive_post .qb_col_de,
.qb_archive_product .qb_col_de{
  margin: 0px 0px 70px 0px;
}
.qb_archive_post ul>.qb_col_de:nth-child(3n+1),
.qb_archive_product ul>.qb_col_de:nth-child(3n+1){
  clear: both;
}
.tg_pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 70px 0px;
}
.tg_pagination .page-numbers{color: #fff;font-family: bevietnam-medium;margin: 0px 20px;}
.tg_pagination .page-numbers.current{
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #F0F7E7;
  color: #1E2C0A;
  text-align: center;
  line-height: 36px;
}
.tg_pagination .next,
.tg_pagination .prev {
  display: none;
}
.category-suc-khoe .qb_content,
.single-post .qb_content{
  background-image: url(../images/la-defaulit1.png), url(../images/la-defaulit2.png), url(../images/la-defaulit3.png),url(../images/la-defaulit4.png);
  background-position: 0% 25%,100% 25%,0% 95%,100% 95%;
  background-repeat: no-repeat;
}
.single-product .qb_content{
  background-image: url(../images/la-defaulit1.png), url(../images/la-defaulit2.png), url(../images/la-defaulit3.png),url(../images/la-defaulit4.png);
  background-position: 0% 0%,100% 0%,0% 95%,100% 95%;
  background-repeat: no-repeat;
}
.banner_slider_tp{
  margin: 0px 0px -6px 0px;
}
.banner_slider_tp .banner_slider_general {
  margin: 0px;
}
.banner_slider_tp  .banner_slider_detailds{
  position: relative;
}
.banner_slider_tp  .banner_slider_detailds .text_widget {
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  max-width: 650px;
  width: 100%;
}
.banner_slider_tp  .banner_one_tp  .text_widget{bottom: 11%;left: 45%;}
.banner_slider_tp  .banner_two_tp  .text_widget{top: 40%;left: 15%;}
.banner_slider_tp .banner_two_tp .text_widget .widget-title{
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  margin: 0px 0px 30px 0px;
  font-family: utm-androgyne;
}
.banner_slider_tp .aligncenter, div.aligncenter{
  margin: 0px auto;
}
.banner_slider_tp .slick-dots{

  bottom: 45px;
}
.banner_slider_tp .slick-dots li{
  width: 12px;
  height: 12px;
  margin: 0px 10px;
}
.banner_slider_tp .slick-dots li button{
  width: 12px;
  height: 12px;
  background: #8B8E87;
  opacity: 0.8;
  border-radius: 50%;
}
.banner_slider_tp .slick-dots li.slick-active button{
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: relative;
  background: transparent;
}
.banner_slider_tp .slick-dots li.slick-active button:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  top: 2px;
  left: 2px;
}
.banner_slider_tp .slick-dots li button:before{
  content: "";
  width: 12px;
  height: 12px;
}
.intro_hp,
.video_hp,
.source_pro_hp,
.owner_hp,
.activity_hp,
.single_related_pro,
.featured_pro_hp {
  margin: 0px 0px 100px 0px;
}
.intro_hp .contact_hp_detailds .widget-title{
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: utm-androgyne;
  margin: 0px 0px 50px 0px;
  text-align: center;
}
.intro_hp .contact_hp_detailds .textwidget ul li,
.source_pro_hp .text_widget .textwidget ul li{
  position: relative;
  padding: 0px 0px 0px 35px;
  margin: 0px 0px 15px 0px;
}
.intro_hp .contact_hp_detailds .textwidget ul>li:last-child,
.source_pro_hp .text_widget .textwidget ul>li:last-child{
  margin: 0px;
}
.intro_hp .contact_hp_detailds .textwidget ul li:before,
.source_pro_hp .text_widget .textwidget ul li:before{
  position: absolute;
  content: "";
  background: url(../images/check-icon-orange.png);
  width: 22px;
  height: 22px;
  top: 0px;
  left: 0px;
}
.intro_hp .contact_hp_detailds .textwidget figure{
  margin: 50px auto 0px auto;
  display: table;
  height: 336px;
}
.intro_hp .contact_hp_detailds .textwidget figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px 0px 100px 0px;
}
.intro_hp .contact_hp_detailds .textwidget p{
  line-height: 28px;
}
.img_top_page  {
  margin: 50px 0px;
}
.img_top_page .container{
  max-width: 1000px;
}
.source_pro_hp .text_widget .widget-title{
  font-size: 20px;
  line-height: 28px;
  font-family: bevietnam-bold;
  color: #fff;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 35px;
}
.source_pro_hp .text_widget .widget-title:before{
  position: absolute;
  content: "";
  background: url(../images/leaf-icon-white.png) no-repeat;
  width: 22px;
  height: 22px;
  top: 3px;
  left: 0px;
}
.owner_hp .owner_general{
  background: #354E12;
  border-radius: 20px;
  background-image: url(../images/chucoso-leaf1.png);
  background-repeat: no-repeat;
  background-position: 0% 0%,100% 100%;
  padding: 50px 100px;
  position: relative;
}
.owner_hp .owner_general:before{
  position: absolute;
  content: "";
  background: url(../images/chucoso-leaf2.png) no-repeat;
  width: 109px;
  height: 450px;
  bottom: 0px;
  right: 0px;
}
.owner_hp .chucoso_img .textwidget{
  text-align: center;
}
.owner_hp .chucoso_img .textwidget figure{
  display: table;
  margin: 0px auto;
}
.owner_hp .chucoso_img .textwidget img{
  border-radius: 50%;
  border: 3px solid #DFE8D2;
  display: table;
  margin: 0px auto 20px auto;
}
.owner_hp .chucoso_name{
  margin: 0px 0px 30px 0px;
}
.owner_hp .chucoso_name .widget-title{
  font-size: 32px;
  line-height: 40px;
  color: #F2A03D;
  font-family: utm-androgyne;
  display: table;
  margin: 0px auto 20px auto;
  text-align: center;
}
.owner_hp .chucoso_name .textwidget{
  max-width: 670px;
  width: 100%;
  text-align: center;
  display: table;
  margin: 0px auto;
}
.owner_hp .chucoso_phone .textwidget p{
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 35px;
}
.owner_hp .chucoso_address  .textwidget p{
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 35px;
}
.owner_hp .chucoso_phone .textwidget p:before{
  position: absolute;
  content: "";
  background: url(../images/phone-icon-orange.png) no-repeat;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
}
.owner_hp .chucoso_address .textwidget p:before{
  position: absolute;
  content: "";
  background: url(../images/location-icon-orange.png) no-repeat;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
}
.activities_homepage ul li h2,
.featured_pro_homepage ul li .post_title{
  margin: 0px;
  font-size: 20px;
  line-height: 28px;
  font-family: bevietnam-bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: .4s ease-in-out all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.activities_homepage ul li .text_widget p{
  font-size: 14px;
  line-height: 22px;
}
.qb_single_product{
  margin: 50px 0px 0px 0px;
}
.qb_single_product .info_pro_detailds{

  margin: 0px 0px 100px 0px;
}
.qb_single_product .info_pro_detailds .wrap_figure figure{
  height: 416px;
}
.qb_single_product .info_pro_detailds .wrap_figure figure img{border-radius: 16px;width: 460px;height: 100%;object-fit: cover;}
.qb_single_product .info_pro_detailds .text_widget .name_product{
  font-size: 32px;
  line-height: 40px;
  font-family: bevietnam-bold;
  color: #F0F7E7;
  margin: 0px 0px 20px 0px;
}
.qb_single_product .info_pro_detailds .text_widget{
  font-size: 18px;
  line-height: 26px;
}
.thongtinkhac_sp{
  display: block;
}
.thongtinkhac_sp strong{
 font-family: bevietnam-bold;
 color: #F0F7E7; 
}
.qb_single_product .info_pro_detailds .text_widget .khuyennghi_sp{
  margin: 24px 0px 32px 0px;
}
.qb_single_product .info_pro_detailds .text_widget .lhmh_btn{
  color: #F0F6E7;
  display: inline-block;
  font-family: bevietnam-medium;
  border-radius: 7px;
  border: 2px solid #F0F6E7;
  padding: 20px 60px;
}
.qb_single_product .ot_info_pro_detailds{
  margin: 0px 0px 100px 0px;
}
.qb_single_product .ot_info_pro_detailds .ct_inside{
  display: table;
  width: 100%;
}
.single_related_pro .text_widget .post_title,
.qb_archive_product .text_widget .post_title{
  font-size: 18px;
  line-height: 26px;
  font-family: bevietnam-bold;
  margin: 0px 0px 15px 0px;
}
.featured_pro_homepage .featured_pro_si {
  margin: 0px;
}
.featured_pro_homepage .featured_pro_si .slick-list{
  margin: 0px -15px;
}
.featured_pro_homepage .featured_pro_si .slick-slide{
  padding: 0px 15px;
}
.featured_pro_homepage .slick-prev,
.featured_pro_homepage .slick-next{
  top: 50%;
  width: 16px;
  height: 35px;
  margin: -17.5px 0px 0px 0px;
}
.featured_pro_homepage .slick-prev{
  left: -42px;
}
.featured_pro_homepage .slick-next{
  right: -42px;
}
.featured_pro_homepage .slick-prev:before,
.featured_pro_homepage .slick-next:before{content: "";width: 16px;height: 35px;position: absolute;top: 0px;left: 0px;background-size: contain !important;}
.featured_pro_homepage .slick-prev:before{
  background: url(../images/arrow-left-icon.png) no-repeat;
}
.featured_pro_homepage .slick-next:before{
  background: url(../images/arrow-right-icon.png) no-repeat;
}
.featured_pro_homepage ul li figure{
  margin: 0px 0px 15px 0px;
  height: 250px;
}
.featured_pro_homepage .slick-dots li{
  width:8px;
  height:8px;
  margin:0px 6px;
}
.featured_pro_homepage .slick-dots li button{
 width: 8px; 
 height: 8px;
 background:  #F0F7E7;
 opacity: 0.2;
 border-radius: 50%;
}
.featured_pro_homepage .slick-dots li.slick-active button{
  opacity:1;
}
.featured_pro_homepage .slick-dots li button:before{

  width: 8px;

  height: 8px;

  content: "";

  line-height: 8px;
}
.featured_pro_hp .featured_pro_btn{
  color: #F0F6E7;
  font-family: bevietnam-medium;
  border-radius: 7px;
  border: 2px solid #F0F6E7;
  padding: 20px 60px;
  display: table;
  margin: 100px auto 0px auto;
}
.featured_pro_hp .featured_pro_btn img{

  position: relative;
  
  top: -3px;
  
  margin: 0px 0px 0px 5px;
}
.page-template-page-template-home{
  position: relative;
  background-image: url(../images/la-defaulit1.png), url(../images/la-defaulit2.png), url(../images/la-defaulit3.png),url(../images/la-defaulit4.png),url(../images/tea-leaf.png),url(../images/tea-pot.png);
  background-position: 0% 45%,100% 45%,0% 25%,100% 25%,0% 70%,100% 63%;
  background-repeat: no-repeat;
}
.page-template-page-template-home .top_header{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
.social_fixed{
  position: fixed;
  z-index: 99999;
  bottom: 150px;
  right: 50px;
}
.social_fixed ul li{
  margin: 0px 0px 30px 0px;
}
.social_fixed ul>li:last-child{
  margin: 0px;
}
.scroll_top {
  position: fixed;
  z-index: 99999;
  bottom: 60px;
  right: 50px;
  cursor: pointer;
}
.wpcf7-not-valid-tip{
  font-size: 18px !important;
  margin: 10px 0px 0px 0px !important;
}
.wpcf7-response-output{
  margin: 0px !important;
  border-radius: 0px 0px 12px 12px !important;
  text-align: center !important;
  color: #dc3232 !important;
  border: none !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
.source_pro_hp .source_pro_general>.panel-grid-cell>.so-panel:nth-child(1),
.source_pro_hp .source_pro_general>.panel-grid-cell>.so-panel:nth-child(2){
  margin: 0px 0px 24px 0px !important;
}
  .wpcf7-spinner{
    display: none !important;
  }
  .img_top_page .textwidget figure{
    height: 150px;
  }
    .img_top_page .textwidget figure img{
        display: table;
  margin: 0px auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 60px 0px 60px 0px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  }
    .source_pro_hp .wrap_figure .textwidget figure {
    }
  .source_pro_hp .wrap_figure .textwidget figure img{
border-radius: 12px;
  }
  .breadcrumb_img img{
    border-radius: 12px;
  }
/*END CSS CONTENT*/
/*CSS RESPONSIVE*/
@media (min-width: 768px) and (max-width: 1024px){
.banner_slider_tp .banner_slider_detailds .text_widget{
    max-width: 450px;
  }
  .banner_slider_tp .slick-dots{
        bottom: 23px;
  }
  .banner_slider_tp .banner_two_tp .text_widget{
    left: 7%;
  }
  .banner_slider_tp .banner_one_tp .text_widget {
    bottom: 9%;
    left: 37%;
}
}
@media (max-width: 1024px){
  .top_ft .info_ft ul li{
    font-size: 14px;
    line-height: 22px;
  }
  .intro_hp .contact_hp_general>.panel-grid-cell:nth-child(1){
    margin: 0px 0px 48px 0px !important;
  }
  .related_posts{
    margin: 0px 0px 20px 0px;
  }
  .single_page .text_content{
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 48px 0px;
  }
  .single_page .single_tit{
    font-size: 20px;
    line-height: 28px;
  }
  .single_page .single_post_info{
    margin: 30px 0px 10px 0px;
  }
  .archive_page{
    margin: 0px 0px 30px 0px;
  }
  .qb_single_product{
    margin: 20px 0px 0px 0px;
  }
  .excerpt p{
    font-size: 14px;
    line-height: 22px;
  }
  .qb_single_product .ot_info_pro_detailds{
    margin:0px 0px 48px 0px;
  }
  .qb_single_product .ot_info_pro_detailds .ct_inside{
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 16px 0px;
  }
  .qb_single_product .info_pro_detailds{
    margin: 0px 0px 48px 0px;
  }
  .qb_single_product .info_pro_detailds .text_widget .lhmh_btn{
    padding: 5px 8px;
  }
  .qb_single_product .info_pro_detailds .text_widget .khuyennghi_sp{
    font-size: 14px;
    line-height: 22px;
  }
  .qb_single_product .info_pro_detailds .text_widget .name_product{
    font-size: 20px;
    line-height: 28px;
  }
    .banner_slider_tp .banner_two_tp .text_widget .widget-title{
    font-size: 30px;
    line-height: 38px;
    margin: 0px 0px 20px 0px;
  }
  .tg_pagination{
    margin: 0px;
  }
  .qb_archive_post .qb_col_de, .qb_archive_product .qb_col_de{
    margin: 0px 0px 48px 0px;
  }
  .qb_archive_post, .qb_archive_product{
    margin: 20px 0px 0px 0px;
  }
  .content_popup input[type="submit"]{
    padding: 8px 15px;
    margin: 20px auto 0px auto;
  }
  .popup_contact .form_tuvan_group .form_tuvan_detailds .list_group{
    margin: 0px 0px 20px 0px;
  }
  .popup_contact .form_tuvan_group .form_tuvan_detailds .list_group label{
    font-size: 14px;
    line-height: 22px;
  }
  .popup_contact .form_tuvan_group .form_tuvan_detailds .list_group input{
    padding: 10px 10px;
  }
  .content_popup i{
    margin: 0px;
  }
  .content_popup h2{
    font-size: 20px;
    line-height: 28px;
  }
  .popup_contact .form_tuvan_group{
    padding: 20px;
  }
  .banner_slider_tp .banner_slider_detailds .text_widget .textwidget p{
    font-size: 14px;
    line-height: 22px;
  }
  .giayphep_ft {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .top_ft .info_ft .widget-title{
    font-size: 20px;
    line-height: 28px;
  }
  .logo_ft .textwidget img{
    display: table;
    margin: 0px auto;
  }
  footer{
    padding: 20px 0px;
    
  }
  .owner_hp .chucoso_address .textwidget p,
  .owner_hp .chucoso_phone .textwidget p{
    font-size: 14px;
    line-height: 22px;
  }
  .owner_hp .chucoso_name{
    margin: 0px 0px 20px 0px;
  }
  .owner_hp .chucoso_name .textwidget{
    font-size: 14px;
    line-height: 22px;
  }
  .owner_hp .chucoso_name .widget-title{
    font-size: 25px;
    line-height: 33px;
  }
  .owner_hp .owner_general{
    padding: 20px;
  }
  .activities_homepage ul li .text_widget p{
    margin:0px 0px 5px 0px;
  }
  .activities_homepage ul li h2, .featured_pro_homepage ul li .post_title,
  .single_related_pro .text_widget .post_title, .qb_archive_product .text_widget .post_title,
  .qb_col_de .text_widget h2{
    font-size: 16px;
    line-height: 24px;
  }
  .qb_col_de figure, .activities_homepage ul li figure,.featured_pro_homepage ul li figure,
  .intro_hp .contact_hp_detailds .textwidget figure {
    height: 200px;
  }
  .featured_pro_hp .featured_pro_btn{
    margin: 50px auto 0px auto;
    padding: 8px 15px;
  }
  .featured_pro_homepage .slick-dots{
    bottom: -20px;
  }
  .featured_pro_homepage ul li figure{
    margin: 0px 0px 10px 0px;
  }
  .source_pro_hp .text_widget .widget-title:before{
    top: 0px;
  }
  .intro_hp .contact_hp_detailds .textwidget ul li, .source_pro_hp .text_widget .textwidget ul li,.intro_hp .contact_hp_detailds .textwidget p{
    font-size: 14px;
    line-height: 22px;
  }
  .source_pro_hp .text_widget .widget-title{
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
  }
  .intro_hp, .video_hp, .source_pro_hp, .owner_hp, .single_related_pro, .featured_pro_hp, .video_hp{
    margin: 0px 0px 48px 0px;
  } 
  .activity_hp{
    margin: 48px 0px 48px 0px;
  }
  .intro_hp .contact_hp_detailds .textwidget figure{
    margin: 20px auto 20px auto;
  }
  .img_top_page{
    margin:30px 0px 48px 0px;
  }
  .intro_hp .contact_hp_detailds .widget-title,
  .qb_title_page, .title_hp .widget-title{
    font-size: 22px;
    line-height: 30px;
    margin: 0px auto 20px auto;
  }
}
@media (max-width: 767px){
  .category-suc-khoe .qb_content, .single-post .qb_content{
    background-image: none;
  }
  .qb_single_product .info_pro_detailds .wrap_figure{
    display: table;
    margin: 0px auto;
  }
  .single-product .qb_content{
    background-image:none;
  }
    .qb_single_product .info_pro_detailds .wrap_figure figure{
    height: 200px;
    margin: 0px 0px 20px 0px;
  }
      .img_top_page .img_top_general>.panel-grid-cell:last-child{
        margin: 0px !important;
      }
    .img_top_page .img_top_general>.panel-grid-cell{
      margin: 0px 0px 20px 0px !important;
    }
  .banner_slider_tp .banner_slider_detailds .text_widget{
    position: relative;
    bottom: initial;
    left: initial;
    top: initial;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 20px 0px 0px 0px;
  }
  .page-template-page-template-home .top_header{
    position: relative;
  }
  .banner_slider_tp .banner_slider_general{
    display: block !important;
  }
    .giayphep_ft {
    text-align: center;
  }
  .top_ft .info_ft .widget-title{
    text-align:center;
  }
  .popup .close_popup{
    padding: 0px;
  }
  .icon_mobile_click{
    display:block;
  }
  .qb_memu_header{
   display:none; 
 }
 .page-template-page-template-home{
  background-image: none;
}
.scroll_top{
  right: 15px;
  bottom: 20px;
}
.social_fixed{
  right: 15px;
  bottom: 65px;
}
.social_fixed ul li{
  margin: 0px 0px 10px 0px;
}
.social_fixed ul li img,
.scroll_top img{
  max-width: 35px !important;
  width: 100%;
}
.owner_hp .chucoso_phone{
  margin:0px 0px 10px 0px;
}
.activities_homepage ul li,
.qb_col_de {
 margin: 0px 0px 30px 0px;
 width: 100%;
}
.activities_homepage ul>li:last-child,
  .single_related_pro ul>li:last-child{
 margin:0px;
}
}
@media (min-width: 480px) and (max-width: 767px){

}
/*END CSS RESPONSIVE*/  