@font-face {
	font-family: probold;
	src: url(MyriadPro-Bold.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: regular;
	src: url(MyriadPro-Regular.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: semibold;
	src: url(MyriadPro-Semibold.otf) format("truetype");
	font-display: swap;
	}@font-face {
		font-family: american;
		src: url(UTMAmericanSans.ttf) format("truetype");
		font-display: swap;
	}

	@font-face {
		font-family: akashi;
		src: url(UTMAkashi.ttf) format("truetype");
		font-display: swap;
	}
	:root
	{
		--menubg:#12A1B0;
	}
	body
	{
		font-size: 14px !important;
		max-width: 650px !important;
		width: 100%;
		margin: 0 auto !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;
	}
	img.w100{max-width: 100%; height: auto;}
	form
	{
		margin: 0;
	}
	.fs10{font-size: 10px;}
	.fs11{font-size: 11px;}
	.fs12{font-size: 12px;}
	.fs13{font-size: 13px;}
	.fs14{font-size: 14px;}
	.fs15{font-size: 15px;}
	.fs16{font-size: 16px;}
	.fs17{font-size: 17px;}
	.fs18{font-size: 18px;}
	.gap-5{
		gap:5px;
	}
	.gap-10{
		gap:10px;
	}
	.gap-20{
		gap:20px;
	}
	.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;
		border-top: 5px solid #09afd4;
	}
	.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: 1em;
		font-weight: 500;
		margin-bottom: -5px;
		color:#000;
	}
	.phone_content div:nth-child(2){
		font-size: 4.1vw;
		font-weight: 600;
		color: #66c15c;
	}
	.info_header{
		color: #4D4D4D;
	}
	.info_header i{
		color: #000;
		font-weight: 700;
		font-size: 1.1rem;
	}
	/*===============HEADER================*/
	/*===============MENU================*/
	.nav_main{
		position: relative;
		background: #1981c2;
	}
	.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;
	}
	.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{
		font-size: 5vw;
		color: #1981c2;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 5px;
	}
	.intro{
		background: url('../img/bg_intro.jpg') center center no-repeat;
		background-size: cover;
	}
	.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;
}
.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: #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 {
	margin: 0px 20px;
	padding: 15px;
	box-shadow: 0 0 10px rgb(25 129 194);
	border-radius: 10px;
}
.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: #1981c2;
	color: #fff;
	font-size: 1rem;
	padding-bottom: 80px;
	position: relative;
	top: -1px;
}
.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
{
	font-size: 1.2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #1981c2;
	font-weight: bold;
	text-align: center;
}
.post-main h2 * {
	color: #1880c1;
}
.post-main h2{
font-size: 16px;
    color: #1880c1;
    border-bottom: 3px solid #1880c1;
    padding-bottom: 10px;
    background: url(../img/icon_title_chitiet.png) no-repeat 0px -3px;
    padding-left: 30px;
    line-height: 15px;
}
.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: #fff;
	border-bottom: 1px solid #1880c1;
	margin-bottom: 10px;
}
.title_lienquan span {
	background: #1880c1;
	padding: 5px 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
}
.content_post_loai
{
	width: 70%;
	padding:0 15px;
}
.content_post_loai > h5
{
	font-size: 1rem;
	margin-bottom:5px;
}
.cl-or
{
	color: #1981c2;
}
.bluecolor{
	color: #1981c2 !important;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #1880c1;
	border-radius: 5px;
	text-transform: uppercase;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #06afd3;
	border-radius: 5px;
	text-transform: uppercase;
}
.page-link{
	color: #007bff !important;
	font-weight: 500;
}
.page-item.active .page-link{
	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 {

}
.main-breacrumd .breadcrumb-item > a{
	color: #000;
}
/*===============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;
	}
	.item_bottom_slide.text-center {
		width: 50%;
		background: #ed1c24;
		padding: 5px 0px;
		border-radius: 15px;
		box-shadow: 0px 3px 3px #6c6666;
		position: relative;
	}
	.item_bottom_slide a{
		color:#fff;
	}
	.text-bottom-slide-big{font-weight: bold;}
	.background-blue{background:#1981c2 !important;}
	.dichvunoibat_ul li {
		width: 100%;
	}

	.title_main:after {
		content: "";
		width: 76px;
		height: 2px;
		background: #1981c2;
		bottom: 0px;
		position: absolute;
		left: calc(50% - 38px);
	}
	.dichvunoibat_ul a {
		color: #fff;
		padding: 10px 20px;
		font-weight: bold;
	}
	.dichvunoibat_ul .background-blue {
		border-radius: 10px;
	}
	.dichvunoibat_ul > div:first-child {
		width: 50%;
		margin: auto;
	}
	.dichvunoibat_ul .background-blue img {
		height: 50px;
	}
	.content_gioithieu {
		flex: 1;
	}
	.number_gioithieu img {
		width: 90%;
	}
	.title_content_gioithieu {
		font-family: american;
		color:#1981c2;
		border-bottom:2px dashed;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	ul.chuyenmuc_danhmuc li.active{
		background:#1880c1;
		color:#fff;
	}
	ul.chuyenmuc_danhmuc li {
		display: inline-block;
		background: #fff;
		border: 1px solid #1880c1;
		margin: 0px 5px;
		margin-bottom: 10px;
		padding: 4px 15px;
		border-radius: 10px;
		font-size: 14px;
		color: #1880c1;
		font-family: semibold;
	}
	ul.chuyenmuc_danhmuc {
		text-align: center;
	}
	h4.title_baiviettabs a {
		font-size: 13px;
		color: #1880c1;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	h4.title_baiviettabs {
		border-bottom: 1px solid #1880c1;
		padding-bottom: 5px;
		line-height: 20px;
		margin-top: 5px;
	}
	span.xemthem_baiviettabs {
		background: #187ebd;
		color: #fff;
		padding: 5px 10px;
		font-weight: bold;
		text-transform: uppercase;
		float: right;
		border-radius: 5px;
		font-size: 12px;
	}
	.img_baiviettabs img {
		max-width: 100%;
	}
	.d-grid img {
		max-width: 100%;
	}
	#dangkykham{
		background:url(../img/background_form.png) no-repeat;
		background-size: cover;
	}
	.title_dangkykhamsuckhoe {font-size: 5vw;}
	.form_dangkykham {
		background: #fff;
		width: 80%;
		border-radius: 20px;
		padding: 20px;
		margin: auto;
	}
	.form_dangkykham input,.form_dangkykham textarea{
		background:#f3f3f4;
	}
	button#Send_Number {
		background: #1981c2;
		color: #fff;
		text-transform: uppercase;
		padding: 3px 20px;
	}
	.slick_danhgia .slick-list.draggable {
		padding: 15px 0px;
	}
	.slick_danhgia ul.slick-dots li {
		display: inline-block;
		margin: 0px 5px;
	}

	.slick_danhgia ul.slick-dots {
		text-align: center;
		margin-top: 20px !important;
	}

	.slick_danhgia ul.slick-dots li button {
		text-indent: -9999px;
		width: 20px;
		height: 20px;
		border: none;
		background: #d1d3d4;
		border-radius: 50%;
	}
	.slick_danhgia ul.slick-dots li.slick-active button {
		background: #1981c2;
	}
	.call_footer {
		font-size: 5vw;
		font-family: american;
		letter-spacing: 10px;
		border: 1px solid #ccc;
		display: inline-block;
		padding: 5px 10px;
		border-radius: 10px;
	}
	.chinhsach_baomat:after{
		position: absolute;
		width: 100%;
		border-top: 2px dashed #fff;
		content: "";
		left: 0px;
		top: 13px;
	}
	.chinhsach_baomat{width: 100%;margin:auto;position: relative;text-align: center;    margin-top: 15px;}
	.chinhsach_baomat .title_main_footer {
		background: #1981c2;
		color: #fff;
		position: relative;
		z-index: 1;
		padding: 0px 10px;
	}
	.call_footer img {
		height: 30px;
		margin-right: 5px;
	}
	h5.card-title a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-family: 'american';
		color: #000;
	}

	p.card-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}