@charset "UTF-8";
/* 
E-United Group Stylesheet Reset
v2.0
Last Updated: 2017-01-01
by DEX
*/
/* css reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, b,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*body {
    line-height: 1;
}*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

@font-face {
  font-family: "jf-openhuninn";
  src: local("?"), url("../fonts/jf-openhuninn-1.0.woff") format("woff"), url("../../fonts/jf-openhuninn-1.1.ttf") format("truetype"), url("../../fonts/jf-openhuninn-1.0.svg") format("svg");
}
body {
  font-family: "jf-openhuninn", "Noto Sans TC", arial, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  overflow-x: hidden;
}

a,
a:link,
a:focus,
a:checked,
a:hover {
  color: inherit;
  text-decoration: none;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn {
  transition: all 0.5s;
  background-image: url("../img/icon/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-sizing: border-box;
  color: #CCCCCC !important;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1rem 2rem;
}
.btn:hover {
  background-position: right 5px center;
  border: 1px solid #0058A7;
  color: #0058A7 !important;
}

.btn-back {
  margin-top: 2rem;
  background-image: unset;
  border-bottom: 1px solid #dfdfdf;
  color: #CCCCCC !important;
}
.btn-back:hover {
  transition: all 0.5s;
  outline: unset;
  border-bottom: 1px solid #0058A7;
  color: #0058A7 !important;
}

.btn-submit {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #0058A7;
  border-bottom: unset;
  color: #fff !important;
}
.btn-submit:hover {
  transition: all 0.5s;
  background-image: url("../img/icon/icon-arrow2.png");
  outline: unset;
  border-bottom: unset;
  color: #CCCCCC !important;
}

.btn-search {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-image: unset;
  background-color: #CCCCCC;
  border: unset;
  color: #666 !important;
  outline: unset;
}
.btn-search:hover {
  transition: all 0.5s;
  outline: unset;
  border: unset;
  background-color: #666;
  color: #fff !important;
}

.btn-basic {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  color: #333 !important;
}
.btn-basic:hover {
  border: 1px solid #fff;
  color: #0058A7 !important;
}

/*職缺瀏覽 登入/註冊*/
.btn-login-register {
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-image: unset;
    background-color: #CCCCCC;
    border: unset;
    color: #666 !important;
    outline: unset;*/

    transition: all 0.5s;
    /*background-image: url(../img/icon/icon-arrow.png);*/
    background-repeat: no-repeat;
    background-position: right 10px center;
    box-sizing: border-box;
    color: black !important;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 1rem 2rem;
    font-weight: bold;
}

.btn-login-register:hover {
    /*transition: all 0.5s;
    outline: unset;
    border: unset;
    background-color: #666;
    color: #fff !important;*/

    background-position: right 5px center;
    border: 1px solid #0058A7;
    color: #0058A7 !important;
}

