@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,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;
	}

	/*===============HEADER================*/
	.title {
		background: #DA6667;
		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: #DA6667;
		font-weight: bold;
	}
	.title2 .tieude:before, .title2 .tieude:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 28%;
		transform: translateX(-50%);
		width: 150px;
		height: 2px;
		background: #DA6667;
	}
	.title2 .tieude:after {
		top: 50%;
		left: 72%;
		background: #DA6667;
	}
	.cover_tintuc_quytrinh {
		border: 1px solid #AAAAAA;
		height: 100%;
		padding: 25px;
		border-radius: 22px;
	}
	.cover_info_right_header i{
		font-size: 42px;
		color: #DC696A;
	}
	.phone_header,.address_header {
		padding: 10px;
/*		background: linear-gradient(180deg, rgba(242,151,151,1) 29%, rgba(220,106,107,1) 100%);*/
		border-radius: 25px;
		color: #8C3A3C;
	}
	.content_phone_header span{
		color: #8C3A3C;
		/*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-weight: bold;
		font-size: 22px;
	}
	.menu_header{
		background: linear-gradient(180deg, rgba(242,151,151,1) 29%, rgba(220,106,107,1) 100%);
	}
	.btn_quytrinh{
		background: #8C3A3C;
		color: #fff;
		border: 1px solid #ddd !important;
	}
	.main_menu_header{
		border-radius: 50px;
		position: relative;
	}
	.main_menu_header > li:first-child{
		padding: 11px 15px;
		color: #fff;
		font-weight: bold;
		border-radius: 50px;
		display: flex;
		align-items: center;
		gap: 5px;
		cursor: pointer;
		text-transform: uppercase;
	}
	.main_menu_header > li:first-child > i{
		font-weight: bold;
		font-size: 26px;
	}
	.main_menu_header > li > a{
		color: #fff;
		padding: 16px 42px;
		border-left: 1px solid #fff;
		display: block;
	}
	.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: 100%;
		background: #fff;
		padding: 15px;
		z-index: 9999;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap: 15px;
		opacity: 0;
		pointer-events: none;
		border-radius: 15px;
		box-shadow: 0 0 10px rgba(0 0 0 / 30%)
	}
	.sub_menu_main > li > a{
		color: #8C3A3C;
		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: #8C3A3C;
	}
	.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: #8C3A3C;
		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: linear-gradient(180deg, rgba(242,151,151,1) 29%, rgba(220,106,107,1) 100%);
		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: linear-gradient(0deg, rgba(242,151,151,1) 29%, rgba(220,106,107,1) 100%);
	}

	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: #F2DCDF;
		border-radius: 12px;
		padding-bottom: 8px;
		color: #939393;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 100;
	}

	.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(242,151,151,1) 29%, rgba(220,106,107,1) 100%);
		color: #fff;
		font-size: 15px;
	}
	/*===============HEADER================*/

	/*===============LIST_CATE================*/
	.list_cate{
		/*	background: url(../img/bg_sc1.jpg) top center repeat-x;*/
		background-size: contain;
		background: linear-gradient(180deg, rgba(242,151,151,1) 29%, rgba(220,106,107,1) 100%);
		margin: 0 10px;
		border-radius: 5px;
	}
	.list_cate_main a{
		color: #000;
		text-align: center;
		width: 15%;
		display: flex;
		position: relative;
		padding: 1rem 0;
		padding-bottom: 3rem;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		flex:1;
	}
	.list_cate_main a:not(:last-child){
		border-right:1px dashed #F1B6B7 ;
	}
	.list_cate_main a:before{
		content: '';
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 10px solid #fff;
	}
	.list_cate_main a:hover{
		color: #000;
	}
	.list_cate_main a .name_lc{
		color: #fff;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.list_cate_main a img{
		height: 64px;
	}
	/*===============LIST_CATE================*/
	/*===============CONTENT_INDEX================*/
	.content_index_list {
		background: #8C3A3C;
		color: #fff;
		padding: 25px 0;
	}

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

	.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 20px;
		border-radius: 5px;
		border: 1px solid #F29797;
		font-size: 18px;
		font-weight: 600;
	}
	.form_quytrinh {
		padding: 15px;
		background: #DBDBDB;
		border-radius: 8px 0 0 8px;
		border: 1px solid #898989;
	}
	.form_quytrinh {
		padding: 15px;
		background: #F2DCDF;
		border-radius: 0 8px 8px 0;
		border: 1px solid #898989;
		border-left: 0;
	}

	.des_form_quytrinh {
		margin-top: 12px;
	}

	.des_form_quytrinh input {
		border: 1px solid #DA6667;
	}

	.des_form_quytrinh button {
		background: #8C3A3C;
		color: #fff;
		border: 1px solid #fff;
	}

	.des_form_quytrinh {
		margin-top: 12px;
	}
	.name_ttpks2_post1{
		color: #DA6667;
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 20px;
	}
	.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 #DA6667;
		color: #DA6667;
	}
	.btn_post_new span:nth-child(2) {
		background: #DA6667;
		color: #fff;
	}
	.content_ttpks2_post1{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #606060;
	}
	.tomtat_ttpks2_post1{
		color: #000;
	}
	a.post_2_ttpks2 {
		color: #878787;
		margin-bottom: 19px;
		display: flex;
		justify-content: space-between;
		padding-left: 25px;
		position: relative;
	}
	a.post_2_ttpks2:hover {
		color: #DA6667;
	}
	a.post_2_ttpks2:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #DA6667;
	}
	.list_ct_quytrinh {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 13px;
		margin-top: 15px;
	}

	.item_cate_quytrinh {
		background: #F2DCDF;
		padding: 5px 15px;
		border-top: 1px solid #8C3A3C;
		color: #8C3A3C;
		font-size: 15px;
		cursor: pointer;
	}

	.item_cate_quytrinh.active {
		background: #DA6667;
		color:#fff;
	}

	.item_cate_quytrinh:hover {
		background: #DA6667;
		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;
	}
	.contain_menu_trieuchung {
		background: #da6667;
		padding:10px 0px;
	}
	.quytrinh_new {
		background: url(../img/bg_quytrinh.png);
	}
	.quytrinh_new .container {
		border-bottom: 1px solid #BCBCBC;
		padding: 20px 0;
	}
	.form_quytrinh_new {
		position: relative;
		width: 60%;
		margin: auto;
	}
	.form_quytrinh_new input {
		width: 100%;
		background: #8c3a3d;
		border-radius: 25px;
		height: 50px;
		color: #fff;
		border: 0;
		padding: 0 30px;
	}
	.item_quytrinh_new img {
		margin-bottom: 30px;
	}
	.form_quytrinh_new input::placeholder{
		color:#fff;
	}
	button.btn_form_quytrinh_new {
		position: absolute;
		top: 50%;
		right: 3px;
		transform: translateY(-50%);
		padding: 7px 20px;
		border: 0;
		background: #ffba00;
		border-radius: 25px;
		font-size: 19px;
	}
	/*===============CONTENT_INDEX================*/
	.tuvantructiep .container {
		border-top: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
		padding: 30px 0;
		padding-bottom: 50px;
	}
	.title_main {
		color: #fff;
		text-transform: uppercase;
		position: relative;
		font-size: 36px;
		font-weight: 600;
		padding-bottom: 21px;
		text-align: center;
	}
	.list_tuvantructiep {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.tuvantructiep {
		background: #da6667;
	}
	.item_tuvantructiep {
		background: #8c3a3c;
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 15px;
		text-align: center;
		color: #fff;
		border-radius: 8px;
		font-weight: bold;
	}
	/*===============TRIEU_CHUNG================*/ 
	.trieuchungcover{
		background: url(../img/bg_trieuchung.png) top center no-repeat;
		min-height: 518px;
		background-size: contain;
		background-position: 0px 50px;
	}
	.container article.trieuchung {
		height: 360px;
		position: relative;
	}
	.max1000 {
		width: 1000px;
		margin: 0 auto;
	}
	h3.text_trieuchung {
		text-align: center;
		font-size: 34px;
		color: #8c3a3c;
		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: 13.34px;
		color: #fff !important;
		text-transform: capitalize;
	}
	.tab-trieutrung a:hover {
		color: #fff;
	}
	.tab-trieutrung .active a {
		background: #8C3A3C;
		border-radius: 4px;
		box-shadow: inset 0 0 20px #DA6667;
	}
	.trieuchung .tabContents{
		margin-top: 15px;
	}
	.tabContents div {
		text-align: center;
		width: 50%;
		float: right;
	}
	.tabContents div span {
		background: #da6667;
		padding: 12px 32px;
		border-radius: 5px;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-size: 13.34px;
		margin-top: 6px;
		cursor: pointer;
		width: 43%;
		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;
	}
	/*===============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================*/
	.title_camhan{
		margin-top: 28px;
		margin-bottom: 20px;
		font-size: 30px;
		color: #43A39C;
		font-weight: bold;
	}
	.item_camnhan {
		display: grid;
		grid-template-columns: 30% 69%;
		grid-gap: 10px;
		background: #E3E5E5;
		padding: 15px;
		border-radius: 10px;
		flex: 1;
	}

	.left_camnhan {
		text-align: center;
	}

	.left_camnhan i {
		color: #fff;
		font-size: 22px;
		margin: 15px 0;
	}

	.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;
	}
	.content_camnhan {
		font-size: 13px;
	}
	.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;
    border-radius: 5px;
    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: #DA6667;
	}
	.menu_side_bar li{
		border-bottom: 1px solid #c1c1c1;
		padding-left: 15px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		cursor: pointer;
	}
	.menu_side_bar li a{
		font-size: 16px;
		display: inline-block;
/*	background: url(../img/ic_sub_bar.png) center left no-repeat;*/
/*	background-position: 10px 8px;*/
color: #fff;
}
.has_subsidebar:first-child{
	padding-top: 15px;
	background-position: 96% 53%;
}
.has_subsidebar {
	background: url(../img/arr_right.png) no-repeat;
	background-position: 96% 28%;
}
.sub_menu_sidebar
{
	margin-top: 10px !important;
	display: none;
	background: #ab5152;
	margin-left: -15px !important;
}
.sub_menu_sidebar li a
{
	display: block;
	padding-top: 10px;
}
.title_side_bar_signup{
	padding: 15px;
	background: #02A8BC;
	color: #fff;
	text-transform: uppercase;
	text-align: center;  
	border-radius: 5px 5px 0 0;
}
.main-breacrumd{
	background: #dd6d6e;
}
.breadcrumb .title-cate {
	display: block;
	font-family: 'UTM HelvetIns';
	font-size: 22px;
	color: #fff;
	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 #dd6d6e;
	font-size: 2rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #dd6d6e;
	font-weight: 700;
}
.post-main h2{
	font-size: 1.5rem;
	color: #dd6d6e;
	border-bottom: 1px solid #dd6d6e;
	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: #dd6d6e;
	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:#BE7E33;
}
.btn_gre_loai, .btn_or_loai{
	padding: 5px 10px;
	color: #383838;
	font-style: italic;
	border-radius: 5px;
}
.btn_gre_loai:hover, .btn_or_loai:hover{
	color: #fff;
}
.btn_or_loai{
	padding: 5px 10px;
	color: #fff;
	background: #007B89;
	border-radius: 5px;
}
.pagination{
	gap: 15px;
}
.page-link{
	color: #fff  !important;
	background: #F3C3C3 !important;
	font-weight: 500;
	border-radius: 50%;
}
.page-item.active .page-link{
	background: #8C3A3C  !important;
	color: #fff !important;
	border-color: transparent !important;
}
.count_online
{
	background: #007B89;
	color: #fff;
}
.count_online .numbe_count
{
	line-height: 0.5;
}
.main-breacrumd > .breadcrumb {
	border-bottom: 2px solid #dd6d6e;
}
.main-breacrumd .breadcrumb-item > a,.breadcrumb-item+.breadcrumb-item::before{
	color: #fff !important;
}
/*===============LOAI_RIGHT================*/
.slide_camnhan .item_slidecamnhan .name_itemslide,.slide_camnhan .item_slidecamnhan .place_itemslide,.slide_camnhan .item_slidecamnhan .description_itemslide {
	display: none;
	transition: 0.5s;
}
.slide_camnhan .slick-center .name_itemslide,.slide_camnhan .slick-center .place_itemslide,.slide_camnhan .slick-center .description_itemslide {
	display: block;
	transition: 0.5s;
}
.slide_camnhan .slick-track {
	display: flex;
	align-items: center;
}
.slide_camnhan .slick-center img {
	width: 130%;
}
.slide_camnhan .slick-prev {
	position: absolute;
	top: calc(50% - 11px);
	z-index: 9;
	left: calc(50% - 140px);
	width: 11px;
	height: 28px;
	background: url(../img/prev_camnhan.png) no-repeat;
	text-indent: -9999px;
	border: none !important;
}
.slide_camnhan .slick-next {
	position: absolute;
	top: calc(50% - 11px);
	z-index: 9;
	right: calc(50% - 140px);
	width: 11px;
	height: 28px;
	background: url(../img/next_camnhan.png) no-repeat;
	text-indent: -9999px;
	border: none !important;
}
.slide_camnhan .slick-prev:focus,.slide_camnhan .slick-next:focus{outline: none !important;}
.slide_camnhan .slick-slide img{margin: auto;}
.slide_camnhan .slick-slide:not(.slick-center) img{height: 123px;width: 123px}
.item_slidecamnhan {text-align: center;}
.name_itemslide {
	font-size: 25px;
	color: #da6667;
	font-weight: bold;
}

.place_itemslide {
	color: #da6667;
	font-size: 18px;
}

.description_itemslide {
	color: #da6667;
}