:root{
	--cl_main:#7E5EC0;
	--cl_main_2:#3D398D;
	--cl_fix_footer:#4B50C0;
	--cl_time_header:#DB9AD0;
	--cl_or:#DB9AD0;
	--cl_bl:#7E5EC0;
}
@font-face {
	font-family: UTM;
	font-weight: 400;
	font-style: normal;
	src: url(UTMHELVETINS.TTF) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: SVN;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Lobster.ttf) format("truetype");
	font-display: swap;
}
body
{
	font-size: 14px !important;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
}
a:hover
{
	text-decoration: none !important;
}
form
{
	margin: 0;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.container
{
	max-width: 650px !important;
}
.mw-85{
	max-width: 85px !important;
}
.mw-70{
	max-width: 70px !important;
}
.w-80{width: 80%;}
.fs-7rem{font-size: .7rem !important}
.bg_gray{	background: #E1E1E1;}
/*===============Top-header================*/
.top-header .col-left
{
	background: var(--cl_main_2);
}
.top-header .col-left i
{
	font-size: 50px;
	color: #fff;
}
.top-header .col-right
{
	/*background: linear-gradient(0deg, rgba(9,81,181,1) 50%, rgba(2,23,92,1) 100%);*/
	background: var(--cl_main);
}
.top-header .searchbar{
	margin-bottom: 5px;
	margin-top: 5px;
	height: 35px;
	/* background-color: #353b48; */
	border-radius: 30px;
	padding: 5px;
	width: 100%;
	position: relative;
	border: thin solid #fff;
	color: #fff;
}
.top-header   .search_input{
	color: white;
	border: 0;
10	outline: 0;
	background: none;
	width: 90%;
	padding: 0 10px;
	caret-color: transparent;
	line-height: 24px;
}
.top-header   .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.top-header   .search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.top-header   .search_input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.top-header   .search_icon{
	background: transparent;
	color: #fff;
	height: 35px;
	width: 54px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 47%;
	text-decoration: none;
	position: absolute;
	right: -1%;
	top: -1.5%;
	font-weight: bold;
	border: 0;
}
/*===============HEADER================*/
.header{
	padding: 10px 0;
	border-image-slice: 1;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #3e398d;
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px;
	color:#000;
}
.phone_content div:nth-child(2){
	font-size: 4.1vw;
	font-weight: 600;
	color: #D15C05;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
.phone_header img{
	max-width: 36px;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid var(--cl_main);
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#4D4D4D;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 3.3vw;
}
.menu_header > li > a > .bxs-down-arrow
{
	font-size: 0.7rem;
}
.submenu_main
{
	position: relative;
}
.submenu_main:hover .submenu_header
{
	opacity: 1;
	pointer-events: all;
}
.submenu_header
{
	position: absolute;
	top: 100%;
	max-width: 100%;
	min-width: 200px;
	width: max-content;
	padding: 5px 15px 5px;
	background: #fff;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
	border-radius: 0 0 8px 8px;
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}
.submenu_header > li > a
{
	display: inline-block;
	padding-bottom: 5px;
}
/*===============MENU================*/
/*===============INTRO================*/
.dot {
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.dot:last-child{
	margin: 0;
}
.dot:before{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main_dot{
	gap: 25px;
	font-size: 5.5vw;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	background: var(--cl_main_2);
	padding: 11px 0;
}
.title_main{
	gap: 25px;
	font-size: 1rem;
	color: #195180;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.title_main_sub{
	font-size: 15px;
	margin-top: -22px;
	font-weight: 600;
}
.title_main_phone{
	display: inline-block;
	margin: auto;
	background:var(--cl_main_2);
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 1rem;
	color: #fff; 
	z-index: 1;
}
.title_main_phone:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--cl_main_2);
	z-index: -1
}
.title_main_plus{
	padding-bottom: 5px;
	border-bottom: 2px solid #CCCCCC; 
	color: var(--cl_main_2);
	text-transform: uppercase;
	font-size: 4.5vw;
}
.title_main_plus i{
	border: 2px solid var(--cl_main_2);
	border-radius: 5px;
}
.title_main_plus span{
	margin-left: 10px;
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}
/*===============INTRO================*/
/*==============INFO_UNDER_BANNER================*/

/************==========FORM=========**************/
.cover_info_under_post > form{
	flex: 1 1 25%;
}
.cover_info_under_post > form input{
	width: 100%;
	height: 100%;
	border: 0;
	padding-left: 10px;
}
.cover_info_under_post > form input:focus-visible{
	outline: 0;
}
.cover_info_under_post > form .item_right{
	flex-basis: 65%;
}
.cover_info_under_post > form button{
	background: transparent;
	border: 0;
	color: #fff;
	text-transform: uppercase;
}
/************==========FORM=========**************/

.item_info_under_banner{
	display: flex;
	align-items: stretch;
	background: var(--cl_main_2);
	padding: 2px;
	flex: 1 1 48%;
	border-radius: 2px;
	transition: box-shadow .5s ease,transform .5s ease;
}
.item_info_under_banner.from{
	background: var(--cl_main);
}
.cover_info_under_post > .item_info_under_banner:last-child{
	flex-basis: 10%;
	background: var(--cl_fix_footer);
}
.cover_info_under_post > .item_info_under_banner:last-child:hover{
	box-shadow: 0 7px 10px rgba(0,0,0,.5);
	transform: translateY(-2px);
}
.item_info_under_banner [class^='item_']{
	flex: 1;
	text-align: center;
	padding: 8px 13px;
	font-size: 2.3vw;
}
.item_info_under_banner .item_right{
	flex-basis: 30%;
	color: var(--cl_main_2);
	background: #fff;
	font-weight: 600;
}
.item_info_under_banner .item_left{
	color: #fff;
	text-transform: uppercase;
}
.item_info_under_banner:nth-child(2) .item_right{
	color: var(--cl_time_header)
}
.item_info_under_banner:nth-child(2){
	background: var(--cl_time_header);
}

/*==============INFO_UNDER_BANNER================*/
/*==============LIST_CATEGORY================*/
.list_category_main .list_category_item{
	padding: 15px;
	margin: auto;
	width: 45%;
}
.list_category_item{
	background: var(--lc_cl);
	padding: 10px 8px;
	text-align: center;
	border-radius: 5px;
	flex: 1 1 150px;
	border-radius: 15px;
	box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 50%);
}
.list_category_item img{
	max-width: 90px;
}
.list_category_content {
	display: block;
	color: #fff;
	margin: 10px auto;
}
.list_category_des_cate{
	padding-left: 35px;
	color: var(--cl_main_2);
}
.list_category_des_img{
	position: relative;
}
.list_category_des_img:before{
	content: '';
    top: 26px;
    position: absolute;
    left: -12px;
    width: 100%;
    height: 94%;
    background: #D4C3EC;
    z-index: -1;
    box-shadow: 0 4px 6px rgb(0 0 0 / 50%);
}
/*==============LIST_CATEGORY================*/

/*==============LEVEL================*/
.list_level_item{
	padding: 10px 0 10px 15px;
	border: 2px solid var(--cl_main_2);
	border-left: 10px solid var(--cl_main_2);
	margin-bottom: 10px;
	min-height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_level_item:nth-child(even){
	border-color: var(--cl_main);
}
.level_des_main {
	font-size: 3.8vw
}

/*==============LEVEL================*/

/*==============POST_MORE_VIEW================*/
.post_more_view_item{
	padding: 10px;
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.post_more_view_img img{
	border-radius: 8px 8px 0 0;
	border:1px solid var(--cl_main);
}
.post_more_view_name{
	font-size: 3.3vw;
	color: var(--cl_main);
	margin: 8px 0;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;;
}
.post_more_view_des{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#666666;
}
.btn_or_index,.btn_gre_index{
	font-size: 3.3vw;
	color: #fff;
	padding: 2px 8px;
	display: inline-flex;
}
.btn_or_index{
	background: var(--cl_or);
}
.btn_gre_index{
	background: var(--cl_bl);
}
.post_more_view{background: url(../img/bg_wave_left.png) no-repeat;background-position: 0px 30%;}
/*==============POST_MORE_VIEW================*/

/*===============SOLOGAN================*/
.slogan{
	background:	url(../img/bg_rs.png) center center no-repeat;	
	background-size: 100% 100%; 
}
.icon_solgan{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
	margin: 20px 35px;
}
.item_slogan_name {
	color: #195180;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 20px auto;
	width: 94%;
}
.item_solgan{
	text-align: center;
}

/*===============SOLOGAN================*/
/*===============INFO_INDEX================*/
.info_index{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: repeat(3,1fr);
	width: 80%;
	margin: auto;
	grid-gap: 5px;
}
.info_index_item:not(:first-child){
	padding: 0 2px;
}
.info_index_item:first-child{
	grid-column: 1;
	grid-row: 1/ span 3;
	position: relative;
}
.info_index_item:first-child span{
	position: absolute;
	right: 7px;
	bottom: 26%;
	transform: rotate(-13deg);
	font-weight: bold;
	color: #000;
}
.info_index_item_content span{
	font-size: 0.5rem;
	display: block;
	color: #666666;
}
.info_index_item_img img{
	width: 70%;
}
.phone_under_form{
	font-size: 3.1vw !important;
}
/*===============INFO_INDEX================*/

/*===============LIST_CATE_POST================*/
.list_cate_sub > span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px;
	background: transparent;
	color: var(--cl_main_2);
	border:1px solid var(--cl_main_2) ;
	font-size: 0.55rem;
	flex-basis: 31%;
	font-weight: 600;
	transition: background .5s ease;
}
.list_cate_sub > span.active{
	border:1px solid var(--cl_or) ;
	background: var(--cl_or);
	color: #fff;
}
.item_post_cate{
	display: grid;
	grid-template-columns: 30% 66%;
	grid-gap: 10px;
}
.img_item_post_cate img{
	overflow: hidden; 
}
.img_item_post_cate img{
	height: 100%;
	object-fit: cover;
}
.name_item_post_cate > a{
	font-size: 15px;
	color: #0697F2;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.des_item_post_cate{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #59595C;
}
.des_item_post_cate > p > strong{
	font-weight: unset !important;
}
.menu_cate {
	position: absolute;
	right: 0;
	width: max-content;
	display: flex;
	flex-direction: column;
	background: #0082CB;
	color: #fff;
	top: 110%;
	z-index: 111;
	max-height: 0;
	overflow:hidden; 
	transition: max-height .5s ease;
	box-shadow: 0 0 10px #666666; 
}
.menu_cate.active {
	max-height: 500px;
}
.menu_cate > span {
	padding: 3px 10px;
	font-size: 0.9rem;
}
.menu_cate > span:not(:last-child) {
	padding: 3px 10px;
	border-bottom: 1px solid #fff;
	font-size: 0.9rem;
}
.img_under_post_item{
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(0,0,0,.5);
	background: var(--cl_bl);
	flex-basis: 30%;
	text-align: center;
	font-size: 2.7vw;
	font-weight: bold;
}
.img_under_post_item:nth-child(2){
	background: var(--cl_or);
}
.img_under_post_item img{
	max-height: 53px;
}
/*===============LIST_CATE_POST================*/

/*==============form_middle ===========*/
.titlebottom p{
	text-align: center;
	width: 80%;
	margin: auto;
	color: #fff;
	padding: 15px 10px;
	font-size: 2.9vw;
	/*background: linear-gradient(0deg, rgba(3,126,41,1) 50%, rgba(5,95,9,1) 100%);*/
	background: var(--cl_main_2);
	border-radius: 8px 8px 0 0;
}

.form_middle .dangkykham {   
	background: #fff;
	padding: 10px;
	margin-bottom: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form_middle .item_checkbox_form-mid
{
	width: 49%;  display: inline-block; margin-bottom: 5px;
}
.form_middle  .p1 {
	font-size: 1.2rem; color: #4d4d4d;
}
.form_middle{
	background: url(../img/bg_form_mid.jpg) top left no-repeat;
	background-size: cover;
}
.form_main_midle form label{
	color: #666666
}
.form_main_midle form textarea{
	resize: none;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.btn_mid{
	background: url(../img/btn_form_mid.png) top left no-repeat;
	background-size: 100% 100%;
	padding: 8px 38px;
	border: 0;
	box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
	color: #fff;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: 500;
}
.sub_title_form{
	font-size: 1.1rem;
}
.sub_title_form span{
	color: var(--cl_main_2);
}
/*==============An tam================*/
.antam .title
{
	color: var(--cl_main_2); text-align: center;
	padding: 5px 0; font-size: 20px; text-transform: uppercase; font-weight: bold;
}
.antam .p1{
	color: #1a4d86; font-weight: bold; text-align: center; padding: 5px 0; margin-top: 5px; margin-bottom: 5px; font-size: 15px;
}
.antam .p2{
	color: #c1515d; font-weight: bold; text-align: center; padding: 4px 0; font-size: 3.4vw; margin-bottom: 0;
}
.antam .p3{
	text-align: justify;font-size: 3.3vw;margin-bottom: 2.2rem;
	padding: 0 15px;
}
.antam .slick-slide {
	margin: 0 5px;
}
.antam  .slick-next:before,.antam  .slick-prev:before,.slide_about_customer .slick-next:before, .slide_about_customer .slick-prev:before
{
	display: none;
}
.antam  .slick-prev,.slide_about_customer .slick-prev {
	right: 101%; left: initial;
} 
.antam  .slick-next,.slide_about_customer .slick-next {
	left: 101%; right: initial;
}
.slide-antam
{
	width: 85%; margin: auto;
}
.antam{position: relative;}
.slide-antam:before
{
	content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 46px;background: #51157C;
}
.slide-antam :is(.slide-top .slick-list img,.slide-bottom .slick-list img)
{
	border-radius: 20px;
	box-shadow: 0 1px 6px rgb(0 0 0 / 50%);
}
.slide-top :is(.slick-prev, .slick-next)
{
	width: 30px;
	height: 30px;
	z-index: 9999
}
.slide-top .slick-prev
{
	right: 96%;
}
.slide-top .slick-next
{
	left: 96%;
}
.slide-antam :is(.slide-top .slick-list,.slide-bottom .slick-list)
{
	padding-bottom: 15px;
}
/*===============ABOUT_CUSTOMER================*/
.about_customer{
	background: url('../img/bg_person.jpg') top left no-repeat;
	background-size:100% 100%;
}
.item_about{
	padding: 15px;
	box-shadow: 0 1px 6px rgba(0,0,0,.4);
	border-radius: 8px;
	position: relative;
	background: transparent;
}
.bxs-quote-alt-left{
	font-size: 1.5rem;
	color: #8BC243;
	position: absolute;
	left: 25px;
	top: 25px;
}
.info_per img{
	width: auto;
	height: 85px;
}
/*===============ABOUT_CUSTOMER================*/

/*===============LIST_WEB================*/
.list_web_cover{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 8px;
}
.list_web_item{
	border-radius: 8px;
	box-shadow:  0 1px 6px rgba(0,0,0,.5);
	text-align: center;
	background: #E6E6E6;
	padding: 10px;
}
.list_web_item  a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.list_web_item img{
	width: 40%
}
.list_web_name{
	font-size: 0.6rem;
	font-weight: 600;
	color: var(--lw_cl);
	margin-top: 10px;
}
/*===============LIST_WEB================*/

/*===============FOOTER================*/
.footer{
	background: var(--cl_main);
	color: #fff;
	font-size: 1rem;
	padding-bottom:80px;
}
.footer .col-left .p-1
{
	border-bottom: thin solid #fff;
	display: inline-block;
}
/*===============FOOTER================*/
/*===============Liên hệ bottom==========*/
#lienhe-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--cl_main_2);
	position: fixed;
	bottom: 0;
	z-index: 9;
}
#lienhe-bottom img {
	height: 100px;
}
#lienhe-bottom a:nth-child(2)
{
	background: var(--cl_fix_footer);
}
#lienhe-bottom a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: inherit;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
#lienhe-bottom a:hover, #lienhe-bottom a:focus {
	text-decoration: none;
	outline: none
}
#lienhe-bottom div {
	width: 3.5rem;
	height: 3.5rem;
	background: var(--yellow);
	margin: -1.75rem auto 0;
	border-radius: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#lienhe-bottom p {
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	color: #fff;
}
/*===============LOAI_RIGHT================*/
.tag_time_loai{
	padding: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #eee;
	border-radius: 20px;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: var(--cl_main);
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	line-height: 1.2;
	align-items: center;
	text-transform: uppercase;
	height: 100%;
	border-radius: 6px;
}
.item_info_right:hover{
	color: #fff;
}
.item_info_right > img{
	width: 30%;
	margin-right: 10px;
}
.bg_or
{
	background: var(--cl_main_2);
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid var(--cl_main_2);
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: var(--cl_main_2);
}
.post-main h2{
	font-size: 1.2rem;
	color: var(--cl_main_2);
	border-bottom: 1px solid var(--cl_main_2);
	padding-bottom: 10px;
}
.post-main img{
	max-width: 100% !important;
	height: auto !important;
}
.right-khung {
	padding: 10px;
	border-radius: 5px;
	margin: 1rem 10px;
	box-shadow: 0px 0px 2px green;
	background: rgba(0, 77, 220, 0.1);
}
.title_lienquan{
	padding-bottom: 1px;
	font-size: 1.1rem;
	font-weight: 500;
	color: var(--cl_main_2);
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 40%;
	display: inline-block;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.content_post_loai > .card-title
{
	margin-bottom: 0.2rem !important;
}
.cl-or
{
	color: var(--cl_main_2);
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: var(--cl_main_2);
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: var(--cl_bl);
	border-radius: 5px;
}
.page-link{
	border-color: var(--cl_main_2) !important;
	color: var(--cl_main_2) !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: var(--cl_main_2) !important;
	color: #fff !important;
}
.count_online
{
	background: var(--cl_main_2);
	color: #fff;
}
.count_online .numbe_count
{
	font-size: 0.7rem !important;
	text-align: unset;
}
.count_online .numbe_count h2
{
	font-size: 1rem;
}
.count_online .numbe_count p
{
	text-align: unset !important;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid var(--cl_main_2);
}
.main-breacrumd .breadcrumb-item > a{
	color: var(--cl_main_2);
}
/*===============LOAI_RIGHT================*/
form.form_main {
    padding-left: 20px;
}
ul.mm-listview li:last-child:after {
    border: none;
}ul.mm-listview li:last-child{margin-top:10px;}