@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  --xanh-m: #131993;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 62.5%;
  }
}

body {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  body.no-scroll {
    overflow: hidden;
  }
}

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

figure {
  margin: 1em 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.67em;
}

h3 {
  font-size: 1.17em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1em;
  margin-bottom: 1.33em;
}

h5 {
  font-size: 0.83em;
  margin-bottom: 1.67em;
}

h6 {
  font-size: 0.75em;
  margin-bottom: 2.33em;
}

input,
select,
textarea {
  font: inherit;
}

iframe {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-family: sans-serif;
  font-size: 16px;
}

thead {
  background-color: #f2f2f2;
}

th,
td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:hover {
  background-color: #f1f1f1;
}

.strong {
  font-weight: 700;
}

.text-upper {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}

.d-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc,
  .d-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp,
  .d-pc {
    display: none !important;
  }
}
.text-center {
  text-align: center !important;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 900;
  border-radius: 0.4rem;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-yellow {
  color: var(--xanh-m);
  background-color: #ffd880;
}
.btn-yellow:hover {
  filter: drop-shadow(0 0 0.3rem var(--xanh-m));
}

.container {
  width: 100%;
  --max-width: 114rem;
  max-width: calc(var(--max-width) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.list_dot_arrow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.list_dot_arrow li {
  position: relative;
  padding-left: 2rem;
}
.list_dot_arrow li::before, .list_dot_arrow li::after {
  content: "";
  position: absolute;
  left: 0;
}
.list_dot_arrow li::before {
  top: 3rem;
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 1rem;
  border: 0.3rem solid var(--xanh-m);
  background-color: #ffd880;
}
.list_dot_arrow li::after {
  top: 5rem;
  width: 1.5rem;
  height: 90%;
  background-image: url(../img/top/quytrinh_arrow.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.list_dot_arrow li:last-child::after {
  content: none;
}

.more-btn {
  display: inline-flex;
  justify-content: center;
  color: #fffdfb;
  background-color: var(--xanh-m);
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  padding: 0.8rem 1.2rem;
  border: 2px solid;
  border-radius: 4rem;
  border-top-right-radius: 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .more-btn {
    transition: 0.3s ease-out;
  }
  .more-btn:hover {
    color: var(--xanh-m);
    background-color: #fff;
  }
}

.section-ttl {
  text-align: center;
  color: #131993;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.5rem;
  }
}

.section-desc {
  margin-top: 1.8rem;
  color: #655f6d;
  text-align: center;
  line-height: 1.42;
  max-width: 93.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-desc {
    font-size: 1.2rem;
    text-align: justify;
  }
}

.section-heading {
  padding: 7rem 0;
  position: relative;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .section-heading {
    padding-top: 2.5rem;
  }
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 17.5rem;
  height: 0.5rem;
  background-color: #0096c7;
}
@media screen and (max-width: 767px) {
  .section-heading::after {
    width: 10rem;
    height: 0.2rem;
  }
}
.section-heading .page-title {
  color: var(--xanh-m);
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .section-heading .page-title {
    font-size: 2.2rem;
    margin-bottom: 0.7rem;
  }
}
.section-heading .page-desc {
  color: var(--xanh-m);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  margin-top: 1.4rem;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.section-heading .page-desc._cen {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-heading .page-desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: justify;
  }
}

.category .page-desc {
  text-align: justify;
}
.category .page-desc figure {
  margin-left: auto;
  margin-right: auto;
}

#breadcrumb {
  text-align: center;
}
#breadcrumb #breadcrumbs {
  margin: 0;
}
#breadcrumb #breadcrumbs > span > span {
  padding: 0 0.5rem;
}
#breadcrumb span {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #breadcrumb span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    position: relative;
  }
  #breadcrumb #breadcrumbs {
    overflow: auto;
    white-space: nowrap;
  }
}

.section {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 2.5rem 0;
  }
}

.p-header-inner {
  padding-top: 7rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--xanh-m);
}
@media screen and (max-width: 767px) {
  .p-header-inner {
    padding-top: 2.5rem;
  }
}
.p-header #breadcrumb {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-header #breadcrumb::before, .p-header #breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.2s ease;
    opacity: 0;
  }
  .p-header #breadcrumb::before {
    left: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  }
  .p-header #breadcrumb::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  }
  .p-header #breadcrumb.scroll-left::before {
    opacity: 1;
  }
  .p-header #breadcrumb.scroll-left.scroll-right::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-header #breadcrumb #breadcrumbs {
    padding-bottom: 1rem;
  }
}
.p-header #breadcrumb #breadcrumbs > span > span:first-child {
  padding-left: 0;
}
.p-header #page-title {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.p-header a.author-link,
.p-header .post-meta {
  color: #655f6d;
}
.p-header a.author-link {
  text-decoration: underline;
}

.p-single {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-bottom: 5rem;
  }
}
.p-single:has(.kk-star-ratings) .post-content {
  margin-bottom: 1rem;
}
.p-single .kk-star-ratings {
  margin-top: 5rem;
}
.p-single .post-content {
  text-align: justify;
}
.p-single .post-content figure {
  margin-left: auto;
  margin-right: auto;
}

.p-page {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding-bottom: 5rem;
  }
}

.title {
  color: var(--xanh-m);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
.title-left {
  text-align: left;
}

.sub_title {
  color: var(--xanh-m);
  background-color: #ffd880;
  border-radius: 0.4rem;
  line-height: 1.1;
  padding: 1rem 1.5rem 0.8rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #sanpham {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #sanpham .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #sanpham {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.woocommerce ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.woocommerce ul.products .product {
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products .product {
    width: 50% !important;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products .product {
    width: 25% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.woocommerce ul.products .product .product_inn {
  border: 0.1rem solid var(--xanh-m);
  border-radius: 1.3rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products .product .product_image {
  padding: 1rem;
}
.woocommerce ul.products .product .product_label {
  position: relative;
  padding-right: 7rem;
}
.woocommerce ul.products .product .product_label a img {
  margin-right: 6rem;
}
.woocommerce ul.products .product .product_title {
  text-transform: uppercase;
  margin: 0;
  color: var(--xanh-m);
  font-size: 1.6rem;
  text-align: center;
  padding: 0 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce ul.products .product .product_title a {
  color: inherit;
}
.woocommerce ul.products .product .review_sold {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.woocommerce ul.products .product .review_sold img {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
}
.woocommerce ul.products .product .review_sold span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
}
.woocommerce ul.products .product .review_sold span b {
  margin-right: 0.2rem;
}
.woocommerce ul.products .product .review_sold .review span {
  color: #f7b252;
}
.woocommerce ul.products .product .product_price {
  text-align: center;
  margin-bottom: 1rem;
}
.woocommerce ul.products .product .product_price > span.price {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products .product .product_price > span.price del {
  opacity: 1;
  order: 2;
  color: #000;
  font-size: 0.75em;
}
.woocommerce ul.products .product .product_price > span.price bdi,
.woocommerce ul.products .product .product_price > span.price ins {
  font-weight: bold;
  text-decoration: none;
}
.woocommerce ul.products .product .product_price > span.price bdi:before {
  content: "Giá ";
  font-weight: 500;
}
.woocommerce ul.products .product .product_action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: auto;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.woocommerce ul.products .product .product_action .button,
.woocommerce ul.products .product .product_action .woocommerce-loop-product__link,
.woocommerce ul.products .product .product_action .add_to_cart_button,
.woocommerce ul.products .product .product_action .added_to_cart,
.woocommerce ul.products .product .product_action .yith-wcwl-add-to-wishlist .add_to_wishlist,
.woocommerce ul.products .product .product_action .yith-wcwl-add-button .delete_item {
  margin: 0 !important;
  height: 3rem;
  width: 3rem;
  padding: 0 !important;
  background-color: #fff;
  border: 1px solid;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 0.4rem;
  color: var(--xanh-m);
  line-height: 3rem;
  overflow: hidden;
}
.woocommerce ul.products .product .product_action img {
  width: 3rem;
}
.woocommerce ul.products .product .product_action .button,
.woocommerce ul.products .product .product_action .added_to_cart,
.woocommerce ul.products .product .product_action .add_to_cart_button {
  background-image: url(../img/common/icon_add_to_cart.svg);
  background-size: contain;
  width: 3rem;
  height: 3rem;
  display: block;
  text-indent: -100rem;
  overflow: hidden;
}
.woocommerce ul.products .product .product_action .add_to_cart_button.added {
  display: none;
}
.woocommerce ul.products .product .product_action .yith-wcwl-add-button .delete_item i {
  margin: 0;
}
.woocommerce ul.products .product .product_action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce ul.products .product .product_action .yith-wcwl-add-to-wishlist .add_to_wishlist i {
  margin: 0;
}
.woocommerce ul.products .product .product_action .yith-wcwl-add-to-wishlist .add_to_wishlist span {
  display: none;
}

.product_labels {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product_labels .label.sale_off {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.product_labels .label.sale_off span {
  display: block;
  color: #f7b252;
  font-size: 3rem;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  padding: 1rem;
}

.woocommerce-loop-product__title {
  text-transform: uppercase;
  margin: 0;
  color: var(--xanh-m);
  font-size: 1.6rem;
  text-align: center;
  padding: 0 1rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.list_sanpham {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list_sanpham .woocommerce {
    flex: 1;
    display: flex;
    overflow-x: auto;
    padding: 2rem;
  }
  .list_sanpham .woocommerce ul.products {
    flex: 1;
    flex-wrap: nowrap;
  }
  .list_sanpham .woocommerce ul.products .product {
    width: 26.5rem !important;
  }
}
.list_sanpham .products {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
.list_sanpham .products .product {
  width: 26.5rem;
}

#top_review {
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  #top_review {
    background-repeat: no-repeat;
    background-image: url(../img/top/top_review_bg_sp.png);
  }
}
@media screen and (min-width: 768px) {
  #top_review {
    background-image: url(../img/top/top_review_bg.png);
  }
}
#top_review .top_review_wrap {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../img/top/top_review_coffe_tea.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #top_review .top_review_wrap {
    background-position: top left 2rem;
    background-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #top_review .top_review_wrap {
    background-position: top left 10rem;
    background-size: 29rem;
  }
}
#top_review .top_review {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #top_review .top_review {
    margin-left: 30rem;
  }
}
#top_review .top_review .top_review_title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_review .top_review .top_review_title {
    margin-right: 6rem;
    margin-left: 10rem;
  }
}
#top_review .top_review .top_review_title .sub_title {
  display: inline-block;
  color: var(--xanh-m);
  padding: 0.8rem 1.5rem 0.6rem;
  background-color: #ffd880;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}
#top_review .top_review .top_review_title .title {
  color: #fff;
  margin-bottom: 3rem;
}
#top_review .top_review .list_review {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_review .top_review .list_review .review {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #top_review .top_review .list_review .review {
    width: 45%;
    border-top: 0.1rem solid #fff;
  }
  #top_review .top_review .list_review .review:nth-child(1), #top_review .top_review .list_review .review:nth-child(2) {
    border-top: none;
  }
}
#top_review .top_review .list_review .review .avatar {
  width: 7.5rem;
  overflow: hidden;
}
#top_review .top_review .list_review .review .avatar img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
}
#top_review .top_review .list_review .review .review_info {
  width: calc(100% - 10rem);
}
#top_review .top_review .list_review .review .review_info .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
#top_review .top_review .list_review .review .review_info .info .name_time span {
  display: block;
}
#top_review .top_review .list_review .review .review_info .info .name_time .name {
  color: #ffd880;
  font-family: "Commerce-Condensed";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #top_review .top_review .list_review .review .review_info .info .name_time .name {
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  #top_review .top_review .list_review .review .review_info .info .name_time .name {
    line-height: 1.6;
  }
}
#top_review .top_review .list_review .review .review_info .info .name_time .time {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #top_review .top_review .list_review .review .review_info .info .label {
    width: 7.4rem;
  }
}
@media screen and (min-width: 768px) {
  #top_review .top_review .list_review .review .review_info .info .label {
    width: 9.4rem;
  }
}
#top_review .top_review .list_review .review .review_info .info .rating .stars {
  height: 1.8rem;
  width: 9rem;
  background-image: url(../img/common/icon_star_disable.svg);
  background-repeat: repeat-x;
  background-size: 1.8rem;
  overflow: hidden;
}
#top_review .top_review .list_review .review .review_info .info .rating .stars .rate {
  height: 1.8rem;
  width: 9rem;
  background-image: url(../img/common/icon_star.svg);
  background-repeat: repeat-x;
  background-size: 1.8rem;
}
#top_review .top_review .list_review .review .review_content {
  margin-top: 1rem;
  width: 100%;
  background-image: url(../img/common/icon_quote.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  padding-left: 3.5rem;
  padding-top: 0.5rem;
}
#top_review .top_review .list_review .review .review_content p {
  margin-bottom: 0.5rem;
}

