@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700;900&display=swap');

html{
  scroll-behavior: smooth;
}

body{ margin: 0; padding: 0; }
body {
  font-family: 'TaipeiSansTCBeta', sans-serif;
  color: #555555;
}
p{
	font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a{
	color:#fff;
}

a:hover {
  color: #ea0029;
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all .5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all .5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}
.info-a {
  color: #0a1f8f;
  text-decoration: none;
}
.info-b {
  color: #999;
  text-decoration: none;
}
.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.color-a {
  color: #000000;
}

.color-b {
	color: #d72e34;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #fff;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  z-index: 2;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #ea0029;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #ea0029;
}

.a {
  color: #ea0029;
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/

.section-t8 {
  padding-top: 0rem;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #ea0029;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ca3625;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ca3625;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ca3625;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -30px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ca3625;
  background-color: #ca3625;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ca3625;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #ca3625;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ea0029;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


/*======================================
//--//   NAVBAR
======================================*/

.navbar-default {
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
	font-size: 1.4vw;
	color: #0a1f8f;
	font-weight: bolder;
	letter-spacing: 0.030em;
	transition: all 0.1s ease-in-out;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 0;
  background-color: #ea0029;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #0a1f8f;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #ca3625;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #0a1f8f;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce {
  transition: all .5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #ea0029;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
 background: #0a1f8f;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
	color: #fff;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ea0029;
  transition: all 500ms ease;
	background: #0a1f8f;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  color: #ea0029;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//   BOX COLAPSE
======================================*/

.box-collapse {
 position: fixed;
	padding-right: 10px;
  top: 74px;
  bottom: 0;
  right: 0;
  width: 100%;
	height: 7%;
  z-index: 1000;
  background-color: #0a1f8f;
  -webkit-transform: translateY(-150px);
  transition: all 0.6s ease;
}



.box-collapse-wrap {
opacity: 0;
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: .7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1000;
  opacity: .4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*======================================
//--//   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;

}
.intro2 {
  height: 50vh;
  position: relative;
  color: #ffffff;
}
.intro3 {
  height: 40vh;
  position: relative;
  color: #ffffff;
}
.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ea0029;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ea0029;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
	font-size: 1.2rem;
	background:#d72e34;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border: 2px solid #d72e34;
  border-radius: 50px;
  text-transform: capitalize;
  letter-spacing: 0.030em;
}
.intro .intro-body .price-a:hover{
	background:#0a1f8f;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border: 2px solid #0a1f8f;
  border-radius: 50px;
  text-transform: capitalize;
  letter-spacing: 0.030em;
}
.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .3s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 24pt;
  text-transform: uppercase;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
	animation-delay: .6s;
}

/*------/ Intro Single /------*/

.intro-single {
  padding: 5rem 0 5rem;
}

.intro-single .title-single-box {
  padding: 0rem 0 0rem 1rem;
}

.intro-single .title-single-box {
  border-left: 5px solid #ea0029;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.title-curss{
	padding-bottom: 1.5rem
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
	
	
}

/*======================================
//--//   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
 background:#d72e34;
  color: #ffffff;
  padding: 0.5rem 1rem;

  border-radius: 50px;
  letter-spacing: 0.030em;
}
.price-a:hover {
 background:#0a1f8f;
  color: #ffffff;
  padding: 0.5rem 1rem;

  border-radius: 50px;
  letter-spacing: 0.030em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #ea0029;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

.card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

/*------/ Property Grid /-----*/

.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

/*======================================
//--//   NEWS - CARD-B
======================================*/

.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.card-header-b .category-b {
  font-size: .9rem;
  background-color: #ea0029;
  padding: .3rem .7rem;
  color: #313131;
  letter-spacing: 0.030em;
  border-radius: 50px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 1.5rem;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*------/ News Single /------*/

.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: .6rem;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//   SERVICES - CARD-C
======================================*/

.card-box-c {
  position: relative;
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: .5rem .5rem 0 .5rem;
}

.card-footer-c {
  padding-left: .5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

/*======================================
//--//   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #ea0029;
  opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*======================================
//--//   ABOUT
======================================*/

.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
  background-color: #ea0029;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

/*======================================
//--//   TESTIMONIALS
======================================*/

.testimonials-box {
  padding: 4rem 0;
}

.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
   font-size: 1.8rem;
   padding: 10% 1rem 0rem;
}

.testimonial-ico span {
 
  color: #ffffff;
  padding: .4rem 1rem;
  border-radius: 50px;
}

.testimonial-text {
  margin-top: 5%;
  padding: 0rem 1.5rem;
  position: relative;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;

}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  color: #000000;
}

/*======================================
//--//   FOOTER
======================================*/


.footer-container {
  max-width: 100%;
  margin: 0 0;
  display: flex;
  flex-flow: row wrap;
}

.a1, .a2, .a3, .a4, .a5 {
  width: 100%;
 
}
@media screen and (max-width:1000px){
 .a4,.a5 { display:none; }
	.a1,.a2{width: 100%;}
}



@media (min-width: 1000px) {
  .a1 {
    width: 20%;
  }
  .a2 {
    width: 30%;
  }
  .a4 {
    width: 30%;
  }
  .a5 {
    width: 20%;
  }
}

footer {
background: #0a1f8f;
  padding: 40px 0px 35px 0px;
 
}

footer .link{
	width: 100%;
	text-align: center
}
footer .link1{
	width: 40%;
}
footer .link2{
	width: 50%;
}

footer .footer-heading h4 {
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 40px;
}




footer .useful-links ul li {
  margin-bottom: 12px;
	
list-style-type:none;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}
.slide-left-right
{
text-decoration:none;
display: inline-block;
color:black;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right:after 
{
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}


.slide-left-right2
{
text-decoration:none;
display: inline-block;
color:black;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right2:after 
{
content: '';
display: block;
height: 5px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right:hover:after 
{
width: 100%;
background: #ea0029;
}
.slide-left-right2:hover:after 
{
width: 100%;
background: #ea0029;
}

footer .useful-links ul li i {
  color: #1D4E89;
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 25px;
}

footer .contact-info ul li {
	font-size: 12px;
  color: #fff;
	list-style-type:none;
	margin-left: 0;
	line-height: 32px;
}

.footer-adte {
  max-width: 100%;
	font-size: 12px;
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
background: #0a1f8f;
	color: #fff;
	border-top: solid;
	border-width: 1px;
	

}

.b1  {
  width: 100%;
	text-align: center;
	padding-right: 25px;
}

.b2{
	width: 50%;
	padding-left: 25px;
}
.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #0a1f8f;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 100px;
  font-size: 9px;
  color: #fff;
}

.sub-footer a {
  text-decoration: none;
  color: #1D4E89;
}
.container3{
	padding-right:10px;
	padding-left:10px;
	margin-right:auto;
	margin-left:auto
}
.labpg{
	height: 100px;
	}
@media (min-width:768px){
	.container3{width:768px}
	
}

@media (min-width:992px){
	.container3{width:992px}
}

@media (min-width:1200px){
	.container3{width:1170px}
}
.container3-fluid{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}



/*======================================
//--//   FORM INPUT
======================================*/

.form-a #sendmessage {
  color: #ea0029;
  border: 1px solid #ea0029;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 3.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #ea0029;
}

/*======================================
//--//   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #0a1f8f;
  color: #000000;
}

.btn.btn-b {
  background-color: #0a1f8f;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #ffffff;
  color: #0a1f8f;
  border-radius: 0;

}

.btn.btn-b-n:hover {
  background-color: #fff;
  color: #c63f3c;
}

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: .8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 40px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #0a1f8f;
	 background: #0a1f8f;
	  color: #fff;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

  .box-collapse {
    width: 100%;
	height:5%;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .5rem;
  }

  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .card-overlay-a-content {
    bottom: -20px;
  }

  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }

  .card-info .card-info-title {
    font-size: .9rem;
  }

  .card-info li span {
    font-size: .8rem;
  }

  .card-header-b {
    bottom: 0px;
  }

  .card-header-b .title-2 {
    font-size: 1rem;
  }

  .card-header-b .date-b {
    font-size: .9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }

  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }

  .about-img-box {
    padding-left: 5rem;
  }

  .sinse-box {
    padding: 1.5rem 3rem;
  }

  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }

  .link-a span {
    font-size: 18px;
  }

  .list-a li {
    width: 33.333%;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .intro .intro-title {
    font-size: 2.4rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 20px;
  }

  .card-header-b .title-2 {
    font-size: 1.6rem;
  }

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 2.5rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
	
.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
	font-size: 3vw;
}
}
@media (min-width: 1920px) {
.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
	font-size: 18px;
}
}
@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }

  .section-t8 {
    padding-top: 4rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }

  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }

  .intro-single {
    padding-top: 9rem;
  }

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }

  .property-agent {
    margin-top: 2.5rem;
  }

  .card-box-c {
    margin-bottom: 2rem;
  }

  .card-body-c {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }

  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}


.open_language {

    position: absolute;
    bottom: 3px;
    left: 50%;
    display: flex;
    color: #fff;
    font-size: 14px;
	  z-index: 1100;
	  list-style:none
}

.open_language li a {
    position: relative;
    height: 100%;
    padding: 0 0 16px 0;
    transition: all .5s;
    width: 100%;
	  z-index: 1100;
	  color:#fff;

}

.open_language li:first-child:before {
    display: none;
}

.open_language li:before {
    content: '  ';
    color: #fff;
    margin: 10px;
	
}

.open_language li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    transition: all .5s;
    overflow: hidden;
    max-width: 100%;
	min-width: 100%;
}



.rwd_lan_show {
    display: none;
}


/*開lan*/

.lan_inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 0 0;
    font-size: 12px;
    z-index: 1100;
}

.language_one {
    left: auto;
    right: 30px;
    transform: translate(0, 0);
	
}

 .main_title {
       
        position: relative;
		border-left: 5px solid red;
		padding:0px 10px;
  }
.bread {
	 color: #fff;
	
  }

 .bread a:link {
	 color: #fff;
  }

.bread a:hover {
	 color: #ea0029;
  }

/* box-top-panel
---------------------------------------------------------- */


.box-top-panel .ttl-top-panel {
  margin-bottom: -40px;
  text-align: center;
  padding:50px;
  
}

@media screen and (max-width: 767px) {
  .box-top-panel .ttl-top-panel {
    margin-bottom: 30px;
  }
}

.box-top-panel .ttl-top-panel span {
  font-size: 2.8rem;
 
  display: inline-block;
  padding-bottom: 23px;
  position: relative;
}

.box-top-panel .ttl-top-panel span::before {
  position: absolute;
  content: '';
  display: block;
  left: calc(50% - 20px);
  bottom: 0;
  width: 40px;
  height: 2px;
  background-image: -webkit-linear-gradient(358deg, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(358deg, #43c8ff, #1e83ff);
  background-image: linear-gradient(92deg, #43c8ff, #1e83ff);
}

.box-top-panel .list-panel {
	
	-webkit-border-radius: 15px;
  border-radius: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.box-top-panel .list-panel .list-panel-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.333333%;
	height: 10%;
}

@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item {
    width: 100%;
  }
}

.box-top-panel .list-panel .list-panel-item .panel {
  display: block;
  position: relative;
  overflow: hidden;
}

.box-top-panel .list-panel .list-panel-item .panel .image {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  text-align: center;
   display:block;
   vertical-align:middle;
  
}

@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .image {
    min-height: 150px;
	 display:block;
  }
}

.box-top-panel .list-panel .list-panel-item .panel .image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  min-height: 100%;
  min-width: 100%;
  margin: auto;
}

.box-top-panel .list-panel .list-panel-item .panel .box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.box-top-panel .list-panel .list-panel-item .panel .box-title::after {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 50px;
  height: 2px;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}

.box-top-panel .list-panel .list-panel-item .panel .box-title .title {
  color: #fff;
  font-size: 2.6rem;
 	font-family: source-han-sans-traditional, sans-serif;
}

@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-title .title {
    font-size: 2.2rem;
  }
}

.box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-ch {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-ch {
	font-size: 1.4rem;
	  font-weight:300;
  font-family: source-han-sans-traditional, sans-serif;
  }
}

.box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-en {
  color: #fff;
  font-size: 2rem;
  font-weight:500;
  font-family: source-han-sans-traditional, sans-serif;
}

.box-top-panel .list-panel .list-panel-item .panel .box-text {
  position: absolute;
text-align: center;
  left: 0;
  right: 0;
  bottom: -35px;
  min-height: 120px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), color-stop(97.3%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  color: #fff;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, bottom 0.2s ease;
  -o-transition: opacity 0.2s ease, bottom 0.2s ease;
  transition: opacity 0.2s ease, bottom 0.2s ease;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-text {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-title {
    margin-top: -35px;
  }
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-title::after {
    display: block;
  }
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-text {
    bottom: 0;
    opacity: 1;
  }
}


.eng .box-top-panel {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .eng .box-top-panel {
    margin-bottom: 60px;
  }
}

.product {
     text-align: center;
	padding-bottom: 80px;

}
.product h2 {
     padding: 0px 0px 0px 0px;
     font-size: 44px;
     font-weight: bold;
     color: #050303;
     line-height: 50px;
     position: relative;
     
}


@media screen and (max-width:900px){
 .resp { display:none; }
}
.news
	{
	 background: #dce3eb;	
		margin-top: 10px;	
	width: 100%;
}
@media screen and (max-width:900px){
 .news {  text-align: center;
	 width: 100%;
	
	}
}

.container-news {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

.c1, .c2 {
  width: 100%;
  
}

/* media query */
@media (min-width: 900px) {
  .c2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .c1 {
    width: 25%;
  }
  .c2 {
    width: 65%;
  }
	
  
}
/*-----------tech----------------------*/
.cab {
  max-width: 100%;
  
  display: flex;
  flex-flow: row wrap;
}

.cab1, .cab2,.cab3 {
  width: 100%;
	text-align: center;
  
}
.tech2 {
     text-align: center;
	padding-bottom: 30px;

}


@media (min-width: 768px) {
  .cab1 {
    width: 35%;
  }
  .cab2 {
    width: 25%;
  }
  .cab3 {
    width: 35%;
  }
}

@media screen and (max-width:1000px){
 .cab2 { display:none; }
	 .cab1 {
    width: 80%;
		 padding-left: 100px;
		 text-align: center;
  }
  .cab3 {
    width: 80%;
	  padding-left: 100px;
		 text-align: center;
  }
	
}


.slider {
	width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 1rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.5s linear forwards;
          animation: check 0.5s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  transform: translateX(0%);
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  transform: translateX(-25%);
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  transform: translateX(-50%);
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  transform: translateX(-75%);
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  transition: all 1s ease-out;
  display: flex;
  flex-flow: row nowrap;
}
.slider__contents {
  height: 100%;  
	padding-left: 3rem;

  text-align: left;
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  align-items: left;
  justify-content: left;
}
.slider__image {
  font-size: 2.7rem;
}
.slider__caption {
  font-weight: 700;
color: #0a1f8f;
	
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  
}
.slider__button {
	text-align: right;
	margin-top: -3rem;
  
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


@media screen and (min-width:1000px){
 .test { display:none; }
	.labpg{display:none;}

}
@media screen and (max-width:1000px){
 .bannermenu { width: 100% }
	.menucube2{ display:none; }
	.abfont{
	font-size:14px;
}
}
@media screen and (min-width:1000px){
 .about-image2 { display:none; }
.menucube{ display:none; }
}
@media screen and (min-width:768px){
 .about-image2 { display:none; }
}

@media screen and (max-width:768px){
 .about-image { display:none; }
}
/* web banner(s)
---------------------------------------------------------- */

#pageintro{
	padding:18vh 10% 20% 10% ;
}

#pageintro article{
	display:block; 
	max-width:100%; 
	margin:0 auto; 
	text-align:left;
	
}

#pageintro .heading{
	margin-bottom:20px; 
	font-size:4rem;
}



#pageintro p:first-of-type{
	margin:0 0 20px 0; 
	font-size:1.0rem;
}

