/*
* Theme Name: Theme phòng khám 2026
* Description: theme phòng khám 2026
* Theme URI: https://sanphukhoabacgiang.com
* Version: 1.0
* Author: lhp-sanphukhoabacgiang.com
* Author URI: https://sanphukhoabacgiang.com
* Tags: News, Hospital, medicare, clinic,...
* Textdomain: sanphukhoabacgiang
* Languages Folder: /languages
*/

@media (min-width: 1400px) {
    .container{
        max-width: 1250px;
    }
}

body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 15px;
    color: #616161;
    line-height: 1.4;
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
}

/*HEADER*/
header{

}

.logo_header{

}
.logo_header a{
	display: block;
}
.logo_header a img{
	max-width: 250px;
	width: 100%;
	height: auto;
}

.headerTop{
	padding: 7px 0;
	position: relative;
}

ul.info_hdT{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}
ul.info_hdT li{
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-gap: 10px;
	align-items: center;
}
ul.info_hdT li+li{
    margin-left: 20px;
}
ul.info_hdT li img{
    margin-right: 5px;
    object-fit: contain;
}
ul.info_hdT li span{
    line-height: 1.3;
}
ul.info_hdT li strong{
	color: #333;
}

.search_header{
	display: flex;
	justify-content: end;
    position: relative;
}
.search_header form{
    margin-bottom: 0;
    position: relative;
    width: 250px;
    background: #f3f4f5;
    border-radius: 30px;
    overflow: hidden;
}
.search_header form input[type="search"]{
	background: #f3f4f5;
    width: calc(100% - 50px);
    height: 40px;
    border: 0;
    padding: 4px 0;
    padding-left: 15px;
}
.search_header form input[type="search"]:focus,
.search_header 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_header form input[type="search"]::placeholder{
    font-style: italic;
}
.search_header form button#btn-searh {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 40px;
	background: #fff0;
	border: 0;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
}
.search_header form button#btn-searh span {
    display: none;
}

.hotlineHeader{
	display: inline-block;
    padding: 7px 15px;
    background: #0d9def;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    float: right;
}
.hotlineHeader img{
	margin-right: 5px;
}

.headerMenu{
	position: relative;
	background: #fff;
}
.headerMenu .gridMenu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-gap: 15px;
    align-items: center;
}

.menu_main {
	display: flex;
    justify-content: start;
}

/* Reset */
.menu_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_main > ul > li {
    padding: 7px 15px;
    display: inline-block;
}

