/*
Theme Name: KCC
Theme URI: http://tokyodesignroom.com
Author: The TDR Team
Author URI: http://tokyodesignroom.com
Version: 1.0
Description: The WP theme, which is developed by TDR Team.
*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color:#961B1E;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
/*page
----------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	/*font-family: 'Noto Serif JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mobile {
	display: none;
}
.relative {
	position: relative;
}
.translateY {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.transition {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
table td, table th {
	border: 1px solid #d8d8d8;
	padding: 10px;
	vertical-align: middle;
	width: auto !important;
}
input, textarea {
	border: 1px solid #d8d8d8;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
.bar1, .bar2, .bar3 {
	background-color: #222;
	display: block;
	height: 3px;
	margin: 4px 0;
	transition: all 0.4s ease 0s;
	width: 23px;
}
#masthead {
	position: relative;
}
.btn-menu-click{
	border: none;
	background: none;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 999;
	display: none;
}
.search_form {
	margin: 5px 0 0 20px;
}
.search_form input {
	width: 158px;
	float: left;
}
#searchsubmit {
	background: url(img/bnt-search.png) no-repeat center center #00bcd4;
	float: left;
	height: 32px;
	width: 32px;
	border: none;
	cursor: pointer;
	color: transparent;
}
#searchsubmit:hover {
	background-color: #f44336;
}
.nav_header_r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#nav {
	position: relative;
	z-index: 9999;
}
#nav > ul > li {
	float: left;
	position: relative;
	display: block;
}
#nav ul {
	white-space: nowrap;
}
#nav > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#nav > ul > li > a:hover {
	
}
#nav > ul > li:first-child > a > span {
	border-left: none;
}
#nav_menu_top #nav > ul > li > ul li {
	border-top: 1px solid #fff;
	display: block;
	position: relative;
	width: auto;
}
#nav_menu_top #nav > ul > li > ul {
	display: none;
	left: 0;
	position: absolute;
}
#nav_menu_top #nav > ul > li > ul li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	background: #f44336;
}
#nav_menu_top #nav > ul > li > ul > li > ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
}
#nav_menu_top #nav > ul > li > ul > li:hover > ul {
	display:block;
}
#nav_menu_top #nav > ul > li > ul > li > ul > li {
	display:block;
	width:100%;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	position:relative;
}
#nav_menu_top #nav > ul > li > ul > li > ul > li >a {
	display:block;
	padding:10px;
}
#nav_menu_top #nav > ul>li:hover>ul {
	display:block;
}
#nav_menu_top #nav > ul > li > ul > li a:hover {
	background: #00bcd4;
}
#nav > ul > li.current-menu-item a, #nav > ul > li.current-menu-ancestor a {
	color: #383838;
}
#nav > ul > li > ul li.current-menu-item a {
	background: #383838 !important;
}
#right-menu span {
	background: #961B1E;
	border-radius: 5px;
	display: block;
	height: 5px;
	margin: 5px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	width: 22px;
}
.wrap-menu-mobi {
	text-align: right;
	position: relative;
	top: 30px;
}
.sidr-open #right-menu span:nth-child(1) {
	transform: rotate(45deg) translate(7px,0px);
	-ms-transform: rotate(45deg) translate(7px,0px);
	-webkit-transform: rotate(45deg) translate(7px,0px);
}
.sidr-open #right-menu span:nth-child(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.sidr-open #right-menu span:nth-child(3) {
	transform: rotate(135deg) translate(-14px,7px);
	-ms-transform: rotate(135deg) translate(-14px,7px);
	-webkit-transform: rotate(135deg) translate(-14px,7px);
}
#head_menu_nav_mobi {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.home #head_menu_nav_mobi {
	top: 30px;
}
.m-menu-wrap.show {
	right: 0;
}
.m-menu-wrap {
	height: 100%;
	position: fixed;
	right: -260px;
	top: 0;
	transition: all 0.2s ease 0s;
	width: 260px;
	z-index: 99999;
}
.no_stuck {
	position: absolute;
	z-index: 9999;
	right: 20px;
	top: -40px;
}
.stuck {
	bottom: 20px;
	position: fixed;
	right: 20px;
	z-index: 9999;
}
.page_title {
	padding: 30px 0 10px 0;
}
#back-top a {
	background: #888;
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}
#back-top a:hover {
	background: #f44336;
	color: #fff !important;
}
.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.ja_font {
	font-family: 'Noto Sans JP', sans-serif;
}
.roboto, .en_font {
	font-family: 'Roboto', sans-serif;
}


/* Clearfix
-----------------------------------------*/
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.container{
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.text-center{
	text-align: center;
}
/*HOME*/
.logo{
	max-width: 70px;
}
.wrap-main-menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
}

