@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", "Arial", sans-serif, "微軟正黑體";
  font-size: 15px;
  color: #5A5A5A;
  background-color: #f6f6f6;
}
body ::-moz-selection {
  background-color: rgba(194, 26, 31, 0.3);
}
body ::selection {
  background-color: rgba(194, 26, 31, 0.3);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
span,
i {
  display: inline-block;
}

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

.checkout-btn {
  outline: 1px solid #333333;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 20px;
  color: #333333;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
  .checkout-btn {
    font-size: 16px;
    padding: 6px 16px;
  }
}
.checkout-btn::before {
  content: "";
  position: absolute;
  background-color: #C11920;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover {
  outline: none;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.checkout-btn:hover::before {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.page a {
  color: #aaaaaa;
  padding: 3px;
  margin: 3px;
}
.page a:hover, .page a.active {
  text-decoration: underline;
}

.back-btn a:hover {
  color: #C11920;
}

.navigation-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.navigation-breadcrumb li a {
  color: #5A5A5A;
  padding: 5px;
}
.navigation-breadcrumb li:not(:last-child)::after {
  content: "/";
}

.searchbox {
  border-bottom: 1px solid #eaeaea;
}
.searchbox .search-wrapper, .searchbox .search-wrapper-2 {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .searchbox .search-wrapper-2 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.searchbox input {
  border: none;
  border-left: 1px solid #eaeaea;
  background-color: transparent;
  padding: 6px 8px;
}
.searchbox input:focus-visible {
  outline: none;
}
.searchbox button {
  background-color: transparent;
  border: none;
}

.searchbox-2 {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
@media (min-width: 576px) {
  .searchbox-2 {
    border: none;
  }
}
.searchbox-2 input {
  border: none;
  padding: 6px 8px;
}
.searchbox-2 input:focus-visible {
  outline: none;
}
.searchbox-2 button {
  background-color: transparent;
  border: none;
}

.space {
  padding-top: 100px;
}

.bg-main {
  background-color: #C11920;
}

.text-sub {
  color: #87B5E0;
}

.text-main {
  color: #C11920;
}

.text-lightBlack {
  color: #5A5A5A;
}

.text-darkBlack {
  color: #333333;
}

.text-white {
  color: #ffffff;
}

.text-nav {
  color: #666666;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.mb-18 {
  margin-bottom: 18px;
}

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

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

.mb-32 {
  margin-bottom: 32px;
}

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

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

.mb-64 {
  margin-bottom: 64px;
}

.mb-80 {
  margin-bottom: 80px;
}

.py-60 {
  padding: 60px 0;
}

.pb-32 {
  padding-bottom: 32px;
}

.w-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.nav-container {
  background-color: rgba(255, 255, 255, 0.72);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.7rem;
}

.menu-icon, .close-icon {
  font-size: 28px;
}

.navbar-collapse.show {
  height: calc(100vh - 48px);
}

@media (min-width: 992px) {
  .navbar-nav li:first-child:hover .dropdown-menu, .navbar-nav li:first-child:focus .dropdown-menu {
    margin-top: 5px;
    opacity: 1;
    left: 0;
    transition: opacity 0.5s 0.1s, margin-top 0.3s cubic-bezier(0.5, 1.5, 0.5, 1.5), left 0s 0s;
  }
}

.navbar-nav li:first-child i {
  transition: all 0.3s ease-in-out;
}
.navbar-nav li:first-child.show i {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.mobile-menu a {
  font-weight: 300;
  transition: all ease-in-out 0.2s;
  position: relative;
}
.mobile-menu a:hover, .mobile-menu a:focus {
  color: #C11920;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
.mobile-menu a.active {
  color: #C11920;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
.mobile-menu a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #C11920;
  bottom: -5px;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .mobile-menu a.active::after {
    display: block;
  }
}
.mobile-menu .dropdown-menu {
  width: 100%;
  margin: auto;
  border: none;
  text-align: center;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .mobile-menu .dropdown-menu {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    z-index: -1;
    margin-top: -40px;
    left: -1000%;
    opacity: 0;
    transition: opacity 0.2s, margin-top 0.1s, left 0s 0.2s;
  }
}
.mobile-menu .dropdown-menu .dropdown-item {
  color: #5A5A5A;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
}
.mobile-menu .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  transform: translateX(5px);
  color: #C11920;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
.mobile-menu .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #C11920;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}
.mobile-menu .dropdown-menu .dropdown-item.active::after {
  display: none;
}

footer {
  background-color: #2a2a2a;
  padding: 40px 0px;
}
footer ul li {
  margin-bottom: 12px;
}
footer ul a {
  font-weight: 300;
  color: #ffffff;
}
footer ul a:hover {
  color: #ffffff;
}
footer .items li:not(:last-child) {
  margin-bottom: 0px;
  margin-right: 12px;
}
@media (min-width: 768px) {
  footer .items li:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0px;
  }
}
footer .items a {
  padding-bottom: 4px;
  position: relative;
}
footer .items a:hover:after {
  width: 100%;
  transition: all ease-in-out 0.3s;
}
footer .items a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
}
footer .text {
  margin-bottom: 12px;
  font-weight: 300;
}
footer div[class~=col-xl-5] .items li {
  margin-right: 12px;
}
@media (min-width: 1200px) {
  footer div[class~=col-xl-5] .items li {
    margin-right: 30px;
  }
}

.banner-carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80%;
}
@media (min-width: 576px) {
  .banner-carousel .item {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  .banner-carousel .item {
    padding-bottom: 40%;
  }
}
.banner-carousel .item .content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.banner-carousel .item .content h2 {
  font-size: 16px;
  letter-spacing: 1px;
}
.banner-carousel .item .content h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
@media (min-width: 768px) {
  .banner-carousel .item .content h2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .banner-carousel .item .content h2 {
    font-size: 20px;
  }
}
.banner-carousel .item .content h3 {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .banner-carousel .item .content h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .banner-carousel .item .content h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner-carousel .owl-nav.disabled + .owl-dots {
  margin-top: -25px;
  position: relative;
}
@media (min-width: 992px) {
  .banner-carousel .owl-nav.disabled + .owl-dots {
    margin-top: -35px;
  }
}
.banner-carousel .owl-dots .owl-dot span {
  background-color: #87B5E0;
  width: 10px;
  height: 5px;
  margin: 5px;
}
.banner-carousel .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #ffffff;
}

.scroll-btn {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 20px;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  animation: 2s jump ease-out infinite;
}
@media (min-width: 992px) {
  .scroll-btn {
    right: 30px;
  }
}

@keyframes jump {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-10%);
  }
}
.linear-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.linear-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid #ffffff;
  left: 5%;
  top: -20%;
  width: 334px;
  height: 334px;
  animation: blob 15s linear infinite;
}
.linear-bg::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid #ffffff;
  right: -5%;
  top: 50%;
  width: 304px;
  height: 304px;
  animation: blob 10s linear infinite;
}
.linear-bg .circle-fill {
  position: absolute;
  z-index: -1;
  animation: move1 20s linear infinite both;
}

@keyframes blob {
  0%, 100% {
    border-radius: 60% 87% 57% 68%/50% 45% 78% 68%;
    transform: scale(1);
  }
  60% {
    border-radius: 46% 60% 77% 88%/70% 65% 58% 88%;
    transform: scale(1.1);
  }
}
@keyframes move1 {
  0% {
    transform: rotate(0deg);
    right: 20%;
    top: 0%;
  }
  25% {
    right: 95%;
    top: 65%;
    transform: rotate(360deg);
  }
  50% {
    right: 45%;
    top: 90%;
    transform: rotate(0deg);
  }
  75% {
    right: 0%;
    top: 30%;
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    right: 20%;
    top: 0%;
  }
}
.system-container {
  padding: 4rem 0;
  position: relative;
}
.system-container .system-carousel {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .system-container .system-carousel {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.system-container .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 60%;
}
.system-container h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.system-container h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
@media (min-width: 992px) {
  .system-container h2 {
    font-size: 28px;
  }
}
.system-container h3 {
  font-size: 18px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .system-container h3 {
    font-size: 20px;
  }
}
.system-container p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.system-container .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.system-container .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #333333;
}
.system-container .owl-nav [class*=owl-] i {
  font-size: 16px;
}
@media (min-width: 576px) {
  .system-container .owl-nav [class*=owl-] i {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .system-container .owl-nav [class*=owl-] i {
    font-size: 25px;
  }
}
.system-container .owl-nav button.owl-prev {
  left: -1%;
}
@media (min-width: 576px) {
  .system-container .owl-nav button.owl-prev {
    left: -3%;
  }
}
@media (min-width: 992px) {
  .system-container .owl-nav button.owl-prev {
    left: -2%;
  }
}
.system-container .owl-nav button.owl-next {
  right: -1%;
}
@media (min-width: 576px) {
  .system-container .owl-nav button.owl-next {
    right: -3%;
  }
}
@media (min-width: 992px) {
  .system-container .owl-nav button.owl-next {
    right: -2%;
  }
}

.upgrade-container h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .upgrade-container h2 {
    font-size: 28px;
  }
}
.upgrade-container h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
.upgrade-container h3 {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .upgrade-container h3 {
    font-size: 18px;
  }
}
.upgrade-container p {
  letter-spacing: 1px;
}
.upgrade-container span:hover {
  color: #5A5A5A;
}
.upgrade-container span i {
  font-size: 30px;
  animation: 2s jump ease-out infinite;
}

.light-blue-bg {
  background-color: #e4ecf1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.light-blue-bg .title h4 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .light-blue-bg .title h4 {
    font-size: 24px;
  }
}
.light-blue-bg .circle-fill-2 {
  position: absolute;
  z-index: -1;
  animation: move2 15s linear infinite both;
}

