@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=vietnamese');

@font-face {
	font-family:"UTM_Avo";
	src: url(../fonts/UTM_Avo.ttf);
}

@font-face {
	font-family:"UTM_AvoBold";
	src: url(../fonts/UTM_AvoBold.ttf);
}

.kmt_bold{
	font-family:"UTM_AvoBold";	    
}

body{
	font-family:"UTM_Avo";
	overflow-x:hidden;
	color: #000;
}

*:hover,*:focus { outline: 0; }{
	outline: none!important;	
}

/* Begin css breadcrumb */
.kmt_breadcrumb{color:#666666!important;font-size:14px;margin-bottom:10px;padding-left:5px;margin-top:10px}
.kmt_breadcrumb a{color:#666666!important;font-size:16px;}
.kmt_breadcrumb a:hover{color:#d72121!important;text-decoration:none}
/* End css breadcrumb  */

.read_more{text-align:right;margin-top:-59px;margin-bottom:10px;width:100%;padding-right: 15px;}
.read_more a{padding:5px 0px;font-size:14px;font-weight:bold;color:#000;}
.read_more a:hover{text-decoration:none;color:#ed0467;}

a:hover{text-decoration:none;color:#ed0467}
.content_article{width: 100%;clear: both;display: inline-block;text-align:justify;color:#555;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:#ed0467;font-weight:600;text-align:left!important;margin-top:0px;text-transform:uppercase;line-height:25px;}
.kmt_page{clear:both;}

.kmt_uppercase{text-transform:uppercase;}
.kmt_center{text-align:center!important;}
.kmt_left{text-align:left!important;}
.kmt_right{text-align:right;}
.kmt_justify{text-align:justify;}

/* Begin css list_same */
.same_title{color:#ed0467!important;margin:10px 0px 5px 0px!important;font-size:15px;font-weight:bold;text-transform:uppercase;font-weight:bold;padding-bottom:5px;border-top:1px dashed #737373;clear:both;padding-top:10px;}
.same_title:hover{color:#ed0467!important;}
.list_same{margin:0px;padding:10px 0px;}
.list_same li{color:#222;margin-bottom:3px;list-style:none}
.list_same li:hover{color:#ed0467;}
.list_same li:hover a{color:#ed0467;text-decoration:none}
.list_same li a{font-size:15px;color:#222;}
.list_same li a span{color:#222;}
/* End css list_same */


.pagination>li>a, .pagination>li>span {
    color: #fff;
	background-color: #aad049;
	border: 1px solid #aad049;
}

.pagination>li>a:hover{
	background-color: #ed0467;
	border-color: #ed0467;
	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: #ed0467;
    border-color: #ed0467;
}

.kmt_note{
	color:#ed0467;	
    margin-top: 5px;
    line-height: 30px;
}

.kmt_note a{
	color:#222;	
    font-family:"UTM_AvoBold";	
}



.kmt_bt{
	background:#aad049;
	border:0px;
	color:#fff;
	transition: 0.3s;
}

.kmt_bt:hover{
	background:#ed0467;
	color:#fff;
}

.kmt_stt_form{
    color:#737373;
	padding:0px!important;
    padding-top: 5px!important;
	padding-left:10px!important;
}

span.kmt_stt_form{
	display: inline-block;
	
}

.wrap_center{
	margin-top:30px;	
}

#wrap_block_1{
    position: relative;
    z-index: 9999!important;
}

#icon_serach{
    cursor: pointer;
}

.wrap_logo img{
	max-width:100%;
	text-align:center;	
	margin-top:10px;
    height: 93px;
}

.wrap_menu_center{
	margin-top:60px;	
}

#wrap_lang{
	float:right;	
	margin-top:72px;
	position:relative;
}

#wrap_lang span{
	display:inline-block;
	background:url(../img/icon_arrd.png) no-repeat right center;
	font-size:15px;
	padding-right:15px;
	cursor:pointer;
}

#wrap_lang:hover ul{
	display:inline-block;
	position:absolute;
	right:0px;
	top:20px;
	width:55px;
	padding:10px;
	z-index:9999;
}

#wrap_lang ul{
	display:none;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:5px;
	background:#fff;
	
}

#wrap_lang ul li a{
	color:#000;
}

#wrap_lang ul li a:hover{
	color: #ed0467;
	font-weight: 600;
}

#wrap_icon_top{
	float:right;
	margin-right:30px;	
	margin-top:70px;
}

#wrap_icon_top img{
	margin:0px 3px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#wrap_icon_top>a>img,#wrap_icon_top>span>a>img{
	height: 16px;
}

#wrap_icon_top a:hover img{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#icon_cart:hover a img{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#icon_cart{
	display:inline-block;
	position:relative;
}


#wrap_cart_mini{
	visibility:hidden;
	position:absolute;
	z-index:9999;
	width:465px;
	right:-125px;
	padding-top:15px;
	background:url(../img/icon_arrt.png) no-repeat right 129px top 3px #fff;
	
}

.has_scroll ul{
    height: 600px;
    overflow-y: scroll;
}

#icon_cart:hover #wrap_cart_mini{
	visibility:visible;
}

#wrap_cart_mini ul{
	margin:0px;
	width:100%;
	display:inline-block;
	list-style:none;
	border:2px solid #ed0467;
	border-bottom:0px;
	padding:15px 20px;
	
}

