#page-aboutus .section-banner {
	height:800px !important;
}
#page-aboutus  .section-banner > .banner > .img {
	background-size:cover !important;
}
#page-aboutus .section-banner .text-on-banner {
	padding-top:60px !important;
}
#page-aboutus .section-banner .breadcrumb,
#page-aboutus .section-banner .breadcrumb a,
#page-aboutus .section-banner .breadcrumb > li.active,
#page-aboutus .section-banner .breadcrumb > li + li:before {
    color: rgba(255,255,255,0.6);
}
#page-aboutus .section-banner .section-breadcrumb {
	display:inline-block !important;
	width:auto !important;
	margin:0 auto !important;
}

/* profile */

.row-box-profile {
	position:relative;
	display:table;
	margin:50px auto 0 auto;
}
.box-profile-company {
	position:relative;
	display:inline-block;
	float:left;
	width:300px;
	text-align:center;
}
.box-profile-company + .box-profile-company {
	margin-left:30px;
}
.box-profile-company > .icon {
	position: relative;
	width:60px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin:0 auto;
}
.box-profile-company > .icon.icon-innotech {
	background-image:url(../images/website/img/icon/icon-innotech.png);
}
.box-profile-company > .icon.icon-baht {
	background-image:url(../images/website/img/icon/icon-baht.png);
}
.box-profile-company > .icon.icon-staff {
	background-image:url(../images/website/img/icon/icon-staff.png);
}
.box-profile-company > .text {
	color:#fff !important;
	text-transform: uppercase;
	font-size: 13px;
    line-height: 25px;
    font-weight: 400;
	letter-spacing:0.5px;
	opacity:0.6;
}
.box-profile-company > .title {
	color:#fff !important;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing:0.5px;
	margin:15px auto 10px auto; 
}

/* board */

.row-board {
	position:relative;
}
.row-board > .group {
	position:relative;
	display:table;
	clear:both;
	width:auto;
	margin:0 auto;
}
.row-board > .group.border-bottom {
	padding-bottom:30px;
}
.row-board > .group.border-bottom:before {
	position:absolute;
	border-left:1px dashed rgba(0,0,0,0.2);
	height:30px;
	left:50%;
	bottom:0;
	content:"";
}
.box-board {
	position:relative;
	display:inline-block;
	float:left;
	width:300px;
	text-align:center;
	padding:18px 10px 15px 10px;
	background-color:rgba(0,0,0,0.07);
	border-radius:10px;
}
.box-board + .box-board {
	margin-left:30px;
}
.box-board > .name {
	text-transform: uppercase;
	font-weight:500;
	letter-spacing:0.2px;
	font-size: 14px;
    line-height: 20px;
}
.box-board > .position {
	text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
	margin-bottom:5px;
}


.box-board.head {
	position:relative;
	display:block;
	float:none;
	/*margin-bottom:30px;*/
}

.row-board .group-board-detail {
	display: table;
	margin:0 auto;
	border: 1px dashed rgba(0,0,0,0.2);
	border-radius:10px;
	padding:40px;
}
.row-board .group-board-detail > .row {
	display:table;
	margin:0 auto !important;
}
.row-board .group-board-detail > .row + .row {
	margin-top:30px !important;
}
.row-board .group.has-detail {
	width:300px;
	display:inline-block;
	float:left;
}
.row-board .group.has-detail + .group.has-detail {
	margin-left:30px;
}
.row-board .group.has-detail .box-board.hl,
.row-board .group.has-detail .box-board-detail {
	display:block !important;
	float:left;
	/*width:100% !important;*/
}
.box-board.hl {
	background-color:rgba(37,72,108,0.18);
}

.box-board-detail {
	position:relative;
	display:inline-block;
	width:100%;
	padding:20px 30px;
	background-color:rgba(0,0,0,0.07);
	border-radius:10px;
	font-size:13.5px;
	line-height:30px;
	margin-top:5px;
}
.box-board-detail ul {
	padding-left:20px !important;
}

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
#page-aboutus .section-banner {
	height:500px !important;
}
.box-profile-company {
    width: 260px;
}
.box-profile-company > .text {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.3px;
}
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
#page-aboutus .section-banner {
	height:500px !important;
}
.box-profile-company {
    width: 240px;
}
.box-profile-company + .box-profile-company {
    margin-left: 10px;
}
.box-profile-company > .icon {
    width: 50px;
    height: 50px;
}
.box-profile-company > .text {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.box-profile-company > .title {
    margin: 10px auto 5px auto;
}
/*.box-board.head {
    margin-bottom: 10px;
}*/
.box-board {
    display: block;
    float: none;
}
.box-board,
.row-board .group.has-detail {
	width:230px;
}
.box-board + .box-board {
    margin-left: 0;
	margin-top:10px;
}
.box-board > .name {
    font-size: 13px;
    line-height: 18px;
}
.box-board-detail {
    padding: 15px 20px; 
    font-size: 12px;
    line-height: 23px;
	letter-spacing:0;
}
.row-board .group-board-detail {
    padding: 20px;
}
.row-board .group.has-detail + .group.has-detail {
    margin-left: 10px;
}

}

/* sm - xs */
@media (max-width:991px) {
#page-aboutus .section-banner {
    height: auto !important;
	padding:100px 0 80px 0 !important;
}
#page-aboutus .section-banner .text-on-banner {
	position:relative;
}
#page-aboutus .section-banner.transparent-black:after {
	z-index:2;
}
.box-profile-company {
	display:block;
	float:none;
}
.box-profile-company + .box-profile-company {
    margin-left: 0;
	margin-top:70px;
}
	
/*.box-board.head {
    margin-bottom: 10px;
}*/
.box-board {
    display: block;
    float: none;
    width: 350px;
}
.box-board + .box-board {
    margin-left: 0;
	margin-top:10px;
}
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
.box-profile-company > .title {
	font-size:16px;
	letter-spacing:1px;
}
.box-board {
	width:280px;
}
.row-board .group.has-detail .box-board,
.row-board .group.has-detail {
	width:190px;
}
.box-board-detail {
    padding: 10px 10px 10px 8px; 
    font-size: 10px;
    line-height: 22px;
	letter-spacing:0;
}
.row-board .group-board-detail {
    padding: 5px;
}
.row-board .group.has-detail + .group.has-detail {
    margin-left: 5px;
}
}

/* xs */
@media (max-width:767px) {
#page-aboutus .section-banner {
    height: auto !important;
	padding:50px 0 50px 0 !important;
}
#page-aboutus .section-banner .text-on-banner {
	padding:0 !important;
}
.box-profile-company > .text {
    font-size: 12px;
    line-height: 22px;
}
.box-profile-company + .box-profile-company {
	margin-top:50px;
}
.row-board {
	max-width:100%;
}
.row-board > .group {
	display:block;
}
.box-board {
	width:100%;
}

.box-board,
.row-board .group.has-detail .box-board,
.row-board .group.has-detail {
	width:100%;
}
.box-board-detail {
    padding: 15px 20px; 
    font-size: 13px;
    line-height: 22px;
	letter-spacing:0;
}
.row-board .group-board-detail {
    padding: 20px;
}
.row-board .group.has-detail + .group.has-detail {
    margin-left: 0;
}
.row-board .group-board-detail > .row + .row,
.row-board .group.has-detail + .group.has-detail {
	margin-top:20px !important;
}
}

/* xs more */
@media (max-width:350px) {
}