header {
	display: flex;
    z-index: 10;
    position: relative;
    width: 100%;
}
#main {
	z-index: 5;
}

.header-top {
	display: flex;
	height: 216px;
	width: 100%;
	background: url(../images/head-bg-l.png) left top no-repeat,
				url(../images/head-bg-c.png) center top repeat-x;
    flex-direction: column;
	padding-left: 400px;
			
}
.header-top .h-left, .header-top .h-center, .header-top .h-right {
	display: flex;
}

.h-right {
    background: url(../images/head-bg-r.png) no-repeat;
    min-width: 355px;
    display: flex;
    justify-content: flex-end;
}
.fixed {
	position: fixed;
    top: -180px;
}
.f-skr {
	margin-top: 190px !important;
}
.head-ico {
    display: flex;
    width: 150px;
    height: 162px;
    background: url(../images/ico-inv-180.png) no-repeat;
    background-size: 150px;
    margin-right: 33px;
    margin-top: 10px;
	display: none;
}
.logo-container {
	display: flex;
    width: 100%;
}

.logo-container a {
    display: flex;
    max-width: 300px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.top-content {
    display: flex;
	margin-top: 26px;
    padding-bottom: 36px;
    width: 100%;
    height: 100%;
	justify-content: space-around;
	position: relative;
    align-items: center;
}
.info-contact {
    display: flex;
	flex-direction: column;
    justify-content: center;
	position: absolute;
    right: -100px;
}  
.inf-phone {
    color: #fff;
	font-size: 22px;
    padding-left: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    background: url(../images/ico-phone.png) no-repeat;
	background-size: 40px;
}
.inf-phone a {
    color: #fff;
	font-size: 22px;
}

.inf-mail {
    color: #fff;
    font-size: 19px;
    padding-left: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    background: url(../images/ico-mail.png) no-repeat;
	background-size: 40px;
    margin-top: 10px;
}
.top-text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 19px;
    max-width: 350px;
}
.top-search {
	
}


.navi {
	display: flex;
	height: 36px;
	position: absolute;
	bottom: 0px;
	left: 400px;
	width: 50%;
	min-width: 500px;
}
.navi > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
	width: 100%;
	align-items: center;
}
.navi > ul > li.current-menu-item > a {
    background: unset;
    color: #fff;
}
.navi > ul > li > a {
    display: block;
    font-size: 15px;
    padding: 0;
    color: #fff;
    line-height: 1.2;
    /* font-weight: 700; */
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
    margin-top: -1px;
}

.vendor-item {
    flex: 1 0 20%;
    margin: 0 -1px -1px 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 1.25rem 2rem;
    text-align: center;
    transition: .3s;
}
.recent_post-service ul li a {
    display: flex;
    padding: 10px 15px;
    background: #0e76bc;
    color: #fff;
    margin: 2px 0 0 0;
}
.recent_post-service ul li a:hover {
    background: #25aae1;
    text-decoration: none;
}
#map {
  height: 400px;
}

.service_blog_inner .icon img {
    width: 100px;
    margin-bottom: 10px;
}
.scroll-top {
	background: #0e76bc;
}
.scroll-top:hover {
    background: #0a4b84;
}
.wpcf7-submit {
    background: #0a4b84;
}

.padding_layout_1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section_information {
    min-height: auto;
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.section_information::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(24 24 24 / 60%), rgb(4 4 4 / 80%));
    background-image: -webkit-linear-gradient(top, rgb(24 24 24 / 60%), rgb(4 4 4 / 80%))
}
.section_information .full {
    max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.section_information .btn {
    padding: 12px 25px;
	display: inline-block;
	font-size: 18px;
}
.section_information .hentry {
    font-size: 24px;
    line-height: 1.4;
	margin-bottom: 25px;
}
.section_information h4 {
    margin: 20px 0;
    font-size: 40px;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-weight: 600;
}
.section_information .post-details ul{
    margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none !important;
}
.section_information .post-details ul li{
    margin: 0 0 10px 0;
}
.section_information .post-details ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	display: inline-block;
    padding-right: 0.5em;
	
}
.section_information {
	color: #fff;
	font-size: 17px;
}

.section_information a {
    background: #0e76bc;
    min-width: 170px;
    padding: 10px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin-top: 10px;
    color: #fff;
    border: solid transform 1px;
    text-shadow: none;
    position: relative;
    box-shadow: none;
}
.section_information a:hover {
	color: #fff;
	background: #25aae1;
}
.vendor-item__image {
	font-size: 18px;
}
.post-item__image img {
	max-width: 100px;
    height: auto;
    float: left;
    margin: 0px 10px;
}



.section-heading {
	color: #764417 !important;
}
.me-artice .blog-container a {
    color: #764417 !important;
}
.me-artice .blog-container a:hover {
    color: #cba481 !important;
}
.me-artice .post-date {
    color: #cba481;
}
.me-artice .post-date:hover {
    color: #764417;
}
.me-artice .blog-container > .button {
    color: #cba481;
}
.me-artice .blog-container > .button:hover {
    text-decoration: none;
    color: #764417;
}

