.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
header:before {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  position: absolute;
}
#smail-mobile {
  display: none;
}
#header {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
}
#header:after {
  content: '';
  display: table;
  clear: both;
}
#logo {
  color: #1e4482;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  line-height: 85px;
}
#navbar-canvas {
  display: none;
}
#navbar {
  float: right;
}
#navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbar ul li {
  display: inline-block;
  line-height: 85px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  /* 			&.current-menu-item {
				background: @primary;
				a {
					color: #fff;
				}
			} */
}
#navbar ul li a {
  line-height: 28px;
  color: #333;
  margin: 0 17px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#navbar ul li a:focus,
#navbar ul li a:hover {
  color: #1e4482;
}
.wrap:after {
  content: '';
  display: table;
  clear: both;
}
.wrap-1024 {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.wrap-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gen-title {
  text-align: center;
  font-size: 32px;
  color: #1e4482;
  margin: 0;
  padding: 92px 0 65px;
}
#banner {
  background-image: url('../img/banner-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#banner .banner-info {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
#banner .banner-info .banner-caption {
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
#banner .banner-info .banner-caption span {
  position: relative;
  z-index: 1;
}
#banner .banner-info .banner-caption:before,
#banner .banner-info .banner-caption:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
#banner .banner-info .banner-caption:after {
  width: 107%;
  height: 135%;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-info .banner-caption:before {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  width: 110%;
  height: 110%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-info .banner-title {
  font-size: 68px;
  font-weight: bold;
  padding: 70px 0 40px;
}
#banner .banner-info .banner-subtitle {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 4px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#banner .banner-info .banner-desc {
  margin-top: 40px;
  line-height: 28px;
}
#banner .banner-info .banner-desc p {
  margin: 0;
  margin-bottom: 5px;
}
#banner:before {
  content: '';
/*  background: rgba(0, 0, 0, 0.35);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#banner #callus-mail {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #1e4482;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#banner #callus-mail:after {
  content: '';
  display: table;
  clear: both;
}
#banner #callus-mail.eff {
  position: fixed;
  visibility: visible;
  /* 			.callphone {
				padding: 5px 10px 0;
			} */
  /* 			.callphone-number {
				font-size: 20px;
			} */
  /* 			.callphone-time {
				display: none;
			} */
  /* 			.smail {
				margin-top: 12px;
				&:before {
					display: none;
				}
			} */
  /* 			.smail-text {
				display: none;
			} */
}
#banner #callus-mail:hover {
  background: #2c65c0;
}

#banner .callphone .callphone-number {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
#banner .callphone {
  background: #fff;
  text-align: center;
  padding: 18px 16px 12px;
  border: 1px solid #c9d2df;
  float: left;
}
}

@media screen and (min-width: 768px) {
  #banner .callphone {
  background: #fff;
  text-align: center;
  padding: 18px 16px 12px;
  border: 1px solid #c9d2df;
  float: left;
}
}

#banner .callphone .callphone-number {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #1e4482;
  font-weight: bold;
  display: block;
  font-size: 31px;
}
#banner .callphone .callphone-number .fa {
  font-size: 12px;
  color: #fff;
  background: #1e4482;
  padding: 4px 5px 3px 6px;
  margin-right: 6px;
  margin-top: 6px;
  border-radius: 1px;
  float: left;
}
#banner .callphone .callphone-time {
  font-size: 12px;
  letter-spacing: .8px;
}
#banner .smail {
  float: right;
  color: #fff;
  padding: 0 18px;
  margin-top: 20px;
}
#banner .smail .smail-icon {
  display: block;
  text-align: center;
  line-height: 22px;
}
#banner .smail .smail-text {
  display: inline-block;
}
#banner .smail:before {
  bottom: 0;
  right: 0;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #15243b;
  border-left: 20px solid transparent;
}
.about-bg {
  background-image: url('../img/about-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about .about-col-left {
  flex: 28%;
}
#about .about-col-left img {
  display: block;
}
#about .about-col-left .about-1 {
  -webkit-transform: translate(-45px, 0);
  -ms-transform: translate(-45px, 0);
  -o-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
}
#about .about-col-left .about-2 {
  -webkit-transform: translate(200px, -37px);
  -ms-transform: translate(200px, -37px);
  -o-transform: translate(200px, -37px);
  transform: translate(200px, -37px);
}
#about .about-col-left .about-3 {
  -webkit-transform: translate(-155px, -81px);
  -ms-transform: translate(-155px, -81px);
  -o-transform: translate(-155px, -81px);
  transform: translate(-155px, -81px);
}
#about .about-col-right {
  flex: 52%;
}
#about .content {
  position: relative;
}
.heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}
.viewdetail {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.viewdetail i {
  margin-left: 4px;
  font-size: 10px;
}
.viewdetail:hover {
  background: #1e4482 !important;
  color: #fff !important;
  border-color: #1e4482 !important;
}
#features .fcontent {
  border: 1px solid #bfcde2;
  padding: 55px;
  min-width: 510px;
  width: 510px;
}
#features .fcontent h4 {
  font-size: 26px;
  font-weight: bold;
  margin: 33px 0 20px;
}
#features .fcontent .viewdetail {
  background: #404f66;
  color: #fff;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 10px;
}
#features .ft-s1,
#features .ft-s2 {
  margin-bottom: 70px;
}
#features .fimage {
  margin-top: 38px;
}
#features .fimage-mobile {
  display: none;
}
#features .ft-s2 {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#features .ft-s2 .fcontent {
  padding-left: 85px;
}
#features .ft-s1 .fcontent {
  padding-right: 85px;
}
#features .ft-s1 .fimage {
  -webkit-transform: translate(-33px, 0);
  -ms-transform: translate(-33px, 0);
  -o-transform: translate(-33px, 0);
  transform: translate(-33px, 0);
}
#features .ft-s2 .fimage {
  -webkit-transform: translate(33px, 0);
  -ms-transform: translate(33px, 0);
  -o-transform: translate(33px, 0);
  transform: translate(33px, 0);
}
#features .ftcaption {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #1e4482;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 28px;
}
#features .ftcaption:before {
  background: #1e4482;
  width: 36px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
