@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;
}
.logo-header{width: 80%;}
.form_search_header{
	transform: skewX(43deg);
}
.form_main{
	position: relative;
	width: 255px;
}
.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: #333;
	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;
}
.banner{
	max-width: 1350px;
	margin: auto;
}
.banner img{
	box-shadow: 0 6px 15px -7px rgb(0 0 0 / 54%);
}
.phone_top{
	display: grid;
	grid-template-columns: 40% 60%;
	overflow: hidden;
}
.phone_right{
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,45,74,1) 15%, rgba(7,127,170,1) 100%);
	padding: 10px 60px;
	transform: skewX(-43deg) translateX(33px);
}
.phone_number{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	transform: skewX(43deg);
}
.phone_number img{
	width: 20px;
	height: 20px;
	filter: invert(1);	
}
/*===============HEADER================*/
/*===============INTRO================*/
.intro{
	margin-top: -60px;
}
.title_main{
	gap: 25px;
	font-size: 2rem;
	color: #EF8E1E;
	margin-bottom: 20px;
}
.des_catalog{
	font-weight: 500;
}
.title-main {
	font-family: BANGO;
	color: #212529;
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
}
.title-main span{
	display: block;
	font-size: 16px;
	color: #212529;
	font-weight: unset;
	font-family: sans-serif;
}
.title-main.title_intro{
	margin-top: -45px;
	margin-bottom: 5px !important;
	position: relative;
	color: #fff;
	font-size: 30px;
	padding-left: 15px;
}

.title-main.title_intro:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #008CA7; 
	z-index: -1;
}
.title-main.title_intro:after{
	content: " ";
	border-top: 23px solid #008CA7;
	border-bottom: 22px solid #008CA7;
	border-right: 21px solid transparent;
	position: absolute;
	top: 0;
	left: 40%;
	bottom: 0;
}
.cover_des_intro{
	padding: 20px 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	border-radius: 15px 0 0 15px;
	padding-right: 90px;
	z-index: 1;
	position: relative;
	background: #fff;
}
.des_intro{
	font-size: 1.2rem;
}
.cus_intro_div{
	margin-left: -63px;
	margin-top: -105px;
	position: relative;
	z-index: 2;
}
.cus_intro_div:before{
	content: '';
	position: absolute;
	bottom: 21px;
	left: 1px;
	height: 62px;
	width: 62px;
	transform: skewY(34deg);
	background: #0F6874;
	z-index: -1;
}
/*===============INTRO================*/

/*===============COVER_LIST_TAMNHIN================*/
.cover_list_tamnhin{
	display:grid;
	grid-template-columns: repeat(4,23%); 
	grid-gap: 15px;
	justify-content: center;
}
.item_tamnhin {
	text-align: center;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 16%);
	border-radius: 35px;
	padding: 10px;
}
.item_tamnhin > img{
	height: 77px;
}
.title_tamnhin{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.content_tamnhin{
	font-size: 1rem;
}
/*===============COVER_LIST_TAMNHIN================*/
/*===============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================*/

/*===============FORM_MIDDLE================*/
.item_btn_ss{
	background: #2996CD;
	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_post_index:before{
	content: '';
	position: absolute;
	top: 80%;
	left: 0;
	width: 155px;
	height: 155px;
	background: url(../img/left_inx.png) top center no-repeat;
	background-size: contain;
}
.list_item_post_index{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.item_post_index{
	display: grid;
	grid-template-columns: 30% 68%;
	grid-gap: 10px;
}
.item_post_index:not(:last-child){
	margin-bottom: 15px;
}
.title_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #0882B3 !important;
	font-weight: 600;
}
.des_post_index{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*===============POST_INDEX================*/
/*===============POST_CATALOG================*/
.list_category_index{
	display: grid;
	grid-template-columns: repeat(6 ,1fr);
	grid-gap: 10px;
	justify-content: center;
}
.list_category_index > .item_category {
	padding: 10px;
	border-radius: 19px;
	box-shadow: 0 0 5px rgb(0 0 0 / 26%);
	text-align: center;
	cursor: pointer;
}
.list_category_index > .item_category > div {
	border-radius: 16px;
	box-shadow: 0 0 5px rgb(0 0 0 / 35%);
	text-align: center;
	color: #0882B3;
	padding: 10px;
	font-weight: bold;
}
.list_category_index > .item_category > div > img{
	height: 55px;
	width: auto;
	margin-bottom: 15px;
}
.list_category_index > .item_category:is(.active, :hover) > div{
	background: #0882B3;
	color: #fff
}
.list_category_index > .item_category:is(.active, :hover) > div > img{
	filter: brightness(30);
}
.container_post_category{
	margin-top: 40px;
}
.title_post_right_category > a{
	color: #0882B3;
	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: absolute;	
	right: 28px;
}
.list_ss_index img{
	transition: all 500ms;
}
.list_ss_index img:hover{
	transform: scale(1.1);
}

/*===============LIST_SS_INDEX================*/

/*=================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: #2996CD;
	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: #02456B;
}
.breadcrumb{
	background: transparent !important;
}
h1.title_detail_post
{
	border-bottom: 2px solid #0882B3;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #0882B3;
}
.post-main h2{
	font-size: 1.5rem;
	color: #0882B3;
	border-bottom: 1px solid #0882B3;
	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: #0882B3;
	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: #0882B3;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #02456B;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #0882B3;
	border-radius: 5px;
}
.page-link{
	border-color: #02456B !important;
	color: #02456B !important;
	font-weight: 500;
}
.page-item.active .page-link{
	background: #02456B !important;
	color: #fff !important;
}
.count_online
{
	background: #0882B3;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #0882B3;
}
.main-breacrumd .breadcrumb-item > a{
	color: #0882B3;
}
/*===============LOAI_RIGHT================*/

