.gioiThieu{
	text-align: center;
	padding: 24px;
	font-family: arial;
	color: #777;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 16px;
	position: relative;
	background-color: rgb(47, 63, 76);
}
.gioiThieu p{
	z-index: 11;
    font-family: Raleway;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.gioiThieu span{
	z-index: 10;
    font-family: Raleway;
    height: auto;
    width: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 30px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.congNghiepHome{
	background: #fff;
	
}
.congNghiepHome p{
	font-weight: 500;
	font-size: 40px;
	color: #2f3f4c;
	font-family: Inter;
	text-align: center;
}
.oneSpHome{
	padding: 2%;
}
.imgSpHome{
	width: 96%;
	position: relative;
}
.fusion-rollover {
    opacity: 1;
    transform: translateX(0);
    height: 25%;
    width: 84%;
    top: auto;
    background-image: linear-gradient(to top,#000000 0,rgba(101,188,123,0.0) 100%);
    position: absolute;
    bottom: 9%;
    left: 6%;
}
.fusion-rollover-content {
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
}
.fusion-rollover-content > a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
/*slider*/
.jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            width: 16px;
            height: 16px;
            background: url('public/img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
        .jssora12l, .jssora12r {
            display: block;
            position: absolute;
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('public/img/a12.png') no-repeat;
            overflow: hidden;
        }
        .jssora12l { background-position: -16px -37px; }
        .jssora12r { background-position: -75px -37px; }
        .jssora12l:hover { background-position: -136px -37px; }
        .jssora12r:hover { background-position: -195px -37px; }
        .jssora12l.jssora12ldn { background-position: -256px -37px; }
        .jssora12r.jssora12rdn { background-position: -315px -37px; }

		.content-right{
			padding: 10px 0px;
		}
		@media (max-width: 767px){
			.content-right{
				padding: 0px !important;
			}
			.fusion-rollover {
				height: 30%;
    			width: 88%;
    			position: absolute;
			    bottom: 6%;
			    left: 4%;	
			}
			.gioiThieu span{
				white-space: normal !important; 
				width: 100% !important;
				font-size: 16px !important;
				line-height: 20px;
			}
		}