@charset "UTF-8";
.icon_next {
  font-size: 16px;
  padding-top: 6px;
}

#go_top:hover {
  opacity: .85;
}

.full_top_head {
  float: left;
  width: 100%;
}

.left_head_top {
  float: left;
}

.right_head_top {
  float: right;
}

.ul_head_top > li {
  display: inline-table;
  font-size: 12px;
  line-height: 19px;
  color: #353638;
  padding: 6px 15px;
  position: relative;
}

.ul_head_top > li > a {
  color: #353638;
}

.ul_head_top > li > a:hover {
  text-decoration: underline;
}

.map_head:before {
  content: "\f041";
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.bf_gmail:before {
  content: "\f0e0";
  font: normal normal normal 13px/1 FontAwesome;
  color: #333;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 8px;
}

.bf_phone:before {
  content: "\f10b";
  font: normal normal normal 24px/1 FontAwesome;
  color: #333;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 3px;
}

.bf_tag:before {
  content: "\f02b";
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  margin-right: 3px;
  position: absolute;
  left: -5px;
  top: 8px;
}

.bf_check:before {
  content: "\f058";
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  margin-right: 3px;
  position: absolute;
  left: -3px;
  top: 8px;
}

.bf_heaart:before {
  content: "\f004";
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  margin-right: 3px;
  position: absolute;
  left: -5px;
  top: 8px;
}

.logo_pc > a > img {
  max-width: 100%;
}

.btn_search:hover {
  background: #d42525;
  color: #fff;
}

.text_search > p > strong {
  font-style: normal;
}

.input_gr > input::-webkit-input-placeholder {
  color: #acacac;
}

.input_gr > input::-moz-placeholder {
  color: #acacac;
}

.input_gr > input:-ms-input-placeholder {
  color: #acacac;
}

.input_gr > input:-moz-placeholder {
  color: #acacac;
}

.select_style {
  float: left;
  width: 35%;
}

.select_style > select {
  padding: 0 10px;
  height: 42px;
  color: #acacac;
  font-size: 12px;
  width: 100%;
  border: 1px solid #ccc;
  border-right: 0;
}

.search_style {
  overflow: hidden;
  width: 65%;
}

.border_ccc {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
}

.right_mid_head {
  float: right;
  padding-top: 10px;
}

.ul_right_head_mid > li {
  display: inline-table;
  padding: 0 20px;
}

.ul_right_head_mid > li:last-child {
  padding-right: 0;
}

.ul_right_head_mid > li > a {
  float: left;
  width: 100%;
}

.img_cart {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f36008;
  text-align: center;
  padding: 15px 0;
  position: relative;
  top: 7px;
}

.img_cart > img {
  width: 20px;
  height: 23px;
}

.img_cart > span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 50%;
  right: 0;
  top: -3px;
  background: #ffba00;
}

.icon_user {
  float: left;
  display: inline-block;
  margin-right: 5px;
}

.text_user {
  overflow: hidden;
}

.icon_user > a > i {
  font-size: 38px;
  color: #f36008;
}

.text_user > p {
  color: #333;
  font-size: 13px;
  line-height: 19px;
}

.text_user > p {
  padding-bottom: 3px;
}

.text_user > p:last-child {
  padding-bottom: 0;
}

.text_user > p > a {
  color: #333;
}

.flot_left_100 {
  float: left;
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

.menu_main {
  background-size: 100% 100%;
}

.wrapper {
  margin: 0 auto;
}

.wrapper-small {
  max-width: 728px;
}

.wrapper-flush {
  width: 100%;
}

.nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.nav-container {
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 300px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
}

.nav-container.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: transparent;
  float: left;
  width: 60px;
  z-index: 99;
}

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #0b920e;
  border-radius: 10px;
}

.icon-menu .line-1 {
  top: 0;
}

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

.is-active .icon-menu .line-2 {
  opacity: 0;
}

.icon-menu .line-3 {
  bottom: 0;
}

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu {
  background-color: #3c6e3a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-menu .menu-item {
  border-top: 1px solid #fff;
}

.nav-menu > .menu-item.is-active {
  background: #3c6e3a;
}

.nav-menu > .menu-item:hover {
  background: #68dc12;
}

.nav-menu > .menu-item.is-active.has-dropdown:after, .nav-menu > .menu-item:hover.has-dropdown:after {
  color: #fff;
}

.nav-menu > .menu-item.is-active a, .nav-menu > .menu-item:hover a {
  color: #fff;
}

.nav-dropdown > .menu-item {
  padding-left: 0;
}

.nav-dropdown > .menu-item:hover {
  opacity: .85;
}

.nav-menu .menu-link {
  color: #fff;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 8px 15px;
}

.has-dropdown {
  position: relative;
  cursor: pointer;
}

.has-dropdown > .menu-link {
  display: inline-block;
}

.has-dropdown:after {
  padding-top: 0;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "+";
  color: #fff;
  line-height: 32px;
  width: 57px;
  height: 37px;
  text-align: center;
}

.has-dropdown.is-active:after {
  content: "\2013";
}

.nav-dropdown {
  display: none;
  background: #08381091;
}

.has-dropdown.is-active > .nav-dropdown {
  display: block;
}

.nav-dropdown .nav-dropdown {
  background-color: #aaa;
}

.nav-dropdown .menu-item {
  border-color: #fff;
}

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #ea3232;
}

.logo_mobile {
  text-align: center;
}

.logo_mobile img {
  width: 180px;
  height: auto;
}