#features .ftcaption span {
  font-size: 55px;
  margin-left: 16px;
}
.feed-bg {
  background-color: #e8f0f4;
}
.feed .feed-item {
  margin-right: 20px;
  width: 328px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feed .feed-img {
  overflow: hidden;
}
.feed .feed-img img {
  display: block;
}
.feed .feed-img a {
  width: 328px;
  height: 219px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.feed .feed-img a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
  .feed .feed-item:hover {
    box-shadow: 0px 0px 0px 3px #1e4482;
  }
  .feed .feed-item:hover .feed-content {
    color: #1e4482;
  }
  .feed .feed-item:hover .feed-img a:before {
    background: rgba(255, 255, 255, 0.36);
  }
}
.feed .feed-content {
  border-bottom: 1px solid #bfcde2;
  background: #fff;
  padding: 20px 22px 18px;
  min-height: 123px;
}
.feed .feed-content p {
  margin-top: 0;
  line-height: 23px;
}
.feed-footer {
  text-align: center;
  margin: 46px 0 90px;
}
.feed-footer .viewdetail {
  background: #fff;
  border: 1px solid #bfcde2;
  color: #1e4482;
  display: inline-block;
  padding: 7px 47px;
}
#staff {
  padding-bottom: 100px;
}
#staff .staff-subheading {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}
#staff .staff-subheading:first-child {
  margin-top: 0;
}
#staff .staff-subheading span {
  color: #1e4482;
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
#staff .staff-subheading span:before,
#staff .staff-subheading span:after {
  content: '';
  height: 1px;
  width: 28px;
  background: #1e4482;
  position: absolute;
  top: 50%;
}
#staff .staff-subheading span:before {
  left: 100%;
  -webkit-transform: translate(25px, 0);
  -ms-transform: translate(25px, 0);
  -o-transform: translate(25px, 0);
  transform: translate(25px, 0);
  margin-top: -1px;
}
#staff .staff-subheading span:after {
  right: 100%;
  -webkit-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  -o-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  margin-top: -1px;
}
#staff .staff-item {
  width: 196px;
  margin-right: 80px;
}
#staff .staff-img {
  margin-bottom: 12px;
  display: block;
  width: 196px;
  height: 196px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#staff .staff-img img {
  width: 296px;
}
#staff .staff-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 769px) {
  #staff .staff-item:hover .staff-img {
    /* 					-webkit-transform: scale(1.02) translateY(-5px);
						-ms-transform: scale(1.02) translateY(-5px); // IE9 only
						 -o-transform: scale(1.02) translateY(-5px);
							transform: scale(1.02) translateY(-5px); */
  }
  #staff .staff-item:hover .staff-img:before {
    background: rgba(255, 255, 255, 0.36);
  }
}
#staff .staff-desc {
  line-height: 23px;
}
.contact-bg {
  padding-bottom: 80px;
  background-image: url('../img/contact-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#contact {
  border: 1px solid #d2d2d2;
  padding: 60px 65px;
  background: #fff;
  margin-bottom: 30px;
}
#contact .contact-info-left {
  flex: 50%;
}
#contact .contact-info-right {
  flex: 50%;
}
#contact .contact-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#contact .contact-info .lbl {
  display: inline-block;
  width: 105px;
}
#contact .contact-info .ctn p {
  margin: 0 0 12px;
}
#contact-map:after {
  content: '';
  display: table;
  clear: both;
}
#contact-map .ctm-right,
#contact-map .ctm-left {
  float: left;
  width: 50%;
}
#contact-map .ctm-left .ctm-info {
  margin-right: 20px;
}
#contact-map .ctm-right .ctm-info {
  margin-left: 20px;
}
#contact-map .ctm-info {
  border: 1px solid #d2d2d2;
  padding: 20px;
  background: #fff;
}
#contact-map .ctm-info h3 {
  text-align: center;
  color: #015abc;
  font-size: 30px;
}
#contact-map .ctm-info .map-info {
  margin-bottom: 10px;
}
#contact-map .ctm-info .map-info table td {
  vertical-align: top;
}
#contact-map .ctm-info .map-info table td:nth-child(1) {
  width: 70px;
}
#contact-map .ctm-info .map-info table td:nth-child(1) span {
  padding-right: 10px;
  position: relative;
  display: block;
  width: 70px;
}
#contact-map .ctm-info .map-info table td:nth-child(1) span:after {
  position: absolute;
  content: ':';
  top: 0;
  right: 0;
}
#contact-map .ctm-info .map-map {
  overflow: hidden;
}
#contact-map .ctm-info .map-agent {
  display: block;
  line-height: 14px;
}
#contact-map .ctm-info .map-agent img {
  margin: 0;
  width: 100%;
}
#contact-map .ctm-info .map-agent-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #contact-map .ctm-info .map-agent {
    display: none;
  }
  #contact-map .ctm-info .map-agent-mobile {
    display: block;
  }
  #contact-map .ctm-info .map-agent-mobile img {
    width: 100%;
  }
}
.footer-bg {
  background-image: url('../img/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  position: relative;
  padding: 70px 0 78px;
}
.footer-bg:before {
  content: '';
  opacity: .5;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-info {
  position: relative;
}
.footer-info .smail {
  display: block;
  position: absolute;
  bottom: 37px;
  right: 160px;
  border-bottom: 3px solid #c9c9c9;
  border-radius: 4px;
  background: #1e4482;
  color: #fff;
  padding: 20px 25px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-info .smail:hover {
  background: #2c65c0;
}
.footer-info .smail-icon {
  margin-right: 10px;
}
.footer-info .smail-text i {
  font-size: 10px;
  margin-left: 20px;
}
.footer-info img {
  width: 100%;
}
.footer-copyright {
  background: #404f66;
  color: #e2e2e2;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}
.back-to-top {
  color: #fff;
  width: 50px;
  height: 50px;
  opacity: 1;
  z-index: 2;
  position: fixed;
  right: -72px;
  bottom: 100px;
  display: block;
  line-height: 50px;
  background: #404f66;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.back-to-top.on {
  opacity: 0.5;
  right: 30px;
}
.back-to-top.on:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  body #navbar-canvas {
    display: block;
    background: #5782c7;
    width: 180px;
    height: 100%;
    position: fixed;
    top: 71px;
    z-index: 100;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  body #navbar-canvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body #navbar-canvas ul li {
    display: list-item;
    line-height: 48px;
  }
  body #navbar-canvas ul li a {
    display: block;
    line-height: 48px;
    background: -moz-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e4482), color-stop(100%, #5782c7));
    background: -webkit-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -o-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -ms-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: linear-gradient(135deg, #1e4482 0%, #5782c7 100%);
    color: #fff;
    margin: 0;
    padding: 0 17px;
  }
  body #navbar-canvas ul li a:focus {
    color: #fff;
  }
  body #navbar-canvas ul li a:hover {
    background: #fff;
    color: #1e4482;
  }
  body.canvas-menu {
    overflow-x: hidden;
  }
  body.canvas-menu #navbar-canvas {
    left: 0;
  }
  body.canvas-menu #canvas-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 180px;
    z-index: 1000;
  }
  body.canvas-menu #menu-buger span {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.canvas-menu #menu-buger span:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 7px;
  }
  body.canvas-menu #menu-buger span:last-child {
    opacity: 0;
    -webkit-transition: all 0s ease 0.3s;
    -o-transition: all 0s ease 0.3s;
    transition: all 0s ease 0.3s;
  }
  body.canvas-menu #navbar {
    left: 0;
    display: none;
  }
  #smail-mobile {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 24px;
  }
  #smail-mobile a {
    color: #999;
  }
  #smail-mobile a:hover {
    color: #666;
  }
  #menu-buger {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 15px;
    cursor: pointer;
    top: 50%;
    left: 20px;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #menu-buger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
  }
  #menu-buger span:first-child {
    top: 0;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
  }
  #menu-buger span:last-child {
    top: 0;
    top: 12px;
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
  }
  header:before {
    opacity: 1;
  }
  #main {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #logo {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
  }
  #navbar {
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    left: -100%;
    width: 180px;
  }
  #navbar ul li {
    display: list-item;
    line-height: 48px;
  }
  #navbar ul li a {
    display: block;
    line-height: 48px;
    background: -moz-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1e4482), color-stop(100%, #5782c7));
    background: -webkit-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -o-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: -ms-linear-gradient(-45deg, #1e4482 0%, #5782c7 100%);
    background: linear-gradient(135deg, #1e4482 0%, #5782c7 100%);
    color: #fff;
    margin: 0;
    padding: 0 17px;
  }
  #navbar ul li a:focus {
    color: #fff;
  }
  #navbar ul li a:hover {
    background: #fff;
    color: #1e4482;
  }
  #about,
  #features,
  .feed,
  #staff,
  .gen-title,
  #contact-map {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gen-title {
    font-size: 24px;
    line-height: 32px;
  }
  #banner {
    background-position: 30% center !important;
  }
  #banner .banner-info .banner-title {
    font-size: 34px;
    line-height: 40px;
  }
  #banner .banner-info .banner-caption {
    font-size: 18px;
    margin: 0 12px;
    line-height: 28px;
  }
  #banner #callus-mail {
    visibility: hidden;
  }
  #about {
    display: block;
  }
  #about .about-col-left .about-2,
  #about .about-col-left .about-3 {
    display: none;
  }
  #about .about-col-left .about-1 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  #features .fimage {
    display: none;
  }
  #features .fimage-mobile {
    display: block;
  }
  #features .fimage-mobile img {
    width: 100%;
  }
  #features .ftcaption {
    margin-top: 20px;
    font-size: 20px;
  }
  #features .ftcaption span {
    font-size: 34px;
  }
  #features .ft-s1,
  #features .ft-s2 {
    margin-bottom: 30px;
    -webkit-flex-direction: inherit;
    flex-direction: inherit;
    display: block;
  }
  #features .ft-s1 .fcontent,
  #features .ft-s2 .fcontent {
    padding: 20px;
    min-width: 100%;
    width: 100%;
  }
  #features .fcontent h4 {
    font-size: 18px;
  }
  #staff {
    padding-bottom: 20px;
  }
  #staff .wrap-flex {
    display: block;
  }
  #staff .staff-item {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  #staff .staff-img {
    display: inline-block;
  }
  .feed {
    display: block;
  }
  .feed .feed-item {
    margin: 0 0 20px;
    width: 100%;
  }
  .feed .feed-img a {
    width: auto;
    height: 300px;
  }
  #contact {
    margin: 0 15px 20px;
    padding: 20px;
    display: block;
  }
  #contact .contact-info .lbl {
    flex: 115px;
  }
  #contact .contact-info .ctn {
    text-align: right;
    display: block;
    width: 100%;
  }
  #contact-map:after {
    content: '';
    display: table;
    clear: both;
  }
  #contact-map .ctm-right,
  #contact-map .ctm-left {
    float: none;
    width: 100%;
  }
  #contact-map .ctm-right .ctm-info,
  #contact-map .ctm-left .ctm-info {
    margin: 0 0 20px;
  }
  #contact-map .ctm-info .map-agent img {
    width: 100%;
  }
  #contact-map .ctm-info .map-map iframe {
    width: 100% !important;
  }
  .footer-info img {
    visibility: hidden;
  }
  .footer-info .smail {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 80%;
    bottom: 50%;
  }
  .footer-info .smail-text i {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */


@media screen and (min-width: 768px) {
#logo img {
    width: 217px;
    padding: 30px 0 0;
}
}

@media screen and (max-width: 768px) {
div#logo {
    width: 50%;
    margin: 0 auto;
}
#logo img {
    width: 100%;
    padding: 20px 0 0;
}


#banner .callphone {
    background: #fff;
    text-align: center;
    padding: 18px 4px 12px;
    border: 1px solid #c9d2df;
    float: left;
}

#banner #callus-mail.eff {
    left: -1px;
}

#banner .callphone {
    width: 72%;
}

#banner .callphone .callphone-number {
    font-size: 25px;
}

#banner .callphone .callphone-number .fa {

    margin-left: 15px;
}

}


@media screen and (max-width: 320px) {
#banner .callphone {
    width: 70%;
}

#banner .callphone .callphone-number {
    font-size: 22px !important;
}

#banner .callphone .callphone-time {
    font-size: 10px !important;
}

}


@media screen and (min-width: 768px) {
#banner .banner-info {
      padding: 296px 0 196px 0;
}
}


@media screen and (max-width: 768px) {
#banner .banner-info {
          padding: 110px 10px 30px 10px;
}
}