/*
Theme Name: FLDC
*/
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-Black.eot');
    src: url('fonts/ArcoPerpetuoPro-Black.eot?#iefix') format('embedded-opentype'),font-size:16px;
        url('fonts/ArcoPerpetuoPro-Black.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-Black.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-Black.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-Black.svg#ArcoPerpetuoPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-Light.eot');
    src: url('fonts/ArcoPerpetuoPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-Light.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-Light.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-Light.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-Light.svg#ArcoPerpetuoPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-ExtraBold.eot');
    src: url('fonts/ArcoPerpetuoPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-ExtraBold.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-ExtraBold.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-ExtraBold.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-ExtraBold.svg#ArcoPerpetuoPro-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-Medium.eot');
    src: url('fonts/ArcoPerpetuoPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-Medium.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-Medium.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-Medium.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-Medium.svg#ArcoPerpetuoPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-ExtraLight.eot');
    src: url('fonts/ArcoPerpetuoPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-ExtraLight.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-ExtraLight.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-ExtraLight.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-ExtraLight.svg#ArcoPerpetuoPro-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-Regular.eot');
    src: url('fonts/ArcoPerpetuoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-Regular.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-Regular.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-Regular.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-Regular.svg#ArcoPerpetuoPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-Bold.eot');
    src: url('fonts/ArcoPerpetuoPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-Bold.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-Bold.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-Bold.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-Bold.svg#ArcoPerpetuoPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arco Perpetuo Pro';
    src: url('fonts/ArcoPerpetuoPro-SemiBold.eot');
    src: url('fonts/ArcoPerpetuoPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArcoPerpetuoPro-SemiBold.woff2') format('woff2'),
        url('fonts/ArcoPerpetuoPro-SemiBold.woff') format('woff'),
        url('fonts/ArcoPerpetuoPro-SemiBold.ttf') format('truetype'),
        url('fonts/ArcoPerpetuoPro-SemiBold.svg#ArcoPerpetuoPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
  box-sizing: border-box;
}
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  vertical-align:middle;
  padding: 5.6px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body {
	font-family: 'Arco Perpetuo Pro';
	font-size:18px;
	line-height:28px;
	font-weight: 300;
	color:#1D1D1D;
	margin:0;
	overflow-x:hidden;
}
a {
	text-decoration:none;
}
strong {
	font-weight:500
}
p {
	margin:0 0 24px;
}
.container {
	padding:0 100px;
}
.row {
	display:flex;
	margin-left:-15px;
	margin-right:-15px;
}
.header {
	padding:25px 60px 18px 0;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9
}
.logo img {
	width:145px;
}
.main_nav {
	margin-left:auto;
}
.main_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main_nav > ul > li {
	margin-right:30px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.main_nav > ul > li > a {
	display:block;
	padding:10px 15px;
	text-transform: uppercase;
	font: normal normal 300 18px/22px Arco Perpetuo Pro;
	letter-spacing: 1.8px;
	color:#1D1D1D;
}
.main_nav > ul > li:last-child {
	margin-right:0;
}
.main_nav > ul > li > a:hover,.main_nav > ul > li.current-menu-item > a,.main_nav > ul > li.current-menu-parent > a {
	background: #000000 0% 0% no-repeat padding-box;
	color:#fff;
}
.main_nav > ul > li > ul {
	position:absolute;
	top:100%;
	left:0;
	width:265px;
	background:#fff;
	padding:22px;
	display:none;
	z-index:9;
}
.main_nav > ul > li:hover > ul {
	display:block;
}
.main_nav > ul > li > ul > li {
	margin-bottom:15px;
}
.main_nav > ul > li > ul > li:last-child {
	margin:0;
}
.main_nav > ul > li > ul > li > a {
	font: normal normal 300 18px/28px Arco Perpetuo Pro;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	background:none;
	padding:0;
}
.main_nav > ul > li > ul > li > a:hover,.main_nav > ul > li > ul > li.current-menu-item > a {
	opacity: 0.3;
}
.main_banner {
	background-position:center center;
	background-size:cover;
	min-height:938px;
	width:100%;
}
.page_caption {
	margin-top:30px;
	margin-bottom:70px;
}
.page_caption > h3 {
	margin:0;
	font: normal normal 300 16px/24px Arco Perpetuo Pro;
	letter-spacing: 1.6px;
	color: #000000;
	margin:0;
}
.page_content {
	display:flex;
	margin-top:145px;
}
.page_content_detail {
	width:850px;
	margin-left:auto;
	margin-right:290px;
}
.page_content_detail h3 {
	font-weight:500;
	letter-spacing: 1.8px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	margin-top:0;
	margin-bottom:24px;
}
.wp-block-separator.is-style-wide {
	margin-top:35px;
	margin-bottom:35px;
}
.service_box {
	background: #F2F3F4 0% 0% no-repeat padding-box;
	margin-bottom:70px;
	display:flex;
}
.image_service {
	width:35.56%;
	flex:1;
	background-position:center;
	background-size:cover;
}
.content_service {
	padding:90px 110px;
	flex:1;
}
.content_service h3 {
	letter-spacing: 1.8px;
	color: #1D1D1D;
	font-weight:500;
	margin-bottom:25px;
	margin-top:0;
}
.content_service h4 {
	color: #000000;
	font-weight:300;
	margin-bottom:23px;
	margin-top:0;
}
.content_service p {
	max-width:850px;
	opacity: 0.9;
	font-size:16px;
	line-height:26px;
}
.content_service a {
	font-size:16px;
	line-height:26px;
	font-weight:300;
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
}
.content_service a span {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.content_service a i {
	padding:3.8px
}
.team_content {
	display:flex;
	margin-top:120px;
}
.left_list {
	
}
.left_list h3{
	font-weight:500;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	margin:0;
}
.right_list {
	width:998px;
	flex:1;
	margin-left:300px;
}
.team_detail {
	margin-bottom:25px;
}
.team_arrow {
	margin-bottom:60px;
}
.team_detail p {
	font-weight:300;
}
.list_team {
	
}
.team_box {
	border-bottom:1px solid #000;
	margin-bottom:50px;
	padding-bottom:25px;
}
.list_team .team_box:last-child {
	border:none;
}
.team_box h4 {
	letter-spacing: 1.6px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 0.9;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:0;
}
.team_box h3 {
	margin-top:0;
	margin-bottom:37px;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 0.9;
	font-weight:500;
}
.team_box p {
	font-size:14px;
	line-height: 24px;
	font-weight:300;
}
.team_arrow i {
	padding:7px;
}
.new_title {
	margin-bottom:130px;
	margin-top:100px;
}
.new_title h3 {
	margin:0;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-weight:500;
}
.news_content {
	max-width:1430px;
	margin:0 auto;
}
.article_box {
	display:flex;
	padding-bottom:30px;
	border-bottom:1px solid #707070;
	margin-bottom:65px;
}
.news_content .article_box:last-child {
	border:none;
}
.article_image {
	width:524px;
}
.article_image img {
	max-width:100%;
}
.article_detail {
	padding-left:100px;
	flex:1;
}
.article_detail h3 {
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	line-height:34px;
	font-weight:500;
	margin-top:0;
	margin-bottom:15px;
}
.article_detail h4 {
	margin-top:0;
	letter-spacing: 1.6px;
	color: #999999;
	text-transform: uppercase;
	opacity: 1;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	margin-bottom:43px;
}
.article_detail p {
	color: #1D1D1D;
	opacity: 0.9;
	font-size:16px;
	line-height:26px;
	margin-bottom:44px;
}
.article_detail a {
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	font-size:16px;
	line-height:26px;
}
.article_detail a span {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.article_detail a i {
	padding:3.8px
}
.single_content {
	max-width:995px;
	margin:100px auto 0;
}
.single_content > img {
	display:block;
	width:100%;
	margin-bottom:57px;
}
.single_detail > h3 {
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	margin-top:0;
	margin-bottom:12px;
	font-weight:500;
}
.single_detail > h4 {
	letter-spacing: 1.6px;
	color: #999999;
	text-transform: uppercase;
	opacity: 1;
	font-size:16px;
	line-height:26px;
	margin-top:0;
	margin-bottom:40px;
	font-weight:300;
}
.article_headline {
	margin-bottom:36px;
	min-height:80px;
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 0.9;
}
.single_content_detail {
	margin-bottom:100px;
}
.single_content_detail p {
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 0.9;
	font-size:16px;
	line-height:26px;
}
.btn_back {
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
	font-size:16px;
	line-height:16px;
}
.btn_back span {
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}
.footer {
	padding:25px 160px 20px 140px;
	display:flex;
	align-items:center;
	border-top:0.25px solid #707070;
	margin-top:100px;
	flex-direction: row-reverse;
}
.copyright {
	letter-spacing: 1.4px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-size:14px;
	line-height:25px;
	font-weight:300;
}
.social {
	margin-left:auto;
}
.social ul {
	list-style:none;
	padding:0;
	margin:0;
}
.social ul li {
	float:left;
	margin-right:12px;
}
.social ul li:last-child{
	margin-right:0;
}
.social ul li img {
	width:20px;
}
.project_content {
	margin-top:270px;
}
#portfolio-sort {
	margin-bottom:35px;
}
#portfolio-sort a {
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
	letter-spacing: 1.8px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
}
#portfolio-sort a:hover,#portfolio-sort a.active_nav {
	opacity: 0.5;
}
#portfolio-content:after {
	content:' ';
	display:block;
	clear:both;
}
#portfolio-content {
	margin-left:-15px;
	margin-right:-15px;
}
.portfolio-item {
	width:33.33%;
	float:left;
	padding:0 15px;
	margin-bottom:30px;
}
.project-item {
	position:relative;
}
.project-item img {
	width:100%;
	display:block;
}
.project-item > a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:transparent;
}
.project-item > a:hover {
	background:rgba(0,0,0,0.6);
}
.project-item:hover > a {
	background:rgba(0,0,0,0.6);
}
.project-item h3 {
	color:#fff;
	letter-spacing: 1.6px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:0;
	position:absolute;
	z-index:1;
	top:30px;
	display:none;
	z-index: 3;
	left:39px;
}
.project-item h3 a {
	color:#fff;
}
.project-item:hover h3 {
	display:block;
}
.project-item .overlay {
	background:rgba(0,0,0,0.5)
}
.project_slide {
	font-size:18px; /**n**/
	min-height:100vh;
	height:100vh;
	background-position:center;
	background-size:cover;
	position:relative;
}
.project_slide .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:rgba(221,221,221,0.5);*/
	z-index:1;
}
.project_slide_link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.project_slide_title {
	width:566px;
	right:100px;
	bottom:55px;
	position:absolute;
	z-index:2;
}
.project_slide_title h3 {
	font-size:18px;
	font-weight:300;
	line-height:35px;
	letter-spacing: 2.2px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	margin:0;
}
.project_slide_title h3 a {
	color:#fff;
}
.slick-dots {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	left:100px;
	bottom:55px;
}
.slick-dots li {
	float:left;
	width:10px;
	height:10px;
	border-radius:50%;
	margin-right:18px;
	background:#fff;
	cursor:pointer;
	opacity:0.5;
}
.slick-dots li:last-child {
	margin:0;
}
.slick-dots li button {
	display:none;
}
.slick-dots li.slick-active {
	opacity:1;
}
.grey_section {
	background:#F2F3F4;
	padding:174px 0 120px;
	margin-top:-8px;
}
.home_projects {
	margin-left:-30px;
	margin-right:-30px;
}
.home_projects .slick-slide {
	padding:0 30px;
}
.home_projects .slick-slide  img {
	width:100%;
}
.slide_box_title {
	margin-top:5px;
}
.slide_box_title h3 {
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-size:14px;
	line-height:35px;
	margin:0;
	margin-top:5px;
	font-weight:500;
}
.slide_box_title h3 a {
	color: #1D1D1D;
}
.projects_slide {
	border-top:1px solid #707070;
	padding-top:40px;
	margin-top:100px;
}
.projects_slide > h3 {
	letter-spacing: 1.8px;
	font-size:18px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 0.9;
	font-weight:500;
	margin-top:0;
	margin-bottom:90px;
}
.home_projects .slick-dots {
	position:relative;
	left:30px;
	bottom:auto;
	margin-top:45px;
}
.home_projects .slick-dots li {
	background:#1d1d1d;
}
.testimonial_section {
	background:#fff;
	padding:135px 0 40px;
}
.testimonial_slides {
	max-width:1000px;
}
.testimonial_slides > h3 {
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-weight:500;
	font-size:18px;
	line-height:24px;
	margin-top:0;
	margin-bottom:30px;
}
.testimonial_slide {
	
}
.testimonial_slide p {
	font-size:18px;
	line-height:33px;
	font-weight:300;
}
.testimonial_slide h3 {
	font-size:18px; /**was 22px**/
	line-height:33px;
	font-weight:500;
	margin:0;
}
.testimonials_list .slick-dots {
	position:relative;
	left:0;
	bottom:auto;
	margin-top:28px;
	overflow:auto;
}
.testimonials_list .slick-dots li {
	background:#1d1d1d;
}
.gallery_image {
	max-width:1220px;
	display:inline-block;
	margin-right:5px;
}
.gallery_image img {
	width:100%;
}
.mCSB_container .gallery_image:last-child {
	margin:0;
}
.project_single_slides {
	white-space: nowrap;
	margin-top:87px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height:12px;
	margin:0;
	background:rgba(0,0,0,0.05)
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height:12px;
	margin:0;
	border-radius:0;
	background:#000;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom:20px;
}
.single_project_content {
	margin-top:100px;
	display:flex;
	padding-left:289px;
	padding-right:145px;
}
.left_single_project {
	width:422px;
}
.right_single_project {
	flex:1;
	max-width:710px;
	margin-left:auto;
}
.right_single_project p {
	font-size:16px;
}
.left_project_title {
	min-height:66px;
	margin-bottom:25px;
	font: normal normal 300 16px/24px Arco Perpetuo Pro;
}
.left_project_title h3 {
	margin:0;
	font-size:16px; /*14px*/
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-weight:500;
}
.left_project_infor {
	margin-bottom:40px;
	font-family: 'Arco Perpetuo Pro';
	font-size:16px;
	line-height:24px;
	font-weight:300;
	
}
.met_two {
	position:relative;
}
.met_two:after {
	content: '2';
	position: absolute;
	right: -7px;
	top: 0px;
	font-size: 10px;
	line-height: 16px;
}
.left_project_infor h3 {
	margin:0;
	font-size:16px;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-weight:500;
}
.left_project_infor p{
	margin:0;
	font-size:16px;
	font-weight:300;
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 0.4;
}
.home_detail {
	padding:380px 30px 452px 570px;
	position:relative;
}
.home_detail h3 {
	margin-top:0;
	max-width:566px;
	letter-spacing: 1.8px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	font-size: 23px;
	font-weight:500;
	margin-bottom:23px;
}
.home_detail p {
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 1;
	max-width:704px;
	font-weight:300;
	min-height:180px;
}
.letter {
	position:absolute;
}
.f-letter{
	top:0;
	left:0;
}
.l-letter{
	top:0;
	right:0;
}
.d-letter{
	bottom:0;
	left:0;
}
.c-letter{
	bottom:0;
	right:0;
}
.dot-letter{
	top:53px;
	left:570px;
}
.header .row {
	margin:0;
}
.mobile_nav_btn {
	width: 20px;
	height: 14px;
	position: relative;
	margin-left:auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display:none;
}
.mobile_nav_btn span{
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #1D1D1D;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.mobile_nav_btn span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile_nav_btn span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile_nav_btn span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile_nav_btn.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 2px;
}
.mobile_nav_btn.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.mobile_nav_btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: 2px;
}
.header .row {
	align-items:center;
}
.mobile_menu {
    position: fixed;
    top: 56px;
    background: #fff;
    padding: 60px 40px;
    z-index: 999;
    width: 100%;
    left: 0;
	display:none;
    height: calc(100vh - 56px);
}
.mobile_menu > ul {
	list-style:none;
	padding:0;
	margin:0;
	max-width:248px;
}
.mobile_menu > ul > li {
	margin-bottom:15px;
}
.mobile_menu > ul > li.menu-item-has-children:after{
	
}
.mobile_menu > ul > li:last-child {
	margin:0;
}
.mobile_menu > ul > li > a {
	letter-spacing: 1.6px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	line-height:40px;
	font-size:16px;
	font-weight:300;
}
.mobile_menu > ul > li > ul {
	list-style:none;
	padding:0;
	margin:0;
	display:none;
}
.mobile_menu > ul > li.open_sub > ul {
	display:block;
}
.mobile_menu > ul > li > ul > li {
	display:block;
}
.mobile_menu > ul > li > ul > li > a {
	letter-spacing: 1.6px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	line-height:40px;
	font-size:16px;
	font-weight:300;
}
.mobile_menu > ul > li > ul > li > a:hover {
	opacity: 0.3;
}
.follow_header {
	margin-top:90px;
}
.follow_header h3{
	letter-spacing: 1.6px;
	color: #1D1D1D;
	text-transform: uppercase;
	opacity: 1;
	line-height:40px;
	font-size:16px;
	font-weight:300;
	margin-top:0;
	margin-bottom:5px;
}
.follow_header ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.follow_header ul li {
	margin-right:12px;
	float:left;
}
.follow_header ul li img {
	width:20px;
}
.right_single_project .btn_back {
	display:none;
}
.line_contact {
	height:1px;
	width:100%;
	background:#000;
	margin-bottom:70px;
	margin-top:40px;
}
.contact_content {
	max-width:1286px;
	margin-top:83px;
}
.contact_offices {
	display:flex;
}
.office_infor {
	width:423px;
	margin-right:10px;
}
.office_infor h3 {
	margin-top:0;
	margin-bottom:35px;
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
	font-size:16px;
	line-height:26px;
	font-weight:500;
}
.office_infor p {
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:0;
}
.contact_bottom {
	display:flex;
}
.contact_infor {
	width:423px;
	margin-right:10px;
}
.contact_form {
	width:419px;
}
.contact_infor h3 {
	margin-top:0;
	margin-bottom:40px;
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
	font-size:16px;
	line-height:26px;
	font-weight:500;
}
.contact_infor p {
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-size:16px;
	line-height:26px;
	font-weight:300;
	margin:0;
}
.phone_infor {
	margin-bottom:30px;
}
.email_infor {
	margin-bottom:65px;
}
.contact_form h3 {
	margin-top:0;
	margin-bottom:24px;
	letter-spacing: 1.6px;
	color: #000000;
	text-transform: uppercase;
	font-size:16px;
	line-height:26px;
	font-weight:500;
}
.wpcf7-submit {
	width:auto;
	height:auto;
	background:none;
	padding:0;
	border:none;
	font: normal normal 300 16px/26px Arco Perpetuo Pro;
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 1;
	letter-spacing:1.6px;
	text-transform:uppercase;
}
.wpcf7-email {
	border:none;
	border-bottom:1px solid #000;
	margin-bottom:29px;
	padding:0 0 15px;
	font: normal normal 300 16px/26px Arco Perpetuo Pro;
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 0.4;
	width:100%;
}
.wpcf7-form  p {
	margin:0;
}
.wpcf7-response-output {
	border:none!important;
	padding:0!important;
	margin:0!important;
	font: normal normal 300 14px/24px Arco Perpetuo Pro;
	letter-spacing: 0px;
	color: #1D1D1D;
	opacity: 0.4;
}
.show_on_mobile {
	display:none;
}
.nicescroll-cursors:before {
    content:'';
    width:30px;
    height:1px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-15px;
    z-index:5;
	overflow:hidden !important; /**mbn**/
}
.wp-block-image img {
	height:auto;
}
@media screen and (max-width: 1700px) {
	.project_slide_title {
		width:284px;
	}
	.project_slide_title h3 {
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 1.8px;
	}
	.slick-dots li {
		width:10px;
		height:10px;
		margin-right:10px;
	}
	.f-letter {
		width:70px;
	}
	.l-letter {
		width:66px;
	}
	.d-letter {
		width:83px;
	}
	.c-letter {
		width:86px;
	}
	.f-letter img{
		width:100%;
	}
	.l-letter img{
		width:100%;
	}
	.d-letter img{
		width:100%;
	}
	.c-letter img{
		width:100%;
	}
	.dot-letter {
		left:392px;
		width:24px;
	}
	.dot-letter img {
		width:100%;
	}
	.home_detail {
		padding:255px 100px 450px 392px;
	}
	.home_detail p {
		min-height:56px;
	}
	.grey_section {
		padding-top:80px;
		padding-bottom:180px;
	}
	.projects_slide {
		padding-top:20px;
	}
	.projects_slide > h3 {
		margin-bottom:60px;
	}
	.slide_box_title {
		margin-top: 5px;
	}
	.slide_box_title h3 {
		letter-spacing: 1.4px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 300;
	}
	.home_projects .slick-dots {
		margin-top:33px;
	}
	.testimonial_section {
		padding:123px 0 0;
	}
	.testimonial_slide p {
		font-size:14px;
		line-height:22px;
	}
	.testimonial_slide h3 {
		font-size:14px;
		line-height:22px;
	}
	.logo img {
		width:103px;
	}
	.main_nav > ul > li > a {
		padding: 7px 12px;
		font-size:14px;
		line-height:17px;
		letter-spacing: 1.4px;
	}
	.main_nav > ul > li > ul > li > a {
		font-size:14px;
		line-height:17px;
		letter-spacing: 1.4px;
	}
	.header {
		padding:17px 0 11px;
	}
	.footer {
		padding:18px 100px;
	}
	.copyright{
		letter-spacing: 1px;
		font-size:10px;
		line-height:18px;
	}
	.social ul li {
		margin-right:9px;
	}
	.social ul li img {
		width:14px;
	}
	.main_banner {
		min-height: 667px;
	}
	.page_caption {
		margin-top:20px;
	}
	.page_content {
		margin-top: 120px;
	}
	.page_content_detail {
		width: 676px;
		margin-left: auto;
		margin-right: 100px;
	}
	.page_content_detail h3 {
		font-size:14px;
		line-height:22px;
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}
	.page_content_detail p {
		font-size:14px;
		line-height:25px;
		margin-bottom:30px;
	}
	.content_service {
		padding: 65px 75px 110px;
	}
	.content_service h3 {
		font-size:14px;
		line-height:17px;
		letter-spacing: 1.4px;
		margin-bottom:17px;
	}
	.content_service h4 {
		font-size:14px;
		line-height:24px;
		margin-bottom:15px;
	}
	.content_service p {
		font-size:12px;
		line-height:22px;
		margin-bottom:30px;
	}
	.content_service a {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 1.4px;
	}
	.project_content {
		margin-top: 115px;
	}
	#portfolio-sort a {
		letter-spacing: 1.4px;
		font-size:14px;
	}
	#portfolio-sort {
		margin-bottom:30px;
	}
	.project-item h3 {
		font-size:14px;
		line-height:26px;
		letter-spacing:1.4px;
		top:20px;
		left:25px;
	}
	.gallery_image {
		width:868px;
		margin-right:5px;
	}
	.single_project_content {
		padding-left:100px;
		padding-right:100px;
	}
	.left_single_project {
		width:378px;
	}
	.left_project_title {
		min-height: 57px;
		margin-bottom: 11px;
	}
	.left_project_infor {
		margin-bottom:30px;
	}
	.left_project_infor h3 {
		font-size:16px;
		line-height:30px;
		letter-spacing: 1.4px;
	}
	.left_project_infor p {
		font-size:16px;
		line-height:25px;
	}
	.right_single_project {
		max-width: 478px;
	}
	.right_single_project p {
		font-size:16px;
		line-height:24px;
		color:#000;
	}
	.btn_back {
		letter-spacing: 1.2px;
		font-size: 16px;
		line-height: 20px;
	}
	.btn_back span {
		margin-left:0;
	}
	.arrow {
		padding:3px;
	}
	.right_list {
		max-width: 676px;
		flex: 1;
		margin-left: 200px;
	}
	.team_detail p {
		font-size:14px;
		line-height:24px;
	}
	.team_box h3 {
		letter-spacing: 1.4px;
		font-size:14px;
		line-height:22px;
		margin-bottom:25px;
	}
	.team_box h4 {
		letter-spacing: 1.2px;
		font-size:12px;
		line-height:20px;
	}
	.new_title {
		margin-top:123px;
		margin-bottom:85px;
	}
	.news_content {
		max-width:969px;
	}
	.article_image {
		width:355px;
	}
	.article_detail {
		padding-left:36px;
	}
	.article_box {
		padding-bottom:25px;
		margin-bottom:40px;
	}
	.article_detail h3 {
		font-size:14px;
		line-height:24px;
		letter-spacing: 1.4px;
	}
	.article_detail h4 {
		font-size:12px;
		line-height:20px;
		letter-spacing: 1.2px;
		margin-bottom:30px;
	}
	.article_detail p {
		font-size:14px;
		line-height:24px;
		margin-bottom:30px;
	}
	.article_detail a {
		letter-spacing: 1.4px;
		font-size:14px;
		line-height:20px;
	}
	.single_content {
		max-width:676px;
	}
	.single_content > img {
		margin-bottom:35px;
	}
	.single_detail > h3 {
		margin-bottom:0;
	}
	.single_detail > h4 {
		font-size:12px;
		line-height:20px;
		letter-spacing:1.2px;
		margin-bottom:30px;
	}
	.article_headline {
		margin-bottom: 25px;
		min-height: 54px;
		font-size:14px;
		line-height:24px;
	}
	.single_content_detail p {
		font-size:14px;
		line-height:24px;
	}
	.single_detail .btn_back {
		font-size:14px;
		line-height:20px;
		letter-spacing: 1.4px;
	}
	.contact_content {
		max-width: 872px;
		margin-top: 100px;
	}
	.office_infor p {
		font-size: 14px;
		line-height:24px;
	}
	.office_infor h3 {
		margin-bottom: 24px;
		letter-spacing: 1.4px;
		font-size: 14px;
		line-height: 24px;
	}
	.office_infor {
		width: 284px;
		margin-right: 10px;
	}
	.line_contact {
		margin-bottom: 47px;
		margin-top: 34px;
	}
	.contact_infor h3 {
		margin-bottom: 27px;
		letter-spacing: 1.4px;
		font-size: 14px;
		line-height: 24px;
	}
	.phone_infor {
		margin-bottom: 20px;
	}
	.contact_infor p {
		font-size: 14px;
		line-height: 24px;
	}
	.contact_form h3 {
		margin-bottom: 16px;
		letter-spacing: 1.4px;
		font-size: 14px;
		line-height: 24px;
	}
	.wpcf7-email {
		margin-bottom: 16px;
		padding: 0 0 10px;
		font: normal normal 300 14px/24px Arco Perpetuo Pro;
	}
	.wpcf7-submit {
		font: normal normal 300 14px/24px Arco Perpetuo Pro;
		letter-spacing:1.4px;
	}
	.contact_infor {
		width: 284px;
		margin-right: 10px;
	}
	.contact_form {
		width: 284px;
	}
	.wpcf7-response-output {
		font-size:12px;
		line-height:20px;
	}
	.testimonial_slides {
		max-width:774px;
	}
}
@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1025px) {
	.main_nav {
		display:none;
	}
	.logo img {
		width:76px;
	}
	.container {
		padding:0 40px;
	}
	.project_slide {
		height:100vh;
	}
	.project_slide_title {
		width: 425px;
		min-height: 84px;
		bottom: 82px;
		left: 40px;
	}
	.project_slide_title h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
	}
	.slick-dots {
		left: 40px;
		bottom: 47px;
	}
	.grey_section {
		padding-bottom:140px;
	}
	.home_detail {
		padding: 325px 0 250px 0;
	}
	.home_detail h3 {
		margin-top: 0;
		max-width: 600px;
		letter-spacing: 1.6px;
		font-size:16px;
		line-height:26px;
		margin-bottom: 18px;
	}
	.home_detail p {
		min-height: 98px;
		max-width: 600px;
		font-size:14px;
		line-height:24px;
	}
	.dot-letter {
		top: 215px;
		left: 0;
	}
	.projects_slide > h3 {
		margin-bottom: 60px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
	}
	.home_projects .slick-slide img {
		max-width:600px;
	}
	.slide_box_title {
		margin-top: 34px;
	}
	.testimonial_slides {
		max-width: 512px;
	}
	.testimonial_slides > h3{
		font-size:16px;
		line-height:26px;
		letter-spacing:1.6px;
		margin-bottom:20px;
	}
	.footer {
		padding: 18px 40px;
	}
	.copyright {
		letter-spacing: 1.2px;
		font-size: 12px;
		line-height: 18px;
	}
	.social ul li img {
		width: 17px;
	}
	body.menu_open {
		overflow-y:hidden;
		height:100vh;
	}
	.mobile_nav_btn  {
		display:block;
	}
	.mobile_menu > ul > li {
		position:relative;
	}
	.mobile_menu > ul > li.menu-item-has-children:after {
		content:' ';
		display:block;
		position:absolute;
		right:0;
		top:2px;
		border: solid black;
		border-width: 0 1px 1px 0;
		display: inline-block;
		vertical-align: middle;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		padding: 3px;
	}
	.mobile_menu > ul > li.menu-item-has-children.sub_open:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top:6px;
	}
	.page_caption > h3 {
		font: normal normal 300 12px/20px Arco Perpetuo Pro;
		letter-spacing: 1.2px;
	}
	.page_content_detail h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
		margin-bottom: 17px;
		max-width:511px;
	}
	.page_content_detail p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 25px;
		max-width: 512px;
	}
	.page_content_detail {
		width: 100%;
		margin-left: auto;
		margin-right: 0;
	}
	.service_box {
		margin-bottom: 50px;
		display: block;
	}
	.image_service {
		width: 100%;
		height: 700px;
		background-position: center;
		background-size: cover;
	}
	.content_service {
		padding: 50px 90px;
	}
	.content_service h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
		margin-bottom: 17px;
		max-width:424px;
	}
	.content_service h4 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 17px;
		max-width:424px;
	}
	.content_service p {
		margin-bottom:15px;
		max-width:491px;
	}
	.page-template-projects .header {
		box-shadow: 0px 1px 5px #0000001A;
	}
	.project_content {
		margin-top: 79px;
	}
	.portfolio-item {
		width: 100%;
		float: none;
		padding: 0 15px;
		margin-bottom: 22px;
	}
	#portfolio-sort {
		margin-bottom: 50px;
		max-width: 600px;
	}
	#portfolio-sort a {
		letter-spacing: 1.6px;
		font-size: 16px;
		line-height: 26px;
	}
	.project-item h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
	}
	.gallery_image {
		width: 764px;
		margin-right: 0;
	}
	.single_project_content {
		padding-left: 0;
		padding-right: 0;
		display: block;
	}
	.left_project_title h3 {
		font-size:16px;
		line-height:26px;
		letter-spacing:1.6px;
	}
	.left_project_infor {
		margin-bottom: 20px;
	}
	.left_project_infor h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
	}
	.right_single_project {
		max-width: 510px;
		margin: 0;
	}
	.left_single_project .btn_back {
		display:none;
	}
	.right_single_project .btn_back {
		display:inline-block;
		margin-top:45px;
	}
	.right_single_project p {
		font-size: 14px;
	}
	.right_single_project .btn_back {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
	}
	.team_content {
		display: block;
		margin-top: 60px;
	}
	.left_list h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
		margin-bottom:30px;
	}
	.right_list {
		max-width: 100%;
		flex: 1;
		margin-left: 0;
	}
	.team_detail p {
		max-width: 512px;
	}
	.team_box h4 {
		letter-spacing: 1px;
		font-size: 10px;
		line-height: 20px;
		max-width: 512px;
	}
	.team_box h3 {
		line-height: 24px;
		max-width: 512px;
	}
	.team_box p {
		font-weight: 300;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		max-width: 512px;
	}
	.article_box {
		padding-bottom: 44px;
		margin-bottom: 50px;
		display: block;
	}
	.article_image {
		width: 600px;
	}
	.article_detail {
		padding-left: 0;
		max-width: 512px;
		margin-top: 20px;
	}
	.article_detail h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
		margin-bottom: 0;
	}
	.article_detail h4 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
		margin-bottom: 17px;
	}
	.article_detail p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.single_content {
		max-width: 100%;
		margin: 0 auto;
	}
	.single_content > img {
		margin-bottom: 54px;
	}
	.single_detail {
		padding:0 40px;
	}
	.single_detail > h3 {
		margin-bottom: 0;
		max-width: 424px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.6px;
	}
	.single_detail > h4 {
		margin-bottom:25px;
		max-width:160px;
	}
	.article_headline {
		margin-bottom: 25px;
		min-height: 50px;
		font-size: 16px;
		line-height: 26px;
		max-width:600px;
	}
	.single_content_detail {
		max-width:600px;
		margin-bottom:45px;
	}
	.contact_content {
		max-width:100%;
		margin-top:70px;
	}
	.contact_offices {
		display: block;
	}
	.office_infor {
		width: 248px;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.contact_infor {
		width: 248px;
		margin-right: 0;
		margin-bottom: 47px;
	}
	.contact_form {
		width: 248px;
	}
	.contact_bottom {
		display: block;
	}
	.office_infor p {
		font-size: 12px;
		line-height: 22px;
	}
	.contact_infor p {
		font-size: 12px;
		line-height: 22px;
	}
	.show_on_mobile {
		display:block;
	}
	.hide_on_mobile {
		display:none;
	}
	.abn_infor {
		margin-top:70px;
	}
	.abn_infor p {
		letter-spacing: 0px;
		color: #000000;
		opacity: 1;
		font-size: 12px;
		line-height: 22px;
		font-weight: 300;
		margin: 0;
	}
	.wpcf7-email {
		margin-bottom: 20px;
		padding: 0 0 7px;
		font: normal normal 300 12px/22px Arco Perpetuo Pro;
	}
	.wpcf7-submit {
		font: normal normal 300 12px/22px Arco Perpetuo Pro;
		letter-spacing: 1.2px;
	}
	.wpcf7-response-output {
		font: normal normal 300 10px/23px Arco Perpetuo Pro;
	}
	
}
@media screen and (max-width: 768px) {
	.mobile_menu > ul {
		max-width: 125px;
	}
	.mobile_menu > ul > li > a {
		letter-spacing: 1.4px;
		line-height: 15px;
		font-size: 14px;
		display: block;
	}
	.mobile_menu > ul > li {
		margin-bottom:20px;
	}
	.mobile_menu > ul > li > ul > li > a {
		letter-spacing: 1.4px;
		line-height: 15px;
		font-size: 14px;
		display: block;
	}
	.mobile_menu > ul > li > ul > li {
		margin-top:15px;
	}
	.follow_header h3 {
		letter-spacing: 1.4px;
		font-size: 14px;
	}
	.follow_header ul li img {
		width: 16px;
	}
	.project_slide {
		height: 100vh;
	}
	.project_slide_title {
		width: 194px;
		min-height: 45px;
		bottom: 70px;
		left: 30px;
	}
	.container {
		padding:0 30px;
	}
	.header {
		padding: 12px 0 11px;
	}
	.project_slide_title h3 {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 1.4px;
	}
	.f-letter {
		width: 30px;
	}
	.l-letter {
		width: 27px;
	}
	.d-letter {
		width: 35px;
	}
	.c-letter {
		width: 35px;
	}
	.dot-letter {
		top: 90px;
		left: 0;
		width: 10px;
	}
	.home_detail {
		padding: 190px 0 160px 0;
	}
	.home_detail h3 {
		margin-top: 0;
		max-width: 261px;
		letter-spacing: 1.4px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 13px;
	}
	.home_detail p {
		min-height: 99px;
		max-width: 261px;
		font-size: 14px;
		line-height: 24px;
	}
	.projects_slide {
		padding-top: 13px;
		margin-top: 60px;
	}
	.projects_slide > h3 {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
	}
	.slide_box_title {
		margin-top: 14px;
	}
	.slick-dots li {
		width: 8px;
		height: 8px;
		margin-right: 8px;
	}
	.grey_section {
		padding-bottom:60px;
	}
	.testimonial_section {
		padding: 85px 0 0;
	}
	.testimonial_slides > h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}
	.testimonial_slide p {
		font-size: 14px;
		line-height: 24px;
	}
	.footer {
		padding: 17px 40px 12px;
		display: block;
	}
	.social {
		margin-left: auto;
		overflow: auto;
	}
	.mobile_menu {
		top:51px;
		height:calc(100vh - 51px);
	}
	.main_banner {
		min-height: 213px;
	}
	.page_caption {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.page_content {
		margin-top: 0;
	}
	.page_content_detail h3 {
		margin-bottom: 35px;
		max-width: 260px;
	}
	.page_content_detail p {
		max-width: 260px;
	}
	.wp-block-separator.is-style-wide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.image_service {
		height: 368px;
	}
	.content_service {
		padding: 28px 20px 40px;
	}
	.content_service h3 {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 1.4px;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.content_service h4 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 31px;
		max-width: 100%;
	}
	.content_service p {
		margin-bottom: 15px;
		max-width: 100%;
	}
	.portfolio-item {
		margin-bottom:15px;
	}
	.project-item h3 {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1.2px;
		top: 12px;
		left: 10px;
	}
	.gallery_image {
		width: 320px;
	}
	.left_single_project {
		width: 193px;
	}
	.single_project_content {
		margin-top:50px;
	}
	.left_project_title {
		min-height: 44px;
		margin-bottom: 0;
	}
	.left_project_title h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
	}
	.left_project_infor {
		margin-bottom: 13px;
	}
	.left_project_infor h3 {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1.2px;
	}
	.left_project_infor p {
		font-size: 12px;
		line-height: 22px;
	}
	.right_single_project {
		margin-top:30px;
		max-width:260px;
	}
	.right_single_project p {
		font-size: 12px;
	}
	.right_single_project .btn_back {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1.2px;
		margin-top: 30px;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
		height: 8px;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
		height: 8px;
	}
	.team_content {
		margin-top: 53px;
	}
	.left_list h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
		margin-bottom: 26px;
	}
	.team_detail p {
		max-width: 260px;
		font-size: 12px;
		line-height: 22px;
	}
	.team_box p {
		font-weight: 300;
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
		max-width: 260px;
	}
	.team_box h3 {
		letter-spacing: 1.2px;
		font-size: 12px;
		line-height: 24px;
	}
	.article_image {
		width: 260px;
	}
	.article_detail h3 {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
		margin-bottom: 0;
	}
	.article_detail h4 {
		font-size: 12px;
		line-height: 22px;
		letter-spacing: 1.2px;
		margin-bottom: 17px;
	}
	.single_detail > h3 {
		margin-bottom: 0;
		max-width: 424px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1.4px;
	}
	.article_headline {
		font-size: 14px;
		line-height: 24px;
	}
	.single_content_detail p {
		font-size: 12px;
		line-height: 22px;
	}
	.project-item h3 {
		display:block;
	}
}