.box-menu-left {
	display: flex;
	align-items: center;
}
.tit-logo {
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
.nav-menu{
	margin: 0;
}
.nav-menu > li{
	display: inline-block;
	position: relative;
}
.nav-menu > li > a{
	padding: 5px 23px;
	font-size: 16px;
	color: #961B1E;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-menu-1 li {
	display: inline-block;
	padding: 0 10px;
}
.nav-menu > li a:hover {
	color: #383838;
}
/*END HOME*/
/*banner home*/
#banner_home{
	padding: 60px 0 120px 0;
	display: flex;
	align-items: center;
}
.wrap-cont-bn {
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.left-logo-bn{
	width: 45%;
}
.right-cont-bn{
	width: 55%;
}
.left-logo-bn {
	max-width: 500px;
}
.r-cbtn-left{
	text-align: left;
}
.r-cbtn-right{
	text-align: right;
}
.text-bn-1{
	font-size: 44px;
	margin: 0;
	line-height: 1.2;
}
.text-bn-2{
	font-size: 82px;
	margin: 0;
	line-height: 1.2;
}
.text-bn-3{
	margin-top: -30px;
}
#about {
	padding: 120px 0 120px 0;
}
.tit-sec{
	font-size: 40px;
	font-weight: 900;
}
.tic-sec-about{
	color: #961B1E;
	padding-bottom: 35px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.tic-sec-product{
	padding: 80px 0 30px 0;
	color: #fff;
}
.tic-sec-contact{
	padding-bottom: 5px;
	color: #222;
}
.tic-sec-service{
	color: #961B1E;
	padding-bottom: 10px;
	position: relative;
	font-size: 30px;
}
.tic-sec-border:after{
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #961B1E;
	transform: translateX(-50%);
}
.tic-sec-border:before{
	position: absolute;
	content: "";
	transform: translateX(-50%);
	border: 1px solid #961B1E;
}
.tic-sec-product.tic-sec-border:before{
	border: 1px solid #fff;
}
.tic-sec-product.tic-sec-border:after{
	background: #fff;
}
.tic-sec-about:before{
	
	bottom: 0;
	left: 50%;
	width: 70px;
}
.tic-sec-about:after{
	bottom: -3px;
	left: 50%;
}
.tic-sec-service:before{
	bottom: 0;
	left: 50%;
	width: 70px;
}
.tic-sec-service:after{
	bottom: -3px;
	left: 50%;
}
.descr-about {
	font-size: 30px;
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 1.4;
	font-weight: bold;
}
.home .descr-about {
	padding: 30px 0;
}
.descr-sm {
	font-size: 15px;
	text-align: left;
	margin-bottom: 40px;
}
.profile_table {
	padding: 80px 0 0 0;
}
.profile_table table td, .profile_table table th {
	border: none;
}
.profile_table th {
	color: #961B1E;
	border-bottom: 2px solid #961B1E !important;
	padding: 20px 0;
}
.profile_table td {
	border-bottom: 2px solid #f2f2f2 !important;
	padding: 20px;
}
.link-readmore {
	text-align: center;
	display: inline-block;
	color: #383838;
	border-bottom: 5px solid #961B1E;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.link-readmore-product{
	color: #fff;
	border-bottom: 3px solid #fff;
}
.box-link{
	text-align: center;
	margin-top: 15px;
}
/*end banner home*/
/*service*/
#service{
	padding: 60px 0;
	position: relative;
}
#service:before{
	/*content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid red;*/
}
.d-blockc{
	display: block;
	line-height:28px;
}
.wrap-item-service{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.wrap-item-service .item-sv{
	position: relative;
	text-align: center;
	max-width: 50%;
}

.item-sv-3{
	margin-top: -40px;
	text-align: center;
}

#wrap-img-sv-3{
	margin: auto;
}
.wrap-img-sv{
	position: relative;
}
.cont-bot-sv{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
#wrap-img-sv-3 .cont-bot-sv, #wrap-img-sv-2 .cont-bot-sv,#wrap-img-sv-1 .cont-bot-sv{
	color: #fff;
}
img#img-sv-1, img#img-sv-2 {
    max-width: 433px;
}
.btn-red {
	background: #971B1E;
    color: #fff !important;
    font-weight: bold;
    padding: 12px 45px;
    border-radius: 10px;
    border: none;
    margin-left: 10px;
    font-size: 19px;
    cursor: pointer;
	display: inline-block;
}
.btn-red:hover{
	background: #383838;
    color: #fff;
}
.cbsv-top{
	font-size: 20px;
	font-weight: bold;
}
.cbsv-bot{
	font-size: 14px;
}
.tit-main-sv{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.text-sv-sm{
	font-size: 24px;
	position: relative;
	font-weight: normal;
}
.text-sv-sm:before{
	content: "";
	position: absolute;
	bottom: -6px;
	left: -10px;
	width: calc(100% + 20px);
	border: 4px solid #fff;
}
.link-to-page{
	display: block;
	margin: auto;
}
.tic-sec-service{
	margin-bottom: 35px;
}
.text-sv-sm{
	font-size: 18px;
	position: relative;
	top: -12px;
}
.text-sv-sm:before{
	border-bottom: 3px solid #fff;
}
.tit-main-sv{
	font-size: 50px;
	line-height: 1;
}
.tit-main-sv-2 > p {
	display: inline-block;
	text-align: left;
}
.link-to-page{
	max-width: 40px !important;
}
.cbsv-bot {
	margin-bottom: 10px;
}
/*end service*/
/*product*/
#product{
	padding: 120px 0 159px 0;
	background: #961B1E;
	/*background: url('https://www.ace-group.xyz/kitanocreation/wp-content/uploads/2020/12/background_sv.png');
	background-size: cover;
	background-repeat: no-repeat;*/
	position: relative;
}
#triangle-down{
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 70px solid #fff;
	/*border-left: 791px solid transparent;
	border-right: 791px solid transparent;
	border-top: 70px solid #fff;*/
}
.wrap-pro{
	border-radius: 10px;
	position: relative;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	display: flex;
	padding: 20px 0;
}

