.menuAbout.mnfixed_fixed{
	background: #ffffff;
	padding: 5px 0;
}
.menuAbout ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.menuAbout ul li{
	margin-right: 10px;
}
.menuAbout ul li:last-child{
	margin-right: 0;
}
.menuAbout ul li a{
	display: block;
	color:#666666;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 22px;
	background: #f9f6e8;
	padding: 9px 15px;
	font-weight: bold;
}
.menuAbout ul li:hover a,
.menuAbout ul li.current a{
	color:#ffffff;
	background: #603813;
}
.menuAbout .mc-menu{
	position: relative;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
	background: #603813;
	font-weight: bold;
	padding: 9px 10px;
}
.menuAbout .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==========================================================*/
.aboutPart{
	padding: 90px 0;
	background: #603813;
}
.aboutPart .grid1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.aboutPart .grid1>.col{
	width: 50%;
	padding: 0 15px;
}
.aboutPart .t1{
	font-size: 40px;
	line-height: 50px;
	color:#ed1c24;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'UVN Nguyen Du';
	margin-bottom: 5px;
}
.aboutPart .t2{
	font-size: 18px;
	line-height: 26px;
	color:#ffffff;
}
.aboutPart .t3{
	font-size: 20px;
	line-height: 30px;
	color:#fff200;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.aboutPart .des{
	color:#ffffff;
}
.aboutPart .grid2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.aboutPart .grid2>.col1{
	width: 55%;
}
.aboutPart .grid2>.col2{
	width: 45%;
}
.aboutPart .img{
	border-radius: 10px;
	overflow: hidden;
}
.aboutPart .caption{
	background: #f2ecd1;
	padding: 45px 40px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.aboutPart .cont{
	margin-bottom: 15px;
	padding-top: 25px;
	position: relative;
}
.aboutPart .cont:before {
    content: "“";
    position: absolute;
    top: -10px;
    left: -3px;
    font-size: 72px;
    line-height: 72px;
}
.aboutPart .cont p{
	padding: 0;
}
.aboutPart .cont p span{
	color:#ed1c24;
	font-family: 'UVN Nguyen Du';
}
.aboutPart .name{
	text-align: right;
}
.aboutPart .name span{
	border-top: solid 1px #333333;
	padding-top: 8px;
	display: inline-block;
}
/*==============================================================*/
.historyPart{
	padding: 50px 0;
}
.historyPart .title{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#603813;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.historyPart .title:after{
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #f1494f;
	bottom: 0;
}
.historyPart .title:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #f2ecd1;
	border:solid 1px #f1494f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1;
}
.historyPart .des{
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
.historyPart .des span{
	color:#ed1c24;
	font-family: 'UVN Nguyen Du';
}
.historyPart .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
	margin-bottom: 30px;
}
.historyPart .grid .col1{
	width: 55%;
	padding: 0 15px;
}
.historyPart .grid .col2{
	width: 45%;
	padding: 0 15px;
}
.historyPart .caption{
	padding: 25px;
	background: #603813;
	border-radius: 10px;
	color: #ffffff;
}
.historyPart .part{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.historyPart .part:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.historyPart .part p{
	padding: 0;
}
.historyPart .attr{
	font-size: 13px;
	line-height: 21px;
}
.historyPart .attr ul li{
	margin-bottom: 2.5px;
}
.historyPart .attr ul li:last-child{
	margin-bottom: 0;
}
.historyPart .attr ul li .at{
	width: 100px;
	float: left;
	margin-right: 5px;
}
.historyPart .attr ul li .at:before{
	content: ":";
	float: right;
}
.historyPart .attr ul li .as{
	overflow: hidden;
}
.historyPart .item{
	padding-left: 10px;
	position: relative;
	margin-bottom: 50px;
}
.historyPart .item:before{
	content: "\f046";
	width: 60px;
	height: 60px;
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-family: fontAwesome;
	position: absolute;
	left: -62px;
	top: 0;
	font-size: 25px;
	color:#603813;
	background: #f2ecd1;
	border:solid 4px #603813;
}
.historyPart .item:last-child{
	margin-bottom: 0;
}
.historyPart .item .t1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#603813;
	font-weight: bold;
	margin-bottom: 3px;
}
.historyPart .item .t1 span{
	color:#ed1c24;
	font-family: 'UVN Nguyen Du';
}
.historyPart .item .t2{
	font-size: 15px;
	line-height: 23px;
}
.historyPart .linkDf{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.historyPart .linkDf a{
	display: block;
	border:solid 1px #beb797;
	text-transform: uppercase;
	padding: 8px 15px;
	margin: 0 10px;
}
.historyPart .linkDf a span{
	padding-right: 20px;
	position: relative;
}
.historyPart .linkDf a span:before{
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.historyPart .linkDf a:hover{
	background: #603813;
	color: #ffffff;
}
/*=============================================================*/
.memberPart{
	padding: 25px 0 35px;
	background: #603813;
}
.memberPart .title{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#ffffff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.memberPart .title:after{
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #f1494f;
	bottom: 0;
}
.memberPart .title:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #ffffff;
	border:solid 1px #f1494f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1;
}
.memberPart .des{
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #ffffff;
}
.memberPart .des span{
	font-family: 'UVN Nguyen Du';
}
#slideMemberFor{
	margin-bottom: 40px;
}
#slideMemberFor .item .wrap{
	max-width: 800px;
	margin: 0 auto;
}
#slideMemberFor .item .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#slideMemberFor .item .grid .col{
	width: 33.333333%;
}
#slideMemberFor .item .caption{
	padding: 35px 30px;
	background: #f2ecd1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	min-height: 300px;
}
#slideMemberFor .item .name{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 5px;
}
#slideMemberFor .item .job{
	font-size: 15px;
	line-height: 23px;
	text-align: right;
	margin-bottom: 20px;
}
#slideMemberFor .item .icon{
	font-size: 48px;
	line-height: 56px;
	text-align: right;
}
#slideMemberFor .item .img{
	border-radius: 10px;
	overflow: hidden;
}
#slideMemberFor .item .attr{
	padding-left: 25px;
	font-size: 13px;
	line-height: 21px;
}
#slideMemberFor .item .attr ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(255,255,255,0.15);
}
#slideMemberFor .item .attr ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#slideMemberFor .item .attr ul li p{
	padding: 0;
	color:#ffffff;
}
/*=================================*/
#slideMemberNav .slick-list{
	margin: 0 -15px;
}
#slideMemberNav .item{
	padding: 0 15px;
}
#slideMemberNav .img img{
	margin: 0 auto;
}
#slideMemberNav .img{
	margin-bottom: 15px;
}
#slideMemberNav .name{
	color:#ffffff;
	text-align: center;
}
#slideMemberNav .job{
	font-size: 13px;
	line-height: 21px;
	color: #ffffff;
	text-align: center;
}
/*====================================================*/
.boxPart{
    height:580px;
    position: relative;
    border-top:solid 1px rgba(0, 0, 0, 0.25)
}
.boxPart .content{
    width:50%;
    padding-top: 35px;
    position: relative;
}
.boxPart .content .title{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #603813;
    margin-bottom: 10px;
}
.boxPart .content .des{
	font-size:18px;
	line-height:26px;
	color:#603813;
	margin-bottom: 15px;
}
.boxPart .content .des span{
	font-family: 'UVN Nguyen Du';
}
.boxPart .content .list {
	margin-bottom: 20px;
}
.boxPart .content .list ul li{
    font-size: 15px;
    line-height: 23px;
    padding-left: 70px;
    margin-bottom: 20px;
    position: relative;
    min-height: 60px;
    max-height: 69px;
    overflow: hidden;
}
.boxPart .content .list ul li:last-child{
	margin-bottom: 0;
}
.boxPart .content .list ul li .num{
	width: 50px;
	height: 50px;
	border:solid 1px #beb797;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}
.boxPart .content .list ul li p{
	padding: 0;
}
.boxPart .img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.boxPart .slogan .txt{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
}
.boxPart .slogan .slo{
	font-size: 20px;
	line-height: 30px;
	color:#ed1c24;
	text-align: center;
	max-width: 440px;
	margin: 0 auto;
}
/*==========================*/
.boxPart.right .img{
    left:50%;
}
.boxPart.right .content{
    float:left;
    padding-right: 30px;
}
.boxPart.left .img{
    right:50%;
}
.boxPart.left .content{
    float:right;
    padding-left: 30px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.menuAbout ul li a{
	font-size: 12px;
	padding: 9px 10px;
}
}

@media all and (max-width: 1024px){
.aboutPart .grid1>.col:first-child{
	width: 40%;
}
.aboutPart .grid1>.col:last-child{
	width: 60%;
}
}

@media all and (max-width: 991px){
.menuAbout {
    position: relative;
}
.menuAbout ul{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	z-index: 1;
	display: none;
}
.menuAbout.active ul{
	display: block;
}
.menuAbout ul li{
	padding: 0;
	border-right: none;
	margin-right: 0;
}
.menuAbout ul li a {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 10px 15px;
    font-weight: normal;
    text-transform: initial;
}
.menuAbout ul li:hover a, .menuAbout ul li.current a{
	background: #ffffff;
	color:#603813;
}
.menuAboutWrap{
	margin-bottom: 10px;
}
.aboutPart .grid1{
	display: block;
}
.aboutPart .grid1>.col:first-child,
.aboutPart .grid1>.col:last-child{
	width: 100%;
}
.aboutPart .grid1>.col:first-child{
	margin-bottom: 30px;
}
.aboutPart .grid2 {
    max-width: 580px;
    margin:0 auto;
}
.aboutPart{
	padding: 45px 0 50px;
}
.aboutPart .caption{
	padding: 25px 35px;
}
.historyPart .title,
.memberPart .title,
.historyPart .title,
.boxPart .content .title{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
}
.historyPart{
	padding: 25px 0 35px;
}
.historyPart .des{
	font-size: 14px;
	line-height: 22px;
}
#slideMemberNav .slick-list{
	margin: 0 -10px;
}
#slideMemberNav .item{
	padding: 0 10px;
}
#slideMemberNav{
	padding: 0 40px;
}
#slideMemberNav .slick-arrow{
	width:20px;
	height:30px;
	background: none;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2);
}
#slideMemberNav .slick-prev{
	left:0px;
}
#slideMemberNav .slick-next{
	right:0px;
}
#slideMemberNav .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 50px;
	line-height: 58px;
}
#slideMemberNav .slick-prev:before{
	content: "\f104";
}
#slideMemberNav .slick-next:before{
	content: "\f105";
}
#slideMemberNav .slick-arrow:hover{
	color:#fff200;
}
.boxPart .content .list ul li{
	font-size: 12px;
	line-height: 20px;
	padding-left: 50px;
}
.boxPart .content .list ul li .num{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
}
.boxPart .content{
	padding-left: 15px;
}
.boxPart .content .title{
	margin-bottom: 10px;
}
.boxPart .content .list ul li{
	margin-bottom: 10px;
	max-height: 60px;
}
.boxPart .slogan .slo{
	font-size: 16px;
	line-height: 24px;
}
}

