@charset "UTF-8";
/* INDEX */
::-moz-selection {
  background-color: #2341C9;
  color: #fff;
}

::selection {
  background-color: #2341C9;
  color: #fff;
}

::-moz-selection {
  background-color: #2341C9;
  color: #fff;
}

::selection, ::-moz-selection {
  background-color: #333;
  color: #fff;
}

.contact .ct-content .ct-info ul, .product .pd-content.inner .pd-download ul .dl-item, .product .pd-content.inner .pd-download ul, .product .pd-content.inner .pd-details-top, .news .news-content .news-intro .news-links, .about .graphics li h3, .about .graphics, .indexNews .news-info .news-item .news-body .news-links,
.news .news-info .news-item .news-body .news-links, .indexProduct .pt-content, .indexEditor .ed-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listTitle {
  color: #2341C9;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .listTitle {
    font-size: 19px;
    line-height: 1.2;
    text-align: unset;
  }
}

.readmore {
  cursor: pointer;
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
  width: 235px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  border-radius: 40px;
  border: unset;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.35);
}
.readmore span {
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.readmore em {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgb(91, 178, 240), #fff);
  width: 55%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.readmore:before {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  right: auto;
}
.readmore:after {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  bottom: 0;
  right: 0;
  left: auto;
}
.readmore:hover {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.readmore:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.readmore:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.readmore:hover span {
  color: rgb(45, 97, 189);
}
.readmore:hover em {
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(152, 244, 250));
  width: 40%;
  transform: scaleX(1);
}
.readmore.scroll-animate li:nth-child(12) img, .readmore.scroll-animate li:nth-child(13) img, .readmore.scroll-animate li:nth-child(14) img {
  transform: translateX(-15px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.readmore.scroll-animate.animate-in p {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
.readmore.scroll-animate.animate-in img {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.readmore.scroll-animate.animate-in li:nth-child(2) img {
  transition-delay: 0.3s;
}
.readmore.scroll-animate.animate-in li:nth-child(11) img, .readmore.scroll-animate.animate-in li:nth-child(12) img, .readmore.scroll-animate.animate-in li:nth-child(13) img, .readmore.scroll-animate.animate-in li:nth-child(14) img {
  opacity: 1;
}
.readmore.scroll-animate.animate-in li:nth-child(11) img {
  transition-delay: 0.5s;
}
.readmore.scroll-animate.animate-in li:nth-child(12) img {
  transform: translateX(0);
  transition-delay: 0.6s;
}
.readmore.scroll-animate.animate-in li:nth-child(13) img {
  transform: translateX(0);
  transition-delay: 0.8s;
}
.readmore.scroll-animate.animate-in li:nth-child(14) img {
  transform: translateX(0);
  transition-delay: 1s;
}

html .scroll-to-top {
  color: #fff;
  border-radius: 50%;
  background: #2341C9;
  transition: bottom 0.3s linear;
}
html .scroll-to-top:hover {
  bottom: 20px;
  background: rgb(152, 244, 250);
  color: #2341C9;
}

.mainTitle {
  font-size: 32px;
  font-weight: bold;
  color: #2341C9;
}

.listTitle {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}

.page-header {
  padding: 100px 0 50px !important;
}
.page-header .breadcrumb {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.page-header .breadcrumb li {
  font-size: 15px;
}
@media (min-width: 768px) {
  .page-header .breadcrumb .breadcrumb {
    margin-top: 50px;
    text-align: left;
  }
}
.page-header h1 {
  letter-spacing: 7px;
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(0px 0px 11px rgb(0, 0, 0));
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-header {
    padding: 150px 0 80px !important;
  }
  .page-header .breadcrumb {
    text-align: left;
  }
}

/* topNav */
.topNav.sidebar {
  position: relative;
  top: 0;
  width: 100%;
  background-color: transparent;
  margin-bottom: 30px;
  z-index: 9;
}
.topNav.sidebar .sb-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin: auto;
  margin-right: -1px;
}
.topNav.sidebar .sb-container .widget {
  width: calc(50% - 4px);
  border: 0;
  border-radius: 40px;
}
.topNav.sidebar .sb-container .widget:nth-child(odd) {
  background-color: rgb(21, 41, 142);
}
.topNav.sidebar .sb-container .widget:nth-child(even) {
  background-color: rgb(45, 97, 189);
}
.topNav.sidebar .sb-container .widget.active a, .topNav.sidebar .sb-container .widget.active button, .topNav.sidebar .sb-container .widget:hover button {
  color: #211815;
}
.topNav.sidebar .sb-container .widget .widget-title {
  line-height: 1.5;
  margin: 0 0;
}
.topNav.sidebar .sb-container .widget .widget-title a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
}
.topNav.sidebar .sb-container .widget .widget-title a:hover, .topNav.sidebar .sb-container .widget .widget-title a.selected {
  color: #2341C9;
  background-color: rgb(152, 244, 250);
}
.topNav.sidebar .sb-container .widget,
.topNav.sidebar .sb-container .widget .widget-body,
.topNav.sidebar .sb-container .widget:hover a {
  transition: all 0.3s linear;
}
.topNav.sidebar .sb-container .widget-title a + a::after,
.topNav.sidebar .sb-container .widget-body a + a::after {
  color: #fff;
  content: "\f107";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
  text-align: center;
  width: 32.5px;
  height: 45.5px;
  margin-top: -46.5px;
}
.topNav.sidebar .sb-container .widget-body a + a:after {
  color: #fff;
}
.topNav.sidebar .sb-container .widget-body .filter-items {
  padding: 0px 0 10px;
}
.topNav.sidebar .sb-container .widget-body .filter-items .filter-item {
  position: relative;
  padding-top: 0;
}
.topNav.sidebar .sb-container .widget-body .filter-items .filter-item:hover a {
  color: #fff;
}
.topNav.sidebar .sb-container .widget-body .filter-items .filter-item.active a {
  color: #fff;
}
.topNav.sidebar .sb-container .widget-body .filter-items a {
  position: relative;
  display: block;
  color: #211815;
  padding-left: 20px;
}
.topNav.sidebar .sb-container .widget-body .filter-items a:hover {
  background-color: #2341C9;
  color: #fff;
}
.topNav.sidebar .sb-container .widget-title button,
.topNav.sidebar .sb-container a:not([data-toggle=collapse]) {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  text-align: center;
  padding: 10px 10px;
  background-color: transparent;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .topNav.sidebar .sb-container .widget {
    width: calc(25% - 4px);
  }
}

.topNav.sidebar .widget,
.topNav.sidebar .widget .widget-body,
.topNav.sidebar .widget:hover a {
  transition: all 0.3s linear;
}

#header .header-column .header-extra-info {
  font-size: 17px;
  font-weight: bold;
}
#header .header-column .header-extra-info li {
  margin-left: 15px;
}
#header .header-column .header-extra-info li a {
  color: #211815;
  transition: all 0.2s linear;
}
#header .header-column .header-extra-info li a:hover {
  color: rgb(45, 97, 189);
  text-decoration: unset;
}
#header .header-column .header-row i {
  font-size: 19px;
  color: rgb(160, 180, 217);
}
#header .header-column .header-row .header-nav .header-nav-main ul li .dropdown-menu {
  background-color: #eee;
}
#header .header-column .header-row .header-nav .header-nav-main ul li .dropdown-menu li .dropdown-item {
  color: #211815;
}
#header .header-column .header-row .header-nav .header-nav-main ul li .dropdown-menu li .dropdown-item:hover {
  color: #fff;
  background: linear-gradient(-135deg, rgb(152, 244, 250), rgb(21, 41, 142));
}