.textbox {
  filter: drop-shadow(0 3px 3px #CCCCCC);
  -webkit-filter: drop-shadow(0 3px 3px #CCCCCC);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: unset;
  background-color: #dfdfdf;
  font-size: 18px;
  padding: 0.7rem 1rem;
}

ul.list li {
  box-sizing: border-box;
  background-image: url("../img/icon/icon-arrow3.png");
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 0.3rem 1rem 0.3rem 2rem;
  margin-left: 1rem;
}

ul.list-basic li {
  background-image: url("../img/icon/icon-commit.png");
  background-position: left 0.75rem;
}
ul.list-basic li span {
  font-weight: normal;
}

select.select {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dfdfdf;
  color: #666;
  cursor: pointer;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
}
select.select:hover {
  outline: 2px solid #0058A7;
}

@media screen and (max-width: 768px) {
  select.select {
    background-color: #0058A7;
    border: unset !important;
    color: #fff;
    cursor: pointer;
    margin: 0 0 1rem 0 !important;
    padding: 0.5rem 1rem;
    width: 100%;
  }
}
.pagination {
  display: inline-block;
  margin: 3rem auto;
  width: 100%;
  text-align: center;
}
.pagination a {
  color: #666;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.pagination a.active {
  background-color: #0058A7;
  color: white;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 3vmin;
  }
  .pagination a {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.navbar {
  background-color: #F9F9F9;
  box-sizing: border-box;
  position: fixed;
  padding: 1.5rem 5rem 0 5rem;
  top: 0;
  width: 100%;
  z-index: 5;
  /*logo*/
}
.navbar .menu {
  float: right;
}
.navbar .menu .others {
  color: #CCCCCC;
  margin-bottom: 0.5rem;
  text-align: right;
}
.navbar .menu .others .share-icon {
  display: inline-block;
  padding-right: 1rem;
}
.navbar .menu .others .share-icon a {
  opacity: 0.5;
  padding: 0.5rem;
}
.navbar .menu .others .share-icon a:hover {
  transition: all 0.5s;
  opacity: 1;
}
.navbar .menu .others a:hover {
  color: #0058A7;
}
.navbar .menu .others span {
  padding: 0.5rem;
}
.navbar .menu > ul {
  display: flex;
}
.navbar .menu > ul > li {
  list-style: none;
}
.navbar .menu > ul > li:hover, .navbar .menu > ul > li.selected {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  background-color: #bdd7ee;
}
.navbar .menu > ul > li a {
  background-position: left bottom;
  cursor: pointer;
  color: #333;
  display: inline-block;
  letter-spacing: 0.1rem;
  padding: 0.8rem 1.4rem;
  transition: all 0.5s;
}
.navbar .menu > ul > li a:hover, .navbar .menu > ul > li a.selected {
  color: #0058A7;
}
.navbar .menu > ul > li a img {
  vertical-align: unset !important;
}
.navbar .menu > ul > li:hover > ul._submenu, .navbar .menu > ul > li:focus ul._submenu {
  background-color: #bdd7ee;
  display: block;
  position: absolute;
  z-index: 9;
}
.navbar ul._submenu {
  background-color: #fff;
  display: none;
  padding: 0.5rem 1rem;
  filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
}
.navbar ul._submenu li a {
  transition: all 0.2s;
  border-bottom: 1px solid #dfdfdf;
  display: inline-block;
  font-size: 0.9rem;
  min-width: 150px;
  padding: 0.7rem 1.5rem;
}
.navbar ul._submenu li a:hover {
  color: #0058A7;
}
.navbar ul._submenu li:last-child a {
  border-bottom: unset;
}
.navbar .logo {
  display: inline-block;
  vertical-align: middle;
}
.navbar .logo .logo-img {
  background-image: url(../img/logo.png?ver=20220804);
  background-position: center;
  background-repeat: no-repeat;
  width: 350px;
  height: 60px;
}

/*nav-icon*/
.nav-icon-theme {
  transition: all 0.2s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  display: none;
  margin: 20px;
  opacity: 0.8;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.nav-icon-theme:hover {
  opacity: 1;
}

#nav-icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.5s;
  width: 25px;
  height: 30px;
}
#nav-icon span {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: all 0.25s;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0058A7;
  opacity: 1;
  right: 0;
}
#nav-icon.open span:nth-child(n) {
  top: 7px;
}

/*responsive*/
@media (max-width: 1360px) {
  .navbar {
    padding: 1rem 1.5rem;
    /*logo*/
  }
  .navbar .menu {
    height: 0;
    width: 0;
    opacity: 0;
    margin-top: -9999px;
  }
  .navbar .menu.open {
    transition: opacity 0.5s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 10;
  }
  .navbar .menu.open > .others {
    margin-top: 2rem;
    order: 2;
    text-align: center;
  }
  .navbar .menu.open > .others .share-icon {
    border-top: 1px solid #0058A7;
    display: block;
    margin: 0 auto;
    padding: 1rem 0;
    width: 70%;
  }
  .navbar .menu.open > ul {
    display: inline-block;
    margin-top: 2rem;
    order: 1;
  }
  .navbar .menu.open > ul > li {
    display: block;
    text-align: center;
  }
  .navbar .menu.open > ul > li:hover > ul._submenu, .navbar .menu.open > ul > li:focus ul._submenu {
    display: none;
    position: unset;
  }
  .navbar .menu.open > ul > li ul._submenu.show {
    display: block;
    filter: drop-shadow(0 0 0 #fff);
    -webkit-filter: drop-shadow(0 0 0 #fff);
  }
  .navbar .menu.open > ul > li a {
    transition: all 0s;
    padding: 0.5rem 1.5rem;
  }
  .navbar .logo .logo-img {
    background-size: 300px;
    width: 300px;
    height: 35px;
  }
  /*nav-icon*/
  .nav-icon-theme {
    display: block !important;
    margin: 5px 15px;
    padding: 18px;
  }
  #nav-icon {
    width: 20px;
    height: 20px;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .navbar {
    /*logo*/
  }
  .navbar .logo .logo-img {
    background-size: 250px;
    width: 250px;
    height: 30px;
  }
  /*nav-icon*/
  .nav-icon-theme {
    margin: 0;
    padding: 23px 1.5rem;
  }
  #nav-icon {
    width: 15px;
    height: 15px;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 7px;
  }
  #nav-icon span:nth-child(4) {
    top: 14px;
  }
}
header {
  background-color: #bdd7ee;
  padding: 3rem 5rem 0 5rem;
}

.banner {
  background-color: #e3e3e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.map {
  height: 400px;
}
.map iframe {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  header {
    padding: 1rem 1rem;
  }
}
html, body {
  animation: fadeEffect 1s;
}

.breadcrumb {
  color: #fff;
  background-color: #0058A7;
  font-size: 14px;
  padding: 0.5rem 5rem;
  text-align: right;
}
.breadcrumb a {
  color: #CCCCCC;
  text-decoration: underline;
}

.inner-content {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem;
  /*內容充足時可將以下兩行mark*/
  margin: 0 auto;
  width: 75%;
  clear: both;
}
.inner-content.no-left > .right {
  width: 100%;
}
.inner-content > .left {
  text-align: center;
  margin-right: 5rem;
  width: 25%;
}
.inner-content > .left > .title {
  color: #666;
  font-size: 24px;
}
.inner-content > .left > .title span {
  color: #CCCCCC;
  display: block;
  font-size: 14px;
}
.inner-content > .right {
  text-align: center;
  width: calc(75% - 5rem);
}
.inner-content > .right > .title {
  background-image: url("../img/icon/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #0058A7;
  font-size: 24px;
  padding-left: 2rem;
  text-align: left;
}
.inner-content > .right > .line {
  border-top: 1px solid #dfdfdf;
  margin: 2rem 0;
}
.inner-content > .right > .content {
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.75rem;
  min-height: 300px;
  text-align: left;
  width: 100%;
}
.inner-content > .right > .content > .subtitle {
  color: #0058A7;
  font-size: 18px;
}
.inner-content > .right > .content > p {
  box-sizing: border-box;
  padding: 0.7rem;
  text-align: justify;
}
.inner-content > .right > .content * {
  max-width: 100%;
}
.inner-content > .right > .content img {
  max-width: 100% !important;
  height: auto !important;
}

.box-gray {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #F9F9F9;
}

@media screen and (max-width: 1600px) {
  .inner-content {
    width: 100% !important;
  }
}
@media screen and (max-width: 1080px) {
  .breadcrumb {
    font-size: 12px;
    padding: 0.5rem 1.5rem;
  }
  .inner-content {
    padding: 3rem 1.5rem;
  }
  .inner-content > .left {
    display: none;
  }
  .inner-content > .right {
    width: 100%;
  }
  .inner-content > .right > .title {
    background-image: unset;
    font-size: 1.2rem;
    padding-left: 0;
  }
  .inner-content > .right > .line {
    margin: 1rem 0;
  }
  .inner-content > .right > .content {
    margin-top: 1rem;
    min-height: 0;
  }
}
ul.submenu {
  padding: 1rem 0;
}
ul.submenu > li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
ul.submenu > li a {
  box-sizing: border-box;
  display: block;
  padding: 1rem;
}
ul.submenu > li.selected {
  background-color: #0058A7;
  background-image: url("../img/icon/icon-arrow2.png");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  color: #fff;
  opacity: 1;
}
ul.submenu > li:hover:not(.selected) {
  background-color: #dfdfdf;
}

footer {
  border-top: 1px solid #efefef;
  filter: drop-shadow(15px 10px 15px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(15px 10px 15px rgba(0, 0, 0, 0.1));
  background-color: #F9F9F9;
  padding: 5rem;
}
footer .info,
footer .sitemap {
  float: left;
}
footer .info {
  border-right: 1px solid #dfdfdf;
  padding-right: 2rem;
  width: calc(30% - 2rem - 1px);
}
footer .info h2 {
  color: #0058A7;
}
footer .info p a {
  display: block;
  margin-top: 0.5rem;
}
footer .info p img {
  padding-right: 1rem;
}
footer .info img {
  max-width: 80%;
}
footer .sitemap {
  transition: color 0.5s;
  box-sizing: border-box;
  padding-left: 2rem;
  width: calc(70% - 2rem);
}
footer .sitemap > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .sitemap > ul > li {
  color: #0058A7;
}
footer .sitemap > ul > li > ul > li {
  color: #666;
  font-size: 14px;
  margin-top: 0.75rem;
}
footer .sitemap > ul > li > ul > li:hover {
  color: #0058A7;
}
footer .share-icon,
footer .others,
footer .copyright {
  text-align: center;
}
footer .share-icon {
  clear: both;
  display: block;
  padding: 3rem 0;
}
footer .share-icon a {
  opacity: 0.7;
  padding: 0.5rem;
}
footer .share-icon a:hover {
  transition: all 0.5s;
  opacity: 1;
}
footer .others {
  color: #8A8A8A;
  font-size: 14px;
}
footer .others a:hover {
  color: #0058A7;
}
footer .copyright {
  font-size: 14px;
  color: #71b0e6;
}

@media screen and (max-width: 1080px) {
  footer {
    box-sizing: border-box;
    display: inline-block;
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
  }
  footer .info,
  footer .sitemap {
    border: none !important;
    padding: 0 !important;
  }
  footer .info {
    float: unset;
    width: 100%;
  }
  footer .info p {
    font-size: 14px;
  }
  footer .info p img {
    padding-right: 0.5rem;
  }
  footer .sitemap {
    display: none;
  }
}
.default-content .block-title {
  color: #fff;
  font-size: 24px;
  padding-bottom: 4rem;
  text-align: center;
}
.default-content .block-title img {
  display: block;
  margin: 1rem auto 0.5rem auto;
  max-width: 60%;
}
.default-content .block-title .EN {
  color: #CCCCCC;
  font-size: 14px;
}
.default-content section {
  box-sizing: border-box;
  padding: 3rem 5rem;
  text-align: center;
}
.default-content section:nth-child(even) {
  background-color: #fff;
}
.default-content section:nth-child(odd) {
  background-color: #F9F9F9;
}
.default-content section:not(.links) > .block-title {
  color: #666;
}

.top-blocks {
  background-color: #bdd7ee !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 1.5rem;
  width: 100%;
}
.top-blocks > div {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  border-top: 3px solid #0058A7;
  background-color: #fff !important;
  overflow: hidden;
  padding: 2rem;
  text-align: left;
  width: 30%;
}
.top-blocks > div > .title {
  border-bottom: 1px solid #dfdfdf;
  color: #0058A7;
  display: block;
  padding-bottom: 1rem;
  font-size: 24px;
}
.top-blocks > div > .title::before {
  content: "NEW";
  color: #666;
  font-size: 14px;
  margin-right: 0.5rem;
}
.top-blocks > div .topic01, .top-blocks > div .topic02, .top-blocks > div .topic03 {
  height: 260px;
  padding-top: 1rem;
}
.top-blocks > div > .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: row-reverse;
}
.top-blocks .topic01 .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 180px;
  width: 100%;
}
.top-blocks .topic01 .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
.top-blocks .topic02 > .item {
  transition: all 0.2s;
  color: #666;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.7rem 1rem;
}
.top-blocks .topic02 > .item:hover {
  background-color: #F9F9F9;
  color: #0058A7;
}
.top-blocks .topic02 > .item span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
.top-blocks .topic02 > .item > .news-tag::before {
  content: "HOT";
  background-color: rgb(169, 15, 15);
  color: #fff;
  font-size: 12px;
  padding: 0.1rem 0.3rem;
}
.top-blocks .topic03 .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 230px;
  width: 100%;
}

