@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;
}
:root
{
	--menubg:#12A1B0;
}
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;
}
/*===============Top-header================*/
.top-header .col-left
{
	background: #00682F;
}
.top-header .col-left i
{
	font-size: 50px;
	color: #fff;
}
.top-header .col-right
{
	background: #CE022E;
}
.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;
	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;
	
	margin-bottom: 15px;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #ce012e;
	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: #CE022E;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid #00682F;
	position: relative;
}
.nav_main > .icon_home{
	position: absolute;
	top: -13px;
	left: 10%;
	background: #00682F;
	padding: 2px 10px 0;
	color: #fff;
	font-size: 1.5rem;
}
.nav_main > .icon_home:before{
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	background: transparent;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #00682F;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
}
.nav_main > .icon_home:after{
	content: '';
	position: absolute;
	height: 0;
	width: 141%;
	background: transparent;
	top: 0px;
	left: -9px;
	border-bottom: 12px solid #00682F;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: -1;
}
.menu_header
{
	max-width: 750px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#CE022E;
	font-weight: 600;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 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: #00682F;
	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: #00682F;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #00682F;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main_dot{
	gap: 25px;
	font-size: 5vw;
	color: #00682F;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.title_main{
	gap: 25px;
	font-size: 1rem;
	color: #5D5D5D;
	margin-bottom: 20px;
	position: relative;
}
.title_main_sub{
	font-size: 3.6vw;
	margin-top: -22px;
	font-weight: 600;
}
.title_main_phone{
	display: inline-block;
	margin: auto;
	margin-top: -20px;
	background:#CE022E;
	padding: 10px 25px;
	border-radius: 3px;
	font-size: 15px;
	color: #fff; 
	z-index: 1;
}
.title_main_phone:before{
	content: '';
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #CE022E;
	z-index: -1
}
/*===============INTRO================*/
/*==============LIST_CATEGORY================*/
.list_category_item{
	border:1px solid var(--lc_cl);
	padding: 10px 8px;
	text-align: center;
	border-radius: 5px;
	flex: 1 1 150px;
}
.list_category_content {
	display: block;
	color: #3F3F3F;
	margin: 10px auto;
	width: 81px; 
}
.list_category_des {
	color: #3F3F3F;
	font-size: 15px;
	margin-top: 12px;
	text-align: center;
	font-weight: 500;
}
/*==============LIST_CATEGORY================*/
/*===============SOLOGAN================*/
.slogan{
	/*background:	url(../img/bg_sologan.jpg) top left no-repeat;	*/
	background-size: cover; 
}
.icon_solgan{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 38px;
	margin-top: 20px;
}
.item_slogan_name {
	color: #00682F;
	font-style: 0.9rem;
	font-weight: 600;
}
.item_solgan{
	text-align: center;
}

/*===============SOLOGAN================*/

/*===============LIST_CATE_POST================*/
.title_list_cate{
	background: #00682F;
	color: #fff;
}
.btn_menu_post
{
	padding: 0px 5px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	color: #E33263;
	position: absolute;
	top: 35px;
	right: 8px;
	font-size: 1.5rem;
}
.list_cate_post_name{
	border-bottom: 1px solid #00682F;
	color: #E33263;
	text-transform: uppercase;
	padding: 10px 0 5px;
	position: relative;
	font-weight: 600;
}
.list_cate_post_name:before{
	content: '';
	width: 20%;
	height: 3px;
	background: #00682F;
	position: absolute;
	bottom: -3px;
	left: 0;

}
.list_cate_sub > span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	padding: 8px;
	background: #00682F;
	color: #fff;
	font-size: 0.55rem;
}
.list_cate_sub > span:not(:last-child){
	border-right: 1px solid #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: #CF0435;
    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;
}
.btn_detail{
	padding: 0 10px;
	background: #59595C;
	color: #fff;
	font-size: 1rem;
	border-radius: 3px;
}
.btn_tuvan{
	padding: 0 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 0.9rem;
    padding-left: 24px;
    background: url(../img/tuvan_btn_post.png) no-repeat #CE022E;
    background-position: 4px;
    background-size: 13px;
    border-radius: 3px;
}
.menu_cate {
	position: absolute;
	right: 0;
	width: max-content;
	display: flex;
	flex-direction: column;
	background: #CE022E;
	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{
	position: relative;
}
.img_under_post > img{
	margin: auto;
	display: block;
}
.img_under_post .btn_phone_posi{
	position: absolute;
    top: 48%;
    left: 15vw;
    color: #FF4266;
    font-size: 3.3vw;
    font-weight: bold;
}
/*===============LIST_CATE_POST================*/

/*===============ACCESSORY================*/
.accessory_name{
	background: #00682F;
	color: #fff;
	padding: 10px;
}
.accessory_name:not(:last-child){
	border-bottom: 1px solid #fff;
}
.accessory_name.active{
	background: #CE022E;
}
.accessory_img > img{
	border-radius: 5px;
    width: 50%;
    border: 1px solid #00682F;
}
.accessory_item:first-child .accessory_content{
	display: block;
}
.accessory_item .accessory_content{
	display: none;
}
/*===============ACCESSORY================*/

/*==============form_middle ===========*/
.titlebottom p{
	text-align: center;
	width: 80%; margin: auto;
	color: #fff; 
	padding: 5px 10px;
	position: relative;
	font-size: 2.9vw;
	background: transparent;
	z-index: 1;
	
}
.titlebottom p:before
{
	position: absolute;
    content: '';
    display: block;
    width: 104%;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 27px solid #CF0435;
    right: -2%;
    top: 0px;
    z-index: -1;
}
.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;
}
/*==============An tam================*/
.antam
{
	position: relative;
}
.antam .icon1
{
	position: absolute;
	right: 0%; top: 9%;
}
.antam .icon1 img{
	max-width: 40px;
}
.antam .icon2
{
	position: absolute;
	left: 2%; top: 7%;
}
.antam .icon2 img{
	max-width: 30px;
}
.antam .title
{
	background: #CE022E;
	color: #fff; 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: center;font-size: 3.3vw;
}
.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;
}
/*===============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 0 10px rgba(0,0,0,.4);
	border-radius: 8px;
	position: relative;
	background: #E6F0EB;
}
.bxs-quote-alt-left{
	font-size: 1.5rem;
	color: #00682F;
	position: absolute;
	right: 25px;
	top: 25px;
	transform: rotate(180deg);
}
.info_per img{
	width: auto;
	height: 85px;
}
.about_customer .content_about{
	width: 90%;
	margin: auto;
}
/*===============ABOUT_CUSTOMER================*/
/*===============FOOTER================*/
.footer{
	background: #CE022E;
	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: #00682F;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
#lienhe-bottom img {
	height: 100px;
}
#lienhe-bottom a:nth-child(2)
{
	background: #CE022E;
}
#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: center;
	background: #E1E1E1;
	border-radius: 7px;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: #00682F;
	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: #CE022E;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #CE022E;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #CE022E;
}
.post-main h2{
	font-size: 1.2rem;
	color: #CE022E;
	border-bottom: 1px solid #CE022E;
	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: #CE022E;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 45%;
	display: inline-block;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.cl-or
{
	color: #CE022E;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #00682F;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #CE022E;
	border-radius: 5px;
}
.page-link{
	border-color: #00682F !important;
	color: #00682F !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #00682F !important;
	color: #fff !important;
}
.count_online
{
	background: #CE022E;
	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 #CE022E;
}
.main-breacrumd .breadcrumb-item > a{
	color: #CE022E;
}
/*===============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;}
