
@font-face{font-family:UTM_bela;src:url('../fonts/UTM-BEBAS-REGULAR.TTF') format("truetype");}
@font-face{font-family:Roboto;src:url('../fonts/Roboto-Regular.ttf') format("truetype");}

:root {
	--color1 : #3049a4;
	--color2 : #ededed;
	--color3 : #2d2c2c;
	--color4 : #2d82c0;
}
*{
	box-sizing: border-box;
}
body{
	color: var(--color3);font-family: 'Roboto', sans-serif;
}
img{width: 100%;}
a{text-decoration: none;color: initial;}
ul,li{
	list-style: none;padding: 0;margin: 0
}
.max-w-100{max-width: 100%;}
.p-10{padding: 10px;}
.p-20{padding: 20px;}
.p-b-40{padding-bottom: 40px;}
.p-b-20{padding-bottom: 20px;}
#website{
	max-width: 650px;
	margin: 0 auto;
}

/*style rieng*/

p.style-p-1 {
	color: var(--color4);
	font-size: 18px;
	margin: 1rem auto;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.5rem;
}

p.style-p-1:after {content: "";position: absolute;height: 5px;background: var(--color4);left: 30%;top: 115%;width: 40%;}

/*style rieng*/

/*header style*/

.header {
	display: flex;
	align-items: center;
	background: #3049a4;
	justify-content: space-between;
	padding: 10px;
}
.header-center {
	max-width: 65%;
}
.header-center img {
	/*max-width: 150px;*/
}

.header-center a {
	text-align: center;
	display: block;
}

button#header-search {
	background: url(../img/icon-search.png) no-repeat center center;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: none;
	outline: none;
}

header#header.fix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	
}

/*header style*/

/*danhmuc*/

#danhmuc{background: var(--color2);padding: 10px;}
div#danhmuc {
	padding: 10px;
}

ul.danhmuc {
	background: white;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-shadow: 1px 1px gray;
	border-radius: 5px;
}

ul.danhmuc li {
	width: 25%;
	text-align: center;
}