#wrap_button_cart_mini{
	border:2px solid #ed0467;
	border-top:0px;
	padding-bottom:10px;
}

#wrap_button_cart_mini button{
	width:415px;
	height:55px;
	line-height:55px;
	border:0px;
	color:#fff;
	background:#aad049;
	font-size:17px;
	transition: 0.3s;
}

#wrap_button_cart_mini button:hover{
	background:#ed0467;
}

#wrap_cart_mini ul li{
	width:100%;
	display:inline-block;
	margin:10px auto;
	padding-bottom:20px;
	border-bottom:1px solid #737373;
}

#wrap_cart_mini ul img{
	-webkit-transform: rotate(0deg)!important;
          transform: rotate(0deg)!important;
}

.info_cart_mini{
	float:left;
	padding:15px;
	width:250px;	
}

.icon_remove{
	float:right;
	text-align:center;
	margin-top:10px;	
}

.title_item_cart{
	font-size:15px;
	font-family:"UTM_AvoBold";	
	margin-bottom:10px;
		
}

.title_item_cart a{
	color:#000;
}

.title_item_cart a:hover{
	color:#737373;
}

.qty_rule{
	font-size:15px;	
	color:#000;
}

.qty_rule p:first-child{
	color: #ed0467;
	font-weight: 600;
}
.qty_rule p:nth-child(2){
	color: #000;
	font-weight: 600;
}

.qty_rule a{
	color:#000;
}

.qty_rule a:hover{
	color: #ed0467
}

.qty_rule span{
	color:#000;	
}

.wrap_sum{
	width:100%;
	display:inline-block;
	margin-bottom:15px;	
}

.wrap_sum span{
	width:50%;
	display:inline-block;
	float:left;
}

.wrap_sum span:nth-child(1){
	padding:0px 20px;
	text-align:left;
	font-size:15px;
	font-family:"UTM_AvoBold";	
}

.wrap_sum span:nth-child(2){
	padding:0px 40px;
	text-align:right;
	font-size:15px;
}

.sum_cart{
	margin-bottom:10px;
	font-size:20px;
	font-family:"UTM_AvoBold";	
}

.img_cart_mini{
	width:115px;
	height:115px;
	float:left;
	text-align:center;
	overflow:hidden;	
}

.img_cart_mini img{
    width:100%;
	height:100%;
	margin:0px!important;
}


#wrap_search_top {
    width: 100%;
    position: absolute!important;
    z-index: 2147483647!important;
    top: 107px;
    right: 0px;
}

#wrap_search{
	float:right;	
	width:350px;
	padding:20px;
	background:#fff;
	display:none;
}

#wrap_search input:nth-child(1){
	width:100%;
	height:34px;
	line-height:34px;
	padding-left:5px;
	color:#333;
	float:left;
	margin-right:-90px;
}

#wrap_search input:nth-child(2){
	width:90px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#000;
	border:0px;
	float:left;
	font-weight:600;
}

#wrap_search input:nth-child(2):hover{
	background:#737373;
}


#wrap_block_2{
	width:100%;
	display:inline-block;
	clear:both;
	margin-top:10px;
	margin-bottom:50px;	
}

#wrap_block_3{
	width:100%;
	display:inline-block;	
}

.img_intro{
	text-align:center;
	overflow:hidden;	
	padding-right:40px;
    margin-top:15px;
}

.img_intro img{
	width:100%;	
}