#pageintro h3:first-of-type{
	margin:0 0 20px 0; 
	font-size:7vmin;
	color: #fff;
}


/* company table
---------------------------------------------------------- */
.table-basic {
	width: 100%;
	
}
.table-basic tr th,
.table-basic tr td {
	border-top: dashed 1px #dddddd;
	border-bottom: dashed 1px #dddddd;
	padding: 20px;
}
.table-basic tr th {
	background-color: #fbfbfb;
	text-align: center;
}
.table-basic tr td {
	text-align: left;
}
@media (max-width: 999px){}
@media (max-width: 767px){
	.table-basic tr th,
	.table-basic tr td {
		border-top: dashed 1px #dddddd;
		border-bottom: dashed 1px #dddddd;
		padding: 15px;
	}
}



#timeline-content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-left: 1px solid #0a1f8f;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Chivo', sans-serif;
  margin: 25px 25px 25px 100px;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 0 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}

.timeline h1 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.2em;
}
.timeline h2,
.timeline h3 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.0em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
	color: #000;
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  font-family: 'Saira', sans-serif;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #0a1f8f;
  left: -57px;
  background: #0a1f8f;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  content: "";
  top: 5px;
}


/* --- Start progress bar --- */

.process-wrapper {
	margin:auto;
	max-width:1080px;
}