.indexAbout {
  position: relative;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245)) !important;
  overflow: hidden;
}
.indexAbout .mainTitle {
  position: relative;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: 500;
  background: linear-gradient(to right, #2341C9 0%, rgb(21, 41, 142) 50%, #2341C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  z-index: 9;
}
.indexAbout .deco {
  position: absolute;
  opacity: 0.75;
}
.indexAbout .deco svg {
  min-width: 150px;
  fill: #fff;
}
.indexAbout .deco svg path.highlight {
  fill: rgb(152, 244, 250);
}
.indexAbout .deco.one {
  top: 0;
}
.indexAbout .deco.two {
  right: 0;
}
.indexAbout .deco.two svg {
  min-width: 300px;
  fill: rgb(152, 244, 250);
}
@media (min-width: 768px) {
  .indexAbout .deco svg {
    min-width: 300px;
  }
  .indexAbout .deco.two svg {
    min-width: 800px;
  }
}

.indexEditor .ed-content {
  flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  border-radius: 20px;
}
.indexEditor .ed-content .ed-left {
  width: 100%;
}
.indexEditor .ed-content .ed-right {
  width: 100%;
  margin-left: 50px;
}
@media (min-width: 768px) {
  .indexEditor .ed-content {
    flex-direction: row;
    padding: 50px;
  }
  .indexEditor .ed-content .ed-left {
    width: 70%;
  }
  .indexEditor .ed-content .ed-right {
    width: 30%;
    margin-left: 50px;
  }
}

.indexProduct {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(21, 41, 142), #2341C9), color-stop(50%, #fff));
  background: linear-gradient(-135deg, rgb(21, 41, 142) 5%, #2341C9 50%, #fff 50%);
}
.indexProduct .mainTitle {
  position: absolute;
  font-size: 75px;
  left: 0%;
  color: rgb(152, 244, 250);
  opacity: 0.35;
}
.indexProduct .pt-content {
  flex-direction: column;
  padding: 80px 0 50px;
}
.indexProduct .pt-content .tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.indexProduct .pt-content .tab .tablinks {
  width: 50%;
  padding: 0;
  border: solid 1px rgb(152, 244, 250);
  overflow: hidden;
}
.indexProduct .pt-content .tab .tablinks:first-child {
  border-top-left-radius: 50px;
}
.indexProduct .pt-content .tab .tablinks:nth-child(2) {
  border-top-right-radius: 50px;
}
.indexProduct .pt-content .tab .tablinks:nth-child(3) {
  border-bottom-left-radius: 50px;
}
.indexProduct .pt-content .tab .tablinks:last-child {
  border-bottom-right-radius: 50px;
}
.indexProduct .pt-content .tabContent {
  display: none;
  visibility: hidden;
  width: 100%;
  padding-right: 0px;
  margin-top: 30px;
}
.indexProduct .pt-content .tabContent h3 {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #211815;
  z-index: 9;
}
.indexProduct .pt-content .tabContent .tabInfo {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  /* 控制淡入速度 */
}
.indexProduct .pt-content .tabContent .tabInfo.show {
  display: block;
  opacity: 1;
}
.indexProduct .pt-content .tabContent .tabInfo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 0%;
  height: 21px;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), transparent);
  z-index: 0;
  animation: cubeColor 0.2s 0.3s linear forwards;
}
@keyframes cubeColor {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.indexProduct .pt-content .pt-item .image-gallery-item .thumb-info .thumb-info-wrapper .thumb-info-title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1px;
}
.indexProduct .pt-content .pt-item .image-gallery-item .thumb-info .thumb-info-wrapper .thumb-info-title .thumb-info-type {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 22px;
  border-radius: 20px !important;
}
.indexProduct .pt-content .pt-item .image-gallery-item .thumb-info .thumb-info-wrapper .thumb-info-action .thumb-info-action-icon {
  background-color: rgb(152, 244, 250);
}
.indexProduct .pt-content .pt-item .image-gallery-item .thumb-info .thumb-info-wrapper .thumb-info-action .thumb-info-action-icon i {
  color: #2341C9;
}
@media (min-width: 768px) {
  .indexProduct .mainTitle {
    font-size: 185px;
  }
  .indexProduct .pt-content {
    flex-direction: row-reverse;
    padding: 50px 0;
  }
  .indexProduct .pt-content .tab {
    width: 55%;
  }
  .indexProduct .pt-content .tabContent {
    display: block;
    visibility: visible;
    width: 45%;
    padding-right: 50px;
    margin-top: 0px;
  }
}
.indexNews,
.news {
  position: relative;
  padding: 80px 0 !important;
}
.indexNews .mainTitle,
.news .mainTitle {
  position: absolute;
  font-size: 185px;
  right: 4%;
  color: rgb(152, 244, 250);
  opacity: 0.35;
}
.indexNews .news-info figure,
.news .news-info figure {
  margin-bottom: 0;
  margin-right: -1px;
}
.indexNews .news-info figure a,
.news .news-info figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.indexNews .news-info .news-item,
.news .news-info .news-item {
  background-color: #fff;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15);
}
.indexNews .news-info .news-item .news-body,
.news .news-info .news-item .news-body {
  position: relative;
  padding: 15px 35px 22px;
}
.indexNews .news-info .news-item .news-body .news-links,
.news .news-info .news-item .news-body .news-links {
  justify-content: flex-end;
  justify-content: space-between;
  margin-bottom: 5px;
}
.indexNews .news-info .news-item .news-body .news-links .news-meta p,
.news .news-info .news-item .news-body .news-links .news-meta p {
  color: rgb(21, 41, 142);
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
}
.indexNews .news-info .news-item .news-body .news-links .news-meta p span,
.news .news-info .news-item .news-body .news-links .news-meta p span {
  font-size: 19px;
  font-weight: 500;
  display: block;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245));
  border-radius: 20px;
  padding: 2px 15px;
}
.indexNews .news-info .news-item .news-body .news-links .news-cats,
.news .news-info .news-item .news-body .news-links .news-cats {
  position: relative;
  padding-left: 85px;
  margin-left: 35px;
}
.indexNews .news-info .news-item .news-body .news-links .news-cats::before,
.news .news-info .news-item .news-body .news-links .news-cats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: calc(100% - 110px);
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), #fff 100%);
  transform: translateY(-50%);
}
.indexNews .news-info .news-item .news-body .news-title,
.news .news-info .news-item .news-body .news-title {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indexNews .news-info .news-item .news-body .news-title a,
.news .news-info .news-item .news-body .news-title a {
  color: #211815;
}
.indexNews .news-info .news-item .news-body .news-title:hover a,
.news .news-info .news-item .news-body .news-title:hover a {
  text-decoration: none;
  color: #2341C9;
}

.indexContact {
  padding: 0 120px;
}
.indexContact .mainTitle {
  text-align: left;
  margin-bottom: 20px;
}
.indexContact .readmore {
  left: 50%;
  transform: translateY(0px) translateX(-50%) !important;
}
.indexContact .readmore span {
  text-align: left;
}

.about,
.news,
.product,
.contact {
  position: relative;
}
.about .mainTitle,
.news .mainTitle,
.product .mainTitle,
.contact .mainTitle {
  position: absolute;
  font-size: 75px;
  left: 0%;
  color: rgb(152, 244, 250);
  opacity: 0.35;
}

.about {
  position: relative;
  padding-top: 20px;
}
.about .ab-right {
  margin-top: 50px;
}
.about .ab-bottom ul {
  display: flex;
  margin-bottom: 0;
}
.about .ab-bottom ul li {
  margin-right: 50px;
}
.about .ab-bottom ul li h3 {
  margin-bottom: 0;
}
.about .subTitle {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 40px;
  z-index: 1;
}
.about .subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 21px;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), transparent);
  z-index: -1;
}
.about .graphics {
  flex-wrap: wrap;
}
.about .graphics li {
  position: relative;
  padding: 0 5px;
  margin: auto;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.about .graphics li h3,
.about .graphics li p {
  margin-bottom: 10px;
}
.about .graphics li h3 {
  position: relative;
  justify-content: center;
  flex-direction: column;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  background-color: #2341C9;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 25px;
  transition: all 0.2s linear;
}
.about .graphics li h3 span {
  color: rgb(152, 244, 250);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.about .graphics li h3::before, .about .graphics li h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  border: solid 1px #2341C9;
  border-radius: 100%;
  border-bottom-width: 1px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.about .graphics li h3::before {
  width: 110%;
  height: 110%;
  border-top-color: transparent;
  transform: rotate(45deg);
}
.about .graphics li h3::after {
  width: 120%;
  height: 120%;
  border-left-color: transparent;
  transform: rotate(-25deg);
}
.about .graphics li p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.about .graphics li:first-child, .about .graphics li:nth-child(2), .about .graphics.en li:nth-child(3) {
  margin-bottom: 50px;
}
.about .graphics li:first-child h3 {
  background-color: rgb(45, 97, 189);
}
.about .graphics li:nth-child(2) h3 {
  background-color: rgb(21, 41, 142);
}
.about .graphics li:nth-child(3) h3 {
  background-color: rgb(45, 97, 189);
}
.about .graphics li:last-child h3 {
  background-color: rgb(21, 41, 142);
}
.about .graphics li:hover, .about .graphics li:focus {
  cursor: crosshair;
}
.about .graphics li:hover h3, .about .graphics li:focus h3 {
  color: #2341C9;
  background-color: rgb(152, 244, 250);
}
.about .graphics li:hover h3 span, .about .graphics li:focus h3 span {
  color: rgb(91, 178, 240);
  font-weight: bold;
}
.about .graphics li:hover h3::before, .about .graphics li:hover h3::after, .about .graphics li:focus h3::before, .about .graphics li:focus h3::after {
  border-color: rgb(152, 244, 250);
}
.about .graphics li:hover h3::before, .about .graphics li:focus h3::before {
  width: 110%;
  height: 110%;
  transform: rotate(-115deg);
  border-top-color: transparent;
}
.about .graphics li:hover h3::after, .about .graphics li:focus h3::after {
  width: 125%;
  height: 125%;
  transform: rotate(225deg);
  border-left-color: transparent;
}
.about .graphics li:hover p, .about .graphics li:focus p {
  color: rgb(152, 244, 250);
}

/* EN ver. */
.about .graphics.en {
    flex-direction: column;
}
.about .graphics.en li {
    flex-direction: row;
    width: 100%;
}
.about .graphics.en li h3{
    margin-bottom: 10px;
    height: 120px;
    width: 120px;
    min-width: 120px;
}
.about .graphics.en li p {
  text-align: left;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .about .mainTitle {
    font-size: 185px;
  }
  .about .graphics li {
    width: 25%;
  }
  .about .graphics li h3 {
    width: 135px;
    height: 135px;
  }
  .about .graphics li h3 span {
    font-size: 13px;
  }
  .about .graphics li:first-child, .about .graphics li:nth-child(2) {
    margin-bottom: 0px;
  }

  /* EN ver. */
    .about .graphics.en li {
        width: 100%;
    }  
    /*.about .graphics.en li h3 {
        min-width: 135px;
    }*/
.about .graphics.en li:nth-child(3) {
  margin-bottom: 0px;
}
}
@media (min-width: 992px) {
  .about .ab-right {
    margin-top: 0;
  }
}

.news {
  padding: 0 0 20px !important;
}
.news img {
  max-width: 100%;
}
.news .news-info .news-item {
  margin-bottom: 30px;
}
.news .news-content {
  position: relative;
  z-index: 9;
}
.news .news-content .news-intro .news-links {
  justify-content: space-between;
  margin: 15px 0;
}
.news .news-content .news-intro .news-links .news-meta {
  top: -15px;
  left: 20px;
}
.news .news-content .news-intro .news-links .news-meta p {
  color: rgb(21, 41, 142);
  font-size: 19px;
  text-align: center;
  margin-bottom: 0;
}
.news .news-content .news-intro .news-links .news-meta p span {
  font-size: 19px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245));
  border-radius: 20px;
  padding: 2px 15px;
  margin-right: 10px;
}
.news .news-content .news-intro .news-links .news-cats {
  position: relative;
  padding-left: 55px;
  margin-left: 10px;
  font-size: 17px;
}
.news .news-content .news-intro .news-links .news-cats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), #fff 100%);
  transform: translateY(-50%);
}
.news .news-content .news-intro .news-links .news-cats a {
  position: relative;
  min-width: 150px;
  z-index: 99;
}
.news .news-content .news-intro .news-title {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news .news-content .news-intro .news-title a {
  color: #211815;
}
.news .news-content .news-intro .news-title:hover a {
  text-decoration: none;
  color: #2341C9;
}
.news .readmore {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
  width: 235px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  border: unset;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.35);
}
.news .readmore span {
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.news .readmore em {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgb(91, 178, 240), #fff);
  width: 55%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.news .readmore:before {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  right: auto;
}
.news .readmore:after {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  bottom: 0;
  right: 0;
  left: auto;
}
.news .readmore:hover {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.news .readmore:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.news .readmore:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.news .readmore:hover span {
  color: rgb(45, 97, 189);
}
.news .readmore:hover em {
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(152, 244, 250));
  width: 40%;
  transform: scaleX(1);
}
@media (min-width: 768px) {
  .news .mainTitle {
    font-size: 185px;
  }
  .news .news-content .news-intro .news-links {
    justify-content: flex-start;
  }
  .news .news-content .news-intro .news-links .news-cats {
    padding-left: 110px;
    margin-left: 55px;
  }
  .news .news-content .news-intro .news-links .news-cats::before {
    width: calc(100% - 110px);
  }
}
@media (min-width: 992px) {
  .news .news-info .news-item .news-body {
    padding: 15px 15px 22px;
  }
}
@media (min-width: 1200px) {
  .news .news-info .news-item .news-body {
    padding: 15px 35px 22px;
  }
}

.product {
  position: relative;
}
.product img {
  max-width: 100%;
  position: relative;
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .product .mainTitle {
    font-size: 185px;
  }
}
.product .pd-content:not(.inner) {
  position: relative;
  margin-top: 30px;
  padding: 50px 30px 20px;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245));
  z-index: 19;
}
.product .pd-content .deco {
  position: absolute;
  width: 300px;
  height: 120px;
  background: #2341C9;
  transform: skewX(-30deg);
  z-index: 0;
}
.product .pd-content .deco.one {
  right: -75px;
  top: -30px;
}
.product .pd-content .deco.two {
  bottom: 0;
  left: -75px;
  background: rgb(91, 178, 240);
  opacity: 0.55;
}
.product .pd-content .deco.three {
  top: 0;
  right: 10%;
  background: unset;
  transform: unset;
  width: 150px;
  height: auto;
  opacity: 0.15;
}
.product .pd-content .pd-item .product-media img {
  transition: all 0.3s ease-in-out;
}
.product .pd-content .pd-item .product-media:hover img {
  box-shadow: 0px 0px 8px rgba(21, 41, 142, 0.35);
}
.product .pd-content .pd-item .product-body {
  position: relative;
  text-align: center;
  padding: 7px 0 30px;
  z-index: 29;
}
.product .pd-content .pd-item .product-body .product-cf {
  position: absolute;
  top: -50px;
  left: -22px;
  transition: all 0.3s ease-in-out;
}
.product .pd-content .pd-item .product-body .product-cf a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 2px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 5;
    background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
    min-width: 150px;
    padding: 5px;
