/*
Theme Name: Shost Theme
Description: Giao diện website được thiết kế bởi amlab.vn
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.amlab_imgbox .box-text {
	max-height: 100px !important;
	height: 100px;
}

.amlab_imgbox {
	border: 1px solid #cacaca;
}

.amlab_phone:hover {
	color: #4bb4dc !important;
}

.amlab_phone {
	color: white !important;
}

.amlab_ourlocat:hover {
	color: #4bb4dc !important;
}

.amlab_ourlocat {
	font-size: 43px;
	color: white !important;
}

.get_direction:hover {
	color: white !important;
}

.get_direction {
	color: #4bb4dc !important;
	
}

.amlab_hover {
	border: 1px solid #cacaca;
}

.amlab_hover:hover .amlab_hovera {
	color: #143269 !important;
}

.amlab_learnmore:hover {
    color: #fff !important;
    background: #143269 !important;
}

.amlab_hovera {
	color: #4bb4dc;
}

.amlab_learnmore {
    display: inline-block;
    padding: 12px 20px;
    min-width: 200px;
    font-weight: 700 !important;
    font-size: 12px;
    text-transform: uppercase !important;
    text-align: center;
    color: #4bb4dc !important;
    border: 1px solid #4bb4dc;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.amlab_text {
	font-size: 18px;
    text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 0 !important;
	color: #4bb4dc;
}

.amlab_number {
	margin-bottom: 0 !important;
	font-size: 53px;
	font-weight: 400;
	color: #4bb4dc;
}

.banner-text h3 {
	margin-bottom: 0;
    line-height: 1.5 !important;
	font-weight: 400;
    text-align: center;
}

.dichvu_row .col .col-inner {
    min-height: 250px;
    max-height: 250px;
	background-color: rgb(63, 109, 83);
    display: flex;
    align-items: center;
}
.images-box .box-text.text-center {
	bottom: 0px;
	background-color: transparent;
}
.overview_factory th {
	background-color: rgba(28, 103, 52, 1);
	color: #fff;
	padding: 10px 15px;
}
.overview_factory td {
	border: 1px solid #1c6734;
	padding: 15px 10px;
}
.overview_factory table {
	margin-bottom: 0px;
}
.factory-item {
	background-color: #A4AF87;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	width: 20%;
	padding-top: 60px;
    padding-bottom: 30px;
}
.factory-item.seiton {
	background-color: #F3B456;
}
.factory-item.seiso {
	background-color: #F8807A;
}
.factory-item.seiketsu {
	background-color: #9CBDAC;
}
.factory-item.shitsuke {
	background-color: #A4AF87;
}

.factory-item .icon-box-img img {
	max-height: 60px;
	width: auto;
}
.factory-item h5,
.factory-item h6 {
	color: #fff;
	text-align: left;
}
.factory-item h5 {
	font-size: 30px;
}
.factory-item p {
	min-height: 80px;
}
.section-title-normal {
	position: relative;
	border: none;
	background:  url('assets/img/title-bg.png');
	background-repeat: no-repeat;
    padding: 10px;
    background-size: contain;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section-title-normal:before {
	content: url('assets/img/icon.png');
	margin-right: 15px;
}
.section-title-normal span {
	border: none;
	color: #fff;
}
/*.section-title-normal:before {
	content: url('assets/img/title-bg.png');
}*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.amlab_imgbox .box-text {
		font-size: 12px;
	}

}