@charset "UTF-8";

#home.active,
#btnCompany.active,
#btnProducts.active,
#btnIndustry.active,
#btnEvents.active,
#btnContact.active,
#btnMarketPrices.active,
#btnCompany.active svg path,
#btnProducts.active svg path,
#btnIndustry.active svg path,
#btnMarketPrices.active svg path,
#btnEvents.active svg path {
  color: #1ba2ca;
  fill: #1ba2ca;
}

#btnContact.active {
  color: #fff;
  background-color: #1ba2ca;
}

.left-menu .dropbtn svg path {
  fill: #17234d;
}

.top-cn,
.cn {
  margin-top: 150px !important;
}

.top-cn-nobanner {
  margin-top: 160px;
}

a {
  text-decoration: none;
}

.p-relative {
  position: relative;
}

.firstNav {
  background-color: #123c69;
}

.second-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px #0000001a;
          box-shadow: 0px 4px 20px 0px #0000001a;
}

.sites-style {
  border-left: 2px solid #fff;
  padding-left: 20px;
  text-wrap: nowrap;
}

.left-menu {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 35%;
}

.topnav {
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

header {
  background-color: #123c69;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}

.only-logo {
  color: #ffffff;
  text-align: center;
  padding: 12px 0 6px 0;
  text-decoration: none;
  font-size: 16px;
}

.only-logo img {
  width: 163px;
}

.icon-globe {
  display: block !important;
  border: 1px solid #fff;
  padding: 12px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.icon-globe img {
  width: 24px;
  height: 24px;
}

.autocomplete-nav {
  position: fixed;
  margin-right: 30px;
  width: 480px;
}

.topnav a,
.nav-item a {
  float: left;
  display: block;
  color: #17234d;
  text-align: left;
  padding: 15px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: auto 0;
  -webkit-text-decoration: capitalize;
          text-decoration: capitalize;
  text-wrap: nowrap;
}

.topnav .icon-bar {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.angle-down {
  display: block;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.angle-up {
  margin-left: 10px;
  display: none;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 10px;
}

::-webkit-input-placeholder,
.placeholder {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

::-moz-placeholder,
.placeholder {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

::-ms-input-placeholder,
.placeholder {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

::placeholder,
.placeholder {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-content a {
  float: none;
  color: #17234d;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  margin: 0px;
  padding: 15px;
  background-color: #fff;
}

.dropdown:focus-visible {
  outline: none;
}

.dropdown-content a:hover {
  background-color: #f3f7fa;
}

.dropdown-content .test {
  float: none;
  color: #17234d;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
}

.dropdown-content.industry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: none;
}

.dropdown-content.industry .dropdown2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropdown-content.industry .dropdown2 a {
  display: block;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #17234d;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.dropdown-content.industry .dropdown2 a:hover {
  background-color: #f3f7fa;
}

#myDropdown1 {
  width: 100%;
  left: 0;
}

.topnav.responsive .show {
  display: block;
  padding: 0;
}

.topnav.responsive #angle-up1 {
  display: none;
}

.topnav.responsive #angle-up2 {
  display: none;
}

.topnav.responsive #angle-up3 {
  display: none;
}

.firstNav a.active {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.globe-search {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: auto 0;
}

.submit-form-navbar {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  right: 12px;
  height: 100%;
  background: 0 0;
  border: 0;
  top: 4px;
}

.submit-form-navbar svg {
  width: 20px;
  height: 20px;
}

.input-form-navbar {
  height: 100%;
  border: none !important;
  background: #fff;
  display: block;
  padding: 12.5px 50px 12.5px 22px !important;
  font-size: 16px;
  color: #17234d;
  margin: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-form-navbar::-webkit-input-placeholder {
  color: #5d5d5d !important;
}

.input-form-navbar::-moz-placeholder {
  color: #5d5d5d !important;
}

.input-form-navbar::-ms-input-placeholder {
  color: #5d5d5d !important;
}

.input-form-navbar::placeholder {
  color: #5d5d5d !important;
}

.input-form-navbar:focus-visible {
  border: none !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

input.field-form:focus-visible,
option.field-form:focus-visible,
select.field-form:focus-visible,
textarea.field-form:focus-visible {
  border: 2px solid #1ba2ca;
}

input.field-form,
textarea.field-form,
select.field-form {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #e5e7e9;
  padding: 11px 22px;
  border-radius: 100px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
  color: #17234d;
}

.sort-date:focus,
.sort-date:focus-visible,
.filter-product:focus-visible {
  border: 2px solid #1ba2ca;
  outline: none;
}

.form-checkbx {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 6px 5px auto 0 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #1ba2ca !important;
  border: 2px solid #1ba2ca !important;
  border-radius: 100px !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 10.5px 25px !important;
}

div:where(.swal2-container)
button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: #fff !important;
  color: #1ba2ca !important;
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

[class^='swal2'],
.button-primary:focus-visible {
  -webkit-tap-highlight-color: unset;
  outline: 0 !important;
}

.form-select {
  display: block;
  width: 100%;
  padding: 11.5px 25px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 400;
  color: #17234d !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px 14px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

#productList {
  max-height: 200px;
  z-index: 1000;
  position: fixed;
  overflow-y: scroll;
  display: block;
  background-color: #1f69b8;
  color: #ffffff;
  text-align: left;
  width: inherit;
}

.detail-product-suggest {
  list-style: none;
  padding: 5px;
}

.topnav #home {
  text-align: left;
}

.dropdown-content .dropdown2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  font-size: 16px;
}

.button-navbar {
  font-size: 16px;
  color: #17234d;
  background-color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.btn-authen {
  font-size: 16px !important;
  border: 2px solid #1ba2ca !important;
  border-radius: 100px;
  color: #1ba2ca !important;
  padding: 10.5px 25px !important;
  background-color: #fff;
  margin: auto 20px auto 0 !important;
  text-align: center !important;
  cursor: pointer;
  font-weight: 500 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-authen:hover {
  background-color: #1ba2ca;
  color: #fff !important;
}

.login-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Profile Section */

.button-profile {
  border-radius: 100%;
  padding: 14px 16px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #5d5d5d;
  border: none;
  margin-right: 20px;
  background-color: #f3f7fa;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-cust {
  padding: 10px 10px 0 10px;
}

.profile-cust h6 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  color: #17234d;
}

.profile-cust p {
  font-family: 'Poppins';
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #5d5d5d;
}

#myDropdown5 hr {
  background-color: #e5e7e9;
  height: 2px;
  border: 1px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.login-profile .deff-img-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deff-img-us svg {
  width: 24px;
  height: 24px;
}

.deff-img-us svg path {
  fill: #1ba2ca;
}

.flex-ic {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px !important;
  cursor: pointer;
}

.flex-ic:hover {
  background-color: #f3f7fa;
}

.flex-ic a {
  color: #17234d;
  padding: 0 !important;
}

.btn-out {
  color: #f60000;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  background-color: unset;
  border: none;
  padding: 0;
  width: 100%;
}

.flex-ic img {
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.flex-ic .angle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-ic svg {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.flex-ic:hover svg,
.flex-ic:hover img {
  opacity: 1;
}

/* End Profile Section */

.dropdown,
.dropdown .dropbtn,
.dropbtn .button-navbar,
.input-form-navbar,
.dropdown-content .dropdown2,
.dropdown-content .test a,
#btnContact,
.btn-out {
  font-size: 16px;
}

.dropdown-content .test p {
  font-size: 14px;
  margin: 0;
}

.icon-search {
  display: none;
}

.icon-search img {
  width: 24px;
  height: 24px;
}

.clear-search {
  position: absolute;
  right: 45px;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: none;
  color: #666;
}

/* Successful Modal */

div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 0 !important;
  background: #fff !important;
  padding: 40px !important;
  width: 38%;
}

.swal2-title {
  padding: 0 !important;
  margin-top: 30px;
  color: #17234d;
}

.swal2-html-container {
  padding: 10px 0 20px 0 !important;
  overflow: hidden;
}

.swal2-html-container p {
  color: #5d5d5d;
  margin-bottom: 20px;
}

div:where(.swal2-icon) {
  margin: 0 auto !important;
}

a:focus-visible {
  outline: none !important;
}

/* End Successful Modal */

/* Modal file TDS MSDS */

#requestTdsModal .modal-content,
#requestMsdsModal .modal-content {
  text-align: left;
}

.img-cust2 {
  margin: 6px 0px auto auto;
}

.modal-unvailfile .img-cust2 {
  margin: 12px 0px auto auto;
  cursor: pointer;
}

.img-cust2 img {
  width: 20px;
  height: 20px;
}

.modal-unvailfile .img-cust2 {
  border: none;
  background-color: unset;
}

.title-unvail {
  padding: 30px;
  border-bottom: 2px solid #e5e7e9;
}

.text-muted {
  color: #5d5d5d;
  border-top: 1px solid #dee3e4;
  padding-top: 20px;
}

.text-center-cust {
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  color: #17234d;
  max-width: 85%;
}

.modal-unvailfile .title-text {
  font-weight: 600;
  font-size: 16px;
}

.dets-prod {
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
}

/* End Modal file TDS MSDS */

/* For All Pages */

strong {
  color: #f60000;
}

.d-block {
  display: block;
}

.banner,
.banner-page {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-overview-image {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: 150px;
}

.bg-hover,
.bg-shadow {
  background: -webkit-gradient(linear, left top, right top, from(#123c69), color-stop(56%, rgba(18, 60, 105, 0.48)), to(rgba(18, 60, 105, 0)));
  background: linear-gradient(90deg, #123c69 0%, rgba(18, 60, 105, 0.48) 56%, rgba(18, 60, 105, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.role-link {
  background: #f3f7fa;
  padding: 12px 0;
}

.role-link svg {
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

.role-link p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
  margin: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.role-link p a,
.role-link p a:hover,
.title-tab {
  color: #17234d;
}

.button-primary {
  font-size: 16px;
  border: 2px solid #1ba2ca !important;
  border-radius: 100px;
  color: #fff;
  padding: 10.5px 25px;
  background-color: #1ba2ca;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.button-primary:hover {
  background-color: #fff;
  color: #1ba2ca !important;
}

.button-primary:focus-visible {
  border: 2px solid #1ba2ca;
}

.button-secondary {
  border-radius: 100px;
  outline: 0;
  padding: 10.5px 25px;
  color: #1ba2ca;
  border: 2px solid #1ba2ca;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  margin: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-secondary:hover {
  background-color: #1ba2ca;
  color: #fff;
}

.btn-inquiry {
  padding: 10.5px 25px;
  border: 2px solid #1ba2ca;
  border-radius: 100px;
  width: 100%;
  color: #1ba2ca;
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
}

.btn-inquiry:hover {
  background: #1ba2ca;
  color: #fff;
}

.btn-submit-feed {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #1ba2ca;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 11px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-submit-feed:hover {
  color: #fff;
  background-color: transparent;
}

.btn-go {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 10.5px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #1ba2ca;
  background-color: #1ba2ca;
  border-radius: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-go svg {
  margin-left: 12px;
}

.btn-go svg path {
  fill: #fff;
}

.btn-go:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.btn-go:hover svg path {
  fill: #1ba2ca;
}

input.submit-form {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #1ba2ca;
  border: 2px solid #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  padding: 10.5px 25px;
  margin: 8px 0 8px auto;
  display: block;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

input.submit-form:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.grey-font {
  color: #5d5d5d;
}

/* Card */

.card.product {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 100%;
}

.card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.slick-slide .card.product {
  margin: 20px 12px;
}

.card .btn-inquiry {
  margin: 15px 0 10px 0;
}

.card-body form {
  position: relative;
}

.btn-inq-abs {
  margin-top: auto;
}

.ml-2 {
  margin-left: 5px;
}

/* End Card */

.content-card p {
  margin: 0;
  padding: 0;
}

.ms-auto {
  margin-left: auto !important;
}

.title-sort {
  margin: auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #17234d;
  text-wrap: nowrap;
  padding-right: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.desk-btn {
  display: block;
}

.mob-btn {
  display: none;
}

.gray-color {
  color: #5d5d5d;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 16px;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  padding: 30px !important;
}

.main-detail-content h2 {
  margin-bottom: 20px;
}

.img-industry a {
  background: #1ba2ca;
  padding: 11px 20px;
  border-radius: 100px;
  margin: 15px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #1ba2ca;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.img-industry a:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.img-industry a:hover svg path {
  fill: #1ba2ca;
}

.img-industry a svg {
  margin: auto 0 auto 10px;
  height: 20px;
  width: 20px;
}

.section-sort {
  margin-top: 20px;
}

.sort-date,
.filter {
  width: 280px;
  padding: 8.5px 25px;
  border-radius: 100px;
  border: 2px solid #e5e7e9;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px !important;
  color: #17234d !important;
  font-family: 'Poppins';
  margin: 0;
}

.all-industry-mt {
  margin: 50px auto 70px auto;
}

.all-industry2-mt {
  margin: 30px auto;
}

.product-det:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

.product-det {
  background-color: #ffffff;
  border: 1px solid #e5e7e9;
  padding: 20px;
  margin-bottom: 23px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.product-det a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #17234d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-det a p {
  margin: 0 25px 0 0;
  color: #17234d;
  padding: 0;
}

.selectedOrigins {
  color: #17234d;
  margin: 20px 0 !important;
}

.main-product {
  margin: 30px 0 0 0;
}

.sc-filter .mr-2 {
  margin-right: 10px;
  text-wrap: nowrap;
}

.sc-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.carousel-caption {
  position: absolute;
  color: #fff;
  text-align: left;
  bottom: 8px;
}

.carousel-caption h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff !important;
}

.top-product-sec {
  margin: unset;
  padding: 70px 0;
  position: relative;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* End For All Pages */

/* SSO */

.sso-list {
  margin: 12px 0 30px 0;
}

.sso-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 9px 40px;
  border-radius: 999px;
  border: 2px solid #1ba2ca;
  background: #fff;
  color: #1ba2ca;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  position: relative;
  line-height: 28px;
}

.sso-btn__icon {
  position: absolute;
  left: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sso-btn:hover,
.sso-btn:focus-visible {
  background: #1ba2ca;
  color: #fff;
}

.sso-btn svg {
  display: block;
}

.sso-btn svg path[fill='currentColor'] {
  fill: currentColor;
}

p.to-login-sso {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #5d5d5d;
}

p.to-login-sso a {
  color: #1ba2ca;
  text-decoration: underline;
}

/* End SSO */

.sort-date svg {
  width: 20px;
  height: 20px;
}

.slick-next:before,
[dir='rtl'] .slick-prev:before,
.slick-prev:before {
  content: none !important;
}

@media (max-width: 1200px) and (min-width: 1075px) {
  .left-menu {
    width: 70%;
  }

  .right-menu {
    width: 30%;
  }

  .angle-down {
    margin-left: 2px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  input.field-form,
  textarea.field-form,
  select.field-form {
    padding: 11px 18px;
  }

  .form-select {
    background-position: right 15px center !important;
  }
}

@media (min-width: 1075px) {
  .dropdown:hover .dropdown-content {
    display: grid;
    position: fixed;
  }

  .column-industry-show a {
    float: none;
    color: white;
    padding: 16px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 1075px) {
  .btn-authen {
    margin: auto 0 !important;
  }

  .second-header {
    z-index: -1;
    position: sticky;
  }

  .mob-btn {
    display: block;
  }

  .desk-btn {
    display: none !important;
  }

  #iconImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #iconImg svg {
    width: 16px;
    height: 16px;
  }

  #iconImg svg path {
    fill: #1c2f5c;
  }

  .profile-cust {
    padding: 0 10px;
  }

  .flex-ic {
    padding: 10px 15px !important;
  }

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a,
  .dropdown,
  .dropdown .dropbtn,
  .dropbtn .button-navbar,
  .input-form-navbar {
    font-size: 16px;
  }

  .dropdown-content .test p {
    font-size: 16px;
    margin: 0;
  }

  .button-navbar {
    padding: 0;
  }

  .topnav.responsive .left-menu {
    background: #fff;
    border-top: 2px solid #dbe9f4;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.101961);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.101961);
    position: fixed;
    top: 159px;
    padding: 0 30px;
    width: 100%;
    left: 0;
  }

  .left-menu {
    display: none;
  }

  .topnav #home,
  .topnav #career,
  .topnav #marketIns,
  .left-menu .dropdown .dropbtn,
  .topnav .button-primary {
    display: none;
  }

  .right-menu {
    width: 100%;
    display: none;
  }

  #myDropdown5 {
    position: fixed;
    top: 160px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-top: 2px solid #dbe9f4;
  }

  #myDropdown5.show {
    display: block !important;
    -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
            box-shadow: 0px 6px 30px 0px #0000000d;
  }

  .mob-btn {
    display: none !important;
  }

  .banner-overview-image {
    margin-top: 142px !important;
  }

  .topnav {
    position: relative;
  }

  #hamburgerIcon i.fa-times {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }

  .mob-pos {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }

  .login-profile .dropdown .dropbtn,
  .login-profile .dropdown-content {
    padding: 0;
  }

  .topnav.responsive .left-menu .button-primary {
    display: block !important;
  }

  .topnav.responsive .button-primary,
  .topnav.responsive #home,
  .topnav.responsive #marketIns,
  .topnav.responsive #career {
    display: block;
  }

  .button-profile {
    margin-right: 0;
  }

  .topnav a.icon-bar {
    float: left;
    display: block;
    width: auto;
    position: absolute;
    left: 0;
  }

  .firstNav a.icon-search {
    display: block;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .globe-search {
    margin: 20px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .dropdown2 {
    margin-top: 10px;
  }

  .dropdown {
    width: auto;
  }

  .topnav.responsive {
    position: relative;
    top: 0;
    display: block;
  }

  .topnav.responsive #myDropdown1 {
    height: 100%;
    width: 100%;
  }

  .topnav.responsive #myDropdown3 {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
  }

  .topnav.responsive .icon-bar {
    position: absolute;
    right: 0;
    top: 13px;
    margin: 0;
    width: 24px;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    width: auto;
  }

  .topnav #home {
    text-align: left;
  }

  .topnav.responsive .dropdown-content .dropdown2 a,
  .topnav.responsive .dropdown-content .test p {
    font-weight: 600;
  }

  .firstNav form.showform {
    display: block;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
  }

  .firstNav.test {
    height: 165px;
    position: relative;
  }

  .firstNav .col-md-8 {
    position: absolute;
    width: 100%;
    bottom: -70px;
    background: #fff;
    left: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0px 4px 20px 0px #0000001a;
            box-shadow: 0px 4px 20px 0px #0000001a;
  }

  .firstNav .input-form-navbar,
  .firstNav .input-form-navbar:focus-visible {
    border: 2px solid #e5e7e9 !important;
  }

  .firstNav .content-center {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .firstNav .col-md-2 {
    width: 25%;
  }

  .second-header .test a {
    padding: 15px;
    background-color: #fff;
  }

  .second-header .test a:hover {
    background-color: #f3f7fa;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
    text-align: left;
  }

  .topnav.responsive .left-menu .dropdown .dropbtn {
    padding: 13px 0;
  }

  #hamburgerIcon .fa-bars {
    font-size: 20px;
  }

  #hamburgerIcon .fa-times {
    font-size: 22px;
  }

  .topnav.responsive .angle-down .angle-up {
    margin-left: 100px;
  }

  .autocomplete-nav {
    width: 935px;
    top: unset;
  }
}

@media (max-width: 991px) {
  .autocomplete-nav {
    width: 696px;
  }

  div:where(.swal2-container) div:where(.swal2-popup) {
    width: 60% !important;
  }

  .sso-btn__icon {
    left: 20px;
  }

  h2 {
    font-size: 32px !important;
    line-height: 45px !important;
  }
}

@media (max-width: 767px) {
  .topnav.responsive .dropdown-content {
    width: 100%;
  }

  .top-cn,
  .cn {
    margin-top: 148px !important;
  }

  .angle-down svg {
    width: 20px;
    height: 20px;
  }

  .sc-filter {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }

  .top-product-sec .row {
    --bs-gutter-x: 0;
  }

  .sso-btn {
    padding: 5.5px 50px;
  }

  .button-profile {
    width: 40px;
    height: 40px;
  }

  .sso-btn__icon svg {
    width: 20px;
    height: 20px;
  }

  .sso-btn__icon {
    left: 40px;
  }

  .card-title {
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .topnav.responsive .icon-bar {
    top: 7px;
  }

  .topnav.responsive .left-menu,
  #myDropdown5 {
    top: 149px;
  }

  .button-download {
    height: auto !important;
  }

  .role-link {
    display: none;
  }

  .cust-grd-mob .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .cust-grd-mob .col-md-4 {
    width: 33.33333333%;
  }

  .cust-grd-mob .col-md-1 {
    width: 8.33333333%;
  }

  .cust-grd-mob .col-md-7 {
    width: 58.33333333%;
  }

  .autocomplete-nav {
    width: 520px;
  }

  .home-page {
    margin-top: 147px !important;
  }

  .top-product-sec {
    padding: 50px 0 0 0 !important;
  }

  .img-industry a {
    padding: 5.5px 20px !important;
  }

  .img-industry a svg {
    width: 18px;
    height: 18px;
  }

  .btn-go svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }

  .tab-filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .product-det {
    margin-bottom: 0;
    height: unset;
  }

  .firstNav .col-md-8 {
    bottom: -60px;
  }

  .input-form-navbar {
    padding: 7.5px 45px 7.5px 20px !important;
  }

  .sort-date,
  .filter,
  .section-sort,
  .tag-search,
  .custom-dropdown-filter,
  .select-industry {
    width: 100% !important;
  }

  .button-detail-product,
  .button-primary,
  .button-secondary,
  .custom-dropdown-filter .search-input-filter,
  .filter-product,
  .sort-date,
  .btn-authen,
  .btn-inquiry,
  .text-btn .upload-label,
  .btn-submit-feed,
  .btn-go,
  input,
  .item-detail-list-language,
  select,
  textarea {
    padding: 5.5px 20px !important;
  }

  /* Font Size */

  .banner h1,
  .title-page,
  .main-privacy h1,
  .main-termscondition h1,
  h1 {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  .contain-space h1,
  h2,
  h3,
  .title-desc-quest h3,
  .forms-profile h1,
  .forms-authentication h1 {
    font-size: 22px !important;
    line-height: 39.6px !important;
  }

  .top-tl h3,
  h4,
  .forms-profile h5,
  .modal-header-language p,
  .swal2-title,
  .main-privacy h3,
  h3.title,
  .new-cstm-fs h3,
  .all-product h3 {
    font-size: 18px !important;
    line-height: 32.4px !important;
  }

  h6,
  p,
  a,
  .title-sort,
  .btn-submit-feed,
  .detail-contents label,
  input.field-form,
  textarea.field-form,
  select.field-form,
  .card-subtitle-contact,
  .label-form-content,
  .check-box-form,
  .card-title-contact-wa,
  .card-title-contact,
  label,
  input,
  option,
  select,
  .btn-authen,
  .topnav a,
  .dropdown,
  .dropdown .dropbtn,
  .dropbtn .button-navbar,
  .input-form-navbar,
  .btn-out,
  .button-primary,
  ::-webkit-input-placeholder,
  div:where(.swal2-container) div:where(.swal2-html-container),
  button,
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm),
  .forms-authentication label span,
  .text-danger,
  .main-privacy p,
  ul li,
  ol li,
  .main-privacy a,
  .dets-prod,
  .modal-unvailfile .title-text,
  .button-secondary,
  .btn-go,
  .form-select,
  table td {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  h6,
  p,
  a,
  .title-sort,
  .btn-submit-feed,
  .detail-contents label,
  input.field-form,
  textarea.field-form,
  select.field-form,
  .card-subtitle-contact,
  .label-form-content,
  .check-box-form,
  .card-title-contact-wa,
  .card-title-contact,
  label,
  input,
  option,
  select,
  .btn-authen,
  .topnav a,
  .dropdown,
  .dropdown .dropbtn,
  .dropbtn .button-navbar,
  .input-form-navbar,
  .btn-out,
  .button-primary,
  ::-moz-placeholder,
  div:where(.swal2-container) div:where(.swal2-html-container),
  button,
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm),
  .forms-authentication label span,
  .text-danger,
  .main-privacy p,
  ul li,
  ol li,
  .main-privacy a,
  .dets-prod,
  .modal-unvailfile .title-text,
  .button-secondary,
  .btn-go,
  .form-select,
  table td {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  h6,
  p,
  a,
  .title-sort,
  .btn-submit-feed,
  .detail-contents label,
  input.field-form,
  textarea.field-form,
  select.field-form,
  .card-subtitle-contact,
  .label-form-content,
  .check-box-form,
  .card-title-contact-wa,
  .card-title-contact,
  label,
  input,
  option,
  select,
  .btn-authen,
  .topnav a,
  .dropdown,
  .dropdown .dropbtn,
  .dropbtn .button-navbar,
  .input-form-navbar,
  .btn-out,
  .button-primary,
  ::-ms-input-placeholder,
  div:where(.swal2-container) div:where(.swal2-html-container),
  button,
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm),
  .forms-authentication label span,
  .text-danger,
  .main-privacy p,
  ul li,
  ol li,
  .main-privacy a,
  .dets-prod,
  .modal-unvailfile .title-text,
  .button-secondary,
  .btn-go,
  .form-select,
  table td {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  h6,
  p,
  a,
  .title-sort,
  .btn-submit-feed,
  .detail-contents label,
  input.field-form,
  textarea.field-form,
  select.field-form,
  .card-subtitle-contact,
  .label-form-content,
  .check-box-form,
  .card-title-contact-wa,
  .card-title-contact,
  label,
  input,
  option,
  select,
  .btn-authen,
  .topnav a,
  .dropdown,
  .dropdown .dropbtn,
  .dropbtn .button-navbar,
  .input-form-navbar,
  .btn-out,
  .button-primary,
  ::placeholder,
  div:where(.swal2-container) div:where(.swal2-html-container),
  button,
  div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm),
  .forms-authentication label span,
  .text-danger,
  .main-privacy p,
  ul li,
  ol li,
  .main-privacy a,
  .dets-prod,
  .modal-unvailfile .title-text,
  .button-secondary,
  .btn-go,
  .form-select,
  table td {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  /* End Font Size */
}

@media (max-width: 530px) {
  .autocomplete-nav {
    width: 460px;
  }

  div:where(.swal2-container) div:where(.swal2-popup) {
    width: 80% !important;
    padding: 30px 20px !important;
  }

  .sso-btn__icon {
    left: 20px;
  }
}

@media (max-width: 1200px) {
  .custom-column {
    display: grid !important;
  }

  .custom-column .col-md-4,
  .custom-column .col-md-8 {
    width: 100%;
  }

  .product-det {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .product-det svg {
    position: absolute;
    right: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .product-categories .col-md-4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .card {
    height: 100%;
  }
}

@media (max-width: 465px) {
  .topnav.responsive .dropdown-content .dropdown2 p {
    display: none;
  }

  .topnav.responsive .dropdown-content .dropdown2 img {
    width: 150px;
    height: 100px !important;
  }

  .autocomplete-nav {
    width: 95%;
  }

  .topnav.responsive {
    height: 530px;
    overflow: scroll;
  }

  .icon-globe {
    width: 40px;
    height: 40px;
    padding: 9px;
    margin-right: 10px;
  }

  .sites-style {
    padding-left: 10px;
  }

  .icon-globe svg {
    width: 20px;
    height: 20px;
  }

  .only-logo {
    margin-left: 5px !important;
  }

  .hamburger,
  #hamburgerIcon {
    top: 22px !important;
  }

  .home-page {
    margin-top: 127px !important;
  }
}

/* bootstrap  */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  height: 100%;
}

.card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 6px 6px 15px 0px #08223f26;
          box-shadow: 6px 6px 15px 0px #08223f26;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-title {
  margin-bottom: 0.5rem;
  height: 55px !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 29px !important;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.custom-bold {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px;
  letter-spacing: 0em;
  color: #5d5d5d !important;
}

.custom-color {
  color: #5d5d5d;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 25px;
  text-wrap: nowrap;
  margin: 0 0 auto 0 !important;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

*,
html,
body,
.translated-ltr body,
.translated-ltr * {
  font-family: "Poppins", sans-serif !important;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("/fonts/poppins/Poppins-Regular.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #fff !important;
  height: 100%;
  font-family: "Poppins", Arial, sans-serif !important;
  top: 0 !important;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-1 {
  margin: 10px 0;
}

.m-2 {
  margin: 20px 0;
}

.m-3 {
  margin: 30px 0;
}

.m-4 {
  margin: 40px 0;
}

.m-5 {
  margin: 50px 0;
}

.m-6 {
  margin: 60px 0;
}

.banner h1,
.custom-h1,
.title-page h1,
h1 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-align: left;
  font-size: 50px;
  line-height: 75px;
}

.title-page {
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  position: absolute;
  font-size: 50px;
}

h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  color: #17234d;
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}

h4,
.swal2-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #1ba2ca;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #5d5d5d;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.justify-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.m-auto {
  margin: auto !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-grid {
  display: grid;
}

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

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

.text-nowrap {
  text-wrap: nowrap;
}

.content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.text-white {
  color: #fff !important;
}

.title-text {
  color: #17234d;
}

.secondary-color {
  color: #1ba2ca;
}

.d-none {
  display: none;
}

.line-title {
  position: relative;
  font-weight: 600;
  color: #17234d;
  padding-left: 20px;
}

.line-title::before,
.line-trend::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: #1ba2ca;
  border-radius: 4px;
}

.br-1 {
  border-right: 1px solid #e5e7e9;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 20px;
}

.gap-3 {
  gap: 30px;
}

.top-bar .logo img {
  display: block;
}

/* Main nav */

.main-nav {
  background: #fff;
  border-bottom: 1px solid #e6e9ed;
}

.nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0;
}

.nav-btn {
  background: transparent;
  border: none;
  padding: 10px 12px;
  font-weight: 600;
  cursor: pointer;
  color: #162033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

/* Mega panel */

.mega-panel {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: none;
  z-index: 90;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel {
  display: block;
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 600px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* Columns */

.mega-col {
  border-right: 1px solid #f0f0f0;
  height: 100%;
}

.mega-col.col-right {
  border-right: none;
}

.mega-cats {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-cats li a {
  cursor: pointer;
  padding: 12px 20px;
  width: 100%;
}

.mega-cats li a:hover,
.sub-panel a:hover {
  width: 100%;
  background-color: #f3f7fa;
}

.cat-item:hover,
.cat-item.active {
  background: #f3f6f9;
  font-weight: 700;
  cursor: pointer;
}

.cat-item svg {
  margin-right: 10px;
}

.sub-panel {
  display: none;
  max-height: 280px;
  overflow: auto;
}

.sub-panel.active {
  display: grid;
}

.sub-panel a {
  display: block;
  padding: 12px 22px;
  color: #17234d;
  text-decoration: none;
}

/* Top Market */

.topmarkt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topmarkt-item .thumb {
  width: 200px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-mobile-ver,
#mobileHamburger {
  display: none;
}

#suggestions li:hover {
  background-color: #f3f6f9;
  color: #17234d;
  font-weight: 600;
}

#suggestions li:hover a {
  font-weight: 600;
  color: #17234d;
}

.suggestion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.line-view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.line-view-all a {
  color: #1ba2ca;
}

.suggestion-recent {
  padding-bottom: 13px;
}

.suggestion-recent ul {
  margin: 0 20px;
}

.suggestion-left h6,
.suggestion-right h6,
.suggestion-recent h6 {
  color: #17234d;
}

.suggestion-recent h6 {
  margin: 20px 20px 10px 20px;
}

.article-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.suggestion-right.no-result-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.suggestion-left ul,
.suggestion-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.suggestion-left li,
.suggestion-right li,
.suggestion-recent li,
.suggestion-left li a,
.suggestion-right li a,
.suggestion-recent li a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #5d5d5d;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-transform: capitalize;
}

.suggestion-right {
  margin: 20px 20px 20px 0;
  overflow-y: auto;
  max-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: #adadad transparent;
}

.suggestion-right li {
  gap: 10px;
}

.suggestion-right img {
  width: 70px;
  height: 70px;
}

.suggestion-left {
  border-right: 1px solid #e5e7e9;
  margin: 20px 0 20px 20px;
  padding-right: 20px;
  overflow-y: auto;
  max-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: #adadad transparent;
}

.no-popular {
  background-color: unset !important;
  color: #5d5d5d !important;
  font-weight: 500 !important;
}

.no-popular {
  padding: 0 !important;
}

.suggestion-searchbar::-webkit-scrollbar {
  width: 6px;
}

.suggestion-searchbar::-webkit-scrollbar-track {
  background: transparent;
}

.suggestion-searchbar::-webkit-scrollbar-thumb {
  background: #c7cdd8;
  border-radius: 10px;
}

.suggestion-searchbar::-webkit-scrollbar-thumb:hover {
  background: #a8b0bd;
}

.suggestion-searchbar li {
  padding: 12px 20px;
  cursor: pointer;
}

.btn-tag-article {
  padding: 6px 14px;
  font-size: 16px;
  border: 1px solid #1ba2ca;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.custom-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.tabSearchResult {
  overflow: hidden;
  border-bottom: 2px solid #e5e7e9;
  margin-bottom: 30px;
}

.tabSearchResult button {
  float: left;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #17234d;
  border: none;
  background: transparent;
  padding: 20px;
}

.tabSearchResult button.active,
.tabSearchResult button:hover {
  border-bottom: 2px solid #1ba2ca;
  border-bottom-width: 2px;
  color: #1ba2ca;
}

.ifNoResult {
  display: grid;
  justify-items: center;
  margin: 50px 0;
}

.ifNoResult img {
  width: 150px;
  height: 150px;
  margin: auto;
}

.cta-banner-result {
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/redesign-country/cta-bn.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 70px;
  position: relative;
  margin: 80px 0 20px 0;
}

.shdw-bn-result {
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 60, 105, 0.9)), color-stop(67%, rgba(18, 60, 105, 0.6)), to(rgba(18, 60, 105, 0)));
  background: linear-gradient(90deg, rgba(18, 60, 105, 0.9) 0%, rgba(18, 60, 105, 0.6) 67%, rgba(18, 60, 105, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dets-cta {
  position: relative;
}

.dets-cta .button-secondary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

.skeleton {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(50%, #e8e8e8), color-stop(75%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e8e8e8 50%, #f2f2f2 75%);
  background-size: 300% 100%;
  -webkit-animation: shimmer 1.4s ease-in-out infinite;
          animation: shimmer 1.4s ease-in-out infinite;
  border-radius: 6px;
  width: 100%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.skeleton-line {
  height: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.skeleton-sm {
  height: 10px;
  width: 60%;
}

.skeleton-img {
  width: 45px;
  height: 45px;
  margin-right: 12px;
}

.category-item,
.popular-item {
  padding: 7px 20px !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.suggestions-no-height {
  height: 500px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.dropdwn-style {
  border: 2px solid #e5e7e9;
  border-radius: 10px;
  padding: 5px 10px !important;
}

@media (max-width: 1200px) and (min-width: 1075px) {
  .nav-menu {
    gap: 15px;
  }
}

@media (max-width: 1075px) {
  .mega-panel {
    display: none !important;
  }

  .top-bar .search-inline input {
    width: 260px;
  }

  .nav-menu {
    display: none;
  }

  .hamburger,
  #hamburgerIcon {
    display: block;
    position: absolute;
    top: 32px;
    background: none;
    border: none;
  }

  .hamburger svg path,
  #hamburgerIcon svg path {
    fill: #fff;
    stroke: #fff;
  }

  .only-logo {
    margin-left: 20px;
  }

  .sidebar-profile-btn {
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .profile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-align: left;
  }

  .flex-ic:hover {
    background-color: #fff;
  }

  .flex-ic {
    padding: 0 !important;
  }

  .flex-ic svg,
  .flex-ic img {
    opacity: 1;
  }

  .banner h1,
  .custom-h1,
  .title-page h1,
  h1,
  .title-page {
    line-height: 66px;
    font-size: 44px;
  }

  .sidebar-mobile-ver,
  #mobileHamburger {
    display: block;
  }

  .mobile-hamburger {
    display: block;
    background: none;
    border: none;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 80%;
    height: 100vh;
    background: #ffffff;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 2000;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    background-color: #123c69;
    padding: 8.5px 40px;
  }

  .backWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #0a3150;
    font-size: 16px;
    padding: 10px 0 15px;
    cursor: pointer;
  }

  #sidebar-main .backWrapper {
    display: none !important;
  }

  .sidebar-header .only-logo {
    margin-left: 0 !important;
    padding: 0;
    margin-top: 8px;
  }

  .sidebar-header .only-logo img {
    width: 140px;
    height: 50px;
  }

  .closeSidebar {
    background: none;
    border: none;
    margin-top: 5px;
    font-size: 30px;
    cursor: pointer;
  }

  .sidebar-top-profile {
    padding: 0 40px;
    position: relative;
  }

  .sidebar-top-profile .arrow-icon {
    position: absolute;
    right: 40px;
    top: 21px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sidebar-menu {
    padding: 0 40px;
    height: 500px;
    overflow: auto;
  }

  .sidebar-menu li {
    list-style: none;
    padding: 15px 0;
    font-size: 18px;
    cursor: pointer;
    color: #0a3150;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #e5e7e9;
  }

  .sidebar-menu li a {
    width: 100%;
    display: block;
  }

  .sidebar-menu .arrow-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* SUBMENU */

  .nested {
    left: 100%;
  }

  .nested.active {
    left: 0;
  }

  .goBack {
    border: none;
    background: none;
    font-size: 16px;
    color: #1ba2ca;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .goBack svg path {
    fill: #1ba2ca;
  }

  .sidebar-back-wrapper {
    padding: 0 27px;
  }

  .sidebar-footer {
    position: absolute;
    padding: 0 40px;
    bottom: 20px;
    width: 100%;
  }

  .sidebar-footer .login-profile,
  .sidebar-footer .btn-authen,
  .sidebar-footer .button-primary {
    width: 100%;
  }

  .closeSidebar svg path {
    fill: #fff;
  }

  .top-cn-nobanner {
    margin-top: 156px !important;
  }
}

@media (max-width: 767px) {
  .sidebar-menu .arrow-icon,
  .sidebar-top-profile .arrow-icon,
  .flex-ic svg,
  .flex-ic img {
    width: 20px;
    height: 20px;
  }

  .sidebar-header {
    padding: 10px 40px;
  }

  .category-item,
  .popular-item {
    padding: 6px 20px !important;
  }

  .suggestion-grid {
    grid-template-columns: 1fr !important;
  }

  .suggestion-left {
    border-bottom: 1px solid #e5e7e9;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
    margin: 20px;
    border-right: unset;
    padding-right: 0;
  }

  .line-view-all {
    border-top: 1px solid #e5e7e9;
    padding-top: 20px;
  }

  .suggestion-left,
  .suggestion-right {
    max-height: none;
    overflow: visible;
  }

  .suggestion-right {
    margin-left: 20px !important;
    margin-top: 0 !important;
  }

  .tabSearchResult button {
    padding: 10px !important;
    font-size: 16px;
    line-height: 29px;
  }

  .cta-banner-result {
    padding: 30px 20px;
  }

  .ifNoResult img {
    width: 100px;
    height: 100px;
  }

  #suggestions {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #adadad transparent;
  }
}

@media (max-width: 460px) {
  .sidebar-header {
    padding: 5px 20px;
  }

  .sidebar-top-profile .arrow-icon {
    right: 20px;
  }

  .sidebar-top-profile,
  .sidebar-menu,
  .sidebar-footer {
    padding: 0 20px;
  }

  .sidebar-back-wrapper {
    padding: 0 20px 0 10px;
  }

  .profile-cust {
    padding: 0 10px;
    word-break: break-word;
    padding-right: 42px;
  }

  .only-logo img {
    width: 108px !important;
    height: 40px !important;
  }

  .cn,
  .top-cn,
  .banner-overview-image {
    margin-top: 128px !important;
  }
}

.first-sect-footer {
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/footer-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.custom-margin {
  margin-top: 14px !important;
}

.address-footer svg {
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
}

.address-footer h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  margin-bottom: 8px;
  color: #fff;
}

.address-footer p {
  margin: 0;
  text-align: left;
  color: #fff;
  /* margin-bottom: 8px; */
}

.cstm-wdth {
  max-width: 65%;
}

.address-footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  /* padding: 8px 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-contact {
  width: 20px;
  height: 20px;
  margin: auto 12px auto 0;
}

.address-footer .download-img {
  margin-bottom: 20px;
}

.download-img img {
  border-radius: 8px;
  width: 150px;
  height: 50px;
}

.cstm-mt {
  margin-top: 20px;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mr-cstm {
  margin-right: 20px;
}

.social-media a {
  background-color: #1ba2ca;
  padding: 12px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin: 0 7px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .social-media a {
  padding: 10px;
  border: 2px solid #1ba2ca;
}

footer .social-media a:hover {
  background-color: #fff;
}

footer .social-media a:hover svg path {
  fill: #1ba2ca;
}

.social-media a svg {
  margin: unset !important;
}

.last-sect {
  background-color: #fff;
  padding: 20px;
  color: #17234d;
  border-bottom: 4px solid #1ba2ca;
}

.fa-comments:before {
  content: '\F086';
}

.last-sect p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #5d5d5d;
}

.squareChatButtonLeft,
.squareChatButtonRight {
  top: 0;
  height: 40px;
  position: absolute;
  padding: 15px 8px;
}

.squareChatButtonRight {
  z-index: 1;
  width: 50px;
  right: 0;
  padding: 3px 0;
  text-align: center;
}

.squareChatButtonRight,
.squareChatButton {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.download-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) and (min-width: 769px) {
  .address-footer .download-img {
    display: grid !important;
  }

  .mr-cstm {
    margin-bottom: 10px;
  }

  .cstm-wdth {
    max-width: 100%;
  }
}

@media (width: 768px) {
  footer .row .col-md-3,
  footer .row .col-md-5 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  footer .row {
    display: grid !important;
  }

  .cstm-wdth {
    max-width: 100%;
  }

  footer .address-footer {
    margin-bottom: 20px;
  }

  .address-footer h6,
  .address-footer p,
  .address-footer a {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .download-img {
    display: grid !important;
  }

  .download-img img {
    margin-bottom: 12px;
  }
}

.dropdown-toggle {
  white-space: nowrap;
}

.g-recaptcha {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.home-banner {
  margin: 200px 0 0 0;
}

.img-banner img {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e7e9;
}

.products-title {
  text-align: center;
  margin-bottom: 60px;
}

.img-product-new {
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.custom-new {
  width: calc(22% - 1vw);
  margin: 0 12px 45px 12px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hover-card {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-new .hover-card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

.section-desc {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0;
  margin: 40px 0;
}

.inventory-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.cardContainer:after {
  content: "";
  display: table;
  clear: both;
}

.shadow-img-prod-hm {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 60, 105, 0)), to(rgba(18, 60, 105, 0.65)));
  background: linear-gradient(180deg, rgba(18, 60, 105, 0) 0%, rgba(18, 60, 105, 0.65) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

/* slicky */

.img-bn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
}

.card-top-product {
  background: #fff;
  border: 1px solid #e5e7e9;
  margin: 0px 10px;
  height: 450px;
  position: relative;
}

.card-top-product:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content-card {
  padding: 10px 0;
}

.content-card h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.products .slick-dots li button:before {
  font-size: 59px;
  color: #e5e7e9;
  opacity: 1;
}

.products .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1ba2ca;
}

.products .slick-arrow {
  position: absolute;
  top: -51px;
  font-size: 30px;
  color: #1ba2ca;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #1ba2ca;
  border-radius: 100%;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  padding: 7px;
  z-index: 9;
  text-align: center;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.products .slick-arrow svg path {
  fill: #1ba2ca;
}

.products .slick-arrow:hover {
  background-color: #1ba2ca;
}

.products .slick-arrow:hover svg path {
  fill: #fff;
}

.products .slick-next {
  right: 25px;
}

.products .slick-prev {
  right: 100px;
  position: absolute;
  left: unset;
}

.products .slick-dots {
  bottom: -20px;
}

.event .slick-next {
  right: 10px;
}

.event .slick-prev {
  left: 10px;
}

/* end */

.our-value-sec {
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/bg-values-new.webp");
  background-position: center;
  background-size: cover;
  padding: 60px 0 165px 0;
  margin: 80px 0;
  position: relative;
}

.value-sec2 {
  margin: -200px auto 0 auto;
  z-index: 1;
  position: relative;
}

.content-value h2 {
  color: #fff;
  text-align: center;
}

.content-value p {
  text-align: center;
  color: #fff;
  margin: 10px auto;
  max-width: 70%;
}

.top-added {
  margin: 50px 100px;
}

.contain-space {
  max-width: 80%;
  margin: auto;
}

.contain-space h1 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  color: #17234d;
}

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

.cl-menu input {
  display: none !important;
}

.card-value-home {
  -webkit-box-shadow: 6px 6px 15px 0px #08223f26;
          box-shadow: 6px 6px 15px 0px #08223f26;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.card-value-home:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

.card-value-home svg {
  width: 60px;
  margin: auto;
  display: block;
}

.card-value-home h4 {
  text-align: center;
  color: #1ba2ca;
  margin: 10px 0;
  font-weight: 500;
}

.card-value-home p {
  text-align: center;
}

.our-value-sec .container {
  position: relative;
}

.event-blog {
  margin: 80px auto;
}

.event-blog h2 {
  text-align: center;
  margin-bottom: 40px;
}

.slide-event {
  background-color: #f3f7fa;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}

.blog-part {
  background-color: #f3f7fa;
  margin-bottom: 30px;
  padding: 30px;
  height: 100%;
}

.title-sec {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin-bottom: 20px;
}

.img-event {
  background-position: center;
  background-size: cover;
  height: 541px;
  width: 100%;
  position: relative;
}

.desc-event {
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 188, 188, 0.1)), color-stop(24.76%, rgba(110, 110, 110, 0.35)), color-stop(49.52%, rgba(110, 110, 110, 0.6)), to(rgba(110, 110, 110, 0.8)));
  background: linear-gradient(180deg, rgba(188, 188, 188, 0.1) 0%, rgba(110, 110, 110, 0.35) 24.76%, rgba(110, 110, 110, 0.6) 49.52%, rgba(110, 110, 110, 0.8) 100%);
  backdrop-filter: blur(0.8px);
  width: 100%;
  padding: 70px 20px 80px 20px;
}

.desc-event h4,
.desc-event p {
  color: #fff;
}

.desc-event svg {
  margin: auto 10px auto 0 !important;
  width: 20px;
  height: 20px;
}

.event .slick-arrow {
  position: absolute;
  top: 46%;
  font-size: 21px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  padding: 2px;
  z-index: 9;
  text-align: center;
  height: 30px;
  width: 30px;
}

.event .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1ba2ca;
}

.event .slick-dots li button:before {
  font-size: 59px;
  color: #fff;
  opacity: 1;
}

.event .slick-dots {
  bottom: 12px;
}

.view-btn {
  margin: 35px auto 0 auto;
  display: block;
  cursor: pointer;
}

.card-blog {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.img-blog {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.m-auto {
  margin: auto !important;
}

.desc-blog {
  margin: auto 0;
  padding: 20px 10px;
}

.desc-blog-navbar {
  margin: auto 0;
  display: grid;
}

.desc-blog-navbar a {
  text-wrap: wrap;
}

.filter-by-hm {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #1ba2ca;
  padding: 4px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  border: 1px solid #1ba2ca;
  text-align: center;
}

.desc-blog h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin: 15px 0 7px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.desc-blog-navbar h6 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #17234d;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 7px;
  overflow: hidden;
}

.date {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desc-blog svg {
  margin: auto 10px auto 0 !important;
}

.feedback-sect {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 50px;
  margin-bottom: 80px;
}

.feedback-sect h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.feedback-sect p {
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}

.quick-inquiry,
#menu {
  border: 2px solid #e5e7e9;
  height: 580px;
}

.title-card-banner {
  background-color: #123c69;
  border: 1px solid #e5e7e9;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 0;
}

.quick-inquiry form {
  padding: 20px;
}

.quick-inquiry input,
.quick-inquiry select {
  border: 2px solid #e5e7e9;
  padding: 12px 22px;
  border-radius: 100px;
  margin-bottom: 5px;
  width: 100%;
}

textarea.fl-form-inquiry {
  width: 100%;
  padding: 12px 22px;
  border: 2px solid #e5e7e9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  resize: none;
  height: 200px;
  font-size: 16px;
}

.quick-inquiry .btn-submit {
  margin: 16px 0 auto auto;
  display: block;
  cursor: pointer;
}

.mobile-app {
  background-color: #f3f7fa;
  padding: 20px 0;
}

.mobile-app .img-icon {
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.content-mob h2 {
  text-align: left;
}

.content-mob p {
  margin: 20px 0 30px 0;
}

.mobile-app .download-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.mobile-app .download-img img {
  border-radius: 8px;
  width: 185px;
  height: 65px;
}

.image-mob img {
  width: 600px;
  height: auto;
  margin: auto;
  display: block;
}

.quick-inquiry form {
  position: relative;
}

.home-page #suggestions_products {
  left: 20px;
  right: 20px;
  width: auto;
}

#suggestions_products {
  margin-right: 20px;
  background-color: #fff;
  border: 2px solid #e5e7e9;
  border-radius: 10px;
  display: none;
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.custom-icon {
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
}

/* Industry Trends */

.industry-trends {
  margin-top: 80px;
  position: relative;
}

.card-market {
  border: 1px solid #d9d9d9;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.card-market:hover {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.img-insight {
  /* height: 220px; */
  width: 100%;
  background-position: center;
  background-size: cover;
}

.detail-insight {
  padding: 30px;
  background-color: #fff;
}

.date svg {
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
}

.detail-insight h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}

.detail-insight p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.industry-trends .button-primary {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: auto;
  display: block;
}

.img-def-lf {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 30%;
  z-index: -1;
}

.img-def-rg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 30%;
}

/* End Industry Trends */

/* section one */

.contents-inq .form-select {
  background-position: right 0.75rem center;
}

.sec-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-one .nav,
.sec-one .quick-inquiry {
  width: 25%;
  margin-left: 20px;
}

.sec-one .quick-inquiry {
  margin-right: 20px;
}

.sec-one .banner {
  width: 50%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.cl-menu li svg {
  margin: auto 0 auto auto !important;
}

.cl-menu li {
  position: relative;
  border-bottom: 1px solid #e5e7e9;
}

.cl-menu li#albumes-moreindustry {
  border-bottom: 0px;
}

.cl-menu > li:hover {
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cl-menu li a {
  display: block;
  padding: 10px;
  color: #17234d;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.cl-menu li:hover a {
  color: #17234d;
}

.menu-cstm li:hover a,
.cl-menu .button-application:hover,
.cl-menu li:hover a:hover {
  color: #1ba2ca !important;
}

.cl-menu li a:hover {
  text-decoration: none;
}

#albumes-moreindustry:hover .hover-color {
  color: #1ba2ca;
}

.cl-menu li ul {
  position: absolute;
  left: 100%;
  display: none;
  z-index: 9;
}

.cl-menu li:hover > ul {
  display: block;
}

.cl-menu li ul.sc-one {
  top: 0;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-one {
  opacity: 1;
}

.cl-menu li ul.sc-plus-one {
  top: 0;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-two {
  top: -46px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-two {
  opacity: 1;
}

.cl-menu li ul.sc-plus-two {
  top: -46px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-three {
  top: -92px;
  width: 300px;
  height: 518px;
  background-color: #fff;
  overflow: scroll;
}

.cl-menu li:hover > ul.sc-plus-three {
  opacity: 1;
}

.cl-menu li ul.sc-plus-three {
  top: -92px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-four {
  top: -138px;
  width: 300px;
  height: 516px;
  background-color: #fff;
  overflow: scroll;
}

.cl-menu li:hover > ul.sc-plus-four {
  opacity: 1;
}

.cl-menu li ul.sc-plus-four {
  top: -138px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-five {
  top: -184px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-five {
  opacity: 1;
}

.cl-menu li ul.sc-plus-five {
  top: -184px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-six {
  top: -230px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-six {
  opacity: 1;
}

.cl-menu li ul.sc-plus-six {
  top: -230px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-seven {
  top: -276px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-seven {
  opacity: 1;
}

.cl-menu li ul.sc-plus-seven {
  top: -276px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-eight {
  top: -322px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-eight {
  opacity: 1;
}

.cl-menu li ul.sc-plus-eight {
  top: -274px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-nine {
  top: -368px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-ten {
  top: -414px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-eleven {
  top: -456px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul.sc-twelve {
  top: -460px;
  width: 300px;
  height: 518px;
  background-color: #fff;
}

.cl-menu li:hover > ul.sc-plus-nine {
  opacity: 1;
}

.cl-menu li ul.sc-plus-nine {
  top: -313px;
  width: 17vw;
  height: 518px;
  background-color: #fff;
}

.cl-menu li ul li {
  background: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
}

.menu-industry {
  padding: 0 20px;
}

.button-application {
  display: block;
  padding: 10px;
  color: #17234d;
  width: 100%;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  border: none;
}

/* end top 3 column */

@media (min-width: 1024px) {
  .custom-new {
    width: calc(18% - 0.6vw);
  }
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .g-recaptcha {
    -webkit-transform: scale(0.71) !important;
            transform: scale(0.71) !important;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .img-banner img,
  .quick-inquiry,
  #menu {
    height: 634px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .contents-inq {
    display: grid;
  }

  .contents-inq .col-md-6 {
    width: 100%;
  }

  .g-recaptcha {
    -webkit-transform: scale(0.57) !important;
            transform: scale(0.57) !important;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .img-banner img,
  .quick-inquiry,
  #menu {
    height: 760px;
  }
}

@media (max-width: 1024px) {
  .home-banner .row {
    margin: 0;
  }

  .custom-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .custom-reverse .col-md-6 {
    width: 100% !important;
  }

  .quick-inquiry,
  .nav {
    display: none;
  }

  .home-banner .col-md-6 {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .mobile-app {
    padding: 60px 0;
  }

  .home-banner .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .home-banner {
    margin: 142px 0 0 0;
  }

  .img-banner img {
    height: 350px;
  }
}

@media (max-width: 1440px) {
  .menu-industry {
    padding: 0 20px 35px 20px !important;
  }

  #menu .quick-inquiry {
    height: 100%;
  }

  .image-mob img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .products .slick-arrow {
    top: -44px;
  }

  .detail-insight {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .section-desc {
    margin: 0;
  }

  .products .slick-prev {
    right: 80px;
  }

  .products .slick-arrow {
    top: -41px;
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .img-def-lf,
  .img-def-rg {
    width: 60%;
  }

  .products-title {
    margin-bottom: 30px;
  }

  .slick-dots li button {
    display: none;
  }

  .image-mob img {
    margin-top: 30px;
    width: 100%;
  }

  .feedback-sect {
    padding: 30px;
  }

  .custom-new {
    width: calc(46% - 2.5vw);
  }

  .contain-space {
    max-width: 100%;
    margin: auto;
  }

  .card-value-home {
    height: auto;
  }

  .nav,
  .quick-inquiry {
    display: none;
  }

  .sec-one .banner {
    width: 100%;
  }

  .nav,
  .quick-inquiry {
    display: none;
  }

  .sec-one .banner {
    width: 100%;
  }

  #menu,
  .img-banner img,
  .quick-inquiry {
    height: 300px;
  }

  .img-blog {
    height: 200px;
  }

  .card-blog,
  .inventory-product {
    margin-bottom: 40px;
  }

  .date {
    font-size: 12px !important;
  }

  .date svg {
    width: 18px;
    height: 18px;
    margin: auto 8px auto 0;
  }

  .detail-insight h6 {
    height: auto;
  }

  .detail-insight {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .card-value-home h4,
  .title-sec,
  .desc-event h4 {
    font-size: 18px;
    line-height: 32.4px;
  }

  .carousel-caption h5,
  .desc-blog h6,
  .desc-blog-navbar h6,
  .detail-insight h6 {
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 450px) {
  .custom-new {
    width: 100%;
  }

  .img-event {
    height: 450px;
  }
}

@media (max-width: 380px) {
  .products .slick-arrow {
    display: none !important;
  }
}

.autocomplete {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
}

#suggestions {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 999999;
  display: block;
  list-style: none;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px #0000001a;
          box-shadow: 0px 4px 20px 0px #0000001a;
  border-radius: 20px;
  border-top: 0;
  border: none;
  padding: 0;
}

#suggestions_products,
#port_suggestions {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  max-height: 200px;
  position: absolute;
  z-index: 9;
  width: 98.5%;
}

.no-result-item {
  width: 100%;
  padding: 0;
}

.no-result-box {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
  width: 100%;
}

#suggestions li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#suggestions_products li {
  font-size: 16px;
  padding: 8px 16px;
  cursor: pointer;
}

#suggestions_products li:hover,
.suggestion-box li:hover {
  background-color: #f3f6f9;
}

#suggestions_products li p {
  font-size: 16px;
  color: #5d5d5d;
}

#suggestions li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

#suggestions_products li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

@media screen and (max-width: 1075px) {
  .autocomplete {
    position: relative;
    width: 90%;
  }
}

.arrow-up svg {
  fill: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html {
  scroll-behavior: smooth;
}

.floating-btn .whatsapp {
  z-index: 20;
  width: 50px;
  height: 50px;
  bottom: 135px;
  right: 30px;
  position: fixed;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5efa79), to(#32bd2e));
  background: linear-gradient(#5efa79, #32bd2e);
  border: 1px solid linear-gradient(#5efa79, #32bd2e);
  border-radius: 30px;
  padding: 9px 0px;
}

.squareChatButtonRight {
  z-index: 20;
  width: 50px;
  height: 50px;
  top: inherit;
  right: 30px;
  position: fixed;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: #1ba2ca;
  border: 1px solid #78ccdf;
  border-radius: 30px;
  padding: 5px 0px;
  bottom: 80px;
}

.arrow-up {
  z-index: 20;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 30px;
  position: fixed;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: #1ba2ca;
  border: 1px solid linear-gradient(#1ba2ca, #1ba2ca);
  border-radius: 30px;
  padding: 9px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chatbot-ic {
  z-index: 20;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 30px;
  position: fixed;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ba2ca), to(#1ba2ca));
  background: linear-gradient(#1ba2ca, #1ba2ca);
  border: 1px solid linear-gradient(#1ba2ca, #1ba2ca);
  border-radius: 30px;
  padding: 10px;
}

.chatbot-ic img {
  width: 28px;
  height: 28px;
}

.chatbot-text {
  z-index: 20;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* height: 50px; */
  bottom: 80px;
  right: 90px;
  position: fixed;
  font-size: 16px;
  text-align: center;
  border: 1px solid #1ba2ca;
  padding: 9.5px 20px;
  background: #1ba2ca;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chatbot-text p {
  font-family: 'Poppins';
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.fa-2x {
  font-size: 1em;
}

.squareChatButtonLeft {
  display: none;
}

#ymDivBar {
  bottom: 90px !important;
  right: 30px !important;
  opacity: 0 !important;
}

#ym-auto-pop-up-container {
  display: none !important;
}

#ymDivBar img {
  width: 40px !important;
  height: 40px !important;
}

.floating-btn .whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floating-btn #whatsapp svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* Remove Google top bar and margin */

.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display: none !important;
}

/* Disable google translate original text tooltips */

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal-language {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */

.modal-content-language {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 40px;
  width: 47%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.close-language {
  width: 24px;
  height: 24px;
  margin: auto 0;
}

.close-language path {
  fill: #b9c0c5;
}

.close-language:hover,
.close-language:focus {
  color: #1ba2ca;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-language {
  padding: 2px 16px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
}

.modal-header-language h5 {
  color: #17234d;
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
}

.modal-body-language {
  text-align: center;
}

.detail-list-language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 20px;
}

.item-detail-list-language {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  padding: 11px 20px;
  width: 38%;
  border: 2px solid #e5e7e9;
  background: #fff;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px;
  height: 50px;
  border-radius: 100px;
  color: #65706b;
}

.item-detail-list-language .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-detail-list-language:hover {
  border: 2px solid #1ba2ca;
}

#check {
  display: none;
}

#english.active,
#indonesia.active,
#mandarin.active,
#arabic.active,
#spanish.active,
#french.active,
#portuguese.active,
#japanese.active,
#korean.active,
#vietnamese.active {
  border: 2px solid #1ba2ca;
}

.item-detail-list-language .img-check img {
  background: #1ba2ca;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}

@media (max-width: 991px) {
  .modal-content-language {
    width: 70%;
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .modal-header-language h5 {
    font-size: 18px;
    line-height: 32.4px;
  }

  .item-detail-list-language {
    width: 100%;
    margin: 0 0 15px;
  }

  .detail-list-language {
    display: grid;
  }

  .modal-content-language {
    height: 90%;
    overflow: auto;
    width: 90%;
  }
}

@media (max-width: 400px) {
  .modal-header-language {
    margin-bottom: 50px;
  }
}

.modal-group-sites {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-group-sites {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 30px 50px;
  width: 70%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close-group-sites {
  width: 24px;
  height: 24px;
  margin: auto 0;
}

.close-group-sites path {
  fill: #b9c0c5;
}

.close-group-sites:hover,
.close-group-sites:focus {
  color: #1ba2ca;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-group-sites h5 {
  color: #17234d;
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
}

.modal-body-group-sites {
  text-align: center;
}

.tabGroup {
  overflow: hidden;
  border-bottom: 2px solid #e5e7e9;
  margin-bottom: 30px;
}

.tabGroup button {
  float: left;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #17234d;
  border: none;
  background: transparent;
  padding: 20px;
}

.tabGroup button.active,
.tabGroup button:hover {
  border-bottom: 2px solid #1ba2ca;
  border-bottom-width: 2px;
  color: #1ba2ca;
}

.tabSites {
  display: none;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 2px solid #e5e7e9;
}

.visit-web {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.visit-web svg path {
  fill: #1ba2ca;
}

.visit-web:hover svg path {
  fill: #fff;
}

.tabSites .col-md-3 {
  margin-bottom: 20px;
}

.direct-sites-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  gap: 10px;
}

.direct-sites-card:hover {
  background-color: #f3f7fa;
}

#arrowRightGS {
  display: none;
}

.direct-sites-card:hover #arrowRightGS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-country {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

#english.active,
#indonesia.active,
#mandarin.active,
#arabic.active,
#spanish.active,
#french.active,
#portuguese.active,
#japanese.active,
#korean.active,
#vietnamese.active {
  background-color: #f3f7fa;
}

.tabSelectMobile {
  display: none;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 9px 22px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #123c69;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
}

.tabSelectMobile:focus-visible {
  border: none;
}

@media (max-width: 991px) {
  .modal-content-group-sites {
    width: 70%;
    padding: 40px;
  }

  .tabGroup button {
    padding: 10px;
    font-size: 16px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  .tabGroup {
    display: none;
  }

  .tabGroup button.active,
  .tabGroup button:hover {
    border-bottom: none;
    border: none;
  }

  .tabSelectMobile {
    display: block;
  }

  .modal-header-group-sites h5 {
    font-size: 18px;
    line-height: 32.4px;
  }

  .modal-content-group-sites {
    height: 90%;
    overflow: auto;
    width: 90%;
  }

  .menu-sites .col-xs-6 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 584px) {
  .menu-sites .col-xs-6 {
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .modal-header-group-sites {
    margin-bottom: 50px;
  }
}

.modal-join-channel {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 130px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-join-channel {
  position: relative;
  background-color: transparent;
  margin: auto;
  width: 65%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close-join-channel {
  width: 24px;
  height: 24px;
  margin: auto 0;
}

.close-join-channel svg {
  background: #fff;
  padding: 3px;
  border-radius: 100%;
}

.close-join-channel path {
  fill: #b9c0c5;
}

.close-join-channel:hover,
.close-join-channel:focus {
  color: #1ba2ca;
  text-decoration: none;
  cursor: pointer;
}

.modal-header-join-channel h5 {
  color: #17234d;
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
}

.modal-body-join-channel {
  text-align: center;
  background: linear-gradient(106.14deg, #0f76dc -12.04%, #083d78 34.27%, #07153e 82.46%);
  padding: 0 20px;
}

.text-join-ch {
  padding: 50px 0;
}

.text-join-ch h3,
.text-join-ch p {
  text-align: left;
  color: #fff;
}

.img-join-ch {
  width: 100%;
  margin-bottom: -7px;
}

.img-traffic-prc {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.text-join-ch .button-primary,
.text-join-ch .button-secondary {
  width: auto !important;
}

@media (max-width: 1545px) {
  .modal-content-join-channel {
    width: 72%;
  }
}

@media (max-width: 1400px) {
  .modal-content-join-channel {
    width: 85%;
  }

  .text-join-ch .button-primary,
  .text-join-ch .button-secondary {
    padding: 10.5px 15px;
  }
}

@media (max-width: 1200px) {
  .modal-content-join-channel {
    width: 94%;
  }
}

@media (max-width: 991px) {
  .modal-body-join-channel .col-md-6 {
    width: 100% !important;
  }

  .modal-content-join-channel {
    height: 95%;
    width: 75%;
  }

  .modal-body-join-channel {
    overflow: auto;
    height: 90%;
  }
}

@media (max-width: 767px) {
  .modal-header-join-channel h5 {
    font-size: 18px;
    line-height: 32.4px;
  }

  .modal-content-join-channel {
    width: 90%;
  }

  .menu-sites .col-xs-6 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }

  .text-join-ch .gap-2 {
    gap: 10px;
  }

  .text-join-ch .m-3 {
    margin: 15px 0;
  }

  .text-join-ch .button-secondary {
    margin: 0;
  }

  .text-join-ch .mb-2 {
    margin-bottom: 10px;
  }
}

.overview-about {
  margin: 80px 0;
}

.overview-about img {
  width: 85%;
}

.content-about h4 {
  text-align: left;
  color: #1ba2ca;
  font-weight: 500;
}

.content-about h2 {
  margin: 5px 0 20px 0;
}

.content-vm {
  background-color: #f3f7fa;
  padding: 50px 0;
  margin-top: 55px;
}

.desc-vm {
  text-align: center;
  padding: 50px 80px;
}

.desc-vm svg {
  width: 65px;
  margin-bottom: 20px;
}

.why-choose-section {
  margin: 80px 0;
}

.content-why {
  background-color: #f3f7fa;
  padding: 50px;
}

.content-why h4 {
  text-align: center;
  color: #1ba2ca;
  font-weight: 500;
}

.content-why h2 {
  text-align: center;
  color: #17234d;
  margin-bottom: 40px;
}

.card-why {
  background-color: #fff;
  padding: 30px;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.card-why svg {
  width: 60px;
  margin: auto;
  display: block;
}

.card-why h4 {
  text-align: center;
  color: #1ba2ca;
  margin: 20px 0 7px 0;
}

.card-why p {
  text-align: center;
  margin: 0;
}

.video-section {
  margin-bottom: 80px;
}

.video-section iframe {
  width: 100%;
  height: 425px;
}

.video-section .col-md-5 {
  display: block;
  margin: auto;
}

.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0;
}

.content-video h2 {
  text-align: left;
  color: #17234d;
}

.content-video p {
  text-align: left;
  margin: 20px 0;
}

.value-section {
  margin-top: 80px;
}

.img-val img {
  width: 80%;
  display: block;
  margin: 50px auto;
}

.value-section .card-value {
  border: 2px solid #1ba2ca;
  padding: 30px;
  height: 100%;
  height: 100%;
}

.value-section .col-md-4 {
  margin-bottom: 25px;
}

.value-section .card-value svg {
  width: 60px;
  margin: auto;
  display: block;
}

.value-section .card-value p {
  text-align: center;
  margin: 10px 0;
}

.value-section .card-value h4 {
  text-align: center;
  color: #1ba2ca;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-hover:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

@media (max-width: 992px) {
  .card-why h4 {
    height: auto;
  }

  .overview-about img {
    margin-bottom: 30px;
  }

  .desc-vm {
    padding: 20px 30px;
  }

  .content-vm {
    padding: 30px 0;
    margin-top: 20px;
  }

  .custom-grid {
    display: grid !important;
  }

  .custom-grid .col-md-5,
  .custom-grid .col-md-7 {
    width: 100% !important;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .value-section .card-value h4 {
    font-size: 18px !important;
  }

  .card-why h4 {
    font-size: 18px !important;
  }
}

@media (width: 768px) {
  .video-section .col-md-5 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .desc-vm {
    padding: 30px 20px;
  }

  .card-why,
  .value-section .card-value {
    height: auto;
  }

  .video-section iframe {
    margin-top: 50px;
  }

  .overview-about img {
    width: 100%;
  }

  .content-why .col-md-4 {
    margin-bottom: 25px;
  }

  .img-val img {
    width: 100%;
    margin: 20px auto;
  }
}

.p-2 {
  padding: 20px 0;
}

.mlocation {
  margin-bottom: 30px;
}

.location-sect {
  margin: 50px auto;
}

.top-tl {
  background: #123c69;
  padding: 10px;
  height: 90px;
}

.top-tl h4 {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}

.location-sect h2 {
  text-align: center;
  color: #17234d;
  max-width: 80%;
  margin: auto;
}

.cust-mb-loc {
  margin-top: 10px;
}

.part-contact p {
  word-break: break-word;
  font-weight: 600;
}

.part-contact img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.address-cont {
  margin: auto 0 auto 10px;
  word-break: break-word;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.address-cont p {
  margin: 0;
  color: #17234d;
}

.address-cont a {
  color: #5d5d5d;
}

.add-top {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.map-loc {
  height: 390px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.tl-card-map a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
}

/* start mapping */

.distribution-map {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.icon-map {
  cursor: pointer;
  outline: 0;
  z-index: 0;
  position: absolute;
}

.label-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  visibility: hidden;
  width: 100%;
}

.label-text {
  color: #17234d;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  width: 100%;
}

.image-contact svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}

.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

.mob-vw {
  display: none;
}

/* end mapping */

/* network */

.p-ourloc {
  padding: 60px 0;
}

.world-map {
  position: relative;
  text-align: center;
  margin: 50px auto;
}

.pin {
  position: absolute;
  background: #1ba2ca;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.pin::before {
  content: "";
  background: #1ba2ca;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: pulse 1.3s ease-in-out infinite;
          animation: pulse 1.3s ease-in-out infinite;
}

.pin span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: -53px;
  top: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 120px;
  padding: 2px 10px;
  color: #17234d;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  -webkit-box-shadow: 4.81px 4.81px 12.03px 0px #0000001a;
          box-shadow: 4.81px 4.81px 12.03px 0px #0000001a;
  border: 2px solid #e5e7e9;
}

.brazil {
  top: 66%;
  left: 29%;
}

.brazil span {
  left: -25px;
}

.uae {
  top: 40.5%;
  left: 62.5%;
}

.uae span {
  left: -20px;
  top: -25px;
}

.egypt {
  top: 37%;
  left: 54.3%;
}

.egypt span {
  left: -29px;
  top: 34px;
}

.sri-lanka {
  top: 52%;
  left: 71%;
}

.sri-lanka span {
  top: 1px;
  left: -95px;
}

.india {
  top: 44%;
  left: 69%;
}

.india span {
  left: -25px;
  top: -25px;
}

.bangladesh {
  top: 37%;
  left: 73%;
}

.bangladesh span {
  left: -55px;
  top: -28px;
}

.indonesia {
  top: 59.5%;
  left: 80.5%;
}

.indonesia span {
  top: 36px;
  left: -39px;
}

.republic-of-singapore {
  top: 51%;
  left: 77%;
}

.republic-of-singapore span {
  top: 38px;
  left: -44px;
}

.thailand {
  top: 44.5%;
  left: 77.5%;
}

.thailand span {
  top: -27px;
  left: -38px;
}

.vietnam {
  top: 308px;
  left: 80%;
}

.vietnam span {
  top: -12px;
  left: 15px;
}

.philipines {
  top: 326px;
  left: 85.5%;
}

.philipines span {
  top: 5px;
  left: 22px;
}

.china {
  top: 34%;
  left: 81%;
}

.china span {
  top: 5px;
  left: 20px;
}

.south-korea {
  top: 189px;
  left: 84%;
}

.south-korea span {
  top: 4px;
  left: 21px;
}

.jordan {
  top: 34.5%;
  left: 56.5%;
}

.jordan span {
  left: -34px;
  top: -26px;
}

.tunisia {
  top: 33%;
  left: 48%;
}

.tunisia span {
  left: -37px;
  top: -29px;
}

@-webkit-keyframes pulse {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }
}

@keyframes pulse {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header h6 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #17234d;
  margin-bottom: 0;
  max-width: 85%;
}

.email,
.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.child label {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #17234d;
}

.child a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #17234d;
}

.email,
.maps-part,
.action-button {
  margin-top: 20px;
}

.phone-number {
  margin-top: 10px;
}

.maps-part iframe {
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
  border: 2px solid #e5e7e9;
}

.action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.action-button .button {
  border: 2px solid #17234d;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  padding: 10px 20px 10px 20px;
}

.action-button a {
  text-decoration: none;
}

.action-button .visit-website {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #1ba2ca;
  background-color: #1ba2ca;
  text-align: center;
  padding: 12px 24px;
  color: #fff;
}

.action-button .visit-website:hover {
  color: #1ba2ca;
  background-color: #fff;
}

.card-body-loc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  padding: 20px;
  text-align: left;
}

/* sidebar */

#location-select,
#location-list {
  display: none;
}

@media (max-width: 1400px) {
  .vietnam {
    top: 268px;
    left: 80%;
  }

  .philipines {
    top: 285px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .south-korea {
    top: 167px;
    left: 84%;
  }

  .south-korea span {
    top: -26px;
    left: -55px;
  }

  .republic-of-singapore span {
    top: 37px;
    left: -73px;
  }
}

@media (max-width: 1200px) {
  .vietnam {
    top: 221px;
    left: 80%;
  }

  .philipines {
    top: 237px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .china {
    top: 34%;
    left: 82%;
  }

  .bangladesh {
    top: 35%;
    left: 73%;
  }

  .bangladesh span {
    left: -54px;
    top: -25px;
  }

  .south-korea {
    top: 138px;
    left: 84%;
  }

  .south-korea span {
    top: -19px;
    left: 3px;
  }

  .map-loc {
    height: 470px;
  }

  .philipines span {
    top: 36px;
    left: -3px;
  }

  .vietnam span {
    top: -5px;
    left: 17px;
  }

  .thailand span {
    top: -17px;
    left: -43px;
  }

  .republic-of-singapore span {
    top: 37px;
    left: -87px;
  }
}

@media (max-width: 991px) {
  .vietnam {
    top: 162px;
    left: 80%;
  }

  .vietnam span {
    top: -5px;
    left: 13px;
  }

  .philipines {
    top: 175px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .south-korea {
    top: 100px;
    left: 84%;
  }

  .south-korea span {
    top: -14px;
    left: 3px;
  }

  .brazil span {
    left: -17px;
    top: -18px;
  }

  .egypt span {
    left: -20px;
    top: 33px;
  }

  .uae span {
    left: -14px;
    top: -18px;
  }

  .tunisia span {
    left: -25px;
    top: -19px;
  }

  .sri-lanka span {
    top: 8px;
    left: -69px;
  }

  .india span {
    left: -25px;
    top: -18px;
  }

  .bangladesh span {
    left: -40px;
    top: -22px;
  }

  .philipines span {
    top: 32px;
    left: -3px;
  }

  .bangladesh {
    top: 36%;
    left: 72%;
  }

  .indonesia span {
    top: 32px;
    left: -39px;
  }

  .jordan span {
    left: -24px;
    top: -26px;
  }

  .republic-of-singapore span {
    top: 34px;
    left: -63px;
  }

  .thailand span {
    top: -17px;
    left: -31px;
  }

  .pin span {
    padding: 1px 6px;
    font-size: 12px;
    line-height: 24px;
  }

  .map-loc {
    height: 440px;
  }

  .img-center {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  #location-select {
    background-color: #123c69;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    padding: 10px 18px !important;
    border: none;
    border-radius: 0;
  }

  .p-ourloc {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .pin {
    display: none;
  }

  #location-select {
    display: block;
    color: #fff !important;
  }

  #location-list {
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .noDisplay,
  .world-map {
    display: none;
  }

  select {
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #17234d;
    border: none;
    margin-bottom: 20px;
    padding: 8px 0;
  }

  article {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #e5e7e9;
  }

  #location-select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    margin: 0;
  }

  #location-list .image-contact-loc svg {
    margin: auto 13px auto 0 !important;
  }

  .header h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }

  #address-line1,
  #address-line2,
  #address-line3 {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 29px;
    color: #17234d;
  }

  .child label,
  .bread-crumbs p,
  .bread-crumbs p a {
    font-size: 16px;
    line-height: 29px;
  }

  .child label {
    font-weight: 600;
  }

  .child a {
    font-size: 16px;
    line-height: 29px;
    word-break: break-all;
  }

  .action-button {
    margin-top: 20px;
  }

  .action-button .button {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    padding: 10px 20px 10px 20px;
  }

  .action-button a {
    text-decoration: none;
  }

  .icon-contact {
    margin: auto 13px auto 0;
  }

  .title-banner-page h1 {
    font-size: 60px;
    line-height: 75px;
  }

  .action-button .visit-website {
    padding: 5.5px 24px !important;
  }

  .top-tl {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .map-loc {
    height: 100% !important;
  }

  .desk-vw {
    display: none;
  }

  .mob-vw {
    display: block;
    margin-bottom: 40px;
  }

  .location-sect {
    margin: 40px 0 0 0;
  }
}

.overview-about {
  margin: 80px 0;
}

.overview-about img {
  width: 85%;
}

section.main-origin {
  margin: 50px 0;
}

section.main-origin .details h2,
section.main-origin .details p {
  margin-bottom: 20px;
  text-align: left;
}

.hide {
  display: none;
}

.main-origin .col-md-5,
.main-origin .col-md-6 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .hide {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .overview-about img {
    width: 100%;
  }
}

.desk-market,
.text-detail-map p {
  margin-top: 20px;
}

.text-detail-map {
  margin-bottom: 30px;
}

.market-mt {
  margin: 50px auto;
}

.market2-mt {
  margin: 80px auto;
}

.sc-market-one {
  width: 100%;
}

.mobile-only {
  display: none;
}

/* start mapping */

.distribution-map {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 40px auto;
}

.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-map {
  outline: 0;
  z-index: 0;
  position: absolute;
  cursor: pointer;
}

.label-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  visibility: hidden;
  width: 100%;
}

.label-text {
  color: #17234d;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  width: 100%;
}

.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}

.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

/* end mapping */

@media (max-width: 768px) {
  .custom-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .custom-grid .col-md-7,
  .custom-grid .col-md-4 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .icon-map {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .market2-mt {
    margin: 40px auto;
  }
}

section {
  margin: 0;
}

.m-0 {
  margin: 0 !important;
}

.br-card-cont {
  border: 2px solid #1ba2ca;
  padding: 30px;
}

.custom-h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0em;
}

p.li-product {
  font-size: 16px;
  font-weight: 0;
}

.contact-us {
  margin: 80px auto;
}

h1.tagline-contact-us {
  font-weight: bold;
  font-size: 34px !important;
  line-height: 54px;
  margin: 0.2em 0;
}

h2.tagline-contact-us {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
}

h3.description-contact-us {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 30px;
  margin: 5px 0 15px 0;
  color: #5d5d5d;
}

h3.description-contact-us-2 {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 32px;
  color: #17234d;
}

h3.description-contact-us-3 {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 32px;
  margin-bottom: 20px;
  color: #5d5d5d;
  margin-top: 0;
}

.label-form-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #17234d;
}

option.field-form::after {
  margin-left: 160px;
}

textarea.field-form {
  width: 100%;
  padding: 14px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #e5e7e9;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.custom-margin-form {
  margin: auto auto 0 auto;
}

.sec-products-new.other-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

.sec-products-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.detail-list-form {
  border-radius: 5px;
  width: 50%;
  padding: 5px;
  font-weight: bold;
  margin: auto auto 0;
  position: relative;
}

.detail-list-form.products-two {
  width: 35%;
}

.detail-list-form.products-three {
  width: 65%;
}

.detail-list-form textarea {
  resize: unset;
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-list-form.detail-contents {
  width: 50%;
}

.detail-list-form.detail-contents.events {
  width: 47%;
}

.detail-list-form.detail-contents.btn-events {
  width: 15%;
}

.card-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  margin-bottom: 20px;
  border: 2px solid #1ba2ca;
  padding: 25px 20px;
}

.container-card-contact #whatsapp,
.container-card-contact #whatsapp img {
  height: 60px;
  width: 60px;
}

.image-contact,
.image-contact svg {
  width: 50px;
  margin-right: 0px;
}

.pdl-1 {
  padding-left: 10px;
}

.g-recaptcha {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.card-contact-information {
  padding-left: 20px;
}

.card-title-contact {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card-title-contact-wa {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.card-subtitle-contact {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
  margin-top: 0px;
  margin-bottom: 0px;
  word-break: break-all;
}

.check-box-form {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0;
  color: #17234d;
  margin-left: 10px;
}

.text-deco:hover {
  text-decoration: underline;
}

.wa-icon {
  width: 50%;
  margin: 8px 0 0 12px;
}

.select-selected:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
}

#form_chosen option,
#form_chosen {
  color: #17234d !important;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.suggestion-box {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  width: calc(100% - 2px);
  z-index: 1000;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  left: 0;
}

.suggestion-box li {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestion-box li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 991px) {
  .direct-row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .direct-row .col-md-4,
  .direct-row .col-md-7 {
    width: 100% !important;
  }

  .direct-row .layer-touch {
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .detail-list-form.detail-contents,
  .detail-list-form.detail-contents.events,
  .detail-list-form.detail-contents.btn-events {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .products {
    display: grid;
  }

  .detail-list-form {
    width: 100% !important;
  }

  .sec-products-new,
  .contents,
  .sec-products {
    display: grid !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .custom-h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .br-card-cont {
    padding: 20px 15px;
  }

  .contact-us {
    margin: 50px 0 60px 0;
  }

  h2.tagline-contact-us {
    line-height: 33px;
    font-size: 22px;
  }

  h3.description-contact-us,
  h3.description-contact-us-3,
  h3.description-contact-us-2 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}

.main {
  text-align: center;
  margin-top: 50px;
}

h3.title {
  color: #1ba2ca;
  height: 70px;
}

.val-home .more-details {
  height: 100%;
  margin: 50px 0 80px 0;
}

.img-mores {
  background-position: center;
  background-size: cover;
  height: 688px;
  width: 100%;
  position: relative;
}

.desc-mores {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.desc-mores h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.desc-mores p {
  text-align: center;
  color: #fff;
}

.desc-mores svg {
  margin: auto 10px auto 0 !important;
  width: 20px;
  height: 20px;
}

.desc {
  max-width: 82%;
  margin: auto;
}

.main p {
  max-width: 80%;
  margin: auto auto 20px auto;
}

/* start slick */

.mores .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 21px;
  color: #1ba2ca;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #1ba2ca;
  border-radius: 100%;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  padding: 3px;
  z-index: 9;
  text-align: center;
  height: 30px;
  width: 30px;
}

.mores .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1ba2ca;
}

.mores .slick-dots {
  bottom: 12px;
}

.mores .slick-arrow svg path {
  fill: #1ba2ca;
}

.mores .slick-arrow:hover {
  background-color: #1ba2ca;
}

.mores .slick-arrow:hover svg path {
  fill: #fff;
}

.mores .slick-next {
  right: 20px;
}

.mores .slick-prev {
  left: 20px;
}

.mores .slick-dots {
  bottom: 40px;
}

.mores .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
  opacity: 1;
}

.mores .slick-arrow svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 769px) {
  .desc-mores {
    padding: 0 20px;
  }

  h3.title {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .main p {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .mores .slick-arrow {
    display: none !important;
  }
}

/* end slick */

.feedback-sect {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 50px;
  margin-bottom: 80px;
}

.feedback-sect h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.feedback-sect p {
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
}

.main {
  text-align: center;
  margin-top: 50px;
}

.column-main {
  background-color: #f3f7fa;
  padding: 30px;
  margin: 50px 0;
}

.pc {
  margin-right: 20px;
}

.pc svg {
  width: 60px;
}

h3.title {
  color: #1ba2ca;
  height: 90px;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: left;
  margin-bottom: 10px;
}

.custom-card {
  padding: 25px 12px;
}

.new-cstm-fs h3 {
  color: #1ba2ca;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.new-cstm-fs h2 {
  margin: 10px 0;
  text-align: center;
}

.new-cstm-fs p {
  max-width: 75%;
  margin: auto;
}

@media (max-width: 1024px) {
  h3.title {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

@media (max-width: 768px) {
  h3.title {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .feedback-sect {
    padding: 30px;
  }

  .new-cstm-fs p {
    max-width: 95%;
  }
}

.p-2 {
  padding: 20px 0;
}

.mlocation {
  margin-bottom: 30px;
}

.location-sect {
  margin: 50px auto;
}

.top-tl {
  background: #123c69;
  padding: 10px;
  height: 90px;
}

.top-tl h4 {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}

.location-sect h2 {
  text-align: center;
  color: #17234d;
  max-width: 80%;
  margin: auto;
}

.cust-mb-loc {
  margin-top: 10px;
}

.part-contact p {
  word-break: break-word;
  font-weight: 600;
}

.part-contact img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.address-cont {
  margin: auto 0 auto 10px;
  word-break: break-word;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.address-cont p {
  margin: 0;
  color: #17234d;
}

.address-cont a {
  color: #5d5d5d;
}

.add-top {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.map-loc {
  height: 390px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.tl-card-map a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
}

/* start mapping */

.distribution-map {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.icon-map {
  cursor: pointer;
  outline: 0;
  z-index: 0;
  position: absolute;
}

.label-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
  visibility: hidden;
  width: 100%;
}

.label-text {
  color: #17234d;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 20px;
  font-size: 12px;
  width: 100%;
}

.image-contact svg {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s ease;
  transition: visibility 0s, opacity 0.5s ease;
}

.float:hover + div.label-container {
  visibility: visible;
  opacity: 1;
}

.mob-vw {
  display: none;
}

/* end mapping */

/* network */

.p-ourloc {
  padding: 60px 0;
}

.world-map {
  position: relative;
  text-align: center;
  margin: 50px auto;
}

.pin {
  position: absolute;
  background: #1ba2ca;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

.pin::before {
  content: "";
  background: #1ba2ca;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: pulse 1.3s ease-in-out infinite;
          animation: pulse 1.3s ease-in-out infinite;
}

.pin span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: -53px;
  top: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 120px;
  padding: 2px 10px;
  color: #17234d;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  -webkit-box-shadow: 4.81px 4.81px 12.03px 0px #0000001a;
          box-shadow: 4.81px 4.81px 12.03px 0px #0000001a;
  border: 2px solid #e5e7e9;
}

.brazil {
  top: 66%;
  left: 29%;
}

.brazil span {
  left: -25px;
}

.uae {
  top: 40.5%;
  left: 62.5%;
}

.uae span {
  left: -20px;
  top: -25px;
}

.egypt {
  top: 37%;
  left: 54.3%;
}

.egypt span {
  left: -29px;
  top: 34px;
}

.sri-lanka {
  top: 52%;
  left: 71%;
}

.sri-lanka span {
  top: 1px;
  left: -95px;
}

.india {
  top: 44%;
  left: 69%;
}

.india span {
  left: -25px;
  top: -25px;
}

.bangladesh {
  top: 37%;
  left: 73%;
}

.bangladesh span {
  left: -55px;
  top: -28px;
}

.indonesia {
  top: 59.5%;
  left: 80.5%;
}

.indonesia span {
  top: 36px;
  left: -39px;
}

.republic-of-singapore {
  top: 51%;
  left: 77%;
}

.republic-of-singapore span {
  top: 38px;
  left: -44px;
}

.thailand {
  top: 44.5%;
  left: 77.5%;
}

.thailand span {
  top: -27px;
  left: -38px;
}

.vietnam {
  top: 308px;
  left: 80%;
}

.vietnam span {
  top: -12px;
  left: 15px;
}

.philipines {
  top: 326px;
  left: 85.5%;
}

.philipines span {
  top: 5px;
  left: 22px;
}

.china {
  top: 34%;
  left: 81%;
}

.china span {
  top: 5px;
  left: 20px;
}

.south-korea {
  top: 189px;
  left: 84%;
}

.south-korea span {
  top: 4px;
  left: 21px;
}

.jordan {
  top: 34.5%;
  left: 56.5%;
}

.jordan span {
  left: -34px;
  top: -26px;
}

.tunisia {
  top: 33%;
  left: 48%;
}

.tunisia span {
  left: -37px;
  top: -29px;
}

@keyframes pulse {
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header h6 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #17234d;
  margin-bottom: 0;
  max-width: 85%;
}

.email,
.phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.child label {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #17234d;
}

.child a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #17234d;
}

.email,
.maps-part,
.action-button {
  margin-top: 20px;
}

.phone-number {
  margin-top: 10px;
}

.maps-part iframe {
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
  border: 2px solid #e5e7e9;
}

.action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.action-button .button {
  border: 2px solid #17234d;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  padding: 10px 20px 10px 20px;
}

.action-button a {
  text-decoration: none;
}

.action-button .visit-website {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #1ba2ca;
  background-color: #1ba2ca;
  text-align: center;
  padding: 12px 24px;
  color: #fff;
}

.action-button .visit-website:hover {
  color: #1ba2ca;
  background-color: #fff;
}

.card-body-loc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  padding: 20px;
  text-align: left;
}

/* sidebar */

#location-select,
#location-list {
  display: none;
}

@media (max-width: 1400px) {
  .vietnam {
    top: 268px;
    left: 80%;
  }

  .philipines {
    top: 285px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .south-korea {
    top: 167px;
    left: 84%;
  }

  .south-korea span {
    top: -26px;
    left: -55px;
  }

  .republic-of-singapore span {
    top: 37px;
    left: -73px;
  }
}

@media (max-width: 1200px) {
  .vietnam {
    top: 221px;
    left: 80%;
  }

  .philipines {
    top: 237px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .china {
    top: 34%;
    left: 82%;
  }

  .bangladesh {
    top: 35%;
    left: 73%;
  }

  .bangladesh span {
    left: -54px;
    top: -25px;
  }

  .south-korea {
    top: 138px;
    left: 84%;
  }

  .south-korea span {
    top: -19px;
    left: 3px;
  }

  .map-loc {
    height: 470px;
  }

  .philipines span {
    top: 36px;
    left: -3px;
  }

  .vietnam span {
    top: -5px;
    left: 17px;
  }

  .thailand span {
    top: -17px;
    left: -43px;
  }

  .republic-of-singapore span {
    top: 37px;
    left: -87px;
  }
}

@media (max-width: 991px) {
  .vietnam {
    top: 162px;
    left: 80%;
  }

  .vietnam span {
    top: -5px;
    left: 13px;
  }

  .philipines {
    top: 175px;
  }

  .uae {
    top: 39.5%;
    left: 62%;
  }

  .south-korea {
    top: 100px;
    left: 84%;
  }

  .south-korea span {
    top: -14px;
    left: 3px;
  }

  .brazil span {
    left: -17px;
    top: -18px;
  }

  .egypt span {
    left: -20px;
    top: 33px;
  }

  .uae span {
    left: -14px;
    top: -18px;
  }

  .tunisia span {
    left: -25px;
    top: -19px;
  }

  .sri-lanka span {
    top: 8px;
    left: -69px;
  }

  .india span {
    left: -25px;
    top: -18px;
  }

  .bangladesh span {
    left: -40px;
    top: -22px;
  }

  .philipines span {
    top: 32px;
    left: -3px;
  }

  .bangladesh {
    top: 36%;
    left: 72%;
  }

  .indonesia span {
    top: 32px;
    left: -39px;
  }

  .jordan span {
    left: -24px;
    top: -26px;
  }

  .republic-of-singapore span {
    top: 34px;
    left: -63px;
  }

  .thailand span {
    top: -17px;
    left: -31px;
  }

  .pin span {
    padding: 1px 6px;
    font-size: 12px;
    line-height: 24px;
  }

  .map-loc {
    height: 440px;
  }

  .img-center {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  #location-select {
    background-color: #123c69;
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    padding: 10px 18px !important;
    border: none;
    border-radius: 0;
  }

  .p-ourloc {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .pin {
    display: none;
  }

  #location-select {
    display: block;
    color: #fff !important;
  }

  #location-list {
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .noDisplay,
  .world-map {
    display: none;
  }

  select {
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #17234d;
    border: none;
    margin-bottom: 20px;
    padding: 8px 0;
  }

  article {
    background-color: #ffffff;
    padding: 30px;
    border: 2px solid #e5e7e9;
  }

  #location-select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    margin: 0;
  }

  #location-list .image-contact-loc svg {
    margin: auto 13px auto 0 !important;
  }

  .header h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }

  #address-line1,
  #address-line2,
  #address-line3 {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 29px;
    color: #17234d;
  }

  .child label,
  .bread-crumbs p,
  .bread-crumbs p a {
    font-size: 16px;
    line-height: 29px;
  }

  .child label {
    font-weight: 600;
  }

  .child a {
    font-size: 16px;
    line-height: 29px;
    word-break: break-all;
  }

  .action-button {
    margin-top: 20px;
  }

  .action-button .button {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    padding: 10px 20px 10px 20px;
  }

  .action-button a {
    text-decoration: none;
  }

  .icon-contact {
    margin: auto 13px auto 0;
  }

  .title-banner-page h1 {
    font-size: 60px;
    line-height: 75px;
  }

  .action-button .visit-website {
    padding: 5.5px 24px !important;
  }

  .top-tl {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .map-loc {
    height: 100% !important;
  }

  .desk-vw {
    display: none;
  }

  .mob-vw {
    display: block;
    margin-bottom: 40px;
  }

  .location-sect {
    margin: 40px 0 0 0;
  }
}

.bt-product {
  position: absolute;
  top: 17px;
  right: 20px;
}

.subtitle-banner {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 70%;
  color: #fff;
}

/* filter by */

.custom-dropdown-filter .dropdown-btn-filter {
  width: 215px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #17234d;
  cursor: pointer;
  font-size: 14px;
}

.custom-dropdown-filter .custom-dropdown-content-filter {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 215px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px;
}

.custom-dropdown-filter .search-input-filter {
  margin: 5px auto 10px auto;
  width: 100%;
  padding: 9.5px 25px;
  border-radius: 100px;
  border: 2px solid #e5e7e9;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px !important;
}

.custom-dropdown-filter .search-input-filter:focus-visible {
  border: 2px solid #1ba2ca;
}

.custom-dropdown-filter .custom-dropdown-content-filter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  color: black;
}

.custom-dropdown-filter .custom-dropdown-content-filter a input {
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-dropdown-filter .clear-all-btn-filter {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  display: none;
}

.custom-dropdown-filter .result-mt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.dropdown-filterby {
  position: absolute;
  top: 12px;
  right: 16px;
}

.custom-dropdown-filter .result-mt:hover .clear-all-btn-filter {
  display: inline;
}

/* Filter Industry */

#selectedIndustries {
  margin-top: 20px !important;
  font-weight: 600;
  font-size: 16px;
  color: #17234d;
}

.flex-selct {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-dropdown-filter {
  position: relative;
  display: inline-block;
}

.custom-dropdown-filter .dropdown-menu {
  padding: 10px;
}

.dropdown-btn-filter {
  width: 215px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #17234d;
  cursor: pointer;
}

.dropdown-content-filter {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 215px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px;
}

.search-input-filter {
  width: calc(100% - 10px);
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropdown-content-filter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  color: black;
  margin: 0;
}

.dropdown-content-filter a input {
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-check-input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6px 0 auto 0;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 2px;
}

.select-industry {
  background-color: #fff;
  width: 250px;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

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

.center {
  text-align: center;
}

/* related-product */

.img-bn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
}

.card-top-product {
  background: #fff;
  border: 1px solid #e5e7e9;
  margin: 0px 10px;
  height: 450px;
  position: relative;
}

.card-top-product:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.content-card {
  padding: 10px 0;
}

.content-card h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

/* end related */

.all-product {
  padding: 50px 0;
}

.tag-search {
  margin-top: 10px;
  width: 80%;
  margin: auto;
}

.tag-tl {
  margin: auto 10px auto 0;
}

.all-product h3 {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 28px;
  color: #17234d;
}

.btn-tag {
  padding: 0 25px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.sort-date .title-dropdown,
.filter .title-dropdown {
  font-size: 16px;
  font-weight: 400;
}

.all-product .dropdown-menu {
  border-radius: 4px;
  margin: 6px 0 !important;
  padding: 15px 12px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  height: 350px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  z-index: 9;
}

.fa-angle-down {
  margin: auto 0 auto auto;
}

.fa-angle-down:before {
  font-size: 22px;
  font-weight: 500;
  color: #5d5d5d;
}

.form-check-label {
  padding: 0 8px 6px 8px;
  color: #17234d;
}

.short-date a:hover,
.short-date a:active {
  color: #1ba2ca !important;
}

.all-product a:-webkit-any-link:active {
  color: #1ba2ca !important;
}

.sort-date .dropdown-toggle::after {
  display: inline-block;
  margin-left: 58px;
}

.filter .dropdown-toggle::after {
  display: inline-block;
  margin-left: 72px;
}

.tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.result-mt {
  margin-top: 10px;
}

/* card */

.cas,
.hs {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#loadMoreBtn,
#loadMoreBtnProduct,
#loadMoreBtnArticle {
  margin: auto;
  display: block;
}

.img-downld img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.img-bn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
}

.detproducts .slick-dots li button:before {
  font-size: 60px;
  color: #e5e7e9;
  opacity: 1;
}

.detproducts .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1ba2ca;
}

.detproducts .slick-arrow {
  position: absolute;
  top: -36px;
  font-size: 30px;
  color: #1ba2ca;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #1ba2ca;
  border-radius: 100%;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  padding: 7px;
  z-index: 9;
  text-align: center;
  height: 50px;
  width: 50px;
}

.detproducts .slick-arrow svg path {
  fill: #1ba2ca;
}

.detproducts .slick-arrow:hover {
  background-color: #1ba2ca;
}

.detproducts .slick-arrow:hover svg path {
  fill: #fff;
}

.detproducts .slick-next {
  right: 30px;
}

.detproducts .slick-prev {
  right: 100px;
  position: absolute;
  left: unset;
}

.detproducts .slick-dots {
  bottom: -15px;
}

/* end related */

.detail-product {
  margin: 60px 0 40px 0;
}

h1.product-text {
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: "Poppins" !important;
  line-height: 36px !important;
  text-align: left !important;
  color: #17234d !important;
  margin-bottom: 15px !important;
}

.seo-link {
  color: #000000;
  text-decoration: none;
}

.seo-link:hover {
  opacity: 0.7;
  color: #262626;
}

.spacing-seo-link {
  margin: 1em 5px;
}

.basic-info {
  padding: 5px;
  border: 2px solid #123c69;
  border-radius: 10px;
  margin: 5px 0;
}

table {
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

table th,
table td {
  text-align: center;
}

table th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.tab {
  overflow: hidden;
  border: 1px solid #e5e7e9;
  background-color: #1ba2ca;
  color: #ffffff;
}

.tab button {
  background-color: inherit;
  float: left;
  border: 1px solid #e5e7e9;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 28px;
  width: 50%;
  background-color: #fff;
  color: #17234d;
  font-weight: 600;
}

.tab button:hover {
  background-color: #1ba2ca;
  color: #fff;
}

.tab button.active {
  background-color: #1ba2ca;
  border: 1px solid #1ba2ca;
  color: #ffffff;
}

.desk-info {
  margin-bottom: 30px;
  margin-top: 80px;
}

.tabcontent {
  border: 2px solid #e5e7e9;
  display: none;
  padding: 20px;
  border-top: none;
}

.tabcontent h2,
.tabcontent h3,
.tabcontent h4 {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin: 0;
}

.tabcontent strong,
.product-text {
  color: #17234d !important;
}

.tabcontent p,
.tabcontent ol li,
.tabcontent ul li {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
  font-family: "Poppins" !important;
  margin-bottom: 10px;
}

.tabcontent p span {
  font-family: "Poppins" !important;
  font-size: 14px !important;
}

.button-detail-product {
  border: none;
  border-radius: 100px;
  outline: 0;
  padding: 12px;
  color: #fff;
  border: 2px solid #1ba2ca;
  background-color: #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.button-detail-product:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.description-product {
  width: 100%;
}

.more-details tbody,
.appearance tbody {
  vertical-align: baseline;
}

.recommendation-product {
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/bg-related-product.png");
  height: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f3f7fa;
  padding: 30px 0;
}

.recommendation-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hs,
.cas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-product-custom {
  width: 100%;
  height: 420px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.half-detail-description {
  width: 50%;
  border-radius: 10px;
  background-color: #123c69;
  margin: 5px;
}

.full-detail-description {
  border-radius: 10px;
  background-color: #123c69;
  margin: 5px;
}

.list-detail-description,
.list-detail-description p {
  margin-right: 5px;
  /* margin: 10px 0; */
  font-size: 14px !important;
  font-weight: 400;
  color: #5d5d5d;
  text-align: left;
}

.fw-6,
.fw-6 p {
  font-weight: 600;
}

.top-products-title {
  color: #17234d;
}

.more-details table tr td,
.basic-details table tr td {
  padding: 5px 0;
}

.industry-info h6,
.share-link h6,
.basic-details h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  /* text-align: left; */
  color: #17234d;
  margin-bottom: 10px;
}

.det-list-indust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0 0 0 10px;
}

.btn-industry {
  padding: 9.5px 22px;
  font-size: 12px;
  border: 1px solid #f3f7fa;
  border-radius: 100px;
  background: #f3f7fa;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #17234d;
  text-wrap: nowrap;
}

.media.linkedin {
  background-color: #0077b7;
  margin: 0 5px;
}

.media.facebook {
  background-color: #1e4899;
  margin: 0 5px;
}

.media.whatsapp {
  background-color: #33cc33;
  margin: 0 5px;
}

.media.link {
  background-color: #1ba2ca;
}

.share-link {
  margin: 10px 0;
}

.basic-details,
.industry-info {
  margin: 10px 0;
}

.cust-margin {
  margin-bottom: 14px;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 500px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.copy-link-modal .share-link-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.copy-link-modal .button-copy-link {
  border: none;
  border-radius: 100px;
  outline: 0;
  padding: 12px 20px;
  color: white;
  background-color: #1ba2ca;
  text-align: center;
  cursor: pointer;
  width: 40%;
  font-size: 16px;
  border: 2px solid #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}

.copy-link-modal .field-form-shared-link {
  width: 60%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  border: 2px solid #e5e7e9;
  padding: 12px 22px;
  border-radius: 100px;
  font-weight: 400;
  line-height: 24px;
}

.copy-link-modal-label {
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  text-align: left;
}

.modal-header-copy-link {
  padding: 30px 30px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-linkcp .modal-body {
  padding: 25px 30px 30px 30px;
}

.modal-linkcp.modal-content {
  padding: 0;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: none;
  background-color: unset;
}

.btn-close img {
  width: 20px;
  height: 20px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #123c69;
  color: white;
}

.modal-body {
  padding: 30px;
}

.modal-body h2 {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  color: #17234d;
  max-width: 85%;
}

input.modal-email[type="email"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.modal-email[type="submit"] {
  width: 100%;
  background-color: #123c69;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button.modal-email[type="submit"]:hover {
  background-color: #f2f2f2;
  color: #000;
}

.btn-input-email {
  background: #123c69;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
}

.float-right {
  float: right;
}

input.submit-form {
  margin: 20px 0 8px auto;
  display: block;
}

.detail-contents label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.tds-part table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

.cstm-download {
  cursor: pointer;
  border: none;
  background-color: unset;
}

.new-style thead tr {
  border-top: 1px solid #123c69;
  text-align: center;
  background-color: #123c69;
  color: #fff;
}

.chechbox-part {
  margin-bottom: 20px;
}

.new-style tbody tr {
  background-color: #fff;
}

.cstm-download svg {
  fill: #000;
  margin: 5px !important;
  display: block;
}

.tds-part table th,
.tds-part table td {
  padding: 0.625em;
  text-align: center;
}

.tds-part table td {
  color: #17234d;
}

.checkbox-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

table.table {
  margin-top: 30px;
}

.main-cn-pr {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #e5e7e9;
  height: 100%;
}

.inquiry {
  margin-bottom: 19px;
  padding: 20px;
  border: 2px solid #e5e7e9;
  height: 51%;
}

.button-download {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #e5e7e9;
  height: 46%;
}

.button-download h6,
.main-inquiry h6 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  text-align: left;
  color: #17234d;
  margin-bottom: 20px;
}

.share-link.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .modal-linkcp {
    width: 70% !important;
  }

  .industry-info .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .inq-btn .btn-inquiry {
    margin: 10px auto;
  }
}

@media (max-width: 767px) {
  .inq-btn .btn-inquiry {
    margin: 25px auto;
  }

  .detproducts .slick-dots li button {
    display: none;
  }

  .btn-industry {
    padding: 6.5px 16px;
  }

  .copy-link-modal-label {
    font-size: 18px;
  }

  .detail-product {
    margin-top: 175px;
  }

  .detproducts .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .detproducts .slick-prev {
    right: 85px;
  }

  .img-product-custom {
    width: 100%;
    height: 300px;
  }

  .share-link {
    display: none;
  }

  .share-link.mobile {
    display: grid;
  }

  .industry-info .col-md-4 {
    margin-bottom: 15px;
  }

  .desk-info {
    margin-top: 20px;
  }

  .inquiry {
    margin-top: 20px;
  }

  .recommendation-product {
    width: 95%;
  }

  .modal {
    padding: 0;
  }

  .tab button {
    font-size: 14px;
    line-height: 25px;
  }

  .list-detail-description,
  .list-detail-description p,
  .tabcontent p,
  .tabcontent ol li {
    font-size: 12px !important;
    line-height: 22px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .copy-link-modal .share-link-input {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .share-link-input input#field-form-shared-link,
  .share-link-input #button-copy-link {
    width: 100% !important;
    padding: 5.5px 20px !important;
  }
}

@media (min-width: 720px) {
  .flex-detail-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.desc-industry-sect {
  margin: 80px 0;
}

.img-industry {
  border: 2px solid #78ccdf;
  padding: 20px;
  width: 80%;
  margin: auto;
}

.img-industry img {
  width: 100%;
  margin: auto;
  display: block;
}

.custom-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-categories {
  background-color: #f3f7fa;
  padding: 50px;
}

.product-categories h2 {
  text-align: center;
  margin-bottom: 50px;
}

.detail-list {
  margin-left: 5px;
}

/* template product */

.sort-date .title-dropdown,
.filter .title-dropdown {
  font-size: 15px;
  font-weight: 400;
}

.filter .dropdown-toggle::after {
  display: inline-block;
  margin-left: 72px;
}

select {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

@media (max-width: 991px) {
  .img-industry {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter-product {
    width: 100%;
  }

  .detail-list {
    width: 100%;
  }

  .main-detail-content p {
    margin-bottom: 20px;
  }

  .all-industry2-mt h2 {
    margin-bottom: 20px;
  }
}

.all-industry2-mt {
  margin: 30px auto;
}

.detail-list {
  margin-left: 5px;
}

/* template product */

.all-product {
  padding: 50px 0;
}

.mt-cust {
  margin: 10px auto 50px auto;
}

.tag-search {
  margin-top: 10px;
  width: 80%;
  margin: auto;
}

.tag-tl {
  margin: auto 10px auto 0;
}

/* Filter Industry */

.flex-selct {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-selct p {
  margin: 0;
}

.dropdown-btn-filter {
  width: 215px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #17234d;
  cursor: pointer;
}

.dropdown-content-filter {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 215px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px;
}

.search-input-filter {
  padding: 13px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  width: auto;
  border: 2px solid #e5e7e9;
  margin: 10px;
}

.dropdown-content-filter a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  text-decoration: none;
  color: black;
  margin: 0;
}

.dropdown-content-filter a input {
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-check-input {
  margin: 6px 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.select-origin {
  background-color: unset;
  width: 250px;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

.select-origin:focus-visible {
  outline: none;
}

.mt-2 {
  margin-top: 20px;
}

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

.btn-tag {
  padding: 0 25px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.sort-date .title-dropdown,
.filter .title-dropdown {
  font-size: 15px;
  font-weight: 400;
}

.all-product .dropdown-menu {
  z-index: 9;
  border-radius: 4px;
  margin: 6px 0 !important;
  padding: 15px 12px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  height: 350px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.fa-angle-down {
  margin: auto 0 auto auto;
}

.fa-angle-down:before {
  font-size: 22px;
  font-weight: 500;
  color: #5d5d5d;
}

.short-date a:hover,
.short-date a:active {
  color: #1ba2ca !important;
}

.all-product a:-webkit-any-link:active {
  color: #1ba2ca !important;
}

.sort-date .dropdown-toggle::after {
  display: inline-block;
  margin-left: 58px;
}

.filter .dropdown-toggle::after {
  display: inline-block;
  margin-left: 72px;
}

.tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.desc-industry-sect {
  margin: 80px 0;
}

.imge-category img {
  width: 100%;
  margin: auto;
  display: block;
}

.custom-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-categories {
  background-color: #f3f7fa;
  padding: 50px;
}

.product-categories h2 {
  text-align: center;
  margin-bottom: 50px;
}

.all-industry2-mt {
  margin: 30px auto;
}

.detail-list {
  margin-left: 5px;
}

/* template product */

.sort-date .title-dropdown,
.filter .title-dropdown {
  font-size: 15px;
  font-weight: 400;
}

.filter .dropdown-toggle::after {
  display: inline-block;
  margin-left: 72px;
}

select {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

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

.text-product .url-custom {
  color: #1ba2ca;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .imge-category {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-library {
  padding-top: 160px;
  padding-bottom: 50px;
}

.tech-librry {
  margin: 40px 0;
}

.top-library h1 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: center;
  color: #17234d;
}

.data-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-library table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 50px;
}

.top-library table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.top-library thead tr {
  background-color: #123c69 !important;
}

.top-library table tr {
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding: 0.35em;
}

.top-library table th,
.top-library table td {
  padding: 8px 20px;
  text-align: left;
}

.top-library table th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

.top-library table td {
  color: #17234d;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

#docTds,
#docMsds {
  top: 100px;
}

#requestTdsModal,
#requestMsdsModal {
  z-index: 1002 !important;
}

/* Modal Content */

.modal-content.tds-part,
.modal-content.msds-part {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 500px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.modal-header {
  padding: 2px 16px;
  background-color: #123c69;
  color: white;
}

.modal-body {
  padding: 30px;
}

.form-group-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.form-group-email h2 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: left;
  color: #17234d;
  max-width: 80%;
}

.detail-contents label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

input.submit-form {
  margin: 20px 0 8px auto;
  display: block;
}

input.modal-email[type="email"],
select {
  width: 100%;
  padding: 10px 40px;
  margin: 0 0 20px 0;
  display: inline-block;
  border: 2px solid #e5e7e9;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.modal-email[type="submit"] {
  width: 180px;
  background-color: #1ba2ca;
  color: white;
  padding: 14px 20px;
  margin: 0 0 0 auto;
  border: none;
  border-radius: 100px;
  display: block;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

button.modal-email[type="submit"]:hover {
  background-color: #13a366;
}

.float-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

.det-check-new {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

table.table {
  margin-top: 30px;
}

.btn-input-email {
  display: inline-block;
  width: 20px;
  height: 20px;
}

button.img-downld {
  background-color: inherit;
  border: none;
}

.cstm-download {
  cursor: pointer;
  /* border: 1px solid black; */
  /* border-radius: 2px; */
  border: none;
  background-color: unset;
}

.img-downld img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.chechbox-part {
  margin-bottom: 20px;
}

.img-downld-new {
  background-color: unset;
  border: none;
}

.img-downld-new img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.checkbox-part p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 11px;
}

.modal-body h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  color: #17234d;
  max-width: 85%;
}

@media (max-width: 767px) {
  .top-library h1 {
    font-size: 20px;
    line-height: 27px;
  }

  .img-downld svg,
  .img-downld-new svg {
    width: 18px;
    height: 18px;
  }

  .wd-50,
  .prod-nm {
    width: 50%;
  }

  table th,
  table td {
    padding: 8px 10px;
  }

  table th {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}

.m-custom {
  margin: 90px auto;
}

.content-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-by,
.date-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-event p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: auto 0;
  color: #17234d;
}

.date-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.ev-part input.field-form,
.ev-part option.field-form,
.ev-part select.field-form {
  width: 250px;
  margin: auto 0 !important;
}

.card-ev {
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
  height: 540px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.card-ev .card-img {
  border-radius: unset;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.card-body h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  margin: 0;
  padding: 0;
  height: unset !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-events .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  padding: 0;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.custom-height {
  height: 150px;
}

.card-body svg {
  margin: auto 5px auto 0;
  width: 20px;
  height: 20px;
}

.card-ev:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

.mb-custom {
  margin-bottom: 80px;
}

.custom-icon {
  width: 20px;
  height: 20px;
  margin: auto 10px auto 0;
}

.card-date,
.card-text {
  font-size: 14px !important;
  line-height: 22px !important;
}

.center-alert {
  color: #17234d;
  text-align: center;
}

@media (max-width: 1200px) {
  .card-ev .card-img {
    border-radius: unset;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .date-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 20px !important;
  }

  .m-custom {
    margin: 50px auto;
  }

  .ev-part input.field-form,
  .ev-part option.field-form,
  .ev-part select.field-form {
    width: 100% !important;
  }

  .card-ev {
    height: 100%;
  }

  .card-events .col-md-4 {
    margin-bottom: 30px;
  }
}

@media (width: 767px) {
  .cstm-width {
    display: grid !important;
  }

  .col-md-6 {
    width: 100% !important;
  }
}

@media (max-width: 500px) {
  form .col-md-6 {
    width: 100% !important;
  }
}

.custom-h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0em;
}

.head-text h2 {
  text-align: center;
  margin-bottom: 10px;
}

.head-text p {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.section-qa .accordion svg path {
  fill: #1c2f5c;
}

.section-qa .accordion svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 4px 0 auto 0;
}

.section-qa .accordion.active-faq svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-qa {
  margin: 80px 0;
}

.section-qa hr {
  border: 1px solid #e5e7e9;
}

.section-qa .accordion {
  background-color: #fff;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  color: #17234d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-qa .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border: 0px solid black;
}

.section-qa .panel p,
.section-qa .panel span {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 !important;
  color: #5d5d5d;
  font-family: 'Poppins', sans-serif !important;
}

.section-qa .panel span {
  color: #17234d;
}

@media (max-width: 991px) {
  .section-qa .panel {
    height: auto;
  }

  .section-qa {
    margin: 50px 0;
  }
}

@media (max-width: 500px) {
  .custom-h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .accordion {
    font-size: 14px;
    line-height: 25px;
  }

  .head-text p {
    max-width: 100%;
  }
}

body {
  position: unset !important;
}

.sect-feedback {
  margin: 80px 0;
}

.sect-feedback h2 {
  text-align: center;
  color: #17234d;
  margin-bottom: 40px;
}

.agree-all {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #17234d;
}

.form-feed {
  border: 2px solid #1ba2ca;
  padding: 50px;
  max-width: 75%;
  margin: auto;
}

.form-feedback .detail-list-form {
  width: 100%;
  margin-bottom: 0;
}

.rat-sect {
  margin-bottom: 20px;
}

.rating-part {
  margin-bottom: 30px;
  position: relative;
}

.form-feedback label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
  text-wrap: nowrap;
}

.form-feedback label span {
  color: red;
}

.checkbox-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.rate {
  position: absolute;
  top: 5px;
  right: 0;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: '\2605   ';
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

@media (max-width: 767px) {
  .form-feed {
    max-width: 100%;
    margin: auto;
    padding: 30px;
  }
}

@media (max-width: 450px) {
  .rate {
    position: relative;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes come-in {
  0% {
    /* -webkit-transform: translatey(100px); */
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }

  30% {
    /* -webkit-transform: translateX(-50px) scale(0.4); */
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }

  70% {
    /* -webkit-transform: translateX(0px) scale(1.2); */
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }

  100% {
    /* -webkit-transform: translatey(0px) scale(1); */
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

@keyframes come-in {
  0% {
    /* -webkit-transform: translatey(100px); */
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }

  30% {
    /* -webkit-transform: translateX(-50px) scale(0.4); */
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }

  70% {
    /* -webkit-transform: translateX(0px) scale(1.2); */
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }

  100% {
    /* -webkit-transform: translatey(0px) scale(1); */
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  margin: 1vw 1vw;
}

.floating-container:hover {
  height: 400px;
}

.floating-container:hover .floating-button {
  -webkit-box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
          box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  /* -webkit-transform: translatey(5px); */
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  /* -webkit-transition: all 0.3s; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(1) {
  /* -webkit-animation: come-in 0.4s forwards 0.2s; */
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
  /* -webkit-animation: come-in 0.4s forwards 0.4s; */
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
  /* -webkit-animation: come-in 0.4s forwards 0.6s; */
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}

.floating-container:hover .element-container .float-element:nth-child(4) {
  /* -webkit-animation: come-in 0.4s forwards 0.8s; */
  -webkit-animation: come-in 0.4s forwards 0.8s;
          animation: come-in 0.4s forwards 0.8s;
}

.floating-container:hover .element-container .float-element:nth-child(5) {
  /* -webkit-animation: come-in 0.4s forwards 1s; */
  -webkit-animation: come-in 0.4s forwards 1s;
          animation: come-in 0.4s forwards 1s;
}

.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #123c69;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  -webkit-box-shadow: 0 10px 25px -5px rgba(180, 180, 180, 0.6);
          box-shadow: 0 10px 25px -5px rgba(180, 180, 180, 0.6);
  /* -webkit-transition: all 0.3s; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  /* -webkit-transform: translateY(100px); */
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}

/* .floating-container .float-element:nth-child(1) {
        background: #4CAF50;
        box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
        } */

.floating-container .float-element:nth-child(2) {
  background: #42a5f5;
  -webkit-box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
          box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.floating-container .float-element:nth-child(3) {
  background: #4caf50;
  -webkit-box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
          box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(4) {
  background: #70adee;
  -webkit-box-shadow: 0 20px 20px -10px #123c69;
          box-shadow: 0 20px 20px -10px #123c69;
}

.floating-container .float-element:nth-child(5) {
  background: #123c69;
  -webkit-box-shadow: 0 20px 20px -10px #f2f2f2;
          box-shadow: 0 20px 20px -10px #f2f2f2;
}

.freeQuote {
  top: 50%;
  right: 0;
  z-index: 20;
  position: fixed;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  font-family: 'josefinsans regular';
  text-transform: uppercase;
  color: #fff;
  padding: 0px 5px;
  background: #123c69;
  /* -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.2); */
  /* -webkit-transform: rotateZ(-90deg) translateX(100px); */
  /* -ms-transform: rotateZ(-90deg) translateX(100px); */
  -webkit-transform: rotateZ(-90deg) translateX(100px);
          transform: rotateZ(-90deg) translateX(100px);
  /* -webkit-transform-origin: right bottom; */
  /* -ms-transform-origin: right bottom; */
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkQuote {
  margin: 5px 5px;
  color: white;
  text-decoration: none;
}

.squareChatButton {
  width: 100px;
  height: 45px;
  bottom: 15px;
  right: 1vw;
  position: fixed;
  color: #fff;
  background: #123c69;
}

.squareChatButtonText {
  padding: 10px 5px;
  margin: 0;
  color: #fff;
}

.squareChatButtonLeft,
.squareChatButtonRight {
  top: 0;
  position: absolute;
  padding: 3px 10px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type='text'],
.iti input[type='tel'] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 10px 0 14px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 10px;
  font-weight: 500;
  color: #17234d;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
  padding-right: 6px;
  padding-left: 60px !important;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown
input[disabled]
+ .iti__flag-container:hover
.iti__selected-flag,
.iti--allow-dropdown
input[readonly]
+ .iti__flag-container:hover
.iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.intl-tel-input {
  width: 100%;
}

.iti {
  width: 100%;
  margin: 8px 0;
}

.iti ul {
  max-width: 300px;
}

.main-termscondition h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  color: #17234d;
  margin-bottom: 20px;
}

.main-termscondition ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #17234d;
}

.sub-title li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.sub-title li {
  color: #5d5d5d;
}

ol {
  counter-reset: item;
  margin: 0;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}

li {
  display: block;
}

@media (max-width: 500px) {
  .main-termscondition h1 {
    font-size: 22px;
    line-height: 33px;
  }

  ol li {
    font-size: 14px;
    line-height: 25px;
  }
}

a {
  color: #17234d;
  text-decoration: none;
}

.center {
  text-align: center;
  color: #113c69;
  font-size: 36px;
}

.black {
  color: #000;
}

.main-container {
  padding: 20px 100px;
}

@media (max-width: 700px) {
  .main-container {
    padding: 20px;
  }
}

.autocomplete {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
}

#suggestions {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 999999;
  display: block;
  list-style: none;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px #0000001a;
          box-shadow: 0px 4px 20px 0px #0000001a;
  border-radius: 20px;
  border-top: 0;
  border: none;
  padding: 0;
}

#suggestions_products,
#port_suggestions {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: auto;
  max-height: 200px;
  position: absolute;
  z-index: 9;
  width: 98.5%;
}

.no-result-item {
  width: 100%;
  padding: 0;
}

.no-result-box {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
  width: 100%;
}

#suggestions li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#suggestions_products li {
  font-size: 16px;
  padding: 8px 16px;
  cursor: pointer;
}

#suggestions_products li:hover,
.suggestion-box li:hover {
  background-color: #f3f6f9;
}

#suggestions_products li p {
  font-size: 16px;
  color: #5d5d5d;
}

#suggestions li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

#suggestions_products li img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

@media screen and (max-width: 1075px) {
  .autocomplete {
    position: relative;
    width: 90%;
  }
}

.deff-sub-priv {
  color: #1ba2ca;
}

.p-6 {
  padding: 60px 0;
}

.main-privacy h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  color: #17234d;
}

.main-privacy p,
.main-privacy ul li,
.main-privacy ol li,
.main-privacy a {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d5d5d;
  margin: 0;
}

.main-privacy ul li,
.main-privacy ol li {
  display: list-item !important;
  list-style: auto !important;
}

.main-privacy h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main-privacy ul {
  margin-left: 20px;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a,
.pagination span {
  color: #fff;
  background-color: #1ba2ca;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #eeeeee;
  margin: 0 4px;
}

.pagination li {
  margin-bottom: 10px;
}

.pagination span {
  background-color: #fff;
  color: #1ba2ca;
}

.pagination a:hover:not(.active) {
  background-color: #fff;
  color: #1ba2ca;
}

.banner-page {
  background-position: top;
}

.section-title {
  margin: 60px auto;
}

.section-title-dets {
  margin: 0 0 100px 0;
}

.head-text h2,
.section-title-dets h2 {
  margin-bottom: 10px;
}

.head-text p {
  text-align: center;
  max-width: 70%;
  margin: auto auto 50px auto;
}

/* Card Customer Support */

.card-cs {
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  padding: 30px;
  position: relative;
  height: 100%;
}

.card-cs .img-cs svg {
  width: 60px;
  height: 60px;
}

.img-cs-blur svg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

.img-cs svg path {
  fill: #123c69;
}

.img-cs-blur svg path {
  fill: #123c69;
}

.card-cs h4 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #17234d;
  margin: 20px 0;
}

.btn-detail {
  border: none;
  border-radius: 100px;
  color: #fff;
  padding: 10.5px 20px;
  background-color: #1ba2ca;
  border: 2px solid #1ba2ca;
  margin: auto 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.btn-detail:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.mb-5 {
  margin-bottom: 50px;
}

/* End Card Customer Support */

/* Accordion Section */

.section-popular-quest {
  margin: 40px 0 100px 0;
}

.title-desc-quest h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  color: #17234d;
  margin-bottom: 20px;
}

.section-cs .accordion {
  background-color: #fff;
  padding: 30px 50px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #17234d;
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  cursor: pointer;
  text-align: left;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-cs .accordion.active-faq {
  background-color: #f3f7fa;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.faq-item:has(.accordion.active-faq) .section-cs .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-item.active-faq {
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
}

.accordion p {
  color: #17234d;
  font-weight: 600;
}

span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}

.accordion svg path {
  fill: #17234d;
}

.accordion svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section-cs .accordion.active-faq svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-cs .panel {
  background-color: #f3f7fa;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  margin-bottom: 30px;
}

.section-cs .panel p {
  margin: 0 !important;
  padding: 0 50px 30px 50px;
  font-family: "Poppins";
}

.img-dets-cs svg {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.img-dets-cs svg path {
  fill: #123c69;
}

.sticky-fixed {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-desc-quest {
  z-index: 1;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: sticky;
  top: 200px;
}

/* End Accordion Section */

/* CTA Banner */

.cta-section {
  margin-bottom: 100px;
}

.bg-cta {
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/image-customer-support/bg-cta.webp");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px;
}

.title-desc-btn {
  position: relative;
}

.title-desc-btn h3 {
  vertical-align: middle;
  color: #fff;
}

.title-desc-btn p {
  vertical-align: middle;
  color: #fff;
  margin: 5px 0 20px 0;
}

.btn-cta-cu {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  color: #1ba2ca;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 100px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-cta-cu:hover {
  color: #fff;
  background-color: transparent;
}

/* End CTA Banner */

@media (max-width: 767px) {
  .head-text p {
    max-width: 100%;
    margin: auto auto 30px auto;
  }

  .section-popular-quest,
  .section-title {
    margin: 40px 0;
  }

  .section-title-dets {
    margin: 0 0 35px 0;
  }

  .title-desc-quest p,
  .section-cs .panel,
  .section-title .mb-5,
  .section-title-dets .mb-5 {
    margin-bottom: 25px;
  }

  .cta-section {
    margin-bottom: 60px;
  }

  .accordion,
  .section-cs .accordion {
    padding: 30px;
  }

  .section-cs .panel p {
    padding: 0 30px 30px 30px;
  }

  .bg-cta {
    padding: 30px 20px;
  }

  .btn-cta-cu,
  .btn-detail {
    padding: 5.5px 20px;
  }

  .card-cs .img-cs svg {
    width: 40px;
    height: 40px;
  }

  .card-cs .img-cs-blur svg,
  .img-dets-cs svg {
    width: 60px;
    height: 60px;
  }

  .custom-h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .card-cs h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .accordion,
  .section-cs .panel span,
  .btn-cta-cu,
  .btn-detail {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}

.forms-authentication {
  padding: 50px 0;
}

.forms-authentication h1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #17234d;
}

.forms-authentication p {
  color: #5d5d5d;
}

.forms-authentication form {
  margin-top: 30px;
}

.forms-authentication label {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #17234d;
}

.forms-authentication label span,
.text-danger {
  color: #f60000;
}

.border-red {
  border: 2px solid #f60000;
}

input,
option,
select {
  width: 100%;
  padding: 10.5px 25px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #e5e7e9;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.label-field {
  /* position: relative; */
  margin-bottom: 20px;
}

.label-field img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  /* bottom: 22px; */
  top: 0;
  bottom: 0;
  margin: auto;
}

.label-field input {
  padding-right: 40px;
}

.label-field img.toggle-pass {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  /* bottom: 22px; */
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.p-relative {
  position: relative;
}

.hide-pass {
  display: none;
}

.label-field:last-of-type {
  margin-bottom: 0;
}

.error-msg-password {
  display: block;
  color: red;
  font-size: 0.875rem;
}

.terms-priv {
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.terms-priv input {
  width: unset;
  margin-right: 20px;
}

.terms-priv p,
.terms-priv span,
p.to-login {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #17234d;
}

.terms-priv p a,
.terms-priv span a,
p.to-login a,
.direct-link a {
  color: #1ba2ca;
  text-decoration: underline;
}

.direct-link {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0 30px 0;
  color: #1ba2ca;
  text-decoration: underline;
}

.submit-form-sign {
  background-color: #1ba2ca;
  color: #fff;
  padding: 10.5px 25px;
  border-radius: 100px;
  border: 2px solid #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
  text-align: center;
}

.submit-form-sign-sso {
  background-color: #1ba2ca;
  color: #fff;
  padding: 10.5px 25px;
  border-radius: 100px;
  border: 2px solid #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
  text-align: center;
}

.submit-form-sign:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.submit-form-sign-sso:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.auth-left {
  width: 50%;
  background-color: #fff;
  padding: 160px 100px 0 30px;
}

.auth-left .container {
  max-width: 573px;
  margin: 0 0 0 auto;
}

.auth-right {
  width: 50%;
  position: relative;
}

.auth-right .bg-image {
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: url("https://cdn.chemtradeasia.com/chemtradeasia-new/bg-sign-in-up.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.pos-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input::-webkit-input-placeholder {
  color: #5d5d5d;
}

input::-moz-placeholder {
  color: #5d5d5d;
}

input::-ms-input-placeholder {
  color: #5d5d5d;
}

input::placeholder {
  color: #5d5d5d;
}

.icon-back {
  position: absolute;
  top: 210px;
  width: 24px;
  cursor: pointer;
}

.validation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff4f4;
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  padding: 20px;
  margin: 10px 0 30px 0;
}

.validation img {
  margin: 5px 20px 0 0;
  width: 18px;
  height: 18px;
}

.validation span,
.validation p {
  color: #17234d !important;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

input:focus-visible,
option:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 2px solid #1ba2ca;
}

.g-recaptcha {
  margin-bottom: 20px;
}

/* Successful Modal */

.swal2-title {
  padding: 0 !important;
  margin-top: 30px;
  color: #17234d;
}

.swal2-html-container {
  padding: 10px 0 20px 0 !important;
  overflow: hidden;
  font-size: 16px;
}

.swal2-html-container p {
  color: #5d5d5d;
  margin-bottom: 20px;
}

div:where(.swal2-icon) {
  margin: 0 auto !important;
}

a:focus-visible {
  outline: none !important;
}

/* End Successful Modal */

.submit-form-sign:disabled {
  background-color: #e5e7e9 !important;
  border: 2px solid #e5e7e9 !important;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
  border: none;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .auth-left .container {
    max-width: 480px;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .auth-left .container {
    max-width: 390px;
  }
}

@media (max-width: 991px) {
  .auth-left .container {
    max-width: 302px;
  }

  .auth-left {
    padding: 160px 60px 0 30px;
  }

  .sso-btn__icon {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .auth-wrapper {
    display: grid;
  }

  .auth-right,
  .auth-left {
    width: unset !important;
  }

  .icon-back {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }

  .auth-left .container {
    max-width: 70%;
    margin: auto;
  }

  .auth-left {
    padding: 160px 0 0 0;
  }
}

@media (max-width: 575px) {
  .auth-left .container {
    max-width: 100%;
    margin: auto;
  }
}

.modal-backdrop-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: #0000004D; */
  z-index: 1040;
}

.modal-custom {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1050;
  background-color: #fff;
  width: 90%;
  max-width: 700px;
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
}

.modal-header-custom svg {
  width: 24px;
  height: 24px;
}

.modal-body-custom {
  max-width: 90%;
  margin: auto;
}

.modal-body-custom h3 {
  font-weight: 600;
  font-size: 36px;
  color: #17234d;
  text-align: center;
  line-height: 180%;
}

.modal-body-custom .desc-mod {
  font-weight: 400;
  text-align: center;
  color: #5d5d5d;
  margin-bottom: 30px;
}

.modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin: auto 0 auto auto;
  display: block;
  padding: 0;
}

.modal-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.box-rfq-modal {
  background-color: #f3f7fa;
  padding: 30px;
  width: 50%;
}

.box-rfq-modal img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.subtitle-mod {
  font-weight: 600;
  margin-bottom: 8px;
}

.box-rfq-modal a {
  margin-top: 20px !important;
  display: block;
}

@media (max-width: 767px) {
  .modal-custom {
    padding: 30px;
  }
}

.forms-profile {
  max-width: 65%;
  margin: auto;
  background-color: #fff;
  padding: 60px 100px;
}

.profile-page {
  margin: 220px auto 70px auto;
}

.forms-profile h1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 36px;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #17234d;
  margin-bottom: 30px;
}

.forms-profile h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 15px;
  vertical-align: middle;
  color: #17234d;
}

.forms-profile p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #5d5d5d;
  margin-bottom: 15px;
}

.profile-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-profile {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  padding: 15px;
  border: none;
  background-color: #f3f7fa;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 40px;
  color: #5d5d5d;
  border: none;
  /* cursor: pointer; */
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.deff-img-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deff-img-prof svg {
  width: 60px;
  height: 60px;
}

.deff-img-prof svg path {
  fill: #1ba2ca;
}

.profile-pict .col-md-9 {
  padding-left: 30px;
}

.text-btn .upload-label {
  border: 2px solid #1ba2ca;
  border-radius: 100px;
  color: #fff;
  padding: 10.5px 25px;
  background-color: #1ba2ca;
  margin: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#removePhotoBtn {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contact-sect {
  margin-top: 30px;
}

.forms-profile form {
  margin-top: 20px;
}

.forms-profile label {
  font-family: "Poppins";
  font-size: 16px;
  color: #17234d;
  font-weight: 600;
}

.forms-profile label span {
  color: #f60000;
}

.icon-back {
  position: absolute;
  top: 0;
  width: 24px;
  cursor: pointer;
}

.profile-page input,
.profile-page option,
.profile-page select {
  width: 100%;
  padding: 10.5px 25px;
  margin: 4px 0 0 0;
  display: inline-block;
  border: 2px solid #e5e7e9;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  position: relative;
  color: #17234d;
}

#profile-form .iti {
  width: 100%;
  margin: 4px 0 0 0 !important;
}

.label-field {
  position: relative;
  margin-bottom: 20px;
}

.p-relative {
  position: relative;
}

.label-field img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  bottom: 22px;
}

.hide-pass {
  display: none;
}

.submit-form-save:disabled {
  background-color: #e5e7e9 !important;
  border: 2px solid #e5e7e9 !important;
  color: #888 !important;
  cursor: not-allowed;
  opacity: 0.7;
  border: none;
}

.submit-form-save {
  background-color: #1ba2ca;
  color: #fff !important;
  padding: 10.5px 25px;
  border-radius: 100px;
  border: 2px solid #1ba2ca !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin: 30px 0 20px 0 !important;
  width: 100%;
  display: block;
  text-align: center;
}

.submit-form-save:disabled:hover {
  background-color: #fff;
  color: #1ba2ca;
}

.submit-form-change {
  background-color: #fff;
  color: #1ba2ca;
  padding: 10.5px 25px;
  border-radius: 100px;
  border: 2px solid #1ba2ca;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 72px !important;
  margin-left: 0;
}

.submit-form-change:hover {
  background-color: #1ba2ca;
  color: #fff;
}

.text-danger,
.error-msg-password {
  color: #f60000;
}

.border-red {
  border: 2px solid #f60000;
}

.img-key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-key img {
  width: 18px;
  height: auto;
  margin-right: 20px;
}

.img-wh,
.img-key:hover .img-bl {
  display: none;
}

.img-key:hover .img-wh {
  display: block;
}

input::-webkit-input-placeholder {
  color: #5d5d5d;
}

input::-moz-placeholder {
  color: #5d5d5d;
}

input::-ms-input-placeholder {
  color: #5d5d5d;
}

input::placeholder {
  color: #5d5d5d;
}

.upload-label {
  background-color: #1ba2ca;
  border: 2px solid #1ba2ca;
  color: #fff !important;
  padding: 10.5px 25px;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upload-label:hover,
.choose-file-btn:hover {
  background-color: #fff;
  color: #1ba2ca !important;
}

.upload-label input[type="file"] {
  display: none;
}

input:focus-visible,
option:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border: 2px solid #1ba2ca;
}

/* Modal Layout */

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: #0000004d;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content-upload-image {
  background: white;
  width: 35%;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  padding: 30px 0;
}

#removeModal .modal-content {
  background: white;
  width: 35%;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 6px 30px 0px #0000000d;
          box-shadow: 0px 6px 30px 0px #0000000d;
  padding: 30px;
}

.remove-ic {
  width: 85px;
  height: 85px;
  margin-bottom: 30px;
}

.modal-content h4 {
  color: #17234d;
  margin-bottom: 10px;
}

.profile-pict .modal-content h4 {
  margin-bottom: 0;
  text-align: left;
}

.close {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

button {
  font-size: 16px;
}

.drop-zone {
  border: 2px dashed #d7d7d7;
  padding: 20px;
  margin: 20px 30px;
}

.cropper-container {
  width: unset !important;
}

.choose-file-btn {
  background-color: #1ba2ca;
  border: 2px solid #1ba2ca;
  color: #fff !important;
  padding: 10.5px 25px;
  font-weight: 500;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head-close-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 10px 30px;
}

.head-close-up h4 {
  color: #17234d;
}

.modal-content hr {
  background-color: #e5e7e9;
  height: 1px;
  border: none;
}

#cancelBtn,
#cancelRemoveBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: unset;
}

.modal-actions-rmv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 5px 30px 0 30px;
  gap: 20px;
}

.modal-actions-rmv button {
  width: 190px !important;
}

#previewArea img {
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hidden {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
  .forms-profile {
    max-width: 70%;
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .forms-profile {
    padding: 40px;
    max-width: 100%;
  }

  .modal-content-upload-image,
  #removeModal .modal-content {
    width: 60% !important;
  }

  .icon-back {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .profile-pict .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .profile-pict .col-md-3 {
    width: 25%;
  }

  .profile-pict .col-md-9 {
    width: 75%;
  }

  .text-btn .upload-label {
    padding: 7.5px 22px;
    font-size: 14px;
  }

  .deff-img-us svg {
    width: 18px;
    height: 18px;
  }

  #cancelBtn,
  #cancelRemoveBtn {
    font-size: 14px;
  }

  .modal-actions-rmv,
  .modal-actions {
    gap: 15px;
  }

  .choose-file-btn {
    padding: 5.5px 25px;
  }
}

@media (max-width: 575px) {
  .forms-profile {
    padding: 30px;
    max-width: 100%;
  }

  .modal-content-upload-image,
  #removeModal .modal-content {
    width: 80% !important;
  }

  .modal-content {
    width: 80% !important;
  }

  .modal-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #cancelBtn,
  #cancelRemoveBtn,
  #saveImageBtn,
  #changePhotoBtn,
  #removePhotoBtn,
  #confirmRemoveBtn {
    width: 100% !important;
  }

  #changeRemoveBtns,
  .modal-actions-rmv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .img-profile {
    width: 100px;
    height: 100px;
  }

  .deff-img-prof svg {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 425px) {
  .img-profile {
    width: 80px;
    height: 80px;
  }

  .deff-img-prof svg {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 350px) {
  .img-profile {
    width: 60px;
    height: 60px;
  }

  .deff-img-prof svg {
    width: 24px;
    height: 24px;
  }

  .submit-form-change {
    padding: 10.5px 20px;
  }

  .img-key img {
    margin-right: 10px;
  }
}

/* card */

.custom-new {
  width: calc(22% - 1vw);
  margin: 0 12px 45px 12px;
}

.hover-card {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.custom-new .hover-card:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
          box-shadow: 8px 8px 15px 0px rgba(1, 1, 1, 0.18);
}

.mt-4 {
  margin-top: 40px;
}

.img-product-new {
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.shadow-img-prod {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 60, 105, 0)), to(rgba(18, 60, 105, 0.65)));
  background: linear-gradient(180deg, rgba(18, 60, 105, 0) 0%, rgba(18, 60, 105, 0.65) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.inventory-product {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 80px 0;
}

.title-page-indus {
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: center;
  color: #17234d;
}

@media (min-width: 1024px) {
  .custom-new {
    width: calc(18% - 0.6vw);
  }
}

@media (max-width: 768px) {
  .custom-new {
    width: calc(46% - 2.5vw);
  }

  .inventory-product {
    margin: 60px 0;
  }
}

@media (max-width: 500px) {
  .custom-new {
    width: 100%;
  }

  .title-page-indus {
    font-size: 22px;
    line-height: 33px;
  }

  .carousel-caption h5 {
    font-size: 14px;
    line-height: 25px;
  }
}

