@font-face {
	font-family: UTM;
	font-weight: 400;
	font-style: normal;
	src: url(UTMHELVETINS.TTF) format("truetype");
	font-display: swap;
}

@font-face {
	font-family: SVN;
	font-weight: 400;
	font-style: normal;
	src: url(SVN-Lobster.ttf) format("truetype");
	font-display: swap;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #6C4089;
}

: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;
}
.header_top
{
	background: #EEEEEE;
	padding:8px 0; 
	font-weight: bold;
	font-size: 14px;
	color: #8D60AC;
}
.address_mare
{
	color: #8D60AC;
}
.logo_top img
{
	max-width: 16rem;
	transition: all 500ms;
}
.logo_top.small_top img
{
	height: 33px;
	margin:auto;
}
.logo_menu_top
{
	background: url(../img/bg-menu.png);
	background-size: contain;
	padding: 0;
}
.fixmenutop
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}
.menu_top
{
	background: url(../img/bg_head2.png) no-repeat;
	background-size: 100% 100%;
	padding: 0;
	display: flex;
	align-items: center;
}
.menu_top > ul
{
	padding-left: 40px;
}
.menu_top > ul > li > a
{
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 25px;
	text-transform: uppercase;
	font-size: 16px;
	transition: all 500ms;
}
.menu_top.small_top > ul > li > a
{
	padding: 10px 25px;
}
.menu_top > ul > li > a:hover
{
	color: #fff;
	background: #754A93;
}
.form_top input	
{
	width: 245px;
	border-radius: 25px;
	background: url(../img/search-icon.png) no-repeat 9px center #fff;
	padding-left: 35px;
}
.has_sub 
{
	position: relative;
}
.has_sub:hover .sub_main
{
	max-height: 500px;
	pointer-events: all;
}
.sub_main 
{
	position: absolute;
	width: max-content;
	background: #fff;
	box-shadow: 0 2px 5px 0px;
	border-radius: 6px;
	transition: all 900ms;
	max-height: 0px;
	overflow: auto;
	pointer-events: none;
	z-index: 999999;
}
.sub_main > li > a
{
	color: #333;
	padding: 10px;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.sub_main > li > a:hover
{
	color: #fff;
	background: #754A93;
}
.banner
{
	overflow: hidden;
}
.banner .slick-prev,.banner .slick-next 
{
	display: inline-flex !important;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 99999;
	height: 40px;
	width: 40px;
	border-radius: 8px;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.banner .slick-prev:hover,.banner .slick-next:hover
{
	background: rgba(255,255,255,1);
}
.banner .slick-prev i ,.banner .slick-next i
{
	height: 10px;
	width: 10px;
	border-bottom: 2px solid #444;
}
.banner .slick-prev i
{
	border-left: 2px solid #444;
	transform: rotate(45deg);
}
.banner .slick-next i
{
	border-right: 2px solid #444;
	transform: rotate(-43deg);
}
.banner .slick-prev
{
	left: -60px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.banner .slick-next
{
	right: -60px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.banner:hover .slick-prev
{
	left: 15px;
}
.banner:hover .slick-next
{
	right: 15px;
}
.tab_left > li > a
{
	background: #e5e5e5;
	margin-bottom: 2px;
	position: relative;
	padding: 20px 0px 26px 10px;
	border-radius: 5px;
	height: 59px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
}
.tab_left > li > a > img
{
	margin-right: 15px;

}
.tab_left > li.active_tab > a
{
	color: #fff;
	background: #8D51B5;
}
.tab_left > li.active_tab > a > img
{
	filter: brightness(5);	
}
.put_ticked
{
	background: url(../img/li_tab_cham.png) no-repeat left center;
	padding-left: 29px;
	color: #444;
	font-size: 13px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: bold;
}
.put_ticked:hover
{
	color: #8D60AC;
}
.title_ctt
{
	font-size: 16px;
	font-weight: 600;
	margin: 8px 0 ;
	text-transform: uppercase;
}
div[id^="tab"]
{
	display: none
}
/*div[id^="tab"].active_tabl
{
	opacity: 1;
	transition: all 500ms;
	}*/
	div[id^="tab"] img
	{
		max-width: 100%;
	}
	.button_more
	{
		padding: 5px 25px;
		display: inline-block;
		background: #8D60AC;
		border: 1px solid #8D60AC;
		color: #fff;
		text-transform: uppercase;
		border-radius: 8px;
	}
	.button_more:hover
	{
		background: #fff;
		color: #8D60AC;
	}
	.time_work
	{
		background: #F4E4FF;
		padding: 50px 0;
	}
	.title_ct
	{
		padding: 20px;
		background: #8D60AC;
		color: #fff;
	}
	.content_ct 
	{
		background: #fff;
		text-align: center;
		padding: 25px 10px; 
	}
	.content_ct div
	{
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 15px;
		font-size: 16px;
	}
	.content_ct i
	{
		align-self: end;
		margin-top: 12px;
		font-size: 20px;
	}
	.content_ct div.color_ct
	{
		height: 72px;
		text-align: center;
		line-height: 72px;
		font-size: 26px;
		color: #8d60ac;
		font-weight: bold;
		margin-top: -4px;
	}
	.content_ct div.color_ct > i
	{
		color: #8d60ac;
		font-size: 26px;
		align-self: unset;
		margin-top: unset;
		margin-right: 8px;
	}
	.hover_scale:hover
	{
		transition: all 500px;
		animation: scalesm ease-in-out 1s;
	}
	@keyframes scalesm {
		0% {transform: scale(1);}
		50% {transform: scale(0.8);}
		100% {transform: scale(1);}
	}
	.tt_u1 {
		text-transform: uppercase;
		font-size: 22px;
	}
	b.tim {
		color: #8d60ac;
		text-align: center;
	}
	.des_t1 {
		font-size: 17px;
		font-weight: 300;
	}
	.title_large
	{
		background: url(../img/bg_u1.png) no-repeat;
		background-position: 50% 92%;
		padding: 55px 0;
	}
	.cover_khung
	{
		background: #fff;
		padding: 24px 20px 40px 20px;
		border: 2px solid #9e9e9e;
		height: 270px;
		transition: all 500ms;
		position: relative;
	}
	.cover_khung:hover
	{
		transform: translateY(-6px);
	}
	.cover_khung:before {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 100%;
		left: 5%;
		height: 10px;
		width: 90%;
		opacity: 0;
		background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
		background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-property: transform,opacity;
		transition-property: transform,opacity;
	}
	.cover_khung:hover:before {
		opacity: 1;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	.img_uuthe
	{
		border: 1px solid #8d60ac;
		border-radius: 8px;
		padding: 15px 3px;
		margin: 5px 72px;
		margin-bottom: 12px;
		text-align: center;
	}
	.cover_khung:hover .img_uuthe
	{
		background: #8D60AC;
	}
	.cover_khung:hover .img_uuthe > img
	{
		filter: brightness(0) invert(1);
	}
	.title_uuthe
	{
		color: #8d60ac;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	.des_uuthe
	{
		font-weight: 300;
	}
	.tt_kt {
		text-transform: uppercase;
		font-weight: 500;
		color: black;
		font-size: 15px;
		margin-bottom: 15px;
	}
	.desc_tt_kt {
		font-weight: 300;
		font-size: 15px;
	}
	a.xemthem {
		color: red;
		font-weight: 400;
	}
	.ktpk_mid
	{
		display: grid;
		grid-template-columns: 25% 50% 25%;
	}
	.item_ktpk
	{
		margin-bottom: 27px;
		padding-bottom: 10px;
		border-bottom: 1px solid #80808087;
	}
	.slide_camnhan
	{
		background: url(../img/haha.png) no-repeat center center;
		padding: 15px 0;
	}
	.item_cn
	{
		display: flex;
		align-items: center;
		/*margin: 0px 140px;*/
		border: 1px solid white;
		overflow: hidden;
		padding: 30px 0px 20px 0px;
	}
	.slide_cn
	{
		padding: 0 110px !important;
	}
	.item_cn img
	{
		width: 100px;
		height: 100px;
	}
	.content_cn {
		border-left: none;
		margin: 0;
		color: white;
		font-size: 14px;
		font-weight: 300;
	}

	.slide_cn .slick-prevcn,.slide_cn .slick-nextcn 
	{
		display: inline-flex !important;
		position: absolute;
		z-index: 99999;
		height: 40px;
		width: 40px;
		border-radius: 8px;
		top: 50%;
		transform: translateY(-50%);
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 45px;
	}
	.slide_cn .slick-prevcn > i,.slide_cn .slick-nextcn > i
	{
		color: #cec4c4;
	}
	.slide_cn .slick-prevcn:hover > i,.slide_cn .slick-nextcn:hover > i
	{
		color: #fff;
	}
	.slide_cn .slick-prevcn
	{
		left: 30px;
	}
	.slide_cn .slick-nextcn 
	{
		right: 30px;
	}
	.img_bv img
	{
		height: 78px;
		max-width: 107px;
	}
	.title_bv
	{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
		color: #8d60ac;
		text-transform: uppercase;
	}
	.form_dangky
	{
		padding: 50px 0;
		background: url(../img/bg_form.png) no-repeat center center;
		background-size: cover;
	}
	.form_main
	{
		padding: 10px 25px;
		background: white;
		margin: 0px 20px;
		padding-top: 35px;
		overflow: hidden;
	}
	.gr_input
	{
		display: flex;
		align-items: center;
	}
	.gr_input .name_form
	{
		padding: 10px 0 ;
		border-radius: 5px 0 0 5px;
		background: #8D60AC;
		width: 50%;
		text-align: center;
		color: #fff;
	}
	.gr_input input , .gr_input select,.gr_input textarea 
	{
		border: 1px solid #c6c6c67d;
		align-self: normal;
	}
	textarea 
	{
		padding: 13px 0px 13px 10px;
		background: #ffffff;
		color: #25272a;
		font-size: 16px;
		margin-top: 0px;
		border: 1px solid #9e9e9e40;
		border-top: none;
		width: 100%;
	}
	.w66
	{
		width: 66%;
	}
	.btn_dk
	{
		background: #8d60ac;
		border: none;
		padding: 15px;
		color: white;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 15px;
		width: 100%;
		display: inline-block;
		margin: 10px 0; 
		border-radius: 5px;
		cursor: pointer;
	}
	.item_ht
	{
		background: #8d60ac; 
		padding: 14px; 
		margin: 18px 10px;
	}
	.col-md-4:nth-of-type(2) .item_ht
	{
		background: #4B3690; 
	}
	.col-md-4:nth-of-type(3) .item_ht
	{
		background: #6069AC; 
	}
	.name_ht1
	{
		color: #fff;
		font-size: 19px;
		margin-bottom: 5px;
	}
	.name_ht
	{
		color: #fff;
		font-size: 30px;
		font-weight: bold;
	}
	.tt1_ht
	{
		color: #000000cc;
		font-weight: 500;
		font-size: 23px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.tt2_ht
	{
		padding: 0 125px;
	}
	.item_ht:hover
	{
		transition: all 500ms;
		animation: laclen linear 1s;
	}

	@keyframes laclen {
		16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
		33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
		49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
		66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
		83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
		100%{-webkit-transform:translateY(0);transform:translateY(0)}
	}
	.quytrinhvadangky
	{
		background: url(../img/tv_bg.jpg) no-repeat center center;
	}
	.btn_qtdk
	{
		display: inline-block;
		padding: 15px;
		background: #fff;
		color: #8D60AC;
		font-weight: bold;
		font-size: 15px;
	}
	.btn_qtdk:hover
	{
		color: #8D60AC !important;
	}
	.name_qtdk
	{
		color: #8D60AC;
		font-weight: bold;
		font-size: 25px;
	}
	.frm_footer .btn
	{
		background: #4B3690;
		color: #fff;
		font-weight: bold;
	}
	.name_form_footer
	{
		color: #fff;
		font-size: 23px;
		font-weight: bold;
	}
	.footer
	{
		padding: 10px 50px 0px 50px;
	}
	.list_dm ul
	{
		padding-left: 15px;
		border-left: 1px solid #BBBBBB;
	}
	.list_dm ul a
	{
		color: #000000ab;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 15px;
	}
	.list_dm ul a:hover
	{
		text-decoration: underline !important;
		color: #8D60AC;
	}
	span.mess {
		background: #a0a0a0;
		padding: 11px 16px;
		line-height: 16px;
		color: white;
		margin: 7px;
		font-size: 25px;
		border-radius: 5px;
	}
	.tt_footer_hai {
		color: #8D60AC;
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.des_footer_hai {
		font-size: 30px;
		font-weight: bold;
		color: #8D60AC;
		text-transform: uppercase;
		margin-bottom: 19px;
	}
	.breadcrumb_cus
	{
		border-bottom: 1px solid #7766AF;
		display: flex;
		align-items: center;
	}
	.breadcrumb_cus a
	{
		font-weight: bold;
		font-size: 13px;
		color: #444;
	}
	.item_bvtl
	{
		display: flex;
		margin-bottom: 15px;
		border-bottom: 1px solid #999;
	}
	.item_bvtl img
	{
		max-width: 100%;
	}
	.title_bvtl
	{
		font-size: 16px;
		font-weight: 700;
		color: #7766AF;
	}
	.tuvanbasy {
		background: #7562ad;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		font-size: 19px;
		height: 35px;
		line-height: 35px;
		margin: 15px;
	}
	.dmleft_item .dmleft_item_tit {
		background: url(../img/bg_danhmuc_tit.png),#7562ad;
		background-position: center left;
		background-repeat: no-repeat;
		height: 45px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		color: #ffffff;
	}
	span.dmleft_item_tit168 {
		background: url(../img/lienquan.png) no-repeat;
		width: 49px;
		height: 43px;
		display: block;
		float: left;
	}
	span.dmleft_item_tit168.ktcn {
		background: url(../img/ktcn.png) no-repeat;
		background-position: 8px;
	}
	.dmleft_item_tit label {
		font-weight: 600;
		line-height: 45px;
		font-size: 15px;
	}
	.dmleft_item .dmleft_item_content {
		border: 1px solid #ccc;
		border-top: none;
	}
	ul.lq168 li {
		height: 55px;
		margin-top: 3px;
		margin-bottom: 1px;
		background-position: -18px;
	}
	ul.lq168 li a {
		color: #000000;
		text-transform: uppercase;
		font-size: 13px;
		padding-left: 70px;
		line-height: 55px;
		display: block;
		text-decoration: none;
	}
	ul.lq168 li:hover a {
		color: #fff;
	}
	ul.lq168 li:nth-child(1) {
		background: #e5e5e5 url(../img/l1.jpg);
		background-repeat: no-repeat;
	}
	
	
	ul.lq168 li:nth-child(2) {
		background: #e5e5e5 url(../img/l_qtk.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:nth-child(3) {
		background: #e5e5e5 url(../img/l2.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:nth-child(4) {
		background: #e5e5e5 url(../img/l3.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:nth-child(5) {
		background: #e5e5e5 url(../img/l4.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:nth-child(6) {
		background: #e5e5e5 url(../img/l6.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:nth-child(7) {
		background: #e5e5e5 url(../img/l5.jpg);
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(1) {
		background: url(../img/l1_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(2) {
		background: url(../img/l_qtk_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(3) {
		background: url(../img/l2_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(4) {
		background: url(../img/l3_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(5) {
		background: url(../img/l4_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(6) {
		background: url(../img/l6_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.lq168 li:hover:nth-child(7) {
		background: url(../img/l5_1.jpg),#8976c5;
		background-repeat: no-repeat;
	}
	ul.ico_tuvan {
		margin-top: 10px !important;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-gap: 10px;
	}
	.dmleft_item_content > img {
		margin: 5px auto;
		display: block;
		max-width: 100%;
	}
	ul.ico_tuvan li {
		text-align: center;
	}

	/*rtantrantnar*/
	.titletvtt
	{
		margin: 0 -15px;
		background: #7562AD;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		margin-top: 30px;
		padding: 10px 0;
		font-weight: bold;
	}
	.item_tvtt
	{
		padding: 7px 15px;
		background: #7562AD;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		width: 200px;
		height: 50px;
		display: inline-block;
		text-transform: uppercase;
		margin-top: 15px;
		border-radius: 2px;
	}
	.item_tvtt:hover
	{
		color: #fff;
	}
	.col-md-4:nth-of-type(2) .item_tvtt
	{
		background: #F289C1;
	}
	.col-md-4:nth-of-type(3) .item_tvtt
	{
		background: #C7A2E7;
	}
	.list_tinnong a
	{
		color: #000;
		display: inline-block;
		margin-bottom: 6px;
		font-size: 15px;
	}
	.title_tinnong
	{
		font-weight: bold;
		position: relative;
		padding: 15px 0;
	}
	.title_tinnong:before
	{
		content: '';
		position: absolute;
		bottom: 7px;
		left: 0;
		width: 20%;
		height: 4px;
		background: #7562AD;
	}
	.title_tinnong:after
	{
		content: '';
		position: absolute;
		bottom: 7px;
		left: 0;
		width: 100%;
		height: 4px;
		background: #EEEEEE;
		z-index: -1;
	}
	.slide_dnul
	{
		border-top: 2px solid #CCCCCC;
	}
	.slide_dnul li
	{
		padding: 5px;
		padding-left: 50px;
		text-align: center;
		flex: 1 1 auto;
		cursor: pointer;
		position: relative;
	}
	.slide_dnul li:before
	{
		content: '';
		position: absolute;
		top: 0;
		left: 5px;
		width: 50px;
		height: 50px;
		background: url(../img/quypham_1.png) center left no-repeat;
	}
	.slide_dnul li:nth-of-type(2):before
	{
		background: url(../img/quypham_2.png) center left no-repeat;
	}
	.slide_dnul li:nth-of-type(3):before
	{
		background: url(../img/quypham_3.png) center left no-repeat;
	}
	.slide_dnul li:nth-of-type(4):before
	{
		background: url(../img/quypham_4.png) center left no-repeat;
	}
	.ep1
	{
		background: #7562AD;
		color: #fff;
		position: relative;
	}
	.ep1:before
	{
		background: url(../img/quypham_11.png) center left no-repeat !important;
		position: absolute;
		top: 0;
		left: 5px;
	}
	.ep2
	{
		background: #7562AD;
		color: #fff;
		position: relative;
	}
	.ep2:before
	{
		background: url(../img/quypham_22.png) center left no-repeat !important;
		position: absolute;
		top: 0;
		left: 5px;
	}
	.ep3
	{
		background: #7562AD;
		color: #fff;
		position: relative;
	}
	.ep3:before
	{
		background: url(../img/quypham_33.png) center left no-repeat !important;
		position: absolute;
		top: 0;
		left: 5px;
	}
	.ep4
	{
		background: #7562AD;
		color: #fff;
		position: relative;
	}
	.ep4:before
	{
		background: url(../img/quypham_44.png) center left no-repeat !important;
		position: absolute;
		top: 0;
		left: 5px;
	}
	.dmleft_item_content form label
	{
		font-size: 14px;
		font-weight: bold;
	}
	.btn_dktl
	{
		background: #7562AD;
		color: #fff;
	}
	.trangloai_phantrang
	{
		text-align: center;
		margin: 20px 0;
	}
	.phan_trang, .trangloai_phantrang > a
	{
		padding: 5px;
		color: #444;
		margin: 0 5px;
		display: inline-block;
		border-radius: 2px;
		font-size: 17px;
		transition: all 500ms;
	}
	.trangloai_phantrang > a:hover
	{
		background: #7562AD;
		color: #fff !important;
	}
	.phan_trang
	{
		background: #7562AD;
		color: #fff;
		font-weight: 700;
	}
	.mid_banner img
	{
		max-width: 100%;
	}
	.bt-2 small {
    animation: colorPulse 1.0s infinite;
}

/* Icon PT – zoom liên tục */
#pt {
    animation: ptZoom 1.0s ease-in-out infinite;
    transform-origin: center;
}

/* Đổi màu nền + chữ */
@keyframes colorPulse {
    0% {
        background: yellow;
        color: red;
    }
    50% {
        background: #aa0000;
        color: #fff;
    }
    100% {
        background: yellow;
        color: red;
    }
}

/* Zoom icon */
@keyframes ptZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
	@media (max-width:1024px){
		.boxchay>span,.boxchay2>span,.boxchay3>span,.boxchay4>span {
			font-size: 12px !important;
		}
		.boxchay{left: 60px !important;}
		.boxchay2{left: 230px !important;}
		.boxchay3{left: 410px !important;}
		.boxchay4{left: 585px !important;}
	}