@import url(./reset.css);
.r-text.center {
  text-align: center;
  margin: auto;
}
.r-text.heading .main-content {
  width: 680px;
  max-width: 100%;
  margin: auto;
}
.r-text .tagline {
  color: var(--orange);
  margin-bottom: 15px;
}
.r-text .main-title {
  color: var(--blue);
  margin-bottom: 30px;
  text-transform: uppercase;
}
.r-text .main-content {
  color: var(--black);
  font-size: 1.14rem;
  line-height: 1.76rem;
  font-weight: 400;
}
.r-text .r-btn {
  background: var(--orange);
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  transition: 0.5s;
}
.r-text .r-btn:hover {
  color: #fff;
  background: var(--blue);
  border-radius: 2px;
}
.r-text .r-btn i {
  margin-left: 5px;
}

.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination span {
  width: 15px;
  height: 15px;
  opacity: 0.1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--blue);
  width: 50px;
  border-radius: 10px;
  opacity: 0.9;
}

.contact-float {
  background-color: var(--orange);
  position: fixed;
  bottom: 0;
  right: 12%;
  font-size: 18px;
  font-weight: 800;
  align-items: center;
  border-radius: 15px 15px 0 0;
  bottom: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  position: fixed;
  transition: transform 0.3s;
  width: 180px;
  z-index: 10;
}
.contact-float:hover {
  background: var(--blue);
}
.contact-float:hover a {
  color: #fff;
}
.contact-float a {
  font-weight: 500;
}

header {
  padding: 5px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0px);
  background-color: #fff;
  box-shadow: #5e5555 0px 0px 5px 0px;
}
header.sticky a {
  color: var(--black);
}
header.sticky .header-top {
  display: none;
}
header .header-top {
  padding: 10px 0;
  border-bottom: 1px solid rgba(205, 205, 205, 0.2901960784);
  margin-bottom: 10px;
}
header .header-top .social {
  margin-left: 30px;
}
header .header-top .social a {
  margin: 0 15px;
}
header .header-top .social a i {
  color: rgba(255, 255, 255, 0.8784313725);
}
header .header-top .social a svg {
  fill: #fff;
  width: 16px;
}
header .header-top .social a:hover i {
  color: var(--orange);
}
header .header-top a {
  text-transform: initial;
  margin: 0 15px;
  font-weight: 400;
  font-size: 15px;
}
header .header-top a:first-child {
  margin-left: 0;
}
header .header-top a:last-child {
  margin-right: 0;
}
header .logo img {
  height: 77px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
header .mb_menu {
  display: none;
  justify-content: flex-end;
}
header .mb_close_menu {
  display: none;
}
header .navs ul li {
  margin: 0 25px;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
header .navs ul li:hover .submenu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
header .navs ul li .submenu {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 85px;
  width: 240px;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
header .navs ul li .submenu .wrap {
  background: #fff;
  box-shadow: #cbcbcb 0px 0px 3px 0px;
  padding: 10px 0;
  border-radius: 4px;
}
header .navs ul li .submenu .wrap a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 500;
  text-transform: initial;
  color: var(--black);
}
header .navs ul li .submenu .wrap a:last-child {
  border-bottom: 0;
}
header .navs ul li:last-child {
  margin-right: 0;
}
header a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.banner {
  background-color: var(--blue);
  width: 100%;
  overflow: hidden;
}
.banner.page {
  height: 381px;
}
.banner.page .banner-bg {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.banner.page .banner-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
}
.banner .swiper-slide-active .banner_slide .banner-image {
  transform: scale(1.09);
}
.banner .swiper-slide-active .banner_slide .wrap {
  opacity: 1;
  transition-delay: 850ms;
  top: 55%;
}
.banner .banner_slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .banner_slide .banner-image {
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-size: cover !important;
  background-position: center !important;
  transition: all 8000ms linear;
}
.banner .banner_slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
}
.banner .banner_slide .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 95%;
  width: 800px;
  opacity: 0;
  transition: 0.8s;
}
.banner .banner_slide .wrap .tagline {
  color: var(--orange);
}
.banner .banner_slide .wrap h1 {
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}
.banner .banner_slide .wrap p {
  color: #e5e5e5;
  width: 80%;
}
.banner .swiper-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.4784313725);
  box-shadow: #1c1717 0px 0px 5px 0px;
  border: 1px solid #fff;
  bottom: 80px;
  right: 12%;
  left: auto;
  top: auto;
}
.banner .swiper-btn:hover {
  background: var(--orange);
}
.banner .swiper-btn:hover::after {
  color: var(--black);
}
.banner .swiper-btn.swiper-button-prev {
  right: calc(12% + 60px);
}
.banner .swiper-btn::after {
  color: #fff;
  font-size: 18px;
}

