@import url(./components_css/introduce.css);

@font-face {
  font-family: "utm-avo";
  src: url("../fonts/Utm-Avo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "utm-avo";
  src: url("../fonts/UTM-Avo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "utm-avo";
  src: url("../fonts/UTM-Avo-Bold-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "utm-avo";
  src: url("../fonts/UTM-Avo-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "nasalization-rg";
  src: url("../fonts/Nasalization-Rg.otf") format("opentype");
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/SFUFuturaRegular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "MarkPro";
  src: url("../fonts/MarkPro-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "SanFranCisCoDisplay";
  src: url("../fonts/SanFranCisCoDisplay-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "UTM_BryantLG_bold";
  src: url("./fonts/UTM_BryantLG_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "UTM_BryantLG";
  src: url("./fonts/UTM_BryantLG.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "UTM_Avo";
  src: url("./fonts/UTM_Avo.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "UTM_AvoBold_bold";
  src: url("./fonts/UTM_AvoBold.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px 0;
  padding: 0;
}

table {
  width: 100%;
}

.mb-16 {
  margin-bottom: var(--gap16);
}

table,
th,
td {
  font-size: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding-left: 10px;
  border-color: #ddd;
}

tr {
  margin-bottom: 10px;
}

td {
  vertical-align: central;
  padding: 5px !important;
  border-color: #ddd;
}

ul li {
  list-style: none;
  position: relative;
}

p {
  padding: 0;
  margin: 0;
}

i.fa {
  line-height: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff !important;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
}

.pin_img_right {
  padding-left: 30px;
  padding-right: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

a:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

.slick-slider {
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  color: #0A563B;
}
.article-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -3px;
}
.box-wrapper {
  flex: 0 0 20%;
  max-width: 20%;
  padding-inline: 3px;
  margin: 0;
  /* background: #fff; */
}

.ss_thietke {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f1f1f1;
}
.ss_thietke .row {
	align-items: center;
}

.title__home {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  margin-bottom: var(--gap48);
}

.title__home-h2 {
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 36px;
  color: #0E573C;
  font-weight: 700;
}

.title_khachhang p {
  text-transform: none;
  line-height: 20px;
  font-size: 16px;
  padding: 10px 30%;
}

.contet-nnt {
  padding-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
label.introduce-title-label {
  font-weight: bold !important;
}
.introduce-desc p {
  margin: 10px 0;
  text-align: left;
}
.tin-tuc-home:hover button.slick-next {
  width: 30px;
}

.tin-tuc-home-in button {
  font-size: 20px;
  color: #000;
}

.tin-tuc-home-in button.slick-prev {
  left: 15px;
  top: 30px;
  background: #ffffffba;
  z-index: 10;
  height: calc(100% - 30px);
  transform: translateX(-15px);
  background: transparent;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  color: #000;
}

.tin-tuc-home-in:hover button.slick-prev {
  width: 30px;
  opacity: 1;
}

.tin-tuc-home-in button.slick-next {
  z-index: 10;
  height: calc(100% - 30px);
  transform: none;
  background: transparent;
  top: 30px;
  opacity: 0.7;
  right: 0px;
  overflow: hidden;
  color: #000;
  transition: 0.5s;
  width: 0px;
}

.tin-tuc-home-in:hover button.slick-next {
  width: 30px;
}

.item-ho-tro {
  text-align: center;
  border: solid 0px #eee;
  border-radius: 10px;
  background: transparent;
  padding: 15px;
  margin: 0 10px;
}

.item-ho-tro .icon-ho-tro {
  margin-inline: auto;
  margin-bottom: var(--gap15);
}

.item-ho-tro h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.ss_camket {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
}

.box-sp {
  margin: 0px 5px 30px 5px;
}

.box-sp h3 {
  font-size: 12px;
  line-height: 19px;
  color: #999998;
}

.box-sp .star {
  margin-bottom: 5px;
}

.box-sp .star i {
  font-size: 11px;
}

.box_sp_img {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.box_sp_img img {
  width: auto;
  object-fit: cover;
  margin: auto;
  text-align: center;
}

.box_sp_text_bottom h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

.box_sp_text_bottom h2 a {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
	color: #0A563B;
}
.post_new {
	padding: 30px 0;
}
.text_wood {
	text-align: center;
}
.text_wood h1 {
	font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 600;
	color: #0A563B;
	padding-bottom: 15px;
}
.text_wood span {
	font-size: 22px;
    font-weight: 500;
	color: #54595F;
	border-top: solid 2px #54595F;
	font-style:italic; 
}
.text_wood .box_desc_wood span {
	border: none;
	font-size: 17px;
}
.text_wood .box_desc_wood {
	padding-top: 20px;
	font-size: 17px;
    font-weight: 500;
	color: #54595F;
	font-style:italic; 
	padding-bottom: 20px;
}
.text_wood a {
	background: #0A563B;
	border-radius: 5px;
	padding: 8px 20px;
	color: #fff;
}

.box_sp_text_bottom h2 a:hover {
  color: #ee2034;
}

/* .item_product {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
} */

.box_sp_detail {
  text-align: center;
  margin: 20px 0;
}

.box_sp_detail a {
  color: #ee2034;
  font-weight: bold;
  font-style: italic;
}

.box_sp_detail a:hover {
  color: #333;
}

.van-chuyen {
  text-align: center;
  width: 290px;
  max-width: 100%;
  margin-inline: auto;
}

.van-chuyen a:hover {
  color: #333;
}

.icon-vc img {
  width: 50px;
  height: 49px;
}

.icon-vc {
  margin-bottom: 3px;
  display: inline-block;
}

.text-vc {
  display: inline-block;
  margin-top: 0.5em;
}

.text-vc span {
  text-transform: none;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  background: #ce6387;
  margin-bottom: 16px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  line-height: 16px;
  border-radius: 5px;
}

.text-vc h6 {
  font-size: 35px;
  color: #ee2034;
}
a.btn-introduce {
  margin: 0 !important;
}
.wapper-price {
  text-align: center;
  display: none;
}

.wapper-price span.price-old {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 6px;
  color: #6f6f6f;
}

.wapper-price span.price-new {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #f00;
}

.price {
  text-align: center;
}

.text-vc p {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  padding-top: 10px;
  line-height: 22px;
}

.option_block ul {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 10px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
}

.option_block ul li {
  margin-left: 2px;
  margin-right: 2px;
  background: #f7f8fa;
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
}

.option_block ul .active {
  background: #ce6387;
  color: #fff;
}

.wepper_content__banner {
  position: absolute;
  inset: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

.slick-slide .mobi-show {
  display: none;
}

.heading {
  direction: ltr;
  color: #2c2c22;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: var(--ww400);
  line-height: 115%;
}

.heading.xl {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 60px;
}

.content__banner {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}

.content__banner .body-text {
  margin-bottom: 1em;
}

.social-proof-mini {
  margin-top: var(--gap24);
}

.social-proof-mini-text {
  width: 90%;
  margin-bottom: 0;
  padding-left: var(--gap15);
  position: relative;
}

.social-proof-mini-text::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background: #000;
}

.title__item {
  letter-spacing: 0;
  font-size: var(--gap16);
  font-weight: 500;
  color: #2c2c22;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
}

.button__sp {
  margin-top: 10px;
  text-align: center;
}

section.section__8 {
  padding-top: 30px;
   /*padding-bottom: 30px; */
}

.nang_luc {
  text-align: center;
  padding: 50px 0;
  color: #fff;
  color: #2c2c22;
}

.nang_luc .title__home {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.nang_luc .nang_luc_in {
  background: #f7e7ea;
  border-radius: 20px;
  border: solid 0px #ccc;
  padding: 20px;
  min-height: 340px;
  display: flex;
  align-items: stretch;
}

.nang_luc_in .images {
  flex: 0 0 40%;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
  display: flex;
}

.nang_luc_in .images img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}

.nang_luc_in .images .name__rating {
  color: #2c2c22;
  text-align: center;
  font-size: 1.2em;
}

.icon__rating {
  width: auto;
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 400;
  line-height: 48px;
  display: block;
  overflow: hidden;
  text-align: left;
}

.nang_luc .nang_luc_in .text_nl {
  margin-top: 15px;
}

.nang_luc .nang_luc_in .text_nl span {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 600;
}

.nang_luc .nang_luc_in .text_nl p {
  font-size: var(--gap16);
  margin-top: 0;
  margin-bottom: var(--gap16);
  font-weight: 400;
  text-align: left;
  line-height: var(--gap24);
}

.name_product p {
  font-size: var(--gap15);
  margin: 0;
  font-weight: 600;
  line-height: 35px;
}

.slide__rating_item {
  padding-inline: 0.5em;
}

.content__rating {
  padding-bottom: 0;
  position: relative;
}

.arrow__rating {
  text-align: right;
  padding-right: 0;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.arrow__rating > button {
  height: 40px;
  width: 40px;
  color: #2c2c22;
  border-color: #2c2c22;
  background: transparent;
  border: 1px solid;
  border-radius: 50%;
}

.wtf__section {
  color: #ebd8b8;
  background-color:#fff;
}

.content__wtf__section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content__wtf__section .title__home {
  margin-bottom: var(--gap12);
}

.background__tr {
  z-index: -1;
  background-position: 0 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.feature-div-image {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-div-image::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 4%,
    rgba(255, 255, 255, 1) 100%
  );
}

.show-all {
  text-align: center;
  margin-top: var(--gap20);
  margin-bottom: 20px;
}

.title__home_thietke {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.icon__thietke {
  font-size: 100px;
  overflow: initial;
  transform: translateY(20px);
  text-align: center;
}

.ss_quick_access {
  padding: 30px 0;
  background: #f7e7ea;
}

.box_quick_access {
  border: solid 4px var(--colormain);
  margin-bottom: 20px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  min-height: 100px;
  font-size: 23px;
  font-weight: 700;
}

.ss_quick_access a {
  background: #fff;
  color: var(--colormain);
}

.ss_quick_access a:hover {
  background: #fff;
  color: #000;
  border: solid 3px #000;
}

.ss_muihuong {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 64px;
}

.ss_muihuong .muihuong {
  text-align: center;
}

.ss_muihuong .muihuong .images_mh {
  margin-bottom: 15px;
}

.ss_muihuong .muihuong .images_mh img {
  border-radius: 50%;
  transition: 0.3s;
  width: 200px;
  cursor: pointer;
}

.ss_muihuong .muihuong h2 {
      font-size: 24px;
      font-weight: 700;
      color: #0E573C;
      margin-top: 40px;
}



.ss_muihuong .muihuong h2 a:hover {
  color: var(--colormain);
}

.ss_muihuong .muihuong .view_md {
  background: var(--colormain);
  border-radius: 5px;
  padding: 5px 10px;
  display: none;
}

.ss_muihuong .muihuong .view_md a {
  color: #fff;
}

.QC__vity {
  padding-block: 64px;
}

.content__img {
  position: relative;
  cursor: pointer;
}

.content__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000080;
}

.content__img .content__img_icon i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 28px;
}
.Code__qr_item_img {
  width: 50%;
  height: auto;
}
.title__Code__qr {
  font-size: var(--gap17);
  font-weight: var(--ww600);
  margin-top: var(--gap10);
	color: #333;
}
.Code__qr_item {
  flex: 0 0 20%;
  text-align: center;
  max-width: 20%;
  padding-inline: 10px;
}
.content__wtf__section .title__feature {
  margin-bottom: 30px;
}

.content__img_icon {
  position: relative;
}

.content__img_icon {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 60px;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  background: #ed3833;
  border-radius: 50%;
  width: 95px;
  height: 95px;
}

.content__img_icon::before {
  content: "";
  position: absolute;
  /* border: 1px solid #fff; */
  border-radius: 50%;
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
}

.box__ykien {
  max-width: 750px;
  margin-inline: auto;
  /* text-align: center; */
}

.slick-slide img {
  width: 100%;
}
.btn__QQ {
  display: inline-block;
  padding: 15px 20px;
  background: #CE6387;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.18em;
  margin-top: var(--gap25);
}
.QC__head-title {
  margin-bottom: 25px;
}
.QC__desc p {
  margin-bottom: 15px;
}

.heading-bar__title.head-title-style {
  font-family: "Noto Serif Display", sans-serif;
  font-size: 2em;
  margin: 0px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
}
.insta_body.hrz-scroll {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-top: 30px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.pos-relative img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  max-width: initial;
  min-width: 1px;
  min-height: 1px;
  background-size: contain;
  transition: 1s;
}
.insta-icon i {
  font-size: 30px;
}
.insta-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.insta-icon {
  height: 55px;
  background: #fff;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.21, 0.99),
    transform 0.32s cubic-bezier(0.4, 0, 0.21, 0.99);
  width: 55px;
  will-change: transform;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
.insta_item:hover img {
  transform: scale(0.9);
}
.insta_item:hover .insta-icon-wrap {
  opacity: 1;
}
.insta-icon-wrap {
  transition: opacity 0.3s;
  opacity: 0;
  transition: 1s;
}
.policies-image.text-center img {
  width: 40px;
  height: 40px;
}
.policies-body {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 50px 0px;
  overflow: auto;
  background: #f0f0f0;
}
.policies-item {
  font-size: 14px;
  flex: 0 0 calc(25% - 15px);
  padding: 10px;
  justify-content: center;
  text-align: center;
  display: grid;
  grid-gap: 15px;
}
.awe-section-10 {
  padding-top: 45px;
}
.policies-desc p {
  align-items: center;
  padding: 10px;
  opacity: 0.75;
}
.heading-bar__title {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
  line-height: 1.2;
  justify-content: center;
  grid-gap: 10px;
}
.title_module_main {
  margin-bottom: 30px;
  padding: 10px;
  margin-top: 20px;
}
.section__blogs {
  padding-top: 15px;
}
.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.awe-section-11 {
  padding-top: 40px;
  background: #eee;
  padding-bottom: 40px;
}
.media {
  display: flex;
  -ms-flex-align: start;
  grid-gap: 15px;
  align-items: flex-start;
}
.image-blog {
  width: auto;
  flex: 0 0 190px;
  overflow: hidden;
  width: 100%;
  text-align: center !important;
}
.link {
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	font-weight: 600;
}
.lead {
  font-size: 1rem;
  font-weight: 200;
  margin-top: 0.3rem;
  margin-bottom: 0px;
  word-break: break-word;
  line-height: 1.4;
}
.btn-pill {
  border: 1px solid #000;
  padding: 15px 20px !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.icon {
  font-weight: 200;
  opacity: 0.7;
  font-size: 13px;
}
.btn-pill:hover {
  background: #CE6387;
  color: #fff;
}
.content:hover a {
  color: #a3a32f !important;
}






.action-bar {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none;
}
.btn_view {
  background: #eee;
  border-radius: unset;
  position: relative;
}
.action-name {
  display: none;
}
.action-bar a:hover {
  background: #eee;
}

.box_sp_img:hover .action-bar{
  display: block;
}

.action-name {
  opacity: 0;
  position: absolute;
  bottom: 125%;
  background: #333;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  left: 57%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: auto;
  min-width: max-content;
}
.btn_view:hover .action-name {
  opacity: 1;
}

.action-name::before {
  background: transparent;
  content: "";
  position: absolute;
  height: 8px;
  left: 0;
  top: 100%;
  width: 100%;
}
.action-name::after {
  background: #333333;
  content: "";
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  left: calc(50% - 5px);
  bottom: -5px;
}



.sale {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #CE6387;
  color: #fff;
  padding: 0.3em 0.5em;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}
.wapper-option {
  padding: 50px 0px;
}

.op-title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.op-title {
  text-align: center;
  margin: 15px 0px 60px 0px;
  padding: 0px 15px 0px 15px;
}

.op-wapper-box {
  text-align: center;
}

.op-box-icon {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}

.element-icon {
  background-color: #0E573C;
  fill: #fff;
  color: #fff;
  font-size: 60px;
  height: 75px;
  padding: 20px 10px;
  border-radius: 50%;
}
.op-box-content p{
	color:#fff;
}
.element-icon i {
  width: 100px;
  height: 100px;
  position: relative;
}

.op-title-box {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.op-desc {
  color: #000000;
  font-size: 17px;
}
.wapper-option{
}
.section-why-option {
  margin: 50px 0px;
  background-image: url(../images/88.jpg);
  background-color: #F6F6F699;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.elementor-shape.elementor-shape-top {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: 0;
}

.elementor-shape.elementor-shape-top svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.elementor-shape.elementor-shape-bottom {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: 0;
}

.elementor-shape.elementor-shape-bottom svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.box-post-new {
  border: 1px solid rgba(0,0,0,.1);
}

.content-post-new {
  padding: 15px;
}

.img-post-new img {
  -o-object-fit: cover;
  object-fit: cover;
	height: 200px;
	width: 100%
}

.title-post-new h3 {
  	font-size: 18px;
  	font-weight: 700;
  	color: #303133;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.date-new {
  padding: 0;
  font-size: 12px;
  margin-right: 15px;
  color: #929292;
}

.date-post-new {
  margin-top: 10px;
}

.title-post-new {
  margin-top: 0px;
}

.date-new i {
  margin-right: 5px;
}
.title-new-top h2{
  font-size: 36px;
  font-weight: bold;
  color: #0E573C;
  text-align: center;text-transform: uppercase;
}
.title-new-top {
  margin-bottom: 30px;
}
.btn-introduce:hover {
	color: #fff;
}



@media screen and (min-width: 1601px) {
  .title__home-h2 {
    font-size: 36px;
  }
  .title__item {
    font-size: var(--gap18);
  }
  .icon-vc img {
    width: 100px;
    height: 100px;
  }
  .button {
    font-size: 20px;
  }
  .nang_luc .nang_luc_in .text_nl p {
    font-size: var(--gap16);
  }
}
@media screen and (max-width: 1600px) {

  /* .item_product {
    flex: 0 0 20%;
    max-width: 20%;
  } */

  .items_product {
    justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .heading.xl {
    font-size: 50px;
    margin-bottom: 0;
  }

  .social-proof-mini {
    margin-top: var(--gap20);
  }

  .title__home-h2 {
    font-size: 1.875em;
  }

  .content__footer-h3 {
    font-size: 25px;
    line-height: 27.2px;
  }
}

.awe-section-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}
  .ss_muihuong .muihuong h2 a {
    color: #0E573C;
}
  .policies-body {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 23px 0px;
    overflow: auto;
    background: #f0f0f0;
    flex-wrap: wrap;
    row-gap: 20px !important;
    gap: 15px;
  }
  .insta_body.hrz-scroll {
    display: flex !important;
    overflow-x: auto;
  }
  /* .item_product {
    flex: 0 0 33.333%;
    min-width: 250px;
    max-width: unset;
  } */

  .items_product {
    justify-content: center;
  }

  .wepper_content__banner {
    display: none;
  }

  .content__banner {
    max-width: 400px;
  }

  .heading.xl {
    font-size: 35px;
  }

  .arrow__rating {
    margin-top: 15px;
  }

  .slick-slide .mobi-show {
    display: block;
  }

  .slick-slide .desktop-show {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .wapper-option {
    padding: 100px 0px;
}
  
}
@media screen and (max-width: 768px) {
  .item_product {
    flex: 0 0 40%;
    max-width: 40%;
}

.link {
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}


  .Code__qr_item {
    flex: 0 0 50%;
    text-align: center;
    max-width: 50%;
    padding-inline: 10px;
}
  .arrow__rating {
    text-align: right;
    padding-right: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
  
.nang_luc {
  padding: unset;
}
.awe-section-11 {
  padding-top: 10px;
  padding-bottom: 10px;
}
  .ss_muihuong .muihuong h2 a {
    color: #333;
    font-size: 15px;
}
  .feature-div-image {
    padding-top: 100px !important;
  }
  .policies-body {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
    overflow: auto;
    background: #f0f0f0;
    flex-wrap: wrap;
    row-gap: 10px !important;
    gap: 10px;
  }
  .insta_body.hrz-scroll {
    display: flex !important;
    overflow-x: auto;
  }
  /* .item_product {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  } */

  .ss_camket {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .title__home-h2 {
    font-size: 1.5em;
    max-width: 350px;
    margin-top: 0px;
    margin-inline: auto;
  }
  .Code__qr {
    margin-inline: -5px;
  }
  .Code__qr_item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-inline: 5px;
  }

  .title__home {
    margin-bottom: 25px;
  }

  .col_muihuong {
    margin-bottom: 25px;
  }

  section.section__8,
  .ss_muihuong {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .ss_camket_col {
    margin-bottom: 30px;
  }

  .ss_camket_row {
    justify-content: center;
  }

  .button__sp {
    margin-top: 20px;
  }
  .ss_quick_access {
    padding: 20px 0;
    padding-bottom: 20px;
}

  .row_quick_access {
    margin-inline: -10px;
  }

  .col_quick_access {
    padding-inline: 10px;
  }

  .box_quick_access {
    padding-block: 20px;
    font-size: 20px;
    min-height: auto;
  }

  .content__wtf__section,
  .content__rating,
  .nang_luc,
  .QC__vity,
  .ss_thietke {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .content__rating {
    padding-top: 0;
  }

  .icon__thietke {
    text-align: center;
  }

  .tin-tuc-home-in button.slick-prev {
    width: 30px;
    opacity: 1;
  }

  .tin-tuc-home-in button.slick-next {
    width: 30px;
  }

  .arrow__rating {
    padding-right: 0;
    justify-content: center;
    margin-top: 20px;
  }

  .content__wtf__section .title__home-h2 {
    max-width: 100%;
  }
  
}

@media screen and (max-width: 576px) {
	.text_wood h1 {
		font-size: 35px;
	}
	section.section__8 {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	  .box-post-new {
		margin-bottom: 30px;
	}
  .link {
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
  .Code__qr_item {
    flex: 0 0 50%;
    text-align: center;
    max-width: 50%;
    padding-inline: 10px;
    min-height: 150px;
}
  .arrow__rating {
    text-align: right;
    padding-right: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
  .nang_luc {
    padding: 30px 0px;
  }
  .ss_quick_access {
    padding: 20px 0;
    padding-bottom: 20px;
}
  .ss_muihuong .muihuong h2 a {
    color: #333;
    font-size: 15px;
}
  .awe-section-11 {
    padding-top: 10px;
    padding-bottom: 10px;
}
  .policies-body {
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
    overflow: auto;
    background: #f0f0f0;
    flex-wrap: wrap;
    row-gap: 10px !important;
    gap: 10px;
  }
  .insta_body.hrz-scroll {
    display: flex !important;
    overflow-x: auto;
  }
  .ss_muihuong .muihuong h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .col_muihuong {
    padding-inline: 10px;
  }

  .row_muihuong {
    justify-content: center;
  }

  .box_quick_access {
    padding-inline: 5px;
  }
  .content__footer-h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .col_quick_access {
    padding-inline: 5px;
  }

  .nang_luc .title__home {
    width: 100%;
  }

  .title__home-h2 {
    max-width: 100%;
  }

  .item_product {
    flex: 0 0 50%;
    max-width: 50%;
    padding-inline: 5px;
    min-width: 190px;
  }

  .items_product {
    margin-inline: -5px;
  }

  .box_sp_text_bottom h2 {
    height: auto;
  }

  .nang_luc .nang_luc_in {
    display: block;
  }

  .icon__rating {
    margin-bottom: 0;
    text-align: center;
  }

  .nang_luc_in .images {
    margin-right: 0;
  }

  .nang_luc_in .images img {
    height: auto;
  }

  .content__wtf__section .title__home-h2 {
    font-size: 20px;
  }

  .content__wtf__section {
    padding-top: 32px;
    padding-bottom: 25px;
  }
  .op-title h3 {
    font-size: 30px;
}

.wapper-option {
    padding: 50px 0px;
}

.op-wapper-box {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 400px) {
  .item_product {
    min-width: auto;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
