@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("../vendor/bain/style.css");
@import url("../vendor/icomoon/style.css");
@import url("../vendor/bootstrap/css/bootstrap.min.css");
@import url("../vendor/fontawesome/css/all.min.css");
* {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1px;
}

html {
  scroll-behavior: smooth;
}

a, button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

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

button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

#cs-language-link {
  display: flex;
  align-items: center;
  gap: 5px;
}
#cs-language-link .icon-language {
  font-size: 20px;
  color: #404040;
}
#cs-language-link span {
  font-size: 15px;
  color: #404040;
}

.cs-fullS-height-1 {
  height: 100vh;
}

.cs-logo-desk {
  display: flex;
}

.cs-logo-mobile {
  display: none;
}

.cs-logo-img {
  height: 48px;
  width: 210px;
  object-fit: contain;
}

#goTpButton {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 65px;
  right: -3px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}
#goTpButton::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 2em;
  line-height: 50px;
  color: #ffffff;
}
#goTpButton.show-active {
  opacity: 0.6;
  visibility: visible;
}
#goTpButton.show-active:hover {
  background-color: #FF2D16;
  opacity: 1;
}

.cs-hmpg-section-1 {
  position: relative;
  z-index: 1;
}

.cs-owl-cont-1 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.slider-container-1 {
  position: relative;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cs-glo-textbox {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px 0;
  align-items: center;
}
.cs-glo-textbox .cs-glo-b-title {
  font-size: 36px;
  line-height: 44px;
  color: #1A1A1A;
  font-weight: 700;
}
.cs-glo-textbox .cs-glo-r-link {
  color: #D32C29;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}
.cs-glo-textbox .cs-glo-r-link:hover {
  color: #FF2D16;
}

.cs-hmpg-container-2 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.container-1 {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.cs-header-main {
  position: sticky;
  top: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}

.cs-header-1 {
  width: 100%;
}
.cs-header-1 .cs-header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cs-header-1 .cs-header-menu .cs-language-area {
  display: none;
  position: absolute;
  right: 5px;
  top: 68px;
  max-width: 145px;
  width: 100%;
  z-index: 9;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item {
  border-bottom: 0.5px solid #707070;
  padding: 8px 10px;
  transition: all 0.5s;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item:last-child {
  border: none;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item:hover {
  background: #E50019;
  transition: all 0.5s;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item:hover .cs-link {
  color: #ffffff !important;
  transition: all 0.5s;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item .cs-link {
  display: block;
  width: 100%;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}
.cs-header-1 .cs-header-menu .cs-language-area .cs-language-list .cs-language-item .cs-link.active {
  color: #E50019;
}

.cs-downloadbtn {
  max-width: 100% !important;
  margin-top: 25px !important;
}

.cs-visit-btn {
  background: #E50019;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #E50019;
  border-radius: 10px;
  max-width: 210px;
  width: 100%;
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  margin-top: 30px;
}
.cs-visit-btn i {
  font-size: 20px;
}
.cs-visit-btn:hover {
  border: 1px solid #E50019;
  background: #ffffff;
  color: #E50019;
  transition: all 0.3s;
}

.cs-main-area {
  display: flex;
  gap: 25px;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
}
.cs-main-area .cs-left-area {
  width: 54%;
  height: 100%;
}
.cs-main-area .cs-right-area {
  width: 46%;
  border-left: 0.5px solid #707070;
  padding-left: 25px;
  padding-bottom: 50px;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 228px);
  height: max-content;
}
.cs-main-area .cs-right-area::-webkit-scrollbar {
  width: 0;
}
.cs-main-area .cs-right-area .cs-title-main {
  font-size: 32px;
  line-height: 40px;
  color: #1A1A1A;
  font-weight: 700;
  position: relative;
}
.cs-main-area .cs-right-area .cs-title-main::after {
  position: absolute;
  bottom: -5px;
  background: #E20612;
  display: flex;
  content: "";
  width: 110px;
  height: 2px;
  left: 0;
}
.cs-main-area .cs-right-area .cs-acc-1 {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin-top: 20px;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-item {
  background: #FFFCFC !important;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-static-btn::after, .cs-main-area .cs-right-area .cs-acc-1 .cs-static-btn:not(.collapsed)::after {
  content: none !important;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-static-btn i {
  color: #E20612;
  font-size: 24px;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-static-btn span {
  text-decoration: underline;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button {
  box-shadow: none;
  outline: none;
  background: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 600;
  color: #1A1A1A;
  font-size: 18px;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button::after {
  content: "\e900";
  font-family: "icomoon";
  background-image: none !important;
  font-size: 18px;
  transform: none;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button:focus {
  box-shadow: none;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button:not(.collapsed) {
  font-weight: 600;
  color: #1A1A1A;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button:not(.collapsed)::after {
  content: "\e901";
  font-family: "icomoon";
  background-image: none !important;
  font-size: 18px;
  transform: none;
}
.cs-main-area .cs-right-area .cs-acc-1 .accordion-button .cs-info-box {
  font-size: 14px;
  color: #ffffff;
  background-color: #1A1A1A;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-acc-menu {
  list-style: none;
  padding: 0;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-acc-menu li {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 25px;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-acc-menu li i {
  color: #E20612;
  font-size: 24px;
}
.cs-main-area .cs-right-area .cs-acc-1 .cs-acc-menu li a {
  font-size: 14px;
  line-height: 22px;
  color: #575757;
  text-decoration: underline;
}

.cs-footer-1 {
  background: #EDEDED;
  padding: 20px 0;
}
.cs-footer-1 .cs-cookie-area-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.5px solid #707070;
}
.cs-footer-1 .cs-cookie-area-main .cs-footer-bottom-list {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}
.cs-footer-1 .cs-cookie-area-main .cs-footer-bottom-list .cs-list-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 0.5px solid #707070;
}
.cs-footer-1 .cs-cookie-area-main .cs-footer-bottom-list .cs-list-item:last-child {
  border: none;
}
.cs-footer-1 .cs-cookie-area-main .cs-footer-bottom-list .cs-list-item a {
  color: #707070;
  font-size: 14px;
  line-height: 22px;
}
.cs-footer-1 .cs-footer-menu .cs-copyright-text {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
}

.cs-product-main {
  padding-top: 50px;
}

#cs-carousel-greenply, #cs-carousel-greenply-2 {
  position: relative;
}
#cs-carousel-greenply .owl-dots, #cs-carousel-greenply-2 .owl-dots {
  display: none;
}
#cs-carousel-greenply .owl-nav, #cs-carousel-greenply-2 .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#cs-carousel-greenply .owl-nav button:hover, #cs-carousel-greenply-2 .owl-nav button:hover {
  border: none;
  background: none;
  outline: none;
}
#cs-carousel-greenply .owl-nav button.owl-prev, #cs-carousel-greenply-2 .owl-nav button.owl-prev {
  position: absolute;
  left: 35px;
}
#cs-carousel-greenply .owl-nav button.owl-next, #cs-carousel-greenply-2 .owl-nav button.owl-next {
  position: absolute;
  right: 35px;
}
#cs-carousel-greenply .owl-nav button i, #cs-carousel-greenply-2 .owl-nav button i {
  font-size: 30px;
  background: rgba(245, 245, 245, 0.35);
  padding: 5px;
  border-radius: 50%;
  color: #1A1A1A;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}
#cs-carousel-greenply .owl-nav button i:focus-visible, #cs-carousel-greenply .owl-nav button i:hover, #cs-carousel-greenply-2 .owl-nav button i:focus-visible, #cs-carousel-greenply-2 .owl-nav button i:hover {
  color: #1A1A1A;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  outline: none;
}

.cs-play-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.7019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-play-area .cs-play-in {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E30613;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
}
.cs-play-area .cs-play-in i {
  font-size: 35px;
  color: #ffffff;
}

.cs-bottom-sheet-1 {
  border-radius: 22px 22px 0 0;
  background: #ffffff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transform: translateY(100vh);
  transition: all 0.4s;
  opacity: 0;
  height: 0;
  visibility: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 1051;
}
.cs-bottom-sheet-1.active {
  transform: translateY(0);
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  height: 295px;
  position: fixed;
  bottom: 0;
  z-index: 1051;
}
.cs-bottom-sheet-1 .cs-logo-img {
  width: 210px;
  height: 48px;
  object-fit: contain;
}
.cs-bottom-sheet-1 .cs-desc-1 {
  text-align: center;
  color: #262626;
  font-size: 16px;
  margin: 10px 0;
  line-height: 22px;
}

.cs-modal-backdrop {
  background: none;
  position: relative;
  transition: all 0.4s;
}
.cs-modal-backdrop.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5058823529);
}

.cs-greenply-title-1 {
  font-size: 20px;
  line-height: 28px;
  color: #1A1A1A;
  font-weight: 700;
  margin-bottom: 10px;
}

.cs-line-top {
  width: 80px;
  height: 6px;
  background: #BBBBBE;
  margin-bottom: 20px;
  border-radius: 3px;
}

.cs-greenply-title-2 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}

.cs-hmpg-section-2 {
  padding: 100px 0;
}
.cs-hmpg-section-2 .cs-lottie-title {
  font-size: 75px;
  line-height: 83px;
  font-weight: 700;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(44, 95, 54) 65%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 50px;
}
.cs-hmpg-section-2 .cs-lottie-bg {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background-size: contain;
  overflow: hidden;
  background-position-x: -4vw;
  background-repeat: no-repeat;
  height: auto;
}
.cs-hmpg-section-2 .cs-lottie-bg .cs-lottie-textarea {
  max-width: 615px;
  width: 100%;
}
.cs-hmpg-section-2 .cs-lottie-bg .cs-lottie-textarea .cs-lottie-text-title-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(44, 95, 54) 25%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-hmpg-section-2 .cs-lottie-bg .cs-lottie-textarea .cs-lottie-text-title-1-2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(44, 95, 54) 10%, rgb(46, 98, 56) 10%, rgb(255, 0, 0) 35%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-hmpg-section-2 .cs-lottie-bg .cs-lottie-textarea .cs-lottie-text-desc {
  font-size: 18px;
  line-height: 26px;
  color: #404040;
  font-weight: 400;
}
.cs-hmpg-section-2 .cs-lottie-bg .cs-lottie-textarea .cs-lottie-text-title-2 {
  color: #0066CC;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.cs-lottie-title-2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(44, 95, 54) 15%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
}

.cs-lottie-title-3 {
  font-size: 50px;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(44, 95, 54) 75%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  font-weight: 600;
  line-height: 58px;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.cs-hmpg-section-5 .cs-form-1 {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main .form-check .form-check-label {
  color: #262626;
  font-size: 14px;
  line-height: 22px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main .form-check .form-check-label a {
  color: #0066CC;
  font-size: 14px;
  line-height: 22px;
  font-weight: 900;
  text-decoration: underline;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main textarea {
  background: #F3F3F3;
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  border: none;
  height: 108px;
  padding-left: 25px;
  padding-top: 15px;
  resize: none;
  font-size: 14px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main textarea::placeholder {
  color: #262626;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  opacity: 0.7;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main textarea:focus, .cs-hmpg-section-5 .cs-form-1 .cs-form-main textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main input:not([type=checkbox]) {
  background: #F3F3F3;
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  border: none;
  height: 42px;
  font-size: 14px;
  padding-left: 25px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main input:not([type=checkbox]):focus, .cs-hmpg-section-5 .cs-form-1 .cs-form-main input:not([type=checkbox]):focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main input:not([type=checkbox])::placeholder {
  color: #262626;
  font-size: 15px;
  opacity: 0.7;
  line-height: 23px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main input[type=checkbox] {
  accent-color: #0066CC;
}
.cs-hmpg-section-5 .cs-form-1 .cs-form-main input[type=checkbox]:focus, .cs-hmpg-section-5 .cs-form-1 .cs-form-main input[type=checkbox]:focus-visible {
  outline: none;
  box-shadow: none;
  border: none;
  width: 18px;
  height: 18px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-title-form {
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 30px;
}
.cs-hmpg-section-5 .cs-form-1 .cs-send-btn {
  font-size: 15px;
  line-height: 23px;
  border-radius: 10px;
  color: #ffffff;
  background: #454545;
  border: 1px solid transparent;
  margin-top: 10px;
  width: 130px;
  height: 40px;
  pointer-events: none;
  opacity: 0.5;
}
.cs-hmpg-section-5 .cs-form-1 .cs-send-btn:hover {
  border: 1px solid #454545;
  color: #454545;
  background-color: #ffffff;
}
.cs-hmpg-section-5 .cs-form-1 .cs-send-btn.active {
  opacity: 1;
  pointer-events: visible;
}
.cs-hmpg-section-5 .cs-banner-1 {
  width: 100%;
}
.cs-hmpg-section-5 .cs-form-area {
  background: #ffffff;
  border-radius: 53px 53px 0 0;
  background: rgba(255, 255, 255, 0.41);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin-top: -9vh;
  padding: 50px 0 80px 0;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main .cs-contact-list .cs-duo-text-1 {
  display: flex;
  max-width: 315px;
  width: 100%;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 0.5px solid #707070;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main .cs-contact-list .cs-duo-text-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main .cs-contact-list .cs-duo-text-2 .cs-contact-info-1 {
  color: #0066CC;
  font-size: 15px;
  line-height: 23px;
  text-decoration: underline;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main .cs-contact-list .cs-contact-tit-1 {
  font-size: 20px;
  line-height: 28px;
  color: #11142D;
  font-weight: 900;
}
.cs-hmpg-section-5 .cs-form-area .cs-sec5-main .cs-contact-list .cs-contact-address {
  font-size: 15px;
  line-height: 23px;
  color: #242424;
}

.cs-follow-text .cs-title-1 {
  color: #6C6C6C;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: -5px;
}
.cs-follow-text .cs-duo-text-2 {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  width: 100%;
}

#form-phone {
  background: #F3F3F3 !important;
  border-radius: 10px !important;
  width: 100%;
  height: 42px;
  padding-left: 90px !important;
}
#form-phone::placeholder {
  color: #262626;
  font-size: 15px;
  opacity: 0.7;
  line-height: 23px;
}

.iti {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.iti__flag-container {
  top: 4px;
}

.iti--separate-dial-code .iti__selected-flag {
  height: 30px !important;
  margin-left: 10px !important;
  padding: 0 10px;
}

.iti__flag {
  display: none !important;
}

.cs-hmpg-section-4 {
  margin-bottom: 50px;
  background: #F5F5F5;
  padding: 40px 0;
}
.cs-hmpg-section-4 .col {
  padding: 0 20px !important;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 {
  padding: 10px 0;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .cs-main-title-1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0, rgb(44, 95, 54) 15%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card {
  border: none;
  background: transparent;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .card-img-top {
  width: 285px;
  height: 234px;
  object-fit: cover;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .cs-card-title1 {
  color: #11142D;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 5px;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .cs-card-title2 {
  color: #11142D;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .cs-learnmore {
  font-size: 20px;
  line-height: 28px;
  color: #2B73AC;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .cs-img-box {
  padding: 8px;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .cs-img-box img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .card-body {
  padding: 8px !important;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .card-body a {
  font-size: 18px;
  line-height: 18px;
  color: #2B73AC;
  display: flex;
  align-items: center;
}
.cs-hmpg-section-4 .cs-sec4-textbox-2 .card .card-body .card-text {
  font-size: 15px;
  line-height: 18px;
  color: #404040;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 20px;
  margin-bottom: 5px;
}

.swal2-popup {
  display: flex !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.cs-sweetalert2-1 {
  max-width: 730px !important;
  width: 100% !important;
}
.cs-sweetalert2-1 .swal2-toast {
  top: 0;
  cursor: pointer;
}
.cs-sweetalert2-1 .swal2-toast.swal2-popup {
  min-height: 90px;
  align-items: center;
  border-radius: 12px;
}
.cs-sweetalert2-1 .swal2-toast.swal2-popup::before {
  content: "";
  background-color: #ffffff;
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cs-sweetalert2-1 .swal2-toast.swal2-popup.swal2-toast .swal2-styled {
  background-color: #EBEBEB;
  padding: 4px 8px;
  color: #242424;
  border-radius: 50%;
  margin: 0;
}
.cs-sweetalert2-1 .swal2-toast.swal2-popup.swal2-toast .swal2-title {
  margin: 0px 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #242424;
}
.cs-sweetalert2-1.color-1 .swal2-toast.swal2-popup {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cs-sweetalert2-1.color-1 .swal2-toast.swal2-popup::before {
  background-color: #E20612;
}
.cs-sweetalert2-1.color-2 .swal2-toast.swal2-popup {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cs-sweetalert2-1.color-2 .swal2-toast.swal2-popup::before {
  background-color: #15AB24;
}

.select2 {
  width: 100% !important;
}

.select2-container--below {
  background: #F3F3F3;
  border-radius: 10px;
  width: 100%;
  border: none;
  height: 42px !important;
  margin-bottom: 15px;
  border: none;
}

.select2-container--default .select2-results__option--selectable {
  font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #FFE8E9;
  color: #000000;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.select2-container--default .select2-selection--single {
  height: 42px !important;
  background: #F3F3F3;
  border-radius: 10px !important;
  margin-bottom: 15px;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #262626;
  font-size: 15px;
  opacity: 0.7;
  line-height: 23px;
  font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  height: 42px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 22px;
  top: -5px;
  color: #707070;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  right: -10px;
}

.select2-container--open .cs-global-select2-dd-1.select2-dropdown--below {
  border: 0.5px solid #dee2e6;
  background-color: #F3F3F3;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
}
.select2-container--open .cs-global-select2-dd-1.select2-dropdown--above {
  border: 0.5px solid #dee2e6;
  background-color: #F3F3F3;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(113, 113, 113, 0.1);
}
.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: "\e902";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 22px;
  top: -5px;
  color: #707070;
  transform: translateY(-50%);
  transform: rotate(90deg);
  right: -10px;
}

.cs-footer-main {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.cs-footer-main .cs-main-title {
  color: #1A1A1A;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.cs-slider-textbox-2 {
  max-width: 600px;
}

.cs-slider-textbox-1 {
  max-width: 690px;
}

.cs-slider-textbox-1, .cs-slider-textbox-2 {
  width: 100%;
  padding-top: 150px;
}
.cs-slider-textbox-1 .cs-title-1, .cs-slider-textbox-2 .cs-title-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(44, 95, 54) 30%, rgb(46, 98, 56) 65%, rgb(43, 93, 53) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-slider-textbox-1 .cs-desc-1, .cs-slider-textbox-2 .cs-desc-1 {
  color: #404040;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cs-slider-textbox-1 .cs-desc-2, .cs-slider-textbox-2 .cs-desc-2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  background-size: 100%;
  background: linear-gradient(90deg, rgb(64, 64, 64) 0%, rgb(44, 95, 54) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-slider-textbox-1 .cs-desc-3, .cs-slider-textbox-2 .cs-desc-3 {
  color: #2B73AC;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.cs-close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
}
.cs-close-modal i {
  color: #262626;
  font-size: 20px;
}

.cs-carousel-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.cs-main-carousel-2 {
  border: 0.5px solid gray;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.cs-main-carousel-2 .owl-item img {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  height: 450px;
  object-fit: cover;
}

#carouselProduct {
  max-height: 600px;
}
#carouselProduct .carousel-inner {
  height: 100%;
}
#carouselProduct .carousel-inner .carousel-item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div[id^=carousel-selector-] img {
  border-radius: 10px;
  height: 100px;
  width: 100%;
  object-fit: cover;
}
div[id^=carousel-selector-].selected img {
  border: 1px solid red;
}

.cs-owl-hash-top-2 {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow: hidden;
  overflow-x: auto;
}
.cs-owl-hash-top-2::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cs-owl-hash-top-2 .cs-top-carousel-img {
  width: 150px;
  height: 90px;
  object-fit: cover;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.cs-owl-hash-top-2 .cs-top-carousel-img.active {
  border: 1.5px solid #FF2D16;
  transition: all 0.3s ease;
}

.cs-owl-hash-top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cs-owl-hash-top a {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cs-owl-hash-top a .cs-play-area {
  width: 0;
  height: 0;
  background: none;
  top: 33%;
  z-index: 1;
  pointer-events: none;
}
.cs-owl-hash-top a .cs-play-area .cs-play-in {
  width: 35px;
  height: 35px;
}
.cs-owl-hash-top a .cs-play-area .cs-play-in i {
  font-size: 30px;
}
.cs-owl-hash-top a .cs-img-info {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}
.cs-owl-hash-top a .cs-top-carousel-img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
  position: relative;
  z-index: 1;
}
.cs-owl-hash-top a .cs-top-carousel-img.active {
  border: 1.5px solid #FF2D16;
  transition: all 0.3s ease;
}

.cs-title-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(210, 179, 170) 100%);
  height: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 15px 0;
}
.cs-title-bg .cs-carousel-title {
  font-size: 28px;
  line-height: 36px;
  color: #E30613;
  position: relative;
  width: max-content;
}
.cs-title-bg .cs-carousel-title::after {
  display: flex;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #E30613;
}

.cs-download-link {
  position: absolute;
  right: 20px;
  top: 50px;
}
.cs-download-link i {
  color: black;
}

.cs-ic-img {
  height: 500px;
  object-fit: contain;
  width: 100%;
}

.cs-footer-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.cs-footer-list li a {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 22px;
}/*# sourceMappingURL=main.css.map */