/* Link cấp 1 */
.menu_main a {
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.menu_main > ul > li:first-child > a {
    padding-left: 0;
}

/* Icon dropdown */
.menu_main a i.p2u_down {
    background: url(../img/p2u_down.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

/* ===== SUBMENU — áp dụng cho mọi cấp ===== */
.menu_main li {
    position: relative;
}

.menu_main li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: max-content;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    display: none;
    z-index: 100;
}

/* Hover show */
.menu_main li:hover > ul.sub-menu {
    display: block;
}

/* Item trong submenu */
.menu_main li ul.sub-menu li {
    border-bottom: 1px solid #26335d;
}

.menu_main li ul.sub-menu li:last-child {
    border-bottom: none;
}

.menu_main li ul.sub-menu a {
    padding: 10px 20px;
    font-size: 15px;
    display: block;
    color: #616161;
    font-weight: 500;
    text-transform: none;
}

.menu_main li ul.sub-menu a:hover {
    background: #26335d;
    color: #fff;
}

/* ===== SUBMENU CẤP 2 TRỞ LÊN ===== */
.menu_main li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
}

@media only screen and (min-width: 992px){
	.headerMenu.fixed{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999999;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (max-width: 991px){
	header {
		padding-top: 51px;
	}
	.headerMenu{
		padding: 10px 0;
	}
	.logo_header{
		text-align: center;
	}

	ul.info_hdT{
		justify-content: space-around;
	}

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

	#search_mobile{
		position: absolute;
		top: 20px;
		right: 15px;
		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: #f3f4f5;
		border-radius: 3px;
		overflow: hidden;
	}
	.formsearch_mobile form input[type="search"]{
		background: #f3f4f5;
		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="search"]::placeholder{
		font-style: italic;
	}
	.formsearch_mobile form button#btn-searh {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 40px;
		height: 37px;
		background: #fff0;
		border: 0;
		border-radius: 0;
		padding: 5px 10px;
		cursor: pointer;
	}
	.formsearch_mobile form button#btn-searh span {
		display: none;
	}

	#trigger_mobile {
		position: absolute;
		top: 20px;
		left: 15px;
		padding: 0;
		border: 0;
		background: #fff0;
		z-index: 9999;
		cursor: pointer;
	}

	.menu_mobile{
		width: 280px;
		height: 100%;
		position: fixed;
		z-index: 999999;
		top: 0 !important;
		background-color: #fff;
		overflow-x: hidden;
		box-shadow: 0 2px 11px 1px rgb(168 168 168 / 54%);
		visibility: hidden;
		transition: all 0.35s ease;
		transform: translateX(-280px);
	}
	.menu_mobile.open_sidebar_menu {
		visibility: visible;
		transform: translateX(0);
	}

	.opacity_menu.open_opacity {
		content: " ";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0 !important;
		left: 0;
		z-index: 999999;
	}

	ul.ulmenumobile {
		margin: 0;
		padding: 0 10px;
		list-style: none;
	}
	ul.ulmenumobile > li {
		position: relative;
		border-bottom: 1px solid #CCC;
	}
	ul.ulmenumobile > li > a{
		display: block;
		cursor: pointer;
		z-index: 2;
		font-size: 16px;
		color: #555;
		text-decoration: none;
		text-transform: uppercase;
		position: relative;
		padding: 10px 0;
	}
	ul.ulmenumobile > li > i.p2u_down{
		content: '';
		position: absolute;
		top: 10px;
		right: 0;
		width: 16px;
		height: 16px;
		z-index: 9999;
	}
	ul.ulmenumobile > li > ul.sub-menu{
		padding-left: 20px;
		margin-bottom: 10px;
		display: none;
	}
	ul.ulmenumobile > li > ul.sub-menu > li{
		position: relative;
	}
	ul.ulmenumobile > li > ul.sub-menu > li > a{
		color: #555;
		padding: 5px 0;
		border-bottom: 1px dotted;
		display: block;
	}
	ul.ulmenumobile > li > ul.sub-menu > li:last-child > a {
		border-bottom: 0;
	}
	ul.ulmenumobile > li > ul.sub-menu > li > i.p2u_down{
		content: '';
		position: absolute;
		top: 10px;
		right: 0;
		width: 16px;
		height: 16px;
		z-index: 9999;
	}
	ul.ulmenumobile > li > ul.sub-menu > li > ul.sub-menu{
		padding-left: 10px;
		margin-bottom: 5px;
		display: none;
	}
	ul.ulmenumobile > li > ul.sub-menu > li > ul.sub-menu > li{
		position: relative;
	}
	ul.ulmenumobile > li > ul.sub-menu > li > ul.sub-menu > li > a{
		color: #555;
		padding: 5px 0;
		display: block;
	}
}

/*END HEADER*/

/*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*/


/*TIEU DE SS TRANG CHU*/
.title_sectionhome{
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}
.title_sectionhome span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #f29da6;

	letter-spacing: 3px;
	text-transform: uppercase;
}
.title_sectionhome p {
	position: relative;
	display: inline-block;
	font-size: 35px;
    color: #26335d;
    font-weight: bold;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    z-index: 3;
}
.title_sectionhome p:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 15px;
	background: #fcebed;
	z-index: -2;
}
@media screen and (max-width:1024px){
	.title_sectionhome span {
		font-size: 18px;
	}
	.title_sectionhome p {
		font-size: 30px;
	}
}
/*END TIEU DE SS TRANG CHU*/



/*DANH MUC*/
.ssDanhmuc{
	margin-top: -60px;
	position: relative;
	z-index: 999;
}
.wrapperDanhMuc{
	position: relative;
	padding: 10px 30px;
	background: #fff;
	box-shadow: 0px 5px 24px #bfbfbfbf;
	border-radius: 25px;
}
.slick_danhmuc{
    position: relative;
}
.slick_danhmuc .slick-list{
    margin: 0 -7px;
}
.slick_danhmuc .slick-slide{
	margin-right: 7px;
	margin-left: 7px;
}
.itemDM{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.itemDM a{
	padding: 7px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    color: #616161;
    font-size: 15px;
}
.itemDM a img{
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	
	transition: transform 1s ease-in-out;
}
.itemDM a > div{
	
}

.itemDM:hover{
	background: linear-gradient(90deg, rgba(241, 155, 165, 1) 0%, rgba(231, 125, 147, 1) 100%);
}
.itemDM:hover a{
	color: #fff;
}
.itemDM:hover img{
	filter: brightness(0) invert(1);
	transform: rotate(360deg);
}

.ssDanhmuc .danhmuc_prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	z-index: 9999;
}
.ssDanhmuc .danhmuc_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	z-index: 9999;
}