.title_first{
	font-size:32px;
	margin-bottom:-5px;
    color: #ed0467;
	font-family:"UTM_Avo";
	text-transform: uppercase;
}
.title_intro{
	margin-top:0px;
	margin-bottom:10px;
	font-size:36px;	
    color: #9ec43c;
	font-family:"UTM_AvoBold";
	text-transform: uppercase;
}

.rm_intro{
	margin-top:10px;
}

.rm_intro a{
	font-size:14px;
	font-family:"UTM_AvoBold";
	color:#000;
	transition: 0.3s
}

.rm_intro a:hover{
	color: #ed0467;
}

.kmt_title{
	text-align: center;
	font-size:35px;
	font-family:"UTM_AvoBold";
	text-transform: uppercase;
	color:#aad049;
	margin-bottom:30px;	
}
.kmt_title_2{
	font-size:35px;
	font-family:"UTM_AvoBold";
	text-transform: uppercase;
	color:#ee1373;
	margin-bottom:30px;	
}
.kmt_title_3{
	font-size:35px;
	font-family:"UTM_AvoBold";
	text-transform: uppercase;
	color:#aad049;
	margin-bottom:30px;	
}
.kmt_title_4{
	font-size:35px;
	font-family:"UTM_AvoBold";
	text-transform: uppercase;
	color:#000;
	margin-bottom:30px;	
}

.phuc_title{
	font-size:22px;	
	color:#9ec43c;
}

.kmt-btn-slider{
	width:100%;
	position:relative;
	z-index:500;
}

.kmt-btn-slider button{
	margin: 0;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin:0px 5px;
	position:absolute;
}

.prev-pcl{
	background:url(../img/arr_left.png) no-repeat center;
	left:-60px;
	top:170px;
	width:37px;
	height:63px;
}

.next-pcl{
	background:url(../img/arr_right.png) no-repeat center;
	right:-60px;
	top:170px;
	width:37px;
	height:63px;
}

.block_pcl{
	width:360px;
	margin:0 auto;
	background:#9ec43c;
	padding-bottom:10px;
	transition: 0.3s;
}

.block_pcl:hover{
	background: #ed0467;
}

.img_pcl{
	width:360px;
	height:400px;
	text-align:center;
	overflow:hidden;	
}

.img_pcl{
	height:100%;	
}
.block_pcl h2{
	text-align: center;
}
.block_pcl h2 a{
	font-size:19px;	
	color:#fff;
	font-weight: 600;
	padding:0px 30px;
	line-height:22px;
}

.wrap_item{
	margin:15px auto;	
}

.block_item{
	width:360px;
	height:490px;
	overflow:hidden;
	margin:0 auto;	
}

.img_item{
	width:360px;
	height:360px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
    background: #fff;
}
	
.img_item *{
   vertical-align: middle;	
}

.img_item img{
	max-width:360px;
	max-height:360px;	
}

.block_item h3{
	width:100%;
	display:inline-block;	
}

.name_item{
	width:90%;
	float:left;	
}

.name_item a{
	font-size:17px;	
    font-weight: bold;
	color:#000;
    line-height: 22px;
	transition: 0.3s;
}

.name_item a:hover{
	color:#ed0467;
}

.like_item{
	width:10%;
	height:18px;
	cursor:pointer;
	float:left;
	background:url(../img/icon_hert.png) no-repeat center;
}

.rm_item{
    cursor:pointer;
	float:left;
    text-align: right;
    width:10%;
    font-size: 15px;
    text-align: center;
}


#wrap_contact_home{
	width:100%;
	background:#9ec43c;
	padding:50px 0px;	
}

.wrap_text_contact{
	font-size:33px;
	color:#fff; 	
}

.wrap_button_contact{
	text-align:right;	
}

.wrap_button_contact a{
	border:2px solid #fff;
	color:#fff;
	font-size:17px;
	padding:15px 30px;	
	display:inline-block;
	margin-left:20px;transition: 0.5s;
}

