@font-face {
	font-family: Bango;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Bango.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: Avo;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Avo.ttf) format("truetype");
	font-display: swap;
}
:root
{
	--menubg:#12A1B0;
}
body
{
	font-size: 14px !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;
}
form
{
	margin: 0;
}
.gap-10{
	gap:10px;
}
.gap-15{
	gap:15px;
}
.gap-20{
	gap:20px;
}
.gap-100{
	gap:100px;
}
.pt-45{
	padding-top: 4.5rem !important;
}
.d-grid{
	display: grid;
	grid-gap: 10px;
}
.grid-template-2{
	grid-template-columns: repeat(2, 1fr);
}
.grid-template-4-23{
	grid-template-columns: repeat(4, 23%);
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #383838 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 13px;
}

*::-webkit-scrollbar-track {
	background: #ffffff;
}

*::-webkit-scrollbar-thumb {
	background-color: #383838;
	border-radius: 10px;
	border: 3px solid #ffffff;
}
/*===============HEADER================*/
.header{
	display: block;
	max-width: 1350px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
}
.cover_menu{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.logo-header{
	width: 80%;
}
.form_main{
	position: relative;
}
.form_main > input{
	border-radius: 25px;
	padding-right: 10px;
	width: 100%;
	background: #fff;
}
.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
}
.phone_content div:nth-child(2){
	font-size: 1.7em;
	font-weight: 600;
	color: #D85C05;
}
.info_header{
	color: #4D4D4D;
}
.info_header i{
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}
.menu-header > li a{
	color: #fff !important;
	padding: 8px 18px;
	display: block;
	transition: all 500ms;
	font-weight: 600;
	font-size: 0.99rem;
	cursor:pointer;
	text-align: left;
}
.menu-header > li > a > i{
	font-size: 13px;
}
.menu-header li a:hover{
	color: #fff !important;
	background: #333;
}
.menu-header li.has_sub{
	position: relative;
}
.menu-header li.has_sub:hover .sub_menu, .sub_menu:hover{
	top: 100%;
	opacity:1;
	pointer-events: all;
}
.sub_menu{
	position: absolute;
	top: 130%;
	left: 0;
	background: #fff;
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
	width: max-content;
	transition: all 500ms;
	opacity: 0;
	pointer-events: none;
	z-index: 99999;
}
.sub_menu > li > a{
	color: #333 !important;
}
.banner{
	max-width: 1350px;
	margin: auto;
}
.banner img{
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
}
/*===============HEADER================*/
/*===============COUNT_INDEX================*/
.count_index{
	margin-top: -65px;
	z-index: 99;
	position: relative;
	margin-bottom: 30px;
}
.list_countindex{
	display: grid;
	grid-template-columns: repeat(3,24%);
	grid-gap: 20px;
	justify-content: center;
}
.item_countindex{
	padding: 20px 15px;
	border-radius: 12px;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #D05A24;
	font-weight: bold;
	background: #fff;
}
.content_countindex{
	line-height: 32px;
}
.item_countindex > img{
	width: auto;
	height: 65px;
}
.number_countindex{
	font-size: 40px;
}
.name_countindex{
	font-size: 16px;
}
/*===============COUNT_INDEX================*/
/*===============INTRO================*/
.title_main{
	gap: 25px;
	font-size: 2rem;
	color: #EF8E1E;
	margin-bottom: 20px;
}
.des_catalog{
	font-weight: 500;
}
.cover_titlemain{
	display: inline-block;
	border-top: 1px solid;
	position: relative;
}
.cover_titlemain:before, .cover_titlemain:after{
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #D05A24;
	border-radius: 50%;
}
.cover_titlemain:after{
	right: 0;
	left: unset;
}
.cover_titlemain > div	{
	display: inline-block;
	font-family: sans-serif;
}
.title-main {
	font-family: BANGO;
	color: #D05A24;
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
}
.title-main:not(.nobefore):before, .title-main:not(.nobefore):after{
	content: '';
	position: absolute;
	top: -8px;
	left: 42%;
	width: 15px;
	height: 15px;
	background: #D05A24;
	border-radius: 50%;
}
.title-main:not(.nobefore):after{
	right: 42%;
	left: unset;
}
.title-main span{
	display: block;
	font-size: 16px;
	color: #212529;
	font-weight: unset;
	font-family: sans-serif;
	font-weight: 600;
}
.title-main.title_intro{
	font-size: 30px;
}
.cover_des_intro{
	padding: 20px 15px;
	border-radius: 15px 0 0 15px;
	padding-right: 90px;
	z-index: 1;
	position: relative;
	background: #fff;
}
.des_intro{
	font-size: 1rem;
}
.cus_intro_div{
	margin-left: -63px;
	z-index: 2;
}
.list_intro li:not(:last-child){
	margin-bottom: 13px;
}
.list_intro li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
.list_intro li:before{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../img/li_inx.png) top center no-repeat;
	background-size: cover;
}
/*===============INTRO================*/

/*===============INFO_MID_INDEX================*/
.info_mid_index{
	background: url(../img/bg_mid_inx.png) top center no-repeat;
	background-size: 100%;
}
.item_info_mid_index img{
	height: 70px;
}
.title_info_mid_index{
	color: #fff;
	font-size: 1rem;
	margin-top: 15px;
}
/*===============INFO_MID_INDEX================*/
/*===============LIST_CHUYEN_KHOA===============*/
.list_chuyenkhoa{
	background: url(../img/bg_chuyenkhoa.jpg) top center no-repeat;
	background-size: cover;
	padding: 15px;
}
.cover_chuyenkhoa{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}
.item_chuyenkhoa > a,.item_chuyenkhoa > a:hover{
	color: #333;
}
.img_chuyenkhoa{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0 0 0 / 30%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 10px;
}
.img_chuyenkhoa > img{
	width: auto;
	height: 75px;
}
.title_chuyenkhoa {
	font-weight: bold;
	color: #444;
	font-size: 16px;
}
.item_chuyenkhoa{
	margin-bottom: 15px;
}
/*===============LIST_CHUYEN_KHOA================*/