#progress-bar-container {
	position:relative;
	width:90%;
	margin:auto;
	height:100px;
	margin-top:65px;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:5;
	position:absolute;
	width:100%;
	margin-top:-40px
}



#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#aaa;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	font-size: 1rem;
	position:absolute;
	width:100%;
	bottom:0;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #ea0029;
	border-radius:50%;
	margin-top:78px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#207893;
}

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:10%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #0a1f8f;
	background: -moz-linear-gradient(left, #0a1f8f 0%, #123ae0 100%);
	background: -webkit-linear-gradient(left, #0a1f8f 0%,#123ae0 100%);
	background: linear-gradient(to right, #0a1f8f 0%,#123ae0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1f8f', endColorstr='#123ae0',GradientType=1 );
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #f3f3f3;
	border-radius: 4px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	font-size:15px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

/* tech
---------------------------------------------------------- */

#wrap{
	width: 90%;
	max-width: 1100px;
	margin: 50px 5%;
}
.columns_2 figure{
   width:49%;
   margin-right:1%;
}
.columns_2 figure:nth-child(2){
	margin-right: 0;
}
.columns_3 figure{
   width:32%;
   margin-right:1%;
}
.columns_3 figure:nth-child(3){
	margin-right: 0;
}
.columns_4 figure{
   width:24%;
   margin-right:1%;
}
.columns_4 figure:nth-child(4){
	margin-right: 0;
}
.columns_5 figure{
   width:19%;
   margin-right:1%;
}
.columns_5 figure:nth-child(5){
	margin-right: 0;
}
#columns figure:hover{
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	transform: scale(1.1);

}
#columns:hover figure:not(:hover) {
	opacity: 0.4;
}
div#columns figure {
	display: inline-block;
	margin: 0 0px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

