/*** Import *****/
@import url("loading-btn.css");
@import url("loading-group.css");
@import url("eggy.css");
@import url("theme.css");
@import url("progressbar.css");

/*** End ****/

.btn-hidden {
  display: none;
}

.hidden-text {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

/* post not found */
.search-notfound {
  width: 100%;
  background: #fffae6;
  padding: 8rem 2rem;
}

.search-notfound .inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.search-notfound .img img {
  width: 100%;
  max-width: 13rem;
}

.search-notfound .content {
  margin-top: 1.5rem;
}

/* CONTACT FORM - CF7 */
.wpcf7-form {
  position: relative;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  font-size: inherit;
  font-family: inherit;
}

.wpcf7-spinner {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  color: red;
  text-align: right;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}

@media only screen and (min-width: 801px) {
  .wpcf7-not-valid-tip {
    margin-bottom: -1rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  /* display: none; */
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0 0;
  padding: 0.5rem;
  text-align: center;
  border: 0.1rem solid currentColor !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output {
  color: #46b450;
}

button input[type="submit"] {
  background: none;
  padding: 0;
  cursor: pointer;
  border-radius: initial;
  border: none;
  font-weight: inherit;
  color: inherit;
}

/* form footer */
.footer-f button {
  position: relative;
}

.footer-f .wpcf7-not-valid-tip {
  display: none;
}

.footer-f .wpcf7 form .wpcf7-response-output {
  font-size: 1.1rem;
}

/* mona content */
.mona-content .wp-block-columns {
  margin: 3rem 0;
  gap: 2rem;
}

.mona-content .wp-block-column {
  align-self: initial;
}

.mona-content .wp-block-image {
  height: 100%;
}

.mona-content .wp-block-image img {
  height: 100%;
  object-fit: cover;
}

.mona-content .wp-block-column .wp-block-image {
  margin: 0;
}

/* section title */
.t-center .tdec {
  width: fit-content;
  margin: 0 auto;
}

.t-white .titles,
.t-white .tdec {
  color: #fff;
}

/* trang chi tiết tin tức */
.post-single .mona-content strong {
  font-weight: 500;
}

/* trang tin tức */
.list-style-decor ul > li {
  position: relative;
  padding-left: 2.5rem;
}

.list-style-decor ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.news-know-list {
  position: relative;
}

.news-know-list.loading:before,
.system-slide-wr .swiper.loading:before,
.system-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 90%);
  z-index: 5;
}

.news-know-list.loading:after,
.system-slide-wr .swiper.loading:after,
.system-overlay:after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: url("/template/assets/images/loading.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* trang liên hệ */
.contact-f-hex .human.other .human-inner {
  max-width: 15rem;
  margin-left: auto;
  transform: rotateX(180deg);
}

@media only screen and (max-width: 800px) {
  .contact-f-hex .human.other .human-inner {
    max-width: 10rem;
  }
}

@media only screen and (max-width: 500px) {
  .contact-f-hex .human.other .human-inner {
    max-width: 6rem;
  }
}

/* trang đại lý */
.system-slide-sl {
  position: relative;
}

.system-overlay:after {
  width: 4rem;
  height: 4rem;
}

.system-overlay {
  display: none;
}

.system-overlay.loading {
  display: block;
}

.system-slide-wr .search-notfound {
  padding: 2rem;
  background: none;
}

/* trang sản phẩm */
.sole-prod-wr
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: rgba(87, 37, 9, 0.5);
  font-weight: 400;
}

/* trang giải pháp */
.sole-abi .news-pj-wr .desc {
  color: inherit;
}

/* trang kết quả tìm kiếm */
.search-page .news-event-slide .news-event-it {
  padding-bottom: calc(var(--gutter-x) * 0.5);
}

.search-page .news-event-slide .news-event-it .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.search-page .news-event-slide .news-event-it .inner .img {
  margin-top: auto;
}

@media only screen and (min-width: 430px) {
  .search-page .news-event-slide .news-event-it {
    max-width: 50%;
  }
}

@media only screen and (min-width: 620px) {
  .search-page .news-event-slide .news-event-it {
    max-width: 33.33%;
  }
}

@media only screen and (min-width: 850px) {
  .search-page .news-event-slide .news-event-it {
    max-width: 25%;
  }
}

/* HEADER */
header .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  text-transform: uppercase;
}

