/**css tuy chinh rieng cho tung trang**/
.bulid-content-area .section-title span {
  display:unset;
}
.title > div > div {
  	text-align:center;
}
.title > div > div .section-title h2 {
	color: var(--main-color-two);
	font-weight:bold;
  	font-size:28px;
}
.title > div > div .section-title p{
	font-size: 18px;
    line-height: 30px;
    color: #333333;
    opacity: .8;
}
.noidung .container .row:first-child{
	    flex-direction: column-reverse;
}
.noidung .container .row:first-child *{
	flex: 0 0 100%;
    max-width: 100%;
}

.noidung .container .row:first-child > div:last-child{
	margin-left:unset;
}
.noidung .container .row:first-child > div:last-child .title{
	text-align:center;
  	font-size: 24px;
    font-weight: bold;
    color: var(--main-color-two);
}
.noidung .container .row:first-child > div:last-child .bulid-content-area.style-01{
	padding-top:unset;
}
.noidung .container .row:first-child > div:last-child .section-title p{
	margin-top:-20px;
  	font-size: 17px;
    line-height: 30px;
    color: #000;
  	text-align:justify;
}
.noidung .container .row:first-child > div:first-child .build-img{
    background-size: cover;
    background-repeat: no-repeat;
}
.noidung .container .row:last-child > div{
	margin-top:-60px;
}
.noidung li{
    color: #000;
    font-size: 18px;
}
.noidung{
	text-align:justify;
}
@media screen and (min-width:768px) and (max-width:990px){
  .bulid-content-area.style-01{
  	padding-top:0;
  }
}
@media screen and (min-width:576px) and (max-width:767px){
  .bulid-content-area.style-01{
  	padding-top:0;
  }
}
@media screen and (min-width:350px) and (max-width:576px){
   .get-title .section-title .title{
  	font-size:30px;
     font-weight:600;
  }
  .bulid-content-area.style-01{
  	padding-top:0;
  }
  .get-title .section-title .title{
  	font-size:23px;
    margin-bottom:0;
  }
}