@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;
}
@keyframes expand {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

:root
{
	--menubg:#12A1B0;
}

.grid-3 {
	grid-template-columns: repeat(3,calc(100%/3)) !important;
}
.grid-4{
	grid-template-columns: repeat(4, 1fr) !important;
}
.w70{width: 70%; margin:auto;}
.grid-gap-5{grid-gap:5px !important;width: calc(100% - 5px);}
.grid-gap-10{grid-gap:10px !important;width: calc(100% - 10px);}
.grid-gap-15{grid-gap:15px !important;width: calc(100% - 15px);}
.grid-gap-30{grid-gap:30px !important;width: calc(100% - 30px);}
.grid-gap-40{grid-gap:40px !important;width: calc(100% - 40px);}
.mb-6{margin-bottom:50px;}
.bg_mauxam{
	background:#e8e8e8 !important;
}
.color_xanh{
	color:#56bb4b !important;
}
.mg30{
	margin:30px 0px;
}
.pd30{
	padding:30px 0px;
}

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;
}
.gap-30{
	gap:30px;
}
.gap-35{
	gap:35px;
}
.gap-50{
	gap:50px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.fs14{font-size:14px !important;}
.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}
.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}
.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs25{font-size:25px !important;}
.fs30{font-size:30px !important;}
/*===============HEADER================*/
.icon_home a,.icon_home a:hover {
	color: #fff;
}
.header{
	padding: 20px 0;
	border-top: solid 5px #d55877;
}
.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: 16px;
	font-weight: 500;
	margin-bottom: -5px
}
.phone_content div:nth-child(2){
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #509149;
	font-weight: 700;
	font-size: 1.1rem;
}
/*===============HEADER================*/
/*===============MENU================*/
.nav_main{
	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;
}
.form_search_header {
	position: relative;
	top: 5px;
}
.menu_header > li > a
{
	color:#486135;
	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: 165px; */
	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: 23%;
}
.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{
	font-size: 30px;
	color: #555555;
	font-weight: bold;
}
.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;
	width: calc(100% - 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: #747474;
}
.create_post{color: #747474 !important;}
.grid-post{
	grid-gap: 25px;
}
.des_post{
	color: #666666;
}
.title_post{
	font-weight: bold;
	color: #747474;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

/*===============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: #48be7a;
    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================*/
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block !important;
	padding-right: 0.5rem !important;
	color: #fff !important;
	content: "/" !important;
}
.breadcrumb-item.active{
	color:#ff1d1d !important;
}
li.breadcrumb-item:nth-child(1) {

}
.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================*/
.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;
}
.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;
}
.name_item_list_ck {
	color: #a0a0a0;
	transition:0.5s;
}
.item_list_chuyenkhoa {
	border-radius: 30px;
	border: 7px solid #e9e9e9;
	width: 165px;
	height: 165px;
	transition:0.5s;
}
.item_list_chuyenkhoa:hover{
	transition:0.5s;
	border: 2px solid #d55877;
}
.img_item_list_ck img {
	height: 85px;
}
.item_list_chuyenkhoa:hover .name_item_list_ck {
	color:#d55877;
	transition:0.5s;
}
.item_list_chuyenkhoa:hover .img_item_list_ck {
	opacity:0.7;
	transition:0.5s;
	transform:scale(1.1);
}
.img_item_list_ck {
	margin-bottom: 15px;
	transition: 0.5s;
}
.introduce_content{
	color:#a0a0a0;
}
.bg_mo{background:url(../img/hinhmo_quytrinh.jpg);background-attachment: fixed;background-position: top;}
.item_list_quytrinh {
	border-radius: 20px;
	box-shadow: 0px 0px 20px #000;
	overflow: hidden;
	background:#fff;
	flex:1;
}
.bg_mo_2{background:url(../img/hinhmo_taisao.png);background-attachment: fixed;background-position: top;}
.bg_mo_3{background:url(../img/hinhmo_3.png);background-attachment: fixed;background-position: top;}
img.w100{width: 100%;height:auto;}
.w100{width:100%;}
.item_taisao_pk img{height:60px; width:auto;}
.bg_taisao_1{background:#fb6c7e;}
.bg_taisao_2{background:#968bd7;}
.bg_taisao_3{background:#5fd4c2;}
.bg_taisao_4{background:#ffb073;}
.color_taisao_1{color:#fb6c7e;}
.color_taisao_2{color:#968bd7;}
.color_taisao_3{color:#5fd4c2;}
.color_taisao_4{color:#ffb073;}
.img_taisaopk {
	padding: 30px;
	padding-bottom: 40px;
	border: 3px solid #fff;
	border-radius: 20px;
}
.name_taisaopk {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -45px;
}
.name_taisaopk p {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 5px 15px;
	border-radius: 10px;
	line-height: 20px;
}
.infocus_feedback_custom > div{margin-bottom:10px;}
.content_feedback_custom{background:#fff; border-radius: 20px;padding:10px 30px;margin:30px 0px;}
.content_feedback_custom:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}
.text-yellow{color:yellow;}
.bg_xanhla_nhat{background:#e8f9ef;}
.item_baochi_nk img{height: 54px; width:auto;}
.item_post_right {
	border: 1px solid #d3d3d3;
	padding: 10px;
	border-radius: 15px;
	flex:1;
}
.item_cauhoi p {margin: 0px;color:#000;}
.item_cauhoi {
	padding: 10px 20px;
	background: #e5e5e5;
	padding-right: 15px;
}
.item_cauhoi a{width: 100%;}
.bg_taisao{background:#f6f6f6;}
.bg_mauxanhla{
	background:#55ba4a;
}
.button_dangkykhamleft a {
	background: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #55ba4a;
	transition:0.5s;
}
.button_dangkykhamleft a:hover{
	background:#328929;
	color:#fff;
	transition:0.5s;
}
button.btn_dangky_mauvang {
	background: #ff0;
	border: 0px;
	color: red;
	font-weight: bold;
	padding: 8px 20px;
	margin-left: 10px;
}
.banner_trangloai {
	background: url(../img/hinhmo_3.png);
	background-attachment: fixed;
	background-position: top;
	height: 200px;
}
.h1_title_trangcon {
	color: #509149;
	border-left: 3px solid;
	padding-left: 10px;
}
.dathenkham_header{
	background:;
}
a.dathenkham_header {
	background: #31679a;
	padding: 8px 8px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	transition:0.5s;
}
a.dathenkham_header:hover{
	transition:0.5s;
	background:#d55877;
	color:#fff;
}
.quytrinh_icon {
	background: #fff;
	border-radius: 50%;
	top: 236px;
	right: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding-top: 0px;
	box-shadow: inset 0 0 10px #ccc;
}

.quytrinh_icon img {
	height: 35px;
}
.bg_thietbi{background:url(../img/background_thietbi.jpg) repeat-y;}
.bg_social{background:url(../img/bg_social_mo.jpg);background-attachment: fixed;background-position: top;}
.img_itemthietbi img {
	max-width: 100%;
	border: 7px solid #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #555;
}
.item_small img{width:100px;height:100px;}
.item_small .content_post-right {
	overflow: hidden;
}
.item_social_footer {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	top: -10px;
	left: -10px;
	border-radius: 50%;
	background: rgb(143 142 143 / 30%);
	animation: expand 2s ease-in-out infinite alternate;
}
.item_social a{z-index:1; position: relative;}
.input_footer{width:300px !important;}
.footer button{
	    border: none;
    background: #d85b78;
    color: #fff;
}
.footer form {
    box-shadow: 0px 0px 15px #555;
}
.title_foter {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
ul.chuyenkhoa li {
    list-style-type: disc;
    margin-left: 20px;
}

ul.chuyenkhoa li a {
    color: #fff;
}