@media (min-width: 992px) {
  .nav {
    background-color: rgba(0, 0, 0, 0.65);
  }

  .nav, .nav-container, .nav-container.is-visible {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-container, .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }

  .nav-toggle {
    display: none;
  }

  .nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active {
    background-color: #da7a24;
    text-decoration: none;
  }

  .nav-menu .menu-item {
    -webkit-transition: background-color .15s ease-in-out,color .15s ease-in-out;
    transition: background-color .15s ease-in-out,color .15s ease-in-out;
  }

  .has-dropdown:after {
    content: "" !important;
  }

  .nav-menu > .menu-item:hover.has-dropdown:after {
    border-color: transparent transparent transparent transparent !important;
  }

  .menu-item:hover.has-dropdown:after {
    border-color: #75ad21 transparent transparent transparent !important;
  }

  .nav-menu > .has-dropdown:after {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
  }

  .has-dropdown > .menu-link {
    padding-right: 2rem;
  }

  .nav-dropdown {
    left: 0;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 215px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    -webkit-transition: visibility 0s linear .25s,opacity .25s linear;
    transition: visibility 0s linear .25s,opacity .25s linear;
  }

  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .nav-dropdown .menu-item {
    border: 0;
    margin-top: 1px;
  }

  .nav-dropdown .menu-item:last-child {
    border: 0;
    border-bottom: 0;
  }

  .nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
    background-color: #fe3232;
  }

  .nav-dropdown .menu-item:hover .menu-link, .nav-dropdown .menu-item:hover .menu-link {
    color: #fff;
  }

  .nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item {
    background-color: #dedede;
  }

  .nav-dropdown .nav-dropdown {
    z-index: 998;
    top: 0;
    left: 100%;
  }

  .content {
    margin-top: 0;
  }

  .nav-menu > .menu-item > .menu-link {
    display: block;
    line-height: 42px;
    padding: 0 14px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
  }

  .nav-menu > .menu-item:last-child > .menu-link {
    padding-right: 0;
  }

  .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
    background: #0098da;
  }

  .nav-menu > .menu-item {
    position: relative;
    float: left;
    padding: 0;
    border-top: 0;
  }

  .nav-menu, .nav {
    background: #f1a042;
  }

  .nav-menu > .menu-item.is-active > .menu-link, .nav-menu > .menu-item:hover > .menu-link {
    color: #fff;
  }

  .nav-menu > .menu-item > a:hover {
    color: transparent;
    text-decoration: underline;
  }

  .nav-dropdown > .menu-item {
    padding: 0;
    background: #fff;
  }

  .nav-menu .menu-link {
    padding: 8px 15px 8px 15px;
  }

  .nav-dropdown > .menu-item > .menu-link {
    color: #0d0d0d !important;
  }

  .nav-dropdown > .menu-item:hover > .menu-link {
    color: #fff !important;
  }

  .nav-menu > .menu-item {
    position: relative;
  }

  .nav-dropdown .nav-dropdown .menu-item {
    background: #fff;
  }

  .qts_head_bot {
    background: #f1a042;
  }

  .bf_news {
    position: relative;
  }

  .bf_news:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -5px;
    background: url(../img/bf_news.png) no-repeat;
    width: 29px;
    height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list_link_hd {
    float: left !important;
  }

  .ul_right_head > li {
    padding: 0 15px;
  }

  .title_dmsp {
    padding: 17px 15px 13px 15px;
  }

  .nav-menu > .menu-item > .menu-link {
    padding: 12px 12px 12px 12px;
  }

  .bf_news:before {
    right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sc_header_menu.sticky-header {
    position: relative !important;
  }

  .ul_right_head > li {
    padding: 0 12px;
  }

  .ul_head_top > li {
    padding: 10px 15px 5px 15px;
  }

  .map_head:before {
    top: 9px;
  }

  .bf_gmail:before {
    top: 12px;
  }

  .bf_phone:before {
    top: 5px;
  }

  .ul_right_head_mid > li {
    padding: 0 15px;
  }

  .img_cart {
    width: 43px;
    height: 43px;
    padding: 9px 0;
  }

  .img_cart > span {
    padding: 1px 6px;
    right: -2px;
    top: -7px;
  }

  .right_mid_head {
    padding-top: 20px;
  }

  .img_cart {
    top: 0;
  }
}
@media (max-width: 767px) {
  .sc_header_menu.sticky-header {
    position: relative !important;
  }
.ttnews .ttnew_right .ttnew_right_top {
  display: block !important;
}
  .img_logo_mb {
    max-width: 100%;
    height: auto;
  }

  .ul_head_top > li {
    padding: 10px 15px 5px 15px;
  }

  .map_head:before {
    top: 9px;
  }

  .bf_gmail:before {
    top: 12px;
  }

  .bf_phone:before {
    top: 5px;
  }

  .right_head {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
  }

  .ul_right_head > li {
    padding: 0 10px;
  }

  .img_cart {
    width: 35px;
    height: 35px;
    padding: 8px 0;
    top: 0;
  }

  .text_user > p {
    padding-bottom: 0;
  }

  .right_mid_head {
    top: 10px;
  }

  .img_cart > span {
    padding: 1px 6px;
    right: -2px;
    top: -7px;
    font-size: 11px;
  }

  .img_cart > img {
    width: 16px;
    height: 18px;
  }

  .ul_right_head_mid > li {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .col-lg-543 {
    width: 43.666667% !important;
  }

  .col-lg-431 {
    width: 31.333333% !important;
  }
}
/**/
.qts_head_topp {
  padding: 10px 0;
  background: #3c6e3a;
}
.qts_head_topp h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.qts_head_top {
  background: url(../img/bg1.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d8d8d8;
}
.qts_head_top .full_top_head .left_head_top .ul_head_top li {
  padding: 10px 15px 10px 0;
}
.qts_head_top .full_top_head .left_head_top .ul_head_top li a {
  display: block;
  font-size: 12px;
}
.qts_head_top .full_top_head .left_head_top .ul_head_top li a::before {
  padding-right: 5px;
  font-size: 12px;
}
.qts_head_top .full_top_head .right_head_top .ul_head_top li {
  background: url("../img/english.png") no-repeat left center;
  padding-left: 30px;
}
.qts_head_top .full_top_head .right_head_top .ul_head_top li:last-child {
  background: url(../img/vi.png) no-repeat left center;
  padding-right: 0;
}
.qts_head_top .full_top_head .right_head_top .ul_head_top li a {
  display: block;
}
.qts_head_top .full_top_head .right_head_top .ul_head_top li a:hover {
  color: #1c7906;
}

.qts_head_mid {
  background: url(../img/bg1.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.qts_head_mid .logo_pc {
  padding: 2.5px 0;
}
.qts_head_mid .logo_pc a {
  display: block;
}
.qts_head_mid .logo_pc a img {
  max-width: 100%;
  height: 100px;
}
.qts_head_mid .search_head_mid {
  padding: 25px 0 38px;
}
.qts_head_mid .search_head_mid .form_search .input-group.input_gr > input {
  height: 42px;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  color: #acacac;
  position: relative;
  background: url(../img/ima7.png) no-repeat 15px center #fff;
  padding-left: 38px;
}
.qts_head_mid .search_head_mid .form_search .input-group.input_gr span button {
  background: #3c6e3a;
  border: transparent;
  height: 42px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: transparent;
  border-radius: 0;
  padding: 6px 25px;
}

.banner .slider_main .slider_main_item {
  position: relative;
}
.banner .slider_main .slider_main_item .banner_sli_content {
  width: 40%;
  text-align: center;
  position: absolute;
  top: 33%;
  left: 0;
  color: #fff;
  background: url(../img/image4.png) no-repeat;
  background-size: 100%;
  background-position: left center;
  padding: 4% 11% 4% 20px;
  height: auto;
}
.banner .slider_main .slider_main_item .banner_sli_content h3 {
  font-family: VLKALEKOROUNDBOLD;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  text-shadow: 4px 3px #000;
}
.banner .slider_main .slider_main_item .banner_sli_content p {
  font-family: VLHELLVINAHANDSCRIPT;
  font-size: 36px;
  line-height: 48px;
  padding-top: 25px;
  text-shadow: 4px 3px #000;
}

.banner_bot {
  background: #567b4b;
  color: #fff;
  padding: 11px 0;
}
.banner_bot .banner_bot_l {
  display: flex;
  align-items: center;
}
.banner_bot .banner_bot_l h3 {
  padding-left: 10px;
  padding-top: 20px;
  font-size: 20px;
  font-family: RobotoSlab_Bold;
  text-transform: uppercase;
}
.banner_bot .banner_bot_r {
  text-align: center;
  margin: auto -15px;
  padding: 10px 0;
}
.banner_bot .banner_bot_r h3 {
  font-size: 20px;
  font-family: RobotoSlab_Bold;
  text-transform: uppercase;
}
.banner_bot .banner_bot_r p {
  font-size: 14px;
  font-family: RobotoSlab_Regular;
  text-transform: capitalize;
}

.service {
  padding: 18px 0 44px;
}
.service .service_a {
  display: flex;
  align-items: center;
  justify-content: left;
}
.service .service_a a {
  display: block;
  padding-right: 10px;
}
.service .service_a a img {
  height: 100px;
  display: block;
  object-fit: cover;
}
.service .service_a p {
  line-height: 24px;
  font-size: 14px;
  font-family: ROBOTO_BOLD;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.introduce {
  padding-bottom: 55px;
}
.introduce .row1 > a {
  display: block;
  width: 50%;
  float: left;
  box-shadow: 15px 15px #f2b157;
  margin-right: 1%;
  margin-bottom: 15px;
}
.introduce .row1 > a img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.introduce .row1 .introduce_1r {
  width: 48%;
  float: left;
  padding-left: 30px;
  max-height: 430px;
  overflow: hidden;
  padding-bottom: 20px;
}
.introduce .row1 .introduce_1r h3 {
  font-family: UVNHongHaHep_B;
  font-size: 30px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.introduce .row1 .introduce_1r p {
  font-size: 14px;
  -webkit-line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 24px;
  text-align: justify;
}
.introduce .row1 .introduce_1r a {
  display: inline-block;
  padding: 10px 39px;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  background: #567b4b;
  border-radius: 10px;
  margin-top: 33px;
}
.introduce .row1 .introduce_1r a:hover {
  opacity: 0.7;
}
.introduce .row2 {
  margin-top: 30px;
}
.introduce .row2 > a {
  box-shadow: 15px 15px #57784d;
}
.introduce .row2 .introduce_1r {
  width: 48%;
  padding-right: 30px;
  padding-left: 0;
}

.resources {
  padding: 22px 0 36px;
  background: url(../img/image5.png) no-repeat center top;
}
.resources h2.resources_title {
  font-family: UVNHongHaHep_B;
  font-size: 30px;
  line-height: 67px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-top: 9px;
  padding: 9px 0px 25px 0;
  background: url(../img/img7.png) no-repeat center bottom;
  margin-bottom: 15px;
}
.resources .row .resources_content {
  text-align: center;
}
.resources .row .resources_content a {
  display: block;
}
.resources .row .resources_content a img {
  display: block;
  width: 100%;
  height: auto;
}
.resources .row .resources_content h3 {
  font-family: VLGREATVIBES;
  color: #2bac57;
  font-size: 30px;
  padding-top: 20px;
}

.procedure {
  background: url(../img/image5.png) no-repeat center -20px #fdf0da;
  padding-bottom: 38px;
}
.procedure div.procedure_sp {
  position: relative;
}
.procedure div.procedure_sp h2.resources_title {
  font-family: UVNHongHaHep_B;
  font-size: 30px;
  line-height: 67px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-top: 9px;
  position: relative;
  padding: 9px 0 30px;
  background: url(../img/img7.png) no-repeat center bottom;
}
.procedure div.procedure_sp img {
  display: block;
  width: 100%;
}

.productnb {
  padding: 46px 0 218px;
  background: url(../img/img9.4.png) no-repeat center fixed;
  background-size: cover;
  text-align: center;
}
.productnb .productnb_title {
  padding-bottom: 55px;
  text-align: center;
}
.productnb .productnb_title h3 {
  color: #2ba353;
  font-family: VLGREATVIBES;
  font-size: 35px;
  line-height: 67px;
  text-transform: capitalize;
}
.productnb .productnb_title h4 {
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-family: UVNHongHaHep_B;
}
.productnb .owl-carousel.slider_main1 .productnb_info {
  padding-bottom: 24px;
  background: #fff;
}
.productnb .owl-carousel.slider_main1 .productnb_info a {
  display: block;
}
.productnb .owl-carousel.slider_main1 .productnb_info a img {
  display: block;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.productnb .owl-carousel.slider_main1 .productnb_info .productnb_infoa {
  text-align: center;
  font-family: ROBOTO_BOLD;
  font-size: 18px;
  padding-top: 14px;
}
.productnb .owl-carousel.slider_main1 .productnb_info .productnb_infoa h3 a {
  color: #363535;
  display: block;
  text-transform: uppercase;
  font-family: ROBOTO_BOLD;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productnb .owl-carousel.slider_main1 .productnb_info .productnb_infoa h3 a:hover {
  color: #000;
}
.productnb .owl-carousel.slider_main1 .productnb_info .productnb_infoa .price {
  padding-top: 30px;
}
.productnb .owl-carousel.slider_main1 .productnb_info .productnb_infoa .price p {
  color: #2bac57;
}
.productnb .owl-carousel.slider_main1 .owl-nav {
  /*hoiaquy xem dùng dấu phẩy ở đây để gọi luôn vào thằng i.icon_slider đc k*/
  top: 50%;
}
.productnb .owl-carousel.slider_main1 .owl-nav .owl-prev, .productnb .owl-carousel.slider_main1 .owl-nav .owl-next {
  left: 1%;
  opacity: 1;
}
.productnb .owl-carousel.slider_main1 .owl-nav .owl-prev:hover, .productnb .owl-carousel.slider_main1 .owl-nav .owl-next:hover {
  color: #2bac57;
}
.productnb .owl-carousel.slider_main1 .owl-nav .owl-prev i.icon_slider, .productnb .owl-carousel.slider_main1 .owl-nav .owl-next i.icon_slider {
  font-size: 45px;
  font-weight: bold;
}
.productnb .owl-carousel.slider_main1 .owl-nav .owl-next {
  opacity: 1;
  left: 96%;
}
.productnb a.productnb_btn {
  display: inline-block;
  color: #fff;
  background: rgba(47, 71, 41, 0.7);
  border: 1px solid #fff;
  padding: 13px;
  font-size: 18px;
  font-family: ROBOTO_REGULAR;
  text-transform: uppercase;
  margin: 34px auto 0;
}
.productnb a.productnb_btn:hover {
  background: #2f4729;
}

.partner {
  padding: 33px 0 35px;
}
.partner h2.partner_title {
  font-size: 24px;
  font-family: UVNHongHaHep_B;
  padding-bottom: 30px;
  text-align: center;
}
.partner .slider_main2 .item a {
  display: block;
}
.partner .slider_main2 .item a img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
  border: 1px solid #d4d9d3;
}

.contact {
  padding: 47px 0 66px;
  text-align: center;
  background: url(../img/img11.png) no-repeat center fixed;
  background-size: cover;
}
.contact .contact_left {
  width: 69%;
  float: left;
}
.contact .contact_left p {
  font-size: 17px;
  font-family: ROBOTO_REGULAR;
  color: #fff;
  line-height: 30px;
}
.contact .contact_left h3 {
  color: #feef00;
  font-family: ROBOTO_BOLD;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 48px;
}
.contact .contact_right {
  width: 25%;
  float: right;
}
.contact .contact_right a {
  display: inline-block;
  font-family: ROBOTO_REGULAR;
  padding: 20px 30px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.5s ease;
}
.contact .contact_right a:hover {
  box-shadow: 2px 2px 2px #2bac57;
  color: #2bac57;
}

.news {
  padding: 40px 0 46px;
}
.news h2.news_title {
  font-family: UVNHongHaHep_B;
  font-size: 30px;
  line-height: 67px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 56px;
}
.news h2.news_title::after {
  position: absolute;
  content: "";
  background: url(../img/img7.png) no-repeat center center;
  width: 100%;
  height: 100%;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
}
.news .news_pro > a.new_img {
  display: block;
}
.news .news_pro > a.new_img img {
  width: 100%;
  height: 201px;
  object-fit: cover;
}
.news .news_pro .news_pro_content {
  padding-top: 16px;
  height: 165px;
  overflow: hidden;
}
.news .news_pro .news_pro_content h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  line-height: 22px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .news_pro .news_pro_content p {
  color: #5a5a5a;
  font-size: 12px;
  text-align: justify;
  line-height: 22px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .news_pro a.more_new {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  padding: 8px;
  background: #3e6c3e;
  color: #fff;
  text-transform: capitalize;
}
.news .news_pro a.more_new:hover {
  opacity: 0.7;
}

.contactre {
  padding: 59px 0 46px;
  background: url(../img/img13.png) no-repeat center fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.contactre .contactre_info h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: UVNHongHaHep_B;
}
.contactre .contactre_info form {
  padding: 50px 0 39px;
}
.contactre .contactre_info form input[type="text"] {
  width: 25%;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 22px;
}
.contactre .contactre_info form input[type="text"]:nth-child(3) {
  margin-right: 0;
}
.contactre .contactre_info form input[type="text"]::placeholder {
  color: #fff;
}
.contactre .contactre_info form input[type="submit"] {
  width: 33.33%;
  display: block;
  margin: 0 auto;
  background: #f2b157;
  color: #fff;
  margin-top: 36px;
  border: 0;
  padding: 15px;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: UVNVAN;
  box-shadow: 2px 2px #ab4927;
}
.contactre .contactre_info form input[type="submit"]:hover {
  opacity: 0.7;
}
.contactre .contactre_follow {
  padding-top: 32px;
  border-top: 1px solid #fff;
  position: relative;
}
.contactre .contactre_follow::before {
  content: "";
  position: absolute;
  max-width: 327px;
  height: 4px;
  background: #fff;
  top: 0;
  left: 2%;
  right: 2%;
  margin: 0 auto;
}
.contactre .contactre_follow h3 {
  font-size: 30px;
  padding-bottom: 36px;
}
.contactre .contactre_follow .contactre_follow_icon a {
  display: inline-block;
  color: #fff;
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  max-width: 55px;
  max-height: 55px;
}
.contactre .contactre_follow .contactre_follow_icon a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactre .contactre_follow .contactre_follow_icon a:hover {
  opacity: 0.7;
  color: #fff;
}

.footer_top {
  padding: 21px 0 18px;
  background: #eaeac6;
}
.footer_top .footer_top_all {
  padding: 0 50px 0 60px;
}
.footer_top .footer_top_all .footer_top_sp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_top .footer_top_all .footer_top_sp a {
  display: block;
  margin-right: 8px;
}
.footer_top .footer_top_all .footer_top_sp a img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer_top .footer_top_all .footer_top_sp .footer_top_sp_ct p {
  font-size: 13px;
  line-height: 18px;
}

.footer_mid {
  padding: 27px 0 0;
}
.footer_mid .footer_mid_c1 h3 {
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  color: #3e6c3e;
  font-weight: bold;
}
.footer_mid .footer_mid_c1 ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  color: #444444;
}
.footer_mid .footer_mid_c1 ul li a:hover {
  color: #ff0101;
}
.footer_mid .footer_mid_c1 ul li p {
  display: block;
  font-size: 13px;
  color: #444444;
  display: inline-block;
  font-family: 'ArialMT';
  line-height: 28px;
}
.footer_mid .footer_mid_c1 ul li p a {
  font-weight: bold;
}
.footer_mid .footer_mid_c1 ul li p a i {
  margin-right: 7px;
  font-size: 25px;
}
.footer_mid .footer_mid_c1 ul li.footer_mid_social {
  border-top: 1px solid #e3e4e5;
  margin-top: 12px;
}
.footer_mid .footer_mid_c1 ul li.footer_mid_social div a {
  display: inline-block;
  font-size: 24px;
}
.footer_mid .footer_mid_c1 > img {
  width: 100%;
}
.footer_mid .pay {
  padding: 20px 0;
  border-top: 1px solid #e5e6e7;
  border-bottom: 1px solid #e5e6e7;
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.footer_mid .pay p {
  color: #ff2626;
  margin-right: 35px;
  font-size: 13px;
}
.footer_mid .pay ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer_mid .pay ul li a {
  display: inline-block;
}
.footer_mid .pay ul li a img {
  width: 100%;
  height: 29px;
  object-fit: contain;
}

.footer_bot {
  padding: 14px 0;
}
.footer_bot .footer_bot_l p {
  font-size: 12px;
  line-height: 18px;
}
.footer_bot .footer_bot_l p:first-child {
  font-weight: bold;
}
.footer_bot a {
  display: block;
  text-align: right;
}
.footer_bot a img {
  max-width: 100%;
}

.bread {
  padding: 17px 0 25px;
}
.bread .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background: transparent;
  border-radius: 0;
}
.bread .breadcrumb li a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  text-transform: capitalize;
}
.bread .breadcrumb li.active {
  color: #3c6e3a;
  text-transform: capitalize;
  font-size: 14px;
  text-transform: capitalize;
}

.ttnews .ttnew_left .ttnew_left_a > ul {
  border: 1px solid #cacaca;
  margin-bottom: 24px;
}
.ttnews .ttnew_left .ttnew_left_a > ul li {
  border-bottom: 1px solid #cacaca;
  transition: all 1s ease;
  position: relative;
}
.ttnews .ttnew_left .ttnew_left_a > ul li p {
  background: #3c6e3a;
  color: #fff;
  display: block;
  padding: 0 0 0 23px;
  font-size: 18px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: ROBOTO_REGULAR;
}
.ttnews .ttnew_left .ttnew_left_a > ul li a {
  display: inline-block;
  padding: 0 0 0 23px;
  font-size: 14px;
  line-height: 55px;
  text-transform: capitalize;
  position: relative;
  font-family: ROBOTO_REGULAR;
}
.ttnews .ttnew_left .ttnew_left_a>ul li.ttdropdown::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    position: absolute;
    top: 50%;
    left: 92%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    transition: all 1s ease;
}
.ttnews .ttnew_left .ttnew_left_a>ul li.active {
    background: #e59441;
}
.ttnews .ttnew_left .ttnew_left_a > ul li.active > a {
  color: #fff;
}
.ttnews .ttnew_left .ttnew_left_a > ul li.active::after {
  transform: rotate(90deg);
  top: 18px;
}
.ttnews .ttnew_left .ttnew_left_b a {
  display: block;
  padding-bottom: 24px;
}
.ttnews .ttnew_left .ttnew_left_b a img {
  display: block;
  width: 100%;
}
.ttnews .ttnew_right {
  padding-bottom: 49px;
}
.ttnews .ttnew_right .ttnew_right_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 32px;
}
.ttnews .ttnew_right .ttnew_right_top h3 a {
  font-family: ROBOTO_BOLD;
  font-size: 18px;
  color: #3c6e3a;
  text-decoration: underline !important;
  text-transform: capitalize;
}
.ttnews .ttnew_right .ttnew_right_top ul.grid li {
  display: inline-block;
}
.ttnews .ttnew_right .ttnew_right_top ul.grid li a {
  display: inline-block;
  font-size: 23px;
  margin-left: 10px;
  color: #c8c8c8;
  border: 1px solid #cdcac8;
  width: 28px;
  height: 28px;
  background: #fff;
  padding: 14px;
  position: relative;
}
.ttnews .ttnew_right .ttnew_right_top ul.grid li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ttnews .ttnew_right .ttnew_right_top ul.grid li.active a {
  background: #f1ae55;
  color: #fff;
}
.ttnews .ttnew_right #grid .ttnew_right_product {
  padding-bottom: 50px;
  width: 50%;
  float: left;
}
.ttnews .ttnew_right #grid .ttnew_right_product > a {
  display: block;
  width: 100%;
  float: none;
}
.ttnews .ttnew_right #grid .ttnew_right_product > a img {
  width: 100%;
  display: block;
  height: 227px;
  object-fit: cover;
}
.ttnews .ttnew_right #grid .ttnew_right_product .ttnew_right_product_ct {
  width: 100%;
  float: none;
  padding-top: 15px;
}
.ttnews .ttnew_right .ttnew_right_product {
  padding-bottom: 50px;
}
.ttnews .ttnew_right .ttnew_right_product > a {
  display: block;
  width: 44%;
  float: left;
}
.ttnews .ttnew_right .ttnew_right_product > a img {
  width: 100%;
  display: block;
  height: 227px;
  object-fit: cover;
}
.ttnews .ttnew_right .ttnew_right_product .ttnew_right_product_ct {
  width: 56%;
  float: left;
}
.ttnews .ttnew_right .ttnew_right_product .ttnew_right_product_ct .ttnew_right_product_ct1 {
  height: 177px;
  overflow: hidden;
}
.ttnews .ttnew_right .ttnew_right_product .ttnew_right_product_ct .ttnew_right_product_ct1 h3 {
  font-size: 18px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ttnews .ttnew_right .ttnew_right_product .ttnew_right_product_ct .ttnew_right_product_ct1 p {
  font-size: 14px;
  line-height: 24px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.ttnews .ttnew_right .ttnew_right_product .ttnew_right_product_ct a.more_new {
  display: inline-block;
  font-size: 16px;
  font-family: ROBOTO_REGULAR;
  padding: 13px 15px;
  border: 1px solid #3c6e3a;
  text-align: center;
  border-radius: 5px;
}
.ttnews .ttnew_right .pagination {
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  display: block;
  text-align: right;
}
.ttnews .ttnew_right .pagination li {
  display: inline-block;
}
.ttnews .ttnew_right .pagination li a {
  display: inline-block;
  color: #000;
  border-radius: 4px;
}
.ttnews .ttnew_right .pagination li a.active {
  background: #fb3f40;
  color: #fff;
}

.ttdropdown .ttdropdown_ct {
  transition: all 1s ease;
  height: 0;
  transition: all 1s ease;
  overflow: auto;
}

li.ttdropdown.active>.ttdropdown_ct {
  display: block;
  max-height: 500px;
  height: auto;
  transition: all 0.6s ease;
  background: #65a163;
}

li.ttdropdown.active>.ttdropdown_ct>li:hover>a {
 
  color: #fff;
}

.member {
  padding: 39px 0 95px;
}
.member .memberleft .slider_main .owl-nav {
  /*hoiaquy xem dùng dấu phẩy ở đây để gọi luôn vào thằng i.icon_slider đc k*/
  top: 50%;
}
.member .memberleft .slider_main .owl-nav .owl-prev, .member .memberleft .slider_main .owl-nav .owl-next {
  left: 1%;
  opacity: 1;
}
.member .memberleft .slider_main .owl-nav .owl-prev:hover, .member .memberleft .slider_main .owl-nav .owl-next:hover {
  color: #2bac57;
}
.member .memberleft .slider_main .owl-nav .owl-prev i.icon_slider, .member .memberleft .slider_main .owl-nav .owl-next i.icon_slider {
  font-size: 35px;
  font-weight: bold;
}
.member .memberleft .slider_main .owl-nav .owl-next {
  opacity: 1;
  left: 88%;
}
.member .memberleft .memberleft_a {
  padding-top: 28px;
}
.member .memberleft .memberleft_a .memberleft_a_more {
  text-align: justify;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
}
.member .memberleft .memberleft_a .memberleft_a_more h5 {
  display: inline-block;
  font-size: 18px;
  color: #3f6c3d;
  font-weight: bold;
  text-decoration: underline;
  text-transform: capitalize;
}
.member .memberleft .memberleft_a .memberleft_a_more a {
  display: inline-block;
  font-size: 12px;
  color: #da7a24;
  font-style: italic;
}
.member .memberleft .memberleft_a .memberleft_a_more a:hover {
  color: #3f6c3d;
}
.member .memberleft .memberleft_a .memberleft_a_one {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.member .memberleft .memberleft_a .memberleft_a_one::after {
  background: #ed973f;
  height: 2px;
  width: 70%;
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
.member .memberleft .memberleft_a .memberleft_a_one:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.member .memberleft .memberleft_a .memberleft_a_one:last-child::after {
  background: transparent;
}
.member .memberleft .memberleft_a .memberleft_a_one p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}
.member .memberleft .memberleft_a .memberleft_a_one p::before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #3c6e3a;
  font-size: 16px;
}
.member .memberleft .memberleft_a .memberleft_a_one p::after {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #3c6e3a;
  font-size: 16px;
}
.member .memberleft .memberleft_a .memberleft_a_one h5 {
  color: #3c6e3a;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.member .memberright {
  background: #fdf4eb;
  padding: 54px 100px 100px;
}
.member .memberright .login {
  border-bottom: 1px solid #ed973f;
}
.member .memberright .login h6 {
  font-size: 24px;
  font-family: ROBOTO_BOLD;
  color: #3c6e3a;
  padding-bottom: 25px;
  text-decoration: underline;
}
.member .memberright .login form > input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 12px 10px;
  color: #000;
  margin-bottom: 28px;
}
.member .memberright .login form div.text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 31px;
  flex-wrap: wrap;
}
.member .memberright .login form div a {
  display: inline-block;
  font-family: ROBOTO_ITALIC;
  font-style: 14px;
  color: #333;
}
.member .memberright .login form div a span {
  color: #3c6e3a;
}
.member .memberright .login form div input {
  padding: 11px 16px;
  background: #ed973f;
  font-size: 14px;
  color: #fff;
  font-family: ROBOTO_REGULAR;
  border: 0;
  border-radius: 5px;
}
.member .memberright .login form div input:hover {
  opacity: 0.7;
}
.member .memberright .register {
  padding-top: 30px;
  border-bottom: none;
}