@media all and (max-width: 768px){
#slideMemberFor .item .caption{
	padding: 15px 20px;
	min-height: initial;
	height: 100%;
}
#slideMemberFor .item .img{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#slideMemberFor .item .job{
	margin-bottom: 0;
}
#slideMemberFor .item .attr{
	padding-left: 0;
}
#slideMemberFor .item .grid{
	align-items: stretch;
	flex-wrap: wrap;
}
#slideMemberFor .item .grid .col:nth-child(1),
#slideMemberFor .item .grid .col:nth-child(2){
	width: 50%;
	margin-bottom: 15px;
}
#slideMemberFor .item .grid .col:nth-child(3){
	width: 100%;
}
#slideMemberFor .item .wrap{
	max-width: 500px;
}
#slideMemberNav .slick-list{
	margin: 0 -5px;
}
#slideMemberNav .item{
	padding: 0 5px;
}
.boxPart{
	height:initial;
}
.boxPart .wrapper{
	padding: 0;
}
.boxPart .content{
	width: 100%;
}
.boxPart .img{
	position: initial;
	height: 450px;
	width: 100%;
}
.boxPart.left .content,
.boxPart.right .content{
	float: none;
	padding: 15px;
}
}

@media all and (max-width: 640px){
.aboutPart .grid2{
	display: block;
}
.aboutPart .grid2>.col1,
.aboutPart .grid2>.col2{
	width: 100%;
}
.aboutPart .img{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.aboutPart .img img{
	width: 100%;
}
.historyPart .grid{
	display: block;
}
.historyPart .grid .col1,
.historyPart .grid .col2{
	width: 100%;
}
.historyPart .caption{
	margin-bottom: 20px;
}
.historyPart .item{
	padding-left: 45px;
}
.historyPart .item:before{
	left: 0;
}
.historyPart .item:before{
	width: 35px;
	height: 35px;
	border:solid 2px #603813;
	line-height: 35px;
	font-size: 15px;
}
.historyPart .linkDf{
	display: block;
	text-align: center;
}
.historyPart .linkDf a{
	margin-bottom: 10px;
}
#slideMemberFor .item .name{
	font-size: 16px;
	line-height: 24px;
}
}