ul.danhmuc li p {
	text-transform: uppercase;
	font-size: 11px;
	color: #2d2c2c;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}
ul.danhmuc li img {
	max-width: 50px;
}

/*danhmuc*/

/*gioi thieu*/

.gioithieu-item {
	margin-bottom: 40px;
}

ul.khacbiet {
	display: flex;
	flex-flow: wrap;
	align-items: inherit;
	justify-content: space-between;
}

li.khacbiet-list {
	width: calc(32%);
	padding: 10px;
	border-radius: 10px;
}

li.khacbiet-list {
	background: #e2e0e0;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: unset;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

.khacbiet-main {
	background: white;
	border-radius: 10px;
	/*padding: 10px;*/
	padding: 5px;
	height: 100%;
	position: relative;z-index: 20;
	border-bottom-right-radius: unset;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 35px;
}

.khacbiet-main p {
	margin-bottom: 0;
}

.khacbiet-main img {
	/*width: 50px;*/
	max-width: 30px;
	max-height: 30px;
}

.khacbiet-main p {
	text-transform: uppercase;
	/*font-size: 13px;*/
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
}

ul.khacbiet2 {
	justify-content: center;
	margin: 20px 0;
}

ul.khacbiet2 .khacbiet-list {
	margin: 0 1%;
}
li.khacbiet-list:after {content: "";position: absolute;top: 0;left: 0;width: 50px;height: 50px;background: #56c8f4;z-index: 10;}


/*chuyen gia*/

.gioithieu-item h3 {
	color: var(--color3);
	text-align: center;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: initial;
}

ul.chuyengia {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

li.chuyengia-item {
	width: 32%;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

li.chuyengia-item span {
	display: block;
}

span.chuyengia-qty {
	color: #2d82c0;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
}

span.chuyengia-chucvu {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 7px;
	line-height: 20px;
}
ul.chuyengia li:nth-child(n+4) {
	margin-top: 2%;
}

/*chuyen gia*/

/*trang thiet bi*/

.thietbi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.thietbi > div {
	width: 49%;
}

.thietbi img {
	max-width: 100%;
}

.thietbi li {
	margin-bottom: 2%;
}

/*trang thiet bi*/

.gioithieu-img {
	padding: 10px;
}
.quytrinh-link {
	text-align: center;
}

.quytrinh-link a {
	font-family: UTM_bela;
	display: inline-block;
	background: #2d82c0;
	color: white;
	padding: 7px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5rem;
}

/*gioi thieu*/

/*danh muc benh*/

ul.category {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	padding: 10px;
}

ul.category li {
	width: 49%;
	background: #147ca1;
}

ul.category li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

ul.category li:nth-child(n+3) {
	margin-top: 2%;
}

ul.category li a span {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

ul.category li a img {
	max-height: 90px;
}

ul.category li:first-child, ul.category li:last-child {
	background: #58c8f3;
}

/*danh muc benh*/


/*tin tuc css*/

.tintuc {
	/*background: #f5f2f2;*/
	padding: 10px;
	padding-top: 0;
}

.tintuc-1-main h4 {margin: 0;}

.tintuc-1-main {background: white;padding: 10px;box-shadow: 2px 3px 6px #544d4d;}

.tintuc-1-main p {
	margin: 0;
	text-align: justify;
	line-height: 22px;
}

.tintuc-1-main h4 a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.tintuc-1 {
	margin-bottom: 2rem;
}

ul.tintuc-4 li {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #58c8f3;
	padding-bottom: 1rem;
}

.tintuc-4-img {
	width: 40%;
	box-shadow: 1px 2px 5px #797373;
}

.tintuc-4-main {
	width: 58%;
	position: relative;
}

.tintuc-4-main h5 {
	margin: 0;
}

.tintuc-4-main h5 a {
	display: block;
	color: #026fd5;
	font-size: 1.1rem;
}

.tintuc-4-main div a {
	color: #676565;
	font-weight: bold;
	font-size: 1.2rem;
}

.tintuc-4-main div {
	position: absolute;
	width: 100%;
	bottom: 0;
}

ul.tintuc-4 li:last-child {
	border-bottom: none;
	/*margin-bottom: 0;*/
	padding-bottom: 0;
}

/*tin tuc css*/

/*footer*/

.footer-top {
	position: relative;
	box-shadow: 0px -5px 10px grey;
}

.footer-abs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*border: 1px solid red;*/
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-abs span {
	color: white;
	display: block;
	font-size: 2rem;
	text-align: center;
	font-family: 'UTM_bela';
	margin-bottom: 10px;
}


.footer-bottom {
	background: #102e9e;
	text-align: center;
	color: white;
	padding: 1rem;
}

.footer-logo img {
	max-width: 70%;
}

.ft-info span {
	text-transform: uppercase;
	font-size: 1.1rem;
	display: inline-block;
	border-bottom: 1px solid;
	padding: 0 5px;
}

.ft-info {
	padding: 1rem 0;
}

.ft-info p {
	font-size: 1.1rem;
	margin: 10px 0;
	font-weight: bold;
}

.ft-info p:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
}

.ft-info p:last-child img {
	margin-right: 8px;
	max-width: 20px;
}

.ft-time {
	font-size: 1.2rem;
	/*border: 1px solid #58c8f3;*/
	border-left: none;
	border-right: none;
	/*padding: 1rem 0;
	margin-bottom: 1rem;*/
	margin-bottom: 10px;
}

.ft-time span {
	text-transform: capitalize;
}

.ft-time p {
	margin: 0;
	font-size: 1rem;
}

.ft-time p:first-child {
	font-size: 2rem;
}

.ft-time p:first-of-type {
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
}

.ft-social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5rem;
}

.ft-social div {
	margin: 0 .5rem;
}

/*footer*/

/*breadcumb*/

ul.breadcumb {
	background: #f4f4f4;
	padding: 10px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

ul.breadcumb li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #1383e1;
}

ul.breadcumb li:not(:last-child) {
	margin-right: 1rem;
}

ul.breadcumb li:not(:last-child):after {content: ">";display: inline-block;margin-left: 1rem;}

/*breadcumb*/

/*chuyen muc tu van*/

.tuvan-timkiem {
	background: #33adda;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
}

.tuvan-timkiem p {color: white;text-transform: capitalize;}

.tuvan-timkiem-form {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

input#tuvan_timkiem_key {
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 2rem;
	padding: 8px;
	outline: none;
	border: none;
}

button#tuvan_timkiem_btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	background: #102e9e;
	border: none;
	color: white;
	height: 100%;
	outline: none;
}

.tuvan-main {
	padding: 0 1rem;
}

.item {
	border: 1px solid #e4e4e4;
	margin-top: 1rem;
	border-radius: 1rem;
	padding: 1rem;
	box-shadow: -2px 3px 5px grey;
}

.item h4 a {
	color: #147ca1;
}

.item p {
	text-align: justify;
	line-height: 22px;
}

.item > div > a {
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 5px 15px;
	background: #147ca1;
}



/*chuyen muc tu van*/

/*phan trang*/

ul.paginate {
	display: flex;
	margin: 1rem auto;
	align-items: center;
	justify-content: center;
}

ul.paginate .page-item {
	display: inline-block;
	border-right: 1px solid #dddddd;
	box-shadow: 0px 0px 1px #1690e1;
}

ul.paginate .page-item a {
	display: block;
	padding: 8px 15px;
}

li.page-item.active {
	background: #1690e1;
}

li.page-item.active a {
	color: white;
	border: none;
}

p.luu-y {
	text-align: center;
	color: red;
	font-size: 1.1rem;
	text-transform: capitalize;
}
ul.breadcumb img {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*phan trang*/

/*ul.breadcumb li img {
    max-width: 1.5rem;
    margin-right: 5px;
}

ul.breadcumb li {
    display: flex;
    align-items: center;
}*/