/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');*/

/*@font-face {
	font-family:"UTM_WORD";
	src: url(../fonts/UTM_GOD_WORDR.TTF);
}*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

body{
	background: #082d33;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	overflow-x:hidden;
	color: #fff;
}
a{
	text-decoration: none;
}

/*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;}

.read_more{text-align:right;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;}

.read_more_2{text-align:left;width:100%;}
.read_more_2 a{padding:5px 0px;font-size:14px;font-weight:500;color:#153981;transition: 0.3s;}
.read_more_2 a:hover{text-decoration:none;color:#2c2c6d;}

a:hover{text-decoration:none;color:#f1b612}
.content_article{display: inline-block;text-align:justify;font-size: 18px;line-height: 150%;font-weight: 300;}
.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;}

.kmt_page{clear:both;}

.kmt_uppercase{text-transform:uppercase;}
.kmt_left{text-align:left!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#f1b612!important;margin:10px 0px 5px 0px!important;font-size:17px;font-weight:bold;text-transform:uppercase;padding-bottom:5px;border-top:1px solid #f89423;clear:both;padding-top:10px;}
.same_title:hover{color:#f1b612!important;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#000;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#f1b612;}
.list_same li:hover a{color:#f1b612;text-decoration:none}
.list_same li a{font-size:15px;color:#000;}
.list_same li a span{color:#000;}
/* End css list_same */

#content_same{
	padding: 0px;
}

/*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;
	transition: 0.3s;
}
.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;
	transition: 0.3s;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	transition: 0.3s;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	transition: 0.3s;
}
.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: #f1b612;
    border-color: #f1b612;
}

.pagination>li>a:hover{
	background-color: #f1b612;
	border-color: #f1b612;
	color: #fff;
}
/*End Phân trang*/

/* Begin css breadcrumb */
#wrap_block_slide_inside {
    position: relative;
}

#wrap_breadcrumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#wrap_breadcrumb p {
	
}
#wrap_breadcrumb p a {
    color: #fff;
    font-size: 18px;
    padding: 0px 3px;
	transition: 0.3s
}
#wrap_breadcrumb p a:hover{
	color: #f1b612;
}
#wrap_breadcrumb h2 {
    color: #f1b612;
    font-size: 50px;
    text-transform: uppercase;
	font-weight: 600;
}
/* End css breadcrumb  */

.active_f{
	color: #f1b612!important;
}

.search_warn h5{
	text-align: center;
}

.wrap_menu{
	display: flex;
	justify-content: flex-end;
	margin-top: 48px;
}
.read_all{
	width: 280px;
	height: 40px;
	background: #f1b612;
	transition: 0.3s;
	color: #fff;
}
.read_all:hover{
	background: #2c2c6d;
}

.recaptcha-google > div{
	margin: 0px;
	padding: 0px;
}
.end_form{
	float: right;
}

.kmt_note{
	color:#f1b612;	
}

.kmt_bt{
	background:#f1b612;
	color:#000;	
	padding:13px 35px;
	transition: 0.3s;
	border-radius: 25px;
	border: 0px;
	text-transform: uppercase;
	margin-right: 10px;
}
.kmt_bt:hover{
	background:#000;
	color:#fff;
}

.booking_bt{
	background:#f1b612;
	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 wrap_block_intro*/
.block_has_decor{
	padding-top: 140px;
	padding-bottom: 70px;
	position: relative;
}

#wrap_block_intro{
	padding: 85px 0px;
	padding-bottom: 65px;
	background:url(../img/bg_intro.png) no-repeat center center #083338;
	background-size: cover;
}
#wrap_block_intro .wrap_intro_left{
	margin-bottom: 20px;
}
#wrap_block_intro .wrap_intro_left img{
	max-width: 100%;
}
#wrap_block_intro .wrap_intro_right{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 8%;
}
#wrap_block_intro .wrap_intro_right > span{
	font-size: 20px;
}
#wrap_block_intro .wrap_intro_right > h3{
	font-size: 40px;
	color: #f1b612;
	margin: 20px 0px;
}
#wrap_block_intro .wrap_intro_right .content_article {
    font-size: 18px;
    line-height: 25px;
	text-align: justify;
	text-align-last: center;
}
#wrap_block_intro .rm_intro{
	height: 55px;
    width: 254px;
    align-items: center;
    margin: 10px 0px;
	margin-top: 50px;
    border: 1px solid #f1b612;
	border-radius: 25px;
	display: flex;
    justify-content: center;
	transition: 0.3s;
}
#wrap_block_intro .rm_intro a {
    color: #f1b612;
	font-weight: 400;
	line-height: 50px;
    font-size: 16px;
    transition: 0.3s;
	text-transform: uppercase;
}
#wrap_block_intro .rm_intro:hover{
	background: #f1b612;
}
#wrap_block_intro .rm_intro:hover a{
	color: #fff;
}
/*End wrap_block_intro*/