@keyframes move2 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    bottom: 0%;
  }
  25% {
    left: 95%;
    bottom: 50%;
    transform: rotate(360deg);
  }
  50% {
    left: 30%;
    bottom: 95%;
    transform: rotate(0deg);
  }
  75% {
    left: 0%;
    bottom: 30%;
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    left: 20%;
    bottom: 0%;
  }
}
.row-container {
  position: relative;
  margin-bottom: 80px;
}
.row-container::after {
  content: "";
  position: absolute;
  background-color: #e4ecf1;
  width: 23%;
  min-width: 76px;
  max-width: 110px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  box-shadow: 3px 0 0px 0px rgba(0, 0, 0, 0.1), -3px 0 0px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 375px) {
  .row-container::after {
    width: 18%;
  }
}
@media (min-width: 576px) {
  .row-container::after {
    width: 16%;
  }
}
@media (min-width: 768px) {
  .row-container::after {
    width: 14%;
  }
}
@media (min-width: 992px) {
  .row-container::after {
    width: 12%;
    max-width: 110px;
  }
}
.row-container .row:not(:last-child) {
  margin-bottom: 42px;
}
.row-container div[class~=col-xl-6] .grey-fill {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #c1cfd4;
  position: relative;
}
.row-container div[class~=col-xl-6] .grey-fill .blue-fill {
  position: absolute;
  height: 100%;
  top: 0;
  border-radius: 20px;
  background-image: linear-gradient(to right, #4d8dc8, #81b1de);
}
.row-container div[class~=col-xl-6] .grey-fill .fixed-content {
  position: absolute;
  z-index: 1;
  line-height: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.row-container div[class~=col-xl-6] .grey-fill .fixed-content .item {
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 10px;
}
@media (min-width: 375px) {
  .row-container div[class~=col-xl-6] .grey-fill .fixed-content .item {
    margin: 0px 22px;
  }
}
@media (min-width: 576px) {
  .row-container div[class~=col-xl-6] .grey-fill .fixed-content .item {
    margin: 0px 18px;
  }
}
@media (min-width: 768px) {
  .row-container div[class~=col-xl-6] .grey-fill .fixed-content .item {
    margin: 0px 24px;
  }
}
@media (min-width: 992px) {
  .row-container div[class~=col-xl-6] .grey-fill .fixed-content .item {
    margin: 0px 30px;
    font-size: 18px;
  }
}

.bar-1 {
  width: 70%;
  left: 10%;
}

.bar-2 {
  width: 60%;
  left: 8%;
}

.bar-3 {
  width: 55%;
  left: 15%;
}

.bar-4 {
  width: 75%;
  left: 2%;
}

.bar-5 {
  width: 65%;
  left: 10%;
}

.bar-6 {
  width: 65%;
  left: 5%;
}

.esg-index .grey-fill {
  width: 100%;
  height: 15px;
  border-radius: 20px;
  background-color: #c1cfd4;
  position: relative;
}
.esg-index .grey-fill .blue-fill.bar-7 {
  position: absolute;
  width: 10%;
  height: 15px;
  top: 0;
  left: 0%;
  border-radius: 20px;
  background-image: linear-gradient(to right, #4d8dc8, #81b1de);
}

.crm-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 38%;
}

.crm-content-container {
  background-color: #17539c;
  padding-bottom: 55px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.crm-content-container .content {
  top: -30px;
  position: relative;
  font-weight: 300;
}
.crm-content-container .content h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .crm-content-container .content h2 {
    font-size: 28px;
  }
}
.crm-content-container .content h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
.crm-content-container .content h3 {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 992px) {
  .crm-content-container .content h3 {
    font-size: 18px;
  }
}

.step-content {
  background-color: #ffffff;
  margin-top: -30px;
  padding: 50px 15px;
  line-height: 32px;
  position: relative;
}
.step-content::before {
  content: "";
  position: absolute;
  left: -134px;
  background-image: url("/frontEndPackage/images/shadow-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 30px;
  width: 134px;
  height: 60px;
  display: none;
}
@media (min-width: 1400px) {
  .step-content::before {
    display: block;
  }
}
.step-content:after {
  content: "";
  position: absolute;
  right: -134px;
  background-image: url("/frontEndPackage/images/shadow-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 30px;
  width: 134px;
  height: 60px;
  transform: scaleX(-1);
  display: none;
}
@media (min-width: 1400px) {
  .step-content:after {
    display: block;
  }
}

.step-container {
  position: relative;
  margin-top: -10px;
}
.step-container::after {
  display: none;
  content: "";
  position: absolute;
  border-bottom: 2px dashed #5A5A5A;
  width: 100%;
  bottom: 30%;
}
@media (min-width: 1200px) {
  .step-container::after {
    display: block;
  }
}
.step-container li {
  width: 50%;
  position: relative;
}
.step-container li:not(:last-child)::after {
  display: none;
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  bottom: 18%;
  right: -10%;
  border-radius: 50%;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 1200px) {
  .step-container li:not(:last-child)::after {
    display: block;
  }
}
@media (min-width: 576px) {
  .step-container li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .step-container li {
    width: 12.5%;
  }
}
.step-container .icon {
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .step-container .icon {
    padding-bottom: 18px;
  }
}
.step-container .img-container {
  height: 60px;
}
.step-container span {
  font-family: Arial, Helvetica, sans-serif;
}
.step-container h3 {
  font-weight: 400;
}

.shop-container {
  position: relative;
}
.shop-container .shop-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 45%;
}
@media (min-width: 576px) {
  .shop-container .shop-bg {
    padding-bottom: 36%;
  }
}
.shop-container .content {
  position: static;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .shop-container .content {
    width: 42%;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    padding-left: 0px;
    padding-right: 0px;
  }
}
.shop-container .content h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 992px) {
  .shop-container .content h2 {
    font-size: 28px;
    line-height: 50px;
  }
}
.shop-container .content h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
.shop-container .content h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .shop-container .content h3 {
    font-size: 18px;
  }
}

.shop-service-container .service {
  row-gap: 20px;
}
.shop-service-container .service > li {
  font-weight: 500;
}
.shop-service-container .service > li div ul, .shop-service-container .service > li .sub-service {
  list-style: none;
  font-weight: 300;
  padding-left: 0;
}
.shop-service-container .service > li div ul li:first-child, .shop-service-container .service > li .sub-service li:first-child {
  margin-top: 8px;
}
.shop-service-container .service > li div ul li:not(:last-child), .shop-service-container .service > li .sub-service li:not(:last-child) {
  margin-bottom: 8px;
}

.esg-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.esg-container .content {
  padding-top: 70px;
}
.esg-container .content h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.esg-container .content h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
@media (min-width: 992px) {
  .esg-container .content h2 {
    font-size: 28px;
  }
}
.esg-container .content h3 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .esg-container .content h3 {
    font-size: 18px;
  }
}
.esg-container .content .points {
  font-weight: 500;
  font-size: 16px;
  margin: 10% 0;
}
@media (min-width: 992px) {
  .esg-container .content .points {
    font-size: 18px;
  }
}
.esg-container .content .points p {
  font-weight: 300;
  font-size: 15px;
}
.esg-container .content .text {
  font-weight: 300;
}

