.clear-fix { clear: both; }

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
}

.blog-single .blog-content img {
	max-width: 100%;
	height: auto;
}
.blog-single .blog-content a {
   word-break: break-all;
}

.content-none {
	text-align: center;
	font-size: 20px;
	padding: 80px 10px;
}
.content-none .error-number {
	font-size: 70px;
}
.content-none .content-none-btn {
	margin: 20px auto;
	text-align: center;
}

header {
	transition: 0.4s;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	border-top: 5px solid #e62b26;
	color: #111;
	font-family: 'Noto Sans', sans-serif;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	min-height: 47px;
}
.header-space{
	height: 150px;
}
.d-col-header{
	display: flex;
	width: 50%;
	align-items: center;
}
.col-right{
	padding-right: 0;
	}
	.header-space{
		height: 47px;
	justify-content: flex-end;
}
.img-logo{
	height: 30px;
}
.contact-header{
	display: flex;
	margin: 0;
}
.header-lang{
	display: flex;
	align-items: flex-end;
	font-weight: 500;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
	margin-left: 0.75em;
	position: relative; 
	padding-right: 14px;
	cursor: pointer;
}
.contact-header li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.li-red{
	background: #e62b26;
}
.contact-header .li-red a{
	color: #fff;
	font-size: 1.2vw;
	padding: 0.5em 1em;
}
.li-phone span{
	font-size: 8pt;
}
.current-lang{
	display: flex;
	align-items: center;
}
.contact-header li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111;
	height: 100%;
}
.contact-header .li-phone{
	background-color: #f4f4f4;
	padding: 0.2em 1em;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
	letter-spacing: 0.1em;
}
.header-middle{
	background-color: #111;
}
.header-middle li{
	display: inline-block;
	margin-right: -4px;
}
.header-middle li a,
.menu-header-second li a{
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 11pt;
}
.header-middle li a:hover {
    background-color: #f82820;
}
.header-middle li.current-menu-item a{
	background-color: #e62b26;
}
.header-bottom{
	background-color: #555555;
	position: relative;
	max-height:500px;
	transition: all 0.5s ease-in-out;
}
.menu-header {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.menu-header > li {
	margin-right: 0;
}

.menu-header-second{
	position: relative;
	margin: 0;
}
.menu-header-second li{
	display: inline-block;
	margin-right: -4px;
}
.menu-header-second > li{
	border-left:1px solid #999999;
}
.header-lang:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #111;
}
.box-option{
	display: flex;
}
.lang-switcher {
	z-index: 10;
	width: 100px;
	display: none;
	position: absolute;
	top: 24px;
	right: -8px;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #ccc0;
	background-color: #f4f4f4;
	box-shadow: 0 5px 13px -2px rgba(0,0,0,0.3);
}
.header-lang:hover .lang-switcher {
	display: block;
}
.icon-globe {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.icon-lang {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	border: 1px solid #282828;
}
.lang-switcher-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-switcher-list li {
	width: 100%;
	display: inline-block;
	padding: 7px 15px;
	background-color: transparent;
}
.lang-switcher-list li:hover {
	background-color: #e8e8e8;
}
.lang-switcher-list li a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.lang-switcher-list li.active a {
	color: #e62b26;
}
.menu-header-second .sub-menu{
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #a6505f;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	display: none;
	flex-wrap: wrap;
}
.menu-header-second li:hover .sub-menu{
	display: flex;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.menu-header-second .sub-menu li{
	width: calc(20% - 10px);
	margin-right: 10px;
	min-height: 58px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.menu-header-second  .sub-menu a{
	max-width: 180px;
	border: 2px solid #fff;
	border-top-right-radius: 20px;
	height: 100%;
	padding: 0.25em 1.5em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11pt;
}
.menu-header-second  .sub-menu a:hover{
	color: #a6505f;
	background-color: #fff;
}
.bg-hover{
	background-color: #a6505f;
	position: absolute;
	top: 100%;
	width: 100%;
}
.menu-header-second li:hover{
	background-color: #a6505f;
}
.burger-icon {
	cursor: pointer;
	position: relative;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: right;
	display: none;
	order: 3;
	margin-left: 15px;
}
.burger-line {
	transition: 0.3s;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	background-color: #111;
}
.burger-line-1 {
	position: relative;
	top: 0;
}
.burger-line-3 {
	position: relative;
	bottom: 0;
}
.burger-icon.open .burger-line-2 {
	opacity: 0;
}
.burger-icon.open .burger-line-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.burger-icon.open .burger-line-3 {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}
.burger-icon .burger-line:last-child {
	margin-bottom: 0;
}
.menu-burger{
	position:absolute;
	top: 47px;
	width: 100%;
	background-color: #f4f4f4;
	display: none;
}
.burger-menu-header-second{
	background-color: #e62b26;
	color: #fff;
}
.btn-open-child {
	margin-right: 1em;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.burger-menu-header-second .sub-menu{
	display: none;
}
.burger-menu-header-second .open-child .sub-menu {
	display: block;
	background-color: #f4f4f4;
}
.burger-menu-header-second .open-child .sub-menu a{
	color: #111;
	padding-bottom: 0;
}
.burger-menu-header li{
	padding: 0.75em 1em;
}
.burger-menu-header li:not(:last-child){
	border-bottom: 1px dashed #fff;
}
.burger-menu-header-second li{
	padding: 0.75em 0;
}
.burger-menu-header li a{
	color: #111;
	font-weight: 700;
}
.burger-menu-header-second a{
	color: #fff;
	margin-left: 1em;
	display:inline-block;
}
.open-child > a{	
	padding-bottom: 0.75em;
}
.burger-menu-header-second li.open-child{
	padding-bottom: 0;
}
.header-scroll .header-bottom{
	max-height:00px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.menu-burger::-webkit-scrollbar-track{
	border-radius: 15px;
	margin:7px 0;
	background-color: transparent;
}
.menu-burger::-webkit-scrollbar{
	width: 4px;
	background-color: transparent;
}

.menu-burger::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: rgba(27, 30, 50, 0.3);
}

@media only screen and (max-width: 991px){
	.header-top{
		padding-right: 0;
	}
	.header-space{
		height: 47px;
	}
	.header-middle,
	.header-bottom,
	.col-right{
		display: none;
	}
	.d-col-header{
		width: 100%;
		justify-content: space-between;
	}
	.burger-icon {
		display: inline-flex;
	}
	.menu-burger.scollBar{
		overflow-y: scroll;
	}
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(17 17 17 / 80%);
	top: 0;
	left: 0;
}
img{
	width: auto;
	max-width: 100%;
}
.position-relative{
	position: relative;
}
.tab-contact{
	position: relative;
	background-image: url('/img/shinto-24.jpg');
	color: #fff;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.tab-contact .text-bold{
	font-weight: 700;
	font-size: 16pt;
	line-height: 1.7;
}
.phone-call{
	font-size: 22pt;
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	letter-spacing: 0.1em;
}
.phone-call a{
	color: #fff;
	vertical-align: middle;
}
.box-inline{
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.tab-contact .text-left{
	text-align: left;
	font-size: 8pt;
	line-height: 1.4;
	margin-left: 1em;
}
.box-contact-border{
	border: 7px solid #fff;
	width: fit-content;
	margin: auto;
	padding: 1em 3em;
	margin-top: 1.5em;
}
.btn-red{
	background-color: #a6505f;
	color: #fff;
	font-weight: 500;
	padding: 0.6em 1.5em;
	display: inline-block;
	letter-spacing: 0.2em;
}
.btn-red:hover,
.btn-arrow-right:hover,
.btn-submit:hover,
.link-scoll-top:hover{
	background-color: #883644;
	color: #fff;
	transition: 0.3s ease-out; 
}
.box-img-url{
	position: relative;
	background-color: #fff;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box-img-url::after {
	content: "";
	padding-bottom: 75%;
	display: block;
}
.img-url{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cover-youtube {
	width: 100%;
	margin: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-text-video{
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 3em;
}
.title-botder-left{
	border-left: 5px solid #e62b26;
	font-size: 22pt;
	line-height: 1.4;
	font-weight: bold;
	padding-left: 0.3em;
	letter-spacing: 0.1em;
}
.sec-feature{
	position: relative;
	line-height: 2;
	padding-top: 4em;
	padding-bottom: 5em;
	overflow: hidden;
}
.sec-feature .text-bold{
	margin-bottom: 1em;
}
.bg-hexagon::before{
	content: "";
	display: block;
	background-image: url(/img/shinto-84.png);
	background-position: top left;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -100px;
	background-size: contain;
	background-repeat: no-repeat;
}
.bg-hexagon::after,
.bg-hexagon-bottom::after{
	content: "";
	display: block;
	background-image: url(/img/shinto-85.png);
	background-position: bottom right;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.bg-red-hexagon{
	position: relative;
	z-index: 0;
	background: rgb(252,233,233);
	background: linear-gradient(0deg, rgba(252,233,233,1) 0%, rgba(255,252,252,1) 99%);
}
.bg-red-hexagon::after{
	content: "";
	display: block;
	background-image: url(/img/shinto-86.png);
	background-position: top right;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.bg-red-hexagon .container,
.bg-hexagon-bottom .container{
	position: relative;
	z-index: 1;
}
.sec-subject{
	padding-top: 4em;
	padding-bottom: 7em;
	color: #111111;
}
.btn-position-center{
	text-align: center;
	margin-top: 2em;
}
.sec-subject strong{
	font-size: 14pt;
	letter-spacing: 0.1em;
	line-height: 2;
}
.list-box-shadow{
	margin-top: 0;
}
.title-both-border{
	display: block;
	border:1px solid #111;
	border-left: 0;
	border-right: 0;
	line-height: 2;
	font-size: 14pt;
	margin-bottom: 3em;
	margin-top: 2em;
	text-align: center;
}
.flex-products-list .item-products{
	margin-bottom: 4em;
	font-size: 11.5pt;
	display: flex;
	flex-direction: column;
}
.flex-products-list .item-products > div{
	flex: 1;
}
.box-shadow{
	height: 100%;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	padding: 1.5em;
	padding-bottom: 3em;
	background-color: #fff;
	z-index: -2;
}
.title-with-bg{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 18pt;
}
.title-with-bg .text-title{
	position: relative;
	z-index: 1;
}
.title-with-bg::after{
	content: "";
	position: absolute;
	right: 0; bottom: 0; left: 0;
	z-index: 0;
	background: #fce9e9;
	transform: skew(-30deg);
	height: 15px;
}
.text-details{
	margin-top: 1em;
	line-height: 2;
	font-size: 11pt;
}
.box-content{
	margin-top: 3em;
}
.box-content h3{
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.box-content p{
	margin-bottom: 2em;
}
.box-content img{
	width: 100%;
	display: block;
	margin: auto;
	object-fit: contain;
}
.sec-products{
	padding-top: 4em;
	padding-bottom: 3em;
}
.products-list {
	margin-top: 40px;
}
.product-infor{
	text-align: center;
	margin-bottom: 1em;
}
.product-name{
	color: #555;
	font-size: 14pt;
}
.flex-products-list{
	margin-top: 5em;
	line-height: 1.7;
}
.sec-products .box-img-url{
	margin-bottom: 1em;
}
.model-name{
	word-break: break-all;
	font-size: 10pt;
	color: #e62b26;
}
footer{
	position: relative;
	background-color: #111111;
	color: #fff;
	padding-top: 2em;
	padding-bottom: 1em;
}
.footer-logo{
	margin-right: 1em;
}
.footer-logo img{
	max-width: 350px;
	width: 100%;
}
.logo-caption{
	font-size: 8pt;
	border-left: 3px solid #fff;
	padding-left: 1.25em;
}
.menu-footer li{
	display: inline-block;
	padding: 0 1em;
}
.menu-footer li a{
	color: #fff;
}
.box-menu-footer{
	align-items: flex-end;
	display: flex;
}
.copyright{
	text-align: center;
	margin-top: 3em;
	font-size: 10pt;
}
.scroll-top{
	position:absolute;
	top: 2em;
	right: 2em;
}
.link-scoll-top{
	background-color: #a6505f;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.sec-btn-scroll{
	background-color: #a6505f;
	padding-top: 4em;
	padding-bottom: 4em;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.2em;
}
.text-des{
	color: #fff;
	font-size: 16pt;
	list-style: 2;
}
.text-des .text-small{
	font-size: 10pt;
	line-height: 2;
	margin-top: 0.5em;
}
.wrapp-btn-scoll {
	display: flex;
	justify-content: space-evenly;
	margin-top: 2em;
	flex-wrap: wrap;
	list-style: none;
}
.wrapp-btn-scoll .menu-item {
	flex: 1 0 20%;
	max-width: 20%;
	margin-right: 5%;
}
.wrapp-btn-scoll .menu-item a {
	display: block;
	width: 100%;
	min-width: 100px;
	border: 2px solid #fff;
	border-top-right-radius: 20px;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 0.5em 0.5em 0.35em;
}
.wrapp-btn-scoll .menu-item a:after {
	content: "\f063";
	display: block;
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.wrapp-btn-scoll .menu-item a:hover{
	background-color: #fff;
	color: #a6505f;
}
.col-form-label .req {
	float: right;
	margin-top: 0.3em;
}
.req {
	width: fit-content;
	background-color: #cc0000;
	color: #fff;
	line-height: 1.7;
	font-size: 7pt;
	padding: 0.15em 0.4em;
}
.contact-form .input-group {
	margin: 0;
	margin-bottom: 2em;
}
.contact-form .form-control, 
.contact-form .form-select,
.contact-form .form-date{
	background-color: #fff;
	border-radius: .2rem;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.contact-form textarea {
	width: 100%;
	height: 180px;
	border-radius: .2rem;
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 1em;
}
.contact-form .form-check-input[type=checkbox] {
	border-radius: 0;
	border: 1px solid #cccccc;
}
.form-check,.col-form-label {
	text-align: left;
}
.form-check-label a {
	text-decoration: none;
	border-bottom: 1px solid #0091ed;
	color: #0091ed;
}
.wrapp-contact-form .tab-pane{
	border: 1px solid #aaaaaa;
	padding: 3em 2.5em 5em; 
	background-color: #fff;
}
.wrapp-contact-form .contact-result {
	margin-bottom: 10px;
	padding: 10px 20px;
}
.wrapp-contact-form .contact-result.failed {
	border: 1px solid #a00000;
	background-color: #fff6f6;
}
.wrapp-contact-form .contact-result.success {
	border: 1px solid #007100;
	background-color: #f6fff6;
}
.wrapp-contact-form .contact-result p {
	margin: 0;
}

.btn-submit {
	position: relative;
	display: inline-block;
	background-color: #a6505f;
	color: #fff;
	font-size: 14pt;
	padding: 0.75em 4em;
	border: none;
	margin-top: 2em;
}
.contact-form .captcha-cover {
	display: flex;
	justify-content: center;
}

.wrapp-contact-form .form-control:focus,
.wrapp-contact-form .form-select:focus{
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 3px 0rem rgb(13 110 253 / 25%);
}
.check-group{
	display: flex;
	align-items: center;
}
.check-group .req {
	margin-top: 0;
}
.wrapp-contact-form .box-infor{
	text-align: center;
	margin-bottom: 3em;
}
.wrapp-contact-form  .text-bold{
	font-size: 12pt;
	line-height: 2;
}
.box-red-phone{
	border: 1px solid #aaaaaa;
	display: flex;
	width: fit-content;
	margin: auto;
	padding: 0.5em 2em;
	align-items: center;
}
.box-red-phone .phone-call,
.box-red-phone .phone-call a {
	color: #e62b26;
}
.box-red-phone .phone-call .phone-icon {
	height: 32px;
	margin-right: 10px;
}
.box-red-phone .text-left {
	text-align: left;
	font-size: 8pt;
	line-height: 1.4;
	margin-left: 1em;
}
.wrapp-contact-form{
	padding-top: 4em;  
	padding-bottom: 5em;  
}
.wrapp-contact-form .nav-tabs .nav-link {
	border: none;
	line-height: 2;
	border-radius: 0;
	border-top-right-radius: 1em;
	background-color: #cccccc;
	color: #fff;
	font-weight: 500;
}
.wrapp-contact-form .nav-tabs .nav-item.show .nav-link, 
.wrapp-contact-form .nav-tabs .nav-link.active {
	background-color: #a6505f;
}
.single-product{
	padding-top: 5em;
	padding-bottom: 2.5em;
	position: relative;
}
.single-product .box-img-url::after{
	padding-bottom: 90%;
}
.single-product .product-infor{
	text-align: unset;
}
.single-product .product-name {
	font-size: 22pt;
	font-weight: bold;
}
.single-product .model-name {
	font-size: 14pt;
}
.single-product .text-disc{
	margin-top: 2em;
	line-height: 2;
}
.single-product img{
	width: 100%;
}
.col-two-imgs{
	padding-left: 2em;
	padding-right: 2em;
}
.spec-type{
	padding-top: 4em;
}
.title-type{
	word-break: break-all;
	font-size: 20pt;
	font-weight: 700;
	margin-bottom: 1em;
}
.details-spec-type{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #fff;
	margin-top: 2em;
	margin-bottom: 5em;
	padding: 3em;
	padding-bottom: 4em;
}
.infor-row{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	justify-content: space-between;
	line-height: 2;
	font-size: 12pt;
	color: #111;
}
.col-w-30,
.col-50-solid,
.col-100-solid{
	width: 30%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0.5em;
	font-weight: 700;
}
.col-w-70,
.col-50-dashed,
.col-100-dashed{
	width: 68%;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 0.5em;
}
.col-50-solid,
.col-50-dashed{
	width: 49%;
}
.col-100-solid{
	width: 100%;
	font-weight: unset;
}
.col-100-dashed{
	width: 100%;
	font-weight: 700;
}
.download-catalog{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 3em;
	margin-bottom: 3em;
}
.download-catalog .btn-red {
	margin-bottom: 20px;
}
.catalog-img{
	width: 100%;
	max-width: 300px;
	margin: auto;
	margin-bottom: 0;
}
.sec-catalog{
	padding-top: 4em;
}
.sec-download {
	margin-top: 30px;
}
.sec-catalog .wrapp-btn-pdf,
.sec-download .wrapp-btn-pdf{
	justify-content: center;
	margin-top: 2em;
}
.sec-catalog .wrapp-btn-pdf .btn-red{
	min-width: 280px;
	flex: 1 1 auto;
	margin-bottom: 1em;
}
.sec-choose-motor{
	padding-top: 4em;
	padding-bottom: 7em;
}
.box-shadow-details{
	padding: 5em;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #fff;
	line-height: 2;
	margin-top: 3em;
}
.box-img-center{
	text-align: center;
}
.box-shadow-details > div:not(:last-child) {
	margin-bottom: 3em;
}
.box-shadow-details > div.title-with-bg {
	margin-bottom: 2em;
}
.wrapp-news {
	padding-top: 2em;
	padding-bottom: 4em;
}
.item-news{
	border-bottom: 1px dashed #d8d6ea;
	display: flex;
	margin-bottom: 2em;
	font-size: 14pt;
	line-height: 2;
	color: #222;
}
.news-left {
	flex: 1;
}
.box-news-img {
	position: relative;
	padding-bottom: 65%;
	background-color: #ccc;
	margin-bottom: 1.5em;
	display: block;
}
.news-img-url {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.news-right {
	flex: 3;
	padding-left: 0.75em;
}
.news-title {
	font-size: 16pt;
	color: #333;
	font-weight: 700;
}
.item-news .text-cate{
	border: 1px solid #a6505f;
	padding: 0.1em 0.75em;
	font-weight: 700;
	color: #a6505f;
	margin-right: 0.5em;
}
.item-news .text-desc {
	font-size: 11pt;
}
.news-infor{
	font-size: 11pt;
	color: #555;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.75em;
}
.blog-header .title-name {
	color: #555;
	font-size: 18pt;
	margin-bottom: 1.5rem;
}
.blog-header .category-bar {
	padding: 5px 9px;
	margin-bottom: 2rem;
	background-color: #e62b26;
}
.blog-header .category-bar .category-link {
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
}
.blog-featured-image {
	margin-bottom: 2rem;
}
.blog-featured-image img {
	width: 100%;
}
.wrapp-next-prev {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrapp-next-prev .next .arrow {
	margin-left: 5px;
}
.wrapp-next-prev .prev .arrow {
	margin-right: 5px;
}
.wrapp-pagination {
	text-align: center;
	margin-top: 4em;
}
.pagination {
	list-style: none;
	padding-left: 0;
	display: block;
}
.pagination li {
	display: inline-block;
}
.pagination .nav-previous {
	margin-right: 1.25em;
}
.pagination .nav-previous, 
.pagination .nav-next {
	color: #a6505f;
}
.pagination a.page-numbers {
	display: block;
	font-size: 12pt;
	color: #ccc;
	font-family: 'Roboto', sans-serif;
	padding: 4px 12px;
	margin: 0 10px 0 0;
	line-height: 1.5;
}
.pagination a.page-numbers:hover, 
.pagination .page-numbers.current {
	color: #fff;
	background-color: #a6505f;
}
.widget-title {
	color: #a6505f;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 2;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #a6505f;
}
.wrapp-widget li {
	list-style: none;
	border-bottom: 1px dashed #e6e6e6;
	border-top: none;
	padding: 1em;
}
.wrapp-widget a {
	color: #333;
	position: relative;
}
.wrapp-widget a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	color: #333;
	margin-right: 1em;
	font-size: 7pt;
	vertical-align: middle;
}
.breadcrumb {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	color: #333333;
	font-size: 12pt;
	text-transform: uppercase;
	line-height: 2;
}
.breadcrumb .breadcrumb-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.breadcrumb .crumb {
	position: relative;
	display: inline-block;
}
.breadcrumb .crumb .crumb-link {
	color: #007cba;
	text-decoration: underline;
}
.breadcrumb .crumb:not(:last-child):after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	font-size: 7pt;
	margin-left: 1.5em;
	margin-right: 1em;
	vertical-align: middle;
}
.box-web-shop{
	background-color: #f4f4f4;
	color: #111;
	border: 1px solid #cccccc;
	padding: 2em;
	line-height: 2;
	margin-bottom: 5em;
}
.box-web-shop .text-title{
	margin-bottom: 0.5em;
}
.box-web-shop .icon{
	color: #e62b26;
	margin-right: 0.25em;
}
.align-center{
	text-align: center;
}
.wrapp-model-prod{
	border: 1px solid #cccccc;
	padding: 2em;
	background-color: #fff;
}
.model-name-bg {
	background-color: #788a98;
	color: #fff;
	line-height: 2;
	border-radius: 2px;
	padding: 0.4em 1em;
	margin-bottom: 2em;
	margin-top: 3em;
}
.wrapp-product-list .box-img-url::after {
	padding-bottom: 100%;
}
.wrapp-product-list .product-name {
	text-align: center;
	font-size: 12pt;
	line-height: 1.7;
}
.wrapp-product-list .box-img-url {
	margin-bottom: 1em;
}
.item-products {
	margin-bottom: 1em;
	transition: .3s;
	padding-top:1em;
	padding-bottom:1em;
}
.item-products:hover {
	transition: .3s;
	box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 7px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 15%);
}
.rental-list li {
	display:inline-block;
}
.rental-list li:not(:last-child):after {
	content: "/";
	display: inline-block;
	padding: 0 1em;
	color: #333;
}
.rental-list li a,
.link-blue{
	color: #007cba;
	text-decoration: underline;
}
.box-border-black{
	border: 5px solid #333333;
	padding: 2em;
	margin-bottom: 3em;
	line-height: 2;
}
.box-border-black li{
	list-style: disc;
}
.sec-checklist{
	padding-top: 7em;
}
.text-small{
	margin-top: 1em;
	font-size: 10pt;
}
.price-information{
	padding-top: 4em;
	padding-bottom: 4em;
}
.price-infor-row{
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #fff;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 5em;
}
.price-infor-row .infor-row{
	padding-left: 0;
	padding-right: 0;
	}
	.header-space{
		height: 47px;
}
.item-price-infor:not(:last-child){
	margin-bottom: 4em;
}
.sec-infor-img{
	padding-top: 4em;
	overflow: hidden;
}
.wrapp-infor-details{
	position: relative;
}
.sec-infor-img .img-infor-left,
.sec-infor-img .img-infor-right{
	position:absolute;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 40%;
}
.sec-infor-img .img-infor-right{
	right: 0;
	left: unset;
}
.sec-infor-img .box-img-url::after{
	padding-bottom: 100%; 
}
.wrapp-infor-details{
	margin-top: 3em;
}
.sec-infor-img .box-img-url{
	height: 100%;
}
.sec-infor-img .box-border-black{
	margin-bottom: 0;
}
.sec-infor-img .box-details{
	font-size: 12pt;
	line-height: 2;
}
.box-details .text-title{
	font-size: 15pt;
	font-weight: 700;
}
.box-details .box-border-black:not(:last-child){
	margin-bottom: 2em;
}
.text-link li{
	display: inline-block;
	margin-right: 2em;
}
.text-link li a{
	color: #333;
}
.form-date{
	position: relative;
	max-width: 180px;
	padding-left: 3.5em;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background: url('/img/calendar-alt-regular.svg') no-repeat;
	width: 18px;
	height: 18px;
	left:-10px;
	position:absolute;
}
.employees_voice{
	padding-top: 4em;
	padding-bottom: 4em;
	color: #333;
	line-height: 2;
	font-size: 12pt;
}
.employees_voice .text-title{
	font-weight: 700;
	font-size: 14pt;
}
.voice-text-center{
	padding-top: 1.5em;
}
.item-employ-voice{
	margin-top: 4em;
}
.wrapp-item-step{
	display: flex;
	flex-direction: column;
	margin-top: 2em;
	line-height: 2;
}
.flow-hiring{
	padding-top: 3em;
	padding-bottom: 3em;
}
.wrapp-item-step .text-title{
	text-align:center;
	font-weight: 700;
	margin-bottom: 0.75em;
}
.wrapp-item-step .box-caption{
	margin-top: 1em;
}
.flow-hiring .title-botder-left{
	margin-bottom: 1.5em;
}
.sec-application{
	background-color: #f7f7f7;
	padding-top: 6em;
	padding-bottom: 6em;
}
.sec-application .table{
	margin-top: 4em;
}
.sec-application .table td:not(:last-child){
	border-right: 1px solid #dedede;
}
.sec-application .tbody,
.sec-application td,
.sec-application tfoot,
.sec-application th,
.sec-application thead,
.sec-application tr{
	border:none;
	border-top: 1px dashed #dedede;
}
.sec-application tr:last-child{
	border-bottom: 1px dashed #dedede;
}
.p-center{
	vertical-align: middle;
}
.contact-tab-pane{
	border: 1px solid #aaaaaa;
	padding: 3em 2.5em 5em;
	background-color: #fff;
	color: #333;
}
.contact-tab-pane .text-title{
	font-size: 18pt;
	font-weight: 700;
	margin-bottom: 1.75em;
}
.contact-tab-pane .box-infor{
	margin-top: 1em;
	margin-bottom: 7em;
}
.img-boder-right .box-img-boder{
	border-right: 1px solid #333;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-right: 3em;
}
.img-boder-right .box-img-boder img{
	width: 100%;
}
.img-boder-right .box-content{
	line-height: 2;
	font-weight: 600;
	padding-left: 3em;
}
.contact-tab-pane .box-infor.with-box-phone{
	margin-bottom: 3em;
}
.infor-about-col{
	line-height: 1.7;
	font-size: 12pt;
	margin-bottom: 4em;
	margin-top: 4em;
}
.title-center{
	font-size: 16pt;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em;
}
.col-full-30{
	width: 30%;
}
.col-full-70{
	width: 70%;
}
.about-infor-table .infor-row{
	border-bottom: 1px solid #cfced8;
	padding: 1em 0;
}
.about-infor-table{
	background-color: #f9f9f9;
	padding-top: 4em;
	padding-bottom: 3em;
	line-height: 2;
}
.color-red{
	color: #e62b26;
}
.more-infor-row img{
	max-width: 320px;
	height: auto;
	margin-bottom: 1.5em;
}
.more-infor-row{
	padding-top: 2em;
}
.flow-history{
	line-height: 2;
	background-image: url('/img/shinto-112.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.bg-date{
	background-color: #a6505f;
	color:#fff;
	padding: 0.1em 0.75em;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.7;
}
.flow-history {
	padding-top: 5em;
	padding-bottom: 5em;
}
.flow-green .bg-date{
	background-color: #7dab7b;
}
.flow-history .border-right{
	border-right: 1px solid #333333;
}
.flow-list .flow-infor-right:not(:last-child){
	padding-bottom: 1.5em;
}
.flow-list{
	margin-top: 3em;
}
.grey-row-content{
	background-color: #f7f7f7;
	padding-top: 5em;
	padding-bottom: 5em;
}
.grey-row-content .box-content img{
	margin-bottom: 2em;
	width: 50%;
}
.wrapp-company-infor{
	position: relative;
	overflow: hidden;
	padding-top: 7em;
	padding-bottom: 2em;
	line-height: 2;
	background: rgb(242,240,238);
	background: linear-gradient(0deg, rgba(242,240,238,1) 0%, rgba(249,248,248,1) 62%, rgba(250,246,248,1) 100%);
}
.box-title .text-title{
	color: #a6505f;
	margin-bottom: 0;
	font-size: 20pt;
}
.box-title{
	font-size: 16pt;
}
.box-title hr{
	background-color:#a6505f;
	height: 2px;
	opacity: 1;
	margin-bottom: 0.4em;
}
.wrapp-company-infor .box-content p {
	margin-bottom: 1em;
}
.img-with-btn{
	display: flex;
	margin-top: 1.5em;
	z-index: 2;
}
.img-with-btn .btn-red{
	height: fit-content;
}
.wrapp-company-infor .img-bg-right{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.rental-plan{
	padding-top: 7em;
	padding-bottom: 3em;
	line-height: 2;
}
.img-text-red{
	position: relative;
}
.box-text-transform{
	position:absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
	width: 50%;
	line-height: normal;
}
.text-transform{
	transform: skewY(355deg);
	font-size: 45px;
	color: #e62b26;
	font-style: normal;
	font-weight: 800;
}
.img-full{
	width: 100%;
}
.text-right{
	text-align: right;
}
.employment-infor{
	padding-top: 4em;
	padding-bottom: 10em;
	line-height: 2;
}
.employment-infor .box-content{
	text-align: center;
}
.box-news-list{
	background-color: #f9f9f9;
}
.sec-news-list{
	padding-top: 5em;
	padding-bottom: 5em;
	background-color: #f9f9f9;
}
.sec-news-list .list-news-update{
	margin-top: 3em;
}
.sec-news-list .news-item{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 16px;
}
.sec-news-list .news-item:not(:first-child){
	border-top: 1px dashed #1c1c1c;
}
.sec-news-list  .news-date {
	margin-right: 2em;
}
.sec-news-list .news-item{
	display: flex;
	flex-wrap: wrap;
}
.sec-news-list .news-update-left, 
.sec-news-list .news-update-right {
	flex: 0 0 auto;
}
.sec-news-list .news-name{
	color: #333333;
}
.sec-news-list  .news-update-right{
	width: 80%;
}
.sec-news-list .news-update-left {
	margin-right: 2em;
}
.slide-cover{
	background-image: url('/img/shinto-123.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	padding-top: 2em;
}
.show-product-text{
	padding-top: 2em;
	padding-bottom: 2em;
}
.show-product-text hr{
	opacity: 1;
	height: 2px;
}
.slide-cover .item p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
.slide-cover .text-tite{
	font-size: 24pt;
	font-weight: 700;
	color: #fff;
}
.wrapp-product-img{
	position: relative;
}
.show-product {
	display: flex;
	align-items: center;
	padding-bottom: 3em;
}
.show-product img{
	max-width: 300px;
}
.slide-cover .box-text-transform{
	width: 80%;
	z-index: 2;
}
.slide-cover .text-transform {
	font-size: 1.3vw;
	text-align: right;
}
.slide-cover .text-model{
	font-size: 5vw;
	font-family: 'market-regularmedium';
}
.rental-plan .box-content{
	text-align: center;
	margin-top: 2em;
}
.rental-plan .img-full,
.employment-infor .img-full{
	margin-top: 4em;
}
.box-btn-arrow{
   margin-top: 2em;
}
.btn-arrow-right {
	background-color: #a6505f;
	display: inline-block;
	padding: 0.5em 0.75em;
	min-width: 180px;
	color: #fff;
	text-align: left;
	position: relative;
	border: none;
	letter-spacing: 0.3em;
	font-weight: 700;
	padding-right: 3em;
}
.btn-arrow-right:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f061";
	color: #fff;
	font-size: 10pt;
	right: 15px;
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
}
.wrapp-company-infor img{
	min-width: 170px;
}
.img-page-cover{
	height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.box-border-transform .text-transform {
	text-align: center;
	font-size: 24pt;
	color: #ffffff;
	display: inline-block;
	border: 5px solid #fff;
	line-height: 1.2;
	padding: 0.1em 0.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.box-border-transform{
	text-align: center;
	padding-bottom: 7em;
	padding-top: 7em;
	width:40%;
	margin: auto;
	position: relative;
}
.img-page-cover .overlay{
	background-color: rgb(17 17 17 / 10%);
}
.box-border-transform .text-name{
	font-family: 'market-regularmedium';
	font-size: 14pt;
}
.wrapp-title-eng{
	position: absolute;
	right: 0;
	transform: translateX(50%);
}
.text-title-eng{
	font-family: 'market-regularmedium';
	color: #e62b26;
	width: 100%;
	font-size: 20pt;
}
.about-cover{
	text-align: center;
	padding-top: 7em;
	padding-bottom: 7em;
}
.text-border-black{
	font-size: 34pt;
	letter-spacing: 0.1em;
	border-bottom: 4px solid #333333;
	color: #333333;
	display: inline-block;
}
.about-cover .text-title-eng{
	font-size: 18pt;
}
.news-title:hover,
.wrapp-widget a:hover{
	color: #a6505f;
}
.box-left{
	text-align: left;
}
.box-center{
	text-align: center;
}
.box-right{
	text-align: right;
}
.border-transform:not(:last-child){
	margin-bottom: 1em;
}
.border-transform .text-transform{
	transform: unset;
	padding: 0.3em 0.75em;
	position: relative;
}
.border-transform{
	/* transform: skewY(354deg); */
	position: relative;
}
.none-transform-text .text-title-eng{
	transform: skewY( -354deg);
	font-size: 36pt;
}
.border-transform.box-center{
	width: fit-content;
	margin: auto;
}
.padding-bottom-4{
	padding-bottom: 4em;
}
.tab-contact .icon-phone{
	width: 35px;
	vertical-align: middle;
	margin-right: 0.2em;
}
header .icon-phone{
	width: 20px;
	vertical-align: middle;
	margin-right: 0.2em;
}
.sec-img-btn{
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 1300px;
	margin: auto;
}
.split-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.split-box .split-box-left {
	flex: 0 0 60%;
	padding-right: 7px;
}
.split-box .split-box-right {
	flex: 0 0 40%;
	padding-left: 7px;
}
.split-box .split-box-test {
	line-height: 1.5em;
	text-indent: -16px;
	margin: 0 0 0.5em 15px;
}
.split-box .split-box-model {
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

.use-category-title {
	margin: 40px 0 0 0;
}

.products-list .text-disc {
    height: 74px;
    overflow: hidden;
	color: #000;
}
.contact-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.middle-video {
	margin-top: 3em;
}
.sec-additional {
	margin-top: 3em;
	margin-bottom: 3em;
}
.additional-content {
	margin-top: 3em;
}
.additional-content h2, .additional-content h3 {
	font-weight: bold;
}
.sec-video {
	padding-top: 4em;
	padding-bottom: 4em;
}
.sec-webshop {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 4em;
}
.sec-option-repeater .option-ec-link {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.sec-option-repeater .option-disc{
	margin-top: 2em;
	margin-bottom: 2em;
}
.sec-option-repeater .option-disc img{
	height: 100%;
}
.sec-option-repeater .option-title {
	margin-top: 3em;
	font-weight: bold;
}
.sec-option-repeater .each-option {
	margin-top: 1em;
	
}
.sec-option-repeater .each-option h5 {
	text-align: center;
}
.sec-option-repeater .each-option p {
	margin-top: 1em;
}
.section-thanks {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
	.sec-catalog .wrapp-btn-pdf .btn-red{
		min-width: unset;
	}
	.sec-infor-img .img-infor-left,
	.sec-infor-img .img-infor-right{
		position: relative;
		width: 100%;
		margin-bottom: 2em;
	}
	.sec-infor-img .box-img-url::after{
		padding-bottom: 40%; 
	}
	.wrapp-company-infor {
		padding-top: 3em;
	}
	.wrapp-company-infor .img-bg-right {
		position: relative;
	}
	/* .wrapp-company-infor img{
		max-width: 300px;
		margin: auto;
	} */
	.wrapp-company-infor .img-bg-right{
		text-align: center;
	}
	.slide-cover .item p{
		font-size: 16px;
	}
	.slide-cover .text-tite{
		font-size: 24px;
	}
	.show-product-text {
		padding-top: 1.5em;
	}
	.slide-cover {
		background-position: left;
	}
	footer{
		text-align: center;
	}
	.box-menu-footer {
		margin-top: 1em;
		justify-content: center;
	}
	.menu-footer li a {
		font-size: 10pt;
		word-break: keep-all;
	}
	.contact-tab-pane .box-infor {
		margin-top: 1em;
		margin-bottom: 4em;
	}
	.contact-tab-pane {
		padding: 3em 0.5em;
	}
	.box-border-transform .text-transform {
		font-size: 26pt;
	}
	.text-transform {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.show-video .img-right{
	   display: none;
	}
	.wrapp-contact-form .tab-pane{
	   padding-left: 1em;
	   padding-right: 1em;
	}
	.contact-form .form-control{
		margin-bottom: 0.75em;
	}
	.col-form-label .req {
		float: unset;
		margin: 0;
	}
	.contact-form .input-group:not(.check-group) {
		margin-bottom: 0;
	}
	.tab-contact .text-bold{
		font-size: 14pt;
	}
	.phone-call,
	.single-product .product-name {
		font-size: 18px;
	}
	.box-contact-border {
		border: 4px solid #fff;
	}
	.single-product .box-img-url{
		max-width: 400px;
		margin: auto;
		margin-bottom: 2em;
	}
	.single-product .model-name {
		font-size: 12pt;
	}
	.single-product .text-disc{
		margin-top: 1em;
	}
	.col-two-imgs{
		padding: 0;
	}
	.details-spec-type{
		padding: 1.5em 1.5em 3em;
	}
	.infor-row{
		padding-left:0;
		padding-right: 0;
	}
	.header-space{
		height: 47px;
	}
	.wrapp-widget {
		margin-top: 0;
	}
	.img-boder-right .box-content,
	.img-boder-right .box-img-boder{
		padding: 0;
		border: none;
	}
	.show-product {
		justify-content: center;
	}
	.slide-cover .text-transform {
		font-size: 12pt;
	}
	.slide-cover .text-model{
		font-size:40pt;
	}
	.img-boder-right{
		text-align: center;
		padding-top: 2em;
	}
	.btn-arrow-right {
		font-size: 11pt;
	}
	.text-title-eng {
		font-size: 22pt;
	}
	.box-border-transform .text-transform {
		font-size: 24pt;
	}
	.title-botder-left {
		font-size: 20pt;
	}
	.infor-about-col img{
		margin-bottom: 1em;
	}
	.box-border-transform {
		width: 60%;
	}
	.box-border-transform .wrapp-title-eng{
		transform: unset;
	}
	.box-shadow-details,
	.price-infor-row{
		padding: 1.5em;
	}
	.tab-contact .icon-phone{
		width: 25px;
	}
	.sec-img-btn {
		text-align: center;
	}
	.sec-img-btn .btn-link-img img {
		width: 80%;
		margin: 10px auto;
	}
	.col-50-solid,
	.col-50-dashed {
	width: 100%;
	}
	.box-red-phone {
		display: block;
	}
}
@media screen and (max-width: 576px){
	.col-form-label .req{
		display: inline-block;
	}
	.tab-contact .text-bold{
		font-size: 10pt;
	}
	.flow-history .border-right{
		padding-bottom: 1.5em;
	}
	.contact-form .form-select{
		margin-bottom: 0.75em;
	}
	.title-botder-left {
		font-size: 18pt;
	}
	.item-news {
		flex-direction: column;
	}
	.news-left, .news-right {
		width: 100%;
	}
	.box-news-img {
		padding-bottom: 75%;
	}
	.box-border-transform {
		width:80%;
	}
	.wrapp-title-eng{
		transform: unset;
		right: 0;
	}
	.box-border-transform .text-transform {
		font-size: 22pt;
	}
	.wrapp-btn-scoll {
		display: block;
	}
	.wrapp-btn-scoll .menu-item {
		max-width: 50%;
    	margin: 10px auto;
	}
	.sec-btn-scroll {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.show-video .box-img-url {
		display: none;
	}
	.text-transform {
		font-size: 24px;
	}
	.title-with-bg{ 
		font-size: 18px;
	}
	.box-inline {
		display: block;
	}
	.menu-footer,#footer {
		padding-left: 0;
	}
	.box-contact-border {
		padding: 1em;
	}
}