border-radius: 20px;
}
.product .pd-content .pd-item .product-body .product-cf a::before {
  position: absolute;
  top: -2px;
  left: -25px;
  /*left: 50%;*/
  /*content: "";*/
  width: 150px;
  height: 35px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
  /*transform: translateX(-50%);*/
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.product .pd-content .pd-item .product-body .product-cf a:hover {
  color: rgb(152, 244, 250);
  text-decoration: none;
}
.product .pd-content .pd-item .product-body .product-title {
  font-size: 19px;
  font-weight: 500;
  padding-top: 5px;
  margin-bottom: 0;
  line-height: 1.5;
}
.product .pd-content .pd-item .product-body .product-title a {
  color: #211815;
  transition: all 0.3s ease-in-out;
}
.product .pd-content .pd-item .product-body .product-title a:hover {
  text-decoration: none;
  color: #2341C9;
}
.product .pd-content .pd-item:hover .product-body .product-cf {
  top: -47px;
}
.product .pd-content .pd-item:hover .product-body .product-cf a::before {
  box-shadow: 0px 3px 8px rgba(21, 41, 142, 0.35);
}
.product .pd-content.inner {
  position: relative;
  padding: 50px 0 30px;
}
.product .pd-content.inner .deco {
  z-index: 1;
}
.product .pd-content.inner .deco.three {
  z-index: 0;
}
.product .pd-content.inner .pd-spec {
  position: relative;
  padding: 50px 0;
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow-y: visible !important;
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table thead th,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table thead td,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody th,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody td {
  text-align: center;
  color: #211815;
  font-size: 15px;
  border: solid 2px rgb(160, 180, 217);
  border-top: unset;
  border-right: unset;
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table thead th:last-child,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table thead td:last-child,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody th:last-child,
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody td:last-child {
  border-right: solid 2px rgb(160, 180, 217);
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table thead th {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  background: #2341C9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: solid 2px rgb(160, 180, 217);
  padding: 5px 10px;
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody tr .title {
  font-size: 17px;
  color: rgb(21, 41, 142);
  background: rgb(228, 234, 245);
}
.product .pd-content.inner .pd-spec .eodTable.lineStyle table tbody tr td {
  padding: 3px 5px;
  background: #fff;
}
.product .pd-content.inner::before {
  position: relative;
  content: "";
  width: 100%;
  height: 55px;
  background: rgb(152, 244, 250);
}
.product .pd-content.inner .subTitle {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 40px;
  z-index: 1;
}
.product .pd-content.inner .subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 21px;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), transparent);
  z-index: -1;
}
.product .pd-content.inner .pd-details-top {
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.product .pd-content.inner .pd-details-top .dt-left,
.product .pd-content.inner .pd-details-top .dt-right {
  width: 100%;
}
.product .pd-content.inner .pd-details-top .dt-left h2 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  color: #211815;
  padding-left: 40px;
  margin-bottom: 10px;
}
.product .pd-content.inner .pd-details-top .dt-left h2::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: url("/uploads/others/images/favicon.png");
}
.product .pd-content.inner .pd-details-top .dt-left p {
  font-size: 15px;
  color: #211815;
}
@media (min-width: 768px) {
  .product .pd-content.inner .pd-details-top {
    flex-wrap: nowrap;
    padding-right: 50px;
  }
  .product .pd-content.inner .pd-details-top .dt-left {
    width: 70%;
  }
  .product .pd-content.inner .pd-details-top .dt-right {
    width: 30%;
  }
}
.product .pd-content.inner .pd-info .intro {
  background: rgb(228, 234, 245);
  padding: 65px 0;
  margin: 30px 0 50px;
}
.product .pd-content.inner .pd-info .intro p {
  margin-bottom: 0;
}
.product .pd-content.inner .pd-info .editor {
  background: rgb(228, 234, 245);
  padding: 50px 0;
}
.product .pd-content.inner .pd-download {
  position: relative;
  background: rgb(228, 234, 245);
  padding: 50px 0;
  overflow: hidden;
}
.product .pd-content.inner .pd-download ul {
  flex-wrap: wrap;
}
.product .pd-content.inner .pd-download ul .dl-item {
  width: 100%;
}
.product .pd-content.inner .pd-download ul .dl-item:not(:last-child) {
  margin-bottom: 20px;
}
.product .pd-content.inner .pd-download ul .dl-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px 35px;
  font-size: 17px;
  font-weight: 500;
  color: #211815;
  background: rgb(152, 244, 250);
  transition: all 0.3s ease-in-out;
  border: solid 2px rgb(152, 244, 250);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.35);
}
.product .pd-content.inner .pd-download ul .dl-item a i {
  position: relative;
  top: 0;
  padding-right: 50px;
  font-size: 27px;
  transition: all 0.2s linear;
}
.product .pd-content.inner .pd-download ul .dl-item a:hover {
  color: #fff;
  border-color: #2341C9;
  background: #2341C9;
}
.product .pd-content.inner .pd-download ul .dl-item a:hover i {
  top: 5px;
}
.product .pd-content.inner .pd-download ul .dl-item a:focus {
  box-shadow: 0px 0px 3px rgba(21, 41, 142, 0.55);
  -webkit-box-shadow: 0px 0px 3px rgba(21, 41, 142, 0.55);
}
@media (min-width: 768px) {
  .product .pd-content.inner .pd-download ul {
    flex-wrap: nowrap;
  }
  .product .pd-content.inner .pd-download ul .dl-item {
    width: 50%;
  }
  .product .pd-content.inner .pd-download ul .dl-item:not(:last-child) {
    margin-bottom: 0px;
  }
  .product .pd-content.inner .pd-download ul .dl-item:nth-child(odd) {
    margin-right: 30px;
  }
  .product .pd-content.inner .pd-download ul .dl-item:nth-child(even) {
    margin-left: 30px;
  }
}
.product .f-carousel .f-carousel__slide img {
  max-width: 100%;
}
.product .f-carousel .f-carousel__slide:hover {
  border: solid 1px rgb(152, 244, 250);
}
.product .f-carousel .f-carousel__nav button,
.product .f-carousel .f-carousel__dots button {
  outline: unset;
}
.product .f-carousel .f-carousel__nav button svg {
  stroke: #211815;
  stroke-width: 5px;
  width: 27px;
  height: 27px;
}
.product .f-carousel .f-carousel__nav button:hover svg {
  stroke: rgb(91, 178, 240);
}
.product .f-carousel .f-carousel__dots {
  bottom: 5px;
}
.product .f-carousel .f-carousel__dots li button {
  width: 24px;
  height: 24px;
}
.product .f-carousel .f-carousel__dots li button span {
  width: 13px;
  height: 13px;
  background-color: rgb(91, 178, 240);
}
.product .readmore {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
  width: 235px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  border: unset;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.35);
}
.product .readmore span {
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.product .readmore em {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgb(91, 178, 240), #fff);
  width: 55%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.product .readmore:before {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  left: 0;
  right: auto;
}
.product .readmore:after {
  content: "";
  background: rgb(152, 244, 250);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  bottom: 0;
  right: 0;
  left: auto;
}
.product .readmore:hover {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
.product .readmore:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.product .readmore:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.product .readmore:hover span {
  color: rgb(45, 97, 189);
}
.product .readmore:hover em {
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(152, 244, 250));
  width: 40%;
  transform: scaleX(1);
}

.contact .subTitle {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 40px;
  z-index: 1;
}
.contact .subTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 21px;
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), transparent);
  z-index: -1;
}
.contact .ct-content .ct-info {
  position: relative;
  padding: 0px 0;
  z-index: 99;
}
.contact .ct-content .ct-info ul {
  flex-wrap: wrap;
  padding: 20px 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  border: dashed 1px rgb(228, 234, 245);
  border-radius: 30px;
  transition: border 0.5s linear;
}
.contact .ct-content .ct-info ul li {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  color: #211815;
  padding-bottom: 15px;
}
.contact .ct-content .ct-info ul li i {
  position: relative;
  text-align: center;
  font-size: 17px;
  color: #fff;
  padding: 5px 14px;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.contact .ct-content .ct-info ul li i::after {
  position: absolute;
  left: 5px;
  top: -4px;
  content: "";
  background-color: #2341C9;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: -1;
}
.contact .ct-content .ct-info ul li a {
  color: #211815;
}
.contact .ct-content .ct-info ul li a:hover {
  color: #2341C9;
  text-decoration: unset;
}
.contact .ct-content .ct-info ul li a:hover i {
  color: #2341C9;
}
.contact .ct-content .ct-info ul li a:hover i::after {
  background-color: rgb(152, 244, 250);
}
.contact .ct-content .ct-info ul li:last-child {
  padding-bottom: 0;
}
.contact .ct-content .ct-info ul li:last-child i {
  margin-right: 8px;
}
.contact .ct-content .ct-info ul li:nth-child(odd) i::after {
  background-color: #211815;
}
.contact .ct-content .ct-info ul:hover {
  border: solid 1px rgb(152, 244, 250);
}


/* EN ver. */
.contact .ct-content .ct-info ul.en {

}
.contact .ct-content .ct-info ul.en li:last-child {
    padding-left: 55px;
    line-height: 1.5;
}
.contact .ct-content .ct-info ul.en li:last-child i {
    margin-right: 0;
    position: absolute;
    left: 16px;
}
/* -------------------------------------------------------- */


.contact .ct-content .ct-info .ct-img {
  text-align: center;
}
.contact .ct-content .ct-form {
  position: relative;
  z-index: 9;
  padding: 20px 10px 50px;
  background-color: rgb(228, 234, 245);
}
.contact .ct-content .ct-form .subTitle::before {
  background: linear-gradient(90deg, rgb(160, 180, 217), rgb(228, 234, 245), transparent);
}
.contact .ct-content .ct-form .contact-form-cont .p-3 {
  border-top: #fff 1px solid;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-item {
  margin-bottom: 20px;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-item select,
.contact .ct-content .ct-form .contact-form-cont form .ct-item input,
.contact .ct-content .ct-form .contact-form-cont form .ct-item textarea {
  width: 100%;
  outline: unset;
  border: unset;
  border: solid 1px transparent;
  padding: 5px 20px;
  border-radius: 20px !important;
  font-size: 17px;
  transition: all 0.3s linear;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-item select:focus,
.contact .ct-content .ct-form .contact-form-cont form .ct-item input:focus,
.contact .ct-content .ct-form .contact-form-cont form .ct-item textarea:focus {
  border-color: rgb(152, 244, 250);
}
.contact .ct-content .ct-form .contact-form-cont form label {
  margin-bottom: 0;
  font-size: 17px;
  color: #211815;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-btn .readmore input {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: unset;
  font-size: 16px;
  color: #fff;
  display: block;
  padding-left: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  z-index: 1;
}
.contact .ct-content .ct-form .contact-form-cont form .ct-btn .readmore:hover input {
  color: #2341C9;
}
.contact .editor {
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  .contact .ct-content .ct-img {
    margin-top: 30px;
  }
  .contact .ct-content .ct-info ul {
    flex-wrap: wrap;
  }
  .contact .ct-content .ct-info ul li {
    width: 100%;
  }
  .contact .ct-content .ct-form {
    padding: 50px 30px;
  }
  .contact .mainTitle {
    font-size: 185px;
  }
}

footer .row {
  text-align: center;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-left h4 {
  display: inline-block;
  background: linear-gradient(90deg, rgb(91, 178, 240), rgb(152, 244, 250));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .footer-left a,
footer .footer-left p {
  font-size: 15px;
  color: #fff;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right .footer-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 10px;
}
footer .footer-right .footer-menu li {
  padding: 0 10px;
}
footer .footer-right .footer-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
footer .footer-right .footer-menu li a:hover {
  color: rgb(152, 244, 250);
}
footer .footer-right .footer-social-icons {
  text-align: center;
}
footer .footer-right .footer-social-icons li a {
  background: linear-gradient(90deg, rgb(45, 97, 189), rgb(91, 178, 240));
  color: #fff;
  font-size: 17px;
}
footer .footer-right .footer-social-icons li:nth-child(2) a:hover {
  background: #6cac2d;
}
footer .footer-copyright {
  border-top: 1px solid #555;
}
footer .footer-copyright p {
  color: #fff;
}
footer .footer-copyright p a {
  color: #fff;
}
footer .footer-copyright p a:hover {
  color: rgb(152, 244, 250);
}
@media (min-width: 768px) {
  footer {
    text-align: unset;
  }
  footer .row {
    text-align: left;
  }
  footer .footer-right .footer-menu {
    flex-wrap: wrap;
  }
  footer .footer-right .footer-menu li {
    width: 100%;
    padding: 0 0px;
  }
  footer .footer-right .footer-social-icons {
    text-align: right;
  }
}

.pd-pagination .pagination {
  margin-bottom: 0;
}
.pd-pagination .pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: transparent;
  padding: 10px 15px;
  font-size: 17px;
  color: #211815;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
.pd-pagination .pagination .page-item .page-link span {
  font-size: 17px;
}
.pd-pagination .pagination .page-item .page-link:hover {
  color: rgb(45, 97, 189);
}
.pd-pagination .pagination .page-item.active .page-link {
  font-weight: bold;
  color: rgb(45, 97, 189);
  background-color: rgb(152, 244, 250) !important;
  border: solid rgb(152, 244, 250) 3px;
}

input[type=checkbox] {
  position: relative;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=checkbox]:before {
  content: " ";
  background: white;
  border: 1px solid rgb(21, 41, 142);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 18px;
  height: 18px;
  transition: background 0.3s ease-in-out;
}
input[type=checkbox]:checked:before {
  background: rgb(21, 41, 142);
}
input[type=checkbox]:checked:after {
  content: " ";
  background: transparent;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 0px;
  left: 1.5px;
  width: 80%;
  height: 50%;
  z-index: 2;
  transform: rotate(-45deg);
}

.fancybox__container {
    z-index: 9999 !important;
}
/*# sourceMappingURL=custom.css.map */