.home-intro {
  display: flex;
  flex-wrap: wrap;
}
.home-intro .about-img {
  background: var(--blue);
  overflow: hidden;
  height: 610px;
  width: 100%;
  right: 0;
}
.home-intro .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-services {
  background: #fbf5ef;
}

.service-box {
  height: 550px;
  position: relative;
}
.service-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7270483193) 100%);
}
.service-box figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-box h4 {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  font-size: 1.602rem;
  font-weight: 600;
}

.notice-box {
  display: flex;
  flex-wrap: wrap;
  background: #efefef;
  align-items: center;
  transition: 0.5s;
}
.notice-box:hover {
  box-shadow: #b5a8a8 0px 0px 5px 0px;
}
.notice-box .notice-image {
  width: 33%;
  height: 240px;
}
.notice-box .notice-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice-box .notice-content {
  width: 67%;
  padding: 40px;
}
.notice-box .notice-content p {
  font-size: 1.323rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
.notice-box .notice-content a {
  display: block;
  color: var(--orange);
  margin-top: 30px;
  text-transform: uppercase;
}

footer {
  background: #000;
  color: #fff;
  padding: 80px 0 10px;
  border-bottom: 3px solid var(--orange);
  position: relative;
  z-index: 11;
}
footer .logo {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  overflow: hidden;
  display: inline-block;
}
footer ul {
  margin-top: 20px;
}
footer h6 {
  margin-bottom: 15px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
footer a,
footer p {
  font-size: 1.182rem;
  display: block;
  font-weight: 400;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8784313725);
}
footer .office {
  margin-bottom: 45px;
}
footer .office p {
  margin-bottom: 10px;
}
footer .copyright {
  padding-top: 20px;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
footer .copyright p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1;
}
footer .copyright p:last-child {
  margin-bottom: 0;
}
footer .copyright p a {
  display: inline-block;
  font-size: 1.02rem;
}

.breadcrumb {
  background-color: var(--blue);
  color: #fff;
  margin-bottom: 0;
}
.breadcrumb ul {
  margin-bottom: 10px;
}
.breadcrumb ul li {
  margin-right: 15px;
  text-transform: uppercase;
}
.breadcrumb ul li:last-child span {
  display: none;
}
.breadcrumb ul li span {
  margin-left: 8px;
}
.breadcrumb ul li span i {
  font-size: 14px;
}
.breadcrumb h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.99rem;
}