.promotion-time {
  height: 2.6em;
  margin-bottom: 1rem;
}

.woocommerce-products-header {
  display: flex;
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
  }
}
.woocommerce-products-header .page-title {
  color: var(--xanh-m);
  font-family: "Commerce-Condensed";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header .page-title {
    font-size: 2rem;
    order: 3;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header .page-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.woocommerce-products-header .woocommerce-result-count {
  margin-right: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header .woocommerce-result-count {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-products-header .woocommerce-ordering {
    margin-bottom: 2rem;
  }
}
.woocommerce-products-header .term-description {
  order: 4;
  text-align: justify;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header .term-description {
    margin-top: 2rem;
  }
}

#pagination,
.woocommerce-pagination {
  width: 100%;
  margin-top: 4rem;
}
#pagination:empty,
.woocommerce-pagination:empty {
  margin-top: 0;
}
#pagination .nav-links,
#pagination ul.page-numbers,
.woocommerce-pagination .nav-links,
.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  border: none !important;
}
#pagination .nav-links li,
#pagination ul.page-numbers li,
.woocommerce-pagination .nav-links li,
.woocommerce-pagination ul.page-numbers li {
  border: none !important;
}
#pagination .nav-links .page-numbers,
#pagination ul.page-numbers .page-numbers,
.woocommerce-pagination .nav-links .page-numbers,
.woocommerce-pagination ul.page-numbers .page-numbers {
  padding: 0 !important;
  display: block;
  border-radius: 3.6rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: bold;
  color: var(--xanh-m);
}
#pagination .nav-links .page-numbers:hover,
#pagination .nav-links .current,
#pagination ul.page-numbers .page-numbers:hover,
#pagination ul.page-numbers .current,
.woocommerce-pagination .nav-links .page-numbers:hover,
.woocommerce-pagination .nav-links .current,
.woocommerce-pagination ul.page-numbers .page-numbers:hover,
.woocommerce-pagination ul.page-numbers .current {
  background-color: #f1c327 !important;
  color: inherit !important;
  font-weight: bold;
}

#page-title {
  color: var(--xanh-m);
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  #page-title {
    font-size: 3.5rem;
  }
}

.list_post {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .list_post {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
}
.list_post .promotion .inner,
.list_post .promotion .post_inn,
.list_post .post .inner,
.list_post .post .post_inn {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list_post .promotion .inner .post_thumbnail,
.list_post .promotion .post_inn .post_thumbnail,
.list_post .post .inner .post_thumbnail,
.list_post .post .post_inn .post_thumbnail {
  margin-bottom: 1.5rem;
}
.list_post .promotion .inner .post_thumbnail img,
.list_post .promotion .post_inn .post_thumbnail img,
.list_post .post .inner .post_thumbnail img,
.list_post .post .post_inn .post_thumbnail img {
  aspect-ratio: 270/158;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_post .promotion .inner .promotion-time,
.list_post .promotion .post_inn .promotion-time,
.list_post .post .inner .promotion-time,
.list_post .post .post_inn .promotion-time {
  margin-top: 1rem;
}
.list_post .promotion .inner .post-title,
.list_post .promotion .inner .post_title,
.list_post .promotion .post_inn .post-title,
.list_post .promotion .post_inn .post_title,
.list_post .post .inner .post-title,
.list_post .post .inner .post_title,
.list_post .post .post_inn .post-title,
.list_post .post .post_inn .post_title {
  color: var(--xanh-m);
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list_post .promotion .inner .post-title,
  .list_post .promotion .inner .post_title,
  .list_post .promotion .post_inn .post-title,
  .list_post .promotion .post_inn .post_title,
  .list_post .post .inner .post-title,
  .list_post .post .inner .post_title,
  .list_post .post .post_inn .post-title,
  .list_post .post .post_inn .post_title {
    font-size: 1.4rem;
  }
}
.list_post .promotion .inner .post-title,
.list_post .promotion .post_inn .post-title,
.list_post .post .inner .post-title,
.list_post .post .post_inn .post-title {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list_post .promotion .inner .post_desc,
.list_post .promotion .post_inn .post_desc,
.list_post .post .inner .post_desc,
.list_post .post .post_inn .post_desc {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_post .promotion .inner .post_desc,
  .list_post .promotion .post_inn .post_desc,
  .list_post .post .inner .post_desc,
  .list_post .post .post_inn .post_desc {
    font-size: 1.2rem;
  }
}
.list_post .promotion .inner .view_more,
.list_post .promotion .post_inn .view_more,
.list_post .post .inner .view_more,
.list_post .post .post_inn .view_more {
  margin-top: auto;
  margin-bottom: 0;
}
.list_post .promotion .inner .view_more a,
.list_post .promotion .post_inn .view_more a,
.list_post .post .inner .view_more a,
.list_post .post .post_inn .view_more a {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.5rem 1.6rem 0.3rem;
  text-transform: uppercase;
  background-color: #0196c7;
  color: #fff;
  border: 0.1rem solid;
  border-radius: 4.2rem;
  border-top-right-radius: 0;
  transition: 0.3s;
}
.list_post .promotion .inner .view_more a:hover,
.list_post .promotion .post_inn .view_more a:hover,
.list_post .post .inner .view_more a:hover,
.list_post .post .post_inn .view_more a:hover {
  background-color: var(--xanh-m);
  border-color: var(--xanh-m);
}
.list_post .promotion .inner .view_more a.ung-tuyen,
.list_post .promotion .post_inn .view_more a.ung-tuyen,
.list_post .post .inner .view_more a.ung-tuyen,
.list_post .post .post_inn .view_more a.ung-tuyen {
  font-weight: bold;
  float: right;
  background-color: #ffd880;
  border-color: #ffd880;
}
.list_post .promotion .inner .view_more a.ung-tuyen:hover,
.list_post .promotion .post_inn .view_more a.ung-tuyen:hover,
.list_post .post .inner .view_more a.ung-tuyen:hover,
.list_post .post .post_inn .view_more a.ung-tuyen:hover {
  background-color: var(--xanh-m);
  border-color: var(--xanh-m);
  color: #fff;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.aligncenter {
  display: block;
}

.wp-caption img {
  display: block;
}

.wp-caption-text {
  padding: 0.5rem 2rem;
  background-color: #ffd880;
}

.post-content a,
.post-meta a {
  color: var(--xanh-m);
}

.post-content {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.post_tags a {
  color: #fff;
  padding: 1rem 0.8rem;
  background-color: var(--xanh-m);
  font-size: 1.6rem;
  display: inline-block;
  transition: 0.25s ease-out;
  margin-right: 2rem;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .post_tags a {
    font-size: 1.2rem;
    margin-right: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 0.5rem 0.8rem;
  }
}
.post_tags a:hover {
  opacity: 0.7;
}

.related-section .title {
  font-size: 4.5rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--xanh-m);
}
@media screen and (max-width: 767px) {
  .related-section .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile_scroll_wrap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mobile_scroll_wrap .mobile_scroll_inner {
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex: 1;
    overflow-x: auto;
  }
  .mobile_scroll_wrap .mobile_scroll_inner .list_post {
    flex-wrap: nowrap;
  }
  .mobile_scroll_wrap .mobile_scroll_inner .list_post .post {
    width: 30rem;
  }
}
.tabs {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  border-bottom: 5px solid var(--xanh-m);
  margin: 0;
  margin-bottom: 5rem;
  padding: 0;
}
.tabs li {
  display: block;
}
.tabs li a {
  display: block;
  padding: 1rem 1.5rem;
  font-weight: bold;
  color: var(--xanh-m);
  text-transform: uppercase;
  border: 1px solid var(--xanh-m);
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .tabs li a {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .tabs li a {
    padding: 1rem 3rem;
    font-size: 1.2em;
  }
}
.tabs li a:hover {
  color: var(--xanh-m);
  background-color: #ffd880;
}
.tabs li a.active {
  background-color: var(--xanh-m);
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 850/445;
  overflow: hidden;
  border-radius: 1rem;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-more {
  height: 35rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .content-more {
    height: 46rem;
  }
}
.content-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.content-more.show:after {
  content: none;
}

.more-wrap {
  background-color: #fff;
  display: block;
  text-align: center;
}
.more-wrap a.btn-show-more {
  display: block;
}
.more-wrap a.btn-show-more::after {
  content: "⮟";
  display: block;
}

.returntop {
  position: fixed;
  right: 10px;
  bottom: 70px;
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 30;
}
.returntop.is-show {
  opacity: 1;
  transition: all 0.6s ease;
}
.returntop a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #3b3f42;
  opacity: 0.8;
  text-indent: -999em;
}
.returntop a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  background: url(../img/common/returntop.png) 0 0 no-repeat;
  background-size: 16px 9px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-wrapper table {
    width: 600px;
  }
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem 1.5rem;
  outline: none;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .search-form input {
    height: 5rem;
  }
}
.search-form button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -100rem;
  border: none;
  background: #131993 url(../img/common/icon-search-white.svg) center/2rem no-repeat;
  height: 4rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .search-form button {
    height: 5rem;
    width: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .search-form button {
    background-size: 3rem;
  }
}

.quick-contact-right {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 30;
}

.quick-contact-right .zalo {
  display: block;
}

.animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animated.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.tada {
  animation-name: tada;
}

.zoomIn {
  animation-name: zoomIn;
}

.pulse {
  animation-name: pulse;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#site_header {
  position: relative;
  z-index: 2;
}
#site_header .container {
  --max-width: 1620px;
}

.header_top {
  background-color: #131993;
  color: #fffdfb;
  position: relative;
  z-index: 99;
}
.header_top .header_top_wrap {
  position: relative;
  display: flex;
  justify-content: end;
  padding: 2.2rem 0;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap {
    padding: 1.2rem 0;
  }
}
.header_top .header_top_wrap .header_top_logo {
  position: absolute;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap .header_top_logo {
    width: 8.6rem;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .header_top .header_top_wrap .header_top_logo {
    width: 17.5rem;
    bottom: 0;
    transform: translateY(100%);
  }
}
.header_top .header_top_wrap .header_top_logo #logo img {
  width: 17.5rem;
}
.header_top .header_top_wrap .header_top_info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap .header_top_info {
    gap: 1rem;
  }
}
.header_top .header_top_wrap .header_top_info .header_contact {
  display: flex;
  gap: 7.5rem;
  padding-right: 2rem;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap .header_top_info .header_contact {
    display: none;
  }
}
.header_top .header_top_wrap .header_top_info .header_contact .item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header_top .header_top_wrap .header_top_info .header_contact .item-hotline {
  font-weight: 700;
  text-transform: uppercase;
}
.header_top .header_top_wrap .header_top_info .header_contact .item-hotline--text {
  position: relative;
  top: -0.3rem;
}
.header_top .header_top_wrap .header_top_info .header_contact .hotline-num {
  font-size: 2.3rem;
}
.header_top .header_top_wrap .header_top_info .btn-cart {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap .header_top_info .btn-cart {
    margin-right: 1rem;
  }
}
.header_top .header_top_wrap .header_top_info .btn-cart .mini-cart-count {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  display: block;
}
.header_top .header_top_wrap .header_top_info .header_top_account {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .header_top .header_top_wrap .header_top_info .header_top_account {
    margin-left: 2rem;
  }
}
.header_top .header_top_wrap .header_top_info .header_top_account img {
  display: block;
}
@media screen and (max-width: 767px) {
  .header_top .header_top_wrap .header_top_info .header_top_account img {
    width: 3.1rem;
  }
}
.header_top .header_top_wrap .header_top_info .btn_menu img {
  width: 3.1rem;
  display: block;
}

#menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  #menu-primary {
    flex-direction: column;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    background: #dbdced;
    padding: 1rem 2rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10rem);
    transition: 0.3s;
    height: calc(100vh - 5rem);
    overflow: auto;
    padding-bottom: 5rem;
  }
  #menu-primary.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  #menu-primary {
    justify-content: flex-end;
    gap: 1rem;
  }
}
#menu-primary > li > a {
  text-transform: uppercase;
}
#menu-primary > li:hover > a::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #menu-primary li {
    display: block;
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #menu-primary li:not(:last-child) a {
    border-bottom: 0.1rem solid;
  }
}
#menu-primary li a {
  display: block;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #menu-primary li a {
    padding: 1.2rem 0;
    font-size: 1.4rem;
    color: var(--xanh-m);
  }
}
@media screen and (min-width: 768px) {
  #menu-primary li a {
    padding: 1rem 1rem;
  }
  #menu-primary li a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 0.2rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: 0.3s;
  }
}
#menu-primary li.current > a {
  font-weight: 900;
}
#menu-primary li.has-children {
  position: relative;
}
@media screen and (max-width: 767px) {
  #menu-primary li.has-children .toggle-submenu {
    display: block;
    position: absolute;
    width: 4.4rem;
    height: 4.4rem;
    top: 0;
    right: 0;
    text-indent: -100rem;
    overflow: hidden;
  }
  #menu-primary li.has-children .toggle-submenu::before, #menu-primary li.has-children .toggle-submenu:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #131993;
  }
  #menu-primary li.has-children .toggle-submenu::before {
    width: 1.6rem;
    height: 2px;
  }
  #menu-primary li.has-children .toggle-submenu::after {
    height: 1.6rem;
    width: 2px;
  }
}
@media screen and (min-width: 768px) {
  #menu-primary li.has-children .toggle-submenu {
    display: none;
  }
}
#menu-primary li.has-children .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 30rem;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #menu-primary li.has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(10rem);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px 0.2rem 0.5rem #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  #menu-primary li.has-children .sub-menu {
    display: none;
  }
}
#menu-primary li.has-children .sub-menu li {
  padding: 0;
}
#menu-primary li.has-children .sub-menu li a {
  padding: 1rem 2rem;
  display: block;
  color: inherit;
}
#menu-primary li.has-children .sub-menu li a::after {
  left: 0;
  transform: none;
}
#menu-primary li.has-children .sub-menu .sub-menu li a {
  padding-left: 4rem;
}
#menu-primary li.has-children .sub-menu .sub-menu {
  left: 100%;
  right: auto;
  top: 0;
}
@media screen and (min-width: 768px) {
  #menu-primary li.has-children .sub-menu li a:hover {
    background: var(--xanh-m);
    color: #fff;
  }
}
#menu-primary li.has-children:nth-last-child(-n+3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
#menu-primary li.has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  body:not(.home) .header_top .header_top_wrap .header_top_logo {
    width: 14.7rem;
  }
  body:not(.home) .header_menu {
    background: #d9d9d9;
  }
  body:not(.home) #menu-primary li a {
    color: var(--xanh-m);
  }
  body:not(.home) #menu-primary li a::after {
    background-color: var(--xanh-m);
  }
}