.wrap_button_contact a:hover{
	background: #fff;
	color:#ed0467;
	opacity: 0.7;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.block_feedback{
	width:400px;
	margin:20px auto;	
	padding: 10px 0px;
	transition: 0.3s;
}
.block_feedback:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_feeback{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
	border-radius:50%;
}

.img_feeback img{
	max-width:100%;
	width:auto;
}

.icon_feedback{
	width:100px;
	height:34px;
	margin:0 auto;
	margin-top:-34px;
	position:relative;
	z-index:1000;	
	background:url(../img/icon_feedback.png) no-repeat right;
	margin-bottom:20px;
}

.block_feedback h4{
	font-size:16px;	
	font-family:"UTM_AvoBold";	
	color:#000;
}	

.sub_info{
	margin-bottom:20px;	
}

.quote_feeback{
	font-size:14px;
	line-height:22px;	
	margin-bottom:10px;
}

.point_star img{
	display:inline-block!important;
	width:auto !important;	
}

.owl_feedback{
	margin-top:30px;	
}

.wrap_form_home{
	border: 3px solid #ee1373;
	padding:30px;	
}

.title_form_home{
	color:#000;
	font-size:26px;
	margin-bottom:20px;	
}

#kmt_contact_form_home .form-group{
	margin-bottom:10px;
}

#kmt_contact_form_home input{
	border:0px;
	border-bottom:1px solid #000;
	box-shadow: none;
	background:none;
	border-radius:0px;
	color: #ee1373;
	font-weight: 600;
	
}
#kmt_contact_form_home input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

#kmt_contact_form_home textarea{
	border:0px;
	border-bottom:1px solid #000;
	box-shadow: none;
	background:none;
	border-radius:0px;
	color: #ee1373;
	font-weight: 600;
}
#kmt_contact_form_home textarea::-webkit-input-placeholder{
	color: #000;
}

#kmt_contact_form_home button{
	color:#fff;
	background:#ee1373;
	border-radius:0px;
	width:180px;
	height: 40px;
	margin-top:10px;
	transition: 0.3s;
	font-size: 16px;
}	

#kmt_contact_form_home button:hover{
	background: #000;
}	

.wrap_partner{
	width:160px;
	height:80px;
	margin:0 auto;	
}

.img_partner{
	width:160px;
	height:80px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
    background: #fff;
}
	
.img_partner *{
   vertical-align: middle;	
}

.img_partner img{
	max-width:160px;
	max-height:80px;	
}

#wrap_block_5{
	width:100%;	
	padding:40px 0px;;
	background: #9ec43c;
}

.wrap_menu_f{
	margin:25px auto;
}

.wrap_menu_f a{
	font-size:16px;
	color:#fff;
	padding:0px 20px;
	transition: 0.3s;
}

.wrap_menu_f a:hover{
	color: #ed0467;
}

.wrap_social_f{
	margin:20px auto;	
}

.wrap_social_f img{
	margin:0px 5px;
}

.wrap_copyright{
	color: #fff;
}

.wrap_copyright span{
	text-transform:uppercase;
	font-family:"UTM_AvoBold";		
}

.wrap_title_newsletter p{
	margin-bottom:0px;
	color: #fff;
}

.wrap_title_newsletter p span{
	font-size:28px;
}

#wrap_newsletter{
	width:100%;
	border:3px solid #fff;
	display:inline-block;
	height:52px;	
	margin-top:5px;
}

#wrap_newsletter input:nth-child(1){
	width:100%;
	border:0px;
	height:46px;
	line-height:46px;
	padding-left:15px;
	float:left;
	margin-right:-100px;
	background: #9ec43c;
	font-weight: 600;
	color: #ee1373;
}
#wrap_newsletter input:nth-child(1)::-webkit-input-placeholder{
	color: #fff;
}

#wrap_newsletter input:nth-child(2){
	width:100px;
	border:0px;
	height:46px;
	line-height:46px;
	background:#fff;
	font-weight: 700;
	color:#000;transition: 0.3s;
}

#wrap_newsletter input:nth-child(2):hover{
	background:#ee1373;
	color:#fff;
}

.bg_contact{
	width:95%;
	margin-top:20px;
}

.bg_contact ul{
	width:100%;
	list-style:none;
	padding:0px;
	padding:20px 10px 30px 10px;	
	margin-bottom:20px;
	border: 3px solid #ee1373;
}

.bg_contact ul li{
	width:100%;
	border-bottom:1px solid #797979;
	height:40px;
	line-height:40px;
	display:inline-block;
	color:#000;
}

.bg_contact ul li:nth-last-child(1){
	border-bottom:none;
}

.bg_contact ul li span{
	display:inline-block;
	float:left;
	height:38px;
	line-height:38px;
	font-size: 15px;
}

.icon_contact{
	border-right:1px solid #797979;	
	width:50px;
	text-align:center;
	margin-right:15px;
}

.icon_contact img{
	margin-top:12px;
}

.content_contact{
	width:262px;
	float:left;	
}

.wrap_add{
	height:100px;
}

