<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
.btnMuaHang { text-align: center; margin-top: 4px; cursor: pointer;}
.btnMuaHang span { padding: 5px; background-color: red; color: #FFFFFF;}
#nenmo { background-color: #000000; opacity: 0.8; position: absolute; z-index: 1000; position: fixed; display: none;}
#popup { width: 835px; height: 581px; background-color: #FFFFFF; position: absolute; position: fixed; z-index: 1005; display: none; border-radius: 5px; border: 10px solid #F9F9F9;}
#popup .close { background-color: #FF0000; color: #FFFFFF; padding: 2px; position: absolute; right: -30px; top: -15px; cursor: pointer;}
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="http://fashionabc.net"  />
<meta property="og:url" content="http://fashionabc.net/index.php?main_page=rss_feed&feed=new_products"/>
<title>FASHIONABC</title>
<h1 style="display: none;">FASHIONABC</h1>
<meta property="og:image" content="http://fashionabc.net/"/>
<meta name="description" content="FASHIONABC" />
<meta name="keywords" content="FASHIONABC" />


<meta name="google-site-verification" content="FASHIONABC" />















<style>



@font-face {
    font-family: "TeXGyreAdventorRegular";
    src: url("skin/temp1/fonts/texgyreadventor-regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("skin/temp1/fonts/RobotoCondensed-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@charset "utf-8";
*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0;}
img{border:0; border-spacing:0;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {
    margin: 0;
    padding: 0;
    outline: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #e8e8e8;
}
table td {
    border-color: #e8e8e8;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight:bold;
}
em {
    font-style:italic;
}
pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
body {
    font: normal 12px Arial, Helvetica, sans-serif;
    color:#393939;
}
.class_body {
    background: #FFF
}
#wrapper_mau_gh{
    width:980px;
    background:#fff;
    margin:0 auto;
}

/****** BEGIN HEADER ******/
#header_mau_gh {
    position: relative
}
.banner_mau_gh img {
    width: 100%;
    background: transparent; 
    display: block;
}
/****** END HEADER ******/


/****** BEGIN MENU MAIN ******/
.menu_mau_gh { 
    background: url(images/1.png) repeat;
}
.line_menu {
    display:block; 
    width: 2px; 
    height: 46px; 
    background: url(images/2.png) no-repeat top center;
}
.nav_menu_mau_gh {}
.nav_menu_mau_gh li{
    float: left; 
    position: relative;
}
.nav_menu_mau_gh li a{
    display: block;
    line-height: 49px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.nav_menu_mau_gh li:hover a {
    /* background: url(images/3.png) repeat-x; */
    color: #fff;
}
.nav_menu_mau_gh li.curren a {
    /* background: url(images/3.png) repeat-x; */
    color: #fff;
}

/***** SUB MENU 1 ****/
.nav_menu_mau_gh li:hover ul.menu_child {
    display: block;
}
.nav_menu_mau_gh li ul.menu_child {
    display: none;
    position: absolute;
    width: 200px;
    z-index: 99999;
}
.nav_menu_mau_gh li ul.menu_child li a {
    display:block;
    float:none;
    line-height:25px;
    width:200px;
    padding:15px;	
    background:#616161;
    opacity:0.9;
    filter: alpha(opacity = 90);
    border-bottom:1px dotted #fff;
    font:normal 12px Arial, Helvetica, sans-serif;
}
.nav_menu_mau_gh li ul.menu_child li a:hover {
    color:#fff;
}

/**** SUB MENU 2 ****/
ul.menu_child li:hover ul.menu_2_child { 
    display:block;
}
ul.menu_child li ul.menu_2_child {
    display:none;
    position:absolute;
    width:200px;
    z-index:99999;
    top:0; 
    right: -200px;
}
ul.menu_child li:hover ul.menu_2_child li a {
    display:block;
    float:none;
    line-height:25px;
    width:200px;
    padding:15px;	
    background:#487407 url("images/3.png") repeat-x scroll 0% 0% transparent;
    opacity:0.9;
    filter: alpha(opacity = 90);
    border-bottom:1px dotted #fff;
    font:normal 12px Arial, Helvetica, sans-serif;
}
ul.menu_child li:hover ul.menu_2_child a:hover {
    color: #fff;
}
/****** END MENU MAIN ******/


/****** BEGIN CONTENT ******/

/**** COLUMS ****/
#content_mau_gh {
    padding:5px 0;
}
.left_c_mau_gh{
    width:200px; 
    float:left; 
    padding-right:10px;
    word-wrap: break-word;
}
.center_c_mau_gh{
    width:770px; 
    float:left;
    word-wrap: break-word;
}
.right_mau_gh{
    width:260px; 
    float:right; 
    padding-left:10px;
    word-wrap: break-word;
}

/**** BOX LEFT COL ****/
.frame_mau_gh {
    padding-bottom: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.title_f_m_gh{
    height: 43px;
    line-height: 53px;
    background: url(images/4.png) repeat;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.main_f_m_gh{
    border-top:none;
    padding-bottom: 5px;
}
.title_f_m_gh12a {
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background: url(images/4.png) repeat;
    color: #FFFFFF;
} 
.title_f_m_gh12a a{
    color:#fff;
    font-size: 15px;
    text-transform: uppercase;
}
.main_f_m_gh2a {
    border:1px solid #e4e4e4;
    border-top:none;
}

/**** SUPPORT ONLINE ****/
.httt_mau_gh {
    text-align: center;
    padding-top: 10px;
    width: 200px;
    margin: auto;
}
.text_yahoo {
    padding: 3px 0; 
    font-style: italic;
}

/**** ADVERTISING ****/
.qc_mau_gh ul, .sp_mau_gh ul {
    padding:0 5px;
}
.qc_mau_gh ul li, .sp_mau_gh ul li {
    padding:5px 0; 
    border-top:1px solid #e4e4e4;
position: relative;
}
.qc_mau_gh ul li img, .sp_mau_gh img {
    max-width:188px;
}

/**** SEARCH ****/
.search_mau_gh {
    padding:10px;
}
#keyword {
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    width: 178px;
}
.btnSearch {
    padding: 3px;
    border: 1px solid rgb(204, 204, 204);
    background: linear-gradient(to bottom, rgb(251, 113, 0) 5%, rgb(249, 81, 0) 100%) repeat scroll 0% 0% transparent;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: tahoma;
    width: 47px;
    border-radius: 3px;
} 


/**** MODULE CENTER COL ****/

.frame_product_mau_gh {
    padding-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 10px 10px 0 0;
}
.title_f_p_m_gh {
    background: url(images/5.png) repeat;
    height: 43px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
    /* background-size: 100% 100%; */
}
.title_f_p_m_gh1 {
    background: url(images/5.png) repeat;
    height: 43px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
    /* background-size: 100% 100%; */
}
.title_f_p_m_gh2{
    background: url(images/5.png) repeat;
    height: 43px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
    /* background-size: 100% 100%; */
}
.title_f_p_m_gh3{
    background: url(images/5.png) repeat;
    height: 43px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
    /* background-size: 100% 100%; */
}
.title_f_p_m_gh4{
    background: url(images/5.png) repeat;
    height: 43px;
    line-height: 50px;
    color: #fff;
    text-indent: 20px;
    font-size: 15px;
    text-transform: uppercase;
    /* background-size: 100% 100%; */
}
.frame_product_mau_gh .title_f_p_m_gh a {
    color: #fff;
    font-size: 15px;
}
.main_f_p_m_gh {

    word-wrap: break-word;
    padding:5px;
}
.footer_f_p_m_gh {
    height:0px; 
    line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh1{
    height:30px; line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh2{
    line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.footer_f_p_m_gh3{
    height:30px; line-height:30px;
    font-size:10px;
    text-align:right;
    padding-right:10px;
}
.news_mau_gh{
    padding: 7px 5px;
    border-bottom: 1px solid #EEE;
}
.contentheading {
    font-family: "Roboto Condensed",Arial;
    border-bottom: 0px solid #EEE;
    padding: 0px 0px 13px;
}
.contentheading a {
    color: #01226B;
    font-size: 120%;
}
.contentheading a:hover {
    color: #C00;
}
.article-content .article-img img {
    width: 190px;
    height: 112px;
    float: left;
    border: 1px solid #EEE;
    margin: 0px 10px 0px 0px;
    padding: 4px;
}
.article-content p {
    font-family: tahoma;
}
.img_gy_news{float:left; padding-right:10px;}
.img_gy_news img{
	max-width:157px; max-height:134px;
	padding:5px;
	border:1px solid #e8e8e8;
}
.nd_news h2 a {
    color:#1077B1;
}
.nd_news h2 a:hover {
    text-decoration:underline;
}
.nd_news p {
    font-size:14px;
}
.news_other_mau_gh ul li a {
    display:block;
    padding:7px 0;
    border-bottom:1px dotted #acacac;	
    color:#393939;
}
.news_other_mau_gh ul li a:hover {
    color:#1077B1;
}
.prod_mau_gh ul li {
    float: left;
    text-align: center;
    margin: 4px;
    width: 179px;
    border: 1px solid #ccc;
    height: 300px !important;
    position: relative;
}
.frame_img_dm {
display: block;
    padding: 4px;
    line-height: 1.42857;
height:200px;
}
.frame_img_dm table, .frame_img_dm table tr, .frame_img_dm table td {
    width:100%; 
    height:100%; 
    text-align:center;
    vertical-align:middle; 
}
.frame_img_dm img {
display: block;
    height: auto;
    width: auto;
    margin: 0px auto;
    max-width: 171px;
    max-height: 200px;
}
.title_prod_news {
    margin: 10px 0px;
}
.title_prod_news a {
    font-family: Arial;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
    color: #333;
}
.title_prod_news a:hover {
    text-decoration:underline;
}
.price_prod_mau_gh {
    color:#f00; 
    font-weight:normal; 
    font-size:12px;
    font-weight: bold;
}
.old-price {
    font-size: 11px; 
    color: #999; 
    text-decoration: line-through
}
.vide_mau_gh {
    padding:5px;
}
.vide_mau_gh embed{
    vertical-align:middle;
}
#ticker_03{text-align:center;}
/************************************** END CONTENT ****************************************/

/************************************** BEGIN FOOTER ***************************************/
#footer_mau_gh{
    text-align:center; 
    background:#4D4B4B; 
    padding:7px 0;	
}
#footer_mau_gh p{padding:0;}
.menu_footer{font-weight:bold; font-size:0px; color:#fff;}
.menu_footer a{color:#fff;}
.menu_footer a:hover{color:#fff;}
.info_footer{color:#fff; padding-top:4px;}

/************************************** BEGIN FOOTER ***************************************/

.clear{clear:both;}
.num1{color:#ff5b01;}.num2{color:#3d5aa8;}.num3{color:#6dbf47;}

/************************************** BEGIN PHAN TRANG ****************************************/
.phantrang_gh{text-align:center; padding:13px 0;}
.PageNum a{
    background:#fff;
    padding:2px 5px;
    height:17px;
    border:1px solid #c4dfe6;
    color:#3d5aa8;
    margin-right:3px;
}
.PageNum a:hover{color:#202f3d;}
.PageNum span{
    background:#f1f7fe;
    padding:2px 5px;
    height:17px;
    border:1px solid #c4dfe6;
    color:#202f3d;
    font-weight:bold;
    margin-right:3px;
}
/************************************** END PHAN TRANG ***************************************/
.canh_css_frame{text-align:justify; overflow:hidden;}
.canh_css_frame div, .canh_css_frame table{word-wrap: break-word;}
.canh_css_frame img{max-width:100%;}
.canh_css_frame div table td{padding:5px 0; text-indent:5px;}


/**************************box news*/
.box_news_t ul li a { color:#000;}
.box_news_t ul li a:hover { color:#9C0;}

.map_t  img  { width:200px; height:200px; border:solid 1px #CCC;}
.tygia_t { padding:5px;} 


.box_download_t ul li a { color:#000;}
.box_download_t ul li a:hover { color:#9C0;}

.box_google_t { padding:5px;}

.box_link_t { padding:5px;}

.box_email_t { padding:5px;}


.box_slide_t {
	height:185px; 
	overflow:hidden;
}
.theme-default .nivoSlider img {
    height: 350px!important;
}
.box_multiple img{padding: 0 5px;width:188px; height:180px;}


.box_thanhvien_t { padding:5px;}


/** box news*/
.box_news_t ul li {
    display: block;
    width: auto;
    margin: 0px !important;
    overflow: hidden;
    padding: 4px !important;
    border-bottom: 1px solid #EFEFEF;
    font-family: tahoma;
    font-size: 11px;
    height: 1% !important;
    color: #555;
}
.box_news_t ul li a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.info_text_dv {
    text-align: justify;
}

/*********doi tac*******/
#slide_sptb li{float:left; width:163px; padding-right:20px; text-align:center; margin-left:8px;}
.space_sptb{border:1px solid #e6e6e6; background:#fff; padding:3px; width:155px; height:155px;}
.space_sptb:hover{box-shadow:0px 0px 2px #ddd; -moz-box-shadow:0px 0px 2px #ddd;}
.space_sptb span{width:100%; height:100%; overflow:hidden; display:block;}
.space_sptb table{width:100%; height:100%;}
.space_sptb table td{text-align:center; vertical-align:middle;}
.space_sptb table td img{max-width:155px; max-height:155px;}
#slide_sptb li h4 a{padding-top:7px; color:#555; display:block;}
#slide_sptb li h4 a:hover{color:#368606;}

.main_sptb .bx-prev{background:url(skin/temp1/imgs/layout/prev_icon.png) no-repeat; width:22px; height:21px; position:absolute; top:189px; left:255px; text-indent:-99999px;}
.main_sptb .bx-next{background:url(skin/temp1/imgs/layout/next_icon.png) no-repeat; width:22px; height:21px; position:absolute; top:189px; right:230px; text-indent:-99999px;}


/********************* menu left*****************/
.ul_dmsp_mau_gh li {
    border-top: 1px dotted #EEE;
    padding: 0px 10px;
    position: relative;
    z-index: 995;
    background: transparent url("images/arr_list_box.png") no-repeat scroll 4px 13px;
}
.ul_dmsp_mau_gh li:last-child {
    border-bottom:0;
}

.ul_dmsp_mau_gh li a {
    display: block;
    color:#ee018d;
    font-size: 13px;
    font-weight: normal;
    text-transform: normal;
    line-height: 34px;
    padding-left: 2px;

}
.ul_dmsp_mau_gh li:hover a{color:#ee018d;}
.ul_dmsp_mau_gh li:hover ul.men_child_dmsp{display:block;}
.ul_dmsp_mau_gh li ul.men_child_dmsp{
    display: block;
    position: initial;
    width: 187px;
}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a{color: #141221;}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a:hover{color:#141221;}

ul.men_child_dmsp li:hover ul.men_men_child_dmsp{display:block;}
ul.men_child_dmsp li ul.men_men_child_dmsp{
display:none;
position:absolute;
z-index:99998;
width:258px;
background:#fff;
border:1px solid #eee;
top:-1px; right:-261px;
}
ul.men_child_dmsp li ul.men_men_child_dmsp li a{color: #141221; font-weight: bold;}
ul.men_child_dmsp li ul.men_men_child_dmsp li a:hover{color:#f00;}



.prod_mau_gh .bx-prev {
background: url("../imgs/layout/prev_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    left: -17px;
    position: absolute;
    text-indent: -99999px;
    top: 77px;
    width: 22px;	
}
.prod_mau_gh .bx-next {
	background: url("../imgs/layout/next_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    position: absolute;
    right: -18px;
    text-indent: -99999px;
    top: 77px;
    width: 22px;
}
.main_frontpage {
    float: left;
    width: 330px;
    border: 1px solid #CCC;
    height: 293px;
    margin-right: 19px;
}
.main_images {
    width: 320px;
    height: 200px;
    padding: 5px;
}
.main_images img {
width: 320px;
height: 200px;
}
.title_content {
    margin: 5px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(0, 128, 0);
}
.main_content {
    margin: 0px 5px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
/**************************************** BEGIN IE6 ****************************************/
*html body{behavior: url(scripts/whateverhover.htc);}
*html .nav_menu_mau_gh li{z-index:99999;}
*html .submenu li, *html .news_other_mau_gh ul li, *html .main_f_p_m_gh, *html .tag-pos{display:inline-block;}
*html .img_gy_news img{display:block;}
*html ..bx-pager a{overflow:hidden;}
*html .inputsearch_mau_gh, *html .inputgiatu_mau_gh, *html .inputgiaden_mau_gh{line-height:22px;}
*html .tktc_mau_gh ul li{border-top:expression(this.previousSibling==null?"none":"-");}

*html .canh_css_frame img{width:548px;}
*html .frame_img_dm img{width:164px;height:150px;}
*html .sp_xn_style td img{width:188px; height:165px;}
*html .banner_mau_gh img{height:250px;}
*html .qc_mau_gh ul li img, *html .sp_mau_gh img{width:188px;}
*html .icon_shop_2 span{display:inline-block;}
*html .img_gy_news img{width:157px; height:134px;}

*html .title_tls{color:#333; padding:7px 0;}
*html .price_tls{color:#C00; padding-top:7px;}
*html .tomtat_tls{padding:4px 0 7px 0;}
*html .main_img_tls{text-align:center;}
*html .main_img_tls img{width:250px; max-height:250px;}

*html .main_img_tls img{width:250px; max-height:250px;}
*html .left_news_tls{width:80px; float:left; padding-right:10px;}
*html .left_news_tls img{width:80px; height:80px;}
*html .main_news_tls{padding-bottom:10px;}

/**************************************** END IE6 ****************************************/

/**************************************** END IE7 ****************************************/
*+html .nav_menu_mau_gh li{z-index:99999;}
*+html .main_f_p_m_gh, *+html .tag-pos{display:inline-block;}
*+html .inputsearch_mau_gh, *+html .inputgiatu_mau_gh, *+html .inputgiaden_mau_gh{line-height:22px;}

*+html .title_tls{color:#333; padding:7px 0;}
*+html .price_tls{color:#C00; padding-top:7px;}
*+html .tomtat_tls{padding:4px 0 7px 0;}
*+html .main_img_tls{text-align:center;}
*+html .main_img_tls img{width:250px; max-height:250px;}

*+html .main_img_tls img{width:250px; max-height:250px;}
*+html .left_news_tls{width:80px; float:left; padding-right:10px;}
*+html .left_news_tls img{width:80px; height:80px;}
*+html .main_news_tls{padding-bottom:10px;}

/**************************************** BEGIN IE8 ****************************************/
@media screen {
	.inputsearch_mau_gh, .inputgiatu_mau_gh, .inputgiaden_mau_gh{line-height:22px;}
	.title_tls{color:#333; padding:7px 0;}
	.price_tls{color:#C00; padding-top:7px;}
	.tomtat_tls{padding:4px 0 7px 0;}
	.main_img_tls{text-align:center;}
	.main_img_tls img{width:250px; max-height:250px;}
	.left_news_tls{width:80px; float:left; padding-right:10px;}
	.left_news_tls img{width:80px; height:80px;}
	.main_news_tls{padding-bottom:10px;}
}
/**************************************** END IE8 ****************************************/  
.map_t img {
width: 252px !important;
height: 252px !important;
border: solid 1px #CCC;        
}
/**************************************** REGISTRY ****************************************/

.mainbox-register h1, .mainbox-login h1 {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: bold;
}
.mandatory-fields {
    font-size: 11px;
    text-decoration: underline;
}
.border {
    background: transparent;
    margin-bottom: 12px;
}
.subheader {
    color: #2D2E2E;
    background: url(images/dotted.gif) repeat-x scroll center bottom transparent;
    padding: 15px 0px 0px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.form-field {
    margin: 6px 0px;
    vertical-align: middle;
}
.subheaders-group .form-field {
    padding: 0px 0px 0px 170px;
}
.subheaders-group .form-field label {
    font: 12px verdana,geneva,arial,helvetica,sans-serif;
    text-align: right;
    margin-left: -36px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 5px;  
    padding-right: 10px;
    float: left;
    padding-top: 1px;
    display: block;  
    width: 155px;
}
.subheaders-group .form-field label.cm-require {
    background: url(images/require.gif) no-repeat scroll right 6px transparent;
}
.input-prepend {
    font-size: 0px;
    white-space: nowrap;
}
.input-prepend {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    font-size: 0px;
    white-space: nowrap;
}
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 0px #FFF;
    background-color: #EEE;
    border: 1px solid #CCC;
}
.input-prepend .add-on:first-child {
    border-radius: 4px 0px 0px 4px;
}
#email, #password1, #password2 {
    width: 323px;
}
#name, #address, #phone {
    width: 350px;
}
.input-text-medium {
    width: 80px;
}
.input-prepend input {
    height: 14px;
    padding: 7px 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: 20px;
    color: #555;
}
.subheaders-group .form-field select {
    width: 200px;
    background-color: #FFF;
    color: #626262;
    height: 30px;
    padding: 4px;
    border: 1px solid #CCC;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.icon-envelope {
    background-position: -72px 0px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.subheaders-group .form-field .error-message {
    width: 372px;
    margin-left: 134px;
}
.error-message .arrow {
    width: 0px;
    margin-left: 10px;
    font-size: 1px;
    line-height: 1px;
}
.error-message .arrow {
    border-width: 0px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #BF2819;
    border-top-colors: none;
    border-right-colors: none;
    border-bottom-colors: none;
    border-left-colors: none;
    border-image: none;
}
.error-message .message {
    background-color: #BF2819;
    color: #FFF;
    padding: 4px 5px;
    margin-bottom: 8px;
}
.error-message .message p {
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.buttons-container {
    text-align: center;
    padding: 5px 0px 1px;
}


/**************************************** END REGISTRY ****************************************/

.buttons-container input[type="submit"], 
.buttons-container input[type="button"],
.btn-submit input[type="submit"], 
.btn-submit input[type="button"] {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    padding: 8px 25px;
    font-weight: normal;
    font-size: 18px;
}
.buttons-container input[type="submit"], 
.buttons-container input[type="button"],
.btn-submit input[type="submit"], 
.btn-submit input[type="button"] {
    background: none repeat scroll 0% 0% #75AE32;
    font-weight: bold;
}

/**************************************** LOGIN ****************************************/

.mainbox-login, .mainbox-ignorepass {
    _width: 726px;
    min-height: 310px;
    margin: auto;
    background: #FFF none repeat scroll 0% 0%;
    padding: 10px 15px;
    _border: 1px solid #C2C2C2;
}
.login-content {
    width: 290px;
    margin: 0px auto;
}
.form-field {
    margin: 6px 0px;
    vertical-align: middle;
}
.login-content .form-field {
    margin: 0px;
    padding: 5px 2px 5px 0px;
}
.login-content .form-field label {
    float: left;
    clear: left;
    text-align: left;
    width: 165px;
    padding-top: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    font: 100% Arial,Helvetica,sans-serif;
    color: #757474;
}
.login-content .form-field .input-text, .login-content .recover-password .input-text {
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    padding: 7px 10px;
    height: 14px;
    width: 88%;
    margin: 0px;
}
.login-content .form-field input:focus, .login-content .recover-password input:focus  {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
}
.f-left {
    float: left;
}
.button-submit-action {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    vertical-align: baseline;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

/**************************************** END LOGIN ****************************************/        


/**************************************** BOX REGISTRER ****************************************/ 
.box_register .main_f_m_gh {
    padding: 10px 20px;
}
.text {
    height: 22px;
    width: 97% !important;
    margin: 1px 0;
    font-size: 11px !important;
    padding: 0px 1%;
    border: 1px solid #342D18;
    color: #000;
    background: #FFF none repeat scroll 0% 0%;
}
#btn_dangnhap, .btn_dangky {
    padding: 2px 8px;
    font-weight: bold;
    background: transparent url("images/but-bg.gif") repeat-x scroll 0% 0%;
    border: 1px solid #1F1B11;
    color: #FFF;
    font-size: 11px;
}
#form1 ul li {
    background: transparent url("../images/bullet.gif") no-repeat scroll 5px 8px;
    margin: 0px;
    padding-left: 16px;
    line-height: 160%;
}
#form1 ul li a {
    color: #000;
}
#form1 ul li a:hover {
    color: #85D424;
}

/**************************************** END BOX REGISTRER ****************************************/        

/**************************************** IGNOREPASS ****************************************/ 

.form-header {
    font-size: 18px;
    padding: 2px 0;
}
.login-content .center {
    text-align: center;
    margin: 0.5em auto;
}
.recover-password {
    width: 205px;
    text-align: left;
}
.strong {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.recover-password #login_id {
    width: 268px;
    height: 14px;
}
.left_text_align {
    text-align: left;
}

/**************************************** END IGNOREPASS ****************************************/        


/**************************************** BEGIN CONTACT ****************************************/
.contact-form input[type="text"] {
    width: 338px;
    color: #5D5D5D;
    outline: medium none;
    font-size: 1em;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border: 1px solid #D5D4D4;
    letter-spacing: 1px;
}
.contact-form textarea {
    resize: none;
    width: 705px;
    margin: 0px auto;
    color: #5D5D5D;
    font-size: 1em;
    outline: medium none;
    padding: 0.6em 1em;
    border: 1px solid #D5D4D4;
    min-height: 11em;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}
.contact-form input[type="submit"] {
    border: medium none;
    outline: medium none;
    color: #FFF;
    background: #FE9B00 none repeat scroll 0% 0%;
    padding: 0.5em 1.5em;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1.5em;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.contact-form input[type="submit"]:hover {
    background: #833000 none repeat scroll 0% 0%;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
    border-color: #FF4858;
    box-shadow: 0px 0px 3px #FF4858;
    transition: all 0.5s;
}
.contact-form .input-protectcode {width: 30% !important}
.errMsg, .errMsg1 {
    margin: 0px 0px 0.5em;
    padding: 0.7em;
    text-align: center;
    text-shadow: 2px 0px 1px rgb(0, 0, 0);
    width: 715px;
    font-size: 12pt;
    font-weight: 600;
    transition: all 0.5s;
}
.errMsg {
    color: #F00;
    background: #ccc;
    border: 1px solid #ccc;
    text-shadow: none;
}
.errMsg1 {    
    color: rgb(255, 255, 255);
    background: rgb(204, 85, 0) none repeat scroll 0% 0%;
    border: 1px solid rgb(204, 85, 0);
}
/**************************************** END CONTACT ****************************************/        
.main-img-prod {
    width: 296px;
    float: left;
    padding: 2px;
}        
.fullpic img {
    width: 100%;
    height: 400px;
}        
.thumbnailListContainer {
    width: 99%;
    height: auto;
    overflow: auto;
    border-top: 1px solid #D3D3D3;
    float: left;
}
.thumbnailListContainer h3 {
    color: #444;
    background: transparent;
    width: 95%;
    font-size: 11px;
    float: left;
    font-family: "TeXGyreAdventorRegular",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
    padding: 5px 0px;
    text-align: left;
}
.thumbnailListContainer img {
    width: 67px;
    height: 47px;
}        
.main-info-prod {
    width: 426px;
    float: left;
    margin-left: 20px;
}
.h1title {
    color: #B40101;
    background: transparent none repeat scroll 0% 0%;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: "TeXGyreAdventorRegular",Arial,sans-serif;
}   
.div-detail-short, .giatk {
    border-bottom: 1px solid #DDD;
}  
.giatk .old-price {
    font-size: 1.5em;
    color: #CCC;
    font-family: "TeXGyreAdventorRegular",Arial,sans-serif;
}   
.giatk .price {
    font-size: 2em;
    color: #C00;
    font-family: "TeXGyreAdventorRegular",Arial,sans-serif;
}        
.main-info-prod .buy-product {
    background: #f4f4f4;
    padding: 5px;
    margin: 10px 0px;
}
.main-info-prod .buy-product table {
    width: 100%;
}
.main-info-prod .buy-product table tr td:nth-child(1) {
    width: 78px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
.main-info-prod .buy-product table tr td:nth-child(2) {
     width: 125px;
}
.main-info-prod .buy-product #qty {
    width: 109px !important;
    height: 30px !important;
    border: 1px solid #CCC !important;
    line-height: 30px;
    padding: 0 3px;
}
.main-info-prod .buy-product #addcart {
    background-color: #6abc3a !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    margin: 3px 5px;
    display: inline-block;
    color: #ffffff !important;
    padding: 5px 0 !important;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}        
.btnMuaHang span {
    padding: 4px 10px!important;
    background: url(images/addtocart.png) no-repeat!important;
    color: transparent!important;
    background-size: 100% 100%!important;
}        
.main_f_p_m_gh_gh .prod_mau_gh ul li {
    float: left;
    text-align: center;
    margin: 4px;
    width: 186px;
    border: 1px solid #ccc;
    height: 260px !important;
    position: relative;
}        
.frame_product_mau_gh_gh {
    margin-top: 10px;
}
.nav_menu_mau_gh>li:first-child {
    text-indent: -9999px;
    background: url(images/home.png) no-repeat center center;
}        
ul.ul_dmsp_mau_gh {
    background: url(images/menu-left-bg.png);
}        
.div-detail-short img{    max-width: 427px;}
.prod_mau_gh ul li.p_new:before, .sp_mau_gh li.p_new:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url(images/icon_new.gif) no-repeat center center;
    background-size: 40px 40px;
}        
.fullpic #img_01 {
    width: 100%;
    height: auto;
}        
.more_sp .main_f_p_m_gh {
    border: none;
}
.copyright {
    color: #ccc;
}        
.copyright a {
    color: #ABABB1!important;
}
        
div#boxLang {
    position: absolute;
    top: 4px;
    right: 125px;
}
div#boxLang img {
    width: 27px;
}


</style>






<link rel="stylesheet" type="text/css" href="skin/temp1/templates/bxTotal.css"/>



<!-- <link rel="stylesheet" type="text/css" href="skin/temp1/templates/main.css"/> -->



<link rel="stylesheet" type="text/css" href="skin/temp1/owl-carousel/owl.carousel.css"/>



<link rel="stylesheet" type="text/css" href="skin/temp1/owl-carousel/owl.theme.css"/>



<link rel="stylesheet" type="text/css" href="skin/temp1/owl-carousel/owl.transitions.css"/>



<link rel="stylesheet" type="text/css" href="skin/temp1/templates/font-awesome-4.3.0/css/font-awesome.min.css"/>



<script type="text/javascript" src="skin/temp1/scripts/jquery-1.10.2.min.js"></script>



<script type="text/javascript" src="skin/temp1/owl-carousel/owl.carousel.min.js"></script>



<script type="text/javascript" src="skin/temp1/scripts/jquery.bxSlider.min.js"></script>



<script type="text/javascript" src="skin/temp1/scripts/frame_script.js"></script>



<script type="text/javascript" src="skin/temp1/scripts/same_height_columns.js"></script>



<script type="text/javascript" src="skin/temp1/scripts/floater_xlib.js"></script>






<!-- tootlip-->



<script src="skin/temp1/scripts/toolstip/ajax.js" type="text/javascript"></script>



<script src="skin/temp1/scripts/toolstip/ajax-dynamic-content.js" type="text/javascript"></script>



<script src="skin/temp1/scripts/toolstip/home.js" type="text/javascript"></script>



<link href="skin/temp1/scripts/toolstip/tootstip.css" rel="stylesheet" type="text/css" />



<!-- end tooltip-->






<script type="text/javascript" src="http://fashionabc.net/JS/jquery.simplyscroll.js"></script>

<link rel="stylesheet" href="http://fashionabc.net/JS/jquery.simplyscroll.css" media="all" type="text/css" />

<script type="text/javascript">

(function($) {

	$(function() {

		$("#scroller").simplyScroll({orientation:'vertical',customClass:'vert'});

        $("#scroller2").simplyScroll();

	});

})(jQuery);



</script>





<!--[if IE 6]>



    <script type="text/javascript" src="skin/temp1/scripts/DD_belatedPNG_0.0.8a.js"></script>



    <script>



      DD_belatedPNG.fix('img, div, span, a, h1, h2, h3, h4, h5, h6, p, table');



    </script>



<![endif]-->







<!--[if lt IE 9]>



	<link rel="stylesheet" type="text/css" href="skin/temp1/templates/FIX_IE.css" />



<![endif]-->







<script type="text/javascript">







var slideTime = 500;



var floatAtBottom = false;







function pepsi_floating_init()



{



	xMoveTo('floating_banner_right', 887 - (1024-screen.width), 0);







	winOnResize(); // set initial position



	xAddEventListener(window, 'resize', winOnResize, false);



	xAddEventListener(window, 'scroll', winOnScroll, false);



}



function winOnResize() {



	checkScreenWidth();



	winOnScroll(); // initial slide



}



function winOnScroll() {



  var y = xScrollTop();



  if (floatAtBottom) {



    y += xClientHeight() - xHeight('floating_banner_left');



  }



  



  xSlideTo('floating_banner_left', (screen.width - (1100-775) - 770)/2-115 , y, slideTime);  // Chỉnh khoảng cách bên trái



  xSlideTo('floating_banner_right', (screen.width - (570-795) + 770)/2, y, slideTime); // // Chỉnh khoảng cách bên Phải



}



	



function checkScreenWidth()



{



	if( document.body.clientWidth < 926 )



	{	



		document.getElementById('floating_banner_left').style.display = 'none';



		document.getElementById('floating_banner_right').style.display = 'none';



	}



	else



	{



		document.getElementById('floating_banner_left').style.display = '';



		document.getElementById('floating_banner_right').style.display = '';	



	}



}







</script>



<script>



  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){



  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),



  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)



  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');



  ga('create', 'UA-52118514-3', 'auto');



  ga('send', 'pageview');



</script><style type="text/css">
</style>
<script language='javascript' src="skin/temp1/scripts/getlink.js"></script>
<script type="text/javascript">
    $(document).ready(function(){
        $('.prod_mau_gh .btnMuaHang').click(function(){
            var idsp = $(this).attr('idsp');
            $.ajax({
                url:"content/temp1/add_ajax.php",
                data:"idtin="+idsp,
                success:function(data){
                    alert("Thêm vào giỏ hàng thành công");
                    window.location.href = "http://fashionabc.net/xem-gio-hang";
                }
            })

        })
    })
    $(document).ready(function(){
        var wid = $(window).width();
        var hei = $(window).height();
        var widpo = $('#popup').width();
        var heipo = $('#popup').height();
        $('#popup').css({'margin-top':hei/2-heipo/2,'margin-left':wid/2-widpo/2});
        $('#nenmo').css({'width':wid,'height':hei});
        $('.frame_mau_gh .map_t .ajax').click(function(){
            var idsp = $(this).attr('idsp');
            $.ajax({
                url:"content/temp1/load_ajax_map.php",
                data:"id="+idsp,
                beforeSend: function(){
                    $('#popup #return').html('<h1 style="color: gray; font-size: 40px"> Đang load bản đồ ... </h1>');
                },
                success:function(data){
                    $('#popup #return').html(data);
                }
            })

            $('#popup #return iframe').css({'width':'100%','height':'520px'});
            $('#nenmo').fadeIn('fast');
            $('#popup').fadeIn('slow');
            return false;
        })

        $('.close').click(function(){
            $('#nenmo').fadeOut('fast');
            $('#popup').fadeOut('slow');
            $('#popup #return').html('');
        })
    })
</script>
</head>

<body class="class_body"    >
 
 <script language="javascript">
    $(document).ready(function(){
        var widcenter = $('.center_c_mau_gh').width();
        if(widcenter > 700)
        {
            
        }
    })
 </script><div id="nenmo"></div>
<div id="popup">
<a class="close">Đóng</a>
<div id="return"></div>
</div>
	<style>
		.class_body_t { background:url(http://fashionabc.net/images/ad/20150918160910CvCdcdBmW9.gif) repeat top center;}
	</style>
 	<script type="text/javascript">
        $("body").removeClass("class_body");
		$("body").addClass("class_body_t");
	</script>

	




<div id="wrapper_mau_gh" style="position:relative;">   	





	<div id="header_mau_gh">
	<style>
	.banner_mau_gh object, .banner_mau_gh embed{vertical-align:middle;}
	.banner_mau_gh .banner_img {max-height:250px;}
</style>
<div class="banner_mau_gh" style="position:relative;">
	<a href="http://fashionabc.net"   style="cursor:pointer;">
	        <img class="img-responsive img_banner" src="http://fashionabc.net/images/ad/20160413103930TrW1hGkyw.png" alt="FASHIONABC" />
        </a>
</div><!-- End .banner_mau_gh -->
<div id="boxLang">
	<div>

<a href="#" onClick="doGTranslate('vi|en');return false;" title="Engish" class="gflag nturl" value="3">
	<img src="skin/temp1/imgs/eng.png" height="16" width="16" alt="Engish" /></a>
<a href="#" onClick="doGTranslate('en|vi');return false;" title="Vietnamese" class="gflag nturl" value="2">
	<img src="skin/temp1/imgs/vin.png" height="16" width="16" alt="Vietnamese" /></a>

<div id="google_translate_element2"></div>
<script type="text/javascript">
function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: 'vi',autoDisplay: false}, 'google_translate_element2');}
</script><script type="text/javascript" src="skin/temp1/scripts/lang/element.js?cb=googleTranslateElementInit2"></script>


<script type="text/javascript">
/* <![CDATA[ */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('6 7(a,b){n{4(2.9){3 c=2.9("o");c.p(b,f,f);a.q(c)}g{3 c=2.r();a.s(\'t\'+b,c)}}u(e){}}6 h(a){4(a.8)a=a.8;4(a==\'\')v;3 b=a.w(\'|\')[1];3 c;3 d=2.x(\'y\');z(3 i=0;i<d.5;i++)4(d[i].A==\'B-C-D\')c=d[i];4(2.j(\'k\')==E||2.j(\'k\').l.5==0||c.5==0||c.l.5==0){F(6(){h(a)},G)}g{c.8=b;7(c,\'m\');7(c,\'m\')}}',43,43,'||document|var|if|length|function|GTranslateFireEvent|value|createEvent||||||true|else|doGTranslate||getElementById|google_translate_element2|innerHTML|change|try|HTMLEvents|initEvent|dispatchEvent|createEventObject|fireEvent|on|catch|return|split|getElementsByTagName|select|for|className|goog|te|combo|null|setTimeout|500'.split('|'),0,{}))
/* ]]> */
</script>
<style type="text/css">
 
a.gflag {vertical-align:middle;font-size:16px;padding:1px 0;background-repeat:no-repeat;_background-image:url('skin/temp1/imgs/16.png');}
a.gflag img {border:0; width:25px; height:20px;}
a.gflag:hover {background-image:url('skin/temp1/imgs/16a.png');}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
 
</style>


</div>
<script type="text/javascript">
	$(document).ready(function() {
		$('.gflag.nturl').click(function() {
			var val=$(this).attr('value');
			$.ajax({
				url: 'content/temp1/change_banner.php',
				type: 'GET',
				data: {'val': val},
			})
			.done(function(dt) {
				console.log(dt);
				$('.img_banner').attr({
					'src': dt
				});
			})
			
		});
	});
</script></div></div><!-- End #header_mau_gh --><div class="menu_mau_gh" style="position:relative;">    
    <ul class="nav_menu_mau_gh">    
        <li class="curren" >
        	<a href="" title="Trang chủ">				Trang chủ			</a> 
        </li>
        <li><span class="line_menu"></span></li>
        
                <li  >
        	<a   href="gioi-thieu-8143/" title="">Giới Thiệu</a>  
        	        </li>
        <li><span class="line_menu"></span></li>
                
        
                <li ><a href="view-all/" title="Sản phẩm">Sản phẩm</a>
        	<ul class="menu_child">
         			 
                <li>
                	<a  href="bo-set-8225/" title="BỘ SÉT">BỘ SÉT</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="chan-vay-8224/" title="CHÂN VÁY">CHÂN VÁY</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="dam-maxi-8223/" title="ĐẦM MAXI">ĐẦM MAXI</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="vay-dai-8221/" title="VÁY DÀI">VÁY DÀI</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="dam-8220/" title="ĐẦM">ĐẦM</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="vay-chong-nang-8219/" title="vấy chống nắng">vấy chống nắng</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="dam-da-hoi-8212/" title="Đầm Dạ Hội">Đầm Dạ Hội</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="vay-8213/" title="Váy">Váy</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="ao-vest-8214/" title="Áo Vest">Áo Vest</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="ao-kieu-8216/" title="Áo Kiểu">Áo Kiểu</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				 
                <li>
                	<a  href="quan-8215/" title="Quần">Quần</a>
                	<ul class="menu_2_child">
                 			
                    </ul>
                </li>
       				
            </ul>        
        </li>		
		 <li><span class="line_menu"></span></li>
		        
                
                <li  >
        	<a    href="giao-hang-toan-quoc-8222/" title="">Giao hàng toàn quốc</a>  
        	        </li>       
        <li><span class="line_menu"></span></li>
                <li  >
        	<a    href="ho-tro-kh-khi-mua-8163/" title="">Hỗ trợ KH Khi mua</a>  
        	        </li>       
        <li><span class="line_menu"></span></li>
                <li  >
        	<a    href="cach-thuc-mua-hang-8164/" title="">Cách thức mua hàng</a>  
        	        </li>       
        <li><span class="line_menu"></span></li>
                
        
        <li  ><a href="lien-he.html" title="Liên hệ">Liên hệ</a></li>
    </ul>    
    <div class="clear"></div>    
    <script type="text/javascript">
        $(document).ready(function(){
            $('#txtsearch').keyup(function(e) {
              if (e.keyCode == 13) {
                var keyword = $(this).val();
                window.location.href="http://fashionabc.net/tu-khoa-tim/"+keyword+'/';
              } 
            });
        })
    </script>
    
        </div><!-- End .menu_mau_gh -->
<div style="clear: both;"></div>

<link rel="stylesheet" type="text/css" href="skin/temp1/templates/nivo-slider/default/default.css"/>

<link rel="stylesheet" type="text/css" href="skin/temp1/templates/nivo-slider/nivo-slider.css" media="screen" />

<script type="text/javascript" src="skin/temp1/templates/nivo-slider/jquery.nivo.slider.js"></script> 

<script type="text/javascript">

	$(window).load(function() {

    	$('#slider').nivoSlider({    

    	effect: 'random',    

    	slices: 15,    

    	boxCols: 8,    

    	boxRows: 4,    

    	animSpeed: 500,    

    	pauseTime: 3000,    

    	startSlide: 0,    

    	directionNav: true,    

    	controlNav: false,    

    	controlNavThumbs: false,    

    	pauseOnHover: true,    

    	manualAdvance: false,    

    	prevText: 'Prev',    

    	nextText: 'Next',    

    	randomStart: false,    

    	beforeChange: function(){},    

    	afterChange: function(){},    

    	slideshowEnd: function(){},    

    	lastSlide: function(){},    

    	afterLoad: function(){}

	});



});



</script>

<div class="image-slider">

    <div class="wrapp">

        <div class="slider-wrapper theme-default">

            <div id="slider" class="nivoSlider">

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160415230348jQAsuQqTOX.jpg" data-thumb="http://fashionabc.net/images/slider/20160415230348jQAsuQqTOX.jpg" alt="3" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160413114052c0RjkufKEs.jpg" data-thumb="http://fashionabc.net/images/slider/20160413114052c0RjkufKEs.jpg" alt="1" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160413114357jXNTFML50m.jpg" data-thumb="http://fashionabc.net/images/slider/20160413114357jXNTFML50m.jpg" alt="2" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160415232558DSfN9gQFWR.jpg" data-thumb="http://fashionabc.net/images/slider/20160415232558DSfN9gQFWR.jpg" alt="5" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/201604152325367hkRvMy6m9.jpg" data-thumb="http://fashionabc.net/images/slider/201604152325367hkRvMy6m9.jpg" alt="4" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160415232621Q2s375mW9K.jpg" data-thumb="http://fashionabc.net/images/slider/20160415232621Q2s375mW9K.jpg" alt="6" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160415232637pgrXbzKI.jpg" data-thumb="http://fashionabc.net/images/slider/20160415232637pgrXbzKI.jpg" alt="7" />

                    </a>

                
                    <a href="">

                        <img src="http://fashionabc.net/images/slider/20160428092947R7QL4vhYGL.jpg" data-thumb="http://fashionabc.net/images/slider/20160428092947R7QL4vhYGL.jpg" alt="SALE" />

                    </a>

                
            </div>

        </div>

    </div>

</div>


<style>



</style><div class="frame_product_mau_gh_gh product_best">
    <h2 class="title_f_p_m_gh4">
        Sản phẩm đặc biệt	</h2><!-- End .title_f_p_m_gh -->
    <div class="main_f_p_m_gh_gh">

        <div class="prod_mau_gh">
            <ul id="scroller2">
    			                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11671.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11671'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/7jv6sr6aqkrx7yi6w703e7y4l-s-11671.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-3-lo-nguoc-11671.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11671'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11670.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11670'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/6i112m8p6hscw83k3d4xrg9ku-s-11670.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-3-lo-nguoc-11670.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11670'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11667.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11667'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/2bcnm504wutni2jkcno0xey89-s-11667.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-3-lo-nguoc-11667.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11667'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-ren-la-dap-cheo-250k-11665.html" title="Đầm body ren lá đấp chéo 250k"   onmouseover="AJAXShowToolTip('show-tip/11665'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/432355da955427b297e684a90100ab28-s-11665.jpg" alt="Đầm body ren lá đấp chéo 250k"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-ren-la-dap-cheo-250k-11665.html" title="Đầm body ren lá đấp chéo 250k"  onmouseover="AJAXShowToolTip('show-tip/11665'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body ren lá đấp chéo 250k</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11664.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11664'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180917-s-11664.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-bet-vai-11664.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11664'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11663.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11663'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180930-s-11663.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-bet-vai-11663.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11663'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-cach-dieu-11662.html" title="Đầm body cách điệu"   onmouseover="AJAXShowToolTip('show-tip/11662'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180900-s-11662.jpg" alt="Đầm body cách điệu"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-cach-dieu-11662.html" title="Đầm body cách điệu"  onmouseover="AJAXShowToolTip('show-tip/11662'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body cách điệu</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-cach-dieu-11661.html" title="Đầm body cách điệu"   onmouseover="AJAXShowToolTip('show-tip/11661'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180841-s-11661.jpg" alt="Đầm body cách điệu"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-cach-dieu-11661.html" title="Đầm body cách điệu"  onmouseover="AJAXShowToolTip('show-tip/11661'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body cách điệu</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-bet-vai-hoa-hong-nguc-11660.html" title="Đầm body bẹt vai hoa hồng ngực"   onmouseover="AJAXShowToolTip('show-tip/11660'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180820-s-11660.jpg" alt="Đầm body bẹt vai hoa hồng ngực"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-bet-vai-hoa-hong-nguc-11660.html" title="Đầm body bẹt vai hoa hồng ngực"  onmouseover="AJAXShowToolTip('show-tip/11660'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body bẹt vai hoa hồng ngực</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-soc-in-3d-11659.html" title="Đầm sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11659'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_081633-s-11659.jpg" alt="Đầm sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-soc-in-3d-11659.html" title="Đầm sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11659'); return false;" onmouseout="AJAXHideTooltip();" >Đầm sọc in 3D</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-soc-in-3d-11658.html" title="Đầm sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11658'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_081615-s-11658.jpg" alt="Đầm sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-soc-in-3d-11658.html" title="Đầm sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11658'); return false;" onmouseout="AJAXHideTooltip();" >Đầm sọc in 3D</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-soc-in-3d-11657.html" title="Đầm sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11657'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_081607-s-11657.jpg" alt="Đầm sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-soc-in-3d-11657.html" title="Đầm sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11657'); return false;" onmouseout="AJAXHideTooltip();" >Đầm sọc in 3D</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-ren-la-lieu-dap-cheo-11655.html" title="Đầm body ren lá liễu đáp chéo"   onmouseover="AJAXShowToolTip('show-tip/11655'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_081538-s-11655.jpg" alt="Đầm body ren lá liễu đáp chéo"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-ren-la-lieu-dap-cheo-11655.html" title="Đầm body ren lá liễu đáp chéo"  onmouseover="AJAXShowToolTip('show-tip/11655'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body ren lá liễu đáp chéo</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-ren-la-lieu-dap-cheo-11654.html" title="Đầm body ren lá liễu đáp chéo"   onmouseover="AJAXShowToolTip('show-tip/11654'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_081529-s-11654.jpg" alt="Đầm body ren lá liễu đáp chéo"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-body-ren-la-lieu-dap-cheo-11654.html" title="Đầm body ren lá liễu đáp chéo"  onmouseover="AJAXShowToolTip('show-tip/11654'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body ren lá liễu đáp chéo</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-sexy-dan-day-cat-han-11653.html" title="Jum sexy đan dây Cát hàn"   onmouseover="AJAXShowToolTip('show-tip/11653'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_080206-s-11653.jpg" alt="Jum sexy đan dây Cát hàn"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-sexy-dan-day-cat-han-11653.html" title="Jum sexy đan dây Cát hàn"  onmouseover="AJAXShowToolTip('show-tip/11653'); return false;" onmouseout="AJAXHideTooltip();" >Jum sexy đan dây Cát hàn</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-sexy-dan-day-cat-han-11652.html" title="Jum sexy đan dây Cát hàn"   onmouseover="AJAXShowToolTip('show-tip/11652'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_080149-s-11652.jpg" alt="Jum sexy đan dây Cát hàn"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-sexy-dan-day-cat-han-11652.html" title="Jum sexy đan dây Cát hàn"  onmouseover="AJAXShowToolTip('show-tip/11652'); return false;" onmouseout="AJAXHideTooltip();" >Jum sexy đan dây Cát hàn</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-sexy-dan-day-cat-han-11651.html" title="Jum sexy đan dây Cát hàn"   onmouseover="AJAXShowToolTip('show-tip/11651'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_080157-s-11651.jpg" alt="Jum sexy đan dây Cát hàn"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-sexy-dan-day-cat-han-11651.html" title="Jum sexy đan dây Cát hàn"  onmouseover="AJAXShowToolTip('show-tip/11651'); return false;" onmouseout="AJAXHideTooltip();" >Jum sexy đan dây Cát hàn</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-sexy-dan-day-cat-han-11650.html" title="Jum sexy đan dây Cát hàn"   onmouseover="AJAXShowToolTip('show-tip/11650'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_080139-s-11650.jpg" alt="Jum sexy đan dây Cát hàn"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="jum-sexy-dan-day-cat-han-11650.html" title="Jum sexy đan dây Cát hàn"  onmouseover="AJAXShowToolTip('show-tip/11650'); return false;" onmouseout="AJAXHideTooltip();" >Jum sexy đan dây Cát hàn</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-suong-thun-cat-han-220k-11649.html" title="Đầm suông thun cát hàn 220k"   onmouseover="AJAXShowToolTip('show-tip/11649'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_072446-s-11649.jpg" alt="Đầm suông thun cát hàn 220k"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-suong-thun-cat-han-220k-11649.html" title="Đầm suông thun cát hàn 220k"  onmouseover="AJAXShowToolTip('show-tip/11649'); return false;" onmouseout="AJAXHideTooltip();" >Đầm suông thun cát hàn 220k</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-suong-thun-cat-han-220k-11648.html" title="Đầm suông thun cát hàn 220k"   onmouseover="AJAXShowToolTip('show-tip/11648'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_072200-s-11648.jpg" alt="Đầm suông thun cát hàn 220k"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-suong-thun-cat-han-220k-11648.html" title="Đầm suông thun cát hàn 220k"  onmouseover="AJAXShowToolTip('show-tip/11648'); return false;" onmouseout="AJAXHideTooltip();" >Đầm suông thun cát hàn 220k</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-suong-thun-cat-han-220k-11647.html" title="Đầm suông thun cát hàn 220k"   onmouseover="AJAXShowToolTip('show-tip/11647'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160731_072446-s-11647.jpg" alt="Đầm suông thun cát hàn 220k"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-suong-thun-cat-han-220k-11647.html" title="Đầm suông thun cát hàn 220k"  onmouseover="AJAXShowToolTip('show-tip/11647'); return false;" onmouseout="AJAXHideTooltip();" >Đầm suông thun cát hàn 220k</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="thun-cat-180k-zalo-0902506528-11646.html" title="Thun cát 180k zalo 0902506528"   onmouseover="AJAXShowToolTip('show-tip/11646'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/13782001_1819628138259159_7316249527499247925_n-s-11646.jpg" alt="Thun cát 180k zalo 0902506528"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="thun-cat-180k-zalo-0902506528-11646.html" title="Thun cát 180k zalo 0902506528"  onmouseover="AJAXShowToolTip('show-tip/11646'); return false;" onmouseout="AJAXHideTooltip();" >Thun cát 180k zalo 0902506528</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-om-d01-11586.html" title="Đầm ôm Đ01"   onmouseover="AJAXShowToolTip('show-tip/11586'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/ĐÀM TEN Đ02 -s-11586.jpg" alt="Đầm ôm Đ01"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-om-d01-11586.html" title="Đầm ôm Đ01"  onmouseover="AJAXShowToolTip('show-tip/11586'); return false;" onmouseout="AJAXHideTooltip();" >Đầm ôm Đ01</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-xeo-d01-11585.html" title="Đầm xèo Đ01"   onmouseover="AJAXShowToolTip('show-tip/11585'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/ĐÀM TEN Đ01 -s-11585.jpg" alt="Đầm xèo Đ01"/>
                                    </a>
                                </td>
                            </tr>
                        </table>
                        <div class="caption">
                            <h3 class="title_prod_news">
                              <a href="dam-xeo-d01-11585.html" title="Đầm xèo Đ01"  onmouseover="AJAXShowToolTip('show-tip/11585'); return false;" onmouseout="AJAXHideTooltip();" >Đầm xèo Đ01</a>
                            </h3>
                        </div>
                    </div>
                                    </li>
                            </ul>
        </div><!-- End .prod_mau_gh -->

    </div><!-- End .main_f_p_m_gh -->
    <div class="footer_f_p_m_gh">

    </div><!-- End .footer_f_p_m_gh -->
</div><!-- End .frame_product_mau_gh --><div id="content_mau_gh">
	        <div class="left_c_mau_gh" >
    
        <div class="frame_mau_gh mn_left">
    <h3 class="title_f_m_gh">
        Danh mục sản phẩm    </h3><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">
    
        <div class="dmsp_mau_gh">
        
        	<ul class="ul_dmsp_mau_gh">
			
			               	<li><a href="bo-set-8225/"  title="">BỘ SÉT</a>
					                </li>
			            	<li><a href="chan-vay-8224/"  title="">CHÂN VÁY</a>
					                </li>
			            	<li><a href="dam-maxi-8223/"  title="">ĐẦM MAXI</a>
					                </li>
			            	<li><a href="vay-dai-8221/"  title="">VÁY DÀI</a>
					                </li>
			            	<li><a href="dam-8220/"  title="">ĐẦM</a>
					                </li>
			            	<li><a href="vay-chong-nang-8219/"  title="">vấy chống nắng</a>
					                </li>
			            	<li><a href="dam-da-hoi-8212/"  title="">Đầm Dạ Hội</a>
					                </li>
			            	<li><a href="vay-8213/"  title="">Váy</a>
					                </li>
			            	<li><a href="ao-vest-8214/"  title="">Áo Vest</a>
					                </li>
			            	<li><a href="ao-kieu-8216/"  title="">Áo Kiểu</a>
					                </li>
			            	<li><a href="quan-8215/"  title="">Quần</a>
					                </li>
			            </ul>
            
        </div><!-- End .dmsp_mau_gh -->
        
    </div><!-- End .main_f_m_gh -->
</div><!-- End .frame_mau_gh --><div class="frame_mau_gh box_email">
    <h3 class="title_f_m_gh">
        Nhận email    </h3><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">
                            
        <div class="box_email_t">
        	<form name="frmSearch" id="frmSearch" method="post" action="#" enctype="multipart/form-data" >
            	<input id="mail" name="mail" class="ipt_s" type="text" value="Nhập email..." onblur="if(this.value=='') this.value='Nhập email...';" onfocus="if(this.value=='Nhập email...') this.value='';"/>
                 <input type="submit" name="ctl00$NavibarV21$btnSearch" value="  Gửi " id="ctl00_NavibarV21_btnSearch" class="btnSearch">
            </form>
        </div>
        
    </div><!-- End .main_f_m_gh -->
</div><!-- End .frame_mau_gh --><style>
	.box_shop_2{text-align:center; padding:10px;}
	.box_shop_2 a{color:#03C;}
	.icon_shop_2{
		background:url(skin/temp1/imgs/layout/1321414407_09.png) no-repeat; 
		width:128px; height:128px;
		margin:0 auto;
	}
	.icon_shop_2 span{
		color:#03C;
		width:20px; height:20px;
		line-height:20px;
		margin:0 auto;
		padding:3px 8px;
		font-size:18px;
		background:#fff;
		opacity:0.8;
		filter: alpha(opacity = 80);
		border:1px solid #03C;
	}

</style>
<div class="box_shop_2" style="display:none">
</div>
<div class="frame_mau_gh box_support">
    <h2 class="title_f_m_gh">
         Hỗ trợ trực tuyến    </h2><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">
                            
        <div class="httt_mau_gh">
        	<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
                        <ul>
				                <li style="text-align: center;">
                    <div class="support_left">
                        <img src="http://fashionabc.net/images/gianhang/item/livezilla_05_1-s-768.gif" />
                    </div>
                    <div class="support_right" style="color:red;font-size:18px;">
                        <p>Hỗ trợ</p>
						 <p><span class="img_phone"></span>0902.506.528</p>                         <p>
                                                <a href="skype:Anh Phong?chat">
                                <img src="http://www.vanphuco.com/wp-content/uploads/avatar/skype-icon.png" alt="">
                        </a>                        </p>
                  
                    </div>
                    <div class="clear"></div>
                </li>
                                <li style="text-align: center;">
                    <div class="support_left">
                        <img src="http://fashionabc.net/images/gianhang/item/zalo-s-773.jpg" />
                    </div>
                    <div class="support_right" style="color:red;font-size:18px;">
                        <p>FASHIONABC</p>
						 <p><span class="img_phone"></span>ZALO 0902506528,0902584474</p>                         <p>
                        <a href='ymsgr:sendIM?THP1975' title="THP1975">
                                <img src='http://opi.yahoo.com/online?u=THP1975&m=g&t=2&l=vi' alt ='' />
                        </a>                        <a href="skype:PHONGORR?chat">
                                <img src="http://www.vanphuco.com/wp-content/uploads/avatar/skype-icon.png" alt="">
                        </a>                        </p>
                  
                    </div>
                    <div class="clear"></div>
                </li>
                                
                <div style="color:#F00; font-weight:bold; font-size:14px;">
				                </div>
              	<div class="clear"> </div>
            </ul>
                </div><!-- End .httt_mau_gh -->
        
    </div><!-- End .main_f_m_gh -->
</div><!-- End .frame_mau_gh -->
<div class="frame_mau_gh box_ad">
    <h3 class="title_f_m_gh">
         Quảng cáo    </h3><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">
                            
        <div class="qc_mau_gh">
            <ul>
				 

            </ul>
        </div><!-- End .qc_mau_gh -->
        
    </div><!-- End .main_f_m_gh -->
</div><!-- End .frame_mau_gh --><style>
	.sp_xn_style{width:100%;}
	.sp_xn_style td{width:100%; height:100%; vertical-align:middle; text-align:center;}
	.sp_xn_style td img{max-width:248px; max-height:169px;}
</style>
<div class="frame_mau_gh">
    <h3 class="title_f_m_gh">
       Sản phẩm xem nhiều    </h3><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">

        <div class="sp_mau_gh">
            <ul id="ticker_03">
			
                <li class="p_new">
                	<table class="sp_xn_style" cellpadding="0" cellspacing="0">
                    	<tr>
                        	<td>
								                                <a href="dam-body-bet-vai-hoa-hong-nguc-11660.html" title="Đầm body bẹt vai hoa hồng ngực">
                                	<img src="http://fashionabc.net/images/item/IMG_20160802_180820-s-11660.jpg" alt="Đầm body bẹt vai hoa hồng ngực"/>
                                </a>
                            </td>
                        </tr>
                    </table>
                    <h3 class="title_prod_news" align="center">
                       <a href="dam-body-bet-vai-hoa-hong-nguc-11660.html" title="Đầm body bẹt vai hoa hồng ngực">Đầm body bẹt vai hoa hồng ngực</a>
                    </h3>
                    <h4 class="price_prod_mau_gh" title="Đầm body bẹt vai hoa hồng ngực">
                        <p class="sell-price">>250k</p>                    </h4>
                                    </li>
         
                <li class="">
                	<table class="sp_xn_style" cellpadding="0" cellspacing="0">
                    	<tr>
                        	<td>
								                                <a href="dam-xeo-d01-11585.html" title="Đầm xèo Đ01">
                                	<img src="http://fashionabc.net/images/item/ĐÀM TEN Đ01 -s-11585.jpg" alt="Đầm xèo Đ01"/>
                                </a>
                            </td>
                        </tr>
                    </table>
                    <h3 class="title_prod_news" align="center">
                       <a href="dam-xeo-d01-11585.html" title="Đầm xèo Đ01">Đầm xèo Đ01</a>
                    </h3>
                    <h4 class="price_prod_mau_gh" title="Đầm xèo Đ01">
                        <p class="sell-price">>200 000đ</p>                    </h4>
                                    </li>
         
                <li class="p_new">
                	<table class="sp_xn_style" cellpadding="0" cellspacing="0">
                    	<tr>
                        	<td>
								                                <a href="dam-om-d01-11586.html" title="Đầm ôm Đ01">
                                	<img src="http://fashionabc.net/images/item/ĐÀM TEN Đ02 -s-11586.jpg" alt="Đầm ôm Đ01"/>
                                </a>
                            </td>
                        </tr>
                    </table>
                    <h3 class="title_prod_news" align="center">
                       <a href="dam-om-d01-11586.html" title="Đầm ôm Đ01">Đầm ôm Đ01</a>
                    </h3>
                    <h4 class="price_prod_mau_gh" title="Đầm ôm Đ01">
                        <p class="sell-price">>200 000đ</p>                    </h4>
                                    </li>
         
            </ul>
        </div><!-- End .sp_mau_gh -->

    </div><!-- End .main_f_m_gh -->
</div><!-- End .frame_mau_gh --><div>
<div class="frame_mau_gh box_like_fb">
    <h3 class="title_f_m_gh">
         Like facebook    </h3><!-- End .title_f_m_gh -->
    <div class="main_f_m_gh">
<div class="fb-like-box" data-href="https://www.facebook.com. phongorr hoang" data-width="198" data-colorscheme="light" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true"></div>


<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/vi_VN/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</div>
</div>
</div>


    <div class="frame_mau_gh box_total">
        <h3 class="title_f_m_gh">
            Thống kê        </h3><!-- End .title_f_m_gh -->
        <div class="main_f_m_gh">            
            <table class="wrap_total">
                <tr>
                    <td colspan="2" class="total">
                        <span class="vdigit-6">6</span><span class="vdigit-6">6</span><span class="vdigit-8">8</span><span class="vdigit-9">9</span><span class="vdigit-2">2</span>                    </td>
                </tr>
                <tr>
                    <td class="label online">Số người đang online</td>
                    <td class="value">2</td>
                </tr>
                <tr>
                    <td class="label today">Số truy cập hôm nay</td>
                    <td class="value">77</td>
                </tr>
                <tr>
                    <td class="label month">Số truy cập tháng này</td>
                    <td class="value">23108</td>
                </tr>
            </table>
            
                    </div>
    </div>

               
    </div>
        
    <div class="center_c_mau_gh"  >

        <div class="frame_product_mau_gh product_new">
    <h3 class="title_f_p_m_gh2">
        Sản phẩm mới	</h3><!-- End .title_f_p_m_gh -->
    <div class="main_f_p_m_gh">
        <div class="prod_mau_gh">
            <ul>
    			                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-soc-in-3d-11696.html" title="Đầm BODY SỌC IN 3D"   onmouseover="AJAXShowToolTip('show-tip/11696'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105416-s-11696.jpg" alt="Đầm BODY SỌC IN 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-soc-in-3d-11696.html" title="Đầm BODY SỌC IN 3D"  onmouseover="AJAXShowToolTip('show-tip/11696'); return false;" onmouseout="AJAXHideTooltip();" >Đầm BODY SỌC IN 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm BODY SỌC IN 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11696"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-soc-in-3d-11695.html" title="Đầm BODY SỌC IN 3D"   onmouseover="AJAXShowToolTip('show-tip/11695'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105341-s-11695.jpg" alt="Đầm BODY SỌC IN 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-soc-in-3d-11695.html" title="Đầm BODY SỌC IN 3D"  onmouseover="AJAXShowToolTip('show-tip/11695'); return false;" onmouseout="AJAXHideTooltip();" >Đầm BODY SỌC IN 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm BODY SỌC IN 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11695"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-soc-in-3d-11694.html" title="Đầm BODY SỌC IN 3D"   onmouseover="AJAXShowToolTip('show-tip/11694'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105405-s-11694.jpg" alt="Đầm BODY SỌC IN 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-soc-in-3d-11694.html" title="Đầm BODY SỌC IN 3D"  onmouseover="AJAXShowToolTip('show-tip/11694'); return false;" onmouseout="AJAXHideTooltip();" >Đầm BODY SỌC IN 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm BODY SỌC IN 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11694"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-soc-in-3d-11693.html" title="Đầm BODY SỌC IN 3D"   onmouseover="AJAXShowToolTip('show-tip/11693'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105331-s-11693.jpg" alt="Đầm BODY SỌC IN 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-soc-in-3d-11693.html" title="Đầm BODY SỌC IN 3D"  onmouseover="AJAXShowToolTip('show-tip/11693'); return false;" onmouseout="AJAXHideTooltip();" >Đầm BODY SỌC IN 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm BODY SỌC IN 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11693"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-xeo-soc-in-3d-11692.html" title="Đầm xèo sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11692'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105449-s-11692.jpg" alt="Đầm xèo sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-xeo-soc-in-3d-11692.html" title="Đầm xèo sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11692'); return false;" onmouseout="AJAXHideTooltip();" >Đầm xèo sọc in 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm xèo sọc in 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11692"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-xeo-soc-in-3d-11691.html" title="Đầm xèo sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11691'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105440-s-11691.jpg" alt="Đầm xèo sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-xeo-soc-in-3d-11691.html" title="Đầm xèo sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11691'); return false;" onmouseout="AJAXHideTooltip();" >Đầm xèo sọc in 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm xèo sọc in 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11691"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-xeo-soc-in-3d-11690.html" title="Đầm xèo sọc in 3D"   onmouseover="AJAXShowToolTip('show-tip/11690'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105457-s-11690.jpg" alt="Đầm xèo sọc in 3D"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-xeo-soc-in-3d-11690.html" title="Đầm xèo sọc in 3D"  onmouseover="AJAXShowToolTip('show-tip/11690'); return false;" onmouseout="AJAXHideTooltip();" >Đầm xèo sọc in 3D</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm xèo sọc in 3D">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11690"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11689.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11689'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105641-s-11689.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11689.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11689'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11689"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11688.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11688'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105547-s-11688.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11688.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11688'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11688"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11687.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11687'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105522-s-11687.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11687.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11687'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11687"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11686.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11686'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105538-s-11686.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11686.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11686'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11686"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11685.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"   onmouseover="AJAXShowToolTip('show-tip/11685'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/62tp9ow6656cikjea7cug5m1-s-11685.jpg" alt="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11685.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"  onmouseover="AJAXShowToolTip('show-tip/11685'); return false;" onmouseout="AJAXHideTooltip();" >JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg">
						<p class="sell-price">270k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11685"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11684.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"   onmouseover="AJAXShowToolTip('show-tip/11684'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/3f6qcpms98p52inkv7yji9rfy-s-11684.jpg" alt="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11684.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"  onmouseover="AJAXShowToolTip('show-tip/11684'); return false;" onmouseout="AJAXHideTooltip();" >JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg">
						<p class="sell-price">270k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11684"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11683.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"   onmouseover="AJAXShowToolTip('show-tip/11683'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/6zr3qbysluotghg7p4lpckoii-s-11683.jpg" alt="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11683.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"  onmouseover="AJAXShowToolTip('show-tip/11683'); return false;" onmouseout="AJAXHideTooltip();" >JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg">
						<p class="sell-price">270k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11683"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11682.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11682'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160814_105556-s-11682.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11682.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11682'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11682"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11681.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"   onmouseover="AJAXShowToolTip('show-tip/11681'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/2a4vman3jiamknbfxxl5m64dc-s-11681.jpg" alt="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-dai-khoen-size-m-52kg-den-size-l-58kg-11681.html" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg"  onmouseover="AJAXShowToolTip('show-tip/11681'); return false;" onmouseout="AJAXHideTooltip();" >JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="JUM DÀI KHOEN SIZE M 52Kg ĐẾN SIZE L 58Kg">
						<p class="sell-price">270k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11681"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-cut-out-co-lo-11680.html" title="ĐẦM CUT OUT CỔ LỌ"   onmouseover="AJAXShowToolTip('show-tip/11680'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/d15058ed89d79f8cd8120be333b6a996-s-11680.jpg" alt="ĐẦM CUT OUT CỔ LỌ"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-cut-out-co-lo-11680.html" title="ĐẦM CUT OUT CỔ LỌ"  onmouseover="AJAXShowToolTip('show-tip/11680'); return false;" onmouseout="AJAXHideTooltip();" >ĐẦM CUT OUT CỔ LỌ</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="ĐẦM CUT OUT CỔ LỌ">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11680"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-hoa-hong-11679.html" title="ĐẦM HOA HỒNG"   onmouseover="AJAXShowToolTip('show-tip/11679'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/2ftso5gp9yae88kmhjs1pqz3r-s-11679.jpg" alt="ĐẦM HOA HỒNG"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-hoa-hong-11679.html" title="ĐẦM HOA HỒNG"  onmouseover="AJAXShowToolTip('show-tip/11679'); return false;" onmouseout="AJAXHideTooltip();" >ĐẦM HOA HỒNG</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="ĐẦM HOA HỒNG">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11679"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-hoa-hong-11678.html" title="ĐẦM HOA HỒNG"   onmouseover="AJAXShowToolTip('show-tip/11678'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/5thvxc6pr2nl0koen3sbqtzzg-s-11678.jpg" alt="ĐẦM HOA HỒNG"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-hoa-hong-11678.html" title="ĐẦM HOA HỒNG"  onmouseover="AJAXShowToolTip('show-tip/11678'); return false;" onmouseout="AJAXHideTooltip();" >ĐẦM HOA HỒNG</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="ĐẦM HOA HỒNG">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11678"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-phoi-luoi-11677.html" title="ĐẦM BODY PHỐI LƯỚI"   onmouseover="AJAXShowToolTip('show-tip/11677'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/kcnpujzpqf4frsze32acauex-s-11677.jpg" alt="ĐẦM BODY PHỐI LƯỚI"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-phoi-luoi-11677.html" title="ĐẦM BODY PHỐI LƯỚI"  onmouseover="AJAXShowToolTip('show-tip/11677'); return false;" onmouseout="AJAXHideTooltip();" >ĐẦM BODY PHỐI LƯỚI</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="ĐẦM BODY PHỐI LƯỚI">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11677"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-phoi-luoi-11676.html" title="ĐẦM BODY PHỐI LƯỚI"   onmouseover="AJAXShowToolTip('show-tip/11676'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/t2nkyd6ihzvmqo5knclh36qg-s-11676.jpg" alt="ĐẦM BODY PHỐI LƯỚI"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-phoi-luoi-11676.html" title="ĐẦM BODY PHỐI LƯỚI"  onmouseover="AJAXShowToolTip('show-tip/11676'); return false;" onmouseout="AJAXHideTooltip();" >ĐẦM BODY PHỐI LƯỚI</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="ĐẦM BODY PHỐI LƯỚI">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11676"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-ren-nhung-ep-doc-quyen-11675.html" title="Đầm ren nhung ép độc quyền"   onmouseover="AJAXShowToolTip('show-tip/11675'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/26y70gu9712vjqmbjt5evzski-s-11675.jpg" alt="Đầm ren nhung ép độc quyền"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-ren-nhung-ep-doc-quyen-11675.html" title="Đầm ren nhung ép độc quyền"  onmouseover="AJAXShowToolTip('show-tip/11675'); return false;" onmouseout="AJAXHideTooltip();" >Đầm ren nhung ép độc quyền</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm ren nhung ép độc quyền">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11675"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-ren-nhung-ep-doc-quyen-11674.html" title="Đầm ren nhung ép độc quyền"   onmouseover="AJAXShowToolTip('show-tip/11674'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/4nj1j5mbv0axz06nz5r3762tt-s-11674.jpg" alt="Đầm ren nhung ép độc quyền"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-ren-nhung-ep-doc-quyen-11674.html" title="Đầm ren nhung ép độc quyền"  onmouseover="AJAXShowToolTip('show-tip/11674'); return false;" onmouseout="AJAXHideTooltip();" >Đầm ren nhung ép độc quyền</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm ren nhung ép độc quyền">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11674"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-ren-nhung-ep-doc-quyen-11673.html" title="Đầm ren nhung ép độc quyền"   onmouseover="AJAXShowToolTip('show-tip/11673'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/3p2pxxg5zetij3so9pp3eaaxi-s-11673.jpg" alt="Đầm ren nhung ép độc quyền"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-ren-nhung-ep-doc-quyen-11673.html" title="Đầm ren nhung ép độc quyền"  onmouseover="AJAXShowToolTip('show-tip/11673'); return false;" onmouseout="AJAXHideTooltip();" >Đầm ren nhung ép độc quyền</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm ren nhung ép độc quyền">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11673"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-ren-nhung-ep-doc-quyen-11672.html" title="Đầm ren nhung ép độc quyền"   onmouseover="AJAXShowToolTip('show-tip/11672'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/3p2pxxg5zetij3so9pp3eaaxi-s-11672.jpg" alt="Đầm ren nhung ép độc quyền"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-ren-nhung-ep-doc-quyen-11672.html" title="Đầm ren nhung ép độc quyền"  onmouseover="AJAXShowToolTip('show-tip/11672'); return false;" onmouseout="AJAXHideTooltip();" >Đầm ren nhung ép độc quyền</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm ren nhung ép độc quyền">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11672"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11671.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11671'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/7jv6sr6aqkrx7yi6w703e7y4l-s-11671.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-3-lo-nguoc-11671.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11671'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Jum 3 lổ ngược">
						<p class="sell-price">220k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11671"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11670.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11670'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/6i112m8p6hscw83k3d4xrg9ku-s-11670.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-3-lo-nguoc-11670.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11670'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Jum 3 lổ ngược">
						<p class="sell-price">220k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11670"><span>Mua hàng</span></div>
                </li>
                                <li class="">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11668.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11668'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/3sl45y2hbt5ooq67gqvbocwb5-s-11668.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-3-lo-nguoc-11668.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11668'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Jum 3 lổ ngược">
						<p class="sell-price">220k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11668"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="jum-3-lo-nguoc-11667.html" title="Jum 3 lổ ngược"   onmouseover="AJAXShowToolTip('show-tip/11667'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/2bcnm504wutni2jkcno0xey89-s-11667.jpg" alt="Jum 3 lổ ngược"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="jum-3-lo-nguoc-11667.html" title="Jum 3 lổ ngược"  onmouseover="AJAXShowToolTip('show-tip/11667'); return false;" onmouseout="AJAXHideTooltip();" >Jum 3 lổ ngược</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Jum 3 lổ ngược">
						<p class="sell-price">220k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11667"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-body-ren-la-dap-cheo-250k-11665.html" title="Đầm body ren lá đấp chéo 250k"   onmouseover="AJAXShowToolTip('show-tip/11665'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/432355da955427b297e684a90100ab28-s-11665.jpg" alt="Đầm body ren lá đấp chéo 250k"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-body-ren-la-dap-cheo-250k-11665.html" title="Đầm body ren lá đấp chéo 250k"  onmouseover="AJAXShowToolTip('show-tip/11665'); return false;" onmouseout="AJAXHideTooltip();" >Đầm body ren lá đấp chéo 250k</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm body ren lá đấp chéo 250k">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11665"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11664.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11664'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180917-s-11664.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11664.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11664'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11664"><span>Mua hàng</span></div>
                </li>
                                <li class="p_new">
                	<div class="frame_img_dm">
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td>
                                                                       <a href="dam-bet-vai-11663.html" title="Đầm bẹt vai"   onmouseover="AJAXShowToolTip('show-tip/11663'); return false;" onmouseout="AJAXHideTooltip();" >
                                    <img src="http://fashionabc.net/images/item/IMG_20160802_180930-s-11663.jpg" alt="Đầm bẹt vai"/>
                                    </a>
                                </td>
                            </tr>
                        </table>

                    </div>
					<div class="caption">
						<h3 class="title_prod_news">
							<a href="dam-bet-vai-11663.html" title="Đầm bẹt vai"  onmouseover="AJAXShowToolTip('show-tip/11663'); return false;" onmouseout="AJAXHideTooltip();" >Đầm bẹt vai</a>
						</h3>
						<h4 class="price_prod_mau_gh" title="Đầm bẹt vai">
						<p class="sell-price">250k</p>						</h4>
					</div>
                    <div class="btnMuaHang" idsp="11663"><span>Mua hàng</span></div>
                </li>
                                <div class="clear"></div>
            </ul>
        </div><!-- End .prod_mau_gh -->

    </div><!-- End .main_f_p_m_gh -->
    <div class="footer_f_p_m_gh2">
        <div id="PhanTrang" style="text-align: center;">
            <font color='red'>1  </font><a  href='http://fashionabc.net/p=2'>2</a> <a href="http://fashionabc.net/p=2"> > </a>  <a href="http://fashionabc.net/p=2"> Trang cuối </a>  <br /><br /> Trang <strong>1</strong> trong <strong>2</strong> trang        </div>
    </div><!-- End .footer_f_p_m_gh -->
    <style type="text/css">
		#PhanTrang a
		{
			padding: 5px 9px;
			background-color: silver;
			border-radius: 2px;
			margin-right: 3px;
		}
	</style>

</div><!-- End .frame_product_mau_gh -->   
        
                       
    </div><!-- End .center_c_mau_gh -->
     
        <div class="clear"></div>

</div><!-- End #content_mau_gh --><div id="footer_mau_gh">
    
<div class="menu_footer">

    
        <span>
        	<a href="" title="Trang chủ">Trang chủ</a>    
        </span>
        <span>|</span>  
        
                 <span>
        	<a  href="giao-hang-toan-quoc-8222/" title="">Giao hàng toàn quốc</a>  
        </span>
        <span>|</span>  
		        <span>
        	<a  href="gioi-thieu-8143/" title="">Giới Thiệu</a>  
        </span>
        <span>|</span>  
		        <span>
        	<a  href="ho-tro-kh-khi-mua-8163/" title="">Hỗ trợ KH Khi mua</a>  
        </span>
        <span>|</span>  
		        <span>
        	<a  href="cach-thuc-mua-hang-8164/" title="">Cách thức mua hàng</a>  
        </span>
        <span>|</span>  
		        <span>
        	<a  href="hop-tac-mua-si-8165/" title="">Hộp tác mua sỉ</a>  
        </span>
        <span>|</span>  
		        
        
        <span><a href="lien-he.html" title="Liên hệ">Liên hệ</a></span>

</div><!-- End .menu_mau_gh -->    <style>
.copyright{
text-align: center;
padding: 10px 0; 
font-size: 11px;
}

.copyright a{
color: #49494a;
}
</style>


<div class="copyright">
    Bản quyền thuộc về:  FASHIONABC  |   Thiết kế web bởi: <a href="http://webmau.vn" target="_blank"> webmau.vn </a>
</div> 
</div><!-- End #footer_mau_gh -->

     


</div>


 


<style>.qcc1 img { max-width:150px; float:right;}.qcc2 img { max-width:150px; float:left;}</style><div id="floating_banner_left" style="text-align:left; position:absolute; overflow:hidden; top: 0px; left: 0px; width: 150px; border: 0px solid #000;"><div id="floating_banner_left_content">	</div></div><div id="floating_banner_right" style="text-align:right; position:absolute; overflow:hidden; top: 0px; right: 0px; width: 150px; border: 0px solid #000;">	<div id="floating_banner_right_content"  >    </div></div><script>	/*runQuery();*/</script><script>	pepsi_floating_init();</script> 



<style>
.foot
{
	clear: both;
}
.contenta
{
	
	margin-left: 15px;
}

.chuyende
{
	position: fixed;
	bottom: -1px;
	right: 0px;
	z-index:100;
}

.chuyende .contenta
{
	position: relative;
	/*width: 250px;*/
	height: 175px;
	background:#FFFFFF;
	color:#000000;
	font-size:10px;
	padding:3px;
}


.chuyende .contenta .lefthour
{
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: bold;
	top: 85px;
	left: 149px;
}

.chuyende .contenta .leftminute
{
	position: relative;
	float: left;
	top: 85px;
	left: 167px;
	font-size: 20px;
	font-weight: bold;
}

.contenta span{
	float:left;
	padding-right:5px;
}

.chuyende .tenchuyende
{
	font-size: 12px;
	text-align: center;
	/*width: 285px;*/
	font-weight: bold;
	font-family: Tahoma;
	color:#FFFFFF
	height: 15px;
	cursor: pointer;
}

.chuyende .tenchuyende .nut
{
	background-image: url('skin/temp1/imgs/button.gif');
	background-position: -30px 0;
	height: 15px;
	width: 30px;
}

.chuyende .tenchuyende .NutHien
{
	background-image: url('skin/temp1/imgs/button.gif');
	background-position: -60px 0;
	height: 15px;
	width: 30px;
}
.chuyende .contenta .leftsecond
{
	position: relative;
	float: left;
	top: 85px;
	left: 185px;
	font-size: 20px;
	font-weight: bold;
}
#divchuyende{color:#FFFFFF}

</style>
 




















<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute("charset","utf-8");
$.src="//v2.zopim.com/?3q5yeCdW1OApCoel1dmS7QNYUWfeUGSv";z.t=+new Date;$.
type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
</script>
<!--End of Zopim Live Chat Script-->


</body>
</html>
