/*
* Theme Name: Theme phòng khám 2025
* Description: theme phòng khám 2025
* Theme URI: https://phongkhamvinh.com
* Version: 1.0
* Author: lhp-Phongkhamvinh
* Author URI: https://phongkhamvinh.com
* Tags: News, Hospital, medicare, clinic,...
* Textdomain: phongkhamvinh
* Languages Folder: /languages
*/

.loader {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #555;
}
.loader i {
    margin-right: 8px;
    color: #007bff;
}

/*HEADER*/
.headerTop{
	padding: 15px 0;
	color: #1f1f1f;
}
ul.info_hdT{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}
ul.info_hdT li{
    display: flex;
}
ul.info_hdT li+li{
    margin-left: 30px;
}
ul.info_hdT li img{
    margin-right: 10px;
    object-fit: contain;
    width: 21px;
    height: 21px;
}
ul.info_hdT li span{
    line-height: 1.3;
}

.headerMenu .grid.wide{
	padding: 10px 0;
	border-top: 1px solid #ddd;
	
}
.headerMenu{
	background: #fff;
	transition: all 0.3s ease;
}
.headerMenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav_hdM ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav_hdM ul>li {
    display: inline;
    position: relative;
    margin: 0;
    padding: 10px 15px;
}
.nav_hdM ul>li:first-child{
    padding-left: 0;
}

.nav_hdM ul>li.current-menu-item a,
.nav_hdM ul>li.current-menu-parent a {
    color: #0094fb;
}

.nav_hdM ul>li a {
    color: #1f1f1f;
}

.nav_hdM ul>li>a {
    color: #1f1f1f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.nav_hdM ul>li ul.sub-menu {
    display: none;
}

.nav_hdM ul>li:hover>ul.sub-menu {
    display: block;
    position: absolute;
    width: max-content;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 30%);
}

.nav_hdM ul li ul.sub-menu li {
    display: block;
    background: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #0094fb;
    min-width: 200px;
}
.nav_hdM ul li ul.sub-menu li:last-child{
	border-bottom: 0;
}

.cavera {
    display: none
}

.nav_hdM ul li ul.sub-menu li.menu-item-has-children>.cavera {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #1f1f1f;
    font-weight: 600;
}

.nav_hdM ul>li ul.sub-menu li a:hover~.cavera {
    color: var(--color-main-1) !important;
}

.nav_hdM ul li ul.sub-menu li>a {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    transition: all .4s ease;
    clear: both;
}
.nav_hdM ul>li ul.sub-menu li a:hover {
    color: #00affd;
    text-shadow: none;
    padding-left: 35px !important;
    padding-right: 0;
    transition: all .2s ease-out 0s;
    background: #fff;
}

.nav_hdM ul>li>ul.sub-menu li:hover ul.sub-menu {
    display: block;
    left: 100%;
    top: 0;
    z-index: 23;
}

.nav_hdM ul>li ul.sub-menu li a:before {
    background: #00b3ad none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 18px;
    opacity: 0;
    position: absolute;
    top: 22px;
    transition: all .2s ease 0s;
    width: 10px;
}

.nav_hdM ul>li ul.sub-menu li a:hover:before {
    opacity: 1;
}

.search_hdM{
    float: right;
    position: relative;
}
.search_hdM form{
    margin-bottom: 0;
    position: relative;
    width: 250px;
    background: #f4f6f9;
    border-radius: 3px;
    overflow: hidden;
}
.search_hdM form input[type="search"]{
	background: #f4f6f9;
	width: calc(100% - 50px);
	height: 37px;
	border: 0;
	padding: 6px 0;
    padding-left: 15px;
}
.search_hdM form input[type="search"]:focus,
.search_hdM form input[type="search"]:focus-visible {
    border: none;       /* bỏ viền border */
    outline: none;      /* bỏ viền outline (focus mặc định) */
    box-shadow: none;   /* bỏ đổ bóng khi focus (Safari, iOS) */
}
.search_hdM form input[type="text"]::placeholder{
    font-style: italic;
}
.search_hdM form button#btn-searh {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 40px;
	background: #0094fb;
	border: 0;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
}
.search_hdM form button#btn-searh span {
    display: none;
}