.links {
  background-color: #00437e !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.links .owl-carousel {
  margin: 0 auto;
  width: 70%;
}
.links .owl-carousel .item {
  transition: all 1s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  display: inline-block;
  opacity: 0.6;
  padding: 1.5rem;
  text-align: center;
}
.links .owl-carousel .item > img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.links .owl-carousel .item:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  opacity: 1;
}
.links .owl-carousel .item:hover img {
  filter: unset !important;
  -webkit-filter: unset !important;
}

.news > .news-cat {
  padding: 0 1rem;
  text-align: right;
}
.news > .news-cat select {
  padding: 0.5rem 1rem;
}
.news > .news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 3rem;
  width: 80%;
}
.news > .news-list > .item {
  box-sizing: border-box;
  flex-basis: 33.3%;
  padding: 1rem;
  text-align: left;
}
.news > .news-list > .item:hover .img {
  background-size: 110% 110%;
}
.news > .news-list > .item:hover .title {
  color: #00437e;
}
.news > .news-list > .item > .img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: background-size 0.5s;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  background-color: #F9F9F9;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 0;
  padding-top: 66.64%;
  width: 100%;
}
.news > .news-list > .item > .title {
  transition: color 0.5s;
  color: #333;
  display: inline-block;
  margin: 0.5rem 0;
}
.news > .news-list > .item > .date {
  color: #CCCCCC;
}
.news > .news-list > .item > .date > span {
  color: #8A8A8A;
}
.news > .inner-news-list {
  width: 100% !important;
}