@media screen and (min-width: 768px) {
  .header_menu_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
  }
}
.header_menu_wrap .btn_search {
  display: block;
  aspect-ratio: 1;
  background: url(../img/common/icon-search.svg) center/contain no-repeat;
  width: 2.6rem;
  text-indent: -100rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header_menu_wrap .btn_search {
    position: absolute;
    top: 1.5rem;
    right: 16rem;
    z-index: 99;
    filter: brightness(0) invert(1);
  }
}

@media screen and (min-width: 768px) {
  body.home .header_menu_wrap .btn_search {
    filter: brightness(0) invert(1);
  }
}
#site_footer {
  background-color: var(--xanh-m);
  color: #fff;
  padding-top: 15.7rem;
  padding-bottom: 5.7rem;
  background: var(--img) no-repeat top center/cover;
  --img: url(../img/common/bg-footer.svg);
}
@media screen and (max-width: 767px) {
  #site_footer {
    padding-bottom: 3rem;
    padding-top: 8.5rem;
    --img: url(../img/common/bg-footer_sp.svg);
  }
}
#site_footer .footer_top {
  display: flex;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top {
    flex-direction: column;
    gap: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_info {
    width: 36.7rem;
    display: flex;
    gap: 3rem;
    margin-right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .footer_info .footer_logo img {
    width: 9.5rem;
    margin: 0 auto;
    transform: translateY(-3.5rem);
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_info .footer_logo img {
    width: 16rem;
  }
}
#site_footer .footer_top .contact_info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .contact_info {
    gap: 1.2rem;
  }
}
#site_footer .footer_top .contact_info li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#site_footer .footer_top .contact_info li > span {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .contact_info li {
    font-size: 1.2rem;
  }
}
#site_footer .footer_top .contact_info svg,
#site_footer .footer_top .contact_info img {
  width: 3rem;
  height: 3rem;
}
#site_footer .footer_top .contact_info {
  margin-top: 3.5rem;
}
#site_footer .footer_top .contact_info .item-hotline {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.31;
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .contact_info .item-hotline a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .contact_info {
    margin-top: 2rem;
  }
}
#site_footer .footer_top .company_info .brand_name {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.13;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .company_info .brand_name {
    margin-bottom: 1.2rem;
  }
}
#site_footer .footer_top .company_info .company_about {
  line-height: 1.42;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .company_info .company_about {
    font-size: 1.2rem;
  }
}
#site_footer .footer_top .footer_title {
  font-weight: 700;
  line-height: 1.78;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .footer_title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_menu_wrap {
    width: 31rem;
  }
}
#site_footer .footer_top .footer_menu_wrap .footer_menu + .footer_menu {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_menu_wrap .footer_menu + .footer_menu {
    margin-top: 4rem;
  }
}
#site_footer .footer_top .footer_menu_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
}
#site_footer .footer_top .footer_menu_wrap ul a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_menu_wrap ul a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .footer_menu_wrap ul {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    margin-right: -1rem;
  }
  #site_footer .footer_top .footer_menu_wrap ul li a {
    font-size: 1.2rem;
  }
  #site_footer .footer_top .footer_menu_wrap ul li:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
#site_footer .footer_top .footer_map {
  width: 36.7rem;
  max-width: 100%;
}
#site_footer .footer_top .footer_map iframe {
  width: 100%;
  height: 25.6rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_top .footer_map iframe {
    height: 10.9rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer_top .footer_info,
  #site_footer .footer_top .footer_menu_wrap {
    padding-top: 4rem;
  }
}
#site_footer .footer_bottom {
  padding-top: 1.9rem;
  border-top: 0.5px solid #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_bottom {
    padding-top: 1.7rem;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  #site_footer .footer_bottom .footer_social {
    margin-right: 0;
    margin-left: auto;
  }
}
#site_footer .footer_bottom .footer_social .socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  #site_footer .footer_bottom .footer_social .socials {
    gap: 1rem;
    justify-content: end;
  }
}
#site_footer .footer_bottom .footer_social .socials a {
  display: block;
}
#site_footer .footer_bottom .footer_social .socials a img {
  width: 4.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #site_footer .footer_bottom .footer_social .socials a img {
    width: 2.9rem;
  }
}

#top_main {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top_main {
    margin-top: -9.1rem;
  }
}
#top_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(40, 7, 120, 0.67) 0%, rgba(102, 102, 102, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
#top_main .main_image img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #top_main .main_image img {
    width: 100%;
    transform: translateY(-4rem);
  }
}
@media screen and (min-width: 768px) {
  #top_main .main_image img {
    height: 82.4rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
#top_main .main_content {
  position: absolute;
  top: 14.3rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #top_main .main_content {
    top: 3.2rem;
  }
}
#top_main .main_content--heading {
  display: block;
  text-align: center;
  color: #fffdfb;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 9rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top_main .main_content--heading {
    font-size: 3.3rem;
  }
}
#top_main .main_content--text {
  display: block;
  color: #fffdfb;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #top_main .main_content--text {
    font-size: 1.4rem;
  }
}
#top_main .main_content--more {
  margin-top: 1.5rem;
}
#top_main .main_content--more a {
  display: block;
  color: #fffdfb;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 1rem;
  border: 1px solid;
  width: 31.1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #top_main .main_content--more a {
    transition: 0.3s ease-out;
  }
  #top_main .main_content--more a:hover {
    background-color: #fff;
    color: var(--xanh-m);
  }
}
@media screen and (max-width: 767px) {
  #top_main .main_content--more a {
    font-size: 1.6rem;
    background-color: var(--xanh-m);
    border: none;
    width: 23.4rem;
    padding: 0.7rem 0;
  }
}

