@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
a {
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6, .product-title > a {
  font-family: "Merriweather", serif !important;
}

.common-title .section-title.section-title-normal {
  border: none;
  margin-bottom: 0;
}
.common-title .section-title.section-title-normal b {
  display: none;
}
.common-title .section-title.section-title-normal .section-title-main {
  padding: 0;
  border: none;
  font-size: 24px;
  text-transform: inherit;
  font-weight: 900;
  font-family: "Merriweather", serif !important;
}
.common-title .section-title.section-title-center b {
  display: none;
}
.common-title .section-title.section-title-center .section-title-main {
  text-transform: inherit;
  font-size: 24px;
  text-transform: inherit;
  font-weight: 900;
  font-family: "Merriweather", serif !important;
  display: block;
  margin: 0 auto;
}
.common-title.white-title .section-title.section-title-normal .section-title-main {
  color: var(--white);
}

.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close) {
  position: relative;
  padding: 0 2.5em !important;
  white-space: nowrap;
  border-radius: 99px;
  text-transform: inherit !important;
  margin-bottom: 0;
}
.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close)::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--white);
}
.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close).primary span {
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
}
.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close).is-outline {
  border: 1px solid var(--white) !important;
}
.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close).is-outline span {
  color: var(--white) !important;
}
.button:not(.edit-block-button, .back-to-top, .ux-search-submit, .btn-close).is-outline:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2) !important;
}

img.size-full {
  margin-bottom: 0 !important;
}

.common-swiper {
  margin: 0 auto;
  position: relative;
  max-width: 1360px;
  padding-bottom: 40px;
}
.common-swiper .swiper-pagination {
  bottom: 0;
}
.common-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary_color);
}
.common-swiper .swiper-button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary_color);
  border-radius: 99%;
}
.common-swiper .swiper-button::after {
  font-size: 12px !important;
  font-weight: 700;
  color: var(--primary_color);
}
.common-swiper .swiper-button.swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 1400px) {
  .common-swiper .swiper-button.swiper-button-prev {
    left: 2.5%;
  }
}
.common-swiper .swiper-button.swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 1400px) {
  .common-swiper .swiper-button.swiper-button-next {
    right: 2.5%;
  }
}

.f-thumbs__slide__button {
  border-radius: 10px !important;
}

.product-gallery-slider img {
  max-height: 600px !important;
  object-fit: contain;
}

.lightbox-content {
  position: relative !important;
  left: unset !important;
}

.col-border-custom .col-inner {
  border: 1px solid var(--primary_color);
}

@media screen and (max-width: 849px) {
  .row-factory-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

* {
  box-sizing: border-box;
}

#masthead .flex-right .header-nav .info_topbar .hotline a {
  color: var(--white);
}
#masthead .flex-right .header-nav > li {
  margin: 0 20px;
}
#masthead .flex-right .header-nav > li > a {
  color: var(--white);
  font-weight: 500;
  text-transform: inherit;
  font-size: 16px;
}
#masthead .flex-right .header-nav > li > .sub-menu {
  padding: 0 !important;
}
#masthead .flex-right .header-nav > li > .sub-menu li a {
  transition: all 0.3s ease-in-out;
}
#masthead .flex-right .header-nav > li > .sub-menu li a:hover {
  color: var(--primary_color);
}
#masthead .flex-right .header-nav .header-custom {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#masthead .flex-right .header-nav .header-custom > li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
#masthead .flex-right .header-nav .header-custom > li span,
#masthead .flex-right .header-nav .header-custom > li a {
  font-size: 14px;
  color: var(--white);
}
#masthead .flex-right .header-nav .header-custom > li.header-search-form form input:not([type=submit]) {
  border-bottom: 1px solid var(--black) !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
#masthead .flex-right .header-nav .header-custom > li.header-search-form.search-form.html.relative.has-icon {
  width: 175px;
}

.mobile-nav li.nav-icon a i {
  color: var(--primary_color);
}
.wpml-ls {
  padding: 0;
}
.wpml-ls ul .wpml-ls-item:first-child a {
  padding-left: 0;
}
.wpml-ls ul .wpml-ls-item:last-child a {
  padding-right: 0;
}

@media screen and (max-width: 549px) {
  #logo {
    width: 170px !important;
  }
}

