@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;
}

/*===============HEADER================*/
.icon_home a,.icon_home a:hover {
    color: #fff;
}
.header{
	padding: 20px 0;
	border-top: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source:  linear-gradient(90deg, #66c15c 26%, #66c15c 26%);
	margin-bottom: 20px;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-color: #66c15c;
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
	color:#67c15c;
}
.form_main > i{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 1.5rem;
	transform: translateY(-50%);
	cursor: pointer;
}
.phone_content div:first-child{
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	font-size: 1.1rem;
	font-weight: 600;
	color: #66c15c;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #509149;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	border-top: 1px solid #66c15c;
	position: relative;
}
.nav_main > .icon_home{
	position: absolute;
	top: -13px;
	left: 10%;
	background: #66c15c;
	padding: 2px 10px 0;
	color: #fff;
	font-size: 1.5rem;
}
.timework_header > * ,.address_header > * {
    vertical-align: text-top;
}
.nav_main > .icon_home:before{
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	background: transparent;
	bottom: -10px;
	left: 0;
	border-top: 10px solid #66c15c;
	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 #66c15c;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: -1;
}
.menu_header
{
	max-width: 1200px;
	justify-content: space-around;
	margin: auto !important;
}
.menu_header > li > a
{
	color:#66c15c;
	font-weight: 600;
	display: inline-block;
	padding: 13px 0;
	text-transform: uppercase;
}
.menu_header > li > a > .bxs-down-arrow
{
	font-size: 0.7rem;
}
.submenu_main, .menu_header
{
	position: relative;
}
.submenu_main:hover + .submenu_header,.submenu_header:hover
{
	opacity: 1;
	pointer-events: all;
}
.submenu_header
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding:15px;
	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;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	z-index: 999999;
	justify-content: center;
}
.submenu_header > li > a
{
	display: inline-block;
	margin-bottom: 10px;
	color: #50914a;
	font-size: 1rem;
	border-bottom: 2px solid #50914a;
	width: 100%;
	min-width: 168px;
	transition: padding-left .5s;
	font-weight: 500;
	padding-left: 3px;
}
.submenu_header > li > a:hover, .subsub_menu > li > a:hover
{
	padding-left: 10px;
}
.contain_submenu{
	width: 24%;
}
.subsub_menu > li >a{
	color:#4D4D4D;
	transition: all .5s;
	margin-bottom: 8px;
	width: 100%;
	display: inline-block;
}
.contain_submenu:hover > a{
	background: #50914a;
	color: #fff;
	transition: all .5s;
}
/*===============MENU================*/

/*===============BANNER================*/
.banner img{
	max-width: 100%;
}
/*===============BANNER================*/

/*===============INTRO================*/
.dot {
	height: 3px;
	width: 3px;
	background-color: #50914a;
	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: #50914a;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #50914a;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main{
	gap: 25px;
	font-size: 2rem;
	color: #509149;
	margin-bottom: 20px;
}
.intro{
	background: url('../img/bg_intro.jpg') center center no-repeat;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}
.des_intro,.des_catalog{
	font-weight: 500;
}
.title_item_intro{
	color: #33977F;
	font-weight: 500;
}
.img_name_intro{
	width: 31%;
}
.content_item_intro{
	font-weight: 500;
	width: 65%;
	text-align: justify;
	flex-grow: 1;
}
.list_intro
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.form_intro{
	background: #509149;
	color: #fff;
	height: 100%;
	text-align: center;
	padding: 9px;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:20px;
	border-radius: 6px;
}
.form_main_intro .btn{
	color: #509149;
	border-radius: 25px;
	padding: 0 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,.4); 
	font-weight: 500;
}
/*===============INTRO================*/
/*===============CATALOG================*/
.des_catalog{
	max-width: 550px;
	margin: auto;
	text-align: center;
}
.catalog_sick
{
	background: url(../img/bg_pink.jpg) top left no-repeat;
	background-size: cover;
}
.item_catalog
{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	flex-basis: 30%;
	box-shadow: 0 4px 10px rgba(0,0,0,.4);
}
.content_catalog{
	display: flex;
	gap:5px;
}
.left-content_catalog{
	background: #509149;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	padding: 10px;
}
.right_content_catalog
{
	display: flex;
	flex-direction: column;
	gap:5px;
}
.name_catalog{
	text-align: center;
	color: #fff;
	font-weight: 500;
	background: #509149;
	padding: 8px 0;
}
.form_catalog
{
	padding: 5px;
	background: #509149;
}
.form_catalog > form
{
	display: flex;
	align-items: center;
	gap: 10px;
}
.form_catalog > form > input
{
	height: 25px;
}
.form_catalog > form > .btn
{
	background: #509149;
	color: #fff;
	font-weight: 500;
	padding: 0;
	height: 25px;
}
.img_catalog{
	min-width: 313px;
	min-height: 232px;
	max-height: 232px;
	overflow:hidden; 
}
.img_catalog > img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*===============CATALOG================*/