.particle-bg {
  background-image: linear-gradient(135deg, #003073, #000000);
  padding-bottom: 90%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .particle-bg {
    padding-bottom: 50%;
  }
}
@media (min-width: 992px) {
  .particle-bg {
    padding-bottom: 30%;
  }
}
.particle-bg .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.particle-bg .content h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .particle-bg .content h2 {
    font-size: 28px;
  }
}
.particle-bg .content h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
.particle-bg .content .checkout-btn {
  outline: 1px solid #ffffff;
}
.particle-bg .content .checkout-btn:hover {
  outline: none;
}

.particle-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.block-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 15px;
}
.block-container h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.block-container h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
@media (min-width: 992px) {
  .block-container h2 {
    font-size: 28px;
  }
}
.block-container li:not(:last-child) {
  margin-bottom: 16px;
}
.block-container a {
  letter-spacing: 0.8px;
  transition: all ease-in-out 0.3s;
}
.block-container a:hover {
  transform: translateX(8px);
  color: #5A5A5A;
  transition: all ease-in-out 0.3s;
}

.client-container {
  padding: 30px 15px;
}
.client-container h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .client-container h2 {
    font-size: 28px;
  }
}
.client-container h2::first-letter {
  padding-bottom: 4px;
  border-bottom: 3px solid #C11920;
}
.client-container .owl-stage {
  display: flex;
  align-items: center;
}
.client-container .owl-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-banner a {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 35%;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 576px) {
  .footer-banner a {
    width: 50%;
    padding-bottom: 25%;
  }
}
@media (min-width: 992px) {
  .footer-banner a {
    padding-bottom: 20%;
  }
}
@media (min-width: 1200px) {
  .footer-banner a {
    padding-bottom: 15%;
  }
}
.footer-banner a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-banner a:hover {
  opacity: 0.8;
  transition: all ease-in-out 0.3s;
}

