/*
Theme Name: AIC holdingkw
Version: 1.0
*/

/* Common
------------------------------------- */
* {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    color: #333;
    background: #fff;
    font-size: 15px;
    font-family: 'Livvic', sans-serif;
}
body,html {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	outline:0;
	text-decoration: none;
}
a img {
	border: none;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	display: block;
}
input {
	-webkit-appearance:none;
}
ul {
    list-style: none;
}
/* Clearfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.row {
	margin: 0 auto;
	width: 1170px;
}
.container-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

/* Header */
header {
    background: #fff;
    padding: 10px 0;
}
header .logo {
    float: left;
}
header .logo img {
    max-width: 60px;
    height: auto;
}
.primary-menu {
    float: right;
    margin-top: 25px;
}
header .menu-wrap li {
    float: left;
    margin-left: 23px;
    position: relative;
}
header .menu-wrap li a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}
header .menu-wrap li.current-menu-item a {
    color: #318562;
    border-color: #318562;
}
header .menu-wrap li a:hover {
    color: #318562;
}
header .menu-wrap li:hover ul.sub-menu {
    display: block;
}
header .menu-wrap li ul.sub-menu {
    position: absolute;
    top: 26px;
    left: 0;
    width: 170px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    z-index: 9;
}
header .menu-wrap li ul.sub-menu li {
    float: none;
    margin: 0;
}
header .menu-wrap li ul.sub-menu li a {
    font-size: 13px;
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #333;
}
header .menu-wrap li ul.sub-menu li.current-menu-item a {
    background: #318562;
    color: #fff;
}
header .menu-wrap li ul.sub-menu li:first-child:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #ddd;
    position: absolute;
    top: -8px;
    left: 44%;
    content: '';
}
/* Home */
.banner-wrap {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url('assets/images/home.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-content {
    position: absolute;
    color: #fff;
    z-index: 11;
    top: 20%;
    left: 100px;
    max-width: 700px;
}
.banner-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-content p {
    line-height: 26px;
    margin-bottom: 40px;
}
.banner-content a {
    background: #fff;
    color: #222;
    padding: 8px 43px 8px 20px;
    font-weight: 500;
    border-radius: 1px;
    position: relative;
}
.banner-content a span {
    position: absolute;
    right: 10px;
}
.service-block {
    background: #f5f5f5;
    padding: 60px 0;
}
.service-block-list {
    float: left;
    width: 31%;
    background: #fff;
    border-radius: 4px;
    padding: 15px 15px;
    margin: 0 1% 23px;
}
.service-block-list span {
    font-size: 50px;
    float: left;
    margin: 25px 20px 0 0;
}
.service-block-list h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.service-block-list p {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    line-height: 18px;
}
.service-block-list a {
    font-size: 11px;
    background: #318562;
    color: #fff;
    padding: 3px 13px;
    border-radius: 1px;
}
.service-block-list a:hover {
    background: #555;
}
.service-block-right {
    float: left;
    width: calc(100% - 70px);
}
.title-wrap {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 40px;
}
.title-wrap h1 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.title-wrap p {
    color: #888;
    line-height: 20px;
}
.project-banner-wrap {
    position: relative;
    z-index: 1;
    background-image: url('assets/images/banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
    background-attachment: fixed;
}
.project-banner-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}
.project-banner-wrap h1 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}
/* .project-banner-wrap p {
    color: #fff;
    font-size: 15px;
    z-index: 1;
    position: relative;
    padding: 0 220px;
    line-height: 22px;
    margin-bottom: 20px;
} */
.project-banner-wrap a {
    color: #333;
    background: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    z-index: 1;
    position: relative;
}
.client-list {
    float: left;
    width: 45%;
    margin: 2%;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
}
.client-list .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.client-list .avatar img {
    max-width: 80px;
}
.client-list p.txt {
    color: #555;
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}
.client-list h3 {
    margin: 32px 0 5px;
    font-weight: 600;
    font-size: 20px;
}
.client-list svg {
    font-size: 20px;
    fill: #333;
    width: 32px;
    float: right;
    margin-top: -40px;
}
.why-us-wrap {
    padding: 60px 0;
}
.why-us-left {
    float: left;
    width: 50%;
}
.why-us-right {
    float: left;
    width: 50%;
}
.why-us-right img {
    max-width: 500px;
}
.why-us-wrap h1 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.why-us-wrap p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 28px;
}
.why-us-left {
    padding-right: 40px;
}
.why-us-wrap li {
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    padding-left: 35px;
    line-height: 28px;

}
.why-us-wrap li span {
    position: absolute;
    left: 0;
    top: 2px;
}
.project-col {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
}
.project-banner-wrap p {
    color: #fff;
    font-size: 16px;
    z-index: 1;
    position: relative;
    line-height: 22px;
    font-weight: 600;
}
.project-banner-wrap span {
    color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5px;
}
.project-mind-wrap {
    padding: 60px 0;;
    text-align: center;
}
.project-mind-wrap h1 {
    font-weight: 600;
    color: #333;
    font-size: 30px;
    z-index: 1;
    position: relative;
    margin-bottom: 10px
}
.project-mind-wrap p {
    color: #333;
    font-size: 15px;
    z-index: 1;
    position: relative;
    padding: 0 220px;
    line-height: 22px;
    margin-bottom: 20px;
}
.project-mind-wrap a {
    font-size: 14px;
    background: #318562;
    color: #fff;
    padding: 5px 15px;
    border-radius: 1px;
}
.project-mind-wrap a:hover {
    background: #555;
}
/* -----------------------
Pages */
.page-title {
    background: url('assets/images/page-title.jpg') no-repeat center center;
    background-size: cover;
    height: 180px;
    position: relative;
    text-align: center;
    background-attachment: fixed;
}
.page-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0 .5);
    width: 100%;
    height: 100%;
}
.page-title h1 {
    color: #fff;
    font-size: 30px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    padding-top: 54px;
    margin-bottom: 10px;
}
.page-content-section {
    padding: 40px 0 30px;
    color: #555;
    line-height: 22px;
}
.page-content-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}
.page-content-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}
.page-content-section p {
    margin-bottom: 15px;
}
.content-text ul,
.content-text ol {
    margin: 0 0 20px 30px;
}
.content-text ul li {
    background: url('assets/images/list.png') no-repeat left 2px;
    padding-left: 25px;
    margin-bottom: 10px;
    background-size: 18px;
}
.content-text ul.clients-lists li {
    font-size: 14px;
    text-transform: uppercase;
}
.page-content-section a {
    color: #318562;
    text-decoration: underline;
}
.page-content-section a:hover {
    text-decoration: none;
}
.page-left-col {
    float: left;
    width: 250px;
}
.page-right-col {
    float: left;
    width: calc(100% - 250px);
}
.page-sub-menu {
    margin-right: 60px;
}
.page-sub-menu li {
    position: relative;
}
.page-sub-menu li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 4px 10px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    position: relative;
}
.page-sub-menu li a:hover,
.page-sub-menu li.page-current-sub-menu a {
    background: #777;
    color: #fff;
}
/* .page-sub-menu li.page-current-sub-menu a:after {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #318562;
    position: absolute;
    top: 0;
    right: -15px;
    content: '';
    bottom: 0;
    margin: auto;
} */
.breadcrumbs {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.breadcrumbs a {
    color: #fff;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    margin: 0 5px;
}
.project-mind-wrap.inner-pages {
    background: #e9e9e9;
}

/* Contact us
-----------------------  */
.contact-list-info {
    padding: 40px 0;
    color: #555;
    line-height: 22px;
    min-height: 300px;
}
.contact-list-info h3 {
    color: #333;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.contact-list-info h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #318562;
}
.contact-list-info-left li {
    padding-left: 60px;
    position: relative;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #333;
}
.contact-list-info-left li a {
    color: #333;
}
.contact-list-info-left li a:hover {
    text-decoration: underline;
}
.contact-list-info-left li span {
    position: absolute;
    left: 0;
    background: #318562;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
}
.contact-list-info-left {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.contact-list-info-right {
    float: left;
    width: 48%;
}
.contact-form-label {
    float: left;
    width: 49%;
    margin-bottom: 20px;
}
.contact-form-label:first-child {
    margin-right: 2%;
}
.contact-form-label.contact-form-phone {
    width: 100%;
}
.contact-form-message textarea,
.contact-form-label input {
    border: 1px solid #ddd;
    background: #fefefe;
    height: 40px;
    border-radius: 2px;
    padding: 0 8px;
    width: 100%;
    color: #666;
}
.contact-form-message textarea {
    padding: 8px;
    height: 140px;
    resize: none;
}
.contact-form-message {
    margin-bottom: 20px;
}
.wpcf7-submit {
    float: right;
    color: #fff;
    background: #318562;
    border-radius: 2px;
    padding: 8px 15px;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #555;
}

/* Projects
------------------------------ */
.project-lists-wrap {
    margin-bottom: 40px;
}
.project-list-wrap li {
    border: 1px solid #ddd;
}
.project-list-wrap li:first-child {
    border-bottom: 0;
}
.project-list-wrap li .project-col-left,
.project-list-wrap li .project-col-right {
    float: left;
    width: 50%;
}
.project-list-wrap li .project-col-left {
    border-right: 1px solid #ddd;
}
.project-col1 {
    float: left;
    width: 125px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
}
.project-col2 {
    float: left;
    width: calc(100% - 125px);
    padding: 8px;
    font-size: 13px;
    color: #777;
    border-left: 1px solid #ddd;
}
.project-status {
    background: #008000;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 15px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 18px;
}
.project-status.Ongoing {
    background: #fcb430;
}
.projects-page-wrap h3 {
    margin-bottom: 10px;
}
.footer-top .footer-col li.foo-name {
    font-weight: 600;
    font-size: 19px;
    color: #318562;
}
.phone-txt {
    font-family: 'Open Sans', sans-serif;
}
.group-company {
    max-width: 1150px;
    margin: 0 auto;
}

/* Footer */
footer {
    background: #333;
    padding: 40px 0 20px;
    color: #fff;
}
footer .col-3 {
    float: left;
    width: 30%;
    margin-left: 5%;
}
footer .col-3:first-child {
    margin-left: 0;
}
footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #555;
    padding-bottom: 15px;
}
footer p {
    line-height: 28px;
}
.quick-links li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding-right: 10px;
}
.quick-links a {
    color: #fff;
}
.contact-info a:hover,
.quick-links a:hover {
    text-decoration: underline;
}
.contact-info a {
    color: #fff;
}
.contact-info li {
    margin-bottom: 15px;
}
.footer-menu .sub-menu {
    display: none;
}
.copy-rights-txt {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
    margin-top: 20px;
    font-size: 14px;
}