.button-style-1 a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 32px !important;
  font-size: 16px;
  font-weight: 500 !important;
  font-family: "SVN-Gilroy" !important;
  border-radius: 99px;
  background: #3bb648 !important;
  border: 1px solid #3bb648 !important;
}
.button-style-1 a:hover {
  color: #3bb648;
  background: #fff !important;
}

.partner-splide-container {
  position: relative;
}
.partner-splide-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: linear-gradient(to right, #fff, transparent);
  z-index: 9;
}
.partner-splide-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  height: 100%;
  width: 15%;
  background: linear-gradient(to left, #fff, transparent);
  z-index: 9;
}

/* SEARCH */
.search-box {
  width: 200px;
}
.search-box form {
  width: 100%;
  position: relative;
}
.search-box form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c8c8 !important;
  border-radius: 0;
  box-shadow: none;
  padding-left: 48px;
  font-family: "SVN-Gilroy";
}
.search-box form input:focus {
  border: none;
  outline: none;
}
.search-box form button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 17px;
  height: 17px;
  left: 16px;
  padding: 0;
  top: 12px;
}

.set-describe p {
  margin-bottom: 8px;
  word-break: break-all;
}

.menu-footer ul li a {
  color: #454545 !important;
  font-size: 14px;
  font-family: "SVN-Gilroy" !important;
  font-weight: 400 !important;
  padding: 0 !important;
}
.menu-footer ul li a:hover {
  color: #3bb648 !important;
}
.menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-site-contain {
  margin: 80px auto;
}
.blog-site-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-site-box {
  width: calc(100% / 3 - 16px);
  padding: 15px;
  box-shadow: 0px 12px 22px 0px #0000000d;
  font-family: "SVN-Gilroy";
  background: #fff;
}
.blog-ourStory-info {
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.blog-ourStory-info h3 {
  margin-bottom: 15px;
}
.blog-ourStory-info h3 a {
  text-transform: uppercase;
  font-size: 16px;
  color: black;
  transition: 0.3s;
  font-weight: 400;
  display: block;
  line-height: 160%;
  font-family: "SVN-Gilroy";
}
.blog-ourStory-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-ourStory-readmore {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-ourStory-img {
  position: relative;
  padding-bottom: 60%;
  display: block;
}
.blog-ourStory-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-ourStory-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fafafa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 3px 8px;
  font-family: "SVN-Gilroy";
}
.blog-detail-content {
  padding: 60px 0;
  max-width: 1320px;
  margin: auto;
}
.blog-ourStory-box {
  background: #fff;
  padding: 15px;
}

.custom-content-toc {
  font-family: "SVN-Gilroy";
}
.category-blog-title {
  text-align: center;
  text-transform: uppercase;
}
.category-blog-relative {
  margin-bottom: 40px;
}

.casestudies-detail-info-wrapper {
  margin: unset;
  width: 680px;
  max-width: 1440px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: calc(calc(100% - 1440px) / 2);
}
.casestudies-detail-description {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.casestudies-detail-title {
  text-transform: capitalize;
  color: #3bb648;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
.casestudies-detail-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 2px;
  background: #3bb648;
}
.casestudies-detail-content {
  background: #e7f4ff;
  padding: 52px 40px 60px 40px;
}
.casestudies-detail-wrapper {
  display: flex;
  gap: 40px;
}
.casestudies-detail-left {
  width: 300px;
  /*background: #fff;*/
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  /*padding: 24px 24px 32px 24px;*/
  position: sticky;
  top: 100px;
  align-self: start;
  font-family: 'SVN-Gilroy';
}
.casestudies-detail-right {
  width: calc(100% - 300px - 40px);
}
.casestudies-detail-title {
  margin-bottom: 30px;
}
.casestudies-tableofcontent-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.casestudies-tableofcontent-list {
  list-style: none;
  padding-left: 12px;
  margin: 0;
  border-left: 1px solid rgb(45 37 85 / 10%);
}
.casestudies-tableofcontent-list li {
  padding: 5px 0; /*min-height: 61px; display: flex ; align-items: center;*/
}
.casestudies-tableofcontent-list li a {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  outline: none;
}
.casestudies-tableofcontent-list li.active a {
  color: #3bb648;
}

.toc-active {
  position: relative;
}
#toc-highlight {
  content: "";
  position: absolute;
  height: 32px;
  width: 3px;
  background: #3bb648;
  left: -1px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.dev-form-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dev-form-contact > div {
  width: calc(50% - 10px);
  margin: 0;
}
.dev-form-contact > div p {
  margin: 0;
}
.dev-form-contact > div:last-child {
  width: 100%;
}
.dev-form-contact > div:last-child textarea {
  height: 180px !important;
  background: none;
  border: 1px solid #999;
  box-shadow: none;
}
.dev-form-contact > div input {
  background: none;
  border: 1px solid #999;
  height: 45px;
  box-shadow: none;
}

/* TUYỂN DỤNG */
.tuyendung-container-page {
  background: #fff;
  font-family: "SVN-Gilroy";
}
.tuyendung-row-top {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  background: #3bb648;
  padding: 10px 20px;
  font-size: 18px;
}

.tuyendung-row-top .tuyendung-top-pos {
  width: 50%;
}
.tuyendung-row-top .tuyendung-top-map {
  width: 18%;
}
.tuyendung-row-top .tuyendung-top-date {
  width: 32%;
}

.tuyendung-row-bot {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
}
.tuyendung-row-bot .tuyendung-top-pos {
  width: 50%;
  font-weight: bold;
  color: #666;
}
.tuyendung-row-bot .tuyendung-top-map {
  width: 18%;
}
.tuyendung-row-bot .tuyendung-top-date {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tuyendung-row-bot .tuyendung-top-date span {
  width: 50%;
}
.tuyendung-row-bot .tuyendung-top-date a {
  background: #0b76bd;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/** FORM TUYEN DUNG **/
#form-tuyendung {
  max-width: 845px;
  margin: auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 24px;
  border-radius: 30px;
}
.contact-tuyendung-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  overflow: hidden;
}
.contact-tuyendung-item {
  width: calc(50% - 5px);
}
.contact-tuyendung-item p {
  margin: 0 !important;
}
.contact-tuyendung-full input,
.contact-tuyendung-item input,
.contact-tuyendung-item select {
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none !important;
  box-shadow: none;
  margin-bottom: 0;
}
.contact-tuyendung-full input::placeholder,
.contact-tuyendung-full textarea::placeholder {
  color: #666;
  font-weight: bold;
}
.contact-tuyendung-full {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #ebebeb !important;
}
.contact-tuyendung-full p:first-child {
  width: 120px;
}
.contact-tuyendung-full p:last-child {
  width: calc(100% - 100px - 10px);
}
.contact-tuyendung-full p strong,
.contact-tuyendung-full div strong {
  color: red;
  margin-left: 4px;
}
.contact-tuyendung-full p {
  margin: 0 !important;
}
.contact-tuyendung-full textarea {
  height: 150px;
  border-radius: 0px;
  border: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0 !important;
  background: none !important;
  width: 100%;
  box-shadow: none;
}
.contact-tuyendung-full textarea::placeholder {
  color: #333;
}
.contact-tuyendung-full input[type="file"] {
  color: #fff;
}
.contact-tuyendung-submit p {
  display: flex;
  align-items: center;
  position: relative;
}
.contact-tuyendung-full label {
  font-size: 16px;
}
.contact-tuyendung-other .wpcf7-list-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.contact-tuyendung-note * {
  width: 100% !important;
}
.contact-tuyendung-note {
  margin-bottom: 20px;
}

.contact-tuyendung-full input[type="text"]:focus,
.contact-tuyendung-full input[type="email"]:focus,
.contact-tuyendung-full input[type="date"]:focus {
  background: none !important;
  box-shadow: none;
}
/* #submit-loading {
  position: absolute;
  left: -60px;
  top: 0;
  opacity: 0;
}
.submitting #submit-loading {
  opacity: 1;
}
.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0;
  background: linear-gradient(to bottom, #ed1b24 0%, #164398 100%);
  min-width: auto;
  padding: 10px 40px !important;
  border-radius: 4px !important;
  opacity: 0;
  width: 100%;
  margin: 0;
  height: 100%;
} */
/* .wpcf7-form-control.wpcf7-submit:hover {
  background: #a59984;
  opacity: 0;
} */
.submit-btnform {
  position: relative;
  background: var(--color-main);
  color: #fff;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.submit-btnform:hover {
  color: #fff;
}
.contact-tuyendung-submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.submit-btnform-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.form-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.form-fixed-box {
  background: #31b0cd;
  width: 500px;
  border-radius: 2px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  padding: 10px 20px 40px 20px;
  text-align: center;
  color: #fff;
  border-left: 6px solid #fdb913;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.btn-form-close {
  font-size: 18px;
  cursor: pointer;
}
.resetting #form-fixed-popup,
.sent #form-fixed-popup {
  display: flex;
  visibility: visible;
  z-index: 99999;
}
#form-fixed-popup p {
  font-size: 16px;
  line-height: 150%;
}
.invalid .processing:before {
  opacity: 0;
}
/* .wpcf7-spinner {
  opacity: 0 !important;
} */
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: none;
  background: rgb(235 235 235 / 50%);
  border-radius: 4px;
}

