:root {
	--cl1: #2D85F1;
}
img{
	max-width: 100%;
	object-fit: fill;
}
ul,li{
	list-style: none;
	padding-left: 0;
}
a{text-decoration: none;color: #262626;}


/*header*/

.header {
	/*display: flex;*/
	padding: 10px 0;
	justify-content: space-between;
}

.header-logo {
	/*max-width: 90px;*/
    margin-bottom: 1rem;
}

.header-logo img {
    max-width: 105px;
margin: 0 auto;
}

.header-logo a {
    display: -webkit-box;
    text-align: center;
display:block
}

.header-search {
	position: relative;
	/*width: calc(100% - 100px);*/
}

input#txt-search {
	border: none;
	outline: none;
	background: #EDEDED;
	padding: 5px 8px;
	width: 100%;
	border-radius: 3px;
}

button#btn-search {
	position: absolute;
	right: 3px;
	background: #F03B3B;
	height: calc(100% - 6px);
	border: none;
	outline: none;
	width: 50px;
	background-image: url(img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	top: 3px;
}


/*nav*/
.nav {
	background: #2D85F1;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.nav ul {
	margin-bottom: 0;
	padding: 10px 0;
	display: flex;
	color: white;
	align-items: center;
	justify-content: space-between;
}

.nav a {
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
}

/*top*/

.top1-2 {
	display: flex;
	justify-content: space-between;
}

.top1-2 a {
	display: block;
	position: relative;
	width: 48.5%;
	text-decoration: none;
}

.top1-2 span {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #284B75 30%, transparent);
	text-align: center;
	color: white;
	line-height: 1.2;
	padding-bottom: 5px;
	font-size: 14px;
}

/*top 2*/

div#top-2 {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.top-2-item {
	width: 48%;
	margin-bottom: 4%;
}

.top-2-item .card-title {
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card.top-2-item .card-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.title1 h4 {
	color: var(--cl1);
	text-transform: uppercase;
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.title1 h4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: var(--cl1);
}

/*benh hay gap*/
.title2 {
	margin-bottom: 1.5rem;
}

.title2 h4 {
	font-size: 20px;
}
.benhthuonggap {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

a.btg-item {
	width: 30%;
	margin-bottom: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

a.btg-item img {
	max-width: 50px;
	margin-bottom: 10px;
}

a.btg-item span {
	color: #262626;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.center {
	text-align: center;
}

.center a {
	background: var(--cl1);
	color: white;
	padding: 6px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	border-radius: 4px;
}

.center a img {
	margin-left: 5px;
}


/*benh vien*/
.benhvien {
    background: #284A75;
    padding: 1rem;
}

.benhvien h4 {
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

a.bv-main {
    color: white;
    padding: 0 10px;
    display: block;
}

a.bv-main span {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
}

a.bv-main img {
    margin-bottom: 10px;
}

a.bv-main p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
}

#benhvien .slick-dots li button:before {
    font-size: 16px;
    color: white;
}

#benhvien .slick-dots li.slick-active button:before {
    color: white!important;
}

/*hoi dap -- kham benh*/

ul.ul-chung a {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

ul.ul-chung img {
    max-width: 100px;
    margin-right: 10px;
}

ul.ul-chung p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555555;
}

ul.ul-chung h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #262626;
    font-size: 1.1rem;
}

ul.ul-chung li {
    margin-bottom: 15px;
}

div#hoidap, div#khambenh {
    position: relative;
    border-bottom: 1px dashed #555555;
}

a.xt {
    display: inline-block;
    background: var(--cl1);
    color: white;
    font-style: italic;
    padding: 3px 10px;
    position: absolute;
    bottom: -15px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

/*tam diem*/

.td1 a {
    position: relative;
    display: block;
}

.td1 p {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #284B75 30%, transparent);
    text-align: center;
    color: white;
    padding: 10px;
    line-height: 1.2;
}

.td1 {
    margin-bottom: 1rem;
}

.td2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.td2 a {
    display: block;
    width: 48%;
    position: relative;
}

.td2 p {
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #284B75 30%, transparent);
    text-align: center;
    color: white;
    line-height: 1.2;
    padding-bottom: 5px;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

li.td-item {
    margin-bottom: 8px;
    padding-bottom: 8px;
    background-image: url(img/plus.jpg);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 20px;
    border-bottom: 1px dashed #5d5d5d;
}

li.td-item:last-child {
    border: none;
}

/*chia se*/

.chiase-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.cs-img {
    width: 30%;
    margin-right: 15px;
}

.cs-main {
    width: 68%;
}


span.cs-ck {
    display: inline-block!important;
    background: var(--cl1);
    color: white;
    padding: 2px 12px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.cs-main h4 a {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs-main p {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cs-main span {
    display: block;
}

.cs-main i {
    display: inline-block;
    background: #ECECEC;
    margin-right: 19px;
    font-style: unset;
    position: relative;
    font-size: 12px;
    padding: 3px 7px;
    text-transform: capitalize;
    padding-left: 15px;
    height: 24px;
}

.cs-main i:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--cl1);
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform:
    translateY(-50%);
}

.cs-main i:after {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    height: 0px;
    width: 0px;
    border-left: 12px solid #ececec;
    top: 0;
    left: 100%;
}
.chiase-item:last-child {
    margin-bottom: 0;
    border: none;
}

/*video*/
.video-item a {
    display: block;
    padding: 0 10px;
}

/*tin y te*/
.tinyte, .dinhduong{position: relative;border-bottom: 1px dashed #555555;}

/*footer*/
footer {
    background: #135386;
    padding: 1rem 0;
}

.footer .center a {
    background: no-repeat;
    margin-bottom: 1rem;
}

.footer p {
    color: white;
}

.footer h4 {
    color: white;
}

.footer h4:before {
    background: #fff;
}

.ft-link li a {
    color: white;
}

.ft-link li {
    border-bottom: 1px dashed #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.ft-top {
    margin-bottom: 2rem;
}

.ft-link {
    margin-bottom: 2rem;
}

.ft-tags a {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 5px 15px;
    text-transform: capitalize;
}

.ft-tags ul {
    display: flex;
    flex-flow: wrap;
}

.ft-tags li {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*chi tiet*/
div#chitiet h1 {
    color: var(--cl1);
    /*font-size: 1.3rem;*/
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.ft-top img {
    max-width: 200px;
}



div#chitiet h2 {
    color: #f03b3b;
    font-size: 1.3rem;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 1rem;
}

div#chitiet h3 {
    color: #f03b3b;
    display: inline-block;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}

div#content img {
    height: auto!important;
}



.title1 h4 a {
    color: var(--cl1);
}

div#banner {
    margin-bottom: 10px;
}