.menuTab {
    padding: 30px 0px 40px;
    background: none;
    margin: 0 auto;
    display: table;
}
.menuTab ul li a:hover, .menuTab ul li.current a {
    color: #f05672;
    background: #f8f8f8;
}
.menuTab ul li:hover a:before,.menuTab ul li.current a:before{
	content:'';
	display:block;
}
.menuTab ul li a:before{
	content:'';
	height:1px;
	width:100%;
	background: #f05672;
	position:absolute;
	left:0px;
	bottom:0px;
	display:none;
}
.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    position: relative;
    background: #f8f8f8;
    margin-right: 2px;
}
.slide_tt .item{
	position:relative;
}
.slide_tt .decs{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background: url(../images/bong.png) repeat-x;
	padding: 27px 15px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.slide_tt .decs h3{font-size:18px;font-weight:bold;}
.slide_tt .decs h3 a{color:#ffffff;}
.slide_tt .decs .date{
	position:relative;
	color:#ffffff;
	font-size:13px;
}
.slide_tt .decs .date:before{
	font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
}
.slide_tt .thumb{overflow: hidden;border-radius: 10px;}
.slide_tt img{
	border-radius: 10px;
	transition: all 0.3s linear;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide_tt img:hover{
	border-radius:18px;
	 -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.slide_tt .slick-dots {
    position: absolute;
    left: 0;
    right: 15px;
    bottom: 25px;
    text-align: right;
}
.tt_bottom .item{
	background:#f5f5f5;
	margin-bottom:20px;
}
.tt_bottom .item .thumb a{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.tt_bottom .item img{
	border-radius: 10px;
	transition: all 0.3s linear;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tt_bottom .item img:hover{
	  -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.tt_bottom .item .decs{
    padding: 20px 10px 0px 0px;
} 
.tt_bottom .item .decs h3{
	font-size:16px;
	font-weight:bold;
} 
.tt_bottom .item .decs h3 a{
	color:#333333;
} 
.tt_bottom .item .decs p{
	font-size:13px;
	color:#666666;
} 
.tt_bottom .item .decs .date{
	font-size:13px;
	color:#999999;
} 
.tt_bottom .item .decs .date:before{
	font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
	color:#f05a75;
}
.vnt_info_news{
	margin-bottom:50px;
}
.newsS{
    
position: relative;
}
.newsS:after{
   
}
.newsS .img{

}
.newsS .img img{
    width: 100%;
}
.newsS .img .wrap{

}
.newsS .img .wrap img{
 
}
.newsS .img:hover .wrap img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.newslf {
    background: #0f7ea6;
    width: 100%;
    float: left;
}
.newslf .img{
	width:50%;
	float:left;
	overflow: hidden;
}
.newslf .img img{
        width: 100%;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.newslf .img:hover img{
    transform: scale(1.1);
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.newslf .caption{
	width:50%;
	float:left;
	color: #ffffff;
	padding: 30px;
	position:relative;
}
.newslf .caption:before{
    content:'';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #0f7ea6;
    position:absolute;
    left: -10px;
    top: 50%;
}
.newslf:nth-child(even) .caption:before{
	content:'';
	display:none;
}
.newslf:nth-child(even) .caption:after{
	content:'';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:10px solid #0f7ea6;
    position:absolute;
    right: -10px;
    top: 50%;
}
.newslf .caption .date {
	
font-size: 13px;
	
color: #cccccc;
}
.newslf:nth-child(even) .caption{

text-align: right;
}
.newslf:nth-child(even) .img{
	
float: right;
}
.newslf .caption h3{
	font-size:15.02px;
	line-height:22px;
	padding-bottom:43px;
	position:relative;
}
.newslf .caption h3:after{
	content:'';
	background:#ffffff;
	height:1px;
	width:30%;
	position:absolute;
	bottom:0px;
	left:0px;
}
.newslf:nth-child(even) .caption h3:after{
	content:'';
	background:#ffffff;
	height:1px;
	width:30%;
	position:absolute;
	bottom:0px;
	right:0px;
	left: initial;
}
.newslf .caption h3 a{
    color:#ffffff;
}
.newslf .caption a{
	color: #ffffff;
}
.newsS .caption{
  
position: absolute;
  
bottom: 0px;
  
background: url(../images/bong.png);
  
left: 0px;
  
right: 0px;
  
background-size: 100% 100%;
  
padding: 26px 18px;
}
.newsS .tend h3{
  
color: #ffffff;
  
font-size: 16px;
  
font-weight: 600;
  
margin-bottom: 5px;
}
.newsS .tend a{
   
color: #ffffff;
}
.newsS .des{
  
}
.newsS .date{
    font-size: 13px;
    line-height: 25px;
    position: relative;
    color: #ffffff;
    display: inline-block;

    vertical-align: middle;
}
.newsS .date span{
}

.slideNews .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 20px;
    text-align: center;
    z-index: 1;
}
.slideNews .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideNews .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
}
.slideNews .slick-dots li.slick-active button{
    background: #1c75bc;
    border: 1px solid #1c75bc;
}
.slideNews{
    margin-bottom: 50px;
}
.slideNews .slick-arrow{
    width:30px;
    height:50px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    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;
    border-radius: 100%;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    position: relative;
    overflow: hidden;

}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .img:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .date {

}
.news .caption{
    padding: 20px 0;
}
.news .tend{
    margin-bottom: 15px;
}
.news .tend a{
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    height:53px;
    overflow: hidden;
}
.news .tend a:hover{
    color: #010101;
}
.news .des{
    color:#777777;
    text-align: justify;
    height:66px;
    overflow: hidden;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.the-title h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*================================================*/
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f2f2;
    padding: 11px 20px;
    border-bottom: 1px solid #ddd;
}
.box_news_sidebar .bn_title h3{
    font-size: 18px;
    line-height: inherit;
    color: #333333;
    font-weight: bold;
}
.box_news_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.box_news_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_news_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_news_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.box_news_sidebar .bn_content .item .i-title a{
	 color: #333333;
}
/*===================================================*/
.newsOther{
    margin-bottom: 40px;
}
.newsOther .title{
    padding-bottom: 15px;
    border-bottom: solid 2px #1c75bc;
}
.newsOther .title h2{
    font-size: 40px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 300;
    color: #333333;
}
.newsOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.myTags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.myTags .txt a{
    padding-left: 20px;
    position: relative;
}
.myTags .txt a:before{
    content: "\f02b";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myTags ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.myTags ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.myTags ul li a {
    display: block;
    padding: 2px 9px;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
}
.myTags ul li a:hover{
    color:#f44336;
}
.newsOther ul li a {
    display: block;
    padding: 13px 0;
    padding-left: 0;
    padding-right: 130px;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.newsOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.newsOther ul li a span{
    color:#999999;
    font-size: 13px;
    line-height: 22px;
    padding-left: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.newsOther ul li a span:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*  */
.viewDetail a{
	text-transform: uppercase;
	color: #1c75bc;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
}
 .viewDetail a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #1c75bc;
}
 .viewDetail a::after{
	content: '';
    content: "\f178";
	font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewDetail a:hover::after{
	right: -50px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wrapCont{
    margin-bottom: 30px;
}
.newsDetail{
    padding: 30px 0;
}
.newsDetail .box_mid .mid-title{
    padding-top: 0;
    margin-bottom: 20px;
}
.newsDetail .box_mid .mid-title .titleL{
    font-size: 25px;
    line-height: 38px;
    text-transform: inherit;
}
/*==================================================*/
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 65.666666%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
}
.news .img .date{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(15, 126, 166, 0.8);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
}
.news .img .date span{
    font-size: 30px;
    line-height: 40px;
    display: block;
    font-weight: 600;
}
.news .img:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news .decs{
    padding: 20px;
    background-color: #f5f5f5;
}
.news .decs h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.news .item .decs h3 a{
	color:#333333;
} 
.news .decs p{
	font-size:13px;
	color:#666666;
} 
.news .decs .date{
	font-size:13px;
	color:#999999;
} 
.news .decs .date:before{
	font-family: FontAwesome;
    content: "\f133";
    padding-right: 5px;
	color:#f05a75;
}
.listAllNews {

}
.fb-comments iframe {
    width: 100%;
}
.the-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    /* align-items: start; */
    margin: 0px;
    text-align: left;
}
.mid-title .titleL.line_top h1.chitiet{
	font-size:30px;
}
iframe{
	width:100%;
}
/*====================================================*/
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.slide_tt{
		margin-bottom:10px;
	}
	.news .decs p {
		font-size: 13px;
		color: #666666;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.tt_bottom .item .decs p{
		display:none;
	}
	.slideNews {
		margin-bottom: 0px;
	}
	.newslf .caption h3 {
		font-size: 13px;
		line-height: 22px;
		padding-bottom: 0px;
		position: relative;
	}
	.newslf .caption {
		width: 50%;
		float: left;
		color: #ffffff;

		padding: 10px;
		position: relative;
	}
    .newsS .caption{
        padding: 20px;
        width: 100%;
    }
    .newsOther ul li a{
        padding-right:0;
        white-space: initial;
        text-overflow: initial;
        overflow: initial;
    }
    .newsOther ul li a span{
        float: none;
        display: block;
        position:relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        margin-top: 3px;
    }
    .newsS{
        display: block;
    }
    .newsS .tend a{
        font-size: 18px;
        line-height: 30px;    
    }
    .slideNews .slick-dots {
        bottom: initial;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
        top: 35%;
    }
    
    .news .tend a{
        font-size: 14px;
    }
    .news .viewDetail{
        display: none;
    }
    .news .caption{
        padding-bottom: 0;
    }
    .newsDetail{
        padding-bottom: 0;
    }
    .newsOther{
        margin-bottom: 0;
    }
	.newslf .caption h3:after {
		content: '';
		background: #ffffff;
		height: 1px;
		width: 30%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		display:none;
	}
	.listAllNews {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.news .decs h3 {
		font-size: 12px;
		line-height: 26px;
		font-weight: 500;
		height: 45px;
		overflow: hidden;
	}
	.news .img .date span {
		font-size: 22px;
		line-height: 25px;
		display: block;
		font-weight: 600;
	}
}
@media all and (min-width: 1024px){
.slideNews,.slideNews1{
	width:50%;
	float:left;
}
}
@media all and (max-width: 768px){
    .newsS .img{
        width:100%;
        float: none;
    }
    .newsS .img img{
        width: 100%;
    }

}