@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@property --primary-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #9F1D27;
}
@property --secondary-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #D09B2B;
}
@property --base-secondary-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #FFF9EB;
}
@property --bg-secondary-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #F9FAFB;
}
@property --bg-info-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #F3F4F6;
}
@property --text-secondary-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #FFF9EB;
}
@property --text-title-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #374151;
}
@property --text-desc-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #556987;
}
* {
		font-family: 'SVN-Gilroy', sans-serif;
}

a {
  text-decoration: none;
  color: var(--text-title-color);
}

.text-emphasize {
  color: var(--text-title-color);
}

.group-view {
  color: var(--primary-color);
  font-size: 1.125rem;
  font-weight: 500;
  column-gap: 30px;
  display: flex;
  align-items: center;
}

.group-view:hover {
  text-decoration: none;
}

.group-title {
  padding-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.group-title .title, .group-title h1 {
  color: var(--text-title-color);
  font-size: 2.5rem;
  font-weight: 600;
}
.group-title p {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--text-desc-color);
}
.group-title p span {
  text-transform: uppercase;
  font-weight: 500;
}

.section-introduce {
  background-color: var(--base-secondary-color);
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-introduce .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
}
.section-introduce .left .left-title {
  font-size: 2.25rem;
  font-weight: 700;
}
.section-introduce .left .left-desc {
  color: var(--text-desc-color);
  font-size: 1.25rem;
  font-weight: 400;
}
.section-introduce .left .left-button {
  width: 225px;
  height: 56px;
  background-color: var(--primary-color);
  color: var(--text-secondary-color);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
}
.section-introduce .left .left-button:hover {
  text-decoration: none;
}
.section-introduce .right .right-group {
  position: relative;
}
.section-introduce .right .right-group .right-group-sub1, .section-introduce .right .right-group .right-group-sub2 {
  width: 130px;
  position: absolute;
}
.section-introduce .right .right-group .right-group-sub1 {
  left: -65px;
  top: -65px;
}
.section-introduce .right .right-group .right-group-sub2 {
  bottom: -35px;
  right: 65px;
}
.section-introduce .right .right-group .right-group-main {
  width: 550px;
  object-fit: cover;
  border-radius: 12px;
}

.section-about {
  padding: 100px 0px 50px 0px;
}
.section-about .left .left-group {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.section-about .left .left-img1 {
  width: 274px;
  height: 510px;
  border-radius: 12px;
  object-fit: cover;
}
.section-about .left .left-img2 {
  width: 274px;
  height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-about .left .left-img2 img {
  width: 274px;
  height: 250px;
  border-radius: 12px;
  object-fit: cover;
  margin: 5px 0px;
}
.section-about .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.section-about .right .right-title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--text-desc-color);
}
.section-about .right .right-title span {
  font-size: 3rem;
  font-weight: 600;
  color: var(--text-title-color);
}
.section-about .right .right-desc {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-desc-color);
}
.section-about .right .right-button {
  width: 151px;
  height: 46px;
  color: var(--base-secondary-color);
  background-color: var(--secondary-color);
  font-size: 0.875rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-our-service {
  padding: 50px 0px;
}
.section-our-service .group-service {
  display: flex;
  align-items: center;
  background-color: var(--bg-secondary-color);
  border-radius: 10px;
  margin-bottom: 30px;
}
.section-our-service .group-service img {
  width: 320px;
  min-width: 320px;
  height: 280px;
  border-radius: 10px 0px 0px 10px;
  object-fit: cover;
  border: 0.5px solid var(--bg-info-color);
}
.section-our-service .group-service .group-service--content {
  padding-left: 30px;
  display: flex;
  justify-content: start;
  align-items: start;
  row-gap: 10px;
  flex-direction: column;
}
.section-our-service .group-service .group-service--content h3 {
  font-size: 1.1rem;
  color: var(--text-title-color);
}
.section-our-service .group-service .group-service--content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-desc-color);
}

