.company-about {
    margin: 15px 0px 30px;
}
.table-data .title.sign {
    background: none;
    padding: 0;
    color: #034ea2;
    margin-bottom: 0;
}
.company-about .thumb {
    margin-bottom: 1em;
}
.company-about p {
	line-height: 1.8;
}

.company-profile {
	margin-bottom: 10px;
}
.company-profile table {
	width: 100%;
}
.company-profile table th, 
.company-profile table td {
    border-bottom: 1px solid #e6ded3;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 10px;
}
.company-profile td p,
.company-profile td ul {
    line-height: 1.8;
}
.company-profile table th {
    width: 30.5%;
    background: #E6E7E8;
    font-weight: bold;
    letter-spacing: 2px;
}
@media (min-width: 480px) {
	.company-profile table th,
	.company-profile table td {
		font-size: 12px;
	}
}
@media (max-width: 375px) {
	.company-profile table th {
		width: 25.5%;
	}
}
.company-profile table td {
    padding-left: 10px;
}
.company-profile table td ul {
    margin-bottom: 1em;
}

.company-access {
	margin-bottom: 20px;
}
.company-access h3 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e6ded3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.company-location {
    width: 80%;
	margin:0 auto;
    height: 200px;
}

@media (min-width: 681px) {
	.company-about {
	    margin: 3% 0px 10%;
	}
	.company-about .thumb {
	    margin-bottom: 0;
	    float: left;
	    width: 49.2%;
	    margin-right: 3%;
	}
	.company-about p {
		font-size: 13px;
	}
	.company-access .company-location {
		height: 300px;
	}
	.company-profile table th,
	.company-profile table td {
		font-size: 13px;
		height: 60px;
	}
	.company-profile table td {
		padding-left: 6%;
	}
	.company-profile table td ul {
		margin-bottom: 2em;
	}
	.company .company-access {
	    margin-bottom: 10%;
	    border-bottom: 1px solid #e6ded3;
	    padding-bottom: 2.5%;
	}
}
@media (min-width: 820px) {
	.company-about p {
		font-size: 15px;
	}
	.company-profile table th,
	.company-profile table td {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 70px;
	}
	.company-access .company-location {
		height: 350px;
	}
	.company-access h3 {
		font-size: 16px;
	}
}
@media (min-width: 980px) {
	.company-about p {
		font-size: 16px;
	}
	.company-profile {
		margin-bottom: 2%;
	}
	.company-profile table th,
	.company-profile table td {
		font-size: 16px;
		height: 80px;
	}
	.company-access h3 {
		font-size: 16px;
		margin-bottom: 2%;
		padding-bottom: 2%;
	}
	.company-access .company-location {
		height: 400px;
	}
}
@media (min-width: 1170px) {
	.company-about p {
		font-size: 18px;
	}
	.table-data .title.sign {
		letter-spacing: 4px;
	}
	.company-profile table th,
	.company-profile table td {
		font-size: 16px;
		height: 90px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.company-access .company-location {
		height: 450px;
	}
}
@media (min-width: 1300px) {
	.company-about p {
		font-size: 18px;
	}
	.company-profile table th,
	.company-profile table td {
		font-size: 16px;
		height: 60px;
	}
	.company-access .company-location {
		height: 500px;
	}
}