.thu-ngo {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .thu-ngo {
    padding-top: 1.2rem;
  }
}
.thu-ngo .thu-ngo_wrap {
  display: flex;
  gap: 5.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .thu-ngo .thu-ngo_wrap {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.thu-ngo .content-more {
  height: 16rem;
}
@media screen and (min-width: 768px) {
  .thu-ngo .content-more {
    height: 28rem;
  }
}
.thu-ngo ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .thu-ngo ._img {
    flex: 1;
  }
}
.thu-ngo ._img img {
  border-top-right-radius: 15rem;
  display: block;
}
.thu-ngo ._img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 1.7rem;
  top: -1.7rem;
  border: 2px solid #0096c7;
  border-top-right-radius: 17rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .thu-ngo ._img img {
    border-top-right-radius: 8rem;
  }
  .thu-ngo ._img::after {
    border-top-right-radius: 8.5rem;
    left: 0.7rem;
    top: -0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .thu-ngo ._text {
    width: 49%;
  }
}
.thu-ngo__ttl {
  margin-bottom: 0;
}
.thu-ngo__ttl img {
  width: 25.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .thu-ngo__ttl img {
    width: 18.7rem;
  }
}
.thu-ngo__subttl {
  color: var(--xanh-tm, #131993);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .thu-ngo__subttl {
    font-size: 2.5rem;
    margin-top: -1.5rem;
  }
}
.thu-ngo__txt {
  line-height: 1.42;
  text-align: justify;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thu-ngo__txt {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}
.thu-ngo .more {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .thu-ngo .more {
    margin-top: 2rem;
  }
}

.thiet-ke {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thiet-ke {
    margin-top: 3rem;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
}
.thiet-ke::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 51.5277777778%;
  background: url(../img/top/bg-thietke.jpg) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .thiet-ke::after {
    width: 47rem;
    height: auto;
    bottom: auto;
    aspect-ratio: 471/392;
  }
}
.thiet-ke .thiet-ke_wrap {
  display: flex;
  gap: 4rem;
  width: 123.4rem;
}
@media screen and (max-width: 767px) {
  .thiet-ke .thiet-ke_wrap {
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
  }
}
.thiet-ke__main {
  width: 34.4rem;
  max-width: 100%;
}
.thiet-ke__sub {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .thiet-ke__sub {
    overflow: auto;
    margin-right: -2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    margin-left: -3rem;
  }
}
.thiet-ke__ttl img {
  width: 24.9rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .thiet-ke__ttl img {
    width: 18rem;
  }
}
.thiet-ke__subttl {
  color: #fffdfb;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .thiet-ke__subttl {
    font-size: 2.5rem;
    text-align: center;
    padding-left: 1.15rem;
    margin-bottom: 1.5rem;
  }
}
.thiet-ke__txt {
  text-align: justify;
  color: #fffdfb;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .thiet-ke__txt {
    line-height: 1.25;
    font-size: 1.2rem;
  }
}
.thiet-ke ._list {
  width: 85rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .thiet-ke ._list {
    width: 73.16rem;
    gap: 1.7rem;
  }
}
.thiet-ke ._list ._item {
  background-color: #fffdfb;
  filter: drop-shadow(0px 4px 17.1px rgba(0, 0, 0, 0.25));
  border-bottom-left-radius: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thiet-ke ._list ._item {
    border-bottom-left-radius: 7rem;
  }
}
.thiet-ke ._list ._item-img img {
  aspect-ratio: 270/282;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.thiet-ke ._list ._item-body {
  position: relative;
  padding: 1.2rem 1rem 1.2rem 2.8rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .thiet-ke ._list ._item-body {
    padding: 0.8rem 1rem 0.8rem 2.5rem;
  }
}
.thiet-ke ._list ._item-icon {
  transform: translateY(calc(-50% - 1.2rem));
}
.thiet-ke ._list ._item-icon img {
  width: 6.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .thiet-ke ._list ._item-icon img {
    width: 5.1rem;
  }
}
.thiet-ke ._list ._item-text {
  color: var(--xanh-m);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.11;
}

.san-pham {
  padding-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .san-pham {
    padding-top: 3rem;
  }
}
.san-pham__body {
  margin-top: 3rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .san-pham__body {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2.6rem;
  }
}
.san-pham__body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--xanh-m);
  z-index: -1;
  width: 71.4285714286%;
}
@media screen and (max-width: 767px) {
  .san-pham__body::after {
    width: calc(100vw - 4.5rem);
  }
}
.san-pham__slide {
  max-width: 1044rem;
}
@media screen and (max-width: 767px) {
  .san-pham__slide {
    margin-right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .san-pham__slide .san-pham-slide {
    padding-bottom: 5rem;
  }
}
.san-pham__slide .san-pham-slide .img img {
  display: block;
}
.san-pham__slide .san-pham-slide .text {
  margin-top: 2.7rem;
  color: #fffdfb;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .san-pham__slide .san-pham-slide .text {
    font-size: 2rem;
    padding-right: 3rem;
  }
}
.san-pham__slide .swiper-control {
  display: flex;
  gap: 2.3rem;
  position: absolute;
  bottom: 0;
  right: 26rem;
  z-index: 3;
}
.san-pham__slide .swiper-control .button-next,
.san-pham__slide .swiper-control .button-prev {
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../img/common/icon-prev.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .san-pham__slide .swiper-control .button-next,
  .san-pham__slide .swiper-control .button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.san-pham__slide .swiper-control .button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .san-pham__slide .swiper-control {
    gap: 1.6rem;
    right: 4rem;
  }
}
.du-an {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .du-an {
    padding-top: 3rem;
  }
}
.du-an .list-du-an {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3rem 2rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .du-an .list-du-an {
    margin-top: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.du-an .list-du-an .item-link {
  display: block;
  position: relative;
}
.du-an .list-du-an .item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 13rem;
  background: linear-gradient(0deg, rgba(22, 1, 73, 0.67) 36.92%, rgba(102, 102, 102, 0) 100%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .du-an .list-du-an .item-link::after {
    height: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .du-an .list-du-an .item-link:hover img {
    transform: scale(1.06);
  }
}
.du-an .list-du-an .item-img {
  overflow: hidden;
}
.du-an .list-du-an .item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 35/18;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-out 0.25s;
}
@media screen and (max-width: 767px) {
  .du-an .list-du-an .item-img img {
    aspect-ratio: 375/220;
  }
}
.du-an .list-du-an .item-text {
  position: absolute;
  color: #fffdfb;
  font-size: 1.7rem;
  line-height: normal;
  text-transform: uppercase;
  bottom: 1.5rem;
  padding: 0 3.3rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .du-an .list-du-an .item-text {
    bottom: 2.5rem;
    padding: 0 2.3rem;
  }
}
.du-an .pagination {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .du-an .pagination {
    margin-top: 3rem;
  }
}
.du-an .pagination .page-numbers {
  display: block;
  color: var(--xanh-m);
  text-align: center;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: uppercase;
}
.du-an .pagination .page-numbers.current {
  width: 2.7rem;
  height: 2.7rem;
  background: #f1c327;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doi-tac {
  padding-bottom: 5.7rem;
  overflow: hidden;
}
.doi-tac__ttl {
  text-align: center;
}
.doi-tac__ttl img {
  width: 25.3rem;
}
@media screen and (max-width: 767px) {
  .doi-tac__ttl img {
    width: 18.3rem;
  }
}
.doi-tac__subttl {
  color: var(--xanh-m);
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .doi-tac__subttl {
    font-size: 2.5rem;
    margin-top: -2rem;
  }
}
.doi-tac__body {
  margin-top: 3.4rem;
  background: #eee;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .doi-tac__body {
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.doi-tac__body .slide-wrap {
  position: relative;
}
.doi-tac__body .slide-wrap .swiper-button-next,
.doi-tac__body .slide-wrap .swiper-button-prev {
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../img/common/icon-prev.svg) no-repeat center/contain;
}
.doi-tac__body .slide-wrap .swiper-button-next::after,
.doi-tac__body .slide-wrap .swiper-button-prev::after {
  content: none;
}
.doi-tac__body .slide-wrap .swiper-button-next {
  transform: rotate(180deg);
  right: -8rem;
}
.doi-tac__body .slide-wrap .swiper-button-prev {
  left: -8rem;
}
.doi-tac__body .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.doi-tac__body .swiper .swiper-slide {
  width: auto;
}
.doi-tac__body .swiper .swiper-slide img {
  max-width: 17rem;
  max-height: 17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .doi-tac__body .swiper .swiper-slide img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
.p-contact .section-contact {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-contact .section-contact {
    margin-top: 2rem;
  }
}
.p-contact .contact_wrap {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .contact_wrap {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .contact_wrap .contact_form {
    width: 65rem;
  }
}
.p-contact .contact_wrap .contact_info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap .contact_info {
    gap: 1.2rem;
  }
}
.p-contact .contact_wrap .contact_info li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-contact .contact_wrap .contact_info li > span {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap .contact_info li {
    font-size: 1.2rem;
  }
}
.p-contact .contact_wrap .contact_info svg,
.p-contact .contact_wrap .contact_info img {
  width: 3rem;
  height: 3rem;
}
.p-contact .contact_wrap .contact_info {
  margin-top: 3.5rem;
}
.p-contact .contact_wrap .contact_info .item-hotline {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.31;
}
@media screen and (min-width: 768px) {
  .p-contact .contact_wrap .contact_info .item-hotline a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap .contact_info {
    margin-top: 2rem;
  }
}
.p-contact .contact_wrap .company_info .brand_name {
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  text-transform: uppercase;
  color: var(--xanh-m);
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap .company_info .brand_name {
    font-size: 2.5rem;
  }
}
.p-contact .contact_wrap .company_info .company_about {
  line-height: 1.42;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_wrap .company_info .company_about {
    font-size: 1.2rem;
  }
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=number],
.p-contact input[type=tel],
.p-contact input[type=date],
.p-contact input[type=time],
.p-contact input[type=password],
.p-contact select,
.p-contact textarea {
  font: inherit;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 1rem;
  display: block;
  border: 0.1rem solid var(--xanh-m);
}
.p-contact textarea {
  resize: vertical;
  height: 12rem;
}
.p-contact input[type=submit] {
  display: block;
  text-transform: uppercase;
}
.p-contact .section_map {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .section_map {
    margin-bottom: 13rem;
  }
}
.p-contact .section_map iframe {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact .section_map iframe {
    height: 40rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .section_map iframe {
    height: 60rem;
  }
}
.p-contact .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1em;
}

.p-about {
  padding-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 10rem;
  }
}
.p-about .video .video-content {
  margin-top: 2.7rem;
}
.p-about .video .video-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.p-about .lich-su .container {
  --max-width: 115.5rem;
}
.p-about .lich-su__ttl {
  margin-bottom: -1rem;
}
.p-about .lich-su__ttl img {
  width: 26.7rem;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su__ttl img {
    width: 19.2rem;
  }
}
.p-about .lich-su .section-ttl {
  padding-right: 2rem;
  padding-left: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su .section-ttl {
    margin-bottom: 1rem;
  }
}
.p-about .lich-su .section-ttl .line-01 {
  display: block;
  text-align: left;
}
.p-about .lich-su .section-ttl .line-02 {
  display: block;
  text-align: right;
}
.p-about .lich-su ._desc {
  text-align: justify;
}
.p-about .lich-su ._content-01 {
  display: flex;
  gap: 3rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-01 {
    flex-direction: column-reverse;
  }
}
.p-about .lich-su ._content-01 .content-more {
  height: 22rem;
}
.p-about .lich-su ._content-01 ._img {
  position: relative;
  z-index: 1;
  align-self: baseline;
}
@media screen and (min-width: 768px) {
  .p-about .lich-su ._content-01 ._img {
    width: 46.0606060606%;
  }
}
.p-about .lich-su ._content-01 ._img img {
  border-top-right-radius: 15rem;
  display: block;
}
.p-about .lich-su ._content-01 ._img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 1.7rem;
  top: -1.7rem;
  border: 2px solid #0096c7;
  border-top-right-radius: 17rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-01 ._img img {
    border-top-right-radius: 8rem;
  }
  .p-about .lich-su ._content-01 ._img::after {
    border-top-right-radius: 8.5rem;
    left: 0.7rem;
    top: -0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .lich-su ._content-01 ._text {
    flex: 1;
  }
}
.p-about .lich-su ._content-02 {
  display: flex;
  gap: 3rem 6rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-02 {
    margin-top: 3rem;
    flex-direction: column-reverse;
  }
}
.p-about .lich-su ._content-02 .content-more {
  height: 48rem;
}
.p-about .lich-su ._content-02 ._img {
  position: relative;
  padding-top: 8rem;
  padding-right: 23rem;
}
@media screen and (min-width: 768px) {
  .p-about .lich-su ._content-02 ._img {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-02 ._img {
    padding-right: 11rem;
    padding-top: 5rem;
  }
}
.p-about .lich-su ._content-02 ._img-01 {
  position: relative;
}
.p-about .lich-su ._content-02 ._img-01 img {
  border-bottom-right-radius: 12rem;
  display: block;
}
.p-about .lich-su ._content-02 ._img-01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 1.7rem;
  top: 1.7rem;
  border: 2px solid #0096c7;
  border-bottom-right-radius: 14rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-02 ._img-01 img {
    border-bottom-right-radius: 7rem;
    aspect-ratio: 222/180;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-about .lich-su ._content-02 ._img-01::after {
    left: 0.7rem;
    top: 0.7rem;
    border-bottom-right-radius: 8rem;
  }
}
.p-about .lich-su ._content-02 ._img-02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 29rem;
  z-index: -2;
}
.p-about .lich-su ._content-02 ._img-02 img {
  border-top-left-radius: 9rem;
  display: block;
}
.p-about .lich-su ._content-02 ._img-02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1.7rem;
  top: -1.7rem;
  border: 2px solid #0096c7;
  border-top-left-radius: 10rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-02 ._img-02 {
    width: 15rem;
  }
  .p-about .lich-su ._content-02 ._img-02 img {
    border-top-left-radius: 6rem;
  }
  .p-about .lich-su ._content-02 ._img-02::after {
    left: -0.8rem;
    top: -0.8rem;
    border-top-left-radius: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .lich-su ._content-02 ._text {
    width: 37.2294372294%;
  }
}
@media screen and (max-width: 767px) {
  .p-about .lich-su ._content-02 .more {
    text-align: center;
    margin-top: 2rem;
  }
}
.p-about .tam-nhin {
  overflow: hidden;
  background-color: var(--xanh-m);
}
@media screen and (max-width: 767px) {
  .p-about .tam-nhin {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .p-about .tam-nhin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7rem;
    background-color: #fff;
    z-index: 0;
  }
}
.p-about .tam-nhin .container {
  --max-width: 115.5rem;
}
.p-about .tam-nhin .section-ttl {
  color: #fff;
}
.p-about .tam-nhin .section-ttl .line-01 {
  display: block;
  text-align: left;
}
.p-about .tam-nhin .section-ttl .line-02 {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about .tam-nhin .section-ttl {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about .tam-nhin__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about .tam-nhin__inner {
    gap: 6rem;
    display: flex;
  }
}
.p-about .tam-nhin ._img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about .tam-nhin ._img {
    flex: 1;
    margin-right: -15rem;
  }
}
.p-about .tam-nhin ._img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about .tam-nhin ._text {
    width: 37.2294372294%;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .tam-nhin ._text {
    margin-bottom: 2rem;
  }
}
.p-about .tam-nhin .desc {
  color: #fff;
  margin-top: 2.7rem;
  text-align: justify;
}
.p-about .doi-ngu-slide {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about .doi-ngu-slide {
    margin-top: 2.5rem;
    margin-right: -2rem;
  }
}
.p-about .doi-ngu-slide .swiper-button-next,
.p-about .doi-ngu-slide .swiper-button-prev {
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../img/common/icon-prev-2.svg) no-repeat center/contain;
}
.p-about .doi-ngu-slide .swiper-button-next::after,
.p-about .doi-ngu-slide .swiper-button-prev::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-about .doi-ngu-slide .swiper-button-next,
  .p-about .doi-ngu-slide .swiper-button-prev {
    display: none;
  }
}
.p-about .doi-ngu-slide .swiper-button-next {
  transform: translateX(100%) rotate(180deg);
  right: -2rem;
}
.p-about .doi-ngu-slide .swiper-button-prev {
  transform: translateX(-100%);
  left: -2rem;
}
.p-about .doi-ngu .swiper .swiper-slide {
  position: relative;
}
.p-about .doi-ngu .swiper .swiper-slide .img img {
  display: block;
}
.p-about .doi-ngu .swiper .swiper-slide .text {
  position: absolute;
  bottom: 3rem;
  right: 4rem;
  left: 0;
  padding: 1.9rem 2.7rem;
  background-color: #fff;
  border: 1px solid var(--xanh-m);
}
@media screen and (max-width: 767px) {
  .p-about .doi-ngu .swiper .swiper-slide .text {
    padding: 1rem 1rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.p-about .doi-ngu .swiper .swiper-slide .text ._name {
  color: var(--xanh-m);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about .doi-ngu .swiper .swiper-slide .text ._name {
    font-size: 1.4rem;
  }
}
.p-about .doi-ngu .swiper .swiper-slide .text ._pos {
  color: var(--xanh-m);
  font-size: 1.2rem;
  line-height: 1.61;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about .doi-ngu .swiper .swiper-slide .text ._pos {
    font-size: 1rem;
    margin-top: 0.1rem;
  }
}
.p-about .chat-luong {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong {
    margin-top: 2rem;
    padding-bottom: 5rem;
  }
}
.p-about .chat-luong::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  width: 80%;
  background-color: #eee;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong::before {
    width: 100vw;
  }
}
.p-about .chat-luong::after {
  content: "";
  position: absolute;
}
.p-about .chat-luong .container {
  --max-width: 110rem;
}
.p-about .chat-luong__ttl {
  margin-bottom: -3rem;
}
.p-about .chat-luong__ttl img {
  width: 35.3rem;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong__ttl img {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong__ttl {
    text-align: center;
    margin-bottom: -3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .chat-luong__inner {
    display: flex;
    gap: 6.5rem;
  }
}
.p-about .chat-luong .box {
  position: relative;
  align-self: baseline;
  padding: 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-about .chat-luong .box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box {
    padding: 3rem 0;
  }
}
.p-about .chat-luong .box::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50vw;
  top: 0;
  bottom: 0;
  background-color: #0096c7;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box::after {
    width: 100vw;
    right: -2rem;
  }
}
.p-about .chat-luong .box .item {
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box .item {
    padding: 1.5rem 0;
    gap: 1.5rem;
  }
}
.p-about .chat-luong .box .item .item-num {
  font-size: 11.4rem;
  line-height: 0.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box .item .item-num {
    font-size: 7rem;
  }
  .p-about .chat-luong .box .item .item-num.-fs5 {
    font-size: 5rem;
  }
}
.p-about .chat-luong .box .item .item-txt {
  font-size: 2.9rem;
  line-height: 1.13;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box .item .item-txt {
    font-size: 2rem;
  }
}
.p-about .chat-luong .box .item:nth-child(1) {
  padding-top: 0;
}
.p-about .chat-luong .box .item:nth-child(2) {
  padding-left: 5rem;
  position: relative;
}
.p-about .chat-luong .box .item:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 7.5rem;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 50vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .chat-luong .box .item:nth-child(2)::before {
    width: 100vw;
    right: 2.5rem;
  }
}
.p-about .chat-luong .box .item:nth-child(3) {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-about .chat-luong .box .item:nth-child(3) {
    padding-left: 10rem;
  }
}
.p-about .chat-luong .text {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about .chat-luong .text {
    width: 44%;
    padding-top: 6rem;
  }
}
.p-about .chat-luong .text .section-ttl {
  text-align: right;
  margin-bottom: 1rem;
}
.p-about .chat-luong .text .desc {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-about .chat-luong .text .desc {
    padding-left: 5rem;
  }
}
.p-about .bao-chi {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-about .bao-chi {
    margin-top: 3.5rem;
  }
}
.p-about .bao-chi__content {
  margin-top: 5rem;
}
.p-about .bao-chi__content .imgs {
  display: flex;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .bao-chi__content {
    margin-top: 2rem;
    overflow: auto;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
    padding-bottom: 1rem;
  }
  .p-about .bao-chi__content .imgs {
    gap: 1.1rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-about .bao-chi__content .img img {
  display: block;
}
.p-about .bao-chi__content ._left {
  width: 57.7836411609%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
.p-about .bao-chi__content ._left .img-01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
.p-about .bao-chi__content ._right {
  flex: 1;
  display: flex;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .bao-chi__content ._left,
  .p-about .bao-chi__content ._right {
    width: 28rem;
  }
  .p-about .bao-chi__content ._left img,
  .p-about .bao-chi__content ._right img {
    width: 100%;
    aspect-ratio: 283.91/203.81;
    height: auto;
  }
}
.p-about .chung-nhan {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about .chung-nhan {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-about .chung-nhan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url(../img/about/chung-nhan-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .chung-nhan::before {
    height: 19rem;
    background-position-x: right;
  }
}
@media screen and (min-width: 768px) {
  .p-about .chung-nhan__inner {
    padding-left: 9.5rem;
  }
}
.p-about .chung-nhan .section-ttl {
  max-width: 53rem;
  margin-bottom: 2.4rem;
  color: #fff;
}
.p-about .chung-nhan .section-ttl .line-01 {
  display: block;
  text-align: left;
}
.p-about .chung-nhan .section-ttl .line-02 {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about .chung-nhan .section-ttl {
    height: 19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 15rem;
  }
  .p-about .chung-nhan .section-ttl .line-01,
  .p-about .chung-nhan .section-ttl .line-02 {
    text-align: center;
  }
}
.p-about .chung-nhan .section-desc {
  text-align: justify;
  max-width: 63rem;
}
@media screen and (min-width: 768px) {
  .p-about .chung-nhan .section-desc {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-about .chung-nhan .section-desc {
    margin-top: 1.7rem;
  }
}

.p-service {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-bottom: 6rem;
  }
}
.p-service .section-serice {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice {
    padding-top: 3.5rem;
  }
}
.p-service .section-serice .service-item + .service-item {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item + .service-item {
    margin-top: 2rem;
  }
}
.p-service .section-serice .service-item__inner {
  display: flex;
  align-items: center;
  gap: 2.6rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-service .section-serice .service-item__img {
    width: 52.8070175439%;
  }
}
@media screen and (min-width: 768px) {
  .p-service .section-serice .service-item__text {
    width: calc(47.1929824561% - 6.5rem);
  }
}
.p-service .section-serice .service-item__title {
  color: var(--xanh-m);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item__title {
    font-size: 2.5rem;
  }
}
.p-service .section-serice .service-item__desc {
  margin-top: 2.7rem;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item__desc {
    margin-top: 1.5rem;
  }
}
.p-service .section-serice .service-item__more {
  margin-top: 2.7rem;
}
.p-service .section-serice .service-item__more .more-btn {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item__more {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .section-serice .service-item:nth-child(2n) .service-item__inner {
    flex-direction: row-reverse;
  }
}
.p-service .section-serice .service-item .bd-br img {
  border-bottom-right-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item .bd-br img {
    border-bottom-right-radius: 7rem;
  }
}
.p-service .section-serice .service-item .bd-tr img {
  border-top-right-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item .bd-tr img {
    border-top-right-radius: 7rem;
  }
}
.p-service .section-serice .service-item .bd-tl img {
  border-top-left-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service .section-serice .service-item .bd-tl img {
    border-top-left-radius: 7rem;
  }
}
.p-service .quy-trinh {
  margin-top: 10rem;
  position: relative;
}
.p-service .quy-trinh::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3rem;
  width: 25.4rem;
  height: 57.9rem;
  background: url(../img/service/lancan-01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-service .quy-trinh::after {
    display: none;
  }
}
.p-service .quy-trinh__bottom {
  margin-top: 3rem;
  background: #0983E2 url(../img/service/quy-trinh-bg.png) no-repeat center/cover;
  padding: 5rem 0;
}
.p-service .quy-trinh__bottom img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service .quy-trinh__bottom img {
    max-width: 101.8rem;
  }
}
.p-service .mau-ho-boi__body {
  margin-top: 3rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__body {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 2.6rem;
  }
}
.p-service .mau-ho-boi__body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--xanh-m);
  z-index: -1;
  width: 71.4285714286%;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__body::after {
    width: 100vw;
    top: 6rem;
  }
}
.p-service .mau-ho-boi__slide {
  max-width: 1044rem;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide {
    padding-bottom: 4.4rem;
  }
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .img img {
  display: block;
  aspect-ratio: 1140/539;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .img img {
    aspect-ratio: 392.52/261.52;
  }
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text {
  margin-top: 2.7rem;
  color: #FFFDFB;
  line-height: normal;
  max-width: 55%;
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._ttl {
  font-size: 3.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._ttl {
    font-size: 2.5rem;
  }
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc {
  margin-top: 1.3rem;
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc ul {
  padding-left: 2em;
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc ul li {
  line-height: 1.42;
}
.p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc ul li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc ul li + li {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc .column-2 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text {
    max-width: 100%;
  }
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc p,
  .p-service .mau-ho-boi__slide .mau-ho-boi-slide .text ._desc ul {
    font-size: 1.2rem;
  }
}
.p-service .mau-ho-boi__slide .swiper-control {
  display: flex;
  gap: 2.3rem;
  position: absolute;
  right: 28rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-service .mau-ho-boi__slide .swiper-control {
    top: 57rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service .mau-ho-boi__slide .swiper-control {
    bottom: 0;
    right: 0;
  }
}
.p-service .mau-ho-boi__slide .swiper-control .button-next,
.p-service .mau-ho-boi__slide .swiper-control .button-prev {
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../img/common/icon-prev.svg) no-repeat center/contain;
}
.p-service .mau-ho-boi__slide .swiper-control .button-next {
  transform: rotate(180deg);
}
.post-content,
body#tinymce {
  color: #102806;
}
.post-content .gallery,
body#tinymce .gallery {
  display: grid;
}
@media screen and (max-width: 767px) {
  .post-content .gallery,
  body#tinymce .gallery {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-rows: minmax(9rem, auto);
  }
}
@media screen and (min-width: 768px) {
  .post-content .gallery,
  body#tinymce .gallery {
    margin-top: 3rem;
    margin-bottom: 3rem;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, 2fr);
    grid-auto-rows: minmax(19rem, auto);
  }
}
.post-content .gallery > br,
body#tinymce .gallery > br {
  display: none;
}
.post-content .gallery .gallery-item,
body#tinymce .gallery .gallery-item {
  padding: 0;
  margin: 0;
  width: auto;
}
.post-content .gallery .gallery-item img,
body#tinymce .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.post-content .gallery .gallery-item img:hover,
body#tinymce .gallery .gallery-item img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.post-content .gallery .gallery-item .gallery-icon,
body#tinymce .gallery .gallery-item .gallery-icon {
  border-radius: 0.8rem;
  overflow: hidden;
  height: 100%;
}
.post-content .gallery .gallery-item a,
body#tinymce .gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-content table,
body#tinymce table {
  width: 100%;
  border-collapse: collapse;
}
.post-content table th,
.post-content table td,
body#tinymce table th,
body#tinymce table td {
  padding: 0.75rem 1.5rem;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6 {
  color: var(--xanh-m);
}