.section-news {
  padding: 50px 0px;
}
.section-news .group-news .group-news--item {
  padding-left: 15px;
  padding-right: 15px;
}
.section-news .group-news .group-news--item img {
  width: 100%;
  height: 210px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--bg-info-color);
}
.section-news .group-news .group-news--item .group-service--content {
  padding-top: 15px;
  row-gap: 5px;
}
.section-news .group-news .group-news--item .group-service--content .content-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-title-color);
}
.section-news .group-news .group-news--item .group-service--content .content-date {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-desc-color);
}
.section-news .group-news .group-news--item .group-service--content .content-desc {
  font-weight: 16px;
  font-weight: 400;
}
.section-news .news-all {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.section-product {
  padding: 50px 0px;
  background-color: var(--bg-info-color);
}
.section-product .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-product .left h2 {
  width: 275px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-product .right {
  margin-bottom: 30px;
}
.section-product .right .product-group {
  row-gap: 30px;
}
.section-product .right .product-group .img-wrap .product-group--img {
  margin-bottom: 15px;
  width: 100%;
  height: 275px;
  object-fit: cover;
  border: 0.5px solid var(--bg-info-color);
  border-radius: 12px;
}
.section-product .right .product-group .product-group--name {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--text-title-color);
}

.section-testimonial {
  width: 100%;
  height: 320px;
  background-image: url("../img/svg/testimonial-bg.svg");
  display: flex;
  align-items: center;
}
.section-testimonial .testimonial-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-testimonial .testimonial-group .left {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.section-testimonial .testimonial-group .left .personal-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}
.section-testimonial .testimonial-group .left .personal-info {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.section-testimonial .testimonial-group .left .personal-info h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
}
.section-testimonial .testimonial-group .left .personal-info p {
  color: #D1D5DB;
  font-size: 1.125rem;
  font-weight: 400;
}
.section-testimonial .testimonial-group .right {
  width: 485px;
  background-image: url(../img/svg/testimonial-desc-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-testimonial .testimonial-group .right .quotes {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.section-testimonial .slick-slider .slick-prev {
  left: 100px;
  top: 40%;
}
.section-testimonial .slick-slider .slick-next {
  right: 100px;
  top: 40%;
}

.section-partner {
  background-color: var(--bg-secondary-color);
  padding: 50px 0px;
}
.section-partner .section-partner--wrapper {
  padding-left: 100px;
  padding-right: 100px;
}
.section-partner .section-partner--wrapper .partner-item {
  margin: 0px 20px;
  padding: 0px 20px;
}
.section-partner .section-partner--wrapper .partner-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-overview {
  height: 885px;
  background-image: url("../img/svg/about-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  margin-bottom: 200px;
}
.section-overview .section-overview--content .content-info {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-overview .section-overview--content .content-info .title {
  padding-top: 70px;
}
.section-overview .section-overview--content .content-info .sub-title {
  padding-top: 30px;
  line-height: 36px;
}
.section-overview .section-overview--content .content-info .desc {
  padding-top: 30px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}
.section-overview .section-overview--content .group-image {
  position: relative;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 100px;
}
.section-overview .section-overview--content .group-image .group-image-sub1, .section-overview .section-overview--content .group-image .group-image-sub2 {
  width: 200px;
  position: absolute;
}
.section-overview .section-overview--content .group-image .group-image-sub1 {
  left: 80px;
  top: 60px;
}
.section-overview .section-overview--content .group-image .group-image-sub2 {
  bottom: -35px;
  right: 105px;
}
.section-overview .section-overview--content .group-image .group-image-main {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  height: 531px;
}

.section-core-value {
  padding-left: 140px;
  padding-right: 140px;
  margin-bottom: 50px;
  padding-top: 100px;
}
.section-core-value .core-value-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
}
.section-core-value .core-value-item .item-image {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: var(--base-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-core-value .core-value-item .item-image img {
  width: 72px;
  height: 72px;
}
.section-core-value .core-value-item .item-title {
  font-size: 0.938rem;
  font-weight: 400;
}

.section-vision {
  margin-top: 50px;
  background-color: var(--bg-info-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-vision .group-title {
  align-items: start;
}
.section-vision .section-vision--group {
  margin-bottom: 50px;
  row-gap: 50px;
}
.section-vision .section-vision--group .section-vision-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-title-color) !important;
}
.section-vision .section-vision--group .section-vision-intro {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-title-color) !important;
}
.section-vision .right .right-group {
  position: relative;
}
.section-vision .right .right-group .right-group-main {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 100px;
}
.section-vision .right .right-group .right-group-sub1, .section-vision .right .right-group .right-group-sub2 {
  position: absolute;
}
.section-vision .right .right-group .right-group-sub1 {
  top: -45px;
  left: 45px;
}
.section-vision .right .right-group .right-group-sub2 {
  right: -30px;
  bottom: -30px;
}

.section-service--banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.service-page {
  margin-bottom: 50px;
}
.service-page .group-service {
  background-color: var(--base-secondary-color);
}

.section-service--banner-detail {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section--service-details {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 140px;
  padding-right: 140px;
}

.section-list-service {
  margin-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
}
.section-list-service .list--service {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-list-service .list--service .service-item {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  height: 46px;
  background-color: var(--bg-secondary-color);
  font-size: 1rem;
  font-weight: 400;
  color: #6B7280;
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.section-list-service .list--service .service-item:hover {
  text-decoration: none;
  background-color: var(--secondary-color);
  color: var(--base-secondary-color);
}
.section-list-service .list--service .slick-arrow {
  padding-bottom: 50px;
  border-radius: non;
}
.section-list-service .list--service .slick-arrow::before {
  border: none !important;
  border-radius: unset !important;
  background-color: var(--bg-secondary-color) !important;
}
.section-list-service .list--service .slick-prev::before {
  content: url(../img/svg/db-prev.svg) !important;
  display: none !important;
}
.section-list-service .list--service .slick-next::before {
  content: url(../img/svg/db-next.svg) !important;
}

.section-service--gallary {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--bg-info-color);
  display: flex;
  justify-content: center;
}
.section-service--gallary .container {
  padding-left: 70px;
  padding-right: 70px;
}
.section-service--gallary .container .left {
  padding: 0px !important;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.section-service--gallary .container .left a {
  width: 200px;
  padding: 2px;
  height: 50%;
  object-fit: cover;
}
.section-service--gallary .container .left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.5px solid var(--bg-info-color);
}
.section-service--gallary .container .right {
  padding: 0px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-service--gallary .container .right img {
  width: 390px;
  height: 224px;
  padding: 0px 10px 10px 0px;
  object-fit: cover;
  border: 0.5px solid var(--bg-info-color);
}

.section-product--list {
  margin-top: 50px;
}
.section-product--list .section-product--group .title-group {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 20px;
}
.section-product--list .section-product--group .title-group .title {
  font-size: 1.25rem;
  font-weight: 600;
  min-width: 250px;
}
.section-product--list .section-product--group .title-group .group-line {
  width: 100%;
  margin-bottom: 4px;
}
.section-product--list .section-product--group .title-group .group-line .first-line {
  width: 50%;
  height: 2px;
  background-color: var(--primary-color);
  margin-bottom: 3px;
}
.section-product--list .section-product--group .title-group .group-line .second-line {
  width: 100%;
  height: 5px;
  background-color: var(--primary-color);
}
.section-product--list .section-product--group .product-row {
  margin-top: 20px;
}
.section-product--list .section-product--group .product-row .product-group {
  row-gap: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.section-product--list .section-product--group .product-row .product-group .img-wrapper {
  border: 1px solid #E5E7EB;
  width: 300px;
  height: 300px;
  border-radius: 12px;
}
.section-product--list .section-product--group .product-row .product-group .img-wrapper img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product--list .section-product--group .product-row .product-group .product-name {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}
.section-product--list .section-product--group .product-row .product-group .product-price {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ED1C24;
}

.section-selling-product {
  background-color: var(--bg-info-color);
  padding: 50px;
  padding-bottom: 50px;
}
.section-selling-product .section-selling-product--list .product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-selling-product .section-selling-product--list .product-item .img-wrapper {
  border: 1px solid var(--bg-info-color);
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  border-radius: 12px;
}
.section-selling-product .section-selling-product--list .product-item .img-wrapper img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-selling-product .section-selling-product--list .product-item .product-name {
  width: 200px;
  font-size: 1rem;
  font-weight: 400;
}
.section-selling-product .slick-prev, .section-selling-product .slick-next {
  top: 35%;
}

.section-product--banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section-product-detail--banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section-product-detail {
  margin-top: 50px;
  margin-bottom: 30px;
}
.section-product-detail .left .equipment--details {
  width: 478px;
  height: 478px;
}
.section-product-detail .left .equipment--details .img--main {
  width: 478px;
  height: 478px;
  border: 1px solid var(--bg-info-color);
}
.section-product-detail .left .equipment--details .img--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product-detail .left .equipment--details .list--img {
  margin: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px !important;
}
.section-product-detail .left .equipment--details .list--img .img--equipment {
  width: 80px;
  height: 80px;
  border: 1px solid var(--bg-info-color);
}
.section-product-detail .left .equipment--details .list--img .img--equipment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-product-detail .right .product-detail-infomation .title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-title-color);
}
.section-product-detail .right .product-detail-infomation .rate {
  display: flex;
  justify-content: start;
  column-gap: 10px;
}
.section-product-detail .right .product-detail-infomation .rate .rate-star {
  font-size: 0.875rem;
}
.section-product-detail .right .product-detail-infomation .rate .rate-star .checked {
  color: orange;
}
.section-product-detail .right .product-detail-infomation .rate .rate-count {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9CA3AF;
  text-transform: lowercase;
}
.section-product-detail .right .product-detail-infomation .product-status {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bg-info-color);
}
.section-product-detail .right .product-detail-infomation .product-status .product-status-group {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 30px;
}
.section-product-detail .right .product-detail-infomation .product-status .product-status-group p {
  font-size: 1rem;
  font-weight: 400;
}
.section-product-detail .right .product-detail-infomation .product-status .product-status-group .status {
  color: #56C544;
}
.section-product-detail .right .product-detail-infomation .product-status .product-status-group .code {
  font-size: 1.25rem;
  font-weight: 600;
}
.section-product-detail .right .product-detail-infomation .product-option {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bg-info-color);
}
.section-product-detail .right .product-detail-infomation .product-option h5 {
  font-size: 1rem;
  font-weight: 500;
}
.section-product-detail .right .product-detail-infomation .product-option .option {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 30px;
}
.section-product-detail .right .product-detail-infomation .product-option .option button {
  width: 80px;
  height: 40px;
  border: 1px solid var(--bg-info-color);
  background: white;
  color: var(--text-title-color);
}
.section-product-detail .right .product-detail-infomation .product-option .option button:hover {
  background-color: var(--secondary-color);
  color: var(--base-secondary-color);
}
.section-product-detail .right .product-detail-infomation .buy-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .quantity {
  font-size: 0.938rem;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .product-qty,
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-size: inherit;
  border: 1px solid var(--bg-info-color);
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .product-qty:focus,
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:focus {
  outline: none;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .product-qty::-webkit-outer-spin-button, .section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:before, .section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:disabled:before, .section-product-detail .right .product-detail-infomation .buy-group .left .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.section-product-detail .right .product-detail-infomation .buy-group .right {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}
.section-product-detail .right .product-detail-infomation .buy-group .right .price {
  font-size: 2rem;
  font-weight: 600;
}
.section-product-detail .right .product-detail-infomation .buy-group .right .price-desc {
  font-size: 0.875rem;
  font-weight: 400;
}
.section-product-detail .right .product-detail-infomation .buy-group .buy-group--button {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
  padding: 20px 95px;
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 6px;
}
.section-product-detail .right .product-detail-infomation .buy-group .buy-group--button .add_to_cart {
  background-color: #E5E7EB;
}
.section-product-detail .right .product-detail-infomation .buy-group .buy-group--button .buy_now {
  background-color: var(--primary-color);
  font-weight: 400;
  color: #fff;
}

.product-detail-description {
  background-color: #F9FAFB;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-top: 150px;
}
.product-detail-description .nav-pills .nav-link.active, .product-detail-description .nav-pills .show > .nav-link {
  color: var(--primary-color);
  background-color: unset;
  border-bottom: 2px solid var(--primary-color);
  border-radius: unset;
}
.product-detail-description .nav .nav-item button {
  text-transform: uppercase;
}

.section-product--relative {
  background-color: #ffffff;
}

.section-project--banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section-project {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-project .section-project--image {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 20px;
  flex-direction: column;
  margin-bottom: 30px;
}
.section-project .section-project--image h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}
.section-project .section-project--image .address-group {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 10px;
}
.section-project .section-project--image .address-group .circle {
  width: 10px;
  height: 10px;
  border: 3px solid #F9A61A;
  border-radius: 100%;
}
.section-project .section-project--image .address-group p {
  font-size: 1rem;
  font-weight: 500px;
  color: #D1D5DB;
  margin-bottom: 0px;
}
.section-project .view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  column-gap: 10px;
  cursor: pointer;
}

.section-outstanding-project {
  background-color: var(--bg-info-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-outstanding-project .section-project--image {
  width: 375px;
  height: 246px;
  border-radius: 12px;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 20px;
  flex-direction: column;
  margin-left: 30px;
  margin-right: 30px;
}
.section-outstanding-project .section-project--image h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.section-recruitment-banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section-recruitment {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-recruitment .recruiment--search {
  margin-bottom: 30px;
}
.section-recruitment .recruiment--search form {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.section-recruitment .recruiment--search form input, .section-recruitment .recruiment--search form select {
  border: 2px solid var(--bg-info-color);
  border-radius: 10px;
  color: #6B7280;
  font-size: 14px;
  width: 100%;
  padding: 10px 35px;
}
.section-recruitment .recruiment--search form .input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.section-recruitment .recruiment--search form .prefix-icon {
  position: absolute;
  left: 10px; /* Adjust based on padding */
  font-size: 1.2rem; /* Adjust size as needed */
  color: #6B7280; /* Adjust color as needed */
}
.section-recruitment .recruiment--search form input[type=text]::placeholder {
  color: #9CA3AF; /* Adjust placeholder color as needed */
}
.section-recruitment .recruitment--list .accordion:nth-child(odd) {
  --bs-accordion-bg: var(--bg-info-color) !important;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button {
  border-radius: 5px;
  border: 1px solid var(--bg-info-color);
}
.section-recruitment .recruitment--list .accordion-item .accordion-button .title-group {
  display: flex;
  justify-content: space-between;
  width: 80%;
  align-items: center;
  font-size: 1rem;
  column-gap: 15px;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button .title-group p {
  margin-bottom: unset;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button .title-group .time {
  color: var(--text-desc-color);
  font-weight: 400;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button .title-group .time i {
  color: var(--secondary-color);
  margin-right: 10px;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button:focus, .section-recruitment .recruitment--list .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.section-recruitment .recruitment--list .accordion-item .accordion-button::after {
  background-image: url(../img/svg/arrow-down-short.svg) !important;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid var(--bg-info-color);
  background-position: center;
  background-color: #ffffff;
}

.section-contact-banner {
  width: 100%;
  height: 280px;
  background-image: url("https://images.pexels.com/photos/22882440/pexels-photo-22882440/free-photo-of-g-nha-ngoi-nha-can-nha.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
}

.section-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-contact .position-group {
  position: relative;
}
.section-contact .left {
  background-color: var(--bg-info-color);
  border-radius: 10px;
}
.section-contact .left .contact-text {
  font-size: 1rem;
  font-weight: 400;
}
.section-contact .left .social-group {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 30px;
}
.section-contact .left .social-group p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: unset;
}
.section-contact .left .social-group .list-icon-social-network {
  width: unset;
  margin-top: unset;
  margin-bottom: unset;
}
.section-contact .left .social-group .list-icon-social-network img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin: unset;
  border-radius: 5px;
}
.section-contact .left .contact-form {
  padding: 50px;
}
.section-contact .left .contact-form .form-data {
  margin-top: 20px;
}
.section-contact .left .contact-form .form-data .contact-input {
  margin: 15px 0px;
}
.section-contact .left .contact-form .form-data .contact-input .form-group--custom {
  margin-bottom: unset;
}
.section-contact .left .contact-form .form-data .contact-input input, .section-contact .left .contact-form .form-data .contact-input textarea {
  font-weight: 400;
  font-size: 1rem;
}
.section-contact .left .contact-form .form-data .form-label {
  display: none;
}
.section-contact .left .contact-form .button-group .btn--submit {
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.875rem;
}
.section-contact .right {
  background-color: #16254C;
  border-radius: 10px;
  padding: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-contact .right .contact-element {
  row-gap: 15px;
}
.section-contact .right .contact-element h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-contact .right .contact-element h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-contact .right .contact-element h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-contact .right .contact-element .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-contact .right .contact-element .contact-element--group {
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
}
.section-contact .right .contact-element .contact-element--group p {
  margin-bottom: 0px;
}
.section-contact .right .contact-element .contact-element--group .email {
  color: #FFD34E;
}
.section-contact .right-position {
  position: absolute;
  right: -645px;
  bottom: -70px;
  height: 550px;
  width: 700px;
}

.section-map {
  margin-top: 100px;
  border-radius: 15px;
  margin-bottom: 50px;
}
.section-map iframe {
  border-radius: 15px;
}

.section-page-banner {
  display: flex;
  align-items: end;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.section-page-banner .section-breadcrumb .link {
  color: #6B7280;
}
.section-page-banner .section-breadcrumb .link:hover {
  color: var(--primary-color);
}

.header-top .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-top--left--title {
  margin-top: unset;
  margin-bottom: unset;
}
.header-top .header-top--left {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header-top .header-top--left .header-top--left-email {
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 200;
  color: var(--text-secondary-color);
  margin-bottom: 3px;
}
.header-top .header-top--left .header-top--left-email a {
  color: #F9A61A;
}
.header-top .header-top--left .line {
  height: 30px;
  width: 0.5px;
  border: 0.2px solid var(--bg-info-color);
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.1;
}
.header-top .header-top--right {
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 30px;
}
.header-top .header-top--right .header-top--right-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .header-top--right .header-top--right-text a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 200;
  color: #FFF;
}
.header-top .header-top--right .header-top--right-text .line {
  height: 30px;
  width: 0.5px;
  border: 0.2px solid var(--bg-info-color);
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0.1;
}
.header-top .header-top--right .header-top--right-cart .cart-group {
  color: var(--base-secondary-color);
  position: relative;
}
.header-top .header-top--right .header-top--right-cart .cart-group .cart-group--icon {
  font-size: 1.125rem;
}
.header-top .header-top--right .header-top--right-cart .cart-group .cart-group--number {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  position: absolute;
  right: -12px;
  top: -10px;
}

.cart--fixed-header .cart-group {
  display: none;
}

.header-fixed .cart--fixed-header .cart-group {
  display: block;
  position: relative;
}
.header-fixed .cart--fixed-header .cart-group .cart-group--icon {
  font-size: 1.125rem;
}
.header-fixed .cart--fixed-header .cart-group .cart-group--number {
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  color: var(--base-secondary-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  position: absolute;
  right: -12px;
  top: -10px;
}

.section-cart {
  padding-top: 50px;
  padding-bottom: 100px;
  /* Global "table" column settings */
  /* This is used as the traditional .clearfix class */
  /* Apply clearfix in a few places */
  /* Column headers */
  /* Product entries */
  /* Totals section */
  /* Make adjustments for tablet */
  /* Make more adjustments for phone */
}
.section-cart .product-image {
  float: left;
  width: 20%;
}
.section-cart .product-details {
  float: left;
  width: 30%;
}
.section-cart .product-price {
  float: left;
  width: 12%;
}
.section-cart .product-quantity {
  float: left;
  width: 17%;
}
.section-cart .product-removal {
  float: left;
  width: 9%;
}
.section-cart .product-line-price {
  float: left;
  width: 12%;
  text-align: right;
}
.section-cart .group:before, .section-cart .shopping-cart:before, .section-cart .column-labels:before, .section-cart .product:before, .section-cart .totals-item:before,
.section-cart .group:after,
.section-cart .shopping-cart:after,
.section-cart .column-labels:after,
.section-cart .product:after,
.section-cart .totals-item:after {
  content: "";
  display: table;
}
.section-cart .group:after, .section-cart .shopping-cart:after, .section-cart .column-labels:after, .section-cart .product:after, .section-cart .totals-item:after {
  clear: both;
}
.section-cart .group, .section-cart .shopping-cart, .section-cart .column-labels, .section-cart .product, .section-cart .totals-item {
  zoom: 1;
}
.section-cart label {
  color: #aaa;
}
.section-cart .shopping-cart {
  margin-top: -45px;
}
.section-cart .column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.section-cart .column-labels .product-image, .section-cart .column-labels .product-details, .section-cart .column-labels .product-removal {
  text-indent: -9999px;
}
.section-cart .product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.section-cart .product .product-image {
  text-align: center;
}
.section-cart .product .product-image img {
  width: 100px;
}
.section-cart .product .product-details .product-title {
  margin-right: 20px;
}
.section-cart .product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.section-cart .product .product-quantity input {
  width: 40px;
}
.section-cart .product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 3px;
}
.section-cart .product .remove-product:hover {
  background-color: #a44;
}
.section-cart .product .quantity {
  font-size: 0.938rem;
}
.section-cart .product .qty-input {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-cart .product .qty-input .product-qty,
.section-cart .product .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-size: inherit;
  border: 1px solid var(--bg-info-color);
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.section-cart .product .qty-input .product-qty:focus,
.section-cart .product .qty-input .qty-count:focus {
  outline: none;
}
.section-cart .product .qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.section-cart .product .qty-input .product-qty::-webkit-outer-spin-button, .section-cart .product .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.section-cart .product .qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.section-cart .product .qty-input .qty-count:before, .section-cart .product .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-cart .product .qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.section-cart .product .qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.section-cart .product .qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.section-cart .product .qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.section-cart .product .qty-input .qty-count:disabled:before, .section-cart .product .qty-input .qty-count:disabled:after {
  background: #ccc;
}
.section-cart .totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
.section-cart .totals .totals-item label {
  float: left;
  clear: both;
  width: 50%;
  text-align: right;
}
.section-cart .totals .totals-item .totals-value {
  float: right;
  width: 50%;
  text-align: right;
}
.section-cart .checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 1.563rem;
  border-radius: 3px;
  width: 100%;
}
.section-cart .checkout:hover {
  background-color: #494;
}

.section-cart .backcart {
  background-color: #6B7280;
}

.section-cart .backcart:hover {
  background-color: #6B7280;
}
.section-cart .btn-snipper {
  display: none;
}
.section-cart .btn-snipper span {
  width: 15px;
  height: 15px;
  border-width: 3px;
}
@media screen and (max-width: 650px) {
  .section-cart .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .section-cart .column-labels {
    display: none;
  }
  .section-cart .product-image {
    float: right;
    width: auto;
  }
  .section-cart .product-image img {
    margin: 0 0 10px 10px;
  }
  .section-cart .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .section-cart .product-price {
    clear: both;
    width: 100px;
    padding-top: 10px;
  }
  .section-cart .product-quantity {
    width: 120px;
  }
  .section-cart .product-removal {
    width: auto;
    padding-top: 5px;
    margin-left: 5px;
  }
  .section-cart .product-line-price {
    float: right;
    width: 120px;
  }
}
@media screen and (max-width: 350px) {
  .section-cart .product-removal {
    float: right;
  }
  .section-cart .product-line-price {
    float: center;
    clear: left;
    width: auto;
    margin-top: 20px;
  }
  .section-cart .totals .totals-item label {
    width: 60%;
  }
  .section-cart .totals .totals-item .totals-value {
    width: 40%;
  }
}

.empty-cart {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.empty-cart h1 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--primary-color);
}
.empty-cart a {
  background-color: var(--primary-color);
  color: var(--base-secondary-color);
  padding: 25px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 30px;
}
.empty-cart a:hover {
  opacity: 0.7;
}

.comment-row {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.comment-row:last-child {
  border-bottom: none;
}
.comment-row .comment-author {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.comment-row .comment-author i {
  margin-right: 0.5rem;
  color: #888;
}
.comment-row .comment-content {
  font-size: 1rem;
  color: #555;
  line-height: 1.4;
}

.comment-form {
  margin-top: 30px;
}
.comment-form .contact-input label {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.comment-form .star-rate-input {
  width: 50%;
}
.comment-form .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.comment-form .rating a {
  cursor: pointer;
  color: gray;
  text-decoration: none;
  font-size: 2em;
}
.comment-form .rating a:hover, .comment-form .rating a:hover ~ a {
  color: orange;
}
.comment-form .comment-btn {
  border: none;
  padding: 25px 40px;
  background-color: var(--primary-color);
  font-size: 1rem;
  font-weight: 500;
  color: var(--base-secondary-color);
  border-radius: 6px;
  width: 200px;
}
.comment-form .comment-btn:hover {
  opacity: 0.7;
}

.section-checkout {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-checkout h1, .section-checkout h2 {
  text-transform: uppercase;
}
.section-checkout h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 2rem;
}
.section-checkout h2 {
  font-size: 1.2rem;
  color: var(--text-desc-color);
  padding: 0px 15px;
}
.section-checkout .text-alert-success {
  padding: 0px 15px;
}
.section-checkout .table-wrapper-checkout-info {
  background-color: #cff4fc;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
}
.section-checkout .table-wrapper-checkout-info .table-checkout-info {
  border-radius: 10px;
}
.section-checkout .table-wrapper-checkout-info .table-checkout-info tr, .section-checkout .table-wrapper-checkout-info .table-checkout-info td {
  border: unset;
}
.section-checkout .table-wraper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
  background-color: var(--bg-info-color);
  border-radius: 10px;
}
.section-checkout .table-wraper .table-checkout {
  border-radius: 10px;
}
.section-checkout .table-wraper .table-checkout .first-td {
  width: 40%;
}
.section-checkout .table-wraper .table-checkout tr, .section-checkout .table-wraper .table-checkout td {
  border: unset;
  background-color: var(--bg-info-color);
}
.section-checkout .table-wraper .info, .section-checkout .table-wraper .qr-code {
  display: flex;
  justify-content: center;
  align-self: center;
}
.section-checkout .table-wraper .qr-code {
  width: 250px;
  height: 250px;
}
.section-checkout .table-wraper .qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#footer {
  background-color: #374151;
}
#footer .item-header {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: unset;
}
#footer .item-header::after {
  background-color: unset;
}
#footer .footer-group-1 {
  margin-bottom: 20px;
}
#footer .footer-group-1 img {
  width: 150px;
}
#footer .footer-group-1 .social {
  display: flex;
  width: 100%;
  justify-content: start;
  column-gap: 25px;
}
#footer .footer-group-1 .social .social-item {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-group-1 .social .social-item:hover {
  background-color: var(--secondary-color);
}
#footer .footer-group-1 .social .social-item:hover i {
  color: #FFF;
}
#footer .footer_newsletter_input {
  display: flex;
  align-items: center;
}
#footer .footer_newsletter_input input {
  height: 40px;
  background-color: #D9D9D9;
  outline: unset;
  border: unset;
  padding: 15px;
}
#footer .footer_newsletter_input button {
  height: 40px;
  border: unset;
  background-color: var(--primary-color);
  color: #FFF;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .coppyright-group {
  border-top: 0.5px solid var(--bg-info-color);
  opacity: 0.6;
  padding-top: 20px;
}
#footer .coppyright-group .copyright span {
  color: var(--secondary-color);
}

.pc-list--service {
  display: flex;
}

.mobile-list--service {
  display: none !important;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.required:after {
  content: "*";
  color: #dc3545;
  margin-left: 3px;
}

@media only screen and (max-width: 1450px) {
  .section-overview {
    height: 700px;
  }
  .section-core-value {
    padding-top: 250px;
  }
  .section-product--list .section-product--group .product-row .product-group .img-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .section-product-detail .left .equipment--details .img--main, .section-product-detail .left .equipment--details {
    width: 100%;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
    padding: 20px 65px;
  }
  .section-contact .right-position {
    position: absolute;
    right: -560px;
    bottom: -70px;
    height: 550px;
    width: 618px;
  }
  .section-checkout .table-wraper .qr-code {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-core-value {
    padding-top: 350px;
  }
  .section-introduce .right .right-group .right-group-main {
    width: 100%;
  }
  .section-overview {
    height: 600px;
  }
  .section-service--gallary .container .left {
    flex-direction: unset;
  }
  .section-service--gallary .container .left a {
    width: unset;
  }
  .section-contact .right-position {
    position: absolute;
    right: -465px;
    bottom: -70px;
    height: 550px;
    width: 520px;
  }
  .section-about .left .left-img2 img, .section-about .left .left-img1 {
    width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .section-recruitment .recruiment--search form {
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
  }
  .section-recruitment .recruiment--search form input[type=text], .section-recruitment .recruiment--search form select {
    width: 100%;
  }
  .mega-menu__content ul {
    height: unset;
  }
  .table-wrapper-checkout-info {
    margin-bottom: 20px;
  }
  .section-our-service .group-service .group-service--content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-cart .product-details {
    width: 23%;
  }
  .section-cart .product-price {
    width: 14%;
  }
  .section-cart .product-line-price {
    width: 14%;
  }
  .section-cart .product {
    font-size: 13px;
  }
  .section-checkout .table-wraper {
    width: 100%;
  }
  .section-list-service {
    padding: 0px 30px;
  }
  .section--service-details {
    padding: 0px 50px;
  }
  .section-core-value .core-value-item {
    margin-bottom: 20px;
  }
  .section-our-service .group-service img {
    border-radius: unset;
  }
  .section-news .group-news .group-news--item {
    margin-bottom: 20px;
  }
  .section-our-service .group-service .group-service--content h3 {
    font-size: 1.3rem;
  }
  .service-page .group-service .group-service--content {
    padding: 10px;
  }
  .section-about .left .left-img2 img, .section-about .left .left-img1 {
    width: 274px;
  }
  .section-introduce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-introduce .left {
    margin-bottom: 30px;
  }
  .section-introduce .right .right-group .right-group-main {
    width: 100%;
  }
  .section-introduce .left .left-button {
    margin: 0 auto;
  }
  .section-introduce .right .right-group .right-group-sub2 {
    bottom: -35px;
    right: -50px;
  }
  .section-introduce .right .right-group {
    margin-top: 50px;
  }
  .section-about .right {
    align-items: center;
    margin-top: 30px;
    padding: 0px 30px;
  }
  .section-about .right .right-title {
    text-align: center;
  }
  .section-product .left {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .section-product .left h2 {
    width: unset;
  }
  .section-product .right .product-group .img-wrap .product-group--img {
    width: 100%;
  }
  .section-overview {
    height: unset !important;
    margin-bottom: unset;
    background-position-y: unset;
    background-size: unset;
  }
  .section-overview .section-overview--content .content-info {
    padding-top: 50px;
  }
  .header-main {
    float: unset;
  }
  .section-overview .section-overview--content .group-image {
    padding: unset;
  }
  .section-overview .section-overview--content .group-image .group-image-sub1 {
    left: -60px;
    top: -30px;
  }
  .section-overview .section-overview--content .group-image .group-image-sub2 {
    bottom: -35px;
    right: -35px;
  }
  .section-vision .right .right-group .right-group-main {
    width: 100%;
    margin-left: unset;
  }
  .section-vision .right .right-group .right-group-sub1 {
    top: -45px;
    left: -30px;
  }
  .section-our-service .group-service {
    flex-direction: column;
  }
  .section-overview .section-overview--content .content-info .title {
    padding-top: 5px;
  }
  .section-overview .section-overview--content .content-info .sub-title {
    padding-top: 10px;
    font-size: 1.125rem;
  }
  .section-overview .section-overview--content .content-info .desc {
    padding-top: 10px;
    font-size: 0.875rem;
  }
  .section-page-banner {
    padding-bottom: 30px;
  }
  .section-product--list .section-product--group .product-row .product-group .img-wrapper {
    width: 100%;
    height: 200px;
  }
  .section-product--list .section-product--group {
    margin-top: 50px;
  }
  .section-product-detail .right .product-detail-infomation {
    margin-top: 110px;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
    padding: 20px 45px;
  }
  .product-detail-description {
    margin-top: unset;
  }
  .product-detail-description ul li {
    width: 33%;
  }
  .product-detail-description ul li button {
    font-size: 0.75rem;
  }
  .section-product-detail .left .equipment--details, .section-product-detail .left .equipment--details .img--main {
    width: 100%;
  }
  .section-contact .right-position {
    position: unset;
    margin-top: 50px;
    width: 100%;
  }
  .section-checkout .table-wraper .table-checkout {
    width: 100%;
  }
  .group-view {
    padding-bottom: 20px;
  }
  .section-our-service .group-service .group-service--content h1 {
    padding-top: 10px;
  }
  .section-service--gallary .container .left {
    display: unset;
    height: unset;
  }
  .section-service--gallary .container .left img {
    width: 100%;
    height: 200px !important;
  }
  .section-service--gallary .container .right {
    display: unset;
    height: unset;
  }
  .section-service--gallary .container .right img {
    width: 100%;
  }
  .pc-list--service {
    display: none !important;
  }
  .mobile-list--service {
    display: flex !important;
  }
  .section-testimonial .testimonial-group .right {
    width: 100%;
  }
  .section-core-value {
    padding-top: unset;
  }
  .section-our-service .group-service img {
    width: 100%;
  }
  .header-top .header-top--left {
    flex-direction: column;
    align-items: start;
  }
  .header-top .header-top--left .header-top--left--title {
    display: none;
  }
  .header-top .header-top--left .line {
    display: none;
  }
  .header-top .header-top--left .header-top--left-email span {
    display: none;
  }
  .header-top .header-top--left .header-top .text .color-highlight {
    margin-left: 10px;
  }
  .section-cart .product-details {
    width: 27%;
  }
  .section-cart .product-quantity {
    width: 20%;
  }
  .section-checkout .table-wraper .qr-code {
    margin: 0 auto;
  }
  .section-map {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-contact .left .social-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-product .right .product-group {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-product .right .product-group .product-group--name {
    font-size: 1rem;
  }
  .section-testimonial .testimonial-group {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-partner .section-partner--wrapper {
    padding: 0px 30px;
  }
  .section-introduce .right .right-group .right-group-sub2, .section-introduce .right .right-group .right-group-sub1 {
    display: none;
  }
  .section-overview .section-overview--content .group-image .group-image-sub1, .section-overview .section-overview--content .group-image .group-image-sub2 {
    display: none;
  }
  .section-vision .right .right-group .right-group-sub1, .section-vision .right .right-group .right-group-sub2 {
    display: none;
  }
  .section-core-value {
    margin-top: 50px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-cart .product {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--bg-info-color);
  }
}
@media only screen and (max-width: 650px) {
  .section-about .left .left-img2 img, .section-about .left .left-img1 {
    border-radius: 15px;
  }
  .section-cart .product-details {
    width: auto;
  }
  .section-cart .product-quantity {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .section-cart .product .qty-input {
    margin: 0px 15px;
  }
  .section-cart .product .qty-input b {
    padding-top: 10px;
  }
  .section-selling-product {
    padding: 20px;
  }
  .section-product--list .section-product--group .title-group .group-line {
    display: none;
  }
  .section-service--gallary .container {
    padding: 0px 30px;
  }
  .section-news .group-news .group-news--item {
    padding: 0px 30px;
  }
  .section-testimonial .testimonial-group .right .quotes {
    font-size: 0.825rem;
  }
  .section-overview {
    height: unset;
    background-size: unset;
    background-position-y: unset;
  }
  .section-about .left .left-group {
    flex-direction: column;
    padding: unset;
  }
  .section-about .left .left-img1, .section-about .left .left-img2, .section-about .left .left-img2 img {
    width: 100%;
  }
  .section-overview .section-overview--content .content-info .title {
    padding-top: 20px;
  }
  .section-overview .section-overview--content .content-info .sub-title {
    padding-top: 10px;
    font-size: 1.125rem;
  }
  .section-overview .section-overview--content .content-info .desc {
    padding-top: 10px;
    font-size: 0.875rem;
  }
  .section-core-value {
    padding-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .section-overview {
    height: unset !important;
    margin-bottom: unset;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .right .price {
    font-size: 1.3rem;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .right .price-desc {
    font-size: 0.5rem;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
    font-size: 1.2rem;
    padding: 10px 40px;
  }
  .group-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
  }
  .group-title h1 {
    color: var(--text-title-color);
    font-size: 1.875rem;
    font-weight: 600;
  }
  .group-title p {
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-desc-color);
  }
  .group-title p span {
    text-transform: uppercase;
    font-weight: 500;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
    font-size: 1rem;
  }
  .section-product-detail .right .product-detail-infomation {
    margin-top: 190px;
  }
  .section-recruitment .recruitment--list .accordion-item .accordion-button .title-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 400px) {
  .section-product--list, .section-project {
    margin-top: unset;
  }
  .service-page, .section-recruitment, .section-contact {
    padding-top: unset;
  }
  .section-product-detail .right .product-detail-infomation .buy-group .buy-group--button button {
    padding: 10px;
  }
  .section--service-details {
    padding: 0px 10px;
  }
  .section-introduce {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-introduce .right .right-group {
    margin-top: 10px !important;
  }
  .section-overview {
    height: 235px;
  }
  .section-our-service .group-service {
    row-gap: 10px;
  }
  .section-our-service .group-service .group-service--content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-selling-product .section-selling-product--list .product-item {
    margin: 0 5px;
  }
  .section-selling-product .section-selling-product--list .product-item .img-wrapper {
    width: 100%;
    height: 150px;
  }
  .section-cart .totals .totals-item label, .section-cart .totals .totals-item .totals-value {
    width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 350px) {
  .section-product-detail .right .product-detail-infomation {
    margin-top: 180px !important;
  }
  .section-page-banner {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=style.module.css.map */