/* FORM TUYỂN DỤNG */
.form-tuyendung-contain {
  background: #fafafa;
  padding: 2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-tuyendung-box {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.form-tuyendung-box label,
.form-tuyendung-message label {
  font-weight: bold;
  font-size: 16px;
}
.form-tuyendung-message label {
  margin-bottom: 12px;
  display: inline-block;
}
.form-tuyendung-box p {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.form-tuyendung-box > p {
  width: 120px;
}
.form-tuyendung-input {
  width: calc(100% - 120px - 12px);
  display: flex;
  align-items: center;
}
.form-tuyendung-input p {
  width: 100%;
}
.form-tuyendung-input input {
  width: 100%;
  border: none;
  min-height: 40px;
  box-shadow: none;
  background: none;
}
.form-tuyendung-input input:focus {
  border: none;
}
.form-tuyendung-submit {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.form-tuyendung-submit p {
  margin-bottom: 0;
  position: relative;
}
.form-tuyendung-submit p .wpcf7-spinner {
  position: absolute;
  top: 7px;
}
.form-tuyendung-submit input {
  background: #3bb648;
}
.form-tuyendung-message textarea {
  height: 150px;
  border:none;
}
.form-tuyendung-message p {
  margin-bottom: 0;
}
.form-tuyendung-message input {
  border: none !important;
}

/* PRODUCT PAGE */
.product-site-contain {
  padding: 60px 0;
  display: flex;
  gap: 50px;
}
.product-site-sidebar {
  width: 300px;
  position: sticky;
  top: 100px;
  align-self: start;
  display: none;
}
.product-site-info {
  /* width: calc(100% - 300px - 50px); */
  width: 100%;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  padding: 12px;
  font-weight: bold;
  background: #f5f5f5;
}

.accordion-content {
  display: none;
  padding: 10px 15px;
}

.accordion-content ul {
  margin: 0;
  padding-left: 15px;
}

.accordion-content li {
  margin-bottom: 5px;
}
.product-site-title {
  margin-bottom: 20px;
  color: var(--colorBG);
  font-size: 30px;
  position: relative;
}
.product-site-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  border-bottom: 1px solid var(--colorBG);
  width: 60px;
}
.related-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.related-products-item {
  width: calc(100% / 3 - 27px);
}

.related-products-item {
  font-family: "SVN-Gilroy";
}
.related-products-item a {
  text-decoration: none !important;
}

.related-products-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.related-products-item .thumb {
  width: 100%;
  padding-top: 49%;
  position: relative;
  overflow: hidden;
}

.related-products-item .widget-product-category-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 6px 0;
  color: #222222;
}
.related-products-item .widget-product-category-info p {
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}
.related-products-item .widget-product-category-info p span {
  color: #3bb648;
}

.related-products-item .product-date {
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  display: inline-block;
}

.page-archive-title {
  font-family: "SVN-Gilroy", Sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #0b76bd;
  text-align: center;
  margin-bottom: 30px;
}

.product-single-wrap {
  display: flex;
  gap: 50px;
  font-family: "SVN-Gilroy";
  flex-wrap: wrap;
}
.product-gallery {
  width: 50%;
}
.product-info {
  width: calc(50% - 50px);
}
.product-main-swiper {
  margin-bottom: 12px;
}
.product-main-swiper img {
  width: 100%;
}
.product-description {
  margin-top: 40px;
  padding: 0;
}
.product-title {
  text-transform: capitalize;
  color: #3bb648;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.product-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 2px;
  background: #3bb648;
}
.product-price {
  margin: 12px 0;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}
.product-price ins {
  color: red;
  font-weight: 700;
  font-size: 22px;
}
.product-add-to-cart {
  margin-top: 18px;
}
.product-add-to-cart form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-add-to-cart form .quantity input {
  height: 46px;
  border-radius: 5px;
}
.product-single-swiper {
  max-width: 1320px;
  margin: 60px auto !important;
  padding: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}