.post-content .gallery .gallery-item {
  position: relative;
}
.post-content .gallery .gallery-item-1 {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .post-content .gallery .gallery-item-2 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.post-content .gallery .gallery-item:nth-child(n+8) {
  display: none;
}
.post-content .gallery .gallery-item .view_more {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7490196078);
  border-radius: 0.5rem;
  text-align: center;
  color: #fff;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem 2rem;
  font-weight: bold;
  transition: 0.3s;
}
.post-content .gallery .gallery-item .view_more:hover {
  background-color: #000;
}
.post-content input[type=text],
.post-content input[type=number],
.post-content input[type=email],
.post-content input[type=tel],
.post-content input[type=url],
.post-content textarea,
.post-content select {
  font-family: inherit;
  min-height: 3.8rem;
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: 1px solid #c7c7c7;
  transition: 0.3s;
  outline: none;
}
.post-content input[type=text]:focus,
.post-content input[type=number]:focus,
.post-content input[type=email]:focus,
.post-content input[type=tel]:focus,
.post-content input[type=url]:focus,
.post-content textarea:focus,
.post-content select:focus {
  border-color: #4f1b78;
}
.post-content textarea {
  resize: vertical;
  height: 10rem;
}
.post-content form label {
  display: block;
  font-weight: bold;
}
.post-content input[type=submit],
.post-content .btn-submit {
  display: block;
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: none;
  background-color: #131993;
  color: #fff;
  font-weight: bold;
  height: 4rem;
  width: 16rem;
}
@media screen and (min-width: 768px) {
  .post-content #contact-content {
    display: flex;
    align-items: center;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .post-content #contact-content > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .post-content #contact-content .contact-info {
    margin-bottom: 5rem;
  }
}
.post-content .contact-form-footer {
  margin-top: 2rem;
}
.post-content .contact-form-footer br {
  display: none;
}
.post-content .contact-form-footer p {
  overflow: hidden;
}
.post-content .contact-form-footer .wpcf7-spinner {
  float: left;
}
.post-content .contact-form-footer .wpcf7-not-valid-tip {
  color: #ff7f7f;
}
.post-content .contact-form-footer input[type=submit],
.post-content .contact-form-footer .btn-submit {
  float: right;
  border: 1px solid #fff;
}
.post-content .contact-form-footer .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
  display: block;
}
.post-content .contact-form-footer .wpcf7-form-control-wrap textarea {
  height: 5rem;
  font-family: inherit;
}
.post-content .contact-form-pool {
  max-width: 50rem;
  display: block;
  margin: 2rem auto;
  border: 3px solid #131993;
  padding: 2rem;
  border-radius: 1rem;
  filter: drop-shadow(2px 4px 6px #131993);
  background: #fff;
}
.post-content .contact-form-pool .pool-form-title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 2rem;
}
.post-content .contact-form-pool br {
  display: none;
}
.post-content .contact-form-pool .wpcf7-not-valid-tip {
  color: #ff7f7f;
}
.post-content .contact-form-pool .control {
  margin-bottom: 1.5rem;
}
.post-content .contact-form-pool .control label {
  display: block;
  font-weight: normal;
}
.post-content .contact-form-pool .control label em {
  color: #ff4d51;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .post-content .contact-form-pool .control {
    display: flex;
  }
  .post-content .contact-form-pool .control label {
    width: 40%;
  }
  .post-content .contact-form-pool .control .wpcf7-form-control-wrap {
    width: 60%;
  }
}
.post-content .contact-form-pool .action {
  overflow: hidden;
}
.post-content .contact-form-pool .action .wpcf7-spinner {
  float: left;
}
.post-content .contact-form-pool .action input[type=submit],
.post-content .contact-form-pool .action .btn-submit {
  cursor: pointer;
  float: right;
  border: 1px solid #fff;
}