.page-banner {
  background: url(/public/frontEndPackage/images/page_banner.png) no-repeat center/cover;
  padding: 4.5rem 0 0.5rem;
}
@media (min-width: 992px) {
  .page-banner {
    padding: 6.5rem 0 0.5rem;
  }
}
.page-banner h2.title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333333;
}
.page-banner h2.title span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #5A5A5A;
  display: block;
}
.page-banner .top-menu {
  position: relative;
}
.page-banner .all-btn {
  background-color: #5A5A5A;
  color: #ffffff;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 5px 5px 0 0;
}
.page-banner .all-btn i {
  transition: all 0.5s ease;
}
.page-banner .all-btn.active i {
  transform: rotate(90deg);
}
.page-banner .category {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  flex-direction: column;
}
.page-banner .category li {
  flex: 0 0 100%;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .page-banner .category li {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0.25rem;
    background-color: transparent;
  }
  .page-banner .category li a {
    background-color: #ffffff;
  }
}
.page-banner .category li a {
  width: 100%;
  text-align: center;
  color: #5A5A5A;
  padding: 0.35rem 0.8rem;
}
@media (min-width: 768px) {
  .page-banner .category {
    position: static;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .page-banner .category li {
    flex: 0 0 auto;
    width: auto;
    margin: 0.25rem;
    background-color: transparent;
  }
  .page-banner .category li a {
    background-color: #ffffff;
  }
  .page-banner .category li a:hover {
    background-color: #5A5A5A;
    color: #ffffff;
  }
}
.page-banner .category li.active a {
  background-color: #C11920;
  color: #ffffff;
}

.page-container {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
}
.client-list li {
  flex: 0 0 48%;
  width: 48%;
  margin: 0 1% 1.5rem;
}
.client-list li a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.client-list li a .img {
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f6f6;
  background-size: cover;
}
.client-list li a span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-size: 1rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transform: translateY(-15%);
  transition: all 0.3s ease-in-out;
}
.client-list li a:hover span {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 992px) {
  .client-list li {
    flex: 0 0 14.666%;
    width: 14.666%;
  }
}