@media only screen and (max-width: 991px){
	.ssDanhmuc {
		padding: 30px 0;
		margin: 0;
	}
	.wrapperDanhMuc {
		padding: 10px 15px;
	}
	.slick_danhmuc .slick-list{
		margin: 0 -3px;
	}
	.slick_danhmuc .slick-slide{
		margin-right: 3px;
		margin-left: 3px;
	}
	.itemDM a{
		padding: 5px;
	}
	.itemDM a > div{
		font-size: 13px;
	}
	.itemDM a img{
		width: 35px;
		height: 35px;
		object-fit: contain;
	}

	.ssDanhmuc .danhmuc_prev {
		left: 0px;
	}
	.ssDanhmuc .danhmuc_next {
		right: 0px;
	}
}
/*END DANH MUC*/

/*CHI PHI*/
.ssChiPhi {
	margin-top: -65px;
}

.gridChiPhi{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.itemChiPhi{
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	text-align: left;
}
.title_itemChiPhi{
	color: #042c74;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.descr_itemChiPhi{
	position: relative;
    z-index: 2;
	font-size: 15px;
	padding-right: 35px;
}
.img_itemChiPhi{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
@media screen and (max-width:1024px){
	.ssChiPhi {
		padding: 30px 0;
	}
	.gridChiPhi{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
}
/*END CHI PHI*/


/*GIOI THIEU*/
.ssGioithieu {
	padding: 50px 0;
}
.ssGioithieu .title_sectionhome{
	text-align: left;
	margin-bottom: 15px;
}
.descr_ssGioithieu{
	margin-bottom: 20px;
}

.ssGioithieu ul {
    margin: 0;
    padding: 0;
    list-style: none;

    margin-bottom: 30px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.ssGioithieu ul li {
    display: grid;
    grid-template-columns: 46px auto;
    grid-gap: 15px;
    align-items: center;
}
.ssGioithieu ul li span {
    margin: 0;
    font-size: 15px;
}
.ssGioithieu ul li p {
	margin:0;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #333333;
    text-transform: uppercase;
}

.ssGioithieu .btn_uudiem{
	display: block;
	text-align: left;
}
.ssGioithieu .btn_uudiem a{
	display: inline-block;
	padding: 10px 30px;
	margin-bottom: 30px;
	background: #26335d;
	border-radius: 40px;
	color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.avt_ssGioithieu{
	margin-bottom: 30px;
}
.avt_ssGioithieu img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:1024px){
	.ssGioithieu {
		padding: 30px 0;
	}
	.ssGioithieu .title_sectionhome{
		text-align: center;
	}
	.ssGioithieu .title_sectionhome p {
        font-size: 40px;
    }
    .ssGioithieu .btn_uudiem{
    	text-align: center;
    }
}
/*END GIOI THIEU*/

/*NUMBER*/
.ssNumber{
	margin-bottom: 0;
	background: linear-gradient(90deg, rgba(241, 155, 165, 1) 0%, rgba(231, 125, 147, 1) 100%);
}
.ssNumber .number{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-radius: 15px;
}
.ssNumber .number .itemNumber{
	/* display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 15px;
	align-items: start; */
	color: #fff;
	text-align: center;
}
.ssNumber .number .itemNumber img{
	display: none;
}
.ssNumber .number .itemNumber span{
	display: block;
	margin: 5px 0;
	font-size: 40px;
	font-weight: 500;
    line-height: 1;
}
.ssNumber .number .itemNumber p{
	margin: 0;
}

@media screen and (max-width:991px){
	.ssNumber {
		
	}
	.ssNumber .number{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.ssNumber .number{
		padding:30px 0;
	}
	.ssNumber .number .itemNumber span{
		font-size: 30px;
	}
	.ssNumber .number .itemNumber p{
		font-size: 14px;
	}
}
/*END NUMBER*/

/*UU DIEM*/
.ssUudiem{
	padding:50px 0;

	/* background-image: url(img/bg-dathen.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left; */
}
.boxUudiem{
	text-align: left;
}

.boxUudiem ul {
	list-style: none;
	padding: 0;
	margin: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.boxUudiem li {
    
}
.boxUudiem li .hq-img{
	margin-bottom: 10px;
}
.boxUudiem li span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #26345d;
}
.boxUudiem li p {
	margin: 0;
    color: #616161;
    font-size: 14px;
}

@media screen and (max-width:1024px){
	.ssUudiem{
		padding:30px 0;
	}
	.boxUudiem ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.boxUudiem li{
		text-align: center;
	}
}
/*END UU DIEM*/

/*CAM NHAN*/
.ssCamnhan{
	padding: 0;
	background: #f3f4f5;
}
.ssCamnhan .title_sectionhome{
	text-align: left;
}

.slick_camnhan{
    position: relative;
}
.slick_camnhan .slick-list{
    margin: 0 -15px;
}
.slick_camnhan .slick-slide{
    margin: 15px;
}

.item_camnhan{
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 70px 40px 25px 40px;

	position: relative;

	background: #F19BA5;
	background: linear-gradient(180deg, rgba(241, 155, 165, 1) 0%, rgba(255, 255, 255, 1) 40%);

	border-radius: 50px;

/* 	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	overflow: hidden; */
}

.item_camnhan:after{
	content: '';
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.camnhan_des {
    position: relative;
    color: #616161;
    font-size: 14px;
}
.camnhan_des p{
    text-align: left;

    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.camnhan_info{
	position: relative;
	z-index: 10;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	align-items: center;
}
.camnhan_name{
	color: #26345d;
}
.camnhan_name span {
	font-weight: 500;
	font-size: 20px;
}
.camnhan_name p {
    font-size: 15px;
    margin: 0;
}
.camnhan_star{
	display: flex;
    justify-content: end;
}

.camnhan_img{
	position: absolute;
    top: -50px;
	width: 100px;
	height: 100px;

	padding: 4px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	background: #fff;
}
.camnhan_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.camnhan_note {
    position: absolute;
    height: 30px;
    bottom: 25%;
    right: 8%;
    z-index: 999;
}

.slick_camnhan .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: 0;
}
.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: #26345d;
}

.boxCamnhan{
	position: relative;
}

.boxFormDH{
	margin-left: 15px;
	padding: 60px 30px;
	background: #E77D93;
	background: linear-gradient(180deg, rgba(231, 125, 147, 1) 0%, rgba(241, 155, 165, 1) 100%);
}
.th_boxFormDH{
	margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.descr_boxFormDH{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
}
.note_boxFormDH{
	margin-top: 20px;
	color: #fff;
	font-style: italic;
	text-align: center;
}
.boxFormDH .form-submit{
	weight: 100%;
}
.boxFormDH .form-group {
    margin-bottom: 10px;
}
.boxFormDH .form-submit{
	margin-top: 25px;
}
.boxFormDH .form-submit button{
	background: #26345d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
    border-radius: 40px;
    padding: 10px 0;
}
.boxFormDH input{
	border-radius: 40px;
    border: 0;
    height: 50px;
    font-size: 15px;
}
.boxFormDH input::placeholder{
	font-style: italic;
}
.boxFormDH textarea{
	border-radius: 20px;
    border: 0;
    font-size: 15px;
}
.boxFormDH textarea::placeholder{
	font-style: italic;
}
@media screen and (max-width:1024px){
	.ssCamnhan{
		padding: 30px 0 0 0;
	}
	.ssCamnhan .title_sectionhome{
		text-align: center;
	}
	.boxFormDH{
		margin-left: 0;
		margin-top: 30px;
		padding: 40px 15px;
	}

	.item_camnhan{
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 60px 20px 25px 20px;
		border-radius: 30px;
	}
}
/*END CAM NHAN*/

/*MOI TRUONG*/
.ssMoitruong{
	position: relative;
	padding: 50px 0;
}
.boxSlickMoiTruong{
	position: relative;
}
.slick_moitruong{

}
.slick_moitruong .slick-slide > div{
	display: grid;
}
.itemMoitruong{
	padding: 5px;
}
.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;
}
@media only screen and (max-width: 991px){
	.ssMoitruong .moitruong_prev {
		left: 0;
	}
	.ssMoitruong .moitruong_next {
		right: 0;
	}
}
/*END MOI TRUONG*/

/*FOOTER*/
footer{
	background: #fff !important;
	padding: 0 !important;
	color: #fff;
}

a.logoFt{
	display: block;
	margin-bottom: 30px;
}
a.logoFt img{
	
}

.footerMid{
	background: #26345d;
	padding: 50px 0;
}
.ftmain_box {
	margin-bottom: 30px;
}
.ftmain_box h3{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #f3899d;
	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: #f3899d;
}
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: 0;
}
ul.info_ft li p{
	margin: 0;
	font-weight: normal;
}

.ft_map{
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.ft_map img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.ftmain_box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ftmain_box ul li{
	margin-top: 10px;
}
.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;
}

.footerBot{
	padding: 10px 0;
	background: #091935;
	text-align: center;
	color: #fff;
}
@media only screen and (min-width: 992px){
	.footerMid .row > div:nth-child(1){
		width: 40%;
	}
	.footerMid .row > div:nth-child(2),
	.footerMid .row > div:nth-child(3){
		width: 30%;
	}
}
@media only screen and (max-width: 991px){
	a.logoFt{
		text-align: center;
		margin-bottom: 15px;
	}
}
/*END FOOTER*/

.itempost_one{
    margin-bottom: 20px;
}
.itempost_one a{
	position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.itempost_one a img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.itempost_one a h3{
    margin: 0;
    padding: 0;
    color: #26335d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itempost_one .date{
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;

	display: flex;
	align-items: center;
}
.itempost_one .date img{
	width: auto;
	margin: 0;
	margin-right: 5px;
}
.itempost_one a .descr {
    margin-top: 5px;
    color: #202020;
    font-size: 15px;

    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.itempost_two{
    display: grid;
    grid-template-columns: 175px 1fr;
    grid-gap: 15px;
}
.itempost_two .img_itempost_two{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.itempost_two .img_itempost_two a{
    display: block;
}
.itempost_two .img_itempost_two img{
    width: 100%;
    border-radius: 20px;
}
.itempost_two .cont_itempost_two{
    display: block;
}
.itempost_two .cont_itempost_two h3{
	margin: 0;
	padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #26335d;
	margin-bottom: 5px;
}
.itempost_two .cont_itempost_two h3 a{
	color: #26335d;
	font-weight: 500;
}
.itempost_two .cont_itempost_two .date{
	margin-bottom: 10px;
	color: #333333;
	font-size: 14px;

	display: flex;
	align-items: center;
}
.itempost_two .cont_itempost_two .date img{
	margin-right: 5px;
}
.itempost_two .descr {
    margin-top: 5px;
    color: #202020;
    font-size: 14px;

    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/*TIN TUC*/
.ssTintuc{
	padding: 50px 0;
	background: #fff5f7;
}
.slickCK_TT{
	margin-bottom: 30px;
}
.itemCK_TT{
	padding: 7px 0;
	color: #616161;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.itemCK_TT.active{
	border-bottom: 2px solid #ed8191;
	color: #ed8191;
}

.slickCK_TT .slick-arrow{
	display: none !important;
}
.nextTintuc{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 9;
	cursor: pointer;
}

.gridTintuc{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	align-items: start;
}
.gridTintuc .col_left{
	
}
.gridTintuc .col_right{
	
}

.gridTintuc .col_right .itempost_two+.itempost_two{
	margin-top: 15px;
}

@media screen and (min-width:992px){
	/*.slickCK_TT{
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 30px;
	}*/

	.slickCK_TT .slick-slide{
		margin-right: 15px;
	}
}
@media screen and (max-width:991px){
	.ssTintuc{
		padding: 30px 0;
	}

	.slickCK_TT{
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 30px;
	}
	
	.slickCK_TT .slick-slide{
		margin-right: 15px;
	}

	.gridTintuc {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
	}

	.ssTintuc .itempost_two{
		grid-template-columns: 150px 1fr !important;
		margin-bottom: 15px;
	}

	.gridTintuc .col_right{
		grid-template-columns: repeat(1, 1fr);
	}
}
/*END TIN TUC*/


.loader {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #333333;
}
.loader i {
    margin-right: 8px;
    color: #007bff;
}