@media screen and (min-width:1025px){
	.menuMobile_hdm{
		display: none;
	}
	.searchMobile_hdm{
		display: none;
	}
	.formsearch_mobile{
		display: none;
	}
}
@media screen and (max-width:1024px){
	.colL_hdR{
		display: none;
	}
	.headerMenu{
		display: none;
	}
	.headerTop{
		padding: 15px 10px;
	}
	.colL_hdT{
		position: relative;
	}
	.logo_hdm{
		text-align: center;
	}
	.menuMobile_hdm{
		position: absolute;
		top: 10px;
		left: 0;
		padding: 0;
		border: 0;
		background: #fff0;
		z-index: 9999;
		cursor: pointer;
	}
	.searchMobile_hdm{
		position: absolute;
		top: 10px;
		right: 0;
		padding: 0;
		border: 0;
		z-index: 9999;
		cursor: pointer;
		text-align: right;
	}

	.formsearch_mobile{
		display: none;
	}
	.formsearch_mobile.show_search{
		display: block;
		margin-top: 15px;
	}
	.formsearch_mobile form{
		margin-bottom: 0;
		position: relative;
		width: 100%;
		background: #f4f6f9;
		border-radius: 3px;
		overflow: hidden;
	}
	.formsearch_mobile form input[type="search"]{
		background: #f4f6f9;
		width: calc(100% - 50px);
		height: 37px;
		border: 0;
		padding: 6px 0;
		padding-left: 15px;
	}
	.formsearch_mobile form input[type="search"]:focus,
	.formsearch_mobile form input[type="search"]:focus-visible {
		border: none;       /* bỏ viền border */
		outline: none;      /* bỏ viền outline (focus mặc định) */
		box-shadow: none;   /* bỏ đổ bóng khi focus (Safari, iOS) */
	}
	.formsearch_mobile form input[type="text"]::placeholder{
		font-style: italic;
	}
	.formsearch_mobile form button#btn-searh {
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		width: 40px;
		background: #0094fb;
		border: 0;
		border-radius: 3px;
		padding: 5px 10px;
		cursor: pointer;
	}
	.formsearch_mobile form button#btn-searh span {
		display: none;
	}
}

/*END HEADER*/

/*FOOTER*/
.footer_main{
	background: #02355b;
	color: #fff;
	padding: 50px 0;
}
.logo_ft{
	display: block;
	margin-bottom: 30px;
	text-align: left;
}
.logo_ft img{
	max-width: 300px;
}