.ttnews .ttnew_right .ttnew_right_top div.search strong {
  font-size: 14px;
}
.ttnews .ttnew_right .ttnew_right_top div.search select {
  border: 1px solid #cdcac8;
  padding: 5px;
  font-size: 13px;
  border-radius: 4px;
}
.ttnews .ttnew_right .ttnew_right_top div.search select option {
  font-size: 13px;
  color: #929191;
}
.ttnews .ttnew_right .ttnew_right_top div.search a {
  display: inline-block;
  background: #f2f2f2;
  padding: 8px 9px;
  border: 1px solid #e0e0e0;
  color: #787878;
  border-radius: 4px;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product {
  display: flex;
  flex-wrap: wrap;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product > a {
  display: block;
  width: 49%;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product .tbsx_product_ct {
  text-align: center;
  width: 50%;
  padding-left: 15px;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product .tbsx_product_ct h2 {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  height: auto;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#list .tbsx .tbsx_product .tbsx_product_ct h2 a{
font-family: ROBOTO_BOLD;
    font-size: 18px;
    color: #3c6e3a;
}
.ttnews .ttnew_right .tbsx .tbsx_product {
  margin-bottom: 30px;
}
.ttnews .ttnew_right .tbsx .tbsx_product a {
  display: block;
  overflow: hidden;
}
.ttnews .ttnew_right .tbsx .tbsx_product a img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.7s ease;
}
.ttnews .ttnew_right .tbsx .tbsx_product a img:hover {
  transform: scale(1.2);
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct {
  padding-top: 17px;
  text-align: center;
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct h2 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  height: 42px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct p.price {
  font-size: 15px;
  color: #ac0101;
  font-weight: bold;
  }
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct p {
  font-size: 14px;
  color: #333;
  font-style: italic;
  line-height: 24px;
  padding: 10px 0;
  font-family: ROBOTO_REGULAR;
  max-height: 110px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct > a {
  display: inline-block;
  padding: 10px 17px;
  font-size: 14px;
  background: #406d3e;
  color: #fff;
  border-radius: 5px;
  margin-top:10px;
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct > a::before {
  padding-right: 5px;
}
.ttnews .ttnew_right .tbsx .tbsx_product .tbsx_product_ct > a:hover {
  opacity: 0.7;
}

.ctcontact {
  padding: 55px 0 50px;
}
.ctcontact .ctcontact_left h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.ctcontact .ctcontact_left h3::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 2px;
  background: #007741;
  left: 0;
  bottom: -2px;
}
.ctcontact .ctcontact_left .address {
  padding: 18px 0 13px;
}
.ctcontact .ctcontact_left .address p {
  font-size: 13px;
  line-height: 24px;
}
.ctcontact .ctcontact_left .map iframe {
  width: 100%;
  display: block;
  height: 310px;
  border: none;
}
.ctcontact .ctcontact_right h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 18px;
}
.ctcontact .ctcontact_right h3::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 2px;
  background: #007741;
  left: 0;
  bottom: -2px;
}
.ctcontact .ctcontact_right form input[type="text"], .ctcontact .ctcontact_right form textarea {
  width: 100%;
  border: 1px solid #cfcaca;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 15px;
}
.ctcontact .ctcontact_right form input[type="text"]::placeholder, .ctcontact .ctcontact_right form textarea::placeholder {
  color: #cfcaca;
}
.ctcontact .ctcontact_right form input[type="submit"] {
  font-size: 13px;
  padding: 13px;
  color: #fff;
  background: #3f6b3e;
  border: 1px solid #cfcaca;
  display: inline-block;
}
.ctcontact .ctcontact_right form input[type="submit"]:hover {
  opacity: 0.7;
}

.forum {
  padding-bottom: 60px;
}
.forum .forumtop {
  padding-top: 10px;
}
.forum .forumtop a {
  display: block;
}
.forum .forumtop a img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.forum .forumbot {
  font-family: ROBOTO_REGULAR;
  border: 1px solid #cacac8;
}
.forum .forumbot table.table {
  margin-bottom: 0;
}
.forum .forumbot table.table thead tr {
  background: #3d6f3b;
}
.forum .forumbot table.table thead tr th {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}
.forum .forumbot table.table tbody tr td a {
  display: inline-block;
  padding-right: 10px;
}
.forum .forumbot table.table tbody tr td div h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.forum .forumbot table.table tbody tr td div p {
  font-size: 12px;
  line-height: 18px;
  color: #a3a3a3;
}
.forum .forumbot table.table tbody tr td:first-child {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.forum .forumbot table.table tbody tr td.pagination1 {
  display: table-cell;
  text-align: right;
}
.forum .forumbot table.table tbody tr td.pagination1 .pagination {
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
  display: block;
  text-align: right;
}
.forum .forumbot table.table tbody tr td.pagination1 .pagination li {
  display: inline-block;
}
.forum .forumbot table.table tbody tr td.pagination1 .pagination li a {
  display: inline-block;
  color: #000;
  border-radius: 4px;
}
.forum .forumbot table.table tbody tr td.pagination1 .pagination li a.active {
  background: #fb3f40;
  color: #fff;
}
.forum .facebookcmt a {
  display: block;
}
.forum .facebookcmt a img {
  width: 100%;
  display: block;
}

/* css page detai UPDATE NGÀY 20/11/2018*/

.detail .product_top a.detail_left {
  display: block;
}

.detail .product_top a.detail_left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.detail .product_top .detail_right .product_name h1 {
  font-size: 25px;
  text-transform: capitalize;
}

.detail .product_top .detail_right .product_name>span {
  display: block;
  color: #c3a198;
  font-size: 16px;
}

.detail .product_top .detail_right .product_name p {
  font-size: 17px;
  padding: 15px 0 10px;
}

.detail .product_top .detail_right .product_name p span {
  display: inline-block;
  color: #cb7c31;
  font-size: 14px;
}

.detail .product_top .detail_right .product_option {
  margin: 20px auto 15px;
}

.detail .product_top .detail_right .product_option h3 {
  background: #f2f1ef;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  padding: 10px;
  border-radius: 5px;
}
.detail .product_top .detail_right .product_option h3 p {
line-height: 20px;
}
.detail .product_top .detail_right form input {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 12px 45px;
  display: inline-block;
  font-size: 15px;
  width: 160px;
  margin-right: 10px;
}

.detail .product_top .detail_right form button {
  display: inline-block;
  background: #f9c361;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
}

.detail .product_top .detail_right form button:hover {
  opacity: 0.7;
}

.detail .product_top .detail_right .product_social {
  padding: 20px 0;
}

.detail .product_top .detail_right .product_social p {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  float: left;
}

.detail .product_top .detail_right .product_social p span {
  color: #3d9c3f;
}

.detail .product_top .detail_right .product_social .social {
  display: inline-block;
  float: right;
}

.detail .product_top .detail_right .product_social .social a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background: #3b5999;
  padding: 5px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 7px;
}

.detail .product_top .detail_right .product_social .social a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.detail .product_top .detail_right .product_social .social a:hover {
  opacity: 0.7;
}

.detail .product_top .detail_right .product_social .social a:nth-child(2) {
  background: #1aa1f2;
}

.detail .product_top .detail_right .product_social .social a:nth-child(3) {
  background: #838383;
}

.detail .product_top .detail_right .product_social .social a:nth-child(4) {
  background: #728a8c;
}

.detail .product_top .detail_right .product_social .social a:nth-child(5) {
  background: #ff6551;
}

.detail .product_detail h3 {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  padding: 15px;
  background: #e7e3e0;
  color: #c97c2c;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.detail .product_detail h3 p{
  line-height: 20px;
}
.detail .product_detail .product_detail_ct {
  border: 1px solid #dddddd;
  padding: 30px 30px 15px;
}

.detail .product_detail .product_detail_ct p {
  font-size: 16px;
  line-height: 20px;
}

.detail .product_detail .product_detail_ct p a {
  color: #c97c2c;
}

.detail .product_detail .product_detail_ct p strong {
  font-weight: 700;
  display: block;
}

.detail .product_detail .product_detail_ct b {
  font-weight: 700;
  display: block;
  font-size: 16px;
  padding: 15px 0;
}

.detail .product_detail .product_detail_ct ul.info {
  margin-left: 30px;
}

.detail .product_detail .product_detail_ct ul.info li a {
  display: inline-block;
  color: #6f655b;
  font-size: 14px;
  padding: 10px 0 10px 22px;
  position: relative;
}

.detail .product_detail .product_detail_ct ul.info li a:hover {
  color: #f00;
}

.detail .product_detail .product_detail_ct ul.info li a::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 7px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.detail .product_detail .product_detail_ct a {
  display: block;
}

.detail .product_detail .product_detail_ct a img {
  width: 100%;
  display: block;
}

.detail .product_same {
  margin: 30px auto 60px;
}

.detail .product_same h3 {
  font-size: 18px;
  padding: 10px 10px 10px;
  background: #f8c05f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

.detail .product_same .slider_main {
  padding: 20px 15px 0;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.detail .product_same .slider_main .tbsx_product {
  margin-bottom: 30px;
}

.detail .product_same .slider_main .tbsx_product a {
  display: block;
  overflow: hidden;
}

.detail .product_same .slider_main .tbsx_product a img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.7s ease;
}

.detail .product_same .slider_main .tbsx_product a img:hover {
  transform: scale(1.2);
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct {
  padding-top: 17px;
  text-align: center;
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct h2 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  height: 42px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct p {
  font-size: 16px;
  color: #ac0101;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  padding: 10px 0;
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct>a {
  display: inline-block;
  padding: 10px 17px;
  font-size: 14px;
  background: #406d3e;
  color: #fff;
  border-radius: 5px;
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct>a::before {
  padding-right: 5px;
}

.detail .product_same .slider_main .tbsx_product .tbsx_product_ct>a:hover {
  opacity: 0.7;
}

.detail .product_same .slider_main .owl-nav {
  /*hoiaquy xem dùng dấu phẩy ở đây để gọi luôn vào thằng i.icon_slider đc k*/
  top: 30%;
}

.detail .product_same .slider_main .owl-nav .owl-prev,
.detail .product_same .slider_main .owl-nav .owl-next {
  left: -20px;
  opacity: 1;
  background: #e0e0e0;
  width: 30px;
  height: 50px;
  border-radius: 0;
}

.detail .product_same .slider_main .owl-nav .owl-prev:hover,
.detail .product_same .slider_main .owl-nav .owl-next:hover {
  color: #2bac57;
  background: #59c5547d;
}

.detail .product_same .slider_main .owl-nav .owl-prev i.icon_slider,
.detail .product_same .slider_main .owl-nav .owl-next i.icon_slider {
  font-size: 45px;
  font-weight: bold;
}

.detail .product_same .slider_main .owl-nav .owl-next {
  opacity: 1;
  left: inherit;
  right: 10px;
}

.detail .product_bot {
  margin: 0 auto 40px;
}

.detail .product_bot h3 {
  font-size: 18px;
  padding: 10px 10px 10px;
  background: #f8c05f;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  text-transform: uppercase;
}

.detail .product_bot .slider_main1 {
  padding: 20px 0px 0;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.detail .product_bot .slider_main1 .product {
  margin-bottom: 30px;
}

.detail .product_bot .slider_main1 .product a {
  display: block;
  overflow: hidden;
}

.detail .product_bot .slider_main1 .product a img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.7s ease;
}

.detail .product_bot .slider_main1 .product a img:hover {
  transform: scale(1.2);
}

.detail .product_bot .slider_main1 .product .product_ct {
  padding-top: 17px;
  text-align: center;
}

.detail .product_bot .slider_main1 .product .product_ct h2 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  height: 42px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.detail .product_bot .slider_main1 .product .product_ct h2 a {
  color: #c97c2e;
}

.detail .product_bot .slider_main1 .product .product_ct h2 a:hover {
  color: #f00;
}

.detail .product_bot .slider_main1 .product .product_ct p {
  font-size: 16px;
  color: #73645d;
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  padding: 10px 0;
}

.detail .product_bot .slider_main1 .owl-nav {
  top: 30%;
}

.detail .product_bot .slider_main1 .owl-nav .owl-prev,
.detail .product_bot .slider_main1 .owl-nav .owl-next {
  left: 0;
  opacity: 1;
  background: #e0e0e0;
  width: 30px;
  height: 50px;
  border-radius: 0;
}

.detail .product_bot .slider_main1 .owl-nav .owl-prev:hover,
.detail .product_bot .slider_main1 .owl-nav .owl-next:hover {
  color: #2bac57;
  background: #59c5547d;
}

.detail .product_bot .slider_main1 .owl-nav .owl-prev i.icon_slider,
.detail .product_bot .slider_main1 .owl-nav .owl-next i.icon_slider {
  font-size: 45px;
  font-weight: bold;
}

.detail .product_bot .slider_main1 .owl-nav .owl-next {
  opacity: 1;
  left: inherit;
  right: 0px;
}
/* end css page detai UPDATE NGÀY 20/11/2018*/
.butt_s_price {
  margin: -8px 4px 0px 4px;
}
.ttnews .ttnew_right .ttnew_right_top div.search a {
   padding: 8px 13px;
    margin-left: 7px;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product .tbsx_product_ct{
    padding-top: 0px;
    text-align: left;
}
.ttnews .ttnew_right #list .tbsx .tbsx_product .tbsx_product_c p{
 text-align: left;
}
.drop_search_cate{
    padding: 0px 10px 10px;
        left: 100px;
}
.drop_search_cate li a{
  width:100%;
      margin-top: 7px;
          margin-left: 0px !important;
}
.product_same h2{
  font-size: 16px;
  font-weight: bold;
}
.product_same h2 a {
    color: #c97c2e;
}
.product_same p {
    font-size: 16px;
    color: #73645d;
    font-style: italic;
    font-weight: bold;
    line-height: 24px;
    padding: 10px 0;
}
.product_same a.fa-cart-arrow-down{
  padding: 5px 20px;
  background: #c97c2e;
  color: #fff;
  border-radius: 5px;
}
.slider_main1 .item img{
	height: 250px;
	object-fit: contain;
}