/**css tuy chinh rieng cho tung trang**/
#gioithieu > div > div > div > div{
  flex: 0 0 100%;
    max-width: 100%;
}
.menu_gioithieu .row:nth-child(2) > div > div h4{
  	padding:5px 30px 5px 30px;
	margin-bottom:.1rem;
  	font-size:18px;
  	line-height:1.4;
  	text-shadow: .3px 0 0 var(--main-color-two);
}
#right-menu > .container > .row:nth-child(2) > div{
	padding-left:unset;
  	padding-right:unset;
}
.menu_gioithieu .row:nth-child(2) > div > div h4:hover{
	color:var(--main-color-one);
  	background-color:#E6E6E6
}
.section {
	background:linear-gradient(to bottom, white 60%, #cceafb);
  	padding-bottom:50px;
}


@media screen and (max-width:450px){
	.breadcrumb-area {
    	padding: unset;
  	}
  [data-layoutid="section"]{
  	min-height:unset;
  }
}
@media screen and (max-width:767px){
  .section >div > .row > div:first-child{
  	min-height:15vh;
  }
}