.p-project {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-project {
    padding-bottom: 6rem;
  }
}
.p-project .project-sumary-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-project .project-sumary-list {
    gap: 0.7rem;
  }
}
.p-project .project-sumary-list ._item {
  border-radius: 50%;
  background: rgba(19, 25, 147, 0.2);
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 5.6rem;
  align-items: center;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-project .project-sumary-list ._item {
    padding-bottom: 1.3rem;
  }
}
.p-project .project-sumary-list ._item-num {
  color: var(--xanh-m);
  font-size: 8.3rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-project .project-sumary-list ._item-num {
    font-size: 2.1rem;
  }
}
.p-project .project-sumary-list ._item-num sup {
  font-weight: 300;
}
.p-project .project-sumary-list ._item-text {
  color: var(--xanh-m);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-project .project-sumary-list ._item-text {
    font-size: 0.8rem;
  }
}
.p-project .project-main .list_post .post {
  border-radius: 1.3rem;
  overflow: hidden;
  border: 1px solid var(--xanh-m);
}
.p-project .project-main .list_post .post .post_title {
  text-align: center;
  line-height: 1.06;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-project .project-main .list_post .post .post_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.p-project .project-main .list_post .post .view_more {
  text-align: center;
}
.p-project .project-main .list_post .post .post_inn {
  padding-bottom: 2.6rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-project .project-main .list_post .post .post_inn {
    padding-bottom: 1.2rem;
  }
}
.p-project .project-main .list_post .post .post_thumbnail {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-inline: -1rem;
}
.p-project .project-main .list_post .post .post_thumbnail img {
  aspect-ratio: 270/227;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-project .project-main .list_post .post .post_thumbnail img {
    aspect-ratio: 162/121;
  }
}
.p-project__head {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-project__head .back-project {
  color: var(--xanh-m);
  font-size: 1.8rem;
  line-height: 1.11;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-project__head .back-project {
    font-size: 1.4rem;
  }
}
.p-project__head .p-header-inner {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-project__head #page-title {
  font-size: 5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-project__head #page-title {
    font-size: 2.5rem;
  }
}
.p-project__head ._desc {
  line-height: 1.78;
  color: var(--xanh-m);
  text-align: justify;
}
.p-project__specs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-project__specs {
    margin-top: 2rem;
    background: rgba(217, 217, 217, 0.29);
  }
}
@media screen and (max-width: 767px) {
  .p-project__specs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-project__specs .specs__list {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-project__specs .specs__list {
    gap: 1.5rem;
  }
}
.p-project__specs .specs__col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 24%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-project__specs .specs__col {
    width: 100%;
    row-gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-project__specs .specs__col-right {
    width: 52%;
  }
}
.p-project__specs .specs__title {
  color: var(--xanh-m);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.11;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.p-project__specs .specs__text {
  color: #655f6d;
  line-height: 1.78;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.p-project__specs .specs__text p,
.p-project__specs .specs__text ul {
  margin: 0;
  padding: 0;
}
.p-project__specs .specs__text ul {
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-project__specs .specs__item.-item-feature {
    grid-column: 3/4;
    grid-row: 1/4;
  }
}
.p-project__specs .specs__item.-item-feature p,
.p-project__specs .specs__item.-item-feature ul {
  margin-bottom: 0;
  margin-top: 0;
}
.p-project__specs .specs__item.-item-feature ul {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-project__specs .specs__item.-item-garden {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .p-project__specs .specs__item.-item-size {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-project__specs .specs__item.-item-area {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .p-project__gallery {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.p-project__gallery ._list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-project__gallery ._list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.p-project__gallery ._item img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-project__gallery ._item:nth-child(1) {
    grid-column: 1/3;
  }
}
.p-project .post-content {
  text-align: justify;
}
.p-project .post-content figure {
  margin-left: auto;
  margin-right: auto;
}

.p-recruitment .more-btn {
  width: 21rem;
}
.p-recruitment .form-cv {
  border-radius: 1.6rem;
  background: #d9d9d9;
  padding-bottom: 4rem;
}
.p-recruitment .form-cv-title {
  border-radius: 1.5rem;
  background: var(--xanh-m);
  color: #fffdfb;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem 1rem;
  margin-top: -1rem;
}
.p-recruitment .form-cv-content {
  margin-top: 4.2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
.p-recruitment .form-cv-content input[type=text],
.p-recruitment .form-cv-content input[type=email],
.p-recruitment .form-cv-content input[type=number],
.p-recruitment .form-cv-content input[type=tel],
.p-recruitment .form-cv-content textarea {
  border-radius: 10px;
  border: 1px solid var(--xanh-m);
  background: #fffdfb;
  height: 5.4rem;
  width: 100%;
  padding: 1.5rem 2rem;
}
.p-recruitment .form-cv-content input[type=text]::-moz-placeholder, .p-recruitment .form-cv-content input[type=email]::-moz-placeholder, .p-recruitment .form-cv-content input[type=number]::-moz-placeholder, .p-recruitment .form-cv-content input[type=tel]::-moz-placeholder, .p-recruitment .form-cv-content textarea::-moz-placeholder {
  color: #655f6d;
  font-weight: 400;
  line-height: normal;
}
.p-recruitment .form-cv-content input[type=text]::placeholder,
.p-recruitment .form-cv-content input[type=email]::placeholder,
.p-recruitment .form-cv-content input[type=number]::placeholder,
.p-recruitment .form-cv-content input[type=tel]::placeholder,
.p-recruitment .form-cv-content textarea::placeholder {
  color: #655f6d;
  font-weight: 400;
  line-height: normal;
}
.p-recruitment .form-cv-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}
.p-recruitment .form-cv-content .wpcf7-spinner {
  position: absolute;
}
.p-recruitment .form-cv-content .load-cv {
  display: flex;
  gap: 1.2rem;
  padding-left: 1.2rem;
}
.p-recruitment .form-cv-content .load-cv input {
  display: none;
}
.p-recruitment .form-cv-content .load-cv p {
  margin-bottom: 0;
}
.p-recruitment .form-cv-content .load-cv label {
  color: var(--xanh-m);
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  cursor: pointer;
}
.p-recruitment .form-cv-content .load-cv-note {
  color: #655f6d;
}
.p-recruitment .form-cv-content .more-btn {
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  border-color: var(--xanh-m);
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: white;
  border-radius: 10px;
  width: 90%;
  max-width: 710px;
  position: relative;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: translateY(0);
  opacity: 1;
}

/* Nút đóng */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.p-product {
  padding-bottom: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-bottom: 6rem;
  }
}
.p-product .p-header-inner {
  padding-top: 3.5rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-product .page-desc {
  text-align: justify;
}
.p-product .page-desc figure {
  margin-left: auto;
  margin-right: auto;
}
.p-product ._category {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  gap: 1rem;
}
.p-product ._category ._item {
  width: 25rem;
}
@media screen and (min-width: 768px) {
  .p-product ._category ._item-link:hover img {
    transform: scale(1.06);
  }
}
.p-product ._category ._item-img {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 2px 3px var(--xanh-m));
  overflow: hidden;
}
.p-product ._category ._item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease-out 0.25s;
}
.p-product ._category ._item-name {
  margin-top: 0.7rem;
  color: var(--xanh-m);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.p-product ._category ._item-num {
  color: #655f6d;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.06;
}
.p-product ._category_wrap {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-product ._category_wrap {
    margin-inline: -2rem;
    padding-inline: 2rem;
  }
}
.p-product ._category_wrap ._category {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-product ._category_wrap ._item {
  flex: 1;
  width: 13rem;
}
.p-product ._product-primary {
  display: grid;
  grid-template-columns: 72.4561403509% 1fr;
}
@media screen and (min-width: 768px) {
  .p-product ._product-primary {
    gap: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product ._product-primary {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-product ._product-main {
    order: 1;
  }
}
.p-product ._item-cat + ._item-cat {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat + ._item-cat {
    margin-top: 3rem;
  }
}
.p-product ._item-cat__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--xanh-m);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__head {
    align-items: end;
  }
}
.p-product ._item-cat__title {
  color: var(--xanh-m);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__title {
    font-size: 2rem;
    flex: 1;
    padding-right: 3rem;
  }
}
.p-product ._item-cat__more .more-btn {
  background-color: #0196c7;
}
.p-product ._item-cat__more .more-btn:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__more .more-btn {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__more {
    width: 8.2rem;
  }
}
.p-product ._item-cat__list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__list {
    gap: 1.2rem;
  }
}
.p-product ._item-cat__list a {
  color: #655f6d;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.06;
  text-transform: uppercase;
}
.p-product ._item-cat__list a.active {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__list a {
    font-size: 1.2rem;
  }
}
.p-product ._item-cat__product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.7rem;
  margin-top: 2.4rem;
}
.p-product ._item-cat__product:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-product ._item-cat__product {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem 1rem;
    margin-top: 1.9rem;
  }
}
.p-product ._item-product__link {
  display: block;
  border-radius: 1.3rem;
  border: 1px solid var(--xanh-m);
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__link {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-product ._item-product__link:hover img {
    transform: scale(1.06);
  }
}
.p-product ._item-product__img {
  border-radius: 1.2rem;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
}
.p-product ._item-product__img img {
  aspect-ratio: 272/181;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__img img {
    aspect-ratio: 162/97;
  }
}
.p-product ._item-product__title {
  color: var(--xanh-m);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.06;
  text-transform: uppercase;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__title {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__title {
    font-size: 1.2rem;
  }
}
.p-product ._item-product__desc {
  color: #655f6d;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__desc {
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-product ._item-product__price {
  color: var(--xanh-m);
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__price {
    font-size: 1.6rem;
  }
}
.p-product ._item-product__price-sale {
  color: #655f6d;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  text-decoration-color: #ce0f09;
}
@media screen and (max-width: 767px) {
  .p-product ._item-product__price-sale {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product ._product-sidebar {
    margin-top: 4.5rem;
    order: 3;
  }
}
.p-product ._sidebar-item {
  border-radius: 1.3rem;
  background: #d9d9d9;
  padding: 1.8rem 1.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-product ._sidebar-item {
    padding: 1.4rem;
  }
}
.p-product ._sidebar-item + ._sidebar-item {
  margin-top: 2.5rem;
}
.p-product ._sidebar-item__ttl {
  color: var(--xanh-m);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-product ._sidebar-item.-item-01 {
    padding: 0;
    background: none;
  }
}
.p-product ._summary {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-product ._summary {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-product ._summary {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 7.4rem;
  }
}
.p-product ._summary .content-more {
  max-height: 15rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.p-product ._summary .content-more.show {
  max-height: 100%;
}
.p-product ._summary .content-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.p-product ._summary .content-more.show:after {
  content: none;
}
.p-product ._summary-text {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.p-product ._summary-more {
  margin-top: 2.4rem;
  text-align: center;
}
.p-product ._summary .more-btn {
  width: 21rem;
}
.p-product .form-search {
  position: relative;
}
.p-product .form-search__input {
  border-radius: 1rem;
  border: 1px solid var(--xanh-m);
  background: #fffdfb;
  display: block;
  width: 100%;
  height: 5.4rem;
  padding: 1.7rem 2rem;
}
.p-product .form-search__input::-moz-placeholder {
  color: #655f6d;
}
.p-product .form-search__input::placeholder {
  color: #655f6d;
}
@media screen and (max-width: 767px) {
  .p-product .form-search__input {
    height: 4.8rem;
    padding: 1.7rem 1.1rem;
  }
}
.p-product .form-search__submit {
  position: absolute;
  width: 2.9rem;
  height: 2.1rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: -9999em;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.p-product .form-search .icon-search {
  width: 2.9rem;
  height: 2.1rem;
  position: absolute;
  background: url(../img/common/icon-seach.svg) no-repeat center/contain;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.p-product .order-item + .order-item {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-product .order-item + .order-item {
    margin-top: 1.1rem;
  }
}
.p-product .order-item select {
  border-radius: 10px;
  border: 1px solid var(--xanh-m);
  background: #fffdfb;
  display: block;
  width: 100%;
  height: 5.4rem;
  padding: 0.7rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #fffdfb url(../img/common/icon-arrow.svg) no-repeat center/contain;
  background-size: 1.6rem 0.8rem;
  background-position-x: calc(100% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-product .order-item select {
    height: 4.8rem;
    padding: 0.7rem 1.1rem;
  }
}
.p-product .cat-list .cat-list-item {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--xanh-m);
}
.p-product .cat-list .cat-list-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.p-product .cat-list .cat-list-item.active .arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.p-product .cat-list .cat-title {
  color: var(--xanh-m);
  font-family: "UTM Avo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-right: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-product .cat-list .cat-title a:hover {
    text-decoration: underline;
  }
}
.p-product .cat-list .cat-title .arrow {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  background-size: 1.8rem 0.9rem;
  text-indent: -999em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-product .cat-list .cat-sub {
  margin-top: 1rem;
  list-style: none;
  padding-left: 0;
  display: none;
}
.p-product .cat-list .cat-sub li + li {
  margin-top: 0.7rem;
}
.p-product .cat-list .cat-sub li a {
  color: var(--xanh-m);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
}
.p-product .cat-list .cat-sub li a:hover {
  text-decoration: underline;
}
.p-product .doitra_giaohang .section-ttl {
  margin-bottom: 1.5rem;
}
.p-product .doitra_giaohang__body {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: var(--xanh-m);
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__body {
    padding-top: 2.6rem;
  }
}
.p-product .doitra_giaohang__footer {
  margin-top: 4.5rem;
}
.p-product .doitra_giaohang__footer .container {
  --max-width: 94.6rem;
}
.p-product .doitra_giaohang__footer p {
  text-align: justify;
}
.p-product .doitra_giaohang__footer .more {
  margin-top: 2.5rem;
  text-align: center;
}
.p-product .doitra_giaohang__footer .more .more-btn {
  width: 21rem;
}
.p-product .doitra_giaohang__flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 19rem;
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__flow {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
    padding-left: 2.4rem;
  }
  .p-product .doitra_giaohang__flow::before {
    content: "";
    position: absolute;
    top: 3rem;
    bottom: -2rem;
    left: 2.4rem;
    background-color: #d9d9d9;
    width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__flow .item {
    padding-left: 3.4rem;
    position: relative;
  }
  .p-product .doitra_giaohang__flow .item::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #d9d9d9;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-product .doitra_giaohang__flow .item:not(:last-child) {
    position: relative;
  }
  .p-product .doitra_giaohang__flow .item:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 4.4rem;
    height: 4.4rem;
    background: url(../img/common/icon-arrow-02.svg) no-repeat center/contain;
    right: -9.5rem;
    transform: translateX(50%);
    top: 7rem;
  }
}
.p-product .doitra_giaohang__flow .item .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-product .doitra_giaohang__flow .item .item-icon {
    min-height: 14rem;
  }
}
.p-product .doitra_giaohang__flow .item .item-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.2rem;
  max-height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__flow .item .item-icon img {
    width: 8.4rem;
    height: auto;
    max-height: auto;
    margin-left: 0;
  }
}
.p-product .doitra_giaohang__flow .item .item-title {
  margin-top: 1.5rem;
  color: #fffdfb;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__flow .item .item-title {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 1rem;
  }
}
.p-product .doitra_giaohang__flow .item .item-text {
  color: #fffdfb;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-product .doitra_giaohang__flow .item .item-text {
    text-align: left;
  }
}

.product_summary {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product_summary {
    flex-direction: column;
  }
}
.product_summary .product_gallery {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product_summary .product_gallery {
    width: 56rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .product_summary .product_gallery {
    width: 100%;
  }
}
.product_summary .product_gallery .mota_san_pham {
  margin-top: 2rem;
}
.product_summary .product_gallery .gallery_preview {
  border-radius: 1rem;
  border: 0.1rem solid var(--xanh-m);
  overflow: hidden;
}
.product_summary .product_gallery .gallery_preview img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 559/443;
}
.product_summary .product_gallery .gallery_preview .swiper-slide {
  height: auto;
}
.product_summary .product_gallery .gallery_nav {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}
.product_summary .product_gallery .gallery_nav .thumb {
  cursor: pointer;
  border-radius: 1rem;
  border: 0.1rem solid var(--xanh-m);
  overflow: hidden;
}
.product_summary .product_gallery .gallery_nav .thumb img {
  margin: 0 auto;
  display: block;
}
.product_summary .product_gallery .gallery_nav .swiper-slide-thumb-active .thumb {
  border-color: var(--xanh-m);
}
.product_summary .product_gallery .gallery_nav .swiper-button-next,
.product_summary .product_gallery .gallery_nav .swiper-button-prev {
  width: 4.4rem;
  height: 4.4rem;
}
.product_summary .product_gallery .gallery_nav .swiper-button-next:after,
.product_summary .product_gallery .gallery_nav .swiper-button-prev:after {
  font-size: 3rem;
  color: var(--xanh-m);
  background: url(../img/common/icon-prev.svg) no-repeat center/contain;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 0;
}
.product_summary .product_gallery .gallery_nav .swiper-button-next:after {
  transform: rotate(180deg);
}
.product_summary .product_gallery .gallery_nav .swiper-button-next {
  right: 0;
}
.product_summary .product_gallery .gallery_nav .swiper-button-prev {
  left: 0;
}
.product_summary .product_gallery .product_description {
  margin-top: 2rem;
  text-align: justify;
  color: #655f6d;
  font-weight: 400;
}
.product_summary .product_gallery .product_description figure {
  max-width: 100%;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .product_summary .entry-summary {
    width: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary {
    width: 100%;
  }
}
.product_summary .entry-summary .product_title {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--xanh-m);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary .product_title {
    font-size: 2rem;
  }
}
.product_summary .entry-summary .star-rating {
  font-size: 2rem;
  margin-top: 0;
}
.product_summary .entry-summary .woocommerce-review-link {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid var(--xanh-m);
}
.product_summary .entry-summary .price {
  color: var(--xanh-m) !important;
  font-size: 2.2rem !important;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column-reverse;
}
.product_summary .entry-summary .price del {
  display: block !important;
  color: #655f6d;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: normal;
  text-decoration: line-through;
  text-decoration-color: #ce0f09;
}
.product_summary .entry-summary .price ins {
  text-decoration: none !important;
}
.product_summary .entry-summary .woocommerce-variation-price::before {
  content: "Giá: ";
  font-weight: bold;
}
.product_summary .entry-summary .woocommerce-variation-price .price {
  color: var(--xanh-m);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.product_summary .entry-summary .woocommerce-variation-price .price ins {
  text-decoration: none;
}
.product_summary .entry-summary .woocommerce-variation-price .price del {
  opacity: 1;
  order: 2;
  color: #000;
  font-size: initial;
  font-weight: initial;
}
.product_summary .entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary .woocommerce-variation-add-to-cart {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product_summary .entry-summary .quantity {
  display: flex;
  align-items: center;
  border: 0.1rem solid var(--xanh-m);
  border-radius: 0.5rem;
  margin-right: 2.4rem !important;
}
.product_summary .entry-summary .quantity input[type=button] {
  width: 4rem;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
}
.product_summary .entry-summary .quantity .input-text {
  width: 5rem;
  height: 4rem;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.product_summary .entry-summary .quantity .input-text::-webkit-outer-spin-button, .product_summary .entry-summary .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_summary .entry-summary .single_add_to_cart_button {
  border: none;
  background-color: #f6c30b !important;
  color: var(--xanh-m) !important;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.6rem 2.6rem !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  line-height: 1;
}
.product_summary .entry-summary .single_add_to_cart_button::before {
  width: 3rem;
  height: 3rem;
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_add_to_cart.svg);
  background-position: bottom 0.2rem center;
  background-repeat: no-repeat;
  background-size: 3rem;
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary .single_add_to_cart_button {
    width: 16rem;
    padding: 1.5rem 2rem;
    background-position: left 8rem center;
  }
}
.product_summary .entry-summary .single_add_to_cart_button:not(.disabled):hover {
  background-color: var(--xanh-m) !important;
  color: #ffd880 !important;
}
.product_summary .entry-summary .single_add_to_cart_button:not(.disabled):hover::before {
  background-image: url(../img/common/icon_add_to_cart_active.svg);
}
.product_summary .entry-summary .product_meta {
  margin-top: 2rem;
}
.product_summary .entry-summary .product_meta > span {
  display: block;
}
.product_summary .entry-summary .promotion {
  margin-top: 2rem;
}
.product_summary .entry-summary .promotion .promotion_title {
  padding: 0 2rem;
  margin-bottom: 1rem;
  color: var(--xanh-m);
}
.product_summary .entry-summary .promotion .promotion_title img {
  display: inline-block;
}
.product_summary .entry-summary .promotion .promotion_detail {
  border-radius: 1.3rem;
  background: #d9d9d9;
  padding-bottom: 2.6rem;
}
.product_summary .entry-summary .promotion .promotion_detail__head {
  border-radius: 1.3rem;
  background: var(--xanh-m);
  padding: 1rem 2rem;
  padding-bottom: 1.4rem;
  margin-bottom: 3rem;
}
.product_summary .entry-summary .promotion .promotion_detail__ttl {
  color: #fffdfb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.product_summary .entry-summary .promotion .promotion_detail__ttl .-price {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary .promotion .promotion_detail__ttl {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .product_summary .entry-summary .promotion .promotion_detail__ttl .-price {
    font-size: 3.6rem;
  }
}
.product_summary .entry-summary .promotion .promotion_detail__note {
  color: #fffdfb;
  font-family: "UTM Avo", sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.product_summary .entry-summary .promotion .promotion_detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: counter-item;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}
@media screen and (max-width: 767px) {
  .product_summary .entry-summary .promotion .promotion_detail ul {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.product_summary .entry-summary .promotion .promotion_detail ul li {
  position: relative;
  padding-left: 4rem;
  color: var(--xanh-m);
}
.product_summary .entry-summary .promotion .promotion_detail ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  counter-increment: counter-item;
  content: "0" counter(counter-item);
  width: 2.8rem;
  height: 2.8rem;
  display: inline-block;
  background-color: #ffd880;
  border-radius: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.related.products {
  display: block;
}
.related.products .related_title {
  color: var(--xanh-m);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .related.products .related_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .related.products ._item-cat__product {
    grid-template-columns: repeat(4, 1fr);
  }
}

.related {
  margin-top: 11rem;
}
@media screen and (min-width: 768px) {
  .related ._item-cat__product {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .related {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .related ._item-cat__list,
  .related ._item-cat__more {
    display: none;
  }
}

._item-cat__product .add_to_cart_button,
._item-cat__product .wc-buy-now-btn,
._item-cat__product a.button {
  display: none !important;
}

#product_content figure {
  margin-left: auto;
  margin-right: auto;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 0 20px;
  z-index: 9999;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.modal .modal_content {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  background: #fff;
  align-self: center;
  font-weight: 500;
  max-width: 575px;
  width: 100%;
  max-height: 90%;
  padding: 2rem 0;
}
.modal .modal_content .modal_content_wrap {
  max-height: calc(90vh - 4rem);
  overflow-y: auto;
  padding: 0 4rem;
  padding-right: 3rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal .modal_content .modal_content_wrap::-webkit-scrollbar {
  width: 0.4rem;
}
.modal .modal_content .modal_content_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal .modal_content .modal_content_wrap::-webkit-scrollbar-thumb {
  background: #00a551;
}
.modal .modal_content .modal_content_wrap::-webkit-scrollbar-thumb:hover {
  background: #8ebe3f;
}
@media screen and (max-width: 767px) {
  .modal .modal_content .modal_content_wrap {
    padding: 1.5rem;
  }
}
.modal .modal_content .modal_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #4f4f4f;
  padding: 5px;
  background-color: #fff;
  transition: 0.3s;
}
.modal .modal_content .modal_close:hover {
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.15));
}
.modal .modal_content .modal_close svg g {
  stroke: #4f4f4f;
  transform: rotate(45deg);
  transform-origin: 50%;
}

#modal_search .modal_content {
  border-radius: 0;
  padding: 4rem 0;
}
#modal_search .modal_content .modal_close {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

#auth-info {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #auth-info {
    display: flex;
    gap: 3rem;
  }
}
#auth-info .avatar {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #auth-info .avatar {
    width: 28rem;
  }
}
#auth-info .avatar img {
  border-radius: 0.5rem;
  max-width: 28rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #auth-info .info {
    width: calc(100% - 31rem);
  }
}
#auth-info .info #post-title {
  margin-bottom: 1rem;
}
#auth-info .info #author-description {
  padding-top: 1rem;
}
#auth-info .info .socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #auth-info .info .socials {
    gap: 1rem;
  }
}

.author-wrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#author-name {
  color: var(--xanh-m);
  margin-bottom: 0.2em;
}

.author-content {
  padding-top: 5rem;
}
.author-content h2,
.author-content h3 {
  color: var(--xanh-m);
}