/*Begin wrap_block_intro_inside*/
#wrap_block_intro_inside{
	padding: 85px 0px;
	padding-bottom: 65px;
	background:url(../img/bg_intro.png) no-repeat center center #083338;
	background-size: cover;
}
#wrap_block_intro_inside .wrap_intro_left{
	margin-bottom: 20px;
}
#wrap_block_intro_inside .wrap_intro_left img{
	max-width: 100%;
}
#wrap_block_intro .wrap_intro_right{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 8%;
}
#wrap_block_intro_inside .wrap_intro_right > span{
	font-size: 20px;
}
#wrap_block_intro_inside .wrap_intro_right > h3{
	font-size: 40px;
	color: #f1b612;
	margin: 20px 0px;
}
#wrap_block_intro_inside .wrap_intro_right .content_article {
    font-size: 18px;
    line-height: 150%;
	text-align: justify;
	padding-left: 40px;
}

.img_video_intro{
	position: relative;
}
.play_video{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.video_popup{
	transition: 0.3s;
	border-radius: 50%;
}
.video_popup:hover{
	transform: translate(0px, -3px);
	box-shadow: rgba(250, 250, 250, 0.35) 0px 5px 15px;
}

.wrap_icon_intro{
    padding: 0px 15px;
	margin-bottom: 80px;
}
.block_icon_intro{
	width: 100%;
	height: 100%;
	min-height: 490px;
	margin-top: 84px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    border: 1px solid #f1b612;
    padding: 6%;
	border-bottom-left-radius: 9999px;
	border-bottom-right-radius: 9999px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	transition: 0.3s;
}
.block_icon_intro:hover{
	transform: translate(0px, -5px);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.img_icon_intro{
    height: 110px;
    aspect-ratio:1;
    display: flex;
	justify-content: center;
    align-items: center;
	margin-top: -84px;
}

.img_icon_intro img{
    max-width: 100%;
	max-height: 100%;
}

.info_icon_intro{
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.info_icon_intro h3{
	text-align: center;
	text-transform: uppercase;
    margin: 10px 0px;
    font-size: 30px;
    line-height: 150%;
	color: #fff;
	font-weight: 500;
}
.info_icon_intro .des_icon_intro{
	font-size: 18px;
	line-height: 150%;
	font-weight: 300;
	text-align: center;
}

/*End wrap_block_intro_inside*/

/*Bài viết*/
#wrap_block_article{
    margin-bottom: 35px;
}
.title_intro{
	margin-bottom: 40px;
}
.title_intro p{
	margin: 0px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #f1b612;
	font-size: 22px;
	text-align: center;
}
.title_intro h3{
	margin: 0px;
	font-size: 72px;
	font-weight: 600;
	background:url(../img/line_bottom_flower.png) no-repeat bottom center;
	padding-bottom: 80px;
}
.title_article{
    font-size: 40px;
    color: #f1b612;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
	text-transform: uppercase;
}
.title_news{
    font-size: 25px;
    color: #f1b612;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
	text-transform: uppercase;
}
.title_article_same{
	color: #f1b612;
	font-size: 40px;
	line-height: 46px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.vhp-btn-slider {
    width: 100%;
    position: relative;
}
.vhp-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 41px;
    height: 75px;
    position: absolute;
	transition: 0.3s;
}
.vhp-btn-slider button:hover{
	filter: drop-shadow(4px 0px 3px #f1b612);
}
.vhp-btn-slider .prev {
    background: url(../img/news-left-arrow.png) no-repeat center;
    left: -60px;
    height: 595px;
}
.vhp-btn-slider .next {
    background: url(../img/news-right-arrow.png) no-repeat center;
    right: -60px;
    height: 595px;
}

.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 #f1b612);
}
.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;
}

.news-btn-slider {
    width: 100%;
    position: relative;
}
.news-btn-slider button {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    z-index: 1;
    width: 41px;
    height: 263px;
    position: absolute;
}
.news-btn-slider .prev {
    background: url(../img/news-left-arrow.png) no-repeat center;
    left: -50px;
}
.news-btn-slider .next {
    background: url(../img/news-right-arrow.png) no-repeat center;
    right: -50px;
}

.wrap_logo{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_logo img{
    height: 39px;
}

#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: #f1b612;
}

#wrap_hotline{
    border: 2px solid #f1b612;
    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: #f1b612;
    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;
}