.slick-slide img{
	margin: auto;
}
.tit-pro{
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #961B1E;
}
a .tit-pro {
	color: #961b1e;
}
a:hover .tit-pro {
	color: #383838 !important;
}
.box-pro {
	padding: 15px 15px 35px 15px;
	background: #fff;
	border-radius: 10px;
	margin: 5px;
	text-align: center;
	height: 100%;
	position: relative;
	border: 1px solid #cccccc3b;
}
.descr-pro{
	color: #fff;
	padding: 40px 0 35px 0;
}
.icon-arrow {
	position: relative;
	width: 25px;
	height: 25px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #961b1e;
	display: block;
}
.icon-arrow:hover{
	cursor: pointer;
}
.icon-arrow.arrow-left:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -3px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.icon-arrow.arrow-right:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: -5px -3px 0 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arr-but-left, .arr-but-right{
	position: absolute;
}
.wrap-list-product{
	position: relative;
	z-index: 99;
}
.arr-but-right{
	bottom: -70px;
	right: 20%;
}
.arr-but-left{
	bottom: -70px;
	left: 20%;
}
.link-to-single i {
	background: #961b1e;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
}
.wrap-pro:hover .link-to-single i{
	display: block;
}
.wrap-pro a:hover .tit-pro{
	color: #961b1e;
}
.wrap-pro a:hover .plus-circle {
	background: #383838;
}
.wrap-list-product-mobi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.plus-circle > span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.plus-circle > span:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 1px;
	background: #fff;
	top: 10px;
	left: 5px;
}
.plus-circle > span:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 11px;
	background: #fff;
	top: 5px;
	left: 10px;
}
.box-icon-arrow{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
/*end product*/
/*contact*/
#contact{
	padding: 70px 0 80px 0;
}
.descr-contact{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.link-contact {
	background: #961B1E;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	display: inline-block;
}
.link-contact:hover{
	background: #383838;
	color: #fff;
}
.wrap-cont-complete{
	display: none;
}
/*end contact*/
/*footer*/
.wrap-cont-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-menu ul {
	position: absolute;
	width: 225px;
	left: 0px;
	padding-left: 0;
}
.nav-menu-footer > li{
	margin-right: 20px;
}
.nav-menu-footer > li a{
	color: #fff;
}
.nav-menu-footer > li:last-child{
	margin-right: 0;
}
.nav-menu ul > li a{
	font-size: 12px;
}
.footer_inc a {
	color: #fff;
}
.footer_inc a:hover {
	color: #961B1E !important;
}
.descr-complete{
	font-size: 30px;
	text-align: center;
	padding: 30px 0 30px 0;
	line-height: 1.4;
	font-weight: bold;
}
#colophon{
	background: #383838;
	padding: 55px 50px 35px 50px;
	color: #fff;
	width: 100%;
}
.info-footer {
	display: flex;
	margin-top: 80px;
	justify-content: space-between;
}
.info-footer p{
	font-size: 12px;
}
.nav-menu ul{
	display: none;
}
.nav-menu-footer ul{
	display: block;
}
.nav-menu-main > li:hover ul{
	display: block;
}
/*end footer*/
.menu-mobi {
	position: fixed;
	width: 260px;
	height: 100%;
	top: 0;
	background: #961b1e;
	border-right: 1px solid #22222270;
	transition: .8s;
	left: -100%;
	display: block !important;
	border: none;
	box-shadow: none;
}
}
.nav-menu-mobi {
	padding: 15px;
}
.nav-menu-mobi li a span{
	color: #fff !important;
}
.active-menu-mobi{
	left: 0;
}
/*page*/
.entry-content {
	padding: 80px 0 20px 0;
}