.header-nav .menu-nav > .menu-list > .menu-item::before,
.header-nav .menu-nav > .menu-list > .menu-item::after {
  content: none;
}

.mobile-con {
  justify-content: center;
}

/* FOOTER */
.footer {
  background-color: #ffcb05;
}

.footer .tt,
.footer .desc,
.footer .address-link,
.footer .address-desc,
.footer .menu-link {
  color: inherit;
}
.footer .menu-link:hover,
.footer .address-link:hover {
  color: #994f25 !important;
}

.footer .menu-list {
  border-color: rgba(87, 37, 9, 0.4);
}

.footer-f-ip button {
  background-color: #572509;
}

.footer-f-ip button i {
  color: #fff;
}

.footer-f-ip input {
  background-color: #fffae6;
  color: #572509;
}

.footer-f-ip input::placeholder {
  color: #572509;
}

.footer .address-item .icon {
  background-color: #572509;
}

.footer .address-item .icon img {
  filter: brightness(0) invert(1);
}

.footer-flex {
  row-gap: 1rem;
}

.footer-item > .widget-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.widget-item {
  font-size: 1.4rem;
}

.widget-item .tt {
  font-size: 1.6rem;
}

.widget-item .textwidget {
  text-align: center;
}

.footer .social-it .social-link {
  cursor: pointer;
}

.footer .social-it img {
  display: block;
  width: 100%;
  height: 2.4rem;
}

.footer-menu > ul.menu-list ul {
  display: none;
}

.footer-logo {
  height: var(--height);
  padding: 0;
}

.footer-cpr {
  background-color: #572509;
  margin-top: 0.5rem;
  padding: 1rem 0;
}
.footer-cpr img {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .footer-logo {
    width: 10rem;
    height: 6rem;
    transform: none;
  }
  .footer-logo .custom-logo-link {
    transform: none;
    width: 90%;
  }
  .footer-logo::after {
    height: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .widget-item .tt {
    margin-bottom: 1rem;
  }
}

.list-style-decor.content-l ul > li {
  padding-left: 2rem;
}

.list-style-decor.content-l ul > li::after {
  width: 1.4rem;
  height: 1.4rem;
  top: 0.5rem;
}

.ab .news-pj {
  padding: 10rem 0;
}

.prod-item .inner .hex-bg,
.prod-hori .inner .hex-bg::after {
  transform: scale(0);
  transition: 0.3s;
}
.prod-item .inner:hover .hex-bg {
  transform: scale(1);
}
.prod-hori .inner:hover .hex-bg::after {
  transform: scale(1) translateX(-2.2rem);
}

@media only screen and (max-width: 1200px) {
  .ab .news-pj {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 700px) {
  .prod-hori .inner .hex-bg::after {
    content: none;
  }
  .prod-hori .inner .hex-sm {
    transform: none;
  }
  .prod-hori .inner {
    transition: 0.4s;
  }
  .prod-hori .inner:not(:hover) {
    background-color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .mobile-con {
    background-color: #ffffff;
  }

  .mobile-tk .search-form {
    border: #ddd solid 1px;
  }
}

.mobile-nav .menu-item > a {
  color: #683516 !important;
}

#gom-all-in-one .button-contact {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  #gom-all-in-one .button-contact {
    margin-top: 0px;
  }
}

@media screen and (max-width: 520px) {
  .bn-home-main
    .swiper-slide-active
    .bn-home-content
    .btnbox
    .btns-bd
    .txt-inner,
  .bn-home-main
    .swiper-slide-active
    .bn-home-content
    .btnbox
    .btns-yel
    .txt-inner {
    padding: 0 4rem;
  }
}

.back-to-top {
  right: 1.3rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  position: absolute;
  bottom: 12px;
  right: 8px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  font-weight: bold;
  border: 0 !important;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    bottom: 0;
    right: 8px;
  }
}

.btn-choice.active .txt {
  background: #000;
}
.eggy.top-right {
  z-index: 99999;
  top: 20%;
}

.eggy > div > div .message.message,
.eggy > div > div .title.message {
  font-size: 1rem !important;
}

.eggy > div > div .message.title,
.eggy > div > div .title.title {
  font-size: 1.5rem !important;
}
.eggy > div svg:first-of-type {
  width: 35px !important;
}