.wrap_add span{
	line-height:25px !important;	
}

.wrap_add .icon_contact{
	height:60px;
}

.wrap_add .content_contact{
	padding-top:10px;
}

.wrap_add .icon_contact img{
	margin-top:22px;
}

.title_contact{
	font-size:25px;
	margin-bottom:15px;	
	color:#aad049;
	font-weight: 600;
}

.title_time{
    font-size: 20px;
    margin-bottom: 10px;
    color: #aad049;
    font-weight: 600;
}

.time_contact span{
	margin:0px 30px;
    font-size: 16px;
    font-weight: 600;
}	

.wrap_map{
	margin-top:30px;	
}

.wrap_map img{
	width:100%;	
}

#kmt_contact_form .form-group{
	margin-bottom:10px;
}

#kmt_contact_form .form-control{
	box-shadow:none;	
}

#kmt_contact_form input{
	border:0px;
	border-bottom:1px solid #000;
	background:none;
	border-radius:0px;
	color: #ee1373;
	font-weight: 600;
}
#kmt_contact_form input::-webkit-input-placeholder{
	color: #000;
	font-weight: 600;
}

#kmt_contact_form textarea{
	border:0px;
	border-bottom:1px solid #000;
	background:none;
	border-radius:0px;
	color: #ee1373;
	font-weight: 600;
}
#kmt_contact_form textarea::-webkit-input-placeholder{
	color: #000;
	font-weight: 600;
}

#kmt_contact_form button{
	width:100%;
	background:#aad049;
	color:#fff;
	border-radius:0px;
	margin-top:10px;
	padding:5px 0px;
	line-height:40px;
	font-family:"UTM_AvoBold";
	transition: 0.3s;
}	

#kmt_contact_form button:hover{
	background:#ee1373;
	color:#fff;
}	

.block_left,.block_right{
	width:100%;
	clear:both;
	margin-bottom:20px;	
}

.block_left h2{
	margin:0px;
	margin-bottom:15px;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color: #aad049;
}


.wrap_item_is{
	margin:15px auto;	
}

.block_item_is{
	width:260px;
	height:390px;
	overflow:hidden;
	margin:0 auto;	
}

.img_item_is{
	width:260px;
	height:260px;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
    background: #fff;
}

.block_img_cart{
    width: 100%;
    position: relative;
}
	
.img_item_is *{
   vertical-align: middle;	
}

.img_item_is img{
	max-width:260px;
	max-height:260px;	
}

.block_item_is h3{
	width:100%;
	display:inline-block;	
}

.title_mb{
	width:100%;
	display:none;	
}

.title_pdt{
	color:#000;
	font-size:24px;
	text-transform:uppercase;
    margin-bottom: 40px;	
}

#upload{
    display:none
}

#kmt_order_form{
	margin-top:30px;
	color:#757575;	
}


#kmt_order_form .form-control{
	margin-bottom:5px;
	border-radius:0px;
	color: #ed0467;
}

#kmt_order_form .kmt_stt_form {
    padding-left: 0px!important;
    margin-bottom: 3px;
}

#kmt_order_form .form-group{
	margin-bottom:0px;
}

#kmt_order_form input.form-control{
	height:38px;
	line-height:38px;
	color: #ed0467;
}

#kmt_content{
	height:200px;	
}

#upload_link{
	display:inline-block;
	margin-bottom:20px;
	color:#757575;
	transition: 0.3s;
	font-weight: 600;
}

#upload_link:hover{
	color: #ed0467;;	
}

#kmt_order_form button{
	color:#fff;
	background:#aad049;
	height:40px;
	line-height:40px;
	padding:0px 20px;
	width:150px;
	border-radius:0px;
	transition: 0.3s;
	font-weight: 600;
    font-size: 16px;
}

#kmt_order_form button:hover{
	color:#fff;
	background:#ed0467;;
}

.wrap_img_dt{
	margin-bottom:20px;	
}

#wrap_img_dt{
	width:548px;
	height:548px;
	margin:0 auto;
	display: table-cell;
    vertical-align: middle;	
    text-align:center;
}

#wrap_img_dt *{
   vertical-align: middle;	
}

#wrap_img_dt img{
	max-width:548px;
	max-height:548px;	
}

#wrap_img_thumbs{
	width:100%;
    margin-top: 2px;
	display:inline-block;	
}

#wrap_img_thumbs ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;	
	text-align:center;
	margin-left:-1px;
}

#wrap_img_thumbs ul li{
	width:182px;
	height:182px;
	float:left;	
	margin:1px;
	border: 1px solid #ebebeb;
}


#wrap_img_thumbs ul li div{
	width:182px;
	height:182px;
    text-align:center;
	display: table-cell;
    vertical-align: middle;
}

#wrap_img_thumbs div *{
   vertical-align: middle;	
}

#wrap_img_thumbs ul li img{
	max-width:180px;
    max-height:178px;
}

#wrap_icon_heart{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1000;
    margin-top: -600px;
    text-align: right;
}

#wrap_icon_heart img{
    width:auto;
	margin-right:10px;
}


.wrap_info_dt_item{
	padding-left:30px;	
    font-size: 15px;
}


.wrap_info_dt_item .content_article{
	margin:10px 0px;
    text-align: left;	
}

.wrap_info_dt_item .content_article ul{
	padding-left: 15px;	
}


.wrap_info_dt_item button{
	width:150px;
	height:40px;
	line-height:40px;
	background:#ed0467;
	border:0px;
	color:#fff;
	transition: 0.3s;
	font-weight: 600;
	font-size: 16px;
}

.wrap_info_dt_item button:hover{
	background:#9ec43c;
	color:#fff;	
}

.wrap_info_dt_item h3{
	color:#9ec43c;
	font-size:24px;	
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight: 600;
}

.code_item{
	color:#000;
    display: inline-block;
    width: 100%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #737373;
}

.code_item span{
	display:inline-block;
	float:left;	
	margin-right:10px;
    min-width: 70px;
}

.code_item span:nth-child(1){
    width: 120px;
}

.color_item{
	color:#000;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #737373;
	display:inline-block;
	width:100%;
}

.color_item span{
	display:inline-block;
	float:left;	
	margin-right:10px;
    min-width: 70px;
}

.color_item span:nth-child(1){
	padding-top:5px;
    width: 120px;
}

.color_item span select{
	padding:5px 10px;
}

.qty_item{
	width:100%;
	color:#000;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #737373;
	display:inline-block;
}

.qty_item span{
	display:inline-block;
	float:left;	
	margin-right:10px;
    min-width: 70px;
}

.qty_item span:nth-child(1){
	padding-top:5px;
    width: 120px;
}

.qty_item span select{
	padding:6px 10px;
}

.qty_item span input{
	text-align:center;
	width:80px;
	padding:4px 0px;
}

.price_item a{
    color: #222;
}
.price_item a:hover{
    color: #ed0467;
}

.price_item{
	display: inline-block;
    width: 100%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #737373;
    
}

.price_item span{
	display:inline-block;
	float:left;	
	margin-right:10px;
    min-width: 70px;
}

.price_item span:nth-child(1){
	padding-top:5px;
    width: 120px;
}

.price_item span:nth-child(2){
	font-size:19px;	
    font-weight: 600;
    color:#ed0467;
    
}

.wrapper{
  width:100%;
}

.panel-heading {
  padding: 0;
  border:0;
}

.panel-title>a, .panel-title>a:active{
	display:block;
	padding:5px 15px;
    color:#000;
    font-size:14px;
	text-transform:uppercase;
	background:url(../img/icon_arr_mn.png) no-repeat left top 10px;
	border:0px !important;
	font-weight: 600;
}
.panel-title a:hover,.panel-title a:hover{
	color: #ed0467;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: inherit;
    border-color: inherit;
	border:0px!important;
}

.panel,.panel-body{
	border:0px!important;
	box-shadow:none!important;
	padding-top:0px;
	padding-bottom:0px;
	line-height:22px;
}

#wrap_arco{
	width:100%;
	margin-top:20px;
	padding-top:20px;
	border-top:1px dashed #9ec43c;	
}

#wrap_process{
	width:100%;
	text-align:center;	
	height:47px;
	border-bottom:2px solid #9ec43c;
	margin-bottom:50px;
}

.block_process span{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	background:#a9a9a9;
	color:#fff;	
}

.active_pro{
	background:#ed0467 !important;	
	color:#fff;
}

.wrap_login_left{
	padding-right:20px; 
}

.block_login_left{
	width:100%;
	padding:50px 70px;
	border:3px solid #ed0467;	
}

.title_login{
	font-size:16px;
	margin-bottom:20px;
	text-align:center;	
	font-weight: 600;
}

.block_login_left input{
	border-radius:0px;
	height:50px;
	line-height:50px;
	color: #ed0467;
}