.main-product-home .main-product .product-category .col-inner .box .box-text .header-title {
  font-size: 18px;
  text-transform: inherit;
  font-weight: 900;
  font-family: "Merriweather", serif !important;
}

.factory-home .section-bg img {
  object-position: left bottom !important;
  object-fit: scale-down;
}
@media screen and (min-width: 850px) {
  .factory-home .factory-row .factory-col-left .col-inner {
    padding-left: calc((100vw - 1300px) / 2) !important;
  }
}
.factory-home .factory-col-right .img {
  margin-bottom: 0 !important;
}

.trade-activities-home .trade-activities-wrapper .group-item .grid-layout {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 549px) {
  .trade-activities-home .trade-activities-wrapper .group-item .grid-layout {
    flex-wrap: wrap;
  }
}
.trade-activities-home .trade-activities-wrapper .group-item .grid-layout .box-image-main {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 549px) {
  .trade-activities-home .trade-activities-wrapper .group-item .grid-layout .box-image-main {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.trade-activities-home .trade-activities-wrapper .group-item .grid-layout .box-image-list {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 549px) {
  .trade-activities-home .trade-activities-wrapper .group-item .grid-layout .box-image-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.trade-activities-home .trade-activities-wrapper .group-item .grid-layout .box-image-list .image-item {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}

ul.header-nav-main.nav.nav-right .form-flat input:not([type=submit]) {
  border-bottom: 1px solid var(--black) !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

div#masthead .nav > li > a {
  font-size: 14px;
}
div#masthead .nav > li.active > a {
  color: var(--white);
}

.hethong2 {
  height: 535px;
  color: var(--white);
}
.hethong2 .bolder_txt {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
}
.hethong2 .col-inner.text-right .sub_txt {
  text-align: right;
  width: 60%;
  font-size: 16px;
  color: var(--white);
}
.hethong2 .col-inner.text-left .sub_txt {
  text-align: left;
  width: 60%;
  font-size: 16px;
  color: var(--white);
}

.sub-text {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.sub-text img {
  object-fit: contain;
}
.sub-text span.txt_sub:before {
  content: "";
  display: block;
  background-image: url(assets/images/chamtrai.png);
}

.title_subb span.section-title-main {
  font-size: 24px;
  text-transform: inherit;
  line-height: 1;
  font-weight: 900;
  font-family: "Merriweather", serif !important;
}

.custom_slide .icon-inner {
  border-radius: 99px;
  border: 5px solid rgba(255, 255, 255, 0.55);
}
.custom_slide .icon-inner img.attachment-medium.size-medium {
  border-radius: 99px;
  margin-top: -2px;
}
.custom_slide ol.flickity-page-dots {
  bottom: 0;
}

.col.giaithuong .col-inner {
  border: 1px solid #dedede;
  padding: 10px;
}
.col.giaithuong img.attachment-original.size-original {
  width: 310px;
  height: 150px;
  object-fit: scale-down;
}
.col.product_home {
  padding-bottom: 0;
}

.post_tin button.button.is-link {
  float: right;
  margin-right: 30px;
  color: var(--black);
  text-transform: capitalize;
}
.post_tin h5.post-title.is-large {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post_tin .is-divider {
  display: none;
}

.footer-widgets.footer.footer-1 .title_form {
  margin-bottom: 30px;
}
.footer-widgets.footer.footer-1 .form_footer .col {
  padding-bottom: 0;
}
.footer-widgets.footer.footer-1 .form_footer .col input.wpcf7-form-control.wpcf7-text {
  border-radius: 10px;
}
.footer-widgets.footer.footer-1 .btn_send input {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.footer-widgets.footer.footer-1 .phone_hotline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-widgets.footer.footer-1 .social-icons.follow-icons.full-width.text-left {
  margin-top: 15px;
}

.home .product-small p.box-excerpt.is-small {
  display: none;
}

.product-small .box-text.box-text-products {
  text-align: center;
}
.product-small .title-wrapper {
  font-size: 17px;
  margin-bottom: 5px;
}
.product-small .title-wrapper a {
  font-size: 16px;
  text-transform: uppercase;
  color: #464646;
  font-weight: bold;
}
.product-small p.box-excerpt.is-small {
  font-size: 13px;
  height: 42px !important;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-gallery.large-6.col img.attachment-woocommerce_single.size-woocommerce_single.wp-post-image {
  padding: 20px;
}

.shop-container p.category {
  display: none;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-content .box-image img.attachment-woocommerce_thumbnail {
  height: 300px;
  width: 220px;
  object-fit: scale-down;
}
.mfp-content p.name.product-title {
  margin-bottom: 8px;
}
.mfp-content p.name.product-title a {
  font-size: 24px;
  font-weight: 700;
  color: green;
}
.mfp-content p.category.uppercase {
  color: var(--black);
  font-size: 15px;
  margin-bottom: 0;
}
.mfp-content .tool-product {
  text-align: center;
}
.mfp-content .tool-product .btn-close {
  width: unset;
  height: unset;
  font-size: 25px;
  background-color: rgb(142, 4, 4);
  padding: 0 20px;
  opacity: 0.8 !important;
  mix-blend-mode: unset;
  position: unset;
  border-radius: 99px;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: inherit;
  line-height: 2.4em;
}
.mfp-content .tool-product .btn-close svg {
  transform: translateY(3px);
}
.mfp-content .tool-product .close_btn {
  text-align: center;
}

.product_layout .product_galley img.skip-lazy {
  max-height: 400px;
  object-fit: scale-down;
  border: 1px solid rgba(117, 117, 117, 0.8);
  border-radius: 15px;
}
.product_layout .add-to-cart-container.form-minimal.is-normal {
  margin-top: 10px;
}

.row_lienhe .form_footer .col {
  padding-bottom: 0 !important;
}
.row_lienhe .form_footer .btn_send {
  margin-left: 10px;
}
.row_lienhe .info_lienhe .col {
  padding-bottom: 0 !important;
}

.col-inner.member .image-cover {
  height: 200px;
}
.col-inner.member .image-cover img.attachment-full.size-full.wp-post-image {
  right: 0;
  width: 200px;
  height: 200px;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  border-radius: 100%;
  border: 3px solid #549031;
}
.col-inner.member .position_member {
  color: #1462ac;
}
.col-inner.member .position_member .btn_member {
  border: 2px solid green;
}
.col-inner.member .position_member .btn_member span.text_member {
  color: #c11f26;
  text-transform: capitalize;
}
.col-inner.member .position_member .btn_member span.text_member:after {
  content: "\f007";
  padding-left: 5px;
  font-family: fontAwesome;
}
.col-inner.member .box-text {
  text-align: center;
}
.col-inner.member .box-text h5.post-title.is-large {
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tuyendung_page button.button.is-outline.is-small.mb-0 {
  float: right;
  border: 2px solid green;
  color: red;
}

span.widget-title span {
  margin-bottom: 10px;
  display: block;
}

.menu_footer ul.menu li {
  line-height: 10px;
  display: inline-block;
}
.menu_footer ul.menu li + li {
  border-top: unset;
  border-left: 2px solid #406618 !important;
  margin-left: 5px;
  padding-left: 8px;
}
.menu_footer ul.menu li a {
  color: #406618;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
.HT_PP {
  padding-top: 50px !important;
}
.HT_PP .hethong2 {
  padding-top: 240px;
  padding-bottom: 0px;
}
.HT_PP .hethong2 .htpp1 {
  position: relative;
  background: url(../images/htpp1.png);
  top: -155px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: right;
  padding-right: 60px;
  left: -300px;
  margin-bottom: 30px;
}
.HT_PP .hethong2 .htpp4 {
  position: relative;
  background: url(../images/htpp2.png);
  top: -135px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: right;
  padding-right: 60px;
  left: -400px;
  margin-bottom: 30px;
}
.HT_PP .hethong2 .htpp6 {
  position: relative;
  background: url(../images/htpp3.png);
  top: -110px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: right;
  padding-right: 60px;
  left: -300px;
  margin-bottom: 30px;
}
.HT_PP .hethong2 .htpp7 {
  position: relative;
  background: url(../images/htpp4.png);
  top: -155px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: left;
  padding-left: 60px;
  right: -300px;
  margin-bottom: 30px;
}
.HT_PP .hethong2 .htpp10 {
  position: relative;
  background: url(../images/htpp5.png);
  top: -135px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: left;
  padding-left: 60px;
  right: -400px;
}
.HT_PP .hethong2 .htpp12 {
  position: relative;
  background: url(../images/htpp6.png);
  top: -110px;
  background-repeat: no-repeat;
  padding: 10px;
  background-position: left;
  padding-left: 60px;
  right: -300px;
}

.hethong2 .col {
  padding-bottom: 0 !important;
  max-height: 140px;
}

.htpp4 {
  left: -245px !important;
}

.htpp7 {
  right: -200px !important;
}

.htpp12 {
  right: -200px !important;
}

.htpp10 {
  right: -245px !important;
}

h5.post-title.is-large {
  height: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.is-divider {
  display: none;
}

button.mfp-close {
  display: none;
}

#test button.mfp-close {
  display: block;
}

li.languages a {
  text-transform: uppercase;
  color: red !important;
  text-align: center;
  margin-left: 0 !important;
}

.row_tacdung .sub-text {
  color: var(--white);
}

footer input.wpcf7-form-control.wpcf7-submit {
  background: var(--secondary_color);
  font-size: 15px;
  font-weight: 500;
  text-transform: initial;
}

.flex-col.hide-for-medium.flex-right {
  background: var(--primary_color);
  padding-right: 15px;
}
.flex-col.hide-for-medium.flex-right:before {
  margin-left: -1px;
  content: "";
  border-bottom: 90px solid transparent;
  border-left: 40px solid white;
  position: absolute;
  top: 0px;
}

.product_home {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.HT_PP .section-bg {
  background-image: unset !important;
  background: #7da50e !important;
}
.HT_PP .hethong2 {
  padding-top: 0 !important;
}

.htpp1 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp2 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp3 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp4 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp5 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp6 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp7 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp8 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp9 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp10 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp11 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.htpp12 {
  position: unset !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
}

.hethong2 .col-inner.text-right .sub_txt {
  width: unset;
}
.hethong2 .col-inner.text-left .sub_txt {
  width: unset;
}

@media only screen and (min-width: 851px) and (max-width: 950px) {
  .sub_txt {
    width: 65% !important;
    font-size: 13px !important;
  }
  .htpp1 {
    left: -105px !important;
  }
  .htpp6 {
    left: -105px !important;
  }
  .htpp4 {
    left: -125px !important;
  }
  .htpp7 {
    right: -100px !important;
  }
  .htpp12 {
    right: -100px !important;
  }
  .htpp10 {
    right: -125px !important;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1100px) {
  .sub_txt {
    width: 65% !important;
    font-size: 13px !important;
  }
  .htpp1 {
    left: -105px !important;
  }
  .htpp6 {
    left: -105px !important;
  }
  .htpp4 {
    left: -125px !important;
  }
  .htpp7 {
    right: -100px !important;
  }
  .htpp12 {
    right: -100px !important;
  }
  .htpp10 {
    right: -125px !important;
  }
  .info_topbar {
    font-size: 9px !important;
  }
  div#masthead .nav > li > a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .sub_txt {
    width: 57% !important;
    font-size: 13px !important;
  }
  .htpp1 {
    left: -190px !important;
  }
  .htpp6 {
    left: -190px !important;
  }
  .htpp4 {
    left: -210px !important;
  }
  .htpp7 {
    right: -190px !important;
  }
  .htpp12 {
    right: -190px !important;
  }
  .htpp10 {
    right: -210px !important;
  }
  .info_topbar {
    font-size: 9px !important;
  }
  div#masthead .nav > li > a {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1330px) {
  .sub_txt {
    width: 55% !important;
    font-size: 13px !important;
  }
  .htpp1 {
    left: -200px !important;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .htpp1 h5.post-title.is-large {
    overflow: hidden;
  }
  .htpp6 {
    left: -200px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
  }
  .htpp6 h5.post-title.is-large {
    overflow: hidden;
  }
  .is-divider {
    display: none;
  }
}
@media only screen and (min-width: 1331px) and (max-width: 1630px) {
  .sub_txt {
    width: 55% !important;
    font-size: 13px !important;
  }
  .htpp1 {
    left: -200px !important;
  }
  .htpp6 {
    left: -200px !important;
  }
  .htpp4 {
    left: -250px !important;
  }
  .htpp7 {
    right: -200px !important;
  }
  .htpp12 {
    right: -200px !important;
  }
  .htpp10 {
    right: -250px !important;
  }
}
@media only screen and (max-width: 549px) {
  .product_layout .product_galley img.skip-lazy {
    width: 295px !important;
  }
}