.scroll-top {
    background: #cba481;
}
.scroll-top:hover {
    background: #764417;
	;
}
.wpcf7-submit {
    background: #764417;
}
.section_information a {
    background: #764417;
}
.section_information a:hover {
    background: #cba481;
}
.recent_post-service ul li a {
   /* background: #764417 !important; */
    background: #c2a98b !important;
}
.recent_post-service ul li a:hover {
    background: #cba481 !important;
}
.page-title {
    color: #764417 !important;
}
.list-service .post-title a {
    color: #764417 !important;
}
.service_blog_inner h4 {
    color: #764417;
}
.vendor-item a {
    color: #764417;
}
.vendor-item a:hover {
    color: #cba481;
}
.footer .soc-links {
    justify-content: flex-end !important;
}


@media screen and (max-width: 766px) {
	.section-heading h3 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 1300px) {
	.header-top {
		padding-left: 330px;
	}
	.navi {
		left: 200px;
		width: 60%;
	}
}
@media screen and (max-width: 1200px) {
	.top-content {
	    justify-content: center;
	}
	.top-text {
		/* display: none; */
	}
	.info-contact {
		right: -240px;
	}
	
}
@media screen and (max-width: 991px) {
	.header-top {
		display: flex;
		height: 85px;
		padding-bottom: 15px;
		background: url(../images/m-head-bg-r.png) right top no-repeat, 
					url(../images/m-head-bg-l.png) left top repeat-x;
		flex-direction: row;
		padding-left: 0px;
	}
	#main {
		margin-top: -15px;
	}
	.logo-container {
		width: 170px;
		min-width: 170px;
	}
	.h-right {
		display: none;
	}
	.top-text {
		display: none;
	}
	.top-content {
		margin: 0px;
		padding: 0px;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
	}
	.info-contact {
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		position: unset;
	}
	.inf-phone {
		color: #fff;
		font-size: 19px;
		padding-left: 32px;
		height: 25px;
		display: flex;
		align-items: center;
		background: url(../images/ico-phone.png) no-repeat;
		background-size: 25px;
	}
	.inf-phone a {
		color: #fff;
		font-size: 19px;
	}
	.inf-mail {
		color: #fff;
		font-size: 15px;
		padding-left: 32px;
		height: 25px;
		display: flex;
		align-items: center;
		background: url(../images/ico-mail.png) no-repeat;
		background-size: 25px;
		margin-top: 5px;
	}
	.logo-container a {
		display: flex;
		width: 154px;
		position: absolute;
		top: 3px;
		left: 7px;
	}
	.navi {
		height: auto !important;
		position: relative;
		left: unset;
		bottom: unset;
		min-width: unset;
		width: auto;
	}
	.navi .toggle-menu {
		background: none;
		padding: 0 5px;
		height: 70px;
	}
	.navi > ul {
		flex: 1 1 auto;
		width: 200px !important;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: .3s;
		display: block;
		position: absolute;
		/* background: #764417; */
		background: #c2a98b;
		right: 0;
		left: unset !important;
		top: 100%;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	}
	.navi > ul {
		flex-direction: column;
	}
	.navi > ul > li {
		position: relative;
		white-space: nowrap;
	}
	.navi > ul > li > a {
		display: block;
		font-size: 15px;
		padding: 10px 30px !important;
		color: #fff;
		line-height: 1.2;
		font-weight: unset;
		text-transform: unset;
		text-decoration: none;
		transition: .3s;
		margin-top: -1px;
	}
	.fixed {
		position: fixed;
		top: 0px;
	}
	.f-skr {
		margin-top: 85px !important;
	}
	.gross_layout {
		padding: 0px;
	}
}

@media screen and (max-width: 390px) {
	.logo-container {
		min-width: 160px !important;
	}
	.logo-container a {
		width: 154px;
		top: 3px;
		left: -1px !important;
	}
	.inf-phone a {
		font-size: 14px !important;
	}
	.inf-mail {
		font-size: 13px !important;
	}
	
}

@media screen and (max-width: 550px) {
	.toggle-menu__name {
		display: none;
	}
	.inf-phone {
		font-size: 16px;
		padding-left: 27px;
		height: 20px;
		background-size: 20px;
	}
	.inf-phone a {
		font-size: 16px;
	}
	.inf-mail {
		font-size: 14px;
		padding-left: 27px;
		height: 20px;
		display: flex;
		background-size: 20px;
		margin-top: 7px;
	}
	.logo-container {
		min-width: 190px;
	}
	.logo-container a {
		width: 154px;
		top: 3px;
	}
	.post-item__image {
		text-align: center;
	}
	.post-item__image img {
		min-width: 100%;
		float: unset;
		padding: 20px;
		margin: 0px;
	}
}





.service-list {
	display: flex;
    flex-direction: column;
}
.service-item {
	padding-top: 20px;
}