.block_login_left button{
	width:100%;
	background:#9ec43c;
	border:0px;
	border-radius:0px;
	height:60px;
	padding:0px;
	line-height:60px;
	color:#fff;	
	margin-bottom:10px;
	transition: 0.3s;
}

.block_login_left button:hover{
	background:#ed0467;
	color:#fff;	
}


.block_login_left a{
	color:#000;
	transition: 0.3s;
}

.block_login_left a:hover{
	color:#ed0467;	
}

.block_login_right{
	width:100%;
	padding:50px 50px;
	background:#f3f3f3;	
}

.sub_title_login{
	margin-bottom:20px; 	
}

.block_login_right input{
	border-radius:0px;
	height:50px;
	line-height:50px;	
}

.block_login_right button{
	width:100%;
	background:#9ec43c;
	border:0px;
	border-radius:0px;
	height:60px;
	padding:0px;
	line-height:60px;
	color:#fff;	
	transition: 0.3s;
}

.block_login_right button:hover{
	background:#ed0467;
	color:#fff;	
}

#kmt_register_form{
	margin-top:30px;	
}

#kmt_register_form span{
	font-family:"UTM_AvoBold";	
}

#kmt_register_form input{
	border-radius:0px;
	height:50px;
	line-height:50px;
	color: #ed0467;
}

#kmt_register_form select{
	border-radius:0px;
	height:50px;
	line-height:50px;
	width:100%;
	color: #ed0467;
}

#kmt_register_form button{
	width:100%;
	background:#aad049;
	border:0px;
	border-radius:0px;
	height:60px;
	padding:0px;
	line-height:60px;
	color:#fff;
	transition: 0.3s;
}

#kmt_register_form button:hover{
	background:#ed0467;
	color:#fff;	
}

.block_ana_cart{
	width:100%;
	border:1px solid #ed0467;
	padding:20px;	
}

.title_total{
	margin-bottom:15px;
	color: #aad049;
}

.block_ana_cart p{
	display:inline-block;
	width:100%;	
    
}

.block_ana_cart span{
	display:inline-block;
	float:left;	
}

.block_ana_cart span:nth-child(1){
	width:65%;
}

.block_ana_cart span:nth-child(2){
	width:35%;
	text-align:center;
}

.block_ana_cart button{
	width:100%;
	background:#aad049;
	border:0px;
	border-radius:0px;
	height:40px;
	padding:0px;
	line-height:40px;
	color:#fff;	
	margin-top:10px;
	transition: 0.3s
}

.block_ana_cart button:hover{
	background:#ed0467;
	color:#fff;	
}

.wrap_total_cart{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #ed0467;	
}

.wrap_list_item_cart ul{
	margin:0px;
	width:100%;
	display:inline-block;
	list-style:none;
	padding:0px;
}

.wrap_list_item_cart ul li{
	width:100%;
	display:inline-block;
	margin:20px auto;
}

.img_cart_pac{
	width:115px;
	height:115px;
	float:left;
	text-align:center;
	overflow:hidden;	
}

.img_cart_pac img{
	height:100%;
	margin:0px!important;
}

.info_cart_pac {
    float: left;
    padding: 0px 15px;
    width: 540px;
}

.icon_remove_pac{
	float: left;
    width: 100px;
	text-align:center;	
}

.bt_cart_right{
	margin-bottom:20px;	
}

.bt_cart_right img{
	margin:0px 5px;
}

.add_qty{
	margin-left:15px;	
}

.add_qty span{
	display:inline-block;
	float:left;	
	margin:0px 2px;
}

.add_qty span input{
	width:30px;
	height:15px;
	line-height:1px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:13px;
	border:0px;
	font-weight: 600;
}

.sub_qty{
	width:15px;
	height:15px;
	line-height:12px;
	color:#fff;
	background:#aad049;
	text-align:center;
	cursor:pointer;
}

.sub_qty:hover,.plus_qty:hover{
	background:#ed0467;
}

.plus_qty{
	width:15px;
	height:15px;
	line-height:10px;
	color:#fff;
	background:#aad049;
	text-align:center;
	cursor:pointer;
}

.info_order span{
	font-family:"UTM_AvoBold";		
}

.title_sub{
	margin-bottom:15px;
	font-family:"UTM_AvoBold";	
	color: #aad049;
	font-size: 24px;
}

.info_order{
	margin:25px auto;	
}

.info_payment{
	margin:25px auto;	
}