.recruit > .recruit-list {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  background-color: rgba(1, 1, 1, 0.3);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 3rem;
  padding: 1rem;
}
.recruit > .recruit-list > .item {
  box-sizing: border-box;
  color: #8A8A8A;
  padding: 1rem;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.recruit > .recruit-list > .item:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.recruit > .recruit-list > .item:hover {
  transition: all 0.3s;
  background-color: rgba(1, 1, 1, 0.5);
}
.recruit > .recruit-list > .item > .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #71b0e6;
  margin: 0 0 0.5rem 0;
}
.recruit > .recruit-list > .item > .title > b {
  transition: color 0.5s;
  border-right: 2px solid #dfdfdf;
  color: #fff;
  margin-right: 1rem;
  padding-right: 1rem;
}
.recruit > .recruit-list > .item > .content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #CCCCCC;
}
.recruit > .inner-recruit-list {
  width: 100% !important;
}

.temp {
  background-image: url(../img/bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.temp > .block-title span {
  color: #fff;
}
.temp > .block-title .EN {
  color: #8A8A8A;
}
.temp > .btn {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
  background-color: #fff;
  color: #8A8A8A !important;
  display: inline-block;
  padding: 1rem 2rem;
}
.temp > .btn:hover {
  border: unset !important;
}

.service > .service-list {
  margin: 0 auto;
  width: 80%;
}
.service > .service-list > .item {
  display: flex;
  height: 400px;
  margin-bottom: 5rem;
}
.service > .service-list > .item:nth-child(2n) .left {
  order: 2;
}
.service > .service-list > .item:nth-child(2n) .right {
  order: 1;
  text-align: right;
}
.service > .service-list > .item:nth-child(2n) .right > .right-wrap h2 {
  border-right: 3px solid #0058A7;
  border-left: unset;
  padding-right: 0.5rem;
  padding-left: unset;
}
.service > .service-list > .item:nth-child(2n) .right > .right-wrap p {
  padding-right: 0;
  padding-left: 5rem;
}
.service > .service-list > .item .left,
.service > .service-list > .item .right {
  float: left;
}
.service > .service-list > .item .left {
  transition: all 0.5s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  background-color: #F9F9F9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
}
.service > .service-list > .item .left:hover {
  transform: scale(105%, 105%);
  -moz-transform: scale(105%, 105%);
  -ms-transform: scale(105%, 105%);
  -o-transform: scale(105%, 105%);
}
.service > .service-list > .item .right {
  box-sizing: border-box;
  display: table;
  padding: 1rem 3rem;
  text-align: left;
  width: 45%;
}
.service > .service-list > .item .right > .right-wrap {
  display: table-cell;
  vertical-align: middle;
}
.service > .service-list > .item .right > .right-wrap h2 {
  border-left: 3px solid #0058A7;
  color: #0058A7;
  font-size: 18px;
  padding-left: 0.5rem;
}
.service > .service-list > .item .right > .right-wrap p {
  color: #666;
  line-height: 1.75rem;
  padding-right: 5rem;
}
.service > .service-list > .item .right.m {
  display: none;
}

@media screen and (max-width: 1366px) {
  .default-content section {
    padding: 5rem 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .default-content section {
    padding: 5rem 1.5rem;
  }
  .top-blocks {
    flex-wrap: wrap;
    padding: 0 1rem 1rem 1rem !important;
  }
  .top-blocks > div {
    width: 100%;
  }
  .links .owl-carousel {
    width: 100%;
  }
  .links .owl-carousel .item {
    margin: 0 auto;
  }
  .news > .news-list {
    width: 100%;
  }
  .news > .news-list > .item {
    padding: 0.75rem;
  }
  .news > .news-cat {
    padding: 0 0 1rem 0;
  }
  .recruit > .recruit-list {
    width: 100%;
    padding: 0;
  }
  .service > .service-list > .item {
    height: 60vh;
    margin-bottom: 1.5rem;
  }
  .service > .service-list > .item .left,
  .service > .service-list > .item .right {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.65);
    float: unset;
    height: 60vh;
    left: 1.5rem;
    position: absolute;
    width: calc(100% - 3rem);
  }
  .service > .service-list > .item .left h2,
  .service > .service-list > .item .left p,
  .service > .service-list > .item .right h2,
  .service > .service-list > .item .right p {
    border: none !important;
    color: #fff !important;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 !important;
  }
  .service > .service-list > .item .left h2,
  .service > .service-list > .item .right h2 {
    border-bottom: 1px solid #fff !important;
    padding: 1rem;
  }
  .service > .service-list > .item .right {
    display: none;
  }
  .service > .service-list > .item .right.m {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  .default-content {
    display: flex;
    flex-direction: column;
  }
  .default-content section {
    padding: 5rem 1.5rem;
  }
  .default-content section .block-title {
    padding-bottom: 3rem;
  }
  .default-content section .block-title span {
    font-size: 18px;
  }
  .default-content section .block-title img {
    margin: 0.5rem auto 0 auto;
  }
  .default-content section .block-title .EN {
    font-size: 12px;
  }
  .links {
    opacity: 1;
    order: 5;
  }
  .links .owl-carousel {
    width: 60%;
  }
  .links .owl-carousel .item {
    opacity: 1;
    margin: 1rem;
  }
  .links img {
    filter: unset !important;
    -webkit-filter: unset !important;
  }
  .news > .news-list {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .news > .news-list > .item {
    filter: drop-shadow(3px 1px 4px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(3px 1px 4px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0;
    width: 100%;
  }
  .news > .news-list > .item:hover .img {
    background-size: cover;
  }
  .news > .news-list > .item > .img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
    background-size: cover;
    float: left;
    margin-right: 1rem;
    padding-top: 27%;
    width: 40%;
  }
  .news > .news-list > .item > .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
    margin: 1rem 0.5rem 0.3rem 0.5rem;
  }
  .news > .news-list > .item > .date {
    color: #CCCCCC;
    font-size: 12px;
  }
  .recruit > .recruit-list {
    width: 100%;
  }
  .recruit > .recruit-list > .item > .title {
    font-size: 14px;
  }
  .recruit > .recruit-list > .item > .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    height: 2rem !important;
  }
  .service > .service-list {
    display: flex;
    flex-direction: column;
  }
  .service > .service-list > .item {
    height: 30vh;
  }
  .service > .service-list > .item .left,
  .service > .service-list > .item .right {
    height: 30vh;
  }
  .service > .service-list > .item .left p,
  .service > .service-list > .item .right p {
    font-size: 12px;
  }
  .temp > .btn {
    margin-top: 1rem;
    font-size: 14px;
  }
}
ul.milestone > li > span {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  background-color: #0058A7;
  color: #fff;
  font-size: 24px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
}
ul.milestone > li > ul {
  transition: all 0.5s;
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 0 2rem;
}
ul.milestone > li > ul:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #F9F9F9;
}
ul.milestone > li > ul > li {
  box-sizing: border-box;
  color: #666;
  padding: 1rem 0;
}
ul.milestone > li > ul > li:not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
ul.milestone > li > ul > li > span {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  vertical-align: top;
  width: 70px;
}
ul.milestone > li > ul > li > ul {
  display: inline-block;
  margin-top: 0.5rem;
  width: 80%;
}
ul.milestone > li > ul > li > ul li {
  transition: all 0.5s;
  background-image: url("../img/icon/icon-arrow3.png");
  background-position: -10px 0.25rem;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  word-wrap: break-word;
  word-break: break-all;
}
ul.milestone > li > ul > li > ul li:hover {
  background-position: 0 0.25rem;
  color: #0058A7;
}

@media screen and (max-width: 1080px) {
  ul.milestone > li > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: unset;
    border-bottom: 1px solid #0058A7;
    color: #0058A7;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0.5rem;
  }
  ul.milestone > li > ul {
    margin: 0;
  }
  ul.milestone > li > ul > li > span {
    background-color: unset;
    color: #666;
    font-weight: bold;
    margin-right: 0;
    padding: 0;
    width: unset;
  }
  ul.milestone > li > ul > li > ul {
    display: inline-block;
    font-size: 14px;
    margin-top: 0.3rem;
    width: 100%;
  }
  ul.milestone > li > ul > li > ul li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.contact {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  border-left: 5px solid #0058A7;
  box-sizing: border-box;
  background-color: #F9F9F9;
  display: inline-block;
  padding: 3rem 3rem;
  width: 100%;
}
.contact > .left .item, .contact > .right .item {
  margin-bottom: 1rem;
}
.contact > .left .item:hover .name, .contact > .right .item:hover .name {
  background-position: 0 center;
}
.contact > .left .item span:not(.name), .contact > .right .item span:not(.name) {
  color: #8A8A8A;
}
.contact > .left .item span:not(.name)::before, .contact > .right .item span:not(.name)::before {
  content: "";
  font-size: 12px;
  padding-right: 0.5rem;
}
.contact > .left .item .name, .contact > .right .item .name {
  transition: all 0.5s;
  background-image: url("../img/icon/icon-arrow3.png");
  background-position: -10px center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 18px;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
}
.contact > .left .item input, .contact > .right .item input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.contact > .left .item .cat, .contact > .right .item .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  padding: 0.5rem 2rem;
}
.contact > .left .item .cat input, .contact > .right .item .cat input {
  width: unset !important;
}
.contact > .left .item .cat #others, .contact > .right .item .cat #others {
  background-color: unset;
  border: none;
  border-bottom: 1px solid #666;
  margin-left: 0.5rem;
  padding: 0.5rem;
}
.contact > .left {
  box-sizing: border-box;
  float: left;
  padding-right: 3rem;
  width: 35%;
}
.contact > .right {
  float: left;
  width: 65%;
}
.contact > .right textarea {
  box-sizing: border-box;
  height: 250px;
  width: 100%;
}
.contact > .right input {
  width: 130px !important;
}
.contact > .right .align-right {
  text-align: right;
}
.contact > .right .align-right > img {
  vertical-align: middle !important;
}