ul.info_ft{
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
ul.info_ft li{
	display: flex;
	align-items: start;
	gap: 15px;
	margin-bottom: 10px;
}
ul.info_ft li img{
	margin-top: 5px;
}
ul.info_ft li p{
	margin: 0;
	font-weight: normal;
}

.ftmain_box h3{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	position: relative;
	padding-left: 20px;
}
.ftmain_box h3:before{
	content: "/";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 500;
	color: #2291ed;
}
.ftmain_box a {
	display: block;
	padding-bottom: 10px;
	color: #fff;
}
.ftmain_box a:hover {
	color: #2bc1ef;
}

.ftmain_box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ftmain_box ul li{
	margin-top: 5px;
}
.ftmain_box ul li a{
	color: #fff;
	padding: 0;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.ft_map{
	margin-bottom: 20px;
}

.footer_copyright{
	background: #02355b;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
/*END FOOTER*/

/*TIEU DE SS TRANG CHU*/
.title_sectionhome{
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}
.title_sectionhome span {
	display: inline-block;
	margin-bottom: 7px;
	padding: 3px 20px;
	background: #d3e9fb;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 500;
	color: #0093fa;
	text-transform: uppercase;
}
.title_sectionhome p {
	font-size: 30px;
    color: #00329d;
    font-weight: bold;
    margin: 0;
    letter-spacing: 3px;
}
@media screen and (max-width:1024px){
	footer{
		margin-bottom: 50px;
	}
	.title_sectionhome p {
		font-size: 25px;
	}
}

/*END TIEU DE SS TRANG CHU*/

/*BANNER*/
.ssBanner{
	position: relative;
	z-index: 99;
	aspect-ratio: 1920 / 850; 
	overflow: hidden;
	width: 100%;
}
.ssBanner img{
	width: 100%;
	margin: auto;
}
@media screen and (max-width:1024px){
	.ssBanner{
		aspect-ratio: 650  / 400;
	}
}
@media screen and (max-width:650px){
	.ssBanner{
		aspect-ratio: 650  / 400; 
	}
}
/*END BANNER*/

/*TU VAN*/
.ssTuvan {
	margin-top: -70px;
	position: relative;
	display: block;
	background: #eff6fe;
}

.ulssTuvan{
	background: #00aced;
	padding:30px 15px;
	border-radius: 10px;
}

.ulssTuvan {
	position: relative;
	z-index: 999;
    /*display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);*/
}
.ulssTuvan .itemTuvan {
    display: grid !important;
    grid-template-columns: 40px auto;
    grid-gap: 10px;
    align-items: flex-start;
}
.ulssTuvan .itemTuvan span {
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}
.ulssTuvan .itemTuvan p {
	margin: 0;
    font-size: 13px;
    color: #fff;
}

.ulssTuvan{
    position: relative;
}
.ulssTuvan .slick-list{
    margin: 0 -10px;
}
.ulssTuvan .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
}

.ssTuvan .slick-arrow{
	display: none;
}
@media screen and (max-width:1024px){
	.ssTuvan {
		margin-top: -30px;
		padding: 0px 10px;
	}

	.ssTuvan .slick-arrow{
		display: block !important;
	}

	.ssTuvan .tuvan_prev {
		position: absolute;
		top: 50%;
		left: 20px;
		cursor: pointer;
		z-index: 9999;
	}
	.ssTuvan .tuvan_next {
		position: absolute;
		top: 50%;
		right: 20px;
		cursor: pointer;
		z-index: 9999;
	}
	.ulssTuvan{
		padding: 20px 15px;
	}
	.ulssTuvan .itemTuvan {
		width: 80% !important;
		margin: auto;
	}
}
/*END TU VAN*/

/*DANH MUC*/
.ssDanhmuc {
	padding: 50px 0px;
	background: #eff6fe;
}
a.danhmuc{
	display: flex;
	align-items: center;
	grid-gap: 20px;
	margin-bottom: 15px;
}
a.danhmuc span{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #1f1f1f;
}
.gridParentDM{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin-bottom: 30px;
}
.gridParentDM a{
	font-size: 15px;
	color: #1f1f1f;
}

@media screen and (max-width:1024px){
	.ssDanhmuc {
		padding: 30px 10px;
	}
	a.danhmuc{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		grid-gap: 10px;
		text-align: center;
	}
	.gridParentDM{
		display: none;
	}
}
/*END DANH MUC*/

/*GIOI THIEU*/
.ssGioithieu {
	padding: 50px 0;
}
.ssGioithieu .title_sectionhome{
	text-align: left;
	margin-bottom: 15px;
}
.descr_ssGioithieu{
	margin-bottom: 15px;
}

.ssGioithieu ul {
    margin: 0;
    padding: 0;
    list-style: none;

    margin-bottom: 30px;
}
.ssGioithieu ul li {
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 20px;
    align-items: flex-start;

    margin-bottom: 15px;
}
.ssGioithieu ul li span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #1f1f1f;
}
.ssGioithieu ul li p {
	margin: 0;
    font-size: 15px;
}

.ssGioithieu .btn_uudiem{
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 30px;
	background: #00329d;
	border-radius: 5px;
	color: #fff;
    text-align: center;
    text-transform: uppercase;

}
@media screen and (max-width:1024px){
	.ssGioithieu {
		padding: 30px 10px;
	}
	.ssGioithieu .title_sectionhome{
		text-align: center;
		margin-bottom: 15px;
	}
}
/*GIOI THIEU*/

/*NUMBER*/
.ssNumber{
	padding: 30px 0;

	background: #009FE4;
	background: linear-gradient(90deg, rgba(0, 159, 228, 1) 0%, rgba(0, 159, 228, 1) 60%, rgba(0, 93, 185, 1) 100%);
}
.ssNumber .number{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.ssNumber .number .itemNumber{
	color: #fff;
	text-align: center;
}
.ssNumber .number .itemNumber span{
	display: block;
	margin: 10px 0;
	font-size: 40px;
	font-weight: 500;
    line-height: 1;
}
.ssNumber .number .itemNumber p{
	margin: 0;
}

@media screen and (max-width:1024px){
	.ssNumber {
		padding: 30px 10px;
	}
	.ssNumber .number{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
}
/*END NUMBER*/


/*CAM NHAN*/
.ssCamnhan{
	padding: 50px 0;

	background-image: url(img/bg-camnhan.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
}

.ssCamnhan .title_sectionhome span{
	background: #fff;
}
.ssCamnhan .title_sectionhome p{
	color: #fff;
}

.slick_camnhan{
    position: relative;
}
.slick_camnhan .slick-list{
    margin: 0 -10px;
}
.slick_camnhan .slick-slide{
    margin-right: 10px;
    margin-left: 10px;
}

.item_camnhan{
    margin-bottom: 20px;
    position: relative;
}
.camnhan_info{
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 25px;
    align-items: center;

    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -40px;
    z-index: 10;
    background: #00aced;
    border-radius: 5px;
}
.camnhan_img{
	padding: 4px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	background: #fff;
	position: relative;
    left: -1px;
}
.camnhan_img img {
	width: 100%;
	height: 100%;
    border-radius: 5px;
}
.camnhan_name{
    color: #fff;
}
.camnhan_name span {
    text-transform: capitalize;
    font-weight: bold;
}
.camnhan_name p {
    font-size: 14px;
    margin: 0;
}
.camnhan_des {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 60px;
    box-shadow: 0px 5px 24px rgb(191 191 191 / 12%);
    background: #fff;
}
.camnhan_des p{
    text-align: center;

    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.camnhan_star{
	display: flex;
    justify-content: center;
}
.camnhan_note {
    position: absolute;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.slick_camnhan .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: -20px;
}
.slick_camnhan .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: #ddd;
    border-radius: 10px;
    margin: 0 5px;
    cursor: pointer;
}
.slick_camnhan .slick-dots li button {
    display: none;
}
.slick_camnhan .slick-dots li.slick-active {
    background-color: var(--cl1);;
}

.arrow_slickCamnhan{
	margin-top: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 15px;
}
.arrow_slickCamnhan > span {
	cursor: pointer;
}
@media screen and (max-width:1024px){
	.ssCamnhan{
		padding: 30px 10px;
		background-image: url(img/bg-camnhanMB.jpg);
	}
}

/*END CAM NHAN*/

/*DAT HEN*/
.ssDathen{
	background: #eff6fe;
}
.boxLoiIch{
	text-align: left;
}
.boxLoiIch .title_sectionhome{
	text-align: left;
}

.boxLoiIch ul {
	list-style: none;
	padding: 0;
	margin: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.boxLoiIch li {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 15px;
    align-items: flex-start;
}
.boxLoiIch li span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #1f1f1f;
}
.boxLoiIch li p {
	margin: 0;
    font-size: 15px;
    color: #1f1f1f;
}

.boxFormDH{
	padding: 50px 30px;
	background: #0083d2;
}
.descr_boxFormDH{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
}
.boxFormDH .form-submit{
	weight: 100%;
}
.boxFormDH .form-submit a{
	background: #00329d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 3px;
	padding: 10px 0;
}
@media screen and (max-width:1024px){
	.ssDathen{
		padding: 30px 10px;
	}
	.boxLoiIch .title_sectionhome{
		text-align: center;
	}
	.boxLoiIch ul{
		margin-bottom: 15px;
	}
	.boxLoiIch li{
		grid-template-columns: repeat(1, 1fr);
	}
}
/*END DAT HEN*/

/*MOI TRUONG*/
.ssMoitruong{
	position: relative;
}
.slick_moitruong{

}
.slick_moitruong .slick-slide > div{
	display: grid;
}
.itemMoitruong{

}
.itemMoitruong img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.ssMoitruong .slick-arrow{
	display: block !important;
}

.ssMoitruong .moitruong_prev {
	position: absolute;
	top: 50%;
	left: 20px;
	cursor: pointer;
	z-index: 9999;
}
.ssMoitruong .moitruong_next {
	position: absolute;
	top: 50%;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
}
/*END MOI TRUONG*/

/*TIN TUC*/
.ssTintuc{
	padding: 50px 0;
}
.slickCK_TT{
	margin-bottom: 30px;
}
.itemCK_TT{
	padding: 7px 30px;
	border: 1px solid #009fe4;
	border-radius: 50px;

	text-transform: uppercase;
	color: #009fe4;
	font-size: 15px;
	font-weight: bold;
	
	cursor: pointer;
}

.itemCK_TT.active{
	background: #009fe4;
	color: #fff;
}

.gridTintuc{
	display: grid;
	grid-template-columns: 70% 1fr;
	grid-gap: 20px;
}
.gridTintuc .col_left{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.gridTintuc .col_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width:1025px){
	.slickCK_TT{
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 20px;
	}
}
@media screen and (max-width:1024px){
	.ssTintuc{
		padding: 30px 10px;
	}
	.slickCK_TT .slick-slide{
		margin-right: 15px;
	}

	.gridTintuc {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}
	.gridTintuc .col_left{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
}
/*END TIN TUC*/


.itempost_one{
    overflow: hidden;
}
.itempost_one a{
    display: block;
    position: relative;
}
.itempost_one a > img{
	aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: fill;
}
.itempost_one .info_itempost_one{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: linear-gradient(0deg, rgb(36 74 165) 0%, rgb(43 83 183 / 80%) 60%, rgba(59, 96, 188, 0) 100%)
}
.itempost_one .info_itempost_one h3{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.itempost_one .info_itempost_one .date{
    font-size: 14px;
    color: #fff;
}
.itempost_one .info_itempost_one .date img{
	margin-right: 5px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(266deg) brightness(103%) contrast(101%);
}

.itempost_two{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.itempost_two .img_itempost_two{
    max-width: 120px;
    flex: 0 0 100%;
}
.itempost_two .img_itempost_two a{
    display: block;
}
.itempost_two .img_itempost_two img{
    width: 100%;
}
.itempost_two .title_itempost_two{
    max-width: calc(100% - 130px);
    flex: 0 0 100%;
}
.itempost_two .title_itempost_two h3{
	margin: 0;
	padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f;
	margin-bottom: 5px;
}
.itempost_two .title_itempost_two h3 a{
	color: #1f1f1f;
	font-weight: 500;
}
.itempost_two .title_itempost_two .date{
	color: #1f1f1f;
	font-size: 13px;
}
.itempost_two .title_itempost_two .date img{
	margin-right: 5px;
	color: #1f1f1f;
	font-size: 13px;
}

.itempost_three{
	position: relative;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.itempost_three:last-child{
    overflow: hidden;

    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px solid #ddd;
}
.itempost_three a{
	display: block;

	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.itempost_three a h3{
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #1f1f1f;
}