.contact-info {
  background: #fbf5ef;
}
.contact-info .contact-box {
  background: #fff;
  width: 820px;
  max-width: 100%;
  margin: auto;
  padding: 80px;
}
.contact-info .contact-box p a {
  font-weight: 600;
  text-decoration: underline;
}
.contact-info .contact-box h3,
.contact-info .contact-box h6 {
  text-align: center;
}
.contact-info .contact-box h3 {
  font-size: 3.02rem;
  margin-bottom: 18px;
  color: var(--blue);
}
.contact-info .contact-box h6 {
  margin-bottom: 20px;
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.contact-sites {
  background: var(--blue);
  color: #fff;
}
.contact-sites h3 {
  text-align: center;
  margin-bottom: 20px;
}
.contact-sites select {
  width: 240px;
  margin: 30px auto;
  padding: 15px;
  border-radius: 30px;
  border: 0;
  font-weight: 600;
  font-size: 18px;
}
.contact-sites select:focus {
  outline: 1px solid var(--blue);
}
.contact-sites .site-box {
  background: #fff;
  width: 820px;
  max-width: 100%;
  margin: auto;
  padding: 0px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.5s;
}
.contact-sites .site-box.show {
  display: block;
  transform: translateY(0);
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 80px;
}
.contact-sites .site-box h6 {
  color: var(--black);
  margin-bottom: 15px;
}
.contact-sites .site-box p {
  margin-bottom: 10px;
  line-height: 1;
}

.doc-card2 {
  border: 1px solid rgba(205, 205, 205, 0.2901960784);
  padding: 30px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.doc-card2:hover {
  transition: 0.5s;
}
.doc-card2:hover:hover {
  box-shadow: #b5a8a8 0px 0px 5px 0px;
}
.doc-card2 .text {
  margin: 20px 0 10px;
}
.doc-card2 .text small i {
  font-size: 14px;
  margin-right: 3px;
}
.doc-card2 p {
  font-weight: 600;
  font-size: 1.22rem;
  line-height: 1.45rem;
  display: block;
  margin-bottom: 10px;
}

.download_documents .col-md-4 {
  margin-bottom: 30px;
}
.download_documents .notice-card {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.download_documents .notice-card::before {
  position: absolute;
  content: "";
  width: 0%;
  left: 0;
  top: 0;
  height: 1px;
  background: var(--orange);
  transition: 0.3s;
}
.download_documents .notice-card:hover {
  border-top: 1px solid transparent;
}
.download_documents .notice-card:hover::before {
  width: 100%;
}
.download_documents .notice-card:hover .card-detail a {
  color: var(--black);
}
.download_documents .notice-card .card-top a {
  text-transform: uppercase;
}
.download_documents .notice-card .card-top span {
  color: var(--blue);
}
.download_documents .notice-card .card-detail h6 {
  font-weight: 600;
  font-size: 1.32rem;
  line-height: 1.68rem;
  padding: 24px 0 16px;
  height: 104px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.download_documents .notice-card a {
  transition: 0.3s;
}
.download_documents .notice-card a:hover i {
  color: var(--orange);
  margin-left: 8px;
}
.download_documents .notice-card a i {
  transition: 0.3s;
  color: var(--blue);
  font-size: 14px;
  margin-left: 5px;
}
.download_documents table {
  width: 100%;
}
.download_documents table tr {
  border-bottom: 1px solid #dbdbdb;
}
.download_documents table tr:last-child {
  border-bottom: 0;
}
.download_documents table tr td {
  padding: 10px 0;
  min-width: 140px;
}
.download_documents table tr td img {
  width: 50px;
}
.download_documents table tr td:last-child {
  min-width: auto;
}
.download_documents table tr a {
  font-weight: 600;
  font-size: 1.32rem;
  line-height: 1.45rem;
  max-width: 80%;
  padding: 14px 0;
  display: block;
}
.download_documents table tr a:hover span {
  padding-left: 20px;
}
.download_documents table tr a span {
  transition: 0.5s;
  display: block;
}
.download_documents table tr a i {
  color: #686868;
}
.download_documents table tr p {
  margin-bottom: 0;
}

.bod table {
  width: 100%;
}
.bod table tr {
  border-bottom: 1px solid #dbdbdb;
}
.bod table th,
.bod table td {
  font-size: 1.14rem;
  line-height: 1.76rem;
  font-weight: 400;
  padding: 15px;
}
.bod table th {
  background-color: var(--blue);
  color: #fff;
  font-size: 1.01rem;
}

@media screen and (max-width: 1720px) {
  .contact-float {
    right: 8%;
  }
  .banner .swiper-btn {
    right: 8%;
  }
  .banner .swiper-btn.swiper-button-prev {
    right: calc(8% + 60px);
  }
}
@media screen and (max-width: 1400px) {
  .contact-float {
    right: 6%;
  }
  .banner .swiper-btn {
    right: 6%;
  }
  .banner .swiper-btn.swiper-button-prev {
    right: calc(6% + 60px);
  }
  header {
    padding: 7px 0;
  }
  header .logo img {
    height: 55px;
  }
  .service-box {
    height: 430px;
  }
  .notice-box .notice-image {
    width: 33%;
    height: 180px;
  }
  .notice-box .notice-content {
    padding: 28px;
  }
}
@media screen and (max-width: 1200px) {
  header .navs ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 850px) {
  header .header-top a {
    color: #fff;
  }
  header.sticky .mb_menu {
    color: var(--black);
  }
  header a {
    color: var(--black);
  }
  header .mb_close_menu {
    display: block;
    text-align: right;
    padding: 10px 20px;
  }
  header .mb_menu {
    display: flex;
    padding-right: 15px;
    color: #fff;
  }
  header .navs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateY(100%);
    overflow: scroll;
    visibility: hidden;
    opacity: 0;
    transform: 0.5s;
  }
  header .navs.show {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  header .navs ul {
    flex-direction: column;
  }
  header .navs ul li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(205, 205, 205, 0.2901960784);
  }
  header .navs ul li:hover .submenu {
    height: auto;
    overflow: visible;
    padding-top: 0px;
    padding-left: 30px;
  }
  header .navs ul li .submenu {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    padding-top: 0;
    visibility: visible;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  header .navs ul li .submenu .wrap {
    box-shadow: none;
  }
  header .navs ul li .submenu .wrap a {
    padding: 15px 0;
    color: var(--black) !important;
  }
  .banner .swiper-btn {
    right: 40px;
  }
  .banner .swiper-btn.swiper-button-prev {
    right: 100px;
  }
  .r-text.heading .main-content {
    width: 390px;
  }
  .download_documents .notice-card .card-detail h6 {
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 550px) {
  header .mb-hide {
    display: none;
  }
  .home-notices .d-flex {
    flex-wrap: wrap;
  }
  .home-notices .r-text {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .copyright {
    display: block !important;
  }
  .download_documents table tr td {
    min-width: auto;
  }
  .download_documents table tr td:last-child {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */