@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

*:hover,
*:focus {
	outline: 0;
}

	{
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0px;
}

.kmt_uppercase {
	text-transform: uppercase;
}

.kmt_center {
	text-align: center !important;
}

.kmt_left {
	text-align: left;
}

.kmt_right {
	text-align: right;
}

.kmt_justify {
	text-align: justify;
}

.content_article {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: justify;
	color: #222222;
	font-size: 15px;
	line-height: 23px;
}

.content_article p {
	margin-bottom: 10px;
}

.content_article table {
	max-width: 100% !important;
}

.content_article img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 5px;
}

.kmt_title_article {
	font-size: 18px;
	margin-bottom: 10px;
	color: #f1202b;
	font-weight: 600;
	text-align: left !important;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 25px;
}

.pagination>li>a,
.pagination>li>span {
	color: #fff;
	background-color: #222;
	border: 1px solid #222;
}

.pagination>li>a:hover {
	background-color: #f1202b;
	border-color: #f1202b;
	color: #fff;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f1202b;
	border-color: #f1202b;
}

.kmt_bt {
	background: #f1202b;
	border: 0px;
	color: #fff;
}

.kmt_bt:hover {
	background: #222;
	color: #fff;
}

.kmt_stt_form {
	color: #f1202b;
	padding: 0px !important;
	padding-top: 5px !important;
	padding-left: 10px !important;
}

.read_more {
	width: 100%;
	text-align: right;
	margin-top: -40px;
	margin-bottom: 30px;
}

.read_more a {
	color: #f1202b;
}

.read_more a:hover {
	color: #222;
}

#wrap_content {
	background: #ffffff;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.55);
}

/*  Begin wrap_pcl */

#wrap_pcl {
	margin-bottom: 20px;
}

.is_scroll {
	width: 100%;
}


.block_pcl {
	width: 260px;
	height: 175px;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 5px;
}

.block_pcl:hover {
	border: 2px solid #ff0000;
}


.wrap_img_pcl {
	width: 256px;
	height: 173px;
}

.wrap_img_pcl img {
	width: 250px;
	height: 173px;
}

.block_pcl h2 {
	width: 100%;
	height: 37px;
	background: url(../img/bg_mn.png) repeat;
	line-height: 40px;
	text-align: center;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	margin-top: -37px;
	position: relative;
}

.block_pcl:hover h2 {
	background: url(../img/bg_mn_1.png) repeat !important;
}

.block_pcl h2 a {
	color: #fff;
	font-size: 16px;

	font-weight: 100;
}


/*  End wrap_pcl */

/*  Begin wrap_block_1 */

#wrap_block_1 {
	width: 100%;
	height: 155px;
	background: url(../img/bg.jpg) repeat-x top center #f5f5f5;
}

#wrap_hotline_lang {
	margin: 0 auto;
	height: 35px;
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}

#wrap_hotline_lang span {
	float: right;
	margin-left: 15px;
}

#wrap_hotline_lang span img {
	height: 20px;
}

#wrap_logo_menutop {
	clear: both;
	margin-bottom: 3px;
	margin: 0 auto;
	background: #f5f5f5;
}

#wrap_logo {
	padding: 10px 0px;
}

#wrap_logo img {
	max-width: 100%;
}

#wrap_menutop {
	margin-top: 35px;
	padding: 0px 20px;
}

#wrap_logo_end {
	text-align: right;
	display: none;
}

#wrap_logo_end img {
	max-width: 100%;
	margin-top: 10px;
}


/*  End wrap_block_1 */

/*  Begin wrap_block_2 */

#wrap_block_2 {
	width: 100%;
	display: inline-block;
}

#wrap_bg_content {
	clear: both;
	position: relative;
	z-index: 200;
	width: 100%;
	margin-top: -90px;
}


.kmt_title {
	margin-bottom: 5px;
	height: 30px;
	padding-bottom: 5px;
}

.kmt_title a {
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 0;
	padding: 7px 10px 5px 15px;
}

.kmt_title a:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -40px;
	top: 0;
	width: 45px;
}

.kmt_black {
	background: url(../img/line_dot_b.png) repeat-x bottom;
}

.kmt_black a {
	background: #000000;
}

.kmt_black a:after {
	background: url(../img/bg_rttb.png) no-repeat;
}

.kmt_gray {
	background: url(../img/line_dot_g.png) repeat-x bottom;
}

.kmt_gray a {
	background: #4d4d4d;
}

.kmt_gray a:after {
	background: url(../img/bg_rttg.png) no-repeat;
}

.wrap_content_center {
	margin: 10px 0px;
	padding: 0px 10px;
}

.block_center {
	width: 100%;
}

.content_block_center {
	width: 100%;
	display: inline-block;
}

#wrap_content_left {}

.block_left {
	width: 100%;
	margin-bottom: 15px;
}

.content_block_left {
	width: 100%;
	display: inline-block;
}

#wrap_content_right {
	padding-left: 10px;
}

.block_right {
	width: 100%;
	margin-bottom: 15px;
}

.content_block_right {
	width: 100%;
	display: inline-block;
}

/*  Begin wrap_block_2 */

/*  Begin wrap_intro */

#wrap_intro {}


#wrap_content_img_intro {
	display: inline-block;
	padding-top: 5px;
}

.intro_left {
	width: 100% !important;
}

#wrap_img_intro {
	width: 200px;
	height: 155px;
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #bfbfbf;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.36);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.36);
}

#wrap_img_intro img {
	width: 188px;
	height: 143px;
}

.intro_left #wrap_img_intro {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

#wrap_img_intro img {
	width: 188px;
	height: 143px;
}

.intro_left #wrap_img_intro img {
	width: 100% !important;
	height: auto;
}

#wrap_content_intro {
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
	color: #3f3f3f;
}

.intro_left #wrap_content_intro {
	width: 100% !important;
}

.kmt_more {
	margin-top: 5px;
}

.kmt_more a {
	font-size: 13px;
	color: #000;

}

.kmt_more a:hover {
	color: #fa1313;
}

/*  End wrap_intro */

/*  Begin wrap_video */

#wrap_video {}

#wrap_content_video {
	width: 100%;
	height: 175px;
	background: #ccc;
}

/*  End wrap_video */

/*  Begin list_product */

.wrap_product {
	margin: 10px auto;
}

.block_product {
	width: 260px;
	min-height: 300px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.wrap_img_product {
	width: 260px;
	height: 200px;
	border: 1px solid #bbbbbb;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_page .wrap_img_product {
	width: 188px;
	height: 153px;
}

.wrap_img_product * {
	vertical-align: middle;
}

.wrap_img_product img {
	max-width: 240px;
	max-height: 180px;
}

.product_page .wrap_img_product img {
	max-width: 188px;
	max-height: 133px;
}

.block_product h3 {
	margin: 15px 0px;
	color: #000;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
}

.block_product h3 a {
	color: #000;
	font-size: 13px;

	font-weight: 100;
}

.block_product p a {
	color: #000;
	font-size: 13px;

}

.block_product h3 a:hover,
.block_product p a:hover {
	color: #fa0b0b;
}

/*  End list_product */

/*  Begin list_news */

.wrap_news_home {
	margin: 10px auto;
	padding-right: 20px;
}

.news_page li {
	width: 100%;
	display: inline-block;
	list-style: none;
	margin: 7px 0px;
}

.news_left li {
	width: 100%;
	display: inline-block;
	list-style: none;
	margin: 10px;
}

.wrap_img_news {
	width: 140px;
	height: 90px;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #bbbbbb;
	float: left;
	margin-right: 10px;
}

.wrap_img_news img {
	width: 132px;
	height: 82px;
}

.wrap_content_news {}

.news_left .wrap_content_news {}

.news_page .wrap_content_news {}

.news_page .wrap_img_news {
	width: 190px;
	height: 120px;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #bbbbbb;
	float: left;
	margin-right: 10px;
}

.news_page .wrap_img_news img {
	width: 182px;
	height: 112px;
}

.wrap_content_news h3 {
	margin: 5px 0px;
}

.wrap_content_news h3 a {
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

.news_left h3 a {
	font-size: 13px;
}

.wrap_content_news h3 a:hover {
	color: #f00;
}

.wrap_content_news>div {
	font-size: 14px;
	line-height: 20px;
}

/*  End list_news */

/*  Begin wrap_adv */

#wrap_bg_adv {
	clear: both;
	width: 100%;
	border: 1px dashed #ccc;
	border-left: 0px;
	border-right: 0px;
	padding: 5px 0px;
}


.wrap_adv {
	width: 140px;
	height: 75px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 10px;
}

.wrap_adv div {
	width: 170px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.wrap_adv * {
	vertical-align: middle;
}

.wrap_adv div img {
	width: auto !important;
	display: inline !important;
	max-width: 160px !important;
	max-height: 60px !important;
}

/*  End wrap_adv */

#wrap_block_3 {
	width: 100%;
	display: inline-block;
	background: #131313;

}

#wrap_footer {
	margin: 0 auto;
	padding-top: 15px;
}

#block_footer_1 {
	padding: 0px 15px;
}

#block_footer_1 p {
	border-bottom: 1px solid #191919;
	padding: 8px 0px;
	margin-right: 15px;
}

#block_footer_1 p a {
	font-size: 13px;
	color: #fff;

}

#block_footer_1 p a:hover {
	color: #f00;
}

#block_footer_2 {
	padding: 0px 50px;
}

#block_footer_2 p {
	border-bottom: 1px solid #191919;
	padding: 8px 0px;
	margin-right: 50px;
}

#block_footer_2 p a {
	font-size: 13px;
	color: #fff;

}

#block_footer_2 p a:hover {
	color: #f00;
}

#block_footer_1 h3,
#block_footer_2 h3 {
	color: #fff;
	font-size: 16px;

	font-weight: 100;
	margin-bottom: 10px;
}

.block_footer_content {
	border-right: 1px solid #191919;
}

#block_footer_3 {
	color: #fff;

	font-size: 12px;
}

#block_footer_3 a {
	color: #fff;

}

#block_footer_3 p img {
	height: 22px;
	margin-right: 5px;
}

#wrap_add_f {
	font-size: 14px;
	color: #fff;

	line-height: 20px;
}

#wrap_add_f p {
	margin-bottom: 5px;
}

.count_num {
	display: inline-block;
	width: 15px;
	height: 18px;
	line-height: 13px;
	margin-right: 2px;
	font-weight: bold;
	text-align: center;
	background: #e40000;
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	border-top: 1px solid #f28686;
	border-left: 1px solid #f28686;
	border-radius: 2px;
	padding: 1px 1px 2px 1px;
}


/*  End wrap_block_3 */

.wrap_partner {
	margin: 10px auto;
}

.block_partner {
	width: 230px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.img_partner {
	width: 230px;
	height: 180px;
	border: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img_partner * {
	vertical-align: middle;
}

.img_partner img {
	max-width: 220px;
	max-height: 170px;
}

/*  Begin list_video */

.wrap_video_is {
	margin: 10px auto;
}

.block_video {
	width: 230px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
}

.content_video {
	width: 230px;
	height: 143px;
}

.block_video h3 {
	margin-top: 10px;
	text-align: center;
	font-weight: 100;
}

.block_video h3 a {
	font-size: 13px;
	color: #000;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.block_video h3 a:hover {
	color: #f00;
}

/*  End list_video */

/* Begin wrap_contactpage */

#wrap_contactpage {
	width: 100%;
	display: inline-block;
}

#wrap_add {
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}

#wrap_add p {
	margin-bottom: 5px;
}

#wrap_map {
	width: 100%;
	height: 300px;
}

#wrap_form_contact {
	width: 100%;
}

#title_form_ta {
	padding-top: 10px;
	float: left;
	width: 160px !important;
	font-size: 13px;
	text-align: right;
}

#title_form_ta li {
	margin-bottom: 5px;
	height: 32px;
	line-height: 32px;
	list-style: none !important;
}

#input_form_ta {
	padding-top: 10px;
	float: left;
}

#input_form_ta li {
	margin-bottom: 5px;
	height: 32px;
	text-align: left;
	padding-left: 5px;
	list-style: none !important;
}

#input_form_ta li input {
	width: 350px;
	height: 23px;
	padding: 3px;
}

#input_form_ta li textarea {
	width: 350px;
	max-width: 350px !important;
	height: 98px;
	padding: 3px;
	resize: none;
}

/* End wrap_contactpage */

.wrap_item {
	margin: 10px auto;
}

.block_item {
	width: 220px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.img_item {
	width: 220px;
	height: 180px;
	border: 1px solid #bbbbbb;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.img_item * {
	vertical-align: middle;
}

.img_item img {
	max-width: 200px;
	max-height: 173px;
}

.block_item h3 {
	margin: 10px 0px;
	color: #000;
	font-size: 13px;

	font-weight: 100;
}

.block_item h3 a {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: 100;
}

.block_item p a {
	color: #000;
	font-size: 13px;

}

.block_item h3 a:hover,
.block_item p a:hover {
	color: #fa0b0b;
}

/* Begin wrap_details_product*/

#wrap_details_product {
	width: 100%;
	display: inline-block;
}

#wrap_details_product_left {}

#wrap_img_details_product {
	width: 360px;
	height: 228px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.32);
}

#wrap_img_details_product * {
	vertical-align: middle;
}

#wrap_img_details_product img {
	max-width: 350px;
	max-height: 228px;
}

.kmt_tag {
	margin-top: 20px;
}



#wrap_img_thumbs {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
}

#wrap_img_thumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-left: -3px;
}

#wrap_img_thumbs ul li {
	width: 65px;
	height: 50px;
	float: left;
	margin: 4px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 2px;
}

#wrap_img_thumbs ul li div {
	width: 57px;
	height: 44px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#wrap_img_thumbs ul li img {
	max-width: 57px;
	max-height: 44px;
}

#wrap_details_product_right {}

#wrap_details_product_right h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;

	margin-top: 5px;
}

#wrap_details_product_right p {
	font-size: 14px;
	margin-bottom: 10px;

}

#wrap_details_product_right p span {
	font-weight: bold;

}

#wrap_details_product_right p a {
	background: #000;
	color: #fff;

	padding: 5px 10px;
	font-size: 16px;
}

#wrap_details_product_right p a:hover {
	background: #f00;
}

.hotline {
	color: #d70000;
	font-size: 18px;

	margin-top: 20px;
}

#wrap_info_product {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrap_info_product>h2 {
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
	height: 15px;
}

#wrap_info_product>h2 a {
	font-size: 17px;
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	padding-bottom: 5px;
	padding-right: 10px;
}

/* End wrap_details_product */

/* Begin css page_in */
.page_in {
	clear: both;
	font-size: 12px;
	margin: 20px 0px 8px 0px;
	text-align: center;
}

.page_in a {
	padding: 1px 2px 1px 2px;
	color: #000;
}

.page_in a:hover {
	padding: 1px 2px 1px 2px;
	color: #f00;
}

#current_page {
	padding: 1px 2px 1px 2px;
	color: #f00;
	margin-left: 3px
}

/* End css page_in */

/* Begin css read_more */
.read_more {
	margin-top: -35px;
	margin-bottom: 10px;
	text-align: right;
}

.read_more a {
	font-size: 14px;
	color: #666666;
	font-family: "UTM_HelvetIns";
}

.read_more a:hover {
	color: #f68e1d;
}

.read_more_o {
	text-align: right !important;
	clear: both
}

.read_more_o a {
	font-size: 13px;
	color: #05578c;
}

.read_more_o a:hover {
	color: #e60000;
}

.kmt_hidden {
	display: none !important;
}

.kmt_green {
	padding-right: 0px;
}

.kmt_green a {
	padding-right: 0px;
	color: #0a4a2f;
}

/* Begin css read_more */

/* Begin css content_article */
.content_article {
	font-size: 13px;
	padding: 5px 10px 0px 0px;
	line-height: 20px;
	text-align: justify
}

.title_article {
	font-size: 15px;
	margin: 5px 0px;
	color: #D90000;
}

.title_article a {
	padding: 5px 5px 0px 0px;
	color: #000;
	border-bottom: 2px solid #989898;
}

.content_article table {
	margin: 0 auto;
}

.content_article p {
	margin-bottom: 10px;
}

/* End css content_article */

/* Begin css breadcrumb */
.breadcrumb {
	color: #666666 !important;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Roboto_Condensed";
}

.breadcrumb a {
	color: #666666 !important;
	font-size: 12px;
	font-family: "Roboto_Condensed";
}

.breadcrumb a:hover {
	color: #d72121 !important;
}

/* End css breadcrumb  */

/* Begin css list_same */
.list_same {
	margin-top: 20px;
}

.same_title {
	color: #f00 !important;
	margin: 5px 0px 5px 0px !important;
	font-size: 17px;
	font-family: "Roboto_Condensed";
}

.same_title:hover {
	color: #f00 !important;
}

.list_same li {
	color: #00aaea;
	margin-bottom: 3px
}

.list_same li:hover {
	color: #f00;
}

.list_same li:hover a {
	color: #f00;
}

.list_same li a {
	font-size: 13px;
	color: #000;
	font-family: "Roboto_Condensed";
}

/* End css list_same */

/* Begin css border */
.none_border {
	border: none !important;
}

.none_border_top {
	border-top: none !important;
}

.none_border_right {
	border-right: none !important;
}

.none_border_left {
	border-left: none !important;
}

/* End css border */

.kmt_code {
	height: 32px;
}

.kmt_code span {
	display: inline-block;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

/* Begin css margin */
.kmt_margin_auto {
	margin: 0 auto;
}

.kmt_margin_top_5 {
	margin-top: 5px;
}

.kmt_margin_top_10 {
	margin-top: 10px;
}

.kmt_margin_top_20 {
	margin-top: 20px;
}

.kmt_margin_top_30 {
	margin-top: 30px;
}

.kmt_margin_bottom_5 {
	margin-bottom: 5px;
}

.kmt_margin_bottom_10 {
	margin-bottom: 10px;
}

.kmt_margin_bottom_20 {
	margin-bottom: 20px;
}

.kmt_margin_bottom_30 {
	margin-bottom: 30px;
}

.kmt_margin_left_5 {
	margin-left: 5px;
}

.kmt_margin_left_10 {
	margin-left: 10px;
}

.kmt_margin_left_15 {
	margin-left: 15px;
}

.kmt_margin_right_5 {
	margin-right: 5px;
}

.kmt_margin_right_10 {
	margin-right: 10px;
}

.kmt_margin_right_15 {
	margin-right: 15px;
}

/* End css margin */

/* Begin css padding */
.kmt_padding_5 {
	padding: 5px;
}

.kmt_padding_10 {
	padding: 10px;
}

.kmt_padding_15 {
	padding: 15px;
}

.kmt_padding_20 {
	padding: 20px;
}

.kmt_padding_top_5 {
	padding-top: 5px;
}

.kmt_padding_top_10 {
	padding-top: 10px;
}

.kmt_padding_top_20 {
	padding-top: 20px;
}

.kmt_padding_top_30 {
	padding-top: 30px;
}

.kmt_padding_bottom_5 {
	padding-bottom: 5px;
}

.kmt_padding_bottom_10 {
	padding-bottom: 10px;
}

.kmt_padding_bottom_20 {
	padding-bottom: 20px;
}

.kmt_padding_bottom_30 {
	padding-bottom: 30px;
}

.kmt_padding_left_5 {
	padding-left: 5px;
}

.kmt_padding_left_10 {
	padding-left: 10px;
}

.kmt_padding_left_15 {
	padding-left: 15px;
}

.kmt_padding_right_5 {
	padding-right: 5px;
}

.kmt_padding_right_10 {
	padding-right: 10px;
}

.kmt_padding_right_15 {
	padding-right: 15px;
}

/* End css padding */

/* Begin css float */
.clear_both {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* End css float */

/* Begin css ul li */
.kmt_none_list_style {
	list-style: none !important;
}

.kmt_list_style {
	list-style: inside !important;
}

/* End css ul li */

/* Begin css format text */
.kmt_align_left {
	text-align: left;
}

.kmt_align_right {
	text-align: right;
}

.kmt_align_center {
	text-align: center;
}

.kmt_align_justify {
	text-align: justify;
}

.kmt_italic {
	font-style: italic;
}

.kmt_bold {
	font-weight: bold;
}

.kmt_none_bold {
	font-weight: 100;
}

.kmt_upercase {
	text-transform: uppercase;
}

/* End css bold */

/* Begin kmt_tag */

.kmt_tag {
	clear: both;
	margin-bottom: 5px;
	font-size: 12px;
	color: gray;
	text-align: right;
}

.kmt_tag p {
	clear: both;
	display: inline;
}

.kmt_tag a {
	font-size: 11px;
	padding: 0px 2px;
	color: gray;
}

.kmt_tag a:hover {
	color: #630001;
}

/* End kmt_tag */

.kmt_fixed {
	width: 100% !important;
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	margin-top: 0px !important;
	border: 1px solid #e8e8e8;
}

a.zalo-fix {
	position: fixed;
	right: 18px;
	z-index: 9999;
	bottom: 96px;
	border-radius: 50%;
	box-shadow: 0 0 10px #7bc143;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 21px;
	left: inherit;
	bottom: 190px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}

.hotlineSupport.show {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
}

.hotlineSupport i.fa-phone {
	font-size: 21px;
	line-height: 17px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;

	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.support-content {
	width: 250px;
	position: absolute;
	background: #fff;
	top: 0;
	right: calc(100% + 20px);
	padding: 18px;
	color: #000;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	border: solid 2px #ed3237;
	border-radius: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-mos-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;

	transform: translateX(200%);
	-webkit-transform: translateX(200%);
	-mos-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
}

.support-content .line a {
	display: block;
	padding-left: 30px;
	position: relative;
	color: #ed3237;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}

.support-content .line.v2 a:before {
	content: initial;
}

.support-content.show {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-mos-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}

.support-content:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ed3237;
	position: absolute;
	left: 100%;
}

.support-content p {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.support-content .ion {
	width: 49%;
	height: 30px;
	display: block;
	float: left;
	color: #fff;
	border-radius: 5px;
	padding: 3px 0px 0px 6px;
	text-transform: Capitalize;
}

@-webkit-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

#wrap_menu_fix {
	height: 120px;
}