#wrap.boxed {
  background-image: url('/uploads/others/images/jf-bg.jpg');
  background-size: 100%;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

#wrap.boxed {
  background-size: auto;
}

.align-item-center {
  align-items: center;
}

.necessary {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
.necessary .news-prev, .necessary .news-next {
  min-width: 80px;
  text-align: center;
}
.necessary .news-prev > i, .necessary .news-next > i {
  transform: scaleX(-1);
}
.necessary .news-prev:hover > a, .necessary .news-next:hover > a {
  color: #1e6494;
}
.necessary .news-prev:hover > i, .necessary .news-next:hover > i {
  color: #1e6494;
}
.necessary .news-prev > a, .necessary .news-next > a {
  font-size: 15px;
  color: #333;
  background: transparent;
  padding: 6px 20px;
  border-radius: 0px;
}
.necessary .news-prev > i, .necessary .news-next > i {
  display: inline-block;
}

.back {
  text-align: center;
  margin-left: 0px;
}
.back a {
  position: relative;
  display: inline-block;
  width: 80px;
  color: #fff;
  padding: 3px 10px;
  background-color: #1e6494;
}
.back a > span {
  transition: all 0.3s linear;
}
.back a:hover {
  padding-left: 10px;
  padding-right: 5px;
  color: #1e6494;
  background-color: #dae9ec;
}

.contact .ct-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.contact .ct-content .google-map {
  display: block;
  width: 100%;
}
.contact .ct-content .google-map iframe {
  width: 100%;
  height: 650px;
  margin-bottom: -8px;
}
.contact .ct-content .contact-form-cont {
  position: relative;
  width: 100%;
  margin: 50px 20px 30px;
  z-index: 9;
  box-shadow: 3px 5px 13px rgba(0, 0, 0, 0.15);
}
.contact .ct-content .contact-form-cont h3 {
  font-size: 17px;
  border-bottom: solid 1px #f2f2f2;
  padding: 10px 0;
}
.contact .ct-content .contact-form-cont .contactInfo {
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact .ct-content .contact-form-cont .contactInfo ul {
  padding: 10px 0;
  margin-bottom: 0;
}
.contact .ct-content .contact-form-cont .contactInfo ul li {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  padding-left: 30px;
}
.contact .ct-content .contact-form-cont .contactInfo ul li a, .contact .ct-content .contact-form-cont .contactInfo ul li p {
  font-size: 17px;
  font-weight: 500;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p {
  font-size: 15px;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p:not(.fax) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 55px;
  height: 55px;
  min-width: 55px;
  text-align: center;
  margin-bottom: 0;
  background-color: #dae9ec;
  border: solid 1px transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p span {
  width: 100%;
  color: #1e6494;
  font-size: 30px;
  width: 30px;
  height: 26px;
  line-height: inherit;
  font-weight: bold;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p span.txt {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p.fax {
  font-size: 17px;
  margin-bottom: 0;
  transition: padding 0.3s ease;
}
.contact .ct-content .contact-form-cont .contactInfo ul li p.fax:hover {
  padding-left: 30px;
}
.contact .ct-content .contact-form-cont .contactInfo ul li a, .contact .ct-content .contact-form-cont .contactInfo ul li .fax {
  padding: 5px 5px;
  margin-left: 10px;
  color: #333;
}
.contact .ct-content .contact-form-cont .contactInfo ul li a:hover {
  color: #1e6494;
  background-color: #dae9ec;
  padding-left: 30px;
}
.contact .ct-content .contact-form-cont .contactInfo ul li:hover p:not(.fax) {
  border-color: #1e6494;
}
.contact .ct-content .contact-form-cont .contactInfo ul li.mobile p span {
  font-size: 40px;
}

.logo-txt {
  color: #1e6494;
  position: absolute;
  bottom: 30px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 0px;
  left: 135px;
}

input[type=checkbox]:checked {
  color: #1e6494;
  background-color: #1e6494;
}

.bottom-relative {
  margin: 30px 0;
}
.bottom-relative .main-title {
  margin: 20px 0 30px;
}

.main-title {
  font-size: 21px;
  position: relative;
  left: 0;
  display: block;
  font-weight: 500;
  background-color: transparent;
  color: #333;
  text-align: center;
  margin: 0 0;
  z-index: 0;
}
.main-title > span {
  color: #1e6494;
}

.section-title {
  font-weight: bold;
  border: 0;
  padding-bottom: 10px;
  text-align: right;
}

/*.sub-title {
  position: relative;
  top: -25px;
  text-align: right;
}
.sub-title > p {
  font-size: 15px;
  padding: 0px 0px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #aaa;
  display: inline-block;
}*/

.sm-img-bg .sm-content-cont {
  height: 750px;
}

.sm-img-bg-fullscr .local-scroll-cont a {
  color: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
}

.rs-fullscr-container {
  padding-top: 84px;
}

.tparrows.preview3 {
  background: rgba(255, 255, 255, 0);
}
.tparrows.preview3:after {
  font-size: 48px;
  color: #dae9ec;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
}
.tparrows.preview3:hover::after {
  color: #1e6494;
}

.header-1 .lang {
  position: absolute;
  top: 50%;
  right: 105px;
  display: flex;
  list-style: none;
  padding: 0;
  transform: translateY(-50%);
}
.header-1 .lang li {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-color: #333;
  border-radius: 50%;
}
.header-1 .lang li a {
  padding: 8px;
  color: #fff;
}
.header-1 .lang li:hover {
  background-color: #1e6494;
}
.header-1 .lang li:last-child a {
  padding: 8px 6px;
}

.fs-primary-nav.fs-sub-nav li a > span {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.fs-primary-nav.fs-sub-nav li a.fs-parent {
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  margin-left: -5px;
}

.sidebar.sidebar-shop {
  background-color: #f2f2f2;
  padding: 0px 0px;
  margin-bottom: 20px;
  border-left: solid 3px #1e6494;
  transition: all 1s linear;
  overflow: hidden;
}
.sidebar.sidebar-shop .widget {
  font-weight: normal;
  margin: 0;
}
.sidebar.sidebar-shop .widget:not(:first-child) {
  border-top: solid 1px #fff;
}
.sidebar.sidebar-shop .widget-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-shop .widget-title > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: left;
  padding: 7px 20px;
  transition: all 0.3s linear;
}
.sidebar.sidebar-shop .widget-title > a:hover, .sidebar.sidebar-shop .widget-title > a:focus {
  color: #1e6494;
  background-color: #dae9ec;
  padding-left: 30px;
}

.page-title-cont {
  position: relative;
}
.page-title-cont::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.35;
  mix-blend-mode: multiply;
}

.header.affix-on-mobile {
  position: fixed;
  width: 100%;
}

.indexAbout {
  padding: 50px 20px 20px;
  background-color: #f2f2f2;
}
.indexAbout .container-p-75-2 {
  background-color: #f2f2f2;
}
.indexAbout .section-title {
  font-size: 21px;
  color: #333;
  line-height: 1;
  margin-top: 0px;
  padding: 0 15px 24px;
  text-align: left;
}
.indexAbout .areaRight {
  margin-bottom: 0px;
}
.indexAbout .areaRight > p {
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.indexAbout img {
  width: 100%;
}

.indexProduct {
  padding: 30px 0 20px;
}
.indexProduct .main-title {
  padding-bottom: 0;
}
.indexProduct .port-grid {
  margin: 10px;
}
.indexProduct .port-grid .port-item {
  width: 50%;
}
.indexProduct .port-grid .port-item h3 {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px;
  color: #1e6494;
}
.indexProduct .port-grid .port-item h3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -55px;
  width: 0;
  height: 0;
  z-index: -1;
}
.indexProduct .port-grid .port-item:hover {
  cursor: pointer;
}
.indexProduct .port-grid .port-item:hover h3 {
  color: #dae9ec;
  background-color: #1e6494;
}

.indexEditor .edContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
.indexEditor .edContent .edImg {
  width: 100%;
}
.indexEditor .edContent .edImg img {
  box-shadow: -7px 7px 8px rgba(0, 0, 0, 0.15);
}
.indexEditor .edContent .edTxt {
  width: 100%;
  padding-top: 30px;
  padding-left: 0px;
}
.indexEditor .edContent .edTxt .edList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  margin-bottom: 10px;
}
.indexEditor .edContent .edTxt .edList::before {
  position: absolute;
  content: "";
  top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: solid 1px #1e6494;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #1e6494;
  left: -40px;
}
.indexEditor .edContent .edTxt .edList::after {
  position: absolute;
  content: "";
  top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: solid 1px #1e6494;
  right: -50px;
}
.indexEditor .edContent .edTxt .edList ul {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}

.indexNews, .news .news-info {
  background-color: #fff;
}
.indexNews .nwItem, .news .news-info .nwItem {
  margin-bottom: 30px;
}
.indexNews .nwItem .entry-body .entry-top, .news .news-info .nwItem .entry-body .entry-top {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.indexNews .nwItem .entry-body .entry-top .entry-links, .news .news-info .nwItem .entry-body .entry-top .entry-links {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  width: 100%;
  border-bottom: solid 1px #1e6494;
  padding: 5px 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-left: unset;
  background-color: #f2f2f2;
}
.indexNews .nwItem .entry-body .entry-top .entry-links .entry-meta, .news .news-info .nwItem .entry-body .entry-top .entry-links .entry-meta {
  font-size: 17px;
  color: #1e6494;
  margin-right: 10px;
}
.indexNews .nwItem .entry-body .entry-top .entry-links .entry-cats, .news .news-info .nwItem .entry-body .entry-top .entry-links .entry-cats {
  position: relative;
  padding: 2px 0px 2px 25px;
}
.indexNews .nwItem .entry-body .entry-top .entry-links .entry-cats::before, .news .news-info .nwItem .entry-body .entry-top .entry-links .entry-cats::before {
  position: absolute;
  top: -5px;
  left: -2px;
  content: url('/uploads/others/images/eod_favicon.ico');
  display: inline-block;
  transform: scale(0.5);
}
.indexNews .nwItem .entry-body .entry-top .entry-links .entry-cats a:hover, .news .news-info .nwItem .entry-body .entry-top .entry-links .entry-cats a:hover {
  color: #1e6494;
}
.indexNews .nwItem .entry-body .entry-top .entry-title, .news .news-info .nwItem .entry-body .entry-top .entry-title {
  width: 100%;
  font-size: 17px;
  line-height: normal;
  padding: 0;
  padding-right: 0px;
  margin: 0;
}
.indexNews .nwItem .entry-body .entry-top .entry-title:hover a, .news .news-info .nwItem .entry-body .entry-top .entry-title:hover a {
  color: #1e6494;
}
.indexNews .nwItem .entry-body .entry-bottom, .news .news-info .nwItem .entry-body .entry-bottom {
  width: 100%;
  height: auto;
  text-align: right;
  margin-top: 10px;
}
.indexNews .nwItem .entry-body .entry-bottom a, .news .news-info .nwItem .entry-body .entry-bottom a {
  display: inline-block;
  width: 80px;
  color: #fff;
  padding: 3px 10px;
  background-color: #1e6494;
}
.indexNews .nwItem .entry-body .entry-bottom a:hover, .news .news-info .nwItem .entry-body .entry-bottom a:hover {
  padding-left: 10px;
  padding-right: 5px;
  color: #1e6494;
  background-color: #dae9ec;
}
.indexNews .nwItem .entry-body .entry-bottom a i:first-child, .news .news-info .nwItem .entry-body .entry-bottom a i:first-child {
  margin-left: 10px;
}

footer {
  position: relative;
  padding: 0;
  clear: both;
  background-color: #f2f2f2;
  overflow: visible !important;
  padding-top: 30px;
}
footer #back-top {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
footer #back-top .footer-btt {
  position: absolute;
  right: 20px;
  width: 55px;
  height: 55px;
  bottom: 75px;
}
footer #back-top .footer-btt span::before {
  transition: all 0.3s linear;
}
footer #back-top .footer-btt:hover span::before {
  color: #1e6494;
}
footer #back-top a:hover > i {
  color: #dae9ec;
}
footer #back-top i {
  color: #333;
  font-size: 16px;
}
footer #back-top span::before {
  position: absolute;
  left: 7px;
  bottom: 0px;
  font-size: 60px;
  display: inline-block;
  text-align: center;
}
footer .footer-menu {
  padding-bottom: 0px;
}
footer .footer-menu ul {
  border-bottom: solid 1px #fff;
}
footer .footer-menu ul li {
  display: inline-block;
  font-size: 17px;
  width: calc(50% - 3px);
  padding: 0 0px;
  text-align: center;
}
footer .footer-menu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
}
footer .footer-menu ul li a:hover {
  color: #fff;
  background-color: #1e6494;
}
footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-info ul {
  width: 100%;
  font-size: 15px;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footer-info ul li {
  display: flex;
  justify-content: center;
}
footer .footer-info ul li a {
  display: flex;
  justify-content: center;
  align-items: end;
}
footer .footer-info ul li a i {
  font-size: 17px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
footer .footer-info ul li a:hover {
  color: #1e6494;
}
footer .recaptcha a {
  color: #f2f2f2;
}
footer .recaptcha p {
  color: #f2f2f2;
}
footer .copyright {
  color: #f2f2f2;
}

.footer-copy-2-cont {
  font-size: 15px;
}

.news .news-info {
  background-color: transparent;
}
.news .news-info .entry-body {
  min-height: 100%;
  display: block;
  padding-bottom: 0px;
  border-right: 0;
}
.news .news-info .entry-body .entry-top {
  display: block;
  padding-bottom: 0px;
  border-right: 0;
  position: relative;
}
.news .news-info .entry-body .entry-top .entry-links {
  display: flex;
  justify-content: center;
  padding: 0px 0px 10px;
}
.news .news-info .entry-body .entry-top .entry-links .entry-meta {
  font-size: 19px;
  color: #1e6494;
}
.news .news-info .entry-body .entry-top .entry-links .entry-cf {
  font-size: 15px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  padding: 0px 7px;
  margin-left: 12px;
}
.news .news-info .news-bottom {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}
.news .news-info .news-bottom .news-meta {
  font-size: 19px;
  color: #1e6494;
}
.news .news-info .news-bottom .news-cf {
  font-size: 15px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  padding: 0px 7px;
  margin-left: 12px;
}
.news .news-info .entry-content .entry-bottom {
  text-align: right;
}
.news .news-info .entry-content .entry-bottom > a {
  display: inline-block;
  color: #fff;
  background-color: #2b3030;
  padding: 5px 22px;
  border-radius: 20px;
  box-shadow: -3px 3px 0 #1e6494;
}
.news .news-info .entry-content .entry-bottom > a:hover {
  background-image: linear-gradient(90deg, #2b3030, rgba(0, 0, 0, 0.5));
  box-shadow: none;
}
.news .news-content .news-title {
  color: #333;
  font-size: 19px;
  line-height: normal;
  margin: 0 0 5px;
}
.news .news-content .news-meta {
  font-size: 17px;
  color: #1e6494;
  margin-right: 10px;
}
.news .news-content .news-bottom .news-cf {
  position: relative;
  line-height: 1.5;
  padding: 2px 0px 2px 25px;
}
.news .news-content .news-bottom .news-cf::before {
  position: absolute;
  top: -5px;
  left: -2px;
  content: url('/uploads/others/images/eod_favicon.ico');
  display: inline-block;
  transform: scale(0.5);
}

.product.pt-80-b-50-cont {
  padding-top: 50px;
}

.products {
  padding: 0 10px;
}
.products .sub-title {
  position: relative;
  top: -25px;
  text-align: right;
}
.products .editor {
  margin-top: -30px;
  margin-bottom: 20px;
}
.products .pdItem:first-child {
  clear: both;
}
.products .pdItem:nth-child(2n+1) {
  clear: both;
}
.products .pdItem .product-body {
  padding: 0 0;
  background-color: #f2f2f2;
}
.products .pdItem .product-body .product-title {
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  text-align: center;
  background-color: #333;
}
.products .pdItem .product-body .product-title > a {
  color: #fff;
}
.products .pdItem .product-cf {
  position: relative;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
}
.products .pdItem .product-cf > a {
  position: relative;
  display: inline-block;
  color: #333;
  padding: 7px 10px 7px 30px;
}
.products .pdItem .product-cf > a::before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: url("/uploads/others/images/eod_favicon.ico");
  display: inline-block;
  transform: scale(0.5);
}
.products .pdItem .product-cf > a:hover {
  color: #1e6494;
}
.products .pdItem .product-content .details {
  padding: 0 50px 0 30px;
}
.products .pdItem .product-content .details .product-title {
  font-size: 19px;
  margin: 10px 0;
}
.products .pdItem .product-content .product-cf {
  margin-bottom: 10px;
}
.products .pdItem .product-content .note {
  color: #333;
  font-size: 15px;
  font-weight: 300;
}

.product-content .product-details-top .product-img {
  position: relative;
  padding-top: 0px;
}
.product-content .product-details-top .product-img img {
  width: 100%;
}
.product-content .product-details-top .product-details {
  padding: 0 30px 0 20px;
}
.product-content .product-details-top .product-details .product-title {
  font-size: 21px;
  color: #1e6494;
  padding: 0;
  margin: 0;
}
.product-content .product-details-top .product-details .product-cf {
  position: relative;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
}
.product-content .product-details-top .product-details .product-cf > a {
  position: relative;
  display: inline-block;
  color: #333;
  padding: 5px 10px 5px 30px;
}
.product-content .product-details-top .product-details .product-cf > a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: url("/uploads/others/images/eod_favicon.ico");
  display: inline-block;
  transform: scale(0.5);
}
.product-content .product-details-top .product-details .product-cf > a:hover {
  color: #1e6494;
}
.product-content .product-details-top .product-details .note {
  margin-top: 10px;
}
.product-content .product-details-tab {
  padding-top: 20px;
  margin-top: 10px;
}
.product-content ul {
  padding-bottom: 10px;
}
.product-content ul li.nav-item {
  width: 33.3333333333%;
  margin-left: 0;
  text-align: center;
}
.product-content ul li.nav-item:nth-child(2) {
  margin: 0 0px;
}
.product-content ul li.nav-item > a {
  font-size: 15px;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0px;
}
.product-content ul li.nav-item > a:focus {
  color: #fff;
  background-color: #1e6494;
  border-color: #dae9ec;
}
.product-content ul li.nav-item > a:hover {
  color: #fff;
  background-color: #1e6494;
  border-color: #dae9ec;
}
.product-content ul li.nav-item.active > a {
  color: #fff;
  background-color: #1e6494;
}
.product-content ul li.nav-item.active > a:focus {
  color: #fff;
  background-color: #1e6494;
}
.product-content ul li.nav-item.active > a:hover {
  color: #fff;
  background-color: #1e6494;
}
.product-content .tab-content .tab-pane {
  background-color: transparent;
}

.relativeCase .main-title {
  margin-bottom: 10px;
}
.relativeCase .product.ed-style {
  margin: 10px;
  margin-bottom: 0;
}
.relativeCase .f-carousel .f-carousel__slide {
  padding: 10px;
}
.relativeCase .f-carousel .f-carousel__slide .reItem {
  border-radius: 14px;
  overflow: hidden;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reImg {
  position: relative;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reImg:hover {
  cursor: pointer;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reImg::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s linear;
  z-index: 9;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo {
  padding: 0 0;
  background-color: #f2f2f2;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .reTitle h3 {
  font-size: 17px;
  padding: 5px 0;
  margin: 0;
  font-weight: 500;
  text-align: center;
  background-color: #333;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .reTitle h3 > a {
  color: #fff;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf {
  position: relative;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: center;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf > a {
  position: relative;
  display: inline-block;
  color: #333;
  padding: 5px 10px 5px 30px;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf > a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: url("/uploads/others/images/eod_favicon.ico");
  display: inline-block;
  transform: scale(0.5);
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf > a:hover {
  color: #1e6494;
}
.relativeCase .f-carousel .f-carousel__slide .reItem:hover .reImg::after {
  opacity: 1;
}
.relativeCase .f-carousel .f-carousel__nav button {
  color: #1e6494;
  border-radius: 100%;
}
.relativeCase .f-carousel .f-carousel__nav button svg {
  font-size: 50px;
  width: 50px;
  height: 50px;
}
.relativeCase .is-horizontal .f-carousel__nav .f-button.is-prev {
  top: 42%;
}
.relativeCase .is-horizontal .f-carousel__nav .f-button.is-next {
  top: 42%;
}
.relativeCase .is-horizontal .fancybox__nav .f-button.is-prev {
  top: 42%;
}
.relativeCase .is-horizontal .fancybox__nav .f-button.is-next {
  top: 42%;
}

.custom-info a {
  color: #1e6494;
}

.custom-title h3 {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
}
.custom-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-image: linear-gradient(90deg, #333, transparent);
}

.affix-fix .cd-header-buttons {
  display: none;
}

.pd-pagination {
  position: relative;
}
.pd-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
}
.pd-pagination ul li {
  margin: 0 5px;
}
.pd-pagination .page-item .page-link {
  color: #2b3030;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fff;
  border: solid 1px transparent;
  border-radius: 0;
  padding: 7px 10px;
}
.pd-pagination .page-item .page-link:hover {
  color: #333;
  border: solid 1px #1e6494;
}
.pd-pagination .page-item.active .page-link {
  position: relative;
  color: #fff;
  background-color: #1e6494;
  border-radius: 0;
  padding: 7px 10px;
}
.pd-pagination .page-item.active .page-link:hover {
  border-color: #dae9ec;
}

/*# sourceMappingURL=custom.css.map */