.note_cart textarea{
	height:100px;
	color: #ed0467;
}

.button_order{
	margin-top:20px;	
}

.button_order button{
	width:150px;
	border:0px;
	border-radius:0px;
	background:#aad049;
	color:#fff;
	padding:0px;
	height:40px;
	line-height:40px;
	transition: 0.3s;
}

.button_order button:hover{
	background:#ed0467;
	color:#fff;
}

.info_payment table{
	border:1px solid #000;	
}

.info_payment table tbody tr td,.info_ship table tbody tr td,.info_order table tbody tr td{
	border:1px solid #000;	
}

.info_payment table th,.info_ship table th,.info_order table th{
	border:1px solid #000;	
}

.title_table{
	background:#e0e0e0;
    border:1px solid #000;
    
}	

.title_table tr{
	border-bottom:1px solid #737373!important;
}

.title_table tr th{
	border-bottom:none!important;
}	

.img_item_cart{
	width:70px;
	margin-right:10px;
	text-align:center;
	float:left;
	margin-bottom:10px;
}

.img_item_cart img{
	width:100%;
}

.info_item_cart h3{
	margin-top:5px;
    font-size: 15px;
	font-family:"UTM_AvoBold";		
}

.info_item_cart h3 a{
	font-size:15px;	
	color:#000;
}

.info_item_cart h3 a:hover{
	color:#737373;
}

.info_customer span{
	
}

.phone_sp_left{
    background:url(../img/icon_phone_b.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
    height: 23px;
    line-height: 23px;
}

.email_sp_left{
    background:url(../img/icon_email_b.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
}

.kmt_atc{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    z-index: 1;
    opacity: 0;
}

.kmt_atc a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    background: #000000;
}

.block_item_is:hover .kmt_atc {
	opacity: 0.7;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.block_item:hover .kmt_atc {
	opacity: 0.7;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.kmt_atc a:hover{
	background: #737373;
    color: #222;
}

.kmt_fixed {
    width: 100%!important;
    position: fixed!important;
    top:0; left:0;
	z-index:1000;
    background:#fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #737373;
}

.wrap_map{
    height: 300px;
}

.kmt_account{
    text-align: left;
    width: 99%;
}

.kmt_account > p{
   clear: both;
   margin-bottom: 10px;
}

.kmt_account div{
   margin-right: 10px;
   float: left;
}

.kmt_account div input{
	width: 600px;
	padding: 3px;  
}

.kmt_account p a{
	padding: 5px 20px 10px 20px;
	background: #aad049;
	color: #fff;
	border: 0px;
	border-radius: 3px;
	margin-right: 3px;
	transition: 0.3s;
}

.kmt_account p a:hover{
   background: #ed0467;
}

.kmt_account span{
    color: #e80000;
}

#wrap_support_left{
    padding-top: 20px;
    border-top:1px solid #8a8a8a;
}

#wrap_pcl{
    margin-bottom: 50px;
}

.note_home{
    color: #fff!important;
}

#wrap_ca{
    margin-top: -20px;
    padding-bottom: 20px;
}

.wrap_blog{
	margin:15px auto;	
}

.block_blog{
	width:550px;
	height:600px;
	margin:0 auto;
	transition: 0.3s;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.block_blog:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_blog{
	width:550px;
	height:340px;
	text-align:center;
	overflow:hidden;
}

.img_blog img{
	width:100%;
}

.info_blog{
	padding:10px;	
}

.date_blog{
	color:#ed0467;
	font-size:14px;
	text-transform:uppercase;
	margin:10px auto;	
}

.block_blog h3{
	margin:0 auto;
	margin-bottom:10px;	
}

.block_blog h3 a{
	color:#222;
	font-size:18px;
	line-height:20px;	
	text-transform:uppercase;
	font-weight:bold;
}

.block_blog h3 a:hover{
	color:#ed0467;
}

.quote_blog{
	font-size:16px;
	color:#222;
	line-height:24px;	
	margin-bottom:30px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rm_blog a{
	border:1px solid #ed0467;
	color:#ed0467;
	padding:10px 20px;
	text-transform:uppercase;
}

.rm_blog a:hover{
	border:1px solid #222;
	color:#222;
}
.control-label{
	color: #000;
}

a.zalo-fix {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 65px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 60px;
	height: 60px;
	position: fixed;
	background: #ed3237;
	right: 20px;
 	left: inherit;
 	bottom: 150px;
	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;
}

	@-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)
	    }
	}