div#columns figure img {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
  font-size: .9rem;
  color: #444;
  line-height: 1.5;
  height:60px;
  font-weight:600;
  text-overflow:ellipsis;
	text-align: center;
}

a.button{
  padding:10px;
  background:salmon;
  margin:10px;
  display:block;
  text-align:center;
  color:#fff;
  transition:all 1s linear;
  text-decoration:none;
  text-shadow:1px 1px 3px rgba(0,0,0,0.3);
  border-radius:3px;
  border-bottom:3px solid #ff6536;
  box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
a.button:hover{
  background:#ff6536;
  border-bottom:3px solid salmon;
  color:#f1f2f3;
}
@media screen and (max-width: 960px) { 
  #columns figure { width: 24%; }
}
@media screen and (max-width: 767px) {
  #columns figure { width:32%;}
}
@media screen and (max-width: 600px) {
  #columns figure { width: 49%;}
}
@media screen and (max-width: 500px) {
  #columns figure { width: 100%;}
}




.consumer {
	
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

.consumer1, .consumer2,.info1,.info2 {
  width: 100%;

}

/* media query */
@media (min-width: 900px) {
  .consumer2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .consumer1 {
    width: 45%;
	 
  }
  .consumer2 {
    width: 55%;
  }
   .consumer4 {
    width: 50%; 
  }
	
}
@media (min-width: 1000px) {
	.info1{
		width: 25%;
	}
	.info2{
		width: 75%;
		border-left: solid 1px;
	}
}


.consumer3 {
  max-width: 30em;
  margin: 1em auto;
  position: relative;
	background: #fff;
}

input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article2 {
  width: 20%;
  float: left;
  position: relative;
}
article2 img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
 
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}



/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}