/*===============FORM_MIDDLE================*/
.item_btn_ss{
	background: #f37339;
	color: #fff;
	text-align: center;
	padding: 15px;
}
.title_btn_ss{
	font-weight: 600;
	margin-top: 15px;
}
.bg_darkblue, .form_main_midle{
	background:linear-gradient(168deg, rgba(3,108,158,1) 0%, rgba(0,29,55,1) 79%);
}
.title_from_middel{
	color: #fff;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}
.form_main_midle{
	padding: 27px;
}
.btn_mid{
	display: block;
	margin: auto;
	padding: 8px 30px;
	border-radius: 12px;
	border: 0;
	color: #D95C05;
	font-weight: bold;
}
/*===============FORM_MIDDLE================*/

/*===============POST_INDEX================*/
.list_post_index{position: relative;}
.list_item_post_index{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.item_post_index:not(:last-child){
	margin-bottom: 15px;
}
.item_post_index:not(.tt_sk){
	display: grid;
	grid-template-columns: 30% 68%;
	grid-gap: 10px;
}
.des_post_index:not(.tt_sk){
	-webkit-line-clamp: 2;
}
.content_post_index:not(.tt_sk){
	margin-top: 0;
}
.title_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #D05A24 !important;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	height: 48px;
}
.ngaydang_post_index{
	color: #9d9b9b;
    font-style: italic;
}
.des_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.content_post_index{
	margin-top: 15px;
}
/*===============POST_INDEX================*/
/*===============POST_CATALOG================*/

.container_post_category{
	margin-top: 40px;
}
.title_post_right_category > a{
	color: #D05A24;
	display: block;
	margin: 15px 0;
	font-weight: 600;
	font-size: 16px;
}
.post_right_category img{
	height: 288px;
}
.des_post_right_category{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*===============POST_CATALOG================*/

/*===============LIST_SS_INDEX================*/
.list_ss_index{
	position: fixed;	
	right: 0;
	top: 20%;
	z-index: 9999999;
	background: linear-gradient(90deg, rgba(239,90,60,1) 0%, rgba(219,141,59,1) 79%);
    border-radius: 20px 0 0 20px;
}
.list_ss_index li{
	padding: 15px;
}
.list_ss_index li:not(:last-child){
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.list_ss_index img{
	transition: all 500ms;
}
.list_ss_index img:hover{
	transform: scale(1.2);
}

/*===============LIST_SS_INDEX================*/
/*===============MOITRUONG_PHONGKHAM================*/
.slide-top{
	padding:  0 50px;
	position: relative;
} 
.slide-top .slick-slide > img{
	width: auto !important;
	height: 450px!important;
	display: block;
	margin: auto;
} 
.slide-top :where(.slick-prev,.slick-next){
	position: absolute;
	top: 50%;
	left: 16%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 999;
	pointer-events: none;
}  
.slide-top .slick-next{
	right: 16%;
	left: unset;
} 
.slide-bottom .slick-slide {
	border-radius: 15px;
	overflow: hidden;
	height: 150px;
	margin-right: 15px;
	cursor: pointer;
}
/*===============MOITRUONG_PHONGKHAM================*/

/*=================FOOTER=========================*/
.footer{
	background: url(../img/bg_footer.png) top center no-repeat;
	padding-top: 250px;
	padding-bottom: 20px;
}
.list_menu_footer a{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff !important;
	width: 100%;
	font-size: 14px;
	text-align: right;
	margin-bottom: 8px;
}
.list_menu_footer + img{
	height: 55px;
	margin: auto;
	display: block;
}
.info_footer:first-child{
	margin-top: 15px;
}
.info_footer{
	margin-bottom: 15px;
	color: #fff;
	font-size: 17px;
}
.info_footer p{
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}
.img_phone{margin-top: 30px;}
.img_phone img{height: 65px; z-index: 2}
.img_phone div{
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 25px;
	justify-content: center;
	font-weight: bold;
	margin-left: -25px;
	z-index: 1;
	width: 75%;
	border-radius: 0 25px 25px 0;
	z-index: 1;
}
/*=================FOOTER=========================*/
/*===============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: #f37339;
	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: #DA8D3B;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #f37339;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #f37339;
}
.post-main h2{
	font-size: 1.5rem;
	color: #f37339;
	border-bottom: 1px solid #f37339;
	padding-bottom: 10px;
}
.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: #f37339;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.cover_img_post{
	width: 30%;
	display: inline-block;
	min-width: 228px;
}
.content_post_loai
{
	width: 65%;
	padding:0 15px;
}
.cl-or
{
	color: #f37339;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #DA8D3B;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #f37339;
	border-radius: 5px;
}
.page-link{
	border-color: #DA8D3B !important;
	color: #DA8D3B !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #DA8D3B !important;
	color: #fff !important;
}
.count_online
{
	background: #f37339;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #f37339;
}
.main-breacrumd .breadcrumb-item > a{
	color: #f37339;
}
/*===============LOAI_RIGHT================*/

