/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*@font-face {
	font-family:"UTM_WORD";
	src: url(../fonts/UTM_GOD_WORDR.TTF);
}*/

@media (min-width: 1200px) {
	.container{
		width: 1170px;
	}
}

body{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	overflow-x:hidden;
	color: #000;
}
a{
	text-decoration: none;
}
.fixed_menu {
    width: 100%!important;
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    margin-top: 0px!important;
}
#menu_mobile {
    display: none;
}
#menu_desktop{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*auto css*/
.css_uppercase{text-transform:uppercase!important;}
.css_center{text-align:center!important;display: flex;justify-content: center;}
.css_left{text-align:left!important;}
.css_right{text-align:right;}
.css_justify{text-align:justify;}
.id_wrap_block{margin-bottom: 50px!important;}
.is_scroll{width: 100%!important;}

.title_line_1{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read_more{text-align:left;width:100%;}
.read_more a{padding:5px 0px;font-size:14px;font-weight:500;color:#153981;transition: 0.3s;}
.read_more a:hover{text-decoration:none;color:#2c2c6d;}

a:hover{text-decoration:none;color:#0c4c9c}
.content_article{width: 100%; display: inline-block;text-align: justify;font-size: 15px;line-height: 28px;font-weight: 400;}
.content_article p{margin-bottom: 10px;}
.content_article table{max-width:100%!important;}
.content_article img{max-width:100%;height:auto!important;margin-bottom: 5px;}

/*Begin Phân trang*/
.kmt_page{clear:both;display: flex;justify-content: center;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0c4c9c;
    border-color: #0c4c9c;
}

.pagination>li>a:hover{
	background-color: #0c4c9c;
	border-color: #0c4c9c;
	color: #fff;
}
/*End Phân trang*/

/*Begin các tiêu đề*/
.title_article{
    font-size: 46px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #0c4c9c;
    line-height: 65px;
    text-transform: uppercase;
}
.title_small_article{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0c4c9c;
    line-height: 30px;
    text-transform: uppercase;
}

.title_article_2{
	text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
	text-transform: uppercase;
}
.title_article_2 span{
	
}
.title_news, .title_article_same{
    font-size: 22px;
    color: #0c4c9c;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
	text-transform: uppercase;
}
/*End các tiêu đề*/

.kmt_uppercase{text-transform:uppercase;}
.kmt_center{text-align:center!important;}
.kmt_left{text-align:left!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#0c4c9c!important;margin:10px 0px 5px 0px!important;font-size:26px;font-weight:500;text-transform:uppercase;padding-bottom:5px;clear:both;padding-top:10px;}
.same_title:hover{color:#0c4c9c!important;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#000;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#0c4c9c;}
.list_same li:hover a{color:#0c4c9c;text-decoration:none}
.list_same li a{font-size:15px;color:#000;}
.list_same li a span{color:#000;}
/* End css list_same */

/*begin wrap_block_slide_inside*/
#wrap_block_slide_inside{
	position: relative;
	margin-bottom: 35px;
}
/*end wrap_block_slide_inside*/

/* Begin css breadcrumb */
#wrap_breadcrumb {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0px;
	padding-bottom: 50px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}
#wrap_breadcrumb p {
	margin-bottom: 0px;
	line-height: 20px;
}
#wrap_breadcrumb p a {
    color: #000;
    font-size: 16px;
    padding: 0px 3px;
	transition: 0.3s;
	font-weight: 600;
}
#wrap_breadcrumb p a:hover{
	color: #0c4c9c;
}
/* End css breadcrumb */

.active_f{
	color: #0c4c9c!important;
}

.search_warn h5{
	text-align: center;
}
.wrap_menu{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.wrap_read_more{
	display: flex;
	justify-content: center;
}
.wrap_read_more a{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 40px;
}
.read_all{
	width: 280px;
	height: 40px;
	background: #0c4c9c;
	transition: 0.3s;
	color: #fff;
}
.read_all:hover{
	background: #2c2c6d;
}

.recaptcha-google > div{
	margin: 0px;
	padding: 0px;
}
.end_form{
	float: right;
}

.kmt_note{
	color:#0c4c9c;	
}

.kmt_bt{
	background:#0c4c9c;
	color:#fff;	
	padding:7px 30px;
	transition: 0.3s;
	border: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 600;
}
.kmt_bt:hover{
	background:#000;
	color:#fff;
}

.booking_bt{
	background:#0c4c9c;
	border:0px;
	color:#fff;
	transition: 0.3s;
    font-size: 16px;
	line-height: 16px;
    text-transform: uppercase;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 25px;
}
.booking_bt:hover{
	background:#000;
	color:#fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Begin Block_1*/
#wrap_block_1{
	width: 100%;
	background: #fff;
    line-height: 40px;
    color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	z-index: 3;
}
#wrap_block_1 > .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.wrap_lang{
	margin-left: 10px;
}
.wrap_lang a{
	color: #fff;
	transition: 0.3s;
}
.wrap_lang a:hover{
	color: #161616;
}
.lang_active{
	color: #161616!important;
	font-weight: 600;
}
.modal{
	top: 10%;
}
#icon_search{
	margin: 0px 10px;
}
#icon_search i {
    color: #00adef;
    font-size: 30px;
    cursor: pointer;
}
#wrap_search form input:nth-child(1){
	width: 75%;
	margin-bottom: 5px;
}
#wrap_search form input:nth-child(2){
	width: 24%;
}
#wrap_phone{
	font-weight: 700;
	color: #0e4ea5;
	font-size: 18px;
	margin-right: 10px;
}
#wrap_phone i {
	font-weight: 700;
}
#symbol_phone{
	color: #0e4ea5;
	font-size: 25px;
	margin-right: 3px;
}
/*End Block_1*/