.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #ea0029;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: "▸";
  padding-left: 15px;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "◂";
  padding-left: 8px;
}

#slide5:checked ~ .slider-dot-control label:nth-child(5), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #333;
}

#slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide1:checked ~ .slider-wrapper article:nth-child(1) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}


.over-hide {
    overflow: hidden;
}
.full-height {
	height: 80vh;
}
.full-height2 {
	height: 60vh;
}
.hero-center-section{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100;
	transform: translateY(-60%);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.hero-center-section.show{
	transform: translateY(-50%);
	opacity: 1;
}
.poster-transition.show{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.z-bigger {
	z-index: 30 !important;
}

.img-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.25);
	display: block;
}
.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-left-section{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	z-index: 1000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide-buttons li{
	position: relative;
	display: block;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons li:after{
	position: absolute;
	display: block;
	border-radius: 4px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: transparent;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons li.active{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.slide-buttons li.active:after{
	background-color: rgba(20,20,20,.4);
}
.slide-buttons li:nth-child(1){
	background-image: url("../product/car17.png");;
}
.slide-buttons li:nth-child(2){
	background-image: url("../product/car2.png");;
}
.slide-buttons li:nth-child(3){
	background-image: url("../product/car4.png");;
}
.slide-buttons li:nth-child(4){
	background-image: url("../product/car1.png");;
}
.slide-buttons2{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide-buttons2 li{
	position: relative;
	display: block;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons2 li:after{
	position: absolute;
	display: block;
	border-radius: 4px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: transparent;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.slide-buttons2 li.active{
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.slide-buttons2 li.active:after{
	background-color: rgba(20,20,20,.4);
}

.slide-buttons2 li:nth-child(1){
	background-image: url(../product/w1.png);;
}
.slide-buttons2 li:nth-child(2){
	background-image: url("../product/w2.png");;
}
.slide-buttons2 li:nth-child(3){
	background-image: url("../product/w3.png");;
}
.slide-buttons2 li:nth-child(4){
	background-image: url("../product/w4.png");;
}

.bottom-right{
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 1000;
}




@media (max-width: 991px) { 
	.hero-center-section{
		left: 50px;
		width: calc(100% - 50px);
	}
	.hero-left-section{
		left: 20px;
	}
	.slide-buttons li{
		width: 30px;
		height: 30px;
	}
	.slide-buttons2 li{
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	h3, .h3 {
		font-size: 26px;
		line-height: 34px;
	}
  .cursor,
  .cursor2,
  .cursor3{
    display: none;
  }
}

@media (max-width: 575px) {
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
	}
}






.toggle-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 1rem 0;
}
.toggle-nav i {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 0 0.5rem;
}

#highlight {
  color: #333;
  font-size: 1.125rem;
}

.price {
  margin: 0;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
}
.breadcrumb-list li {
  font-size: 0.85rem;
  letter-spacing: 0.125rem;
}

.breadcrumb-item.active {
  color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
  color: #d5d5d5;
}

.description {
  border-top: 0.0625rem solid #e3dddd;
  margin: 2rem 0;
  padding: 1rem 0 0 0;
}






.grid > [class*=column-] {
  padding: 1rem;
}

.grid.menu > [class*=column-] {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.grid.product {
  padding: 0 0 1.5rem 0;
}
.grid.second-nav > [class*=column-] {
  padding: 0.5rem 1rem;
}




.product-image {
  display: none;
}

.image-list li {
  margin: 0;
}
.image-list2 li {
  margin: 0;
}

  .product-image {
    display: block;
  }
  .product-image img {
    width: 75%;
  }
  .product-image img.active {
    display: block;
    margin: 0 0 0.75rem 0;
  }

  .image-list {
    display: flex;
    overflow: hidden;
  }
  .image-list li {
    margin: 0 0 0 0.75rem;
    flex-basis: 100%;
  }
  .image-list li:nth-child(3) {
    margin: 0;
  }
  .image-list img {
    height: 10rem;
    width: 100%;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .image-list img:hover {
    opacity: 0.7;
  }
	
  nav ul {
    justify-content: flex-end;
  }

  .toggle-nav {
    display: none;
  }
  .flex-nav {
    display: block;
  }
  .flex-nav ul {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
  }
  .flex-nav ul li {
    font-size: 1.125rem;
    margin: 0 1.5rem 0 0;
  }
  .flex-nav ul li:nth-child(4) {
    margin: 0;
  }

@-webkit-keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.image-list {
    display: flex;
    overflow: hidden;
  }
  .image-list li {
    
    flex-basis: 100%;
  }
  .image-list li:nth-child(3) {
    margin: 0;
  }
  .image-list img {
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .image-list img:hover {
    opacity: 0.7;
  }
.image-item
{list-style:none;}






#slideshow {
  overflow: hidden;
  height: 150px;
  width: 100%;
  margin: 0 auto;
}

.slide-wrapper {
  width: 100%;
  -webkit-animation: slide 20s ease infinite;
}

.slide {
  float: left;
  height: 150px;
  width: 100%;
}

.slide:nth-child(1) {
  background: #f7f8f8;
}

.slide:nth-child(2) {
  background: #f7f8f8;
}

.slide:nth-child(3) {
  background: #f7f8f8;
}

.slide:nth-child(4) {
  background: #f7f8f8;
}



@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  40% {margin-top: -15%;}
  60% {margin-top: -32%;}
  80% {margin-top: -49%;}


}
/*============= #news =============*/
.lcl-news{width: 100%;
	padding-top: 50px;
}

.lcl-news-item {
	transition: 0.5s ease;
	list-style-type:none;
}
/* ------ option ------ */
.lcl-news-item__link {
	
	padding: 20px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.lcl-news-item__link::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 60px;
	margin: auto;
	color: #fff;
	opacity: 0;
	height: 1em;
	line-height: 1;
	transition: 0.5s ease;
	font-size: 22px;
}

.lcl-news-item__days {
	margin-left: 40px;
	 margin-right: 40px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
	color: #0a1f8f;
}
.lcl-news-item__ttl {
	width: calc(100% - 300px);
	font-size: 15px;
	position: relative;
	transition: 0.5s ease;
	color: #141414;
	font-style: normal;
}
.catico--news{
	display: -webkit-flex;
 color: #ca3625;
	font-size: 14px;
  letter-spacing: 0;
  text-align: center;}

.lcl-news-item--new .lcl-news-item__ttl::after {
	width: 70px;
	height: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	position: relative;
	display: inline-block;
	top: 0px;
	margin-left: 5px;
}
@media screen and (min-width: 768px) {
	.lcl-news-item:hover {
		background-color: #0a1f8f;
	}
	.lcl-news-item:hover .lcl-news-item__days,
	.lcl-news-item:hover .lcl-news-item__ttl {
		color: #fff;
	}
	.lcl-news-item:hover .catico--news {
		color: #fff;
	}
	.lcl-news-item:hover .lcl-news-item__link::after {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.lcl-news{
	padding-top: 0px;
}
	.lcl-news-item{
		border-bottom: 1px solid #0a1f8f;
		margin-right: 30px;
	}
	.lcl-news-item__link {
		padding: 15px 15px;
	}
	.lcl-news-item__days {
		width: auto;
		display: inline-block;
		margin-left: 20px;
	}
	.lcl-news-item__ttl {
		width: 100%;
		font-size: 13px;
		line-height: 1.66;
		margin-top: 10px;
	}
	.lcl-news-item--new .lcl-news-item__ttl::after {
		width: 70px;
		height: 18px;
		font-size: 11px;
		line-height: 18px;
		margin-left: 5px;
	}
}


/* .c-block1
______________________________________________*/
.c-block1 {
  text-align: center;
  padding: 70px 0 105px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .c-block1 {
    text-align: left;
    padding: 18.66667vw 5.33333vw 10.66667vw;
    width: 100%;
  }
}

.c-block1 h1, .c-block1 h2, .c-block1 h3, .c-block1 h4, .c-block1 h5, .c-block1 h6 {
  margin-bottom: .8em;
}

.c-block1 p {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .c-block1 p {
    width: 100%;
  }
}

/* 強み
______________________________________________*/
.p-aboutBlock1 h1, .p-aboutBlock1 h2, .p-aboutBlock1 h3, .p-aboutBlock1 h4, .p-aboutBlock1 h5, .p-aboutBlock1 h6 {
  text-align: center;
  margin: 50px 0 35px;
}

@media screen and (max-width: 750px) {
  .p-aboutBlock1 h1, .p-aboutBlock1 h2, .p-aboutBlock1 h3, .p-aboutBlock1 h4, .p-aboutBlock1 h5, .p-aboutBlock1 h6 {
    margin: 8vw 0 9.33333vw;
  }
}

.p-aboutBlock2 {
  padding-top: 106px;
  padding-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .p-aboutBlock2 {
    padding-top: 17.86667vw;
    padding-bottom: 16vw;
  }
}



/*.c-list2
______________________________________________*/
.c-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;

}

@media screen and (max-width: 750px) {
  .c-list2 {
    display: block;
  }
}

.c-list2 li {
  width: 100%;
  padding-right: 40px;

list-style-type:none;

}

@media screen and (max-width: 750px) {
  .c-list2 li {
    padding-bottom: 5.33333vw;
  }
}

.c-list2 li > * {
  padding: 40px;
  border: solid 1px #DDDDDD;
  position: relative;
	height: 250px;
}

@media screen and (max-width: 750px) {
  .c-list2 li > * {
    padding: 5.33333vw;
  }
}

.c-list2 li > *::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #d72e34;
}

@media screen and (max-width: 750px) {
  .c-list2 li > *::after {
    width: 44.8vw;
    height: 1.06667vw;
  }
}

.c-list2 li > * .num {
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 12px;
  color: #0a1f8f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .c-list2 li > * .num {
    font-size: 2.4vw;
  }
}

.c-list2 li > * .num strong {
  font-size: 32px;
  font-weight: normal;
  margin-right: 4px;
}

@media screen and (max-width: 750px) {
  .c-list2 li > * .num strong {
    font-size: 6.93333vw;
    margin-right: 1.06667vw;
  }
}

.c-list2 li > * h2 {
  text-align: left;
  margin: 10px 0 35px;
}

@media screen and (max-width: 750px) {
  .c-list2 li > * h2 {
    margin: 4vw 0 0vw;
  }
}


/* .tech-btn
______________________________________________*/
.tech-btn {
  color: #0a1f8f;
  font-weight: bold;
  width: auto;
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #fff;
	  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
	
}

.tech-btn-en {
  color: #0a1f8f;
  font-weight: bold;
  width: auto;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #fff;
	  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
	
}

.btn-1-2 {
  color: #cd8557;
}
.btn-1-2:before, .btn-1-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid #764322;
}
.btn-1-2:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.btn-1-2:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.btn-1-2:hover {
  color: #f0dbce;
}
.btn-1-2:hover:before {
  transform: translateX(-40%);
}
.btn-1-2:hover:after {
  transform: translateX(40%);
}