.system-items {
  margin-bottom: 3rem;
}
.system-items .img {
  padding-bottom: 47%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.system-items h3 {
  color: #333333;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.system-items p {
  margin-bottom: 0;
  color: #5A5A5A;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.system-items a:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.list-modal .modal-content {
  border-radius: 0;
}
.list-modal .modal-header {
  border-bottom: 1px solid #eaeaea;
}
.list-modal .modal-header a.btn:focus {
  box-shadow: none;
}
.list-modal .modal-body {
  padding: 0;
}
.list-modal h3 {
  font-size: 1.8rem;
  color: #333333;
}
.list-modal .title-box {
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #eaeaea;
}
.list-modal .text-box {
  padding: 1rem 2.5rem;
}
.list-modal .text-box div:first-child {
  color: #333333;
  font-size: 1.25rem;
}
.list-modal .text-box p {
  display: inline;
  margin-bottom: 0;
}
.list-modal .text-box a i {
  font-size: 1.25rem;
}
.list-modal .text-box a p {
  word-wrap: break-word;
}
.list-modal .content-box {
  padding: 1rem 2.5rem;
}
.list-modal .link-btn {
  text-align: center;
}
.list-modal .link-btn a {
  padding: 0.45rem 0.7rem;
  border-radius: 5px;
  color: #5A5A5A;
  outline: 1px solid #5A5A5A;
  transition: all 0.3s ease-in-out;
}
.list-modal .link-btn a:hover {
  color: #ffffff;
  background-color: #C11920;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.list-modal .hidden-btn {
  text-align: center;
}
.list-modal .hidden-btn a {
  padding: 0.45rem 0.7rem;
  border-radius: 5px;
  color: #5A5A5A;
  outline: 1px solid #5A5A5A;
  cursor: default;
}

@media (min-width: 992px) {
  .tabs {
    width: calc(100% - 225px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .tabs {
    width: calc(100% - 500px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tabs a {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #5A5A5A;
  position: relative;
}
.tabs a:hover::after, .tabs a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #C11920;
  bottom: 0;
  left: 0;
}
.tabs .owl-nav {
  margin-top: 0px;
}
.tabs .owl-nav [class*=owl-] {
  cursor: pointer;
}
.tabs .owl-nav [class*=owl-]:hover {
  color: #5A5A5A !important;
  background-color: transparent !important;
}
.tabs .owl-nav [class*=owl-]:focus {
  outline: none;
}
.tabs .owl-nav button.owl-prev {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 6px;
  margin: 0px;
  background: transparent !important;
}
.tabs .owl-nav button.owl-next {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 6px;
  margin: 0px;
  background: transparent !important;
}
@media (min-width: 992px) {
  .tabs .owl-nav button.owl-next {
    right: 10px;
  }
}

.website-items {
  row-gap: 1.8rem;
  margin-bottom: 3rem;
}
.website-items .item {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  color: #5A5A5A;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.website-items .item::before, .website-items .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out;
  background: rgba(0, 0, 0, 0.1);
}
.website-items .item::before {
  transform-origin: left top;
}
.website-items .item::after {
  transform-origin: right bottom;
}
.website-items .item:hover {
  transform: scale3d(1.01, 1.01, 1);
}
.website-items .item:hover::before, .website-items .item:hover::after {
  transform: scale3d(1, 1, 1);
}
.website-items .img {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}

.contact-form label[for=name]::before, .contact-form label[for=email]::before, .contact-form label[for=type]::before, .contact-form label[for=phone]::before, .contact-form label[for=verification]::before {
  position: absolute;
  content: "*";
  color: #E73429;
  top: 0;
  left: -7px;
}
.contact-form .form-control:focus, .contact-form textarea:focus {
  border-color: #333333;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.3);
}
.contact-form button {
  padding: 8px 16px;
  border-radius: 5px;
  color: #ffffff;
  border: none;
  background-color: #C11920;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .contact-form button {
    padding: 12px 45px;
  }
}
.contact-form button:hover {
  transition: all 0.3s ease-in-out;
  outline: 1px solid #C11920;
  color: #C11920;
  background-color: transparent;
}
.contact-form button:focus {
  outline: 1px solid #C11920;
}

.verificationBox {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .verificationBox {
    margin-bottom: 48px;
  }
}

.cerify-code-panel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cerify-code-panel .verify-code {
  margin-bottom: 0;
  border: 0;
  width: 50% !important;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code {
    width: 25% !important;
    margin-bottom: 0px;
  }
}
.cerify-code-panel .verify-code-area {
  width: 100% !important;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code-area {
    width: 50% !important;
  }
}
.cerify-code-panel .verify-code-area .verify-input-area {
  flex-grow: 1;
  height: 100%;
  padding-left: 2.5px;
}
.cerify-code-panel .varify-input-code {
  height: 100%;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
.cerify-code-panel .verify-change-code {
  color: #E73429;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.7rem !important;
  color: #666666 !important;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  padding: 0.4em 1em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: rgba(51, 51, 51, 0.5) !important;
  border: none !important;
  color: #ffffff !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.3) !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #f27474 !important;
  color: #f27474 !important;
}
div:where(.swal2-icon).swal2-success {
  color: #8dc56d !important;
  border-color: #8dc56d !important;
}

.news-banner {
  background: url(/public/frontEndPackage/images/news_banner.png) no-repeat center/cover;
  padding: 6.5rem 0 4.5rem;
}
@media (min-width: 992px) {
  .news-banner {
    padding: 8.5rem 0 6.5rem;
  }
}

.news-items .item {
  margin-bottom: 2rem;
}
.news-items .item .img-container-sm {
  background-size: cover;
  background-position: center;
  padding-bottom: 75%;
}
@media (min-width: 576px) {
  .news-items .item .img-container-sm {
    display: none;
  }
}
.news-items .item .img-container-lg {
  display: none;
}
@media (min-width: 576px) {
  .news-items .item .img-container-lg {
    display: block;
    flex-shrink: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news-items .item .img-container-lg {
    width: 30%;
  }
}
.news-items .item .content {
  background-color: #ffffff;
  padding: 1.75rem 1.5rem;
}
@media (min-width: 576px) {
  .news-items .item .content {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .news-items .item .content {
    flex-grow: 0;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .news-items .item .content {
    width: 70%;
  }
}
.news-items .item .info > span:first-child::after {
  content: "|";
  color: #eaeaea;
  padding: 0 0.5rem;
}
.news-items .item .text {
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-items .item a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #333333;
  outline: 1px solid #333333;
  border-radius: 25px;
  padding: 0.25rem 0.75rem;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.9, 1);
}
.news-items .item a::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  right: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -15px 0 0 0px;
  background-color: #C11920;
  transform-origin: 100% 50%;
  transform: scale3d(1, 2, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.9, 1);
}
.news-items .item a:hover {
  color: #ffffff;
  outline: none;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.9, 1);
}
.news-items .item a:hover::before {
  transform: scale3d(-9, 9, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.9, 1);
}

.right-menu {
  order: -1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .right-menu {
    order: 0;
    margin-bottom: 0;
  }
}
.right-menu .menu-switch {
  color: #ffffff;
  background-color: #5A5A5A;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .right-menu .menu-switch {
    border-bottom: 1px solid #cccccc;
    background-color: transparent;
    color: #333333;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.right-menu .menu-switch-2 {
  color: #333333;
  border: 1px solid #cccccc;
  padding: 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .right-menu .menu-switch-2 {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #333333;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.right-menu .menu-switch-2.clicked {
  border: none;
  color: #ffffff;
  background-color: #C11920;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.right-menu .menu-list, .right-menu .menu-list-2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .right-menu .menu-list, .right-menu .menu-list-2 {
    position: static;
    background-color: transparent;
    box-shadow: none;
  }
}
.right-menu .menu-list a, .right-menu .menu-list-2 a {
  color: #5A5A5A;
  width: 100%;
  padding: 0.5rem 0.5rem;
}
.right-menu .menu-list a.active, .right-menu .menu-list-2 a.active {
  color: #C11920;
}
@media (min-width: 992px) {
  .right-menu .menu-list a, .right-menu .menu-list-2 a {
    padding-top: 0.8rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.right-menu .menu-list li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .right-menu .menu-list li:not(:last-child) {
    border: none;
  }
}
.right-menu .menu-list-2 li {
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .right-menu .menu-list-2 li {
    border: none;
  }
}
.right-menu .menu-list-2 .article-page {
  padding: 1rem 0;
}
.right-menu .menu-list-2 .article-page button {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  color: #5A5A5A;
  margin: 0 1rem;
}
.right-menu .menu-list-2 .article-page button[disabled] {
  opacity: 0.5;
}
.right-menu .rotate {
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.right-menu h4 {
  position: relative;
  padding-left: 0.55rem;
}
.right-menu h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #C11920;
}

.tags {
  gap: 8px;
}
.tags button,
.tags li.item {
  padding: 4px 8px;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  border-radius: 5px;
  background-color: transparent;
}
.tags button:focus, .tags button.active,
.tags li.item:focus,
.tags li.item.active {
  border: 1px solid #C11920;
  color: #ffffff;
  background-color: #C11920;
}
.tags button:hover {
  background-color: #5A5A5A;
  color: #ffffff;
}

.column-banner {
  background: url(/public/frontEndPackage/images/column_banner.png) no-repeat center/cover;
}

.column-items .item {
  margin-bottom: 1.75rem;
}
.column-items .img {
  margin-bottom: 1rem;
  overflow: hidden;
}
.column-items .img img {
  transition: all 0.3s ease-in-out;
}
.column-items a {
  width: 100%;
}
.column-items a .text {
  color: #5A5A5A;
  display: flex;
  flex-direction: column;
}
.column-items a .text .date {
  margin-bottom: 0.5rem;
  text-align: center;
}
.column-items a .text .title {
  font-size: 1.25rem;
}
.column-items a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.esg-circle {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.esg-circle .item {
  margin-bottom: 2rem;
  width: 96%;
}
@media (min-width: 576px) {
  .esg-circle .item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .esg-circle .item {
    width: 30.6666666667%;
  }
}
@media (min-width: 1200px) {
  .esg-circle .item {
    width: 16.8%;
  }
}
.esg-circle .item h4 {
  font-size: 1.125rem !important;
  color: #333333 !important;
}
.esg-circle .item p {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.125rem 1rem;
  color: #5A5A5A !important;
  font-size: 1rem !important;
  flex-grow: 1;
}

.esg-cont {
  margin-top: -2rem;
  background-color: #ffffff;
  padding: 2.5rem 2.5rem;
}
.esg-cont > div:first-child {
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media (min-width: 992px) {
  .esg-cont > div:first-child {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
.esg-cont > div:first-child img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .esg-cont > div:first-child img {
    width: 48% !important;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .esg-cont > div:first-child img {
    width: 29.4% !important;
  }
}
.esg-cont > div:first-child p {
  width: 100%;
}
@media (min-width: 768px) {
  .esg-cont > div:first-child p {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .esg-cont > div:first-child p {
    width: 68.6%;
  }
}
.esg-cont p {
  color: #5A5A5A !important;
  font-size: 1rem !important;
}
.esg-cont h4 {
  font-size: 1.25rem !important;
  color: #333333 !important;
}

.to-list-page-btn {
  position: fixed;
  right: 0;
  top: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 3px solid #C11920;
  padding: 6px 8px;
  color: #ffffff;
  background-color: #C11920;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in-out;
  animation: action 1s infinite alternate;
}
.to-list-page-btn:hover {
  color: #C11920;
  outline: 3px solid #C11920;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.case-box {
  background: url(/public/frontEndPackage/images/main-bg.png) no-repeat center/cover;
  padding: 3rem 0;
}

.case-carousel a {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #5A5A5A;
  overflow: hidden;
  transition: transform 0.3s ease-out;
}
.case-carousel a::before, .case-carousel a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out;
  background: rgba(0, 0, 0, 0.1);
}
.case-carousel a::before {
  transform-origin: left top;
}
.case-carousel a::after {
  transform-origin: right bottom;
}
.case-carousel a:hover {
  transform: scale3d(1.01, 1.01, 1);
}
.case-carousel a:hover::before, .case-carousel a:hover::after {
  transform: scale3d(1, 1, 1);
}
.case-carousel .img {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=all.css.map */