@font-face {
	font-family: UTM HelvetIns;
	src: url(UTMHelvetIns.ttf);
	src: url(UTMHelvetIns.ttf) format("truetype")
}

@font-face {
	font-family: Tahoma;
	src: url(tahoma.ttf);
	src: url(tahoma.ttf) format("truetype")
}

@font-face {
	font-family: Tahomabd;
	src: url(tahomabd.ttf);
	src: url(tahomabd.ttf) format("truetype")
}

@font-face {
	font-family: UTM Windsor BT;
	src: url(UTMWindsorBT.ttf);
	src: url(UTMWindsorBT.ttf) format("truetype")
}
:root
{
	--menubg:#12A1B0;
}
ol,ul
{
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
p
{
	text-align: justify;
}
a
{
	text-decoration: none !important;
}
a:hover
{
	text-decoration: none !important;
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}
body {
	line-height: normal;
	color: #333;
	font-size: 15px !important;
	font-family: Tahoma;
}
b,strong {
	font-weight: normal;
	font-family: 'Tahomabd'
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	font-family: Tahoma
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.inner-wp {
	width: 1000px;
	margin: 0 auto
}

.fl-left {
	float: left
}

.fl-right {
	float: right
}
.imgcenters {
	display: table;
	margin: 0 auto
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.clearfix {
	clear: both;
	display: block
}

html[xmlns] .clearfix {
	display: block
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400
}
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%);
}
.w-80{
	width: 80%;
}
/*.container{
	max-width: 1300px !important;
	}*/
	/* ===== 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;
	}
	.flex-1{
		flex: 1;
	}

	/*===============HEADER================*/
	#header-wp{
		background: linear-gradient(90deg, rgba(30,86,49,1) 18%, rgba(104,187,89,1) 60%);
	}
	.title {
		background: #68BB59;
		height: 42px;
		position: relative;
	}
	.title .tieude {
		background: url(../img/bg_title.png) no-repeat;
		background-size: contain;
		height: 42px;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding-left: 46px;
		padding-top: 8px;

	}
	.title2 span{
		color: #878787;
	}
	.title2 .tieude{
		position: relative;
		text-align: center;
		font-size: 24px;
		text-transform: uppercase;
		color: #094716;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.title2 .tieude.nobefore:before, .title2 .tieude.nobefore:after{
		content:unset;
	}
	.title2 .tieude:before, .title2 .tieude:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 36%;
		transform: translateX(-50%);
		width: 100px;
		height: 2px;
		background: #094716;
	}
	.title2 .tieude:after {
		top: 50%;
		left: 64%;
		background: #005A87;
	}
	.cover_tintuc_quytrinh {
		height: 100%;
		padding: 25px;
		border-radius: 22px;
	}
	.cover_info_right_header i{
		font-size: 25px;
	}
	.phone_header,.address_header {
		padding: 10px;
		/*	background: linear-gradient(90deg, rgba(32,184,201,1) 18%, rgba(51,157,241,1) 60%);*/
		border-radius: 25px;
		color: #fff;
	}
	.content_phone_header span{
		color: #fff;
	/*text-shadow:  2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
	1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;*/
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}
.menu_header{
	background: #fff;
}
.main_menu_header{
	border-radius: 50px;
	position: relative;
}
.main_menu_header > li.has_sub{
	padding: 11px 15px;
	color: #1E5631;
	font-weight: 600;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.main_menu_header > li:first-child > i{
	font-weight: bold;
	font-size: 26px;
}
.main_menu_header > li > a{
	color: #1E5631;
	padding: 11px 42px;
	border-left: 1px solid #fff;
	display: block;
	font-weight: 600;
}
.main_menu_header > li span {
	padding: 2px 10px;
	display: block;
	border-radius: 5px;
}
.main_menu_header > li a.active span {
	background: #1E5631;
	color: #fff;
}
.tab-wrapper{
	min-height: 352px;
}
/*.main_menu_header > li:last-child{
	margin-left: auto;
}
.main_menu_header > li:last-child > i{
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0FA9BB;
	border-radius: 50%;
	margin-bottom: 2px;
	margin-right: 5px;
	color: #fff;
	font-size: 23px;
	padding-left: 4px;
	cursor: pointer;
}
.main_menu_header > li:last-child > i:hover{
	background: #007B89;
	}*/
	.has_sub:hover .sub_menu_main,.sub_menu_main:hover{
		opacity: 1;
		pointer-events: all;
	}
	.sub_menu_main{
		position: absolute;
		top: 100%;
		left: 0;
		width: max-content;
		min-width: 100%;
		background: #fff;
		padding: 15px;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 15px;
		opacity: 0;
		pointer-events: none;
		border-radius: 15px;
		box-shadow: 0 0 10px rgba(0 0 0 / 30%);
		height: 400px;
		overflow: auto;
	}
	.sub_menu_main > li > a{
		color: #1E5631;
		font-weight: 600;
		font-size: 19px;
		text-transform: uppercase;
		border-bottom: 1px solid;
		display: block;
		margin-bottom: 10px;
	}
	.subsub_menu > li{
		margin-bottom: 8px;
	}
	.subsub_menu > li > a{
		font-size: 16px;
		color: #333;
		display: block;
	}
	.subsub_menu > li > a:hover{
		color: #1E5631;
	}
	.form_search{
		position: absolute;
		top: 100%;
		left: 50%;
		padding: 10px;
		border-radius: 6px;
		z-index: 99999;
		background: #fff;
		width: 1110px;
		display: none;
		transform: translateX(-50%);
	}
	.form_search > .btn_timkiem{
		position: absolute;
		top: 26%;
		right: 15px;
		outline: 0;
		border: 0;
		background: #fff;
		font-weight: bold;
		width: 75px;
	}
	.title_main{
		color: #fff;
		text-transform: uppercase;
		position: relative;
		font-size: 40px;
		font-weight: 600;
		padding-bottom: 21px;
		text-align: center;
	}
	.title_main > div{
		font-size: 24px;
	}
	.title_main > div > span{
		color: #FFBA22;
	}
	.title_main.img_1{
		background: url(../img/tt_3.svg) no-repeat;
		background-size: 68px;
		background-position: 7px 21px;  
	}
	.title_mid_index{
		background: #028F9F;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
		font-size: 20px; 
	}
	.list_info_postion{
		position: fixed;
		display: flex;
		flex-direction: column;
		gap: 10px;
		top: 25%;
		right: 10px;
		z-index: 999999;
	}
	.list_info_postion a {
		padding: 6px 11px;
		background: #FFBA22;
		text-align: center;
		color: #fff;
		font-weight: 500;
		border-bottom: 5px solid #E47D00;
		font-size: 14px;
	}
	.btn_top_fix_info{
		background: #21BABE;
		border-bottom: 3px solid #0E3037;
		color: #fff;
		text-align: center;
	}
	.content_address_header{
		font-size: 16px;
		width: 200px;
	}
	button.btn.btn_header {
		background: #0D7DBC;
		color: #fff;
	}
	.cover_list_menu {
		position: absolute;
		top: 0;
		left: 5%;
		z-index: 999;
		width: max-content;
		background: #2EA4E7;
	}

	ul.list_menu_banner li a {
		display: block;
		padding: 8px 15px;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		color: #fff;
		font-size: 15px;
	}
	a.btn_chat_banner > div {
		width: 164px;
		margin: auto;
		text-align: center;
		padding-top: 25px;
		background: linear-gradient(0deg, rgba(196,232,249,1) 18%, rgba(255,255,255,1) 100%);
		border-radius: 12px;
		padding-bottom: 8px;
		color: #666666;
		margin-bottom: 10px;
	}

	.btn_chat_banner img {
		margin: auto;
		display: block;
		margin-bottom: -26px;
		margin-top: 23px;
	}
	.btn_inbanner {
		width: 105px;
		margin: auto;
		border: 1px solid #fff;
		border-radius: 20px;
		font-weight: bold;
		margin-top: 7px;
		background: linear-gradient(180deg, rgba(196,232,249,1) 18%, rgba(255,255,255,1) 100%);
	}
	/*===============HEADER================*/
	/*===============FORM_HOTRO================*/
	.form_ht_index{
		background: url(../img/bg_form_ht.png) top center no-repeat;
		background-size: 100% 100%;
		padding: 35px;
	}
	.form_ht_index button{
		background: #005A87;
		color: #fff;
		width: 100%;
		text-align: center;
	}
	.title_form_hotro {
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		color: #005A87;
	}
	/*===============FORM_HOTRO================*/

	/*===============CONTENT_INDEX================*/
	.content_index_list {
		background: #1E5631;
		color: #fff;
		padding: 25px 0;
	}

	.des_ctnin {
		width: 57%;
		margin: auto;
		text-align: center;
		font-size: 16px;
	}

	.list_ctind {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-bottom: -46px;
		margin-top: 27px;
	}

	.item_child {
		background: #fff;
		color: #262626;
		padding: 5px 26px;
		border-radius: 5px;
		border: 1px solid #005A87;
		font-size: 17px;
		font-weight: 600;
		font-style: italic;
	}
	.name_ttpks2_post1{
		color: #1B7223;
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 20px;
	}
	.content_text{
		min-width: 802px;
	}
	.img_quytrinh{
		width: 150px;
	}
	.btn_post_new {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-top: 1rem;
	}

	.btn_post_new span {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 8px;
		border: 1px solid #1B7223;
		color:#1B7223;
		white-space: nowrap;
	}
	.btn_post_new span:nth-child(2), .btn_post_new span:nth-child(3) {
		background: #1B7223;
		color: #fff;
	}
	.content_ttpks2_post1{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #606060;
	}
	.post_1_ttpks2:last-child .content_ttpks2_post1{
		border-bottom: 0;
	}
	.tomtat_ttpks2_post1{
		color: #000;
	}
	.list_ct_quytrinh {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 13px;
		margin-top: 15px;
		margin-bottom: 50px;
	}

	.item_cate_quytrinh {
		background: #1E5631;
		padding: 5px 35px;
		border-top: 2px solid #005B8B;
		color: #fff;
		font-size: 15px;
		cursor: pointer;
		border-radius: 3px;
	}

	.item_cate_quytrinh.active {
		background: #1B7223;
		color: #fff;
	}

	.item_cate_quytrinh:hover {
		background: #1B7223;
		color: #fff;
	}
	.form_send{
		margin-top: 10px;
		padding: 10px 18px;
		border-top: 2px solid #3C958F;
		border-bottom: 2px solid #3C958F;
		display: flex;
		align-items: center;
		justify-content: space-around;
		font-style: italic;
	}

	/*===============CONTENT_INDEX================*/
	/*===============TUVANTRUCTIEP================*/
	.list_tuvantructiep {
		display: flex;
		justify-content: space-between;
	}
	.list_tuvantructiep .col-md-3 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.tuvantructiep .container {
		padding: 30px 0;
		padding-bottom: 50px;
	}
	.item_tuvantructiep {
		background: var(--clbgtvtt);
		padding: 15px 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 15px;
		text-align: center;
		color: #fff;
		border-radius: 8px;
		font-weight: bold;
	}

	/*===============TUVANTRUCTIEP================*/
	/*===============TRIEU_CHUNG================*/ 
	.contain_menu_trieuchung {
		background: #68BB59;
		padding: 10px 0px;
	}
	.trieuchungcover{
		background: url(../img/bg_trieuchung.png) bottom center no-repeat;
		background-size: contain;
	}
	.container article.trieuchung {
		height: 413px;
		position: relative;
	}
	.max1000 {
		width: 1000px;
		margin: 0 auto;
	}
	.container article.trieuchung .content h3 {
		text-align: center;
		font-size: 34px;
		color: #ffffff;
		padding: 18px 0;
	}
	h3.text_trieuchung {
		text-align: center;
		font-size: 34px;
		color: #1E5631;
		padding: 18px 0;
		display: inline-block;
		margin-top: 20px;
	}
	.tab-trieutrung::after {
		top: 40px;
	}
	.tab-trieutrung li {
		margin: auto;
		display: inline;
		float: left;
		font-size: 16px;
		list-style: none;
	}
	.tab-trieutrung {
		display: flex;
		position: relative;
		padding: 5px 0;
		margin: 0 50px;
	}
	.tab-trieutrung a {
		display: inline-block;
		padding: 7px 7px 5px 7px;
		text-align: center;
		font-size: 18px;
		color: #fff !important;
		text-transform: capitalize;
		cursor: pointer;
		padding: 6px 47px;
		font-size: 14px;
	}
	.tab-trieutrung a:hover {
		color: #fff;
	}
	.tab-trieutrung .active a {
		background: #76BA1B;
		border-radius: 4px;
		box-shadow: inset 0 0 20px #245C30;
	}
	.trieuchung .tabContents{
		margin-top: 15px;
	}
	.tabContents div {
		text-align: center;
		width: 50%;
	}
	.tabContents div span {
		background: var(--cl_tt);
		padding: 12px;
		border-radius: 3px;
		display: inline-block;
		color: #fff;
		font-size: 13.34px;
		margin-top: 6px;
		cursor: pointer;
		width: 100%;
		text-align: left;
		margin: 10px 3%;
	}
	.warning {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
	}
	.warning img {
		margin-right: 8px;
	}
	button.btn.btn_form_tttt {
    width: 413px;
    background: #A4DE02;
    border: 1px solid #1E5631;
}

.form_tttt input {
    border: 1px solid #1E5631;
}
	/*===============TRIEU_CHUNG================*/
	/*===============LIST_IMAGE================*/
	.cover_list_img_index{
		margin-top: 35px;
	}
	.list_img_index {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.list_img_index a {
		flex: 1;
	}
	/*===============LIST_IMAGE================*/
	/*===============BACSI================*/
	.bacsi{
		background: #43A39C;
		padding: 20px 0;
	}
	.item_bacsi{
		text-align: center;
		background: #fff;
		padding: 10px;
		border-radius: 5px;
	}
	/*===============BACSI================*/
	/*===============CAMNHANBENHNHAN================*/
	.item_camnhan .des_camnhan {
		border: 1px solid;
		padding: 10px 15px;
		border-radius: 10px;
		min-height: 220PX;
	}

	.img_camnhan {
		position: absolute;
		left: calc(50% - 55px);
		margin-top: -120px;
	}
	.title_camhan{
		margin-top: 28px;
		margin-bottom: 20px;
		font-size: 30px;
		color: #43A39C;
		font-weight: bold;
	}
	.item_camnhan {
		padding: 15px;
		border-radius: 10px;
		color: #146a4f;
		width: 33%;
	}

	.left_camnhan {
		text-align: center;
		background: #146a4f;
		color: #fff;
		padding: 10px 0px;
		margin-bottom: 10px;
		border-radius: 10px;
		position: relative;
		padding-top: 60px;
	}

	.left_camnhan i {
		color: #fff;
		font-size: 22px;
		margin: 15px 0;
	}
	.list_camnhan{
		gap: 40px;
	}
	.name_camnhan {
		margin-bottom: 16px;
		position: relative;
	}
	.name_camnhan:before {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 45%;
		height: 5px;
		border-radius: 25px;
		background: #fff;
	}
	.trangthai_camnhan{
		font-size: 12px;
	}
	.trangthai_camnhan div{
		font-size: 25px;
	}
	.content_camnhan {
		font-size: 13px;
		font-weight: 500;
	}
	.name_camnhan span {
		font-size: 12px;
	}
	/*===============CAMNHANBENHNHAN================*/
	/*===============LOIICH================*/
	.cover_loiich  form {
		position: absolute;
		top: 46%;
		left: 43px;
	}

	.cover_loiich form input {
		height: 48px;
		width: 182px;
		background: transparent;
		border: 0;
	}

	.cover_loiich form button {
		background: transparent;
		width: 57px;
		height: 51px;
	}
	/*===============LOIICH================*/


	/*===============LOAI_RIGHT================*/
	.title_side_bar{
		color: #fff;
		background: #FFBA22;
		padding: 10px;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
	}
	.title_menu_sidebar{
		padding-left: 40px;
		font-size: 25px;
		color: #4C9F15;
		margin: 10px;
		background: url(../img/ic_title_menu_right.png) no-repeat;
		background-position: -5px 1px;
	}
	.menu_side_bar {
		background: #40902f;
	}
	.menu_side_bar li{
		border-bottom: 1px solid #c1c1c1;
		padding:10px 0px;
		cursor: pointer;
	}
	.menu_side_bar li a{
		font-size: 16px;
		color: #fff;
		padding-left: 40px;
		display: inline-block;
		background-position: 10px 8px;
	}
	.sub_menu_sidebar
	{
		margin-left: 10px !important;
		margin-top: 10px !important;
		display: none;
	}
	.menu_side_bar li:last-child{border:none;}
	.sub_menu_sidebar li a
	{
		display: block;
		padding-left: 0px;
	}
	.title_side_bar_signup{
		padding: 15px;
		background: #02A8BC;
		color: #fff;
		text-transform: uppercase;
		text-align: center;  
		border-radius: 5px 5px 0 0;
	}
	.breadcrumb .title-cate {
		display: block;
		font-family: 'UTM HelvetIns';
		font-size: 22px;
		color: #212121;
		margin: 15px 0;
		line-height: 25px
	}

	.breadcrumb .title-cate span {
		color: #c66262
	}

	.main-content .list-item .item {
		padding-bottom: 20px
	}

	.main-content .list-item .item .thumb {
		width: 34%
	}

	.main-content .list-item .item .info {
		width: 64%
	}

	.main-content .list-item .item .info-hidden {
		width: 100%;
		display: none
	}

	.main-content .list-item .item .info .title {
		display: block;
		font-family: 'UTM HelvetIns';
		font-size: 20px;
		color: #212121;
		margin-bottom: 5px;
		line-height: 25px
	}

	.main-content .list-item .item .info .title:hover {
		color: #388669
	}

	.main-content .list-item .item .info .tit,.main-content .list-item .item .info p {
		display: block;
		font-family: 'Tahoma';
		font-size: 15px;
		color: #505050;
		line-height: 25px
	}

	.main-content .list-item .item .info p {
		height: 50px;
		overflow: hidden
	}

	.main-content .list-item .item .info .tit {
		font-size: 13px;
		margin-bottom: 13px
	}

	.main-content .list-item .item .info .tit span {
		color: #bd5c5c
	}

	.main-content .list-item .item .btn-bot {
		margin-top: 13px
	}

	.main-content .list-item .item .btn-bot a {
		position: relative;
		font-family: 'UTM HelvetIns';
		font-size: 15px;
		border-radius: 4px
	}

	.main-content .list-item .item .btn-bot a:nth-child(1) {
		padding: 7px 25px 7px 35px;
		border: 1px solid #565bbf;
		border-radius: 5px;
		color: #565bbf
	}

	.main-content .list-item .item .btn-bot a:nth-child(2) {
		padding: 7px 35px 7px 25px;
		margin-left: 15px;
		border: 1px solid #c66262;
		border-radius: 5px;
		color: #c66262
	}

	.main-content .list-item .item .btn-bot a:nth-child(1):before {
		position: absolute;
		content: '';
		top: 11px;
		left: 15px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -518px -230px;
		width: 14px;
		height: 14px
	}

	.main-content .list-item .item .btn-bot a:nth-child(2):before {
		position: absolute;
		content: '';
		top: 10px;
		right: 15px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -396px -568px;
		width: 16px;
		height: 17px
	}

	.main-content .list-item .item .btn-bot:hover a:nth-child(1) {
		background: #565bbf;
		color: #fff
	}

	.main-content .list-item .item .btn-bot:hover a:nth-child(2) {
		background: #c66262;
		color: #fff
	}

	.main-content .list-item .item .btn-bot:hover a:nth-child(1):before {
		position: absolute;
		content: '';
		top: 10px;
		left: 15px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -517px -214px;
		width: 15px;
		height: 16px
	}

	.main-content .list-item .item .btn-bot:hover a:nth-child(2):before {
		position: absolute;
		content: '';
		top: 11px;
		right: 15px;
		background: url(../img/all_zip1.png) no-repeat;
		background-position: -509px -274px;
		width: 15px;
		height: 15px
	}

	.view-add {
		margin-bottom: 30px
	}

	.view-add #btn-search {
		position: relative;
		display: block;
		font-family: Roboto;
		font-size: 17px;
		line-height: 23px;
		text-transform: uppercase;
		color: #00bc97;
		padding: 15px;
		text-align: center;
		width: 30%;
		height: 100%;
		margin: 0 auto;
		border: 1px solid #ddd
	}

	.view-add:hover #btn-search {
		border: 1px solid #00bc97
	}
	.bg_or
	{
		background: #009AAC ;
	}
	.breadcrumb{
		background: transparent !important;
	}
	h1.title_detail_post
	{
		border-bottom: 2px solid #007B89;
		font-size: 2rem;
		padding-bottom: 5px;
		text-transform: uppercase;
		color: #007B89;
		font-weight: 700;
	}
	.post-main h2{
		font-size: 1.5rem;
		color: #007B89;
		border-bottom: 1px solid #007B89;
		padding-bottom: 10px;
		text-transform: uppercase;
	}
	.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: #007B89;
		border-bottom: 1px solid;
		margin-bottom: 10px;
	}
	.cover_img_post{
		width: 30%;
		display: inline-block;
		min-width: 228px;
		max-height: 150px;
	}
	.content_post_loai
	{
		width: 68%;
		padding:0 15px;
	}
	.cl-or
	{
		color: #1e5631;
	}
	ul.pagination {
		gap: 10px;
	}
	.page-item:last-child .page-link {
		border-radius: 25px !important;
		width: 60px;
		text-align: center;
	}
	a.page-link {
		position: relative;
		display: block;
		margin-left: -1px;
		line-height: 1.25;
		color: #fff !important;
		border:none !important;
		background-color: #939393 !important;
		width: 35px;
		height: 35px;
		text-align: center;
		border-radius: 50%;
	}
	li.page-item.active a.page-link,li.page-item:hover a.page-link {
		border-radius: 50%;
		background: #1b7223 !important;
		font-weight: bold;
	}
	.btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #009AAC ;
		border-radius: 5px;
	}
	.btn_gre_loai {
		padding: 5px 10px;
		padding-left:15px;
		color: #000;
		background: url(../img/icon_xemthem.png) no-repeat 0px center;
		border-radius: 5px;
	}
	.btn_or_loai:hover{
		color: #fff;
	}
	.btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #007B89;
		border-radius: 5px;
	}
	.page-link{
		border-color: #009AAC  !important;
		color: #009AAC  !important;
		font-weight: 500;
	}
	.page-item.active .page-link{
		background: #009AAC  !important;
		color: #fff !important;
	}
	.count_online
	{
		background: #007B89;
		color: #fff;
	}
	.count_online .numbe_count
	{
		line-height: 0.5;
	}
	.main-breacrumd {
		background: #1e5631;
		color:#fff;
		padding: 10px 0px;
	}
	.main-breacrumd > .breadcrumb {
		border-bottom: 2px solid #007B89;
	}
	.main-breacrumd .breadcrumb-item > a{
		color: #fff;
	}
	.breadcrumb-item.active {
		color: #fff !important;
	}
	/*===============LOAI_RIGHT================*/

