/* Add your custom css styles */


/*product_con*/
#product_con .conbox .conin {
	display: table;
	width: 100%;
}
#product_con .conbox .conin > div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 40px 15px;
}
#product_con .conbox .conin .txtbox .icon_wrp {
	margin-bottom: 25px;
}
#product_con .conbox .conin .txtbox h4 {
	font-size: 32px;
	line-height: 1em;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 15px;
}
#product_con .conbox .conin .txtbox p {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 400;
	color: #1e1e1e;
}
#product_con .conbt ul li {
	margin-top: 30px;
}
#product_con .conbt ul li a {
	text-decoration: none;
	display: block;
	border: 1px solid #ddd;
	position: relative;
}
#product_con .conbt ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
    background-color: rgba(39, 170, 225, 0.4);
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#product_con .conbt ul li a:hover:after {
	opacity: 1;
}
@media (min-width:769px) {
	#product_con .conbox ul li {
		border-bottom: 1px solid #ddd;
	}
	#product_con .conbox ul li:last-child {
		border-bottom: 0px;
	}
}
@media (max-width:768px) {
	#product_con .conbt .row {
		margin: 0 -5px;
	}
	#product_con .conbt .row > li {
		padding: 0 5px;
	}
	#product_con .conbt ul li {
		margin-top: 10px;
	}
	#product_con .conbt ul li a:after {
		background-size: 80px;
	}
	#product_con .conbox ul li {
		border-right: 1px solid #ddd;
	}
	#product_con .conbox ul li:last-child {
		border-right: 0px;
	}
	#product_con .conbox .conin > div {
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	#product_con .conbox .conin .imgbox {
		padding: 30px 0;
	}
	#product_con .conbox ul li:first-child .imgbox {
		padding-top: 60px;
	}
	#product_con .conbox .conin .txtbox .icon_wrp {
		margin-bottom: 10px;
	}
	#product_con .conbox .conin .txtbox .icon_wrp img {
		width: 30px;
	}
	#product_con .conbox .conin .txtbox h4 {
		font-size: 16px;
		margin-bottom: 10px;
		word-break: keep-all;
	}
	#product_con .conbox .conin .txtbox p {
		font-size: 13px;
		word-break: keep-all;
	}
}



/*msec04*/
#msec04 {
    background: url(../img/msec04_bg.jpg) center center no-repeat;
}
#msec04 .conbox ul li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
}
#msec04 .conbox ul li .svc_item {
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    padding: 25px 15px;
    overflow: hidden;
    position: relative;
		
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec04 .conbox ul li .svc_item h4{
	color: #222222 !important;
}
#msec04 .conbox ul li .svc_item .hov_area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background-color: #1e1e1e;
    opacity: 0;
		
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec04 .conbox ul li .svc_item:hover .hov_area {
    opacity: 1;
    left: 0;
    top: 0;
    background-color: #1e1e1e;
}
#msec04 .conbox ul li .svc_item .hov_area .txtbox {
    display: table;
    width: 100%;
    height: 100%;
}
#msec04 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
#msec04 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h2 {
    font-size: 22px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#msec04 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h6 {
    font-size: 17px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    word-break: keep-all;
}
@media (min-width:769px){
    #msec04 {
        background-attachment: fixed;
    }   
}
@media (max-width:768px){
	
	
	#msec04 .conbox ul li .svc_item h4{
		font-size:13px;
	}
    #msec04 {
        background-size: cover;
    }
    #msec04 .conbox ul {
        margin: 0 -5px;
    }
    #msec04 .conbox ul li {
        width: 48%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #msec04 .conbox ul li .svc_item {
        padding: 20px 15px;
    }
    #msec04 .conbox ul li .svc_item .img_wrp img {
        width: 50px;
    }
    #msec04 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h2 {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #msec04 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h6 {
        font-size: 12px;
    }
}






/*msec04*/
#msec05 {
    background: url(../img/msec05_bg.jpg) center center no-repeat;
}
#msec05 .conbox ul li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
}
#msec05 .conbox ul li .svc_item {
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    padding: 40px 15px;
    position: relative;
		
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec05 .conbox ul li .svc_item h4{
	color: #222222 !important;
}
#msec05 .conbox ul li .svc_item .hov_area {
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background-color: #1e1e1e;
    opacity: 0;
    opacity: 1;
		
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec05 .conbox ul li .svc_item:hover .hov_area {
    opacity: 1;
    left: 0;
    top: 0;
    background-color: #1e1e1e;
}
#msec05 .conbox ul li .svc_item .hov_area .txtbox {
    display: table;
    width: 100%;
    height: 100%;
}
#msec05 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
#msec05 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h2 {
    font-size: 22px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#msec05 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h6 {
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    word-break: keep-all;
}
@media (min-width:769px){
    #msec05 {
        background-attachment: fixed;
    }   
}
@media (max-width:768px){
    #msec05 {
        background-size: cover;
    }
    #msec05 .conbox ul {
        margin: 0 -5px;
    }
    #msec05 .conbox ul li {
        width: 48%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    #msec05 .conbox ul li .svc_item {
        padding: 40px 15px;
    }
    #msec05 .conbox ul li .svc_item .img_wrp img {
        width: 50px;
    }
    #msec05 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h2 {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #msec05 .conbox ul li .svc_item .hov_area .txtbox .txtbox_in h6 {
        font-size: 12px;
    }
}

@media (max-width: 768px){
#header .info {
    font-size: 12px;
}
}
#header .info {
    margin-top: 30px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 6px 19px;
    font-size: 17px;
    line-height: 1em;
    font-weight: 300;
    border-radius: 30px;
    background: linear-gradient(to right, rgb(255, 222, 0),rgb(207, 124, 0));
}
#slide-102-layer-2{
    line-height: 37px !important;
}
@media (max-width: 768px){
    #slide-102-layer-2{
        font-size:20px!important;
    }
    .p-t-150 {
     padding-top: 80px!important; 
}
}