#wrap_agency span{
    background:url(../img/icon_agency.png) no-repeat left center;
}

#wrap_wishlist span{
    background:url(../img/icon_heart.png) no-repeat left center;
}

#wrap_agency a{
    color: #000;
}

#wrap_agency a:hover{
    color: #f1b612;
}

#wrap_ana span{
    background:url(../img/icon_td.png) no-repeat left center;
}

.wrap_phone{
	padding: 0px;
}
#wrap_phone .fa-phone, #wrap_email .fa-map-marker{
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
}

/*Begin Button*/
.button_booking a{
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 16px;
	color: #000;
	width: 100px;
	height: 36px;
	background: #f1b612;
	border-radius: 20px;
	margin: 0px auto;
	margin-top: 14px;
	transition: 0.3s;
}
.button_booking a:hover{
	background: #222;
	color: #f1b612;
}

/*End Button*/


/*Block 2*/
#wrap_block_2{
	width: 100%;
	margin-bottom: 15px;
}
#wrap_block_2 .menu_div{
    padding: 0px;
	margin: 0 auto;
	border-radius: 10px;
    display: flex;
    align-items: center;
}
#wrap_block_2 .info_div{
    padding: 0px;
	margin: auto;
    margin-top: 10px;
	background: #fff;
	height: 220px;
    display: flex;
	align-items: flex-start;
}
.title_name{
	margin: 13px 0px;
}
.wrap_title_name{
	padding: 0px 10px;
}
.wrap_title_name:last-child .block_title_name{
	border-bottom: 1px solid #cccccc;
}
.border_bottom{
	border-bottom: 1px solid #cccccc;
}
.block_title_name{
	font-size: 16px;
	border-top: 1px solid #cccccc;
	padding: 7px 0px;
}
.block_title_name i.fa{
	margin-right: 7px;
	transition: 0.3s;
}
.block_title_name a{
	color:#000;
	padding-left: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_title_name:hover a{
	color:#153981;
}

.wrap_login .block_login{
    border-radius: 5px;
    background: #f1b612;
    text-align: center;
    transition: 0.3s;
    width: 125px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
	margin-left: 30px;
}
.wrap_login .block_login:hover{
	background: #2c2c6d;
}
.wrap_login .block_login a{
	color: #fff;
}

.block_lang{
    display: flex;
    justify-content: center;
}
.block_lang a{
	display: flex;
	justify-content: center;
	width: 30px;
	color: #fff;
	font-size: 15px;
	transition: 0.3s;
}
.block_lang a:hover{
	color: #f1b612;
}
.block_lang a.lang_active{
	color: #f1b612;
}
#wrap_block_3{
    width: 100%;
    display: inline-block;
	position: relative;
}

.small_title{
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 500;
	color: #f1b612;
}
.kmt_title{
    font-size: 60px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
	text-transform: uppercase;
}
.kmt_title h3{
	margin-top: 0px;
	font-size: 60px;
}

.title_details h3{
    font-size: 40px;
    color: #f1b612;
	font-weight: 500;
    line-height: 40px;
    margin-bottom: 40px;
	margin-top: 0px;
}

.rm_block{
    text-align: right;
    margin-top: -45px;
    margin-bottom: 30px;
}

.rm_block a{
    padding: 7px 10px;
    background: #f1b612;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
}

.rm_block a:hover{
    background: #818285;
}

.is_scroll{
    width: 100%;
}

.wrap_banner img{
    width: 100%;
    margin-bottom: 10px;
}

/*Begin wrap_block_menu*/
.decor_block{
	position: absolute;
	top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -120px;
}