/*===============SOLOGAN================*/
.slogan{
	background:	url(../img/bg_slogan.jpg) top left no-repeat;
	height: 550px;
	background-size: cover; 
}
.title_slogan{
	color: #50914a;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500
}
.icon_solgan{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 90px;
	margin-top: 20px;
}
.item_solgan{
	text-align: center;
}
/*===============SOLOGAN================*/
/*===============FORM_MIDDLE================*/
.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;
}
/*===============FORM_MIDDLE================*/
/*===============POST_CATALOG================*/
.small_title{
	color: #509149;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	margin-top: -25px;
}
.item_post_right > a span{
	width: 30%;
}
.item_post_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_post_right > a{
	color: #509149;
}
.grid-post{
	grid-gap: 25px;
}
.des_post{
	color: #666666;
}
.title_post{
	font-weight: 500;
	color: #509149;
	white-space: nowrap; 
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.content_post-right
{
	width: 65%;
}
/*===============POST_CATALOG================*/
/*===============LIST_IMG================*/
.list_img_web{
	background: url(../img/bg_list_img.jpg) top left no-repeat;
	background-size: 100% 100%;
}
.cl-blue{
	color: #195180;
}
.title_addmore p{
	color: #CF5655;
	font-weight: 500;
	font-size: 1.5rem;S
}
.list_img_grid{
	display: inline-grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(3,1fr);
	grid-gap: 10px;
}
.list_img_grid > .img_1{
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}
/*===============LIST_IMG================*/
/*===============LIST_QUESTION================*/
.question{
	background: url(../img/bg_question.jpg) top left no-repeat;
	background-size: 100% 100%; 
}
.content_question{
	background: #D85A24;
	color: #fff;
	padding: 15px;
	text-align: justify;
	font-size: 1rem;
	border-radius: 8px;
	font-weight: 500;
}
.item_question
{
	padding: 10px;
}
.qt-2{
	background: #E2973B;
	color: #000;
}
.cus_pd {
	padding: 0 93px !important;
}
/*===============LIST_QUESTION================*/
/*===============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;
}
.bxs-quote-alt-left{
	font-size: 1.5rem;
	color: #8BC243;
}
.info_per img{
	width: auto;
	height: 70px;
}
/*===============ABOUT_CUSTOMER================*/
/*===============FOOTER================*/
.footer{
	background: #66c15c;
	color: #fff;
	font-size: 1rem
}
.info_bottom{
	background: rgb(80 145 74);
}
.phone_bottom{
	font-size: 1.5rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color:#fff;
}
.phone_bottom i{
	font-size: 2.5rem;
	margin-right: 15px;
}
.form_footer{
	background: #66c15c;
	border-radius: 4px;
	width: 350px;
}
.form_footer button{
	color: #fff;
	border: 0;
}
.title_hethong{
	border-bottom: 1px solid #fff;
	font-size: 1.2rem;
	display: inline-block;
}
/*===============FOOTER================*/
/*===============LOAI_RIGHT================*/
.tag_time_loai{
	padding: 15px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(225 225 225 / 25%);
	border-radius: 7px;
	border: 1px solid #ccc;
}
.tag_time_loai span{
	font-weight: 500;
}
.tag_time_loai > i{
	font-size: 4.5rem;
	margin-right: 8px;
	color: #4D4E50;
}
.item_info_right{
	background: #50914a;
	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: #66c15c;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #509149;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #509149;
}
.post-main h2{
	font-size: 1.5rem;
	color: #F29F04;
	border-bottom: 1px solid #509149;
	padding-bottom: 10px;
}
.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: #509149;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
	min-width: 228px;
}
.content_post_loai
{
	width: 65%;
	padding:0 15px;
}
.cl-or
{
	color: #509149;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #33AB7F;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #509149;
	border-radius: 5px;
}
.page-link{
	border-color: #33AB7F !important;
	color: #33AB7F !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #33AB7F !important;
	color: #fff !important;
}
.count_online
{
	background: #509149;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	
}
.main-breacrumd .breadcrumb-item > a{
	color: #509149;
}
/*===============LOAI_RIGHT================*/
/*===============tritt================*/
li.breadcrumb-item:nth-child(1) {
    border-left: 5px solid #50914a;
    padding-left: 10px;
}
.btn_tuvan_noidung .wtm-abs{
	display: none !important;
}
span.wtm-out {
		display: inline-block;
		position: relative;
	}

	.wtm-abs {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		max-height: 40%;
	}

	.wtm-abs img {
		width: 100%;
	}
	.post_left .title_post {
    font-size: 18px;
    margin-top: 10px;
}
.sticky_right{
	position: sticky;
	top:15px;
}
/*===============tritt================*/

.img_bacsi {
    float: left;
}

.content_bacsi {
    float: right;
    width: calc(100% - 270px);
}

.title_bacsi a {
    font-size: 25px;
    font-weight: bold;
    color: #509149;
    margin-bottom: 10px;
}

.des_bacsi a {
    color: red;
    font-weight: bold;
}
.item_button_bacsi {
    float: left;
    background: rgb(221,221,221);
    background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(232,232,232,1) 100%);
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0px 3px 3px #c1bfbf;
}

.item_button_bacsi a {
    color: #509149;
    font-weight: bold;
}
.item_button_bacsi.red_button {
    background: rgb(228,96,96);
    background: linear-gradient(0deg, rgba(228,96,96,1) 0%, rgba(236,141,141,1) 100%);
    border: 1px solid #dc7474;
    box-shadow: 0px 3px 3px #c65353;
}

.item_button_bacsi.red_button a {
    color: #fff;
}
.des_bacsi p {
    font-size: 17px;
}
.clear{
	clear:both;
}
.item_bacsi {
    margin-bottom: 30px;
}
.item_post_right {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.item_post_right:nth-child(2n) {
    margin-right: 0px;
}