/*wrap_block_intro*/
.wrap_intro_left, .wrap_intro_right{
	margin-bottom: 10px;
}
.wrap_intro_left img{
	width: 100%;
}
.wrap_intro_right .content_article {
    font-size: 15px;
    line-height: 25px;
	margin-bottom: 20px;
}
.wrap_intro_right{

}
.wrap_intro_right .title_intro{
	
}
.wrap_intro_right .title_intro h2{
	color: #161616;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-size: 26px;
    line-height: 36px;
	font-weight: 500;
}
.wrap_intro_right .title_intro h2 span{
	color: #0c4c9c;
	font-weight: 700;
	font-size: 32px;
}
#wrap_block_intro .rm_intro{
	height: 40px;
    width: 145px;
    align-items: center;
    margin: 5px 0px;
	margin-bottom: 15px;
    border: 1px solid #00adef;
	display: flex;
    justify-content: center;
	transition: 0.3s;
	background: #00adef;
}
#wrap_block_intro .rm_intro a {
    color: #fff;
	font-weight: 500;
	line-height: 50px;
    font-size: 16px;
    transition: 0.3s;
	text-transform: uppercase;
}
#wrap_block_intro .rm_intro:hover{
	background: #0c4c9c;
	border: 1px solid #0c4c9c;
	background-position-x: 113px;
	transform: translate(0px, -3px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#wrap_block_intro .rm_intro:hover a{
	color: #fff;
}
#wrap_block_intro .block_video_home{
	aspect-ratio: 1.4;
}
.block_number{
	padding: 0px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.number_count{
	font-size: 30px;
	font-weight: 600;
}
.number_title{
	text-align: center;
}

/*begin wrap_benefit*/
.benefit{
	background: #f2f2f2;
	padding: 60px 0px;
}
.title_benefit{
    font-size: 28px;
    color: #0c4c9c;
	text-align: center;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 25px;
	text-transform: uppercase;
}
.title_benefit span{
	padding-bottom: 10px;
	background: url(../img/line_benefit.png) no-repeat bottom center;
}

.wrap_benefit{
	margin-bottom: 10px;
}
.block_benefit{
	text-align: center;
	margin: 0px auto;
	width: 480px;
	height: 320px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.img_benefit{
	width: 120px;
	height: 120px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.img_benefit img{
	max-width: 120px;
	max-height: 120px;
}
.content_benefit h4{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.des_benefit{
	line-height: 30px;
}

/*end wrap_benefit*/

/*Bài viết chung*/
#wrap_block_article{
    margin-bottom: 35px;
}
#wrap_block_article > .container{

}
#wrap_block_article_2{
	background-size: cover;
	padding: 60px 0px;
    margin-bottom: 35px;
	color: #fff;
	text-align: center;
}
#wrap_block_article_2 > .container{

}