#wrap_block_menu{
	position: relative;
	background-size: cover;
	padding: 35px 0px;
	padding-top: 140px;
}
.wrap_menu_home{
	margin-bottom: 30px;
	padding: 13px;
}

.block_menu_home{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.block_menu_home .img_menu_home{
	width: 100%;
	aspect-ratio: 0.71;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 9999px;
	transition: 0.3s;
	margin-top: 5px;
}
.block_menu_home:hover .img_menu_home{
	box-shadow: rgba(250, 250, 250, 0.24) 0px 3px 8px;
	transform: translate(0px, -5px);
}
.menu_bg_gray{
	background: #dbdbdb;
}
.block_menu_home .img_menu_home::before{
	position: absolute;
	top: 0;
	left: -91%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.block_menu_home:hover .img_menu_home::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.block_menu_home .img_menu_home img{
	max-height: 100%;
	max-width: auto;
	object-fit: cover;
	transition: transform 0.4s;
}
.block_boder_menu_home{
	width: 100%;
	height: 100%;
	padding: 10px;
	position: absolute;
}
.boder_menu_home{
	border: 1px solid #f1b612;
	border-radius: 9999px;
    width: 100%;
    height: 100%;
}
.block_menu_home .title_menu_home{
	transition: 0.3s;
}
.block_menu_home:hover .title_menu_home{
	
}
.block_menu_home h4{
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	transition: 0.3s;
}
.block_menu_home h4 a{
	color: #f1b612;
	line-height: 34px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.block_menu_home:hover h4 a{

}
.des_menu_home{
	font-size: 17px;
	font-weight: 300;
	line-height: 170%;
	text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*End wrap_block_menu*/

/*Begin wrap_block_contact*/
.grid_contact{
	border: 3px solid #f1b612;
}
.block_image_contact img{
	max-width: 100%;
}
.wrap_form_contact{
	padding: 40px;
}
.wrap_form_contact h3{
    font-size: 15px;
    margin: 0px;
    line-height: 22px;
}

.wrap_add h3 {
	color: #153981;
	font-weight: 600;
	margin-top: 0px;
}

.wrap_form_contact .form-group{
	margin-left: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 5px;
}
.wrap_form_contact .form-control{
	border: 0px;
	border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}
.wrap_form_contact .kmt_stt_form{
	color:#fe3e3e;
    padding-top: 2px!important;
	height: 20px;
}

.wrap_form_contact input,.wrap_form_contact textarea{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
.wrap_form_contact input:focus,.wrap_form_contact textarea:focus{
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
.wrap_form_contact input::placeholder, .wrap_form_contact textarea::placeholder{
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 16px;
}

.content_add{
	font-weight: 300;
}

.wrap_map{
    padding: 0px;
}
.block_map{
	width: 100%;
    aspect-ratio:1.160;
}
/*End wrap_block_contact*/

/*Begin wrap_block_image*/
#wrap_block_image{

}
/*Unit 1*/
.unit_image{
	display: flex;
}
.unit_image .grid_image:nth-child(1){
	width: 30%;
}
.unit_image .grid_image:nth-child(1) .block_image{
	width: 100%;
	aspect-ratio: 0.777;
}
.unit_image .grid_image:nth-child(1) .block_image img{
	height: 100%;
}
/*Unit 2*/
.unit_2 .wrap_image{
	padding: 0px 5px;
	margin-bottom: 10px;
}
.unit_image .grid_image:nth-child(2){
	width: 40%;
	padding: 0px 5px;
    display: flex;
    flex-wrap: wrap;
}
.unit_image .grid_image:nth-child(2) .block_image{
	aspect-ratio: 1.008;
}
.unit_image .grid_image:nth-child(2) .block_image .img {
	width: 100%;
	aspect-ratio: 1.008;
	overflow: hidden;
}
.unit_image .grid_image:nth-child(2) .block_image .img img{
	height: 100%;
}
/*Unit 3*/
.unit_image .grid_image:nth-child(3){
	width: 30%;
}
.unit_image .grid_image:nth-child(3) .block_image{
	width: 100%;
	aspect-ratio: 0.777;
}
.unit_image .grid_image:nth-child(3) .block_image img{
	height: 100%;
}

.unit_image .block_image{
	color: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin:0 auto;
}
.unit_image .block_image * {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.unit_image .block_image img{
    opacity: 1;
    width: auto !important;
    /*height: 100% !important; */
    display: inline !important;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.unit_image .block_image figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8em 2em;
	width: 100%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	align-content: center;
}
.unit_image .block_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;
}
.unit_image .block_image h3 {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s,-webkit-transform 0.25s,-moz-transform 0.25s,-o-transform 0.25s,transform 0.25s;
}
.unit_image .block_image h3 {
	width: 100%;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	transition: 0.5s;
	color:#f1b612;
	font-size: 30px;
	font-weight: 500;
	line-height: 170%;
	text-transform: uppercase;
}
.unit_image .block_image a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}
.unit_image .block_image:hover figcaption h3 {
	opacity: 1;
	transition: 0.5s;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	background:rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding: 1% 5%;
}
.unit_image .block_image:hover figcaption::before {
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 0;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
/*End wrap_block_image*/

/*Begin wrap_block_image_inside*/
.wrap_image_inside{
    margin-bottom: 20px;
    padding: 0px 10px;
	cursor: pointer;
}
.block_image_inside{
	width: 100%;
	height: 100%;
}
.img_image_inside{
	width: 100%;
	aspect-ratio:1.0354;
	overflow: hidden;
}
.img_image_inside img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_image_inside{
	color: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin:0 auto;
}
.block_image_inside * {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.block_image_inside img{
    opacity: 1;
    /*width: auto !important;*/
    /*height: 100% !important; */
    display: inline !important;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.block_image_inside figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8em 2em;
	width: 100%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	align-content: center;
}
.block_image_inside 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_image_inside h3 {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s,-webkit-transform 0.25s,-moz-transform 0.25s,-o-transform 0.25s,transform 0.25s;
}
.block_image_inside h3 {
	width: 100%;
	-webkit-transform: translate3d(0%, 50%, 0);
	transform: translate3d(0%, 50%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	transition: 0.5s;
	color:#f1b612;
	font-size: 30px;
	font-weight: 500;
	line-height: 170%;
	text-transform: uppercase;
}
.block_image_inside a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
}
.block_image_inside:hover figcaption h3 {
	opacity: 1;
	transition: 0.5s;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	background:rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding: 1% 5%;
}
.block_image_inside:hover figcaption::before {
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 0;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.modal-80w{
  max-width: 1170px !important;
}
.modal-content{
	background: transparent;
}
.modal-body{
	padding: 0px;
}
/*End wrap_block_image_inside*/

/*Begin image_slideshow*/
.modal-body > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-body .carousel-inner{
    width: 100%;
	aspect-ratio: 1.0086;
    overflow: hidden;
    text-align: center;
	margin-bottom: 20px;
    display: flex;
    align-items: center;
	justify-content: flex-start;
	border: 5px solid #f1b612;
	background: #082D33;
}
.modal-body .carousel-item{
	width: 100%;
	aspect-ratio: 1.0086;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.modal-body .carousel-inner img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.modal-body .carousel-control {
    background-image: none !important;
	color: #222 !important; 
}
.modal-body .carousel-control-prev:before{
	content: unset;
}
.modal-body .carousel-control-prev {
	background: url(../img/left-arrow.png) no-repeat center;
	width: 85px;
	height: 1148px;
	margin-left: -100px;
}
.modal-body .carousel-control-next:before{
	content: unset;
}
.modal-body .carousel-control-next {
	background: url(../img/right-arrow.png) no-repeat center;
	width: 85px;
	height: 1148px;
	margin-right: -100px;
}
.modal-body .carousel-indicators{
	width: 100%;
	position: static;
    margin-left: -3px;
    margin-right: -3px;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.carousel-control-prev-icon{
	background: unset;
}
.carousel-control-next-icon{
	background: unset;
}
.block_button_detail{
	display: flex;
	justify-content: center;
}
.modal-body .carousel-indicators button {
	background: #082D33;
    width: 100%;
	height: 100%;
	aspect-ratio: 1.0086;
    border: 5px solid #fff;
	margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 4px;
    margin-right: 2px;
    margin-left: 2px;
	overflow: hidden;
	opacity: 1;
}
.modal-body .carousel-indicators button img {
    max-height: 100%;
    max-width: 100%;
}
.modal-body .carousel-indicators button.active{
	border: 5px solid #f1b612;
	margin: 2px;
}
/*End image_slideshow*/

/*Begin wrap_block_food*/
.banner_mid img{
	width: 100%;
}
.new_food{
	padding: 120px 0px;
	background: url(../img/bg_new_food.png) no-repeat right center;
	margin-top: -77px;
}
.wrap_new_food{
	padding: 0px 10px;
}
.content_new_food h4 a{
	font-size: 35px;
	font-weight: 500;
	color: #f1b612;
}
.des_new_food{
	font-size: 18px;
	font-weight: 400;
	padding-right: 14%;
	text-align: justify;
	line-height: 150%;
	margin-bottom: 45px;
}
.img_new_food{
	width: 100%;
	aspect-ratio: 0.892;
	overflow: hidden;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}
.img_new_food img{
	width: 100%;
	height: 100%;  /* hoặc height cố định bạn muốn */
	object-fit: cover;
}
.btn_new_food a{
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 16px;
	color: #f1b612;
	text-transform: uppercase;
	background: #083338;
	width: 179px;
	height: 55px;
	border: 1px solid #f1b612;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: 0.3s;
}
.btn_new_food a:hover{
	color: #fff;
	background: #f1b612;
	transform: translate(0px, -3px);
	box-shadow: rgba(250, 250, 250, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wrap_food{
	margin-bottom: 15px;
}
.block_food{
	width: 100%;
	height: 100%;
}
.img_food{
	width: 100%;
	aspect-ratio:0.896;
	text-align: center;
	background: #083339;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	border-top-left-radius: 9999px;
	border-top-right-radius: 9999px;
}
.img_food a{
	
}
.img_food img{
    max-height: 100%;
	transition: 0.5s;
}
.block_food:hover .img_food img{
	transform: scale(1.1);
}
.block_food h3 a{
	font-size: 22px;
	line-height: 140%;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.block_food:hover h3 a{
	color: #f1b612;
}
.content_food{
	text-align: center;
}
.content_food h3{
	margin-bottom: 12px;
}
.des_food{
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price_food{
	font-size: 18px;
	color: #f1b612;
}
/*End wrap_block_food*/

/*Begin wrap_block_detail_food*/
.wrap_img_food{
	margin-bottom: 20px;
}
.img_img_food{
	width: 100%;
	aspect-ratio: 0.896;
	background: #083339;
	overflow: hidden;
	border-top-left-radius: 9999px;
	border-top-right-radius: 9999px;
	display: flex;
	justify-content: center;
}
.img_img_food img{
	max-height: 100%;
}
.block_detail_food{
	padding-left: 30px;
}
.block_detail_food h3{
	font-size: 40px;
	text-transform: uppercase;
}
.star_decor_detail_food{
	display: flex;
	margin-bottom: 23px;
}
.star_decor_detail_food > div{
	margin-right: 5px;
}
.price_detail_food{
	font-size: 24px;
	color: #f1b612;
	font-weight: 500;
	margin-bottom: 40px;
}
.border_detail_food{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 30px;
}
.sum_detail_food{
    margin-bottom: 40px;
    font-size: 18px;
	line-height: 150%;
    font-weight: 300;
}
.button_detail_food a{
    display: flex;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
    font-size: 20px;
    color: #000;
    width: 203px;
    height: 55px;
    background: #f1b612;
    border-radius: 40px;
    margin-top: 14px;
	margin-bottom: 40px;
    transition: 0.3s;
}
.button_detail_food a:hover{
	box-shadow: rgba(250, 250, 250, 0.35) 0px 5px 15px;
	transform: translate(0px, -3px);
}
.hotline_detail_food{
	background: url(../img/tele_detail.png) no-repeat left center;
	padding-left: 50px;
	font-size: 40px;
	font-weight: 600;
}
.des_detail_food{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
}
.des_detail_food h2{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #f1b612;
	display: inline-block;
    border-bottom: 2px solid;
	padding-bottom: 16px;
	margin-bottom: 0px;
}
/*End wrap_block_detail_food*/

/*Begin wrap_block_service*/
.wrap_service{
	margin: 15px 0px;
	padding: 0px 10px;
}
.block_service{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.block_service:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.block_service .img_service{
	width: 100%;
	aspect-ratio: 1.412;
	overflow: hidden;
}
.block_service .img_service img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_service{
	padding: 5px;
}
.info_service h4{

}
.info_service h4 a{
	text-transform: uppercase;
	color: #f1b612;
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.info_service .quote_service{
	font-size: 17px;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 150%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rm_service a {
    color: #fff;
	border-bottom: 1px solid;
    font-size: 16px;
    transition: 0.3s;
	font-weight: 400;
}
.rm_service a:hover{
	color: #f1b612;
}
/*End wrap_block_service*/

/*Begin wrap_block_blog*/
.wrap_blog{
	margin-bottom: 45px;
	padding: 0px 10px;
}
.block_blog{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.block_blog:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.block_blog .img_blog{
	width: 100%;
	aspect-ratio: 1.412;
	overflow: hidden;
}
.block_blog .img_blog img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_blog{
	padding: 5px;
}
.info_blog h4{

}
.info_blog h4 a{
	color: #f1b612;
	font-weight: 400;
	font-size: 23px;
	line-height: 130%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.info_blog .quote_blog{
	font-size: 17px;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 150%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rm_blog a {
    color: #fff;
	border-bottom: 1px solid;
    font-size: 16px;
    transition: 0.3s;
	font-weight: 400;
}
.rm_blog a:hover{
	color: #f1b612;
}

.wrap_blog_first .row{
	transition: 0.3s;
}
.wrap_blog_first:hover .row{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.wrap_blog_first{
	margin-bottom: 60px;
	padding: 0px 20px;
}
.img_blog_first{
	padding: 0px;
	aspect-ratio: 1.4108;
	background: #083339;
	overflow: hidden;
    display: flex;
    justify-content: center;
}
.img_blog_first a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.img_blog_first img{
	max-height: 100%;
	object-fit: cover;
}
.content_blog_first{
	padding-left: 40px;
}
.content_blog_first h4{
	padding: 20px 0px;
}
.content_blog_first h4 a{
	text-transform: uppercase;
	line-height: 150%;
	color: #f1b612;
	transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content_blog_first .quote_blog{
	text-align: justify;
	margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*End wrap_block_blog*/

/*Trang chi tiết tin tức*/
.detail_news_date{
	color: #f1b612;
}
.detail_news_relate{
	color: #f1b612;
}
.detail_news_ul{
	list-style: none;
}
.detail_news_ul li::before{
    content: "»";
    color: #f1b612;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.detail_news_ul a{
	color: #000;
	transition: 0.3s;
}
.detail_news_ul a:hover{
	color: #f1b612;
}

.wrap_menu_articles{
    margin: 15px auto;
}

.img_menu_articles{
    margin-bottom: 10px;
}

.img_menu_articles img{
    width: 100%;
}

.info_menu_articles h3{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 40px;
    color: #f1b612;
}

.text_menu_articles{
    font-size: 15px;
}

.share_menu_articles{
    margin-top: 15px;
}

.block_left{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.wrap_left{
    padding-top: 16px;
}

.list_menu_left{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    list-style: none;
}

.list_menu_left li{
    width: 100%;
    margin: 5px auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.list_menu_left li a{
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.list_menu_left li a:hover,#active_left{
    color: #f1b612;
}

#wrap_support{
    width: 100%;
    background:url(../img/bg_sp.jpg) no-repeat top center;
    border: 1px solid #ccc;
    border-top: 0px;
}

.list_info_sp{
    padding-top: 130px;
    margin-bottom: 30px;
    padding-left: 15px;
}

.phone_sp,.email_sp{
    margin: 5px auto;
    font-weight: 500;
    font-size: 15px;
}

.phone_sp span{
    font-weight: 600;
    font-size: 18px;
    color: #f1b612;
}

.social_sp{
    text-align: center;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    width: 100%;
}

.social_sp a{
    padding: 0px 10px;
}

.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: #f1b612;
	border: 1px solid #f1b612!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: #f1b612!important;
    border-radius: 0px!important;
	color:#fff!important;
	border: 1px solid #f1b612!important;
}

#wrap_tag{
    margin: 10px auto;
}

#wrap_tag a{
    color: #000;
    font-size: 13px;
}

#wrap_tag a:hover{
    color: #f1b612;
}

.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: #f1b612;
    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: #f1b612;
    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: #f1b612;
}

#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: #f1b612;
}
.address_bottom{
	margin-bottom: 20px;
}
.address_bottom h5{
	font-size: 18px;
}
.logo_bottom{
	margin-bottom: 20px;
}
.logo_bottom img{
	height: 55px;
}

/*Trang blog*/
.wrap_news{
	margin: 15px 0px;
}
.block_news{
	width: 370px;
	margin: 0 auto;
	height: 430px;
	background: #ededed;
	transition: 0.3s;
}
.block_news:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.block_news .img_news{
	width: 370px;
	height: 230px;
}
.block_news .img_news img{
	width: 370px;
	height: 230px;
}
.info_news{
	padding: 30px;
	padding-bottom: 15px;
}
.info_news h4{
	margin-top: 0px;
	font-size: 18px;
	line-height: 26px;
}
.info_news h4 a{
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: 0.3s;
}
.info_news .quote_news{
	font-size: 15px;
	text-align: justify;
	line-height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.border_news{
	border-bottom: 1px solid #cecece;
	margin-top: 15px;
}

.rm_news{
	padding: 0px 30px;
}
.rm_news a {
    color: #f1b612;
	font-style: italic;
    font-size: 15px;
    transition: 0.3s;
	font-weight: 500;
}
.rm_news a:hover{
	color: #000;
}



.wrap_person{
	margin: 20px 0px;
}

.block_person{
	margin: 0px auto;
	width: 250px;
	display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.img_person{
	width: 240px;
	height: 240px;
	margin-bottom: 10px;
}
.img_person img{
	width: 240px;
	height: 240px;
	border-radius: 50%;
	box-shadow: rgba(183, 183, 183, 0.95) 4px 4px 12px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.name_person{
	text-align: center;
	color:#2c2c6d;
	font-weight: 500;
	font-size: 18px;
}
.quote_person{
	text-align: center;
	color: #000;
}

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;
}

/*Đối tác khách hàng*/
.wrap_partner {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_partner img {
    max-width: 170px;
    max-height: 95px;
}

.partner-btn-slider{
	width:100%;
	z-index:500;
	position: relative;
}
.partner-btn-slider button{
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin:0px 5px;
	position:absolute;
	width: 14px;
	height: 27px;
}
.partner-btn-slider .prev {
    background: url(../img/arr_left.png) no-repeat center;
    left: -22px;
    top: -60px;
	transition: 0.3s;
	transform: scale(1);
}
.partner-btn-slider .next {
    background: url(../img/arr_right.png) no-repeat center;
    right: -22px;
    top: -60px;
	transition: 0.3s;
    transform: scale(1);
}
.partner-btn-slider .prev:hover{
	transform: scale(1.2);
}
.partner-btn-slider .next:hover{
	transform: scale(1.2);
}

/*Footer*/
#wrap_footer{
	position: relative;
	background: url(../img/bg_footer.jpg) repeat center;
	background-size: cover;
	color: #fff;
	padding: 70px 0px;
}
#wrap_footer > .container{
	border-bottom: 1px solid #123b40;
}
#wrap_footer > .container > .row{
	margin-bottom: 80px;
}
.footer_title{
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.footer_title_mid{
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.footer_title_mid .logo_footer{
    max-width: 100%;
    object-fit: contain;
}
.footer_address{
	padding-left: 109px;
	font-size: 18px;
}
.wrap_menu_f ul {
    width: 100%;
	list-style: inside url(../img/ul.png);
    padding: 0px;
}
.wrap_menu_f ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.wrap_menu_f ul li a {
    color: #fff;
    font-size: 15px;
}
.wrap_menu_f ul li a:hover, .active_f {
    color: #f1b612 !important;
}

.wrap_social img{
	margin: 0px 3px;
	transition: 0.3s;
}
.wrap_social img:hover{
	transform: translate(0px, -5px);
}
.footer_content{
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
#wrap_copy{
    display: flex;
    flex-direction: column;
    align-items: center;
	line-height: 35px;
	padding: 35px 0px;
}
#wrap_copy a{
	color: #fff;
	transition: 0.3s;
}
#wrap_copy a:hover{
	color: #f1b612;
}
#wrap_copy .bottom_menu{
	text-transform: uppercase;
}
.wrap_copy span{
	color: #f1b612;
}
.return_top{
	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;
}

/*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;
}