body {
  color: #282828;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
a {
	color: #282828;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover {
  color: #1d84c6;
}
.bg-page {
  background: rgb(29,132,198);
  background: linear-gradient(180deg, rgba(29,132,198,1) 0%, rgba(24,116,175,1) 50%, rgba(19,93,143,1) 100%);
}
.navigation {
	font-size:12px;
	clear: both;
	padding: 15px 0 20px;
	text-align: center;
	cursor:default;
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding: 4px 6px;
	text-decoration:none;
	border:1px solid #333;
	font-size: 14px;
}
.navigation .page_item a {
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a:hover
{
	color:#fff;
	background:#333;
	border:1px solid #333;
}
/*--------------------
 *  Navbar
 */
header {
    background: url('/images/bg_header.jpg') no-repeat center top;
    background-size: cover;
    border-top: solid 5px #1c82c2;
}
 .trasition {
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
 }
.social-navbar {
	border: 0;
}
.navbar-fixed-top {
	position: fixed;
	top: 0;
}
.navbar-collapse{
}
.social-navbar .navbar-nav{
}
.social-navbar.navbar .navbar-nav > li{
	padding: 0;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:2px;
	height:45px;
	background: url('/images/line_menu.png') no-repeat;
}
.social-navbar.navbar .navbar-nav > li > a {
	color: #fff;
	padding: 0 11px;
	font-size: 14px;
	line-height: 45px;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: bold;
}
.social-navbar.navbar .navbar-nav > li > a > img {
	margin-top: -5px;
}
.navbar-collapse{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li > a:hover,
.social-navbar.navbar .navbar-nav > li > a.active,
.social-navbar.navbar .navbar-nav .open > a,
.social-navbar.navbar .navbar-nav .open > a:hover,
.social-navbar.navbar .navbar-nav > li.dropdown > a:hover,
.social-navbar.navbar .navbar-nav > li.dropdown > a.active{
	color: #8cd2ff;
  background: none;
}
.social-navbar .dropdown-menu {
  padding: 0;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:none;
	padding: 8px 20px;
  color: #fff;
  border-bottom: solid 1px #89b5d1;
}
.social-navbar .navbar-collapse .navbar-nav > li ul.dropdown-menu {
	background-color: #135d8f;
  border-radius: 0;
  border: 0;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu li a:hover{
	color:#8cd2ff;
  background-color: transparent
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;

	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;

	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;

	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;

	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0 0 0 0 #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	position: relative;
	top: -33px;
	z-index: -1;
}
.revolution-slider .bannercontainer {
	position: relative;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.tp-bullets.tp-thumbs {
    margin-top: 0;
    padding: 0;
    background: none;
}
.tp-bullets.tp-thumbs .bullet {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
	opacity: 1;
	margin: 0 5px;
	border: solid 3px rgba(236, 239, 219, 0.5);
	box-shadow: 0 0 5px #333;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.appear {
	opacity: 0;
	transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
	opacity: 1;
}
.copyright{
	background: #00497b;
	color:#fff;
	padding: 15px 0;
	text-align: left;
}
.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright a{
	color:#fff;
}
.copyright-right {
  text-align: right;
}
#owl-standard .owl-controls{
	top:40%;
	position:absolute;
	left:0;
	right:0;
}
.owl-prev{
	width:18px;
	height:32px;
	background:url(/images/prev.jpg) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	left:0;
	float:left;
}
.owl-next{
	width:18px;
	height:32px;
	background:url(/images/next.jpg) no-repeat center;
	top:0;
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	right:0;
	float:right;
}
.owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 66%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
/*.ten_sp{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:20px;
	color:#000;
}*/
.khung_cms{
	margin-bottom:20px;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#fff;
}
.img_cms img {
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
}
.khung_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:none;
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:10px;
	background: url(/images/dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:110px;
	overflow:hidden;
}
.xemthem_cms{
	text-align: right;
}
.b{
	margin-bottom:5px;
}
.b a{
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
.ten_tin{
	font-size:18px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 20px;
}
.bg_btn_themes{
	background: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #525252);
  background-image: -moz-linear-gradient(top, #f2f2f2, #525252);
  background-image: -ms-linear-gradient(top, #f2f2f2, #525252);
  background-image: -o-linear-gradient(top, #f2f2f2, #525252);
  background-image: linear-gradient(to bottom, #f2f2f2, #525252);
  border:0;
}
.bg_btn_themes:hover{
	background: #525252;
  background-image: -webkit-linear-gradient(top, #525252, #f2f2f2);
  background-image: -moz-linear-gradient(top, #525252, #f2f2f2);
  background-image: -ms-linear-gradient(top, #525252, #f2f2f2);
  background-image: -o-linear-gradient(top, #525252, #f2f2f2);
  background-image: linear-gradient(to bottom, #525252, #f2f2f2);
  color:#fff;
}
.khung_cms_home{
	width:100%;
	margin: 0 auto 30px;
}
.main.home .khung_cms_home:not(.khung_cms_home_2) {
    min-height: 345px;
}
.img_cms_home{
	width: 100%;
}
.img_cms_home img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.info_cms_home {
}
.ten_cms_home{
	display:block;
	text-transform: none;
	/* overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; */
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0;
    font-size: 16px;
    max-height: 50px;
    overflow: hidden;
}
.chu_thich_cms_home{
	text-align:justify;
	margin-top: 10px;
}
.date_cms_home{
	color:#b6b6b6;
}
.lined-heading{
	position: relative;
	margin: 30px 0;
	text-align: left;
	color: #fff;
	padding: 0;
	display: flex;
	align-items: center;
  border-bottom: solid 2px #135d90;
}
h2.lined-heading span {
	position: relative;
	z-index: 1;
	padding: 0 30px;
  line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
  background: #135d90 url('/images/mask.png') no-repeat right top;
}
h2.lined-heading span label {
	color: #1d84c6;
	margin-bottom: 0;
}
h2.lined-heading:before{
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
	height:1px;
	content: "";
}
h2.lined-heading a.view-all {
	font-size: 14px;
	float: right;
	color: #1d84c6;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	flex-grow: 1;
}
h2.lined-heading a.view-all img {
  margin-top: -3px;
}
/*======block-project====*/
.san_pham { margin-bottom:25px;}
.san_pham .image { display: block; overflow: hidden; position: relative;}
.san_pham .image img{ width: 100%; height: auto;}
.san_pham .image .line{
	position: absolute;border: 1px solid rgba(255, 255, 255, 0.5);top: 10px;bottom: 10px;left: 10px; right: 10px; z-index:2;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transform: scale(1) ;
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1) ;
	-o-transform: scale(1) ;
}
.san_pham .image:hover .line{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2) ;
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-o-transform: scale(1.2) ;
}
.san_pham .image .overlay{
	position: absolute; top: 0;bottom: 0;left: 0; right: 0;
	background:rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    opacity: 0;
}
.san_pham .image:hover .overlay{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.san_pham .ten_san_pham{
	text-transform:uppercase;
	font-size:20px;
	line-height:35px;
	display:block;
	color:#fff;
	position:absolute;
	top:30px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
}
.san_pham .chuthich_san_pham{
	color:#fff;
	position:absolute;
	top:70px;
	left:50px;
	z-index:1;
	text-shadow:1px 1px 2px #000;
	padding-right:50px;
}
.mt150{
}
.btn-lienhe {
	background: #57594b;
	border: solid 1px #424437;
	text-transform: none;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
}
.btn-lienhe:hover {
	background: #424437;
	color: #fff;
}
/*--------------------
 *  More
*/
.wrapper {
	max-width: 1349px;
	margin: 0 auto;
	position: relative;
}
.main {
}
.header {
	height: 139px;
	position: relative;
}
.banner_header {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(100% - 380px);
	text-align: right;
	display: flex;
	align-items: center;
}
.full-img img {
	max-width: 100% !important;
	height: auto !important;
}
.logo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.logo_text {
	position: absolute;
	left: 165px;
    top: 25px;
}
.header .btns {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 13px;
}
.header .btns a {
  color: #fff;
}
.header .btns a:hover {
  color: #282828;
}
.news_menu {
	position: absolute;
	left: 15px;
	top: 0;
	width: 83px;
	height: 80px;
	text-align: center;
	padding: 15px 10px 0;
	color: #fff;
	background: #005480;
	z-index: 99;
}
.news_menu:hover {
    color: #fff;
}
.news_menu p {
	margin-bottom: 0;
}
.hot_news_menu_container {
	height: 45px;
	background: #e9f0f5;
}
.tin_menu {
	padding-left: 12px;
	background: url(/images/icon_1.png) no-repeat left center;
	overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tin_menu a {
	display: block;
	color: #1d84c6;
	overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tin_menu a:hover {
	color: #282828;
}
.section-news-slide {
  padding: 20px 0;
  background: #e7eff5;
  box-shadow: 0px 0px 35px 0px rgb(155 173 187) inset;
  -webkit-box-shadow: 0px 0px 35px 0px rgb(155 173 187) inset;
  -moz-box-shadow: 0px 0px 35px 0px rgb(155 173 187) inset;
}
.news_slide_container{
	display: flex;
}
.news_slide_left {
  flex-grow: 1
}
.news_slide {
	position: relative;
	width: 100%;
	height: 420px;
  background: #fff;
  border: solid 10px #fff;
}
.img_news_slide {
	height: 100%;
	position: absolute;
	z-index: 0;
  overflow: hidden;
}
.img_news_slide img {
	max-width: 580px;
}
.info_news_slide {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
  width: 260px;
  color: #fff;
  padding: 25px;
  text-align: justify;
}
.title_news_slide {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.title_news_slide a {
	display: block;
	color: #fff;
}
.date_news_slide {
	font-size: 12px;
  margin-bottom: 10px;
}
.news_slide .view-all {
  display: block;
  text-align: right;
  color: #fff;
  margin-top: 20px;
}
.title_news_slide a:hover,
.news_slide .view-all:hover {
	color: #80c0f1;
}
.news_slide_right {
  padding-left: 10px;
  width: 285px;
}
.news_slide_right h2.lined-heading {
  margin: 0;
}
.news_slide_right .content {
  background: #fff;
  padding-bottom: 20px;
}
.news_slide_right .content .news {
  padding: 15px 20px 15px 40px;
  border-bottom: solid 1px #135d90;
  background: url('/images/icon_1.png') no-repeat left 20px center;
}
.news_slide_right .content .news:nth-last-child(2) {
  border-bottom: 0;
}
.news_slide_right .btn-dang-ki {
  width: 245px;
  height: 47px;
  display: block;
  line-height: 47px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 55px;
  font-size: 18px;
  background: url('/images/bg_dang_ki.png') no-repeat;
  margin: 0 auto;
}
.khung_cms_home_2 {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
.khung_cms_home_2 .img_cms_home {
	width: 109px;
	flex-basis: 109px;
	margin-right: 12px;
}
.khung_cms_home_2 .img_cms_home img {
	width: 109px;
	height: 68px;
}
.khung_cms_home_2 .info_cms_home {
	flex-grow: 1;
	font-size: 14px;
}
.khung_cms_home_2 .info_cms_home .ten_cms_home {
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	height: 42px;
}
.khung_cms_home_2 .info_cms_home .chu_thich_cms_home {
	display: none;
}
.khung_cms_home_2 .info_cms_home .date_cms_home {
	margin-top: 5px;
}
.khung_cms_home.no-border {
	border-bottom: none;
	padding-bottom: 0;
}
.menu-news {
	border-left: solid 1px #b8b8b8;
	margin-left: 15px;
	padding-left: 20px;
	display: flex;
	flex-grow: 1;
}
.menu-news a {
	background: url(/images/icon_1.png) no-repeat 2px;
	padding-left: 15px;
	font-size: 14px;
	margin-right: 15px;
	font-weight: 400;
}
.khung_cms_home_3 {
	position: relative;
	min-height: unset !important;
  margin-bottom: 15px;
}
.khung_cms_home_3 .img_cms_home img {
	height: 304px;
}
.khung_cms_home_3 .info_cms_home {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 181px;
	background: url(/images/mask_2.png) repeat-x bottom;
	padding: 0 15px 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	cursor: pointer;
}
.khung_cms_home_3 .info_cms_home .ten_cms_home {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	height: auto;
}
.khung_cms_home_3 .info_cms_home .date_cms_home {
	color: #b9b9b9;
	flex-basis: 100%;
}
.khung_cms_home_3 .info_cms_home .chu_thich_cms_home {
	display: none;
}
.quang_cao {
	margin: 30px 0;
}
.video {
	margin-bottom: 20px;
}
.video .img_video {
	position: relative;
}
.video .img_video img {
	width: 100%;
}
.video .img_video .mask_video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/images/icon_video_1.png) no-repeat center rgba(0,0,0,0.5);
}
.video .info_video {
	margin-top: 15px;
}
.video .info_video .ten_video {
	text-transform: uppercase;
  text-align: justify;
}
.video .info_video .date_video {
	color: #b6b6b6;
	margin-top: 8px;
}
.video_2 {
	display: flex;
  flex-direction: column;
	margin-bottom: 15px;
	position: relative;
}
.video_2 .img_video_2 {
  position: relative;
  margin-bottom: 10px;
}
.video_2 .img_video_2 img {
	width: 100%;
}
.video_2 .img_video_2 .mask_video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/images/icon_video_1.png) no-repeat center rgba(0,0,0,0.5);
}
.video_2 .info_video_2 .ten_video_2 {
	display: block;
  text-transform: uppercase;
  text-align: justify;
}
.video_2 .info_video_2 .date_video_2 {
	color: #b6b6b6;
	margin-top: 5px;
}
.section-xem-nhieu h2.lined-heading {
	text-align: center;
}
.section-xem-nhieu h2.lined-heading span {
	flex-grow: 1;
}
.section-xem-nhieu .khung_cms_home_2 {
	padding-bottom: 0;
}
.section-phap-luat .khung_cms_home_2 .info_cms_home, .section-tu-van .khung_cms_home_2 .info_cms_home {
	padding-left: 20px;
	background: url(/images/icon_4.png) no-repeat left 5px;
}
.section-promotion {
	padding: 30px 0 0;
}
.promotion {
	display: flex;
	justify-content: center;
}
.promotion img {
	max-width: 100% !important;
	height: auto !important;
}
.du-lich-container {
	display: flex;
	justify-content: space-between;
}
.du-lich-item {
	width: 24.5%;
}
.du-lich-item .khung_cms_home_3 .img_cms_home img {
    height: 240px;
}
.form_tk {
	position: absolute;
	right: 140px;
	top: 63px;
    width: 190px;
    height: 26px;
    background: #eeeeee;
}
.form_tk .input_tk {
    background: #eeeeee;
    padding: 0 15px;
    line-height: 28px;
    width: calc(100% - 36px);
    border: 0;
    float: left;
    height: 26px;
    color: #8f8f8f;
    font-size: 12px;
}
.form_tk .submit_tk {
    width: 36px;
    height: 26px;
    background-color: transparent;
    background-image: url("/images/bt_tk.png");
    background-repeat: no-repeat;
    background-position: center top;
    border: 0;
    margin-top: 5px;
}
.navbar-footer {
	padding: 15px 0 10px;
}
.navbar-footer ul {
	margin: 0;
	padding: 0;
}
.navbar-footer ul li {
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}
.navbar-footer ul li a {
	text-transform: uppercase;
	color: #fff;
  font-weight: bold;
}
.navbar-footer ul li a:hover {
	color: #a7defb;
}
.navbar-footer ul li a img {
	margin-top: -4px;
}
.cms_page {
	display: flex;
	margin: 0;
}
.cms_page .img_cms_home {
	width: 300px;
	flex-basis: 300px;
	margin-right: 25px;
}
.cms_page .img_cms_home img {
	width: auto;
	height: 180px;
}
.cms_page .info_cms_home {
	flex-grow: 1;
  padding: 15px 20px 15px 0;
}
.cms_page .info_cms_home .ten_cms_home {
	margin-top: 0;
	height: auto;
}
.audio_page_detail {
    margin: 20px 0;
}
.scrollup {
    position: fixed;
    width: 31px;
    height: 31px;
    bottom: 55px;
    right: 20px;
    background: url(/images/scrollup.jpg);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    display: none;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-top: 25px;
    box-shadow: none;
}
.breadcrumb > .active, .breadcrumb > .active > a {
    color: #ef2c22;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.swiper-container-cate {
  background: #008f47;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.swiper-container-cate .swiper-slide a {
  padding: 5px 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
}
.swiper-container-cate .swiper-slide a:hover, .swiper-container-cate .swiper-slide a.active {
  color: #008f47;
  background: #fff;
  border-color: #fff;
}
.section-tu-van h2.lined-heading {
    margin: 15px 0;
}
.section-tu-van h2.lined-heading span {
    font-size: 16px;
}
.section-tu-van .khung_cms_home_2 .info_cms_home .chu_thich_cms_home {
    display: block;
}
.section-tu-van .khung_cms_home_2 .info_cms_home .ten_cms_home {
    height: auto;
}
.btn-tu-van {
    background-color: #dc160c;
    border-color: #bb120a;
}
.btn-tu-van:hover, .btn-tu-van:focus, .btn-tu-van:active, .btn-tu-van.active, .open > .dropdown-toggle.btn-tu-van {
    background-color: #bb120a;
    border-color: #dc160c;
}
.modal-backdrop {
    z-index: initial;
}
.copyright_left {
    display: flex;
    align-items: center;
}
.logo_footer {
    margin-right: 15px;
}
.title_right {
  background: #ffcc00;
  background: linear-gradient(180deg, #ffcc00 0%, #ffc400 50%, #ffbc00 100%);
  color: #fff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
}
.title_right span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.title_right a {
  color: #fff;
}
.section-video {
  margin-top: 15px;
}
.gal_home {
  margin-bottom: 15px;
}
.splide .splide__slide__row {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.splide .splide__slide__row .splide__slide {
  width: 135px;
  height: 85px;
  margin: 20px 13px;
}
.splide .splide__slide__row .splide__slide img {
  width: 135px;
  height: 85px;
}
.splide .splide__pagination {
  display: none;
}
.section-thanh-vien .lined-heading {
  margin-bottom: 0;
}
.section-thanh-vien .lined-heading a.view-all {
  text-transform: uppercase;
  color: #005480;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}
.thanh_vien_container {
  border: solid 2px #135d90;
  border-top: 0;
  padding: 20px 0;
}
.section-du-lich {
    margin-top: 30px;
}
.section-du-lich .title-container {
  background: #e9f0f5;
  margin-bottom: 15px;
}
.section-du-lich .title {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.section-du-lich .title span {
  color: #005480;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-du-lich .title a.view-all {
  color: #1d84c6;
  font-size: 12px;
}
.section-du-lich .title a.view-all img {
  margin-top: -3px;
}
.lien_he_footer {
  background: #125c8e;
  box-shadow: inset 0px 3px 3px 0px #084872;
}
.lien_he_footer .lien_he {
  background: url('/images/bg_footer.png') no-repeat left center;
  color: #fff;
  padding: 30px 0;
  line-height: 25px;
  min-height: 325px;
}
.cms_home_container {
  border: 2px solid #e7ebf6;
  background-color: #f7f8fd;
  margin-bottom: 20px;
}
.parent {
  display: flex;
  flex-wrap: wrap;
}
.parent>[class*=col-] {
  display: flex;
  flex-direction: column;
}
.hoi_vien_page {
  border: 2px solid #e8ebf4;
  padding: 10px;
  background-color: #f7f8fd;
  box-shadow: none;
  margin-bottom: 20px;
  display: flex;
}
.hoi_vien_page .img {
  width: 120px;
  border: 4px solid #fff;
  height: auto;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-sizing: border-box;
  margin-right: 15px;
}
.hoi_vien_page .img img {
  width: 100%;
  height: 100%;
}
.hoi_vien_page .info {
  width: calc(100% - 135px);
}
.hoi_vien_page .info .ten {
  color: #005480;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.hoi_vien_page .info .chu_thich {
  margin-top: 5px;
  font-size: 13px;
}
.hoi_vien_page_2 {
  margin-bottom: 0
}
.hoi_vien_page_2 .img {
  width: 350px;
  border: 8px solid #fff;
}
.hoi_vien_page_2 .info .chu_thich {
  font-size: 14px;
}
.san_pham {
  border: 2px solid #ececec;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.san_pham .img {
  width: 100%;
  border-bottom: 2px solid #ececec;
}
.san_pham .img img {
  width: 100%;
}
.san_pham .info {
  padding: 10px 17px 15px 17px;
}
.san_pham .info .ten {
  color: #005480;
  font-size: 15px;
  font-weight: bold;
}
.san_pham .info .chu_thich {
  margin-top: 5px;
}
.menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #135d90;
  padding: 10px 0;
  display: none;
  justify-content: space-evenly;
  align-items: center;
}
.menu-mobile a {
  color: #fff;
  display: block;
  text-align: center;
}
.gal {
  margin-bottom: 20px;
}
.section-lien-ket .title_right {
  border: 0;
  width: 100%;
  margin-bottom: 0;
}
.section-lien-ket .dropdown-menu {
  left: 15px;
  right: 15px;
}
.form_nhan_tin {
  border: solid 1px #d7d7d7;
  position: relative;
  border-radius: 7px;
  height: 35px;
  margin-top: 5px;
  background: #fff;
}
.form_nhan_tin .form-control {
  background: transparent;
  border: 0;
}
.form_nhan_tin .btn-submit {
  position: absolute;
  width: 40px;
  height: 35px;
  right: 0;
  top: 0;
  background: url('/images//bt_tk.png') no-repeat center;
}
.form_nhan_tin input[type="text"].form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
.form_nhan_tin input[type="text"].form-control::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
.form_nhan_tin input[type="text"].form-control:-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
.form_nhan_tin input[type="text"].form-control:-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}


@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding: 0 7px;
	}
	.navbar-footer ul li {
	    padding-right: 10px;
	}
  .title_right span {
    font-size: 17px;
  }
  .splide .splide__slide__row .splide__slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .social-navbar.navbar .navbar-nav > li > a,
  .navbar-footer ul li a {
    font-size: 12px;
  }
}
@media (max-width: 992px){
  .noidung_tin img {
      max-width: 100% !important;
      height: auto !important;
  }
	.header {
		height: 90px;
	}
  .splide .splide__slide__row .splide__slide {
    margin-left: 4px;
    margin-right: 4px;
  }
	.news_slide_1 .title_news_slide {
	    font-size: 14px;
	    line-height: 20px;
	}
	.navbar-footer ul li {
	    padding-right: 9px;
	    font-size: 12px;
	}
  .news_slide_right {
    display: none;
  }
	.logo img {
      width: 95px;
	}
	.logo_text {
	    left: 105px;
	}
  .logo_text img {
    width: 390px;
  }
	.social-navbar {
		height: auto;
    min-height: unset;
	}
	.social-navbar .navbar-toggle{
		margin: 2px 0px 4px 0;
		border: 0;
		background: #e7a900;
	}
	.navbar-toggle .icon-bar{
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ffbe0b;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		width:100%;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin-top:0 !important;
		margin-left:0;
		position: absolute;
		left: 15px;
		right: 0;
	    width: 96%;
	    z-index: 99;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0;
		background:#156498;
		text-align:left;
		height: auto;
		border-bottom: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li.dotmenu,.social-navbar .navbar-collapse.collapsing .navbar-nav > li.dotmenu {
	  	display:none;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border:solid 1px #0a4e7a;
		border-top:0;
		display:block;
		margin: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		padding:0;
		display:block;
		line-height:35px;
		height:35px;
		text-indent:15px;
		border:0;
		text-align: left;
		background:none;
		font-size: 15px;
		color:#fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border-bottom:0;
		border:0;
		background:#1c82c4;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		border:0;
		background:#1c82c4;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		border:0;
		background:#1c82c4;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li:hover ul.dropdown-menu {
		display: block !important;
	}
	.navbar-nav > li > .dropdown-menu{
		width:100%;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 100% !important;
		left: 0 !important;
	}
	.dropdown-menu > li > a {
		color: #000 !important;
	}
}
@media (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.social-navbar .navbar-collapse.in, .social-navbar .navbar-collapse.collapsing {
		left: 0;
		width: 100%;
	}
	.social-navbar .navbar-toggle {
		margin-right: 0;
	}
	.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	    display: block;
	}
	h2.lined-heading {
		margin: 20px 0;
	}
  h2.lined-heading span{
		font-size: 14px;
    padding: 0 15px;
	}
	h2.lined-heading:before {
		background: none;
	}
	.copyright {
		line-height: 18px;
		font-size: 13px;
		text-align:center;
	}
	.news_slide {
    height: auto;
  }
  .img_news_slide {
    height: auto;
  }
  .img_news_slide img {
    width: 100%;
  }
  .info_news_slide, .img_news_slide {
    position: relative;
    width: 100%;
  }
	.menu-news {
		display: none;
	}
	.section-du-lich {
		padding: 0 15px;
	}
	.du-lich-container {
		display: block;
	}
	.du-lich-item {
		width: 100%;
	}
	.du-lich-item .khung_cms_home {
		margin-bottom: 15px;
	}
	.copyright .text-right {
		text-align: center;
		margin-top: 10px;
	}
	.ten_cms_home_mobile {
	    width: 100%;
	    flex-basis: 100%;
	}
    .cms_home_container {
        padding: 0 15px;
    }
	.cms_page {
        display: block;
	}
	.cms_page .chu_thich_cms_home {
	    margin-top: 0;
	}
	.cms_page .img_cms_home {
      width: 100%;
      flex-basis: 100%;
      margin-right: 0;
      margin-bottom: 15px;
  }
  .cms_page .img_cms_home img {
      width: 100%;
      height: auto;
  }
  .breadcrumb {
      margin: 15px 0;
  }
  .splide .splide__list > .splide__slide {
    display: flex;
    justify-content: center;
  }
  .copyright-content {
    flex-direction: column;
  }
  .copyright-left {
    margin-bottom: 10px;
  }
  .header .btns {
    display: none;
  }
  .logo_text {
    top: 25px;
  }
  .logo_text img {
    width: auto;
  }
  .menu-mobile {
    display: flex;
  }
}
