@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --theme-color: #06103c;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, form, input, select, button, textarea, header, footer, nav, section, figure, article {
  margin: 0;
  padding: 0
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  font-weight: 400;
  line-height: 1.3;
	color: var(--theme-color);
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
ul, ol {
  list-style-type: none;
}
a {
  color: var(--theme-color);
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}


.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.row-reverse {
  flex-direction: row-reverse;
}
.column-reverse {
  flex-direction: column-reverse;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:992px) {
  .d-md-flex {
    display: flex;
  }
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.animated {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}
.animated img {
  transition: transform .3s;
}
.animated:hover img {
  transform: scale(1.1);
}

.figure {
  position: relative;
  overflow: hidden;
}
.figure a {
  display: block;
}
.figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.figure .fillbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figure .cover {
  height: 100%;
}

.btn {
	display: inline-block;
	padding: 12px 44px;
}
.btn-primary {
	color: #fff;
	background-color: var(--theme-color);
	border: 1px solid var(--theme-color);
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;;
}
.btn-primary:hover {
	color: var(--theme-color);
	background-color: #fff;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
}
a:hover .mask {
  display: block;
}

.mt20 {
  margin-top: 20px;
}

.visible-md {
  display: none;
}
@media (min-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .visible-md {
    display: block;
  }
}

/***************** header S *****************/
body {
  padding-top: 136px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
.header .custom-logo {
  max-height: 130px;
}
.header .nav {
  display: flex;
}
.header .nav li a {
  display: block;
  padding: 8px 15px;
  color: rgb(68, 76, 109);
  transition: color .4s ease 0s;
}
.header .nav li a:hover {

}
/***************** header E *****************/

/***************** footer S *****************/
.footer .description {
  max-width: 280px;
  font-size: 35px;
  line-height: 1.15;
}
.footer .infomation {
  max-width: 180px;
}
.footer .infomation .social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--theme-color);
}
.footer .infomation .social li {
  margin-right: 10px;
}
.footer .infomation .social li img {
  display: block;
  width: 27px;
  height: auto;
}
.footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .description {
    margin-right: 260px;
  }
}
/***************** footer E *****************/
.section {

}
.section .half .figure {
  width: 100%;
  height: 0;
  padding-bottom: 108.75%;
}
.section .text {
  padding: 10px;
	font-size: 16px;
}
.section .text h3 {
	margin-bottom: 20px;
	font-size: 49px;
	font-weight: 400;
}
.section .text h4 {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.25em;
}
.section .text p {
	max-width: 430px;
  line-height: 1.5;
  text-align: justify;
}
.section .text .btn {
	margin-top: 38px;
}
.section .text .gallery {
	padding-top: 50px;
}
.section .text .gallery li {
	margin-bottom: 50px;
}

.service {
  margin-bottom: 80px;
}
.service .card {
  background-color: #c1c3cc;
}
.service .card .text {
  padding: 30px;
}
.service .card h4 {
  padding-bottom: 20px;
  font-size: 40px;
  border-bottom: 1px solid var(--theme-color);
}
.service .card h4 a:hover {
  opacity: .6;
}
.service .card .btn {
  margin-top: 20px;
  padding: 9px 22px;
}
/*.service .card .figure {
  width: 100%;
  height: 0;
  padding-bottom: 66.96%;
}*/

#about .half.text {
  display: flex;
  flex-direction: column;
}
#about .half.text h3 {
  margin-bottom: 80px;
}
#about .half.text .mt-auto {
  margin-top: auto;
}
#about .half.text .slogan {
  margin-bottom: 70px;
}

#contact {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .section .half {
    width: 50%;
  }
  .section .half {
    padding-top: 44px;
    padding-left: 40px;
  }
}