.content-about{
	margin-top: 70px;
}
.content_body_page{
	padding-bottom: 140px;
}
.tic-sec-about-page{
	padding-bottom: 10px;
}
.tit-page-service{
	font-size: 36px;
	color: #961B1E;
}
.subtit-page-sv{
	font-size: 20px;
	font-weight: bold;
}
.box-cont-page{
	margin-bottom: 45px;
}
.content-about .box-cont-page:last-child{
	margin-bottom: 0;
}
.box-cont-page p{
	margin-bottom: 20px;
}

.wrap-pro-page{
	width: 33.33%;
	margin-bottom: 10px;
}

input, textarea{
	background: #F2F2F2;
	border: none;
	border-radius: 10px;
	padding: 6px 20px;
}
input, textarea:focus{
	box-shadow: unset !important;
}
.custom-wpcf7c-confirmed input[type=text],
.custom-wpcf7c-confirmed input[type=email],
.custom-wpcf7c-confirmed textarea{
	background: none !important;
}
.custom-wpcf7c-confirmed .text-sm{
	display: none;
}
.text-sm{
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 20px;
	color: #fff;
}
.text-required{
	background: #961b1e;
}
.text-norequired{
	background: #686868;
}
.form-control:focus {
	background-color: #f2f2f2;
}
.link-to-submit{
	background: #961b1e !important;
	color: #fff;
	font-weight: bold;
	padding: 10px 50px !important;
	border-radius: 10px !important;
	border: none;
	margin-left: 10px;
	font-size: 18px;
	cursor: pointer;
}
.link-to-submit:hover{
	background: #383838 !important;
	color: #fff;
}
.wrap-link-submit{
	text-align: center;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.bold {
	font-weight: bold;
}
.fs24 {
	font-size: 24px;
}
.center_txt {
	text-align: center;
}
.error{
	color: #ed1111;
	font-size: 11px;
}
.desc_about_home {
	padding: 30px 0 50px 0;
}
.note-form-ct{
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}
.wpcf7-form label {
	font-size: 17px;
}
.wpcf7-form .text-left {
	width: 200px;
}
.wpcf7-form .right_txt {
	width: calc(100% - 200px);
}
.wpcf7-form input {
	padding: 10px 20px;
	border-radius: 30px;
}
.wpcf7-form textarea {
	padding: 10px 20px;
}
.wpcf7-form input, .wpcf7-form textarea {
	margin: 0;
	background: #F2F2F2;
	border: none;
}
.border-input{
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 15px 0;
	align-items: center;
}
.align_top {
	align-items: flex-start;
}
.border-input-first{
	border-top: 1px solid #f2f2f2;
	padding-top: 15px;
}
.form-control{
	margin-bottom: .5rem;
}
/*vzvjdbnwogpedxpv*/
.link-back{
	background: #383838 !important;
}
.wrap-cont-complete{
	text-align: center;
	margin-top: 100px;
	display: none;
}
.wrap-cont-completep{
	margin: 50px auto 0 auto;
	max-width: 700px;
}
.service_title {
	font-size: 300px;
	line-height: 1;
	font-weight: 900;
}
.service_block_title {
	padding: 0 0 50px 0;
}
.service_block {
	padding: 0 0 110px 0;
}
.red {
	color: #961B1E;
}
.c38 {
	color: #383838;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb30 {
	padding-bottom: 30px;
}
.tit-service-img {
	text-align: center;
}
.block_title {
	font-size: 18px;
	color: #961B1E;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.slick, .slick-wrapper {
  width: 100%;
}
.block_txt {
	padding: 0 0 50px 0;
}
.service_imgs > img {
	margin: 3px;
	width: calc(50% - 6px);
	display: inline-block;
}
.entry-content a {
	color: #961B1E;
}
.entry-content a:hover {
	color: #383838;
}
.service3_img img {
	border: 1px solid #961B1E;
}
.service3_img {
	width: 430px;
}
.service3_txt {
	width: calc(100% - 430px);
}
.service3 {
	align-items: start;
}
.pagination-row{
	width: 100%;
	margin-top: 30px;
}
.pagination-row .pages{
	display: none;
}
/*end page*/
/*enimation*/
.text-bn-1,
.text-bn-2,
.text-bn-3,
.text-bn-4
{
	opacity: 0;
	animation: textdivao 3s forwards;
}
.product_tmb {
	display: block;
}
.work_line {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

@keyframes textdivao {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
	/*0% {
		opacity: 0;
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}*/
}
.text-bn-1 { animation-delay: 4s; }
.text-bn-2 { animation-delay: 4s; }
.text-bn-3 { animation-delay: 4s; }
.text-bn-4 { animation-delay: 4s; }
/*=====*/
/*.text-bn-4
{
	opacity: 0;
	animation: textdivaotuphai 4s forwards;
	transition: 2s;
}*/
@keyframes textdivaotuphai {
	from {
		/*transform: translateX(200px);*/
		opacity: 0;
	}
	to {
		/*transform: translateX(0);*/
		opacity: 1;
	}
}
/*.text-bn-4 { animation-delay: 5.5s; }*/
/*===== */
.home-menu-right ul .menu-item
{
	opacity: 0;
	animation: movemenu 1s forwards;
}
@keyframes movemenu {
	/*from {
		transform: translateY(-40px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: .3;
	}
	70% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}
.home-menu-right ul .menu-item:nth-child(1) { animation-delay: 5s; }
.home-menu-right ul .menu-item:nth-child(2) { animation-delay: 5s; }
.home-menu-right ul .menu-item:nth-child(3) { animation-delay: 5s; }
.home-menu-right ul .menu-item:nth-child(4) { animation-delay: 5s; }


/*=====*/
.path01, .path02, .path03, .path04{
	/*fill: transparent;*/
	fill: transparent;
	animation: pathsvg 4s linear forwards;
	stroke-width: 5;
	stroke: transparent;
	stroke-dasharray: 1660;
	stroke-dashoffset:1660;
	opacity: 0;
	/*stroke-dasharray: 1000;
	stroke-dashoffset: 1000;*/
}
@keyframes pathsvg {
	0% {
		fill: transparent;
		stroke-dashoffset:1660;
		stroke: transparent;
	}
	40% {
		fill: transparent;
		stroke-dashoffset:1660;
		stroke: #961B1E;
		stroke-width: 5;
	}
	100% {
		stroke-dasharray: 1;
		stroke-dashoffset:0;
		fill: #961B1E;
		stroke: #961B1E;
		opacity: 1;
		stroke-width: 1;
	}
}
.svg-logo .path01 { animation-delay: .5s; }
.svg-logo .path02 { animation-delay: 1s; }
.svg-logo .path03 { animation-delay: 1.5s; }
.svg-logo .path04 { animation-delay: 0.2s; }

.svg-logo-ie{
	display: none;
}
.ie_logo {
	display: none;
}

/*===== move tit about*/

.move-top-title-about{
	animation: movetitleabout 2s ease forwards;
}

@keyframes movetitleabout {
	from {transform: translateY(-200px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
}
/*end animation*/
/* Media queries
-----------------------------------------*/

@media screen and (max-width:1300px) {
  
}


@media screen and (max-width:1280px) {
	.service_title {
		font-size: 200px;
	}
}
@media screen and (max-width:991px) {
	.service_title {
		font-size: 100px;
	}
	.text-bn-1 {
		font-size: 34px;
	}
	.text-bn-2 {
		font-size: 64px;
	}
	.text-bn-3 img {
		max-width: 320px;
	}
	.text-bn-3 {
		margin: 0;
	}
	
}
@media screen and (max-width:767px) {
	.mobile {
		display: block;
	}
	.pc {
		display: none;
	}
	table th, table td {
		display: block;
		width: 100%;
	}
	.tic-sec-product {
		padding: 0 0 30px 0;
	}
	.wrap-main-menu {
		padding: 20px 15px;
	}
	.service3_img, .service3_txt {
		width: 100%;
	}
	.tit-logo {
		margin: 0;
	}
	.left-logo-bn {
		margin-bottom: 20px;
	}
	.profile_table {
		padding: 40px 0 0 0;
	}
	.profile_table th, .profile_table td {
		padding: 15px 0;
	}
	.service_title {
		font-size: 70px;
		padding: 0 0 15px 0;
	}
	.wrap-cont-bn{
		flex-direction: column;
	}
	.r-cbtn-right{
		text-align: left;
		max-width: 300px;
	}
	.wrap-item-service{
		flex-direction: column;
		align-items: center;
	}
	.item-sv-3{
		margin-top: 0;
	}
	.cbsv-top{
		font-size: 14px;
	}
	.text-sv-sm:before{
		left: -5px;
		width: calc(100% + 10px);
		border: 2px solid #fff;
	}
	.cont-bot-sv{
		bottom: 20px;
	}
	.wrap-list-product-mobi .wrap-pro {
		width: 50%;
		margin: 0 0 10px 0;
	}
	.menu-right, .right-footer, .info-f-right{
		display: none;
	}
	.btn-menu-click{
		display: block;
	}
	.text-bn-1{
		font-size: 30px;
		text-align: center;
	}
	.text-bn-2{
		font-size: 57px;
		text-align: center;
	}
	.right-cont-bn{
		width: 100%;
		display: flex;justify-content: center;
	}
	.text-bn-3{
		margin-top: -25px;
	}
	.wrap-pro-page{
		width: 50%;
	}
	.service_imgs > img {
		margin: 0 0 6px 0;
		width: 100%;
	}
	#triangle-down{
		border-top: 50px solid #fff;
	}
	.tit-sec {
		font-size: 33px;
	}
	.descr-about{
		font-size: 25px;
		text-align: left;
	}
	#product{
		padding: 120px 0 80px 0;
	}
	#about {
		padding: 60px 0 40px 0;
	}
	.item-sv-1{
		padding-right: 0;
	}
	.item-sv-2{
		padding-left: 0;
	}
	.tit-main-sv{
		font-size: 36px;
	}
	.wrap-item-service .item-sv {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.wrap-img-sv img{
		max-width: 90%;
	}
	#colophon {
		padding: 30px 25px;
	}
	.info-footer {
		margin-top: 20px;
	}
	.wpcf7-form .text-left, .wpcf7-form .right_txt {
		width: 100%;
	}
	.wpcf7-form .text-left {
		padding: 0 0 10px 0;
	}
	.entry-content {
		padding: 40px 0 15px 0;
	}
	.service_block_title {
		padding: 0 0 30px 0;
	}
	.service_block {
		padding: 0 0 50px 0;
	}

}
@media screen and (max-width:575px) {
	#triangle-down{
		border-top: 35px solid #fff;
	}
	#banner_home{
		padding: 0 0 30px 0;
	}
	.wrap-pro-page {
		width: 50%;
	}
}
@media screen and (max-width:475px) {
	
	.tit-logo img{
		max-width: 250px;
	}
	.wrap-item-service .item-sv{
		width: unset;
	}
	.cbsv-bot{
		margin-bottom: 0;
	}
} 
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.slick-slider .slick-track, .slick-slider .slick-list {
		display: block;
	}
	.ie_logo {
		display: block;
	}
	.svg-logo {
		display: none;
	}
}
