.Gioithieu {
   display: inline-block;
  	padding: 10px 15px;
}
.Gioithieu * {
	font-size: 14px !important;
	line-height: 1.5;
}
.Gioithieu .Title span {
    color: #1b7fcf;
    display: inline-block;
  font-weight: 700;
    padding: 10px 0 0 20px;
    text-transform: uppercase;
}
.Gioithieu .button a{
    background: rgba(0, 0, 0, 0) url("images/button.png") no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font: 14px/26px cursive !important;
    height: 29px;

    text-align: center;
    width: 86px;
}
.Gioithieu .button a span {
	line-height: 29px;
}
.AdvertisementBG {
	display: none;
}
@media only screen and (max-width: 768px){
	.Gioithieu img{
		width:100vw !important
	}
}