/*@font-face{
	font-family: 'RobotoCondensed-Regular';
	src:url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face{
	font-family: 'RobotoCondensed-Regular';
	src:url(../fonts/RobotoCondensed-Regular.ttf);
}
@font-face{
	font-family: 'Roboto-Bold';
	src:url(../fonts/Roboto-Bold.ttf);
}
body{
	font-family: 'Roboto-Regular.ttf';
}*/
header{
	background: #eb3d0a;
	border-bottom: 1px solid #fff;
}
#main-content{
	background: #eb3d0a;
}
section#gioithieu .gioithieu-title{
	text-align: center;
	color: #fae972;
	text-transform: uppercase;
	font-size: 32px;
	padding-bottom: 20px;
}
.gioithieu-content{
	color: #fff;
}
.slide{
	padding-bottom: 50px;
	padding-top: 50px;
}
section#gioithieu{
	/* padding-top: 50px; */
}
section.phong{
	/*padding-top: 40px;*/margin: 40px 0;
}
section.phong .phong-title
{
	text-align: center;
	width:62%;
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 6px;
	background-image: linear-gradient(to right, #e6e0e000, #fff, #e6e0e000);
}
section.phong .phong-title a{
	text-transform: uppercase;
    color: #000;
    font-weight: 500;
    text-align: center;
	font-family: 'Montserrat-Bold';
}
.phong .phong-info{
	

}
.phong .phong-info .phong-info-p{
	border: 1px solid #fff;
	/*font-family: 'Roboto-Regular';*/
	/*width: 18%;*/
	margin: 13px auto;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 7px;
}
.phong-image {
    padding-top: 21px;margin-bottom: 30px;
}
.slick-slide img {
    max-height: 599px;
    width: 100%;
}

@media screen and (max-width: 768px)
{
	section.phong .phong-title{
		width: 100%;
	}
	.phong .phong-info .phong-info-p{
		width: 100%;
	}
	footer#insFooter .insFooter__item .diachi{
		flex-direction: column;
	}
	footer#insFooter .insFooter__item .diachi__p{
		font-size: 16px;
		padding-left: 35px;
	}
}