@font-face {
	font-family: probold;
	src: url(MyriadPro-Bold.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: regular;
	src: url(MyriadPro-Regular.otf) format("truetype");
	font-display: swap;
}
@font-face {
	font-family: semibold;
	src: url(MyriadPro-Semibold.otf) format("truetype");
	font-display: swap;
	}@font-face {
		font-family: american;
		src: url(UTMAmericanSans.ttf) format("truetype");
		font-display: swap;
	}

	@font-face {
		font-family: akashi;
		src: url(UTMAkashi.ttf) format("truetype");
		font-display: swap;
	}
	.container-1000{max-width:1000px !important;margin:auto;}
	.font-probold{
		font-family: probold;
	}
	.font-regular{
		font-family: regular;
	}
	.font-akashi{
		font-family: akashi;
	}
	:root
	{
		--menubg:#12A1B0;
	}
	img{max-width: 100%;}
	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;
		color:#1981c2;
	}
	form
	{
		margin: 0;
	}
	.fs14{
		font-size: 14px;
	}
	.fs15{
		font-size: 15px;
	}
	.fs16{
		font-size: 16px;
	}
	.fs17{
		font-size: 17px;
	}
	.fs18{
		font-size: 18px;
	}
	.fs19{
		font-size: 19px;
	}
	.fs20{
		font-size: 20px;
	}
	.fs21{
		font-size: 21px;
	}
	.fs22{
		font-size: 22px;
	}
	.fs23{
		font-size: 23px;
	}
	.fs24{
		font-size: 24px;
	}
	.fs25{
		font-size: 25px;
	}
	.fs26{
		font-size: 26px;
	}
	.fs27{
		font-size: 27px;
	}
	.fs28{
		font-size: 28px;
	}
	.fs29{
		font-size: 29px;
	}
	.fs30{
		font-size: 30px;
	}
	.fs34{
		font-size: 34px;
	}
	.gap-5{
		gap:5px;
	}
	.gap-10{
		gap:10px;
	}
	.gap-15{
		gap:15px;
	}
	.gap-20{
		gap:20px;
	}
	.gap-40{
		gap:40px;
	}
	.grid-gap-20{grid-gap: 20px;}
	.pt-45{
		padding-top: 4.5rem !important;
	}
	.text-primary{
		color:#1880c1;
	}
	/*===============HEADER================*/
	.icon_home a,.icon_home a:hover {
		color: #fff;
	}
	.header{
		padding: 20px 0;
	}
	.form_main{
		position: relative;
	}
	button.btn_search_submit {
		background: #fff;
		border: 0px;
		padding: 0px 15px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.form_main > input{
		border-radius: 0px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-right: 10px;
		width: 100%;
		color:#1981c2;
	}
	.form_main > i{
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 1.5rem;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.phone_content div:first-child{
		font-size: 1em;
		font-weight: 500;
		margin-bottom: -5px
	}
	.phone_content div:nth-child(2){
		font-size: 1.1rem;
		font-weight: 600;
		color: #66c15c;
	}
	.info_header{
		color: #4D4D4D;
	}
	.info_header i{
		color: #509149;
		font-weight: 700;
		font-size: 1.1rem;
	}
	.title_time_work {
		position: relative;
		top: 10px;
	}
	.item_bottom_slide.text-center {
		width: 50%;
		background: rgb(255 255 255 / 70%);
		padding: 15px 0px;
		border: 1px solid #ccc;
		border-radius: 15px;
		box-shadow: 0px 3px 3px #6c6666;
		position: relative;
		top: -50px;
	}
	/*===============HEADER================*/
	/*===============MENU================*/
	.nav_main {
		background: #1981c2;
		padding: 5px 0px;
	}
	.nav_main > .icon_home{
		position: absolute;
		top: -13px;
		left: 10%;
		background: #66c15c;
		padding: 2px 10px 0;
		color: #fff;
		font-size: 1.5rem;
	}
	.timework_header > * ,.address_header > * {
		vertical-align: text-top;
	}
	.nav_main > .icon_home:before{
		content: '';
		position: absolute;
		height: 0;
		width: 100%;
		background: transparent;
		bottom: -10px;
		left: 0;
		border-top: 10px solid #66c15c;
		border-right: 22px solid transparent;
		border-left: 22px solid transparent;
	}
	.nav_main > .icon_home:after{
		content: '';
		position: absolute;
		height: 0;
		width: 141%;
		background: transparent;
		top: 0px;
		left: -9px;
		border-bottom: 12px solid #66c15c;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		z-index: -1;
	}
	.menu_header
	{
		max-width: 1200px;
		justify-content: space-around;
		margin: auto !important;
	}
	.menu_header > li > a
	{
		color: #fff;
		display: inline-block;
		padding: 13px 0;
		text-transform: uppercase;
		font-family: 'semibold';
	}
	.menu_header > li > a span {
		position: relative;
		top: 2px;
		margin-left: 3px;
	}
	.menu_header > li > a > .bxs-down-arrow
	{
		font-size: 0.7rem;
	}
	.submenu_main, .menu_header
	{
		position: relative;
	}
	.submenu_main:hover + .submenu_header,.submenu_header:hover
	{
		opacity: 1;
		pointer-events: all;
	}
	.submenu_header
	{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding:15px;
		background: #fff;
		box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
		border-radius: 0 0 8px 8px;
		opacity: 0;
		pointer-events: none;
		transition: all .5s;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		z-index: 999999;
		justify-content: center;
	}
	.submenu_header > li > a
	{
		display: inline-block;
		margin-bottom: 10px;
		color: #1981c2;
		font-size: 15px;
		border-bottom: 2px solid #1981c2;
		width: 100%;
		min-width: 168px;
		transition: padding-left .5s;
		font-weight: 500;
		padding-left: 3px;
	}
	.submenu_header > li > a:hover, .subsub_menu > li > a:hover
	{
		padding-left: 10px;
	}
	.contain_submenu{
		width: 15%;
	}
	.subsub_menu > li >a{
		color:#4D4D4D;
		transition: all .5s;
		margin-bottom: 8px;
		width: 100%;
		display: inline-block;
	}
	.contain_submenu:hover > a{
		background: #1981c2;
		color: #fff;
		transition: all .5s;
	}
	/*===============MENU================*/

	/*===============BANNER================*/
	.banner img{
		max-width: 100%;
	}
	/*===============BANNER================*/

	/*===============INTRO================*/
	.dot {
		height: 3px;
		width: 3px;
		background-color: #50914a;
		border-radius: 50%;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.dot:last-child{
		margin: 0;
	}
	.dot:before{
		content: '';
		position: absolute;
		height: 3px;
		width: 3px;
		background-color: #50914a;
		border-radius: 50%;
		top: 0;
		left: -10px;
	}
	.dot:after{
		content: '';
		position: absolute;
		height: 3px;
		width: 3px;
		background-color: #50914a;
		border-radius: 50%;
		top: 0;
		right: -10px;
	}
	.intro{
		background: url('../img/bg_intro.jpg') center center no-repeat;
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
	}
	.des_intro,.des_catalog{
		font-weight: 500;
	}
	.title_item_intro{
		color: #33977F;
		font-weight: 500;
	}
	.img_name_intro{
		width: 31%;
	}
	.content_item_intro{
		font-weight: 500;
		width: 65%;
		text-align: justify;
		flex-grow: 1;
	}
	.list_intro
	{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 20px;
	}
	.form_intro{
		background: #509149;
		color: #fff;
		height: 100%;
		text-align: center;
		padding: 9px;
		font-size: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap:20px;
		border-radius: 6px;
	}
	.form_main_intro .btn{
		color: #509149;
		border-radius: 25px;
		padding: 0 15px;
		box-shadow: 0 4px 10px rgba(0,0,0,.4); 
		font-weight: 500;
	}
	/*===============INTRO================*/
	/*===============CATALOG================*/
	.des_catalog{
		max-width: 550px;
		margin: auto;
		text-align: center;
	}
	.catalog_sick
	{
		background: url(../img/bg_pink.jpg) top left no-repeat;
		background-size: cover;
	}
	.item_catalog
	{
		background: #fff;
		border-radius: 10px;
		padding: 10px;
		flex-basis: 30%;
		box-shadow: 0 4px 10px rgba(0,0,0,.4);
	}
	.content_catalog{
		display: flex;
		gap:5px;
	}
	.left-content_catalog{
		background: #509149;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		padding: 10px;
	}
	.right_content_catalog
	{
		display: flex;
		flex-direction: column;
		gap:5px;
	}
	.name_catalog{
		text-align: center;
		color: #fff;
		font-weight: 500;
		background: #509149;
		padding: 8px 0;
	}
	.form_catalog
	{
		padding: 5px;
		background: #509149;
	}
	.form_catalog > form
	{
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.form_catalog > form > input
	{
		height: 25px;
	}
	.form_catalog > form > .btn
	{
		background: #509149;
		color: #fff;
		font-weight: 500;
		padding: 0;
		height: 25px;
	}
	.img_catalog{
		min-width: 313px;
		min-height: 232px;
		max-height: 232px;
		overflow:hidden; 
	}
	.img_catalog > img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	/*===============CATALOG================*/

	/*===============SOLOGAN================*/
	.slogan{
		background:	url(../img/bg_slogan.jpg) top left no-repeat;
		height: 550px;
		background-size: cover; 
	}
	.title_slogan{
		color: #50914a;
		text-align: center;
		font-size: 1.5rem;
		font-weight: 500
	}
	.icon_solgan{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap: 90px;
		margin-top: 20px;
	}
	.item_solgan{
		text-align: center;
	}
	/*===============SOLOGAN================*/
	/*===============FORM_MIDDLE================*/
	.form_middle{
		background: url(../img/bg_form_mid.jpg) top left no-repeat;
		background-size: cover;
	}
	.form_main_midle form label{
		color: #666666
	}
	.form_main_midle form textarea{
		resize: none;
	}
	.d-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.d-grid-3{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
	.btn_mid{
		background: url(../img/btn_form_mid.png) top left no-repeat;
		background-size: 100% 100%;
		padding: 8px 38px;
		border: 0;
		box-shadow: 0 4px 10px rgb(0 0 0 / 40%);
		color: #fff;
		border-radius: 25px;
		font-size: 1rem;
		font-weight: 500;
	}
	/*===============FORM_MIDDLE================*/
	/*===============POST_CATALOG================*/
	.small_title{
		color: #509149;
		text-align: center;
		font-size: 1.3rem;
		font-weight: 500;
		margin-top: -25px;
	}
	.item_post_right > a span{
		width: 30%;
	}
	.item_post_right img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.item_post_right > a{
		color: #509149;
	}
	.grid-post{
		grid-gap: 25px;
	}
	.des_post{
		color: #666666;
	}
	.title_post{
		font-weight: 500;
		color: #509149;
		white-space: nowrap; 
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 5px;
	}
	.content_post-right
	{
		width: 65%;
	}
	/*===============POST_CATALOG================*/
	/*===============LIST_IMG================*/
	.list_img_web{
		background: url(../img/bg_list_img.jpg) top left no-repeat;
		background-size: 100% 100%;
	}
	.cl-blue{
		color: #195180;
	}
	.title_addmore p{
		color: #CF5655;
		font-weight: 500;
		font-size: 1.5rem;S
	}
	.list_img_grid{
		display: inline-grid;
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(3,1fr);
		grid-gap: 10px;
	}
	.list_img_grid > .img_1{
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	/*===============LIST_IMG================*/
	/*===============LIST_QUESTION================*/
	.question{
		background: url(../img/bg_question.jpg) top left no-repeat;
		background-size: 100% 100%; 
	}
	.content_question{
		background: #D85A24;
		color: #fff;
		padding: 15px;
		text-align: justify;
		font-size: 1rem;
		border-radius: 8px;
		font-weight: 500;
	}
	.item_question
	{
		padding: 10px;
	}
	.qt-2{
		background: #E2973B;
		color: #000;
	}
	.cus_pd {
		padding: 0 93px !important;
	}
	/*===============LIST_QUESTION================*/
	/*===============ABOUT_CUSTOMER================*/
	.about_customer{
		background: url('../img/bg_person.jpg') top left no-repeat;
		background-size:100% 100%;
	}
	.item_about{
		border-radius: 15px;
		padding: 15px;
		box-shadow: 0px 0px 10px #0560b5;
		margin: 0px 20px;
	}
	.item_about:focus{
		box-shadow: 0px 0px 10px #1764ac !important;
	}
	.bxs-quote-alt-left{
		font-size: 1.5rem;
		color: #8BC243;
	}
	.info_per img{
		width: auto;
		height: 70px;
	}
	/*===============ABOUT_CUSTOMER================*/
	/*===============FOOTER================*/
	.footer{
		background: #1981c2;
		color: #fff;
		font-size: 1rem
	}
	.info_bottom{
		background: rgb(80 145 74);
	}
	.phone_bottom{
		font-size: 1.5rem;
		font-weight: 500;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		color:#fff;
	}
	.phone_bottom i{
		font-size: 2.5rem;
		margin-right: 15px;
	}
	.form_footer{
		background: #66c15c;
		border-radius: 4px;
		width: 350px;
	}
	.form_footer button{
		color: #fff;
		border: 0;
	}
	.title_hethong{
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
		display: inline-block;
	}
	/*===============FOOTER================*/
	/*===============LOAI_RIGHT================*/
	.tag_time_loai{
		padding: 15px;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(225 225 225 / 25%);
		border-radius: 7px;
		border: 1px solid #ccc;
	}
	.tag_time_loai span{
		font-weight: 500;
	}
	.tag_time_loai > i{
		font-size: 4.5rem;
		margin-right: 8px;
		color: #4D4E50;
	}
	.item_info_right{
		background: #50914a;
		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: #66c15c;
	}
	.breadcrumb{
		background: transparent !important;
	}
	h1.title_detail_post
	{
		font-size: 1.4rem;
		padding-bottom: 5px;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
	}
	.post-main h2 * {
		color: #1880c1;
	}
	.post-main h2{
		font-size: 1.5rem;
		color: #1880c1;
		border-bottom: 3px solid #1880c1;
		padding-bottom: 10px;
		background: url(../img/icon_title_chitiet.png) no-repeat 0px 4px;
		padding-left: 30px;
	}
	.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: #509149;
		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: #1981c2;
	}
	.btn_gre_loai, .btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #1880c1;
		border-radius: 5px;
	}
	.btn_gre_loai:hover, .btn_or_loai:hover{
		color: #fff;
	}
	.btn_or_loai{
		padding: 5px 10px;
		color: #fff;
		background: #06afd3;
		border-radius: 5px;
	}
	.page-link{
		
		
		font-weight: 500;
	}
	.page-item.active .page-link{
		color: #fff !important;
	}
	.count_online
	{
		background: #509149;
		color: #fff;
	}
	.count_online .numbe_count
	{
		line-height: 0.5;
	}
	.main-breacrumd > .breadcrumb {
		padding-left:0px;
	}
	.main-breacrumd .breadcrumb-item > a,.breadcrumb-item.active{
		color: #000;
		text-transform: uppercase;
	}
	.breadcrumb-item.active {
		color: #6c757d;
	}
	/*===============LOAI_RIGHT================*/
	/*===============tritt================*/
	li.breadcrumb-item:nth-child(1) {
	}
	.btn_tuvan_noidung .wtm-abs{
		display: none !important;
	}
	span.wtm-out {
		display: inline-block;
		position: relative;
	}

	.wtm-abs {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		max-height: 40%;
	}

	.wtm-abs img {
		width: 100%;
	}
	.post_left .title_post {
		font-size: 18px;
		margin-top: 10px;
	}
	.sticky_right{
		position: sticky;
		top:15px;
	}
	/*===============tritt================*/
	.khungkhuyenmai{
		border-radius: 5px;
		width: 100%;padding: 2%;
		margin: 20px 0px !important;
		border: 2px dashed rgb(71, 22, 251);
		box-sizing: border-box;
		background: #addfef none repeat scroll 0% 0%;
	}
	.khungxanh1{border-radius:5px;padding:2%;width:100%;margin:auto;border:1px solid #006666;box-sizing:border-box;}
	.khungxanh {
		border-radius: 5px;
		width: 100%;
		padding: 2%;
		margin: auto;
		border: 2px dashed rgb(0, 166, 126);
		box-sizing: border-box;
		background: #e6f3ff none repeat scroll 0% 0%;
	}
	.khunghong {
		border-radius: 5px;
		padding: 2%;
		width: 100%;
		margin: auto;
		border: 2px dashed rgb(247, 95, 146);
		box-sizing: border-box;
		background: #fee3ed none repeat scroll 0% 0%;
	}
	.khungxanhla {
		border-radius: 5px;
		padding: 2%;
		width: 100%;
		margin: auto;
		border: 2px dashed rgb(13, 130, 18);
		box-sizing: border-box;
		background: rgba(76, 175, 80, 0.17) none repeat scroll 0% 0%;
	}
	.khungcam {
		border-radius: 5px;
		padding: 2%;
		width: 100%;
		margin: auto;
		border: 2px dashed rgb(243, 133, 104);
		box-sizing: border-box;
		background: rgba(235, 75, 35, 0.23) none repeat scroll 0% 0%;
	}
	.khungtim {
		border-radius: 5px;
		padding: 2%;
		width: 100%;
		margin: auto;
		border: 2px dashed #AFBBFD;
		box-sizing: border-box;
		background: rgba(220, 224, 254, 0.43) none repeat scroll 0% 0%;
	}
	.khungxemthem p {
		margin-bottom: 0px !important;
	}
	.khungxanh{
		margin:20px 0px !important;
	}
	.khunghong{
		margin:20px 0px !important;
	}
	.khungxanhla{
		margin:20px 0px !important;
	}
	.khungcam{
		margin:20px 0px !important;
	}
	.khungtim{
		margin:20px 0px !important;
	}
	.khungxemthem{
		margin:20px 0px !important;
	}
	.khungxanh p:last-child{
		margin-bottom: 0px !important;
	}
	.khunghong p:last-child{
		margin-bottom: 0px !important;
	}
	.khungxanhla p:last-child{
		margin-bottom: 0px !important;
	}
	.khungcam p:last-child{
		margin-bottom: 0px !important;
	}
	.khungtim p:last-child{
		margin-bottom: 0px !important;
	}
	.khungxemthem p:last-child{
		margin-bottom: 0px !important;
	}
	.khungxanh1 p:last-child{
		margin-bottom: 0px !important;
	}
	.img_bacsi {
		float: left;
	}

	.content_bacsi {
		float: right;
		width: calc(100% - 270px);
	}

	.title_bacsi a {
		font-size: 25px;
		font-weight: bold;
		color: #509149;
		margin-bottom: 10px;
	}

	.des_bacsi a {
		color: red;
		font-weight: bold;
	}
	.item_button_bacsi {
		float: left;
		background: rgb(221,221,221);
		background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(232,232,232,1) 100%);
		margin-right: 20px;
		padding: 10px;
		border-radius: 10px;
		border: 1px solid #dddddd;
		box-shadow: 0px 3px 3px #c1bfbf;
	}

	.item_button_bacsi a {
		color: #509149;
		font-weight: bold;
	}
	.item_button_bacsi.red_button {
		background: rgb(228,96,96);
		background: linear-gradient(0deg, rgba(228,96,96,1) 0%, rgba(236,141,141,1) 100%);
		border: 1px solid #dc7474;
		box-shadow: 0px 3px 3px #c65353;
	}

	.item_button_bacsi.red_button a {
		color: #fff;
	}
	.des_bacsi p {
		font-size: 17px;
	}
	.clear{
		clear:both;
	}
	.item_bacsi {
		margin-bottom: 30px;
	}
	.item_bottom_slide a{
		color:#ed1c24;
	}
	.title_main {
		font-size: 25px;
		font-family: probold;
		position: relative;
		color: #3a92cb;
		background: #fff;
		display: inline-block;
		z-index: 1;
		padding: 0px 10px;
	}
	section .w80:after{
		position: absolute;
		width: 100%;
		border-top: 2px dashed #3a92cb;
		content: "";
		left: 0px;
		top: 15px;
	}
	.w80{width: 80%;margin:auto;position: relative;}
	.dichvunoibat_ul li {
		width: 30%;
		display: inline-block;
		margin-right: 3.86%;
		margin-bottom: 40px;
		vertical-align: top;
	}
	.dichvunoibat_ul li:nth-child(3n+3) {
		margin-right: 0;
		float:right;
	}
	.dichvunoibat_ul li a {
		color: #1e67b2;
		display: flex;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 22px;
		position: relative;
		padding: 0 40px;
		border: 1px solid;
		transition: all 0.6s;
		-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		height: 88px;
		text-align: left;
		align-items: center;
		justify-content: flex-end;
		border-radius: 50px;
		background:#f3f3f4;
	}
	.dichvunoibat_ul li:nth-child(1) a:before {
		width: 65px;
		height:67px;
		background-position: -291px -54px;
		background:url(../img/i-nk.png) no-repeat;
		display: inline-block;

	}
	.dichvunoibat_ul li:nth-child(1) a:hover:before {
		width: 65px;
		height:67px;
		right: calc(100% - 76px);
		background:url(../img/i-nk-h.png) no-repeat;
		margin-left:163px;
	}

	.dichvunoibat_ul li:nth-child(2) a:before {
		width: 65px;
		height:67px;
		background-position: -291px -54px;
		background:url(../img/i-pk.png) no-repeat;
		display: inline-block;

	}
	.dichvunoibat_ul li:nth-child(2) a:hover:before {
		width: 65px;
		height:67px;
		right: calc(100% - 76px);
		background:url(../img/i-pk-h.png) no-repeat;
		margin-left:163px;
	}

	.dichvunoibat_ul li:nth-child(3) a:before {
		width: 65px;
		height:67px;
		background-position: -291px -54px;
		background:url(../img/i-bt.png) no-repeat;
		display: inline-block;

	}
	.dichvunoibat_ul li:nth-child(3) a:hover:before {
		width: 65px;
		height:67px;
		right: calc(100% - 76px);
		background:url(../img/i-bt-h.png) no-repeat;
		margin-left:163px;
	}

	.dichvunoibat_ul li:nth-child(4) a:before {
		width: 65px;
		height:67px;
		background-position: -291px -54px;
		background:url(../img/i-bxh.png) no-repeat;
		display: inline-block;

	}
	.dichvunoibat_ul li:nth-child(4) a:hover:before {
		width: 65px;
		height:67px;
		right: calc(100% - 76px);
		background:url(../img/i-bxh-h.png) no-repeat;
		margin-left:163px;
	}

	.dichvunoibat_ul li:nth-child(5) a:before {
		width: 65px;
		height:67px;
		background-position: -291px -54px;
		background:url(../img/i-pt.png) no-repeat;
		display: inline-block;

	}
	.dichvunoibat_ul li:nth-child(5) a:hover:before {
		width: 65px;
		height:67px;
		right: calc(100% - 76px);
		background:url(../img/i-pt-h.png) no-repeat;
		margin-left:163px;
	}

	.dichvunoibat_ul li a:before {
		content: '';
		width: 74px;
		height: 62px;
		background-position: 0 -49px;
		position: absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: all 0.6s;
		-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
	}
	.dichvunoibat_ul li:nth-child(1) a:hover {
		padding-right: 120px;
	}
	.dichvunoibat_ul li:nth-child(2) a:hover {
		padding-right: 130px;
	}
	.dichvunoibat_ul li:nth-child(3) a:hover {
		padding-right: 125px;
	}
	.dichvunoibat_ul li:nth-child(4) a:hover {
		padding-right: 105px;
	}
	.dichvunoibat_ul li:nth-child(5) a:hover {
		padding-right: 130px;
	}
	.dichvunoibat_ul li:nth-child(6) a:hover {
		padding-right: 150px;
	}
	.dichvunoibat_ul li a:hover {
		color: #fff;
		background: #1e67b2;
	}	
	.number_gioithieu {
		font-family: akashi;
		font-size: 40px;
	}
	.content_gioithieu {
		flex: 1;
	}
	.number_gioithieu img {
		width: 90%;
	}
	.title_content_gioithieu {
		font-family: american;
		color:#1981c2;
		border-bottom:2px dashed;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	ul.chuyenmuc_danhmuc li.active{
		background:#1880c1;
		color:#fff;
	}
	ul.chuyenmuc_danhmuc li {
		display: inline-block;
		background: #fff;
		border: 3px solid #1880c1;
		margin: 0px 7px;
		margin-bottom: 15px;
		padding: 10px 50px;
		border-radius: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #1880c1;
	}
	ul.chuyenmuc_danhmuc {
		text-align: center;
	}
	h4.title_baiviettabs a {
		font-size: 16px;
		color: #1880c1;
		font-family: 'probold';
	}

	h4.title_baiviettabs {
		border-bottom: 1px solid #1880c1;
		padding-bottom: 5px;
	}
	span.xemthem_baiviettabs {
		background: #187ebd;
		color: #fff;
		padding: 5px 10px;
		font-weight: bold;
		text-transform: uppercase;
		float: right;
		border-radius: 5px;
	}
	.slick_danhgia .slick-list.draggable {
		padding: 15px 0px;
	}
	.slick_danhgia ul.slick-dots li {
		display: inline-block;
		margin: 0px 5px;
	}

	.slick_danhgia ul.slick-dots {
		text-align: center;
		margin-top: 20px !important;
	}

	.slick_danhgia ul.slick-dots li button {
		text-indent: -9999px;
		width: 20px;
		height: 20px;
		border: none;
		background: #d1d3d4;
		border-radius: 50%;
	}
	.slick_danhgia ul.slick-dots li.slick-active button {
		background: #1981c2;
	}
	.danhgia_star{font-size: 16px;font-weight: bold;}
	.danhgia_star img{margin:unset !important;}
	.name_per {
		font-weight: bold;
		font-size: 18px;
	}
	.call_footer {
		font-size: 45px;
		font-family: american;
		letter-spacing: 10px;
	}
	.chinhsach_baomat:after{
		position: absolute;
		width: 100%;
		border-top: 2px dashed #fff;
		content: "";
		left: 0px;
		top: 15px;
	}
	.chinhsach_baomat{width: 100%;margin:auto;position: relative;text-align: center;    margin-top: 15px;}
	.chinhsach_baomat .title_main {
		background: #1981c2;
		color: #fff;
	}
	.main-title {
		border-bottom: 3px solid #1880c1;
		margin-bottom: 20px;
		position: relative;
	}
	.main-title:after{
		width: 50%;
		height: 3px;
		background:#231f20;
		position: absolute;
		content:"";
		right:0px;
		bottom:-3px;
	}
	.d-grid-3 .content_post_loai,.d-grid-3 .cover_img_post {
		width: 100%;
		padding: 0px;
	}
	.d-grid-3 .card-title{
		border-bottom:3px solid #1981c2;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.d-grid-3 .text-right a {
		display: inline-block;
		width: 49%;
		text-align: center;
	}
	.w100{width: 100%;height: auto;}
	.form_dangkykham {
		width: 580px;
		position: absolute;
		right: 90px;
		bottom: 55px;
		text-align: center;
	}
	.form_background {
		background: #fff;
		border-radius: 15px;
		padding: 20px;
		border:1px solid #1981c2;
	}

	.form_background input,.form_background textarea {
		background: #f3f3f4;
		border: none;
	}

	.text_form {
		font-weight: bold;
	}
	#Send_Number{background:none;}
	.item_khungquytrinh{
		background:url(../img/khung-quytrinh.png) no-repeat;
		width: 267px;
		height: 467px;
	}
	.thanhngang_quytrinh{position: relative;top:-18px;}
	.left22{position: relative;left:11px;}
	.text_quytrinh {
		margin-top: 150px;
		font-size: 15px;
		font-family: 'semibold';
		color: #14accd;
	}

	.text_number_quytrinh {
		position: absolute;
		left: 0px;
		top: 49px;
		width: 100%;
		text-align: center;
		font-family: 'american';
		text-transform: uppercase;
		font-size: 30px;
		color: #fff;
	}
	.media.pages-bvmn-item.pb-2 {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 5px;
}
.title_right_block{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}