.black-btn-slider {
    width: 100%;
    position: relative;
}
.black-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 41px;
    height: 75px;
    position: absolute;
	transition: 0.3s;
}
.black-btn-slider button:hover{
	filter: drop-shadow(4px 0px 3px #0c4c9c);
}
.black-btn-slider .prev {
    background: url(../img/black-left-arrow.png) no-repeat center;
    left: -60px;
    height: 475px;
}
.black-btn-slider .next {
    background: url(../img/black-right-arrow.png) no-repeat center;
    right: -60px;
    height: 475px;
}

.owl-btn-slider {
    width: 100%;
    position: relative;
}
.owl-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 19px;
    height: 32px;
    position: absolute;
}
.owl-btn-slider .prev {
    background: url(../img/news-left-arrow.png) no-repeat center;
    left: -35px;
	height: 450px;
}
.owl-btn-slider .next {
    background: url(../img/news-right-arrow.png) no-repeat center;
    right: -35px;
	height: 450px;
}
.owl-recruitment-btn{
	height: 358px!important;
}

#wrap_block_2 .wrap_logo img{
    height: 84px;
	margin-top: -20px;
}

#wrap_icon_hotline{
    width: 100%;
    display: inline-block;
}

#wrap_icon_hotline div{
    float: right;
    margin-left: 15px;
    font-weight: 500;
}

#wrap_icon_hotline div span:hover{
    color: #0c4c9c;
}

#wrap_hotline{
    border: 2px solid #0c4c9c;
    border-radius: 5px;
    min-width: 120px;
    padding: 5px 35px 5px 20px;
}

#wrap_hotline p{
    margin: 0px;
    font-size: 15px;
}

#wrap_hotline p span{
    font-size: 20px;
    font-weight: bold;
    color: #0c4c9c;
    cursor: pointer;
}

.icon_top{
    margin-top: 10px;
}

.icon_top span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 15px;
    cursor: pointer;
}

/*Block 2*/
#wrap_block_2{
    z-index: 3;
}
/*Block 3*/
#wrap_block_slide{
    width: 100%;
    display: inline-block;
	position: relative;
}

.kmt_title{
    font-size: 46px;
	margin-bottom: 40px;
	font-weight: 700;
    color: #0c4c9c;
    line-height: 65px;
	text-transform: uppercase;
}

.rm_block{
    text-align: right;
    margin-top: -45px;
    margin-bottom: 30px;
}

.rm_block a{
    padding: 7px 10px;
    background: #0c4c9c;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
}

.rm_block a:hover{
    background: #818285;
}

.wrap_banner img{
    width: 100%;
    margin-bottom: 10px;
}

/*Begin wrap_block_partner*/
#wrap_block_partner{
	padding: 60px 0px;
}
.wrap_partner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_partner{
	width: 170px;
	height: 80px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-content: flex-start;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	margin: 2px 0px;
}
.img_partner{
	width: 170px;
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.img_partner img{
	max-width: 170px;
	max-height: 80px;
}
/*End wrap_block_partner*/


/*Begin wrap_block_banner_footer*/
#wrap_block_banner_footer img{
	width: 100%;
}
/*End wrap_block_banner_footer*/

/*begin wrap_block_solution*/
#wrap_block_solution{
	padding: 50px 0px;
	padding-bottom: 65px;
	background: #f1f1f1;
}
.wrap_solution{
	margin-bottom: 35px;
}
.block_solution{
	width: 550px;
	height: 600px;
	overflow: hidden;
}
.block_solution:hover .img_solution{

}
.img_solution{
	width: 550px;
	height: 282px;
}
.img_solution img{
	max-width: 550px;
	max-height: 282px;
}
.content_solution{
	padding: 38px;
	color: #fff;
	height: 318px;
	clip-path: polygon(101% 0%, 100% 73%, 92% 100%, 0 100%, 0% 50%, 0 0);
}
.bg_solution_blue{
	background: #0c4c9c;
}
.bg_solution_skyblue{
	background: #00adef;
}
.content_solution h3{
	height: 52px;
	font-size: 16px;
	text-transform: uppercase;
}
.content_solution h3 a{
	color: #fff;
	transition: 0.3s;
	font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 26px;
}
.des_solution{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 28px;
	text-align: justify;
}
.block_solution:hover .content_solution h3 a {
	color: #fff;
}
.content_solution .quote_solution{
	text-align: justify;
	line-height: 26px;
}
.wrap_same_solution{
	margin-bottom: 5px;
}
.wrap_same_solution a{
	color: #000;
	font-weight: 700;
	transition: 0.3s;
	
}
.wrap_same_solution:hover a{
	color: #0c4c9c
}
.wrap_same_solution span{
	color: #161616;
	font-weight: 500;
}
/*end wrap_block_solution*/

