/********** Template CSS **********/
:root {
    --primary: #e77f28 ;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

li {
	list-style: none;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** head-top ***/
.head-top .weixin {
	position: relative
}
.head-top .weixin .ewm {
	display: none;
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 9999;
}
.head-top .weixin small:hover {
	cursor: pointer;
}
.head-top .weixin small:hover+.ewm {
	display: block;
	cursor: pointer;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/

.navbar-nav {
}
.navbar-nav ul{
	list-style: none;
	width: 100%;
	margin: 0px!important;
	padding: 0px!important;
}
.navbar-nav li {
	width: auto!important;
	float: left
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 100px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 37px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}
.navbar .navbar-nav .nav-link a{
	color: #000000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .7);
}

.banner .header-carousel .carousel-inner {
    position: absolute;
    width: 700px;
    height: 255px;
	top: 22rem;
	bottom: 0rem;
	left: 0;
	right: 0;
	margin: 0 auto;
    display: flex;
    align-items: center;
	border-radius: 0.5rem;
    background: rgba(255, 255, 255, .7);
}
.banner .header-carousel .carousel-inner .mianji {
	position: relative;
}
.banner .header-carousel .carousel-inner .mianji:after {
	content: "㎡";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 20px;
	color: #999;
}
.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}




/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}

/*** Footer ***/
.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../image/bg-footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .rexian {
	background: url(../image/icon-rexian.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: 50px;
	display: block;
	float: left;
}
.footer .kefu {
	background: url(../image/icon-qq.png)
}
.footer .zaixian {
	background: url(../image/icon-zaixian.png)
}
.footer .yuyue {
	background: url(../image/icon-yuyue.png)
}
.footer .kefu, .footer .zaixian, .footer .yuyue {
	height: 40px;
	display: block;
	margin: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer .hr-right, .footer .hr-left {
	width: 1.5rem;
	height: 80%;
	margin-top: 10%;
}
.footer .hr-left {
	border-left: 1PX solid rgba(255,255,255,.50);
	float: left;
}
.footer .hr-right {
	border-right: 1PX solid rgba(255,255,255,.50);
	float: right;
}

/*** Index ***/
.title .bg-hr {
	text-align: center;
}
.title .bg-hr:after {
	width: 40%;
	height: 1px;
	margin-top: 15px;
	float: left;
	display: block;
	color: rgba(0,0,0,1.00);
	background: rgba(0,0,0,.20);
	content: "";
}
.title .bg-hr:before {
	width: 40%;
	float: right;
	height: 1px;
	margin-top: 15px;
	display: block;
	color: rgba(0,0,0,1.00);
	background: rgba(0,0,0,.20);
	content: "";
}
.case .team-social {
	text-align: center;
}
.case .team-social h5{
	width: 50%;
	box-sizing: content-box;
	position: absolute;
	top: 60px;
	font-weight: normal;
}
.case .team-social p{
	width: 100%;
	position: absolute;
	top: 140px;
}
.case .team-social a{
	position: absolute;
	top: 100px;
}
.liucheng {
	height: 579px;
	background: url(../picture/liucheng.jpg) center center no-repeat;
}
.news .title .bg-hr:after {
	width: 30%;
}
.news .title .bg-hr:after {
	width: 30%;
}
.news .title .bg-hr:before {
	width: 30%;
}
.news .portfolio-inner {
	border: 1px solid #ddd;
}
.news .list {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
}
.news .list li {
	list-style: none;
	width: 100%;
	text-align: left;
}
.news .list li a {
	color: #000000;
	line-height: 40px;
}
.news .more {
	background: #eeeeee;
}
.news .more a {
	line-height: 36px;
}

/* list-news*/
.list-news {
	background: #f7f7f7;
	position: relative;
	z-index: 1;
	margin-top: -20px;
	padding-top: 9rem;
}
.list-news .job-position{
	margin-bottom:30px;
	-webkit-box-shadow:0 15px 10px -15px rgba(0,0,0,.2);
	box-shadow:0 15px 10px -15px rgba(0,0,0,.2);
}

/* fengmian */
.fm-about .tit h2 {
	color: #9b9b9b;
	font-weight: normal;
	margin-bottom: 0px;
}
.fm-about .tit p {
	font-size: 35px;
	color: #000000;
}
.fm-about iframe {
	width: 600px;
	height: 300px;
	margin: 140px auto 0px;
	float: right
}
.fm-about video {
	width: 95%;
	height: 300px;
	margin: 140px auto 0px;
	float: right
}
.fm-gongyi {
	
}

.about-concept {
	margin-top: 95px;
}

.about-concept .tit p{
	text-align: center;
}
.about-concept ul {
	margin: 0 -12px;
}
.about-concept li {
	margin-top: 48px;
	padding: 0 12px;
	float: left;
	width: 20%;
	list-style: none;
}
.about-concept .item {
	padding: 50px 20px 25px;
	letter-spacing: 1px;
	text-align: center;
	border: 1px solid #eeeeee;
	background-image: url(../image/concept_bg.png);
	background-size: cover;
}
.about-concept .item span {
	margin-top: 55px;
	display: block;
	font-size: 20px;
	color: #333333;
	padding-bottom: 22px;
	position: relative;
}
.about-concept .item span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #b48b62;
	margin-left: -10px;
}
.about-concept .item p {
	margin-top: 22px;
	line-height: 24px;
	min-height: 48px;
	color: #777777;
}
.about-concept .item:hover {
	-o-box-shadow: 0 0 30px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
	box-shadow: 0 0 30px rgba(0,0,0,.08);
}

/* ========== */
/* = SEIKO = */
/* ========== */
.w1200 {
	width: 100%;
	max-width: 1340px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 70px;
}
.ny-tit {
	position: relative;
	font-size: 30px;
	letter-spacing: 3px;
	padding-bottom: 20px;
	color: #333333;
	text-align: center;
}
.ny-tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background: #b48b62;
}
.seiko-point {
	padding-bottom: 50px;
	background-image: url(../image/technology_bg.jpg);
	background-size: cover;
}
.seiko-point ul {
	margin: 0 -15px;
}
.seiko-point li {
	margin-top: 50px;
	float: left;
	width: 33.333333333%;
	padding: 0 15px;
}
.seiko-point li .item {
	background: #FFFFFF;
	padding: 30px 5px 30px 15px;
	position: relative;
}
.seiko-point li .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #b18b61;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.seiko-point li .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2b3a56;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.seiko-point li .item .img {
	float: left;
	position: relative;
	display: inline-block;
}
.seiko-point li .item .img .default {
	position: absolute;
	top: 0;
	left: 0;
}
.seiko-point li .item .img .hover {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	opacity: 0;
}
.seiko-point li .item .text {
	margin-left: 65px;
}
.seiko-point li .item .text span {
	display: block;
	font-size: 20px;
	color: #333333;
}
.seiko-point li .item .text p {
	margin-top: 12px;
	color: #bbbbbb;
	font-size: 12px;
	text-transform: uppercase;
}
.seiko-point li:hover .item .img .default {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	opacity: 0;
}
.seiko-point li:hover .item .img .hover {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	opacity: 1;
}
.seiko-point li:hover .item:before {
	width: 100%;
}
.seiko-point li:hover .item:after {
	width: 0;
}
.seiko-quality {
	padding: 110px 0;
}
.seiko-quality ul {
	margin-top: 35px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.seiko-quality li {
	float: left;
	width: 25%;
	text-align: center;
	border: 1px solid #eeeeee;
	height: 210px;
	border-top: none;
	border-left: none;
	padding: 35px 5px 25px;
}
.seiko-quality li span {
	display: inline-block;
	border-radius: 50%;
	background: #2b3a56;
}
.seiko-quality li h2 {
	margin-top: 25px;
	font-size: 18px;
	color: #333333;
}
.seiko-quality li p {
	margin-top: 10px;
	font-size: 12px;
	color: #bbbbbb;
	text-transform: uppercase;
}
.seiko-quality li:hover {
	-o-box-shadow: 0 0 35px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 35px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 35px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.08);
	box-shadow: 0 0 35px rgba(0,0,0,.08);
}
.seiko-quality li:hover span {
	background: #e77f28;
}
.seiko-quality li:hover h2 {
	color: #e77f28;
}
.seiko-technology-tit {
	text-align: center;
}
.seiko-technology-tit {
	padding-bottom: 25px;
	position: relative;
}
.seiko-technology-tit:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	height: 1px;
	background: #EEEEEE;
}
.seiko-technology-tit span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #333333;
	letter-spacing: 4px;
}
.seiko-technology-tit p {
	margin-top: 15px;
	letter-spacing: 2px;
}
.seiko-patent {
	padding: 110px 0 100px;
	background-image: url(../image/whole_house_bg.jpg);
	background-size: cover;
}
.seiko-patent .seiko-technology-tit span {
	background: url(../image/patent_ico.png) no-repeat left;
	padding-left: 45px;
}
.seiko-patent .ny-more2 {
	margin-top: 85px;
	background: #0a2444;
}
.seiko-patent .content {
	margin-top: 65px;
}
.seiko-patent .left {
	float: left;
	width: 30.5%;
}
.seiko-patent .left .item {
	height: 154px;
	padding-top: 15px;
}
.seiko-patent .left .item div {
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #bb9570;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.seiko-patent .left .item div:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 2px;
	background: #0a2444;
}
.seiko-patent .left .item p {
	margin-top: 20px;
	color: #999999;
	letter-spacing: 3px;
}
.seiko-patent .center {
	float: left;
	padding: 0 10px;
	width: 51%;
}
.seiko-patent .right {
	float: right;
	width: 18.5%;
	position: relative;
}
.seiko-patent .right img {
	float: right;
}
.seiko-patent .right a {
	position: absolute;
	bottom: -60px;
	left: -100px;
	background: #2b3a56;
	display: inline-block;
	width: 185px;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline !important;
	text-align: center;
}
.seiko-patent .right a span {
	display: inline-block;
	background: url(../image/ico_jt.png) no-repeat right;
	padding-right: 40px;
}
.seiko-technology {
	padding: 85px 0 25px;
}
.seiko-technology .des {
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
}
.seiko-technology .tab li {
	margin-top: 45px;
	float: left;
	width: 20%;
	padding: 10px 5px 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-bottom: 2px solid #FFFFFF;
}
.seiko-technology .tab li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
}
.seiko-technology .tab li:last-child:after {
	display: none;
}
.seiko-technology .tab li:before {
	display: none;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -5px;
	border-style: solid dashed dashed dashed;
	border-color: #b48b62 transparent transparent transparent;
	border-width: 7px;
}
.seiko-technology .tab li .img {
	position: relative;
	display: inline-block;
}
.seiko-technology .tab li .img .default {
	position: absolute;
	top: 0;
	left: 0;
}
.seiko-technology .tab li .img .hover {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	opacity: 0;
}
.seiko-technology .tab li p {
	margin-top: 10px;
	letter-spacing: 2px;
}
.seiko-technology .tab li.active {
	border-bottom: 2px solid #b48b62;
	-o-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
	box-shadow: 0 0 25px rgba(0,0,0,.08);
}
.seiko-technology .tab li:hover .img .default, .seiko-technology .tab li.active .img .default {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	opacity: 0;
}
.seiko-technology .tab li:hover .img .hover, .seiko-technology .tab li.active .img .hover {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	opacity: 1;
}
.seiko-technology .tab li.active:before {
	display: block;
}
.seiko-technology .tab li:hover p, .seiko-technology .tab li.active p {
	color: #b48b62;
}
.seiko-technology .js-tab-box {
	margin-top: 45px;
	padding: 60px 20px 35px;
	background-image: url(../image/technology_bg.jpg);
	background-size: cover;
}
.seiko-technology .js-tab-con {
	height: 0;
	overflow: hidden;
}
.seiko-technology .js-tab-con.active {
	height: auto;
}
.seiko-technology .js-tab-con .tit {
	text-align: center;
}
.seiko-technology .js-tab-con .tit span {
	display: block;
	font-size: 24px;
	color: #333333;
	letter-spacing: 3px;
}
.seiko-technology .js-tab-con .tit p {
	margin-top: 15px;
	font-size: 12px;
	color: #bbbbbb;
	text-transform: uppercase;
}
.seiko-technology .slick {
	padding: 0 45px;
}
.seiko-technology .slick-prev {
	left: 0;
}
.seiko-technology .slick-next {
	right: 0;
}
.seiko-technology .slick-slide {
	padding: 50px 8px;
}
.seiko-technology .slick-slide .item {
	background: #FFFFFF;
	-o-box-shadow: 0 0 15px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.08);
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}
.seiko-technology .slick-slide .item .img {
	height: 220px;
	overflow: hidden;
}
.seiko-technology .slick-slide .item img {
	width: 100%;
}
.seiko-technology .slick-slide .text {
	padding: 20px 20px 30px;
}
.seiko-technology .slick-slide .text span {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	min-height: 60px;
}
.seiko-technology .slick-slide .text span:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #0a2444;
	border-radius: 50%;
}


/* ========== */
/* = caselist = */
/* ========== */
.caselist .team-item .caselist-img {
	height: 220px;
	overflow: hidden;
}



@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	/*** About ***/
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
	/*** Feature ***/
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
	/*** Quote ***/
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
	/*** Contact ***/
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
	/*** About ***/
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
	/*** Feature ***/
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
	/*** Quote ***/
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
	/*** Contact ***/
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
	/*** About ***/
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
	/*** Feature ***/
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
	/*** Quote ***/
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
	/*** Contact ***/
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}