@media (max-width: 1360px) {
  .inner-content > .left {
    display: none;
  }
  .inner-content > .right {
    margin: 0 auto;
    width: 70% !important;
  }
  .contact {
    border: none !important;
    background-color: unset !important;
    padding: 0.4rem;
  }
  .contact > .left, .contact > .right {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .contact > .left .item, .contact > .right .item {
    text-align: left !important;
  }
  .contact > .left .item input, .contact > .left .item textarea, .contact > .right .item input, .contact > .right .item textarea {
    width: 100% !important;
  }
  .contact > .left .item .btn, .contact > .right .item .btn {
    margin-top: 1rem;
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .inner-content > .right {
    width: 100% !important;
  }
}
ol.sitemap {
  box-sizing: border-box;
  font-size: 18px;
  padding-left: 2rem;
}
ol.sitemap > li {
  color: #0058A7;
  margin-bottom: 1rem;
}
ol.sitemap > li > ul > li {
  color: #8A8A8A;
  border-top: 1px dashed #dfdfdf;
}
ol.sitemap > li > ul > li:first-child {
  margin-top: 1rem;
}
ol.sitemap > li > ul > li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.link-list {
  width: 100%;
}
.link-list li {
  box-sizing: border-box;
  float: left;
  height: 4rem;
  margin-bottom: 1rem;
  margin-right: 3.5%;
  width: 31%;
}
.link-list li:nth-child(3n) {
  margin-right: 0;
}
.link-list li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
  background-image: url("../img/icon/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: left -50px center;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 3px solid #CCCCCC;
  display: inline-block;
  padding: 1rem;
  padding-left: 2rem;
  width: 100%;
  white-space: nowrap;
}
.link-list li a:hover {
  background-position: left 10px center;
  border-left: 3px solid #0058A7;
  color: #0058A7;
  padding-left: 3rem;
}

@media screen and (max-width: 1360px) {
  .link-list li {
    margin-right: 5% !important;
    width: 47%;
  }
  .link-list li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .link-list li {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
.search-list {
  background-color: #F9F9F9;
  display: inline-block;
  padding: 1rem 2rem;
}
.search-list > .item > span {
  color: #666;
  display: block;
  font-size: 18px;
  padding: 1rem 0;
  text-align: left;
}
.search-list > .item > .textbox {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
.search-list > .btn.btn-search {
  margin-top: 2rem;
  width: 100%;
}

.hire-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hire-list > .item {
  filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.16));
  border-top: 3px solid #dfdfdf;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: 100%;
}
.hire-list > .item > .left {
  width: 70%;
}
.hire-list > .item > .left .title {
  color: #0058A7;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.hire-list > .item > .left .limit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hire-list > .item > .left .limit div {
  width: 100%;
}
.hire-list > .item > .right {
  align-items: center;
  display: flex;
}

@media (max-width: 1360px) {
  .inner-content > .no-hide {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100% !important;
  }
  .inner-content > .no-hide .search-list {
    align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100% !important;
  }
  .inner-content > .no-hide .search-list .item {
    width: 33.3333333333%;
  }
  .inner-content > .no-hide .search-list .item .textbox {
    box-sizing: border-box;
    width: 100%;
  }
  .inner-content > .no-hide .search-list .item01 {
    display: block;
    width: 50%;
  }
  .inner-content > .no-hide .search-list > .btn.btn-search {
    width: 180px;
  }
  .inner-content > .right {
    margin: 0 auto;
    width: 100% !important;
  }
}
@media (max-width: 1080px) {
  .inner-content > .left {
    margin-bottom: 0;
  }
  .inner-content > .left .search-list {
    flex-wrap: wrap;
    gap: 1rem 0;
    justify-content: space-between;
    padding: 1rem;
    width: 100% !important;
  }
  .inner-content > .left .search-list .item {
    width: calc(50% - 0.5rem);
  }
  .inner-content > .left .search-list .item span {
    padding: 0.2rem;
  }
  .inner-content > .left .search-list > .btn.btn-search {
    margin-top: 0;
    padding: 0.5rem;
    width: 100%;
  }
  .hire-list > .item {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .hire-list > .item > .left {
    width: 100%;
  }
  .hire-list > .item > .left .title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .hire-list > .item > .left .limit {
    display: inline-block;
    margin-top: 0.5rem;
  }
  .hire-list > .item > .left .limit div {
    padding: 0;
  }
  .hire-list > .item > .right {
    width: 100%;
  }
  .hire-list > .item > .right > .btn.btn-submit {
    line-height: unset;
    margin-top: 0.5rem;
    padding: 0.5rem;
    text-align: center;
    width: 100%;
  }
}
#slides {
  height: 40%; /*custom fix refresh jumping*/
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 60px;
  text-align: right;
  width: 100%;
}
.slides-pagination a {
  background: #fff;
  width: 80px;
  height: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 8px;
  overflow: hidden;
  text-indent: 100%;
}
.slides-pagination a.current {
  background: #0058A7;
}

/*custom*/
/*padding navbar & resize height*/
#slides {
  box-sizing: border-box;
  margin-top: 105px;
}
#slides .title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2rem;
  top: 2rem;
  z-index: 4;
}
#slides .title span {
  filter: drop-shadow(5px 5px 5px #fff);
  -webkit-filter: drop-shadow(5px 5px 5px #fff);
  color: #0058A7;
  font-size: 48px;
  font-weight: bold;
}

.superslides-height {
  height: 40vh;
  display: none;
}

@media (max-width: 1366px) {
  .slides-pagination {
    right: 0;
    text-align: center;
  }
  /*custom*/
  /*padding navbar & resize height & paginations*/
  #slides {
    box-sizing: border-box;
    margin-top: 65px;
  }
  .slides-pagination {
    bottom: 5px;
    right: 2rem;
    text-align: right;
  }
  .slides-pagination a {
    width: 40px;
    height: 5px;
    margin: 4px;
  }
}
@media (max-width: 1080px) {
  #slides .title {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
  }
  #slides .title span {
    filter: drop-shadow(2px 2px 2px #fff);
    -webkit-filter: drop-shadow(2px 2px 2px #fff);
    color: #0058A7;
    font-size: 24px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  /*custom*/
  /*padding navbar & resize height & paginations*/
  #slides {
    margin-top: 60px;
  }
  .superslides-height {
    height: 40vh;
  }
  .slides-pagination {
    right: 1.5rem;
  }
  .slides-pagination a {
    width: 40px;
    height: 3px;
    margin: 4px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* custom btn */
.customNextBtn, .customPrevBtn {
  transition: all 0.2s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
  opacity: 0.5;
  padding: 0.4rem 2rem;
}
.customNextBtn:hover, .customPrevBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.scroll-to-top {
  bottom: 1em;
  right: 1em;
  position: fixed;
  z-index: 9;
}
.scroll-to-top > a > img {
  display: block;
  margin-bottom: 0.5em;
}
.scroll-to-top .icon-top {
  display: none;
}

@media screen and (max-width: 1080px) {
  .scroll-to-top {
    bottom: 1em;
    right: 1em;
  }
  .scroll-to-top > a > img {
    width: 80px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .scroll-to-top {
    bottom: 0.5em;
    right: 0.5em;
  }
  .scroll-to-top > a > img {
    width: 80px;
    margin-bottom: 0.5em;
  }
}