/*begin wrap_block_banner_mid*/
#wrap_block_mid_banner img{
	width: 100%;
}
/*end wrap_block_banner_mid*/

/*Begin wrap_block_menu_ty*/
.wrap_menu_ty{
	margin-bottom: 25px;
}
.block_menu_ty{
	width: 100%;
	height: 255px;
}
.content_menu_ty h3 a{
	color: #0c4c9c;
	font-weight: 700;
	font-size: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.content_menu_ty h3 a:hover{
	color: #000;
}
.des_menu_ty{
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap_menu_hotline{
	margin-bottom: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.block_menu_hotline{
	width: 310px;
	height: 55px;
	background: #0c4c9c;
	transition: 0.3s;
}
.block_menu_hotline:hover{
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -4px);
}
.block_menu_hotline {
	display: flex;
    align-items: center;
    justify-content: center;
}
.block_menu_hotline h3{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	background: url(../img/menu_hotline_icon.png) no-repeat left center;
	line-height: 26px;
	padding-left: 35px;
}
/*End wrap_block_menu_ty*/

/*Begin wrap_block_product*/
#wrap_block_product_ty{
	background: #f1f1f1;
	padding: 70px;
}
.display_product{
	margin-bottom: 75px;
}
.wrap_product{
	display: flex;
    justify-content: center;
}
.block_product{
	width: 270px;
	height: 330px;
	margin: 5px 0px;
	border: 1px solid #4979b500;
	background: #fff;
	transition: 0.3s;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.wrap_product.active .block_product{
	border: 1px solid #4979b5;
}
.block_product:hover{
	border: 1px solid #4979b5;
}
.img_product{
	width: 268px;
	height: 268px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.img_product img{
	max-width: 268px;
	max-height: 268px;
}
.block_product h3 a{
	text-align: center;
	font-size: 20px;
	color: #000;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_product:hover h3 a{
	color: #0c4c9c;
}
.owl-btn-item {
    width: 100%;
    position: relative;
}
.owl-btn-item button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 50px;
    position: absolute;
	transition: 0.3s;
}
.owl-btn-item button:hover{
	filter: drop-shadow(4px 0px 3px #000);
}
.owl-btn-item .prev {
    background: url(../img/item-left-arrow.png) no-repeat center;
    left: -60px;
    height: 340px;
}
.owl-btn-item .next {
    background: url(../img/item-right-arrow.png) no-repeat center;
    right: -60px;
    height: 340px;
}

.content_product{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
.image_product{
    overflow: hidden;
    display: flex;
    justify-content: center;
	align-items: center;
}
.image_product img{
	max-height: 400px;
}
.bt_product_detail{
	height: 35px;
    width: 100px;
    align-items: center;
    margin: 5px 0px;
    margin-bottom: 15px;
    border: 1px solid #0c4c9c;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}
.bt_product_detail a{
	color: #0c4c9c;
	text-transform: uppercase;
	transition: 0.3s;
}
.bt_product_detail:hover{
	background: #000;
	border: 1px solid #000;
}
.bt_product_detail:hover a{
	color: #fff;
}
.block_des_detail_product{
	margin-bottom: 20px;
}
.block_title_detail_product{
	margin-bottom: 20px;
	border-bottom: 0px;
}
.title_detail_product{
	border-bottom: 1px solid #0e4ea5;
	cursor: pointer;
}
.title_detail_product h4{
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s; 
}
.title_detail_product h4:hover{
	color: #0c4c9c;
}
.title_detail_product.active h4{
	color: #0c4c9c;
}
.content_detail_product{
	margin-bottom: 20px;
	min-height: 100px;
}
/*End wrap_block_product*/

/*Video*/
.wrap_video{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.block_video{
	width: 370px;
}
.img_video{
	width: 370px;
	aspect-ratio: 1.33;
	position: relative;
}
.img_video .youtube_img{
	max-width: 370px;
	max-height: 278px;
}
.img_video .youtube_logo{
	width: 100%;
	aspect-ratio: 1.33;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.block_video h3{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}
.block_video h3 a{
	color: #000;
	transition: 0.3s;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_video h3 a:hover{
	color: #eb0000;
}
.black_curtain{
	width: 100%;
	aspect-ratio: 1.33;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
}

.kmt_tab{
    width: 100%;
    display: inline-block;
    border: 0px !important;
    text-align: center;
    margin-bottom: 20px;
}

.kmt_tab li{
    float: none;
    display: inline-block!important;
    border: 0px!important;
	transition: 0.3s;
	background: #2c2c6d;
	margin: 0px 5px 5px 5px;
}

.kmt_tab li a{
	color:#fff;
    font-weight: 500;
	transition: 0.3s;
	margin: 0px;
}

.kmt_tab li:hover a{
    background: #0c4c9c;
	border: 1px solid #0c4c9c!important;
    border-radius: 0px!important;
}

.nav-tabs {
    
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #0c4c9c!important;
    border-radius: 0px!important;
	color:#fff!important;
	border: 1px solid #0c4c9c!important;
}

#wrap_tag{
    margin: 10px auto;
}

#wrap_tag a{
    color: #000;
    font-size: 13px;
}

#wrap_tag a:hover{
    color: #0c4c9c;
}

.wrap_bd{
    display: inline-block;
    padding: 20px;
    width: 100%;
}

#block_info_top{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#block_info_top span{
    padding: 2px 10px;
    margin-right: 2px;
    background: #0c4c9c;
    color: #fff;
}

#block_info_top span:nth-child(2n),.block_info_top span:nth-child(2n){
    background: #0F5ED7;
}

.block_info_top span{
    padding: 2px 10px;
    margin-right: 2px;
    background: #0c4c9c;
    color: #fff;
}

#block_info_bottom{
    width: 100%;
    padding-top: 10px;
}

.wrap_bd_mp{
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 20px;
}

.block_mp{
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.block_mp p{
    margin-bottom: 3px;
}

.mp_left{
    width: 10%;
    float: left;
    text-align: center;
}

.mp_right{
    width: 90%;
    float: left;
}

.mp_right h5{
    margin: 0px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
}

.mp_right h6{
    margin: 0px;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.not_bd{
    border: 0px;
}

.bt_add a{
    color: #000;
    font-weight: 600;
}

.bt_add a:hover{
    color: #0c4c9c;
}

#policy_check{
    width: 100%;
    display: inline-block;
    margin: 10px auto;
}

#policy_check span{
    display: inline-block;
    float: left;
}

.input_check{
    width: 3%;
}

.text_policy{
    width: 97%;
}

.text_policy a{
    font-weight: 500;
    color: #0c4c9c;
}
.address_bottom{
	margin-bottom: 20px;
}
.address_bottom h5{
	font-size: 18px;
}
.logo_bottom{
	margin-bottom: 20px;
}
.logo_bottom img{
	height: 55px;
}

/*trang giới thiệu*/
.wrap_intro_content{
	background: #e4f1f9;
	padding: 30px;
}
.wrap_intro_content h3{
	color: #1d75cf;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 37px;
	text-indent: 20px;
}
.wrap_intro_img{
	padding: 0px;
}
.wrap_intro_img img{
	width: 100%;
	height: auto;
}

/* Begin Trang kiến thức*/
.wrap_knowledge{
	margin-bottom: 30px;
	width: 100%;
	padding: 0px 12px;
}
.block_knowledge{
	width: 100%;
	height: 357px;
}
.img_knowledge{
	width: 570px;
	height: 357px;
	background: #e1e1e1;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	margin: 0px auto;
}
.img_knowledge img{
	max-width: 570px;
	max-height: 357px;
}
.content_knowledge{
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 0px 50px;
}
.content_knowledge h4{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin: 15px 0px;
}
.content_knowledge h4 a{
	font-size: 18px;
	line-height: 25px;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.content_knowledge h4 a:hover{
	color: #0c4c9c;
}
.quote_knowledge{
	line-height: 30px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rm_knowledge {
    height: 35px;
    width: 112px;
    align-items: center;
    margin: 5px 0px;
    margin-top: 10px;
    border: 1px solid #0c4c9c;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}
.rm_knowledge a {
    color: #0c4c9c;
    font-weight: 400;
    line-height: 50px;
    font-size: 16px;
    transition: 0.3s;
}
.rm_knowledge:hover{
	background: #0c4c9c;
}
.rm_knowledge:hover a{
	color: #fff;
}
.is_right{
	flex-direction: row-reverse!important;
}
.knowledge-btn-slider {
    width: 100%;
    position: relative;
}
.knowledge-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 50px;
    position: absolute;
	transition: 0.3s;
}
.knowledge-btn-slider button:hover{
	filter: drop-shadow(4px 0px 3px #000);
}
.knowledge-btn-slider .prev {
    background: url(../img/left-arrow.png) no-repeat center;
    left: -60px;
    height: 357px;
}
.knowledge-btn-slider .next {
    background: url(../img/right-arrow.png) no-repeat center;
    right: -60px;
    height: 357px;
}
/* End Trang kiến thức*/

/* Begin Trang Tin tức*/
.wrap_news_first{
	margin-bottom: 50px;
}
.block_news_first{
	
}
.img_news_first{
	display: flex;
	justify-content: center;
    align-items: center;
}
.img_news_first img{
	width: 100%;
	max-height: 330px;
}
.info_news_first{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
}
.info_news_first h4{
	margin: 15px 0px;
}
.info_news_first h4 a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.info_news_first h4 a:hover{
	color: #0c4c9c;
}
.quote_news_first{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 26px;
	font-size: 15px;
}
.rm_news{
	background: url(../img/bt_news.png) no-repeat right;
	width: 115px;
	margin-top: 20px;
}
.rm_news a{
	font-weight: 500;
	color: #0e4ea5;
	transition: 0.3s;
}
.rm_news:hover a{
	color: #000;
}

.wrap_news{
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
}
.block_news{
	width: 370px;
	height: 450px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: 0.3s;
}
.block_news:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.img_news{
	width: 370px;
	height: 191px;
	background: #bebebe;
	background: #e1e1e1;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden
}
.img_news img{
	height: 191px;
}
.content_news{
	padding: 10px 20px;
}
.content_news h4{
	margin: 15px 0px;
}
.content_news h4 a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	color: #000;
	transition: 0.3s;
}
.content_news h4 a:hover{
	color: #0c4c9c;
}
/* End Trang Tin tức*/

/*Begin Trang tuyển dụng*/
.wrap_recruitment{
	margin-bottom: 28px;
	overflow: hidden;
}
.wrap_recruitment h3{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 20px;
}
.wrap_recruitment h3 a{
	color: #000;
	transition: 0.3s;
}
.block_recruitment{
	background: #faf6e9;
}
.recruitment_content{
	padding: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}
.recruitment_right_content{
	flex-direction: row-reverse;
}
.recruitment_content .recruitment_quote{
	line-height: 25px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recruitment_img{
	padding: 0px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.recruitment_img img{
	width: 100%;
}
.rm_recruitment{
    height: 35px;
    width: 130px;
    align-items: center;
    border: 1px solid #161616;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    background: url(../img/arrow_more_red.png) no-repeat right center;
    background-position-x: 106px;
}
.rm_recruitment a{
    color: #161616;
    font-weight: 500;
    line-height: 35px;
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
    margin-left: -20px;
}
.rm_recruitment:hover{
	background: url(../img/arrow_more_hover.png) no-repeat right center #161616;
	background-position-x: 106px;
}
.rm_recruitment:hover a{
	color: #fff;
}
/* End Trang tuyển dụng*/

/* Begin Trang Contact*/
.wrap_add{
	margin-bottom: 30px;
}
.wrap_add p{
	margin-bottom: 6px;
}
.wrap_add h3 {
	color: #153981;
	font-weight: 600;
	margin-top: 0px;
}
.contact_note{
	text-align: center;
	font-weight: 500;
}
.wrap_form_contact{
	margin-bottom: 20px;
}
.wrap_form_contact .form-group{
	margin-left: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 5px;
}
.wrap_form_contact .form-control{
	border: 1px solid #999999;
	border-radius: 0px;
}
.wrap_form_contact .kmt_stt_form{
	color:#fe3e3e;
    padding-top: 2px!important;
	height: 20px;
}
.recaptcha{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.button-contact{
	text-align: center;
}
.wrap_map {
	border: 1px solid #b7b7b7;
	padding: 5px!important;
}
/* End Trang Contact*/

a.zalo-fix {
    position: fixed;
    right: 18px;
    z-index: 9999;
    bottom: 106px;
    border-radius: 50%;
    box-shadow: 0 0 10px #7bc143;
}

.hotlineSupport {
	    width: 60px;
	    height: 60px;
	    position: fixed;
	    background: #ed3237;
	    right:21px;
         left: inherit;
         bottom:200px;
	    border-radius: 100%;
	    text-align: Center;
	    color: #ffffff;
	    padding-top: 10px;
	    font-size: 12px;
	    line-height: 20px;
	    cursor: pointer;

	    transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
		transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -o-transform: translateX(0%);
	    opacity: 1;
	    visibility: initial;
	    z-index: 9999;
	}
	.hotlineSupport.show{
	    transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -o-transform: translateX(0%);
	    opacity: 1;
	    visibility: initial;
	}
	.hotlineSupport i.fa-phone {
	    font-size: 21px;
	    line-height: 17px;
	    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	    -webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    -o-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	}
	.hotlineSupport:before {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    box-shadow: 0px 0px 20px #ed3237;
	    content: "";
	    left: 0;
	    top: 0;
	    border-radius: 100%;
	    animation: shadow 1s infinite ease;
	    -webkit-animation: shadow 1s infinite ease;
	    -moz-animation: shadow 1s infinite ease;
	    -o-animation: shadow 1s infinite ease;

	    -webkit-transition: all 1s ease;
	    -o-transition: all 1s ease;
	    transition: all 1s ease;
	}
	.hotlineSupport:after {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    box-shadow: 0px 0px 20px #ed3237;
	    content: "";
	    left: 0;
	    top: 0;
	    border-radius: 100%;
	    animation: shadow 1.4s 1000ms infinite;
	    -webkit-animation: shadow 1.4s 1000ms infinite;
	    -moz-animation: shadow 1.4s 1000ms infinite;
	    -o-animation: shadow 1.4s 1000ms infinite;

	    -webkit-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.support-content {
	    width: 250px;
	    position: absolute;
	    background: #fff;
	    top: 0;
	    right: calc(100% + 20px);
	    padding: 18px;
	    color: #000;
	    text-align: left;
	    font-size: 17px;
	    line-height: 25px;
	    border: solid 2px #ed3237;
	    border-radius: 5px;
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -mos-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;

	    transform: translateX(200%);
	    -webkit-transform: translateX(200%);
	    -mos-transform: translateX(200%);
	    -ms-transform: translateX(200%);
	    -o-transform: translateX(200%);
	}
	.support-content .line a {
	    display: block;
	    padding-left: 30px;
	    position: relative;
	    color: #ed3237;
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.support-content .line.v2 a:before{
	    content: initial;
	}
	.support-content.show{
	    transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	    -mos-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -o-transform: translateX(0%);
	}
	.support-content:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    border-left: 10px solid #ed3237;
	    position: absolute;
	    left: 100%;
	}
	.support-content p {
	    padding: 0;
	    font-size: 14px;
	    line-height: 20px;
	    text-transform: uppercase;
	}
	.support-content .ion{
	    width: 49%;
	    height: 30px;
	    display: block;
	    float: left;
	    color: #fff;
	    border-radius: 5px;
	    padding: 3px 0px 0px 6px;
	    text-transform: Capitalize;
	}

	@-webkit-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-o-keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@keyframes shadow{
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg);
	        opacity: .1
	    }
	    20%{
	        transform: rotate(0deg) scale(1.2) skew(1deg);
	        opacity: .2
	    }
	    40% {
	        transform: rotate(0deg) scale(1.3) skew(1deg);
	        opacity: .4
	    }
	    60%{
	        transform: rotate(0deg) scale(1.4) skew(1deg);
	        opacity: .6
	    }
	    80%{
	        transform: rotate(0deg) scale(1.5) skew(1deg);
	        opacity: .4
	    }
	    100% {
	        transform: rotate(0deg) scale(1.6) skew(1deg);
	        opacity: .1
	    }
	}
	@-moz-keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -moz-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -moz-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-webkit-keyframes quick-alo-circle-img-anim {
	    0% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

	@-o-keyframes quick-alo-circle-img-anim {
	    0% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        -o-transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        -o-transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        -o-transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}
	@keyframes quick-alo-circle-img-anim {
	    0% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    10% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    20% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    30% {
	        transform: rotate(-25deg) scale(1) skew(1deg)
	    }
	    40% {
	        transform: rotate(25deg) scale(1) skew(1deg)
	    }
	    50% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	    100% {
	        transform: rotate(0deg) scale(1) skew(1deg)
	    }
	}

.minimal-menu > ul > li > a > i{
	font-size: 24px;
}

/*Footer*/
#wrap_footer{
	color: #000;
	padding: 50px 0px;
	padding-bottom: 40px;
}
.footer_title{
	text-transform: uppercase;
	font-size: 18px;
    margin-bottom: 25px;
	font-weight: 700;
}
.footer_address{
	line-height: 27px;
}
.wrap_menu_f ul {
    width: 100%;
	list-style: url(../img/ul.png);
    padding: 0px;
}
.wrap_menu_f ul li {
	display: list-item;
    float: left;
    margin-bottom: 10px;
	margin-right: 30px;
}
.wrap_menu_f ul li a {
    color: #000;
	font-weight: 500;
    font-size: 16px;
	transition: 0.3s;
}
.wrap_menu_f ul li a:hover, .active_f {
    color: #eb0000 !important;
}
.water_mark{
	clear: left;
	margin-bottom: 10px;
}

#wrap_footer .wrap_social{
	
}
.wrap_social img{
	margin-right: 5px;
	transition: 0.3s;
}
.wrap_social img:last-child{
	margin-right: 0px;
}
.wrap_social img:hover{
	transform: translate(0px, -5px);
}
.water_mark a{
	color: #000;
	transition: 0.3s;
}
.water_mark span{
	font-weight: 600;
	color: #0c4c9c;
}
.water_mark a:hover{
	color: #0c4c9c;
	font-weight: 500;
}
.footer_content{
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}
#wrap_copy{
	line-height: 35px;
	padding: 5px 0px;
	float: left;
	color: #fff;
}
#wrap_copy .wrap_copy a{
	color: #fff;
	transition: 0.3s;
}
#wrap_copy .wrap_copy a:hover{
	color: #eb0000;
}
.return_top{
	display: none;
	position: absolute;
	top: -25px;
	right: 0px;
}

.col-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    right: 0;
    z-index: 2;
    overflow-y: visible;
}

.fancybox-nav span {
    visibility: visible!important;
}

.grecaptcha-badge{
	display: none;
}

.grid-item {
    width: 33%;
    margin-bottom: 5px;
	padding: 2px;
}
.grid-item img {
    width: 100%;
	-webkit-transition : -webkit-filter 200ms linear
}

.wrap_album{
	overflow: hidden;
}
.block_album{
	position: relative;
	display: flex;
    justify-content: center;
}
.block_album figcaption{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_album figcaption::before {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 50%;
  left: 0px;
  content: '';
  opacity: 0;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block_album:hover figcaption h3 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.block_album:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block_album:hover figcaption::before {
  background: radial-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.block_album h3,
.block_album p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.block_album h3 {
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color:#fff;
  font-weight: 600;
  transition: 0.3s;
}
.block_album h3:hover{
	color:#e8c131;
}
.block_album h3 span {
  font-weight: 800;
}
.block_album p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color:#fff;
}
.block_album p span{
  border-bottom:1px solid #fff;
  padding-bottom:5px;
}
.block_album img{
	opacity: 1;
  	display:inline!important;
  	-webkit-transition: opacity 0.35s;
  	transition: opacity 0.35s;
}
.block_album * {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

/*Trang thư viện ảnh*/
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}
.owl_ground .col-sm-2 {
    
}
.thumbnail {
    height: 120px;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
}
.thumbnail img {
    display: inline!important;
    width: auto!important;
    height: 100%!important;
}
.carousel-inner {
    width: 100%;
    aspect-ratio: 1.54;
    overflow: hidden;
    text-align: center;
	display: flex;
	align-items: center;
    justify-content: center;
}

/*Start catalog*/
.wrap_file{
	margin-bottom: 30px;
}
.wrap_file h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.wrap_file img{
	margin-top: 10px;
	transition: 0.3s;
}
.wrap_file img:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transform: translate(0px, -5px);
}
/*End catalog*/

/*album khác*/
.wrap_same_image{
	margin-bottom: 20px;
}

.block_same_image{
	width: 580px;
	height: 440px;
	position: relative;
	overflow: hidden;
}
.block_same_image * {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.block_same_image img{
	opacity: 1;
  	width: auto!important;
  	height:100%!important;
  	display:inline!important;
  	-webkit-transition: opacity 0.35s;
  	transition: opacity 0.35s;
}
.block_same_image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20em 11em;
	text-align: center;
  width: 100%;
  height: 100%;
}
.block_same_image figcaption::before {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 50%;
  left: 0px;
  content: '';
  opacity: 0;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block_same_image h3,
.block_same_image p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.block_same_image h3 {
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color:#fff;
}
.block_same_image h3 span {
  font-weight: 800;
}
.block_same_image p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color:#fff;
}
.block_same_image p span{
  border-bottom:1px solid #fff;
  padding-bottom:5px;
	transition: 0.3s;
}
.block_same_image p:hover span{
	color: #e8c131;
}
.block_same_image a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
    display: flex;
    justify-content: center;
}
.block_same_image:hover figcaption h3 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.block_same_image:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.block_same_image:hover figcaption::before {
  background: radial-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.kmt_capture {
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-top: -50px;
}