@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;
}
.d-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.grid-4{
	grid-template-columns: repeat(4, 1fr);
}
.grid-3{
	grid-template-columns: repeat(3, 1fr);
}
.grid-gap-10{
	grid-gap:10px;
}
.grid-gap-15{
	grid-gap:15px;
}
.grid-gap-20{
	grid-gap:20px;
}
.grid-gap-75{
	grid-gap:75px;
}
.gap-10{
	gap:10px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.container
{
	max-width: 650px !important;
}
/*===============Top-header================*/
.top-header{
	position:sticky;
	top:0;
	z-index:10;
	left:50%;
	bottom:50%;
}
.top-header .col-left
{
	background: #d34408;
}
.top-header .col-left i
{
	font-size: 50px;
	color: #fff;
}
.top-header .col-right
{
	background: #33a87f;
}
.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: white;
	color: #33a87f;
	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: #66c15c;
	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: 14px;
	font-weight: 500;
	margin-bottom: -5px;
	color:#000;
}
.phone_content div:nth-child(2){
    font-size: 16px;
    font-weight: 600;
    color: #31679a;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
    position: relative;
    background: #3eb678;
}
.nav_main > .icon_home{
	position: absolute;
	top: -13px;
	left: 10%;
	background: #66c15c;
	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 #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: 750px;
	justify-content: space-around;
	margin: auto !important;
	color:#fff;
}

.menu_header > li > a
{
	color:#fff;
	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: #66c15c;
	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: #66c15c;
	border-radius: 50%;
	top: 0;
	left: -10px;
}
.dot:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 3px;
	background-color: #66c15c;
	border-radius: 50%;
	top: 0;
	right: -10px;
}
.title_main{
	gap: 25px;
	font-size: 5vw;
	color: #66c15c;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.des_intro,.des_catalog{
	font-weight: 500;
}
.title_item_intro{
	color: #66c15c;
	font-weight: 500;
}
.img_name_intro img{
	max-width: 50%;
}
.content_item_intro{
	font-weight: 500;	
	text-align: justify;
	flex-grow: 1;
}
.list_intro
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.form_intro{
	background: #66c15c;
	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: #66c15c;
	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;
}
.list_catalog_sick
{
	padding: 0 2%;
}
.list_catalog_sick > div
{
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;	
	flex-wrap: wrap;
	padding-top: 1rem;
	margin:1% 1%;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	border-radius: 10px;
}
.list_catalog_sick > div p
{
	padding: 10px 0;
	text-align: center;
	width: 100%;
	color: #fff; font-weight: bold;
}
.list_catalog_sick > div:nth-child(1)
{
	background: #ed942e;
}
.list_catalog_sick > div:nth-child(2) 
{
	background: #0596b9;
}
.list_catalog_sick > div:nth-child(3)
{
	background: #73d4eb;
}
.list_catalog_sick > div:nth-child(4)
{
	background: #b82604;
}
.list_catalog_sick > div:nth-child(5)
{
	background: #66c15c;
}
.list_catalog_sick > div:nth-child(6) 
{
	background: #00a296;
}
.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: #66c15c;
	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: #66c15c;
	padding: 8px 0;
}
.form_catalog
{
	padding: 5px;
	background: #66c15c;
}
.form_catalog > form
{
	display: flex;
	align-items: center;
	gap: 10px;
}
.form_catalog > form > input
{
	height: 25px;
}
.form_catalog > form > .btn
{
	background: #66c15c;
	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_sologan.jpg) top left no-repeat;	*/
	background-size: cover; 
}
.title_slogan{
	color: #D94405;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500
}
.icon_solgan{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 38px;
	margin-top: 20px;
}
.item_solgan{
	text-align: center;
}
.slogan .titlebottom
{
	border-bottom: 2px solid #66c15c;
}
.slogan .titlebottom p{
	text-align: center;
	width: 80%; margin: auto;
	background: #66c15c; 
	color: #fff; 
	padding: 5px 10px;
	position: relative;
	font-size: 2.9vw;
	
}
.slogan .titlebottom p:before
{
/*	position: absolute;
 content: '';
 display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  right: 100%;
  top: 0;
  */
}
/*===============SOLOGAN================*/
/*==============form_middle ===========*/
.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;
}
.btn_mid{
    background: #fff;
    background-size: 100% 100%;
    padding: 8px 38px;
    border: 0;
    box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
    color: #2baa68;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
/*==============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: #66c15c;
	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: 18px; margin-bottom: 0;
}
.antam .p3{
	text-align: center;
}
.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;
}
/*==================chuyenmucbaiviet===*/
.chuyenmucbaiviet .p1{
	font-size: 1.2rem;
}
.chuyenmucbaiviet .item
{
	margin-bottom: 20px;
}
.chuyenmucbaiviet .item .image
{
	border: 2px solid #66c15c;
}
.chuyenmucbaiviet .item .title
{
	font-weight: bold;
	/*padding: 10px 0;*/
	line-height: 1.3rem;
	max-height: 4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.chuyenmucbaiviet .item p
{
	line-height: 1.3rem;
	max-height: 6.2rem;
	overflow: hidden;
}
.chuyenmucbaiviet .btnxt{
	background: #0071bc;
	font-style: italic;
	color: #fff;
	display: table;
	margin: auto; 
	padding: 5px 20px;
	border-radius: 20px;
}
.chuyenmucbaiviet a{
	color: #000;
}
/*===============LIST_QUESTION================*/
.question{
	background: url(../img/bg_question.jpg) top left no-repeat;
	background-size:cover; 
}
.content_question{
	
	padding: 15px;
	text-align: justify;
	font-size: 1rem;
	border-radius: 8px;
	font-weight: 500;
}
.content_question .title_question 
{
	background: #33a87f;
	color: #fff; 
	padding: 10px;
}
.item_question
{
	padding: 10px;
}
.qt-2{
	background: #E2973B;
	color: #000;
}
/*===============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 .content_about{
	width: 90%;
	margin: auto;
}
/*===============ABOUT_CUSTOMER================*/
/*===============boxphone================*/
.boxphone .row-1 .item-1 .col-right .holine,.boxphone .row-1 .item-1 .col-right .phone
{
	color: #66c15c; font-weight: bold;
	font-size: 1rem;
}
.boxphone  .row-1 .row > .col-right
{
	border-left: thin solid #66c15c;
}
.boxphone  .row-1 .row > .col-right .dathen
{
	color: #66c15c; font-weight: bold;
	font-size: 1rem;
}
.boxphone  .row-1 .row > .col-right .uudien, .boxphone .row-1 .item-1 .col-right .phone a
{
	color: #ab1e24; font-weight: bold;
}
.boxphone  .row-2
{
	margin: 10px 0;
	background: #66c15c;
	padding: 10px;
	color: #fff;
	font-size: 1rem;
}
.boxphone  .row-2 .luuy{
	font-size: 0.8rem;	
	text-align: justify;
	text-align-last: center;
}
.boxphone form.row {
	width: 60%;
	margin-left: -5%;
}
.boxphone form.row .col-left
{
	background: #fff;
	transform: skew(-21deg)
}
.boxphone form.row .col-left .input
{	
	transform: skew(21deg)
}
.boxphone form.row .col-left .input input[type="text"]
{
	background: none;border: none;
	padding: 0px 10px 0px 30px;
}
.boxphone form.row .col-left .input input[type="text"]:focus{
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.boxphone form.row .col-right .btn
{
	background: #eb4b00;
	transform: skew(-21deg); border-radius: 0 !important;
}
.boxphone form.row .col-right .btn input[type="submit"]
{
	background: none;border: none; color: #fff;
	transform: skew(21deg);
	border-radius: 0 !important;
}
/*===============FOOTER================*/
.footer{
	background: #2cb674;
	color: #fff;
	font-size: 1rem;
	padding-bottom:80px;
}
.info_bottom{
	background: rgb(255,115,0);
	background: linear-gradient(87deg, rgba(255,115,0,1) 8%, rgba(222,180,1,1) 84%, rgba(255,115,0,1) 96%);
}
.phone_bottom{
	font-size: 1.5rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.phone_bottom i{
	font-size: 2.5rem;
	margin-right: 15px;
}
.form_footer{
	background: #EB5C05;
	border-radius: 4px;
	width: 350px;
}
.form_footer button{
	color: #fff;
	border: 0;
}
.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: #33ab7f;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
#lienhe-bottom a:nth-child(2)
{
	background: #f25c05;
}
#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: #33AB7F;
	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 #66c15c;
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #66c15c;
}
.post-main h2{
	font-size: 1.5rem;
	color: #F29F04;
	border-bottom: 1px solid #66c15c;
	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: #66c15c;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
}
.cl-or
{
	color: #66c15c;
}
.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: #66c15c;
	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: #66c15c;
	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 #66c15c;
}
.main-breacrumd .breadcrumb-item > a{
	color: #66c15c;
}
/*===============LOAI_RIGHT================*/
/*===============tritt================*/
.nav_main a.home_href {
    width: 100%;
    height: 100%;
    position: absolute;
}
form.form_main {
    padding-left: 20px;
}
ul.mm-listview li:last-child:after {
    border: none;
}ul.mm-listview li:last-child{margin-top:10px;}
/*===============tritt================*/
.khungkhuyenmai{
    border-radius: 5px;
    width: 100%;padding: 2%;
    margin: 20px 0px !important;
    border: 2px dashed rgb(71, 22, 251);
    box-sizing: border-box;
    background: #addfef none repeat scroll 0% 0%;
}
.khungxanh1{border-radius:5px;padding:2%;width:100%;margin:auto;border:1px solid #006666;box-sizing:border-box;}
.khungxanh {
    border-radius: 5px;
    width: 100%;
    padding: 2%;
    margin: auto;
    border: 2px dashed rgb(0, 166, 126);
    box-sizing: border-box;
    background: #e6f3ff none repeat scroll 0% 0%;
}
.khunghong {
    border-radius: 5px;
    padding: 2%;
    width: 100%;
    margin: auto;
    border: 2px dashed rgb(247, 95, 146);
    box-sizing: border-box;
    background: #fee3ed none repeat scroll 0% 0%;
}
.khungxanhla {
    border-radius: 5px;
    padding: 2%;
    width: 100%;
    margin: auto;
    border: 2px dashed rgb(13, 130, 18);
    box-sizing: border-box;
    background: rgba(76, 175, 80, 0.17) none repeat scroll 0% 0%;
}
.khungcam {
    border-radius: 5px;
    padding: 2%;
    width: 100%;
    margin: auto;
    border: 2px dashed rgb(243, 133, 104);
    box-sizing: border-box;
    background: rgba(235, 75, 35, 0.23) none repeat scroll 0% 0%;
}
.khungtim {
    border-radius: 5px;
    padding: 2%;
    width: 100%;
    margin: auto;
    border: 2px dashed #AFBBFD;
    box-sizing: border-box;
    background: rgba(220, 224, 254, 0.43) none repeat scroll 0% 0%;
}
.khungxemthem p {
    margin-bottom: 0px !important;
}
.khungxanh{
    margin:20px 0px !important;
}
.khunghong{
    margin:20px 0px !important;
}
.khungxanhla{
    margin:20px 0px !important;
}
.khungcam{
    margin:20px 0px !important;
}
.khungtim{
    margin:20px 0px !important;
}
.khungxemthem{
    margin:20px 0px !important;
}
.khungxanh p:last-child{
    margin-bottom: 0px !important;
}
.khunghong p:last-child{
    margin-bottom: 0px !important;
}
.khungxanhla p:last-child{
    margin-bottom: 0px !important;
}
.khungcam p:last-child{
    margin-bottom: 0px !important;
}
.khungtim p:last-child{
    margin-bottom: 0px !important;
}
.khungxemthem p:last-child{
    margin-bottom: 0px !important;
}
.khungxanh1 p:last-child{
    margin-bottom: 0px !important;
}

.content_bacsi {
width: 100%;
}

.title_bacsi a {
    font-size: 22px;
    font-weight: bold;
    color: #509149;

}
.img_bacsi {
    text-align: center;
    margin-bottom: 15px;
}
.title_bacsi{
margin-bottom: 10px;
 text-align: center;
}
.des_bacsi a {
    color: red;
    font-weight: bold;
}
.button_bacsi{text-align: center;}
.item_button_bacsi {
    display: inline-block;
    background: rgb(221,221,221);
    background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(232,232,232,1) 100%);
    margin-right: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0px 3px 3px #c1bfbf;
}

.item_button_bacsi a {
    color: #509149;
    font-weight: bold;
    font-size: 10px;
}
.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;
}
.bg_xanhdam{
	background:#2baa68;
}
.bg_hong{
	background:#cf3a5d;
}
.bg_cam{
	background:#f09d35;
}
.bg_xam{
	background: #e9e9e9;
}
.right_child_danhmuc{flex:1;}
.right_child_danhmuc li {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -5px 5px 5px #bbb;
}
.name_danhmuc {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.right_child_danhmuc a {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.left_icon_danhmuc {
    min-width: 132px;
}
.title_introindex{font-size: 20px;text-align: center;color:#2baa68;font-weight: bold;}
.right_intro p {
    margin-bottom: 10px;
}
.chatluong_uytin .left_icon_danhmuc {
    max-width: 110px;
}
.noidungtitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.title_chatluong {
    position: relative;
    margin-bottom: 10px;
}

.line_chatluong {
    position: absolute;
    width: 50px;
    height: 3px;
    content: "";
    background: #000;
    bottom: -1px;
}
.bgchatluong_1{
	background:#ffc977;
}
.bgchatluong_2{
	background:#8beacf;
}
.bgchatluong_3{
	background:#da94dc;
}
.bgchatluong_4{
	background:#e97578;
}
.chatluong_uytin .right_child_danhmuc {
    justify-content: center;
}