@font-face {
	font-family:'VL_BOOSTERNEXTFY_BLACK';
	src: url('../fonts/VL_BOOSTERNEXTFY_BLACK.eot');
    src:url('../fonts/VL_BOOSTERNEXTFY_BLACK.ttf');
  	font-weight: normal;
  	font-style: normal;
}

body {
	font-family: VL_BOOSTERNEXTFY_BLACK;
	font-size: 13px;
	color: #404040;
}
.topbar{
	background-color: #e5e5e5;
}
.button:after,
.button:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
 
.button:hover:after,
.button:hover:before {
  backface-visibility: hidden;
  border-color: #ff0000;
  transition: width 350ms ease-in-out;
  width: 70%;
}
 
.button:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}
a {text-decoration: none;color: #333;}
a:hover,
a:focus {
    text-decoration: none;
}
.text-primary {
    color: #d8373e;
}
/* Header */

.hotline {
    background: #aa0044;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 2;
    margin-left: 33px;
    padding-left: 40px;
    border-radius: 15px;
    margin-top: 17px;
    color: #fff;
    float: left;
	font-family:Arial;
	font-size:14px;
}

.hotline:after 
{
    content: "";
    background: url(../artseed/shadow_hotline.png);
    height:15px;
    position: absolute;
    left: 10px;
    bottom: -14px;
    width: 147px;
    z-index: 1;
}
.hotline span {
    position: absolute;
    left: -4px;
    top: -5px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #ff9c00;
    width: 33px;
    height: 33px;
}
.hot_pm p {
    float: left;
    margin-top: 21px;
    margin-bottom: 0;
    margin-left: 25px;
	font-family:Arial;
	font-size:14px;
	color:#666;
}
.hotline span i {
	font-size: 17px;
}

/*************menu*************/
nav {
    clear: both;
    margin-top: 20px;
    float: left;
}
.sky-mega-menu li:last-child {
    border: none;
}

.menu p {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 23px;
    text-transform: uppercase;
}
.mobile-menu-toggle {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.mobmenu-toggle {
    display: none;
}

  
/* level 1 */

.sky-mega-menu {
  width: 100%;
  margin: 8px auto;
  position: relative;
  z-index: 999;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
.sky-mega-menu:after {
  content: '';
  display: table;
  clear: both;
}
.sky-mega-menu li:hover a:before
{
    display:block;
}
.sky-mega-menu li {
  display: inline-block;
  float: left;
  padding:7px;
  border-right: 1px solid #ccc;
  font-size:16px;
  text-align: left;
  white-space: normal;
  text-overflow: inherit;
  line-height:15px;
}
.sky-mega-menu li a strong, .sky-mega-menu li a span
{
  font-size: 20px;	
  padding:30px 0
}
.sky-mega-menu li a {
  display: block;
  padding: 0px 5px;
  text-decoration: none;
  position: relative;
  text-transform: none;
  transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
}
.sky-mega-menu li > .submenu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left:0;
  /* left: -9999px; */
  display: none;
  margin-top: 8px;
  background: #fcf5d5;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.sky-mega-menu li > .submenu .des_dm
{
    background:#aa0044;
    padding: 10px;
    color:#FFF;
    text-transform:none;
    height: 100%;
}
.sky-mega-menu li > .submenu .des_dm .mt_mn {
    display: block;
    line-height: 20px;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sky-mega-menu li > .submenu .des_dm img
{
    width:100%;
}
.sky-mega-menu li > .submenu .des_dm h3
{
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    padding: 0;
    margin-top:15px;
    margin-left: 0;
    margin-right: 0;
	font-family: VL_BOOSTERNEXTFY_BLACK;
}


.sky-mega-menu li > a:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: none;
  left: 44%;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2D3E50;
  border-left: 7px solid transparent;
}
.sky-mega-menu li:hover > a:after
{
      border: 1px solid #333;
}
.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
  color: #aa0044;
}

/* level 2+ */
.adv {
    float: left;
    width: 66.66%;
    margin: 0 auto;
    text-align: center;
}

.sky-mega-menu li .adv strong {
    background: #ff9900;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 13px;
    border: 1px dashed #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}
.list_mn {
    padding-top: 10px;
}
.sky-mega-menu li li {
  display: block;
  float: left;
  border-width: 0;
  border-top-width: 1px;
  white-space: normal;
  width: 48%;
  text-align: left;
  margin-right:2%;
  padding-left:20px;
}

.sky-mega-menu li li a:before
{
    opacity:0;
}
.sky-mega-menu li li a {
  padding-top: 4px;
  color:#000;
  padding-bottom: 4px;
  font-weight:normal;
  line-height: 10px;
  position: relative;
  font-size:13px;
  font-family:Arial;
  padding:6px 0;
}

.sky-mega-menu li li a:after
{
	content:"";
	border:1px solid #000;
	border-radius:100%;
	width:7px;
	height:7px;
	position:absolute;
	left: -12px;
	top:8px;
}
.sky-mega-menu li li:hover{
	background:#ffcc00;
}
.sky-mega-menu li li:hover a{
	color:#000;
}
.sky-mega-menu li li > div {
  top: 0;
  margin: 0 0 0 8px;
}
.sky-mega-menu li li > div:after {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100%;
}
.sky-mega-menu li li > div:before {
  top: 22px;
  right: 100%;
  bottom: auto;
  left: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid #2D3E50;
  border-bottom: 5px solid transparent;
}
.sky-mega-menu li li:hover > div {
  left: 100%;
}
.sky-mega-menu .right li > div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right li > div:after {
  right: auto;
  left: 100%;
}
.sky-mega-menu .right li > div:before {
  right: auto;
  left: 100%;
}
.sky-mega-menu .right li:hover > div {
  right: 100%;
  left: auto;
}
/**/
/* animations */
/**/
 


 
/* grid */
.sky-mega-menu .grid-column {
  float: left;
}
.sky-mega-menu .grid-column3,
.sky-mega-menu .submenu {
  width: 100%;
}

#mainHideMenu{
    background-color: #333;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:998;
    opacity: 0.8;
    display:none;
}

.title-block-dmsp strong {
    display: inline-block;
    float: left;
}

.title-block-dmsp i {
    float: left;
    margin-right: 5px;
}
.title-block-dmsp {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
	padding:10px 0 0 0;
	height:38px;
}
.title-block-dmsp i {
    font-size: 21px;
}
.block-dmsp .block-body {
    background: #aa0044;
    position: absolute;
    top:38px;
    width: 220px;
    z-index: 999;
    display: none;
}

.block-dmsp .block-body ul {
    padding:5px 10px;
}

.block-dmsp .block-body ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 8px 5px;
    display: block;
    width: 100%;
}

.block-dmsp .block-body ul li {
    border-top: 1px  solid #fff;
    position: relative;
}

.block-dmsp .block-body ul li:first-child {
    border-top: none;
}

.block-dmsp .block-body ul li a:hover {
    background: #ff9c00;
}
.block-dmsp .block-body ul li ul {
    position: absolute;
    left: 100%;
    display: none;
    top: -5px;
    width: 220px;
    background: #aa0044;
}
.block-dmsp .block-body ul li:hover ul
{
    display:block;
	
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .5s ease, opacity .9s ease;
}

.zoomWrapper {
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.zoomWrapper img {
    max-width: 100%;
}
.zoomWrapper img {
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
}@media handheld, screen and (max-width: 1024px) { /* <-- Adjust the breakpoints to your liking */
	.sky-mega-menu li:hover > div {
	   position:relative;
		overflow:hidden;
	}

	.mobmenu-toggle,
    .mobile-menu-toggle-button,
    .mobile-toggleable-menu {
        top: 10px;
        position: fixed;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    .mobmenu-toggle {
        right: 0;
        background: #ff9c00;
        left: 0;
        text-align: left;
        margin: 0;
        display: inline-block;
        color: #fff;
        width: 100%;
        position: relative;
        padding: 8px 10px;
		font-family:Arial;
    }
   .mobmenu-toggle::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 7px;
    width: 20px;
}
.mobmenu-toggle::after {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: content-box !important;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 17px;
    top: 13px;
    width: 20px;
}
    .mobmenu-toggle:hover {
        cursor: pointer;
    }
    .mobile-toggleable-menu {
        margin: 0;
        width: 85%;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        z-index: 999;
        overflow: hidden;
    }
    nav
    {
        margin-top:0;
        width: 100%;
    }
    .mobile-toggleable-menu.mobile-left {
        left: -105%;
    }
    .mobile-toggleable-menu.mobile-right {
        right: -105%;
    }
    .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-right {
        left: 0;
        right: auto;
    }
    .mobile-menu-toggle-button:checked ~ .mobmenu-toggle.mobile-left {
        left: auto;
        right: 0;
    }
    .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-left {
        width: 260px !important;
        left: 0;
        overflow-y: auto;
        background: #000;
		
    }
    .mobile-menu-toggle-button:checked + .mobile-toggleable-menu.mobile-right {
        width: 260px !important;
        right: 0;
    }
    .sky-mega-menu li li a:after
    {
      top: 12px;
      left: 0;
    }
    .sky-mega-menu li > a:before
    {
    	opacity:0;
    }
	.mobile-toggleable-menu li {
		width:100%;
		border-right: none;
		position: relative;
		/* background: #fff; */
		margin-top: 1px;
		padding: 0;
	}
	.mobile-toggleable-menu li a {
		color: #fff;
		line-height: 38px;
		font-size:16px;
	}
	.mobile-toggleable-menu #submenu {
		width:100%;	
		top:0;
		left:0;
	}
	.mobile-toggleable-menu li:hover ul#submenu {
		overflow:hidden;
		position:relative;
		top:0;
		left:0;
	}
}
/***************/
.search {
    background: #aa0044;
    margin-top: 10px;
	padding: 5px 0;
}

form#idf {
    background: #fff;
    display: block;
    border-radius: 6px;
    margin-top: 3px;
    position: relative;
    padding-left: 10px;
}
.dmtc a span {
    background: #000;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    padding: 6px;
    margin-left: 5px;
}
.dmtc a {
    color: #ff9c00;
    text-transform: uppercase;
    margin-top: 12px;
    float: left;
    margin-left: 10px;
}

.dmtc {
    float: right;
}

.dmtc p {
    float: right;
    margin-bottom: 3px;
    margin-right: 5px;
}
p.members {
    margin: 0;
    padding: 0;
}

p.members a {
    background: #05b3de;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 8px;
}
p.promotion{
	font-size:16px;	
}
p.promotion img{
	padding-top:3px;	
}
form#idf input {
    border: none;
    height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	width:83%;
}
form#idf input:focus {
    border:none;
	box-shadow:none;
}

a.nut_searh {
    float: right;
    color: #fff;
    border-radius: 0 5px 5px 0;
    position: relative;
    line-height: 32px;
    background: #ff9c00;
    padding: 0 10px;
}

a.nut_searh:before {
    position: absolute;
    content: "";
    width:0px;
    left: -9px;
    height:0px;
    border-bottom: 0px solid transparent;
    border-top: 32px solid transparent;
    border-right: 9px solid #ff9c00; /* Tam gi?c ph?i du?c d? m?u */
}

.dmtc p img {float: left;margin-top: -1px;}
ul.nav.nav-tabs.product_tab_sp {
    border-bottom: none;
    text-align: center;
    display: table;
    background: #fff;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.nav.nav-tabs.product_tab_sp li:last-child {
    border: none;
}
ul.nav.nav-tabs.product_tab_sp li {
    float: none;
    display: inline-block;
    border-right: 1px dotted #ccc;
}

ul.nav.nav-tabs.product_tab_sp li a {
    padding: 0 20px;
    text-transform: uppercase;
    color: #aa0044;
    margin: 0;
    border: none;
	font-size:16px;
}

ul.nav.nav-tabs.product_tab_sp li.active a {
    color: #ff9c00;
    border: none;
}

ul.nav.nav-tabs.product_tab_sp li a:hover {
    background: none;
    color: #ff9c00;
    margin: 0;
    border: none;
}
.tab-content {
    /* padding: 10px; */
    /* background: #efefef; */
    position: relative;
}
.tab-content img{
	max-width:100% !important;
	height:auto !important;
}
.product_tab {
    background: #efefef;
    overflow:hidden;
}
.owl-carousel
{
    padding:0;
}
.v2-home-pr-item {
	font-family:Arial;
    background: #fff;
    position: relative;
    margin: 10px 10px;
    min-height: 400px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 1px 1px 5px #999;
}

.v2-home-pr-item-boxdetail {
    text-align: center;
    display: block;
    min-height: 45px;
}

li {
    list-style: none;
}

.v2-home-pr-item-boxdetail h3 a {
    font-size: 15px;
    color: #333;
    display: block;
}
.v2-home-pr-item-img img
{
    width:100%;
}
.v2-home-pr-item-img {
    position: relative;
}

.v2-home-pr-item-price {
    position: absolute;
    bottom: 0;
    line-height: 39px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    border-bottom: 3px solid #aa0044;
}

.v2-home-pr-item-boxdetail h3 {
    margin: 5px 0;
}
a.view_detail_tab i
{
    font-size: 17px;
    margin-left: 5px;
    display: inline-block;
}
a.view_detail_tab {
   
    left: 0;
    right: 0;
   
    position: absolute;
    font-size: 14px;
  
    bottom: -12px;
    margin: 0 auto;
    float: left;
}
a.view_detail_tab span
{
      border-radius: 18px;
    background: #aa0044;
    text-align: center;
    color: #fff;
     padding: 5px 10px;
}
a.btn {

    color: #aa0044;
    font-size: 50px;
    position: absolute;
    top: 39%;
}
a.btn.nextProTab_key_1 {
    right: -4%;
}
a.btn.prevProTab_key_1 {
    left: -4%;
}
.main {
    padding: 20px;
}
.product_cate {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.product_cate h2 {
    margin: 5px 0;
}
.adv_top img {
    width: 100%;
    margin-bottom: 10px;
}
.product_home {margin-top:5px;font-family:Arial; padding:0 1px}

.product_cate h2 img {
    float: left;
    margin-right: 10px;
}

.product_cate h2 a {
    font-size: 24px;
    color: #aa0044;
    text-transform: uppercase;
	font-family: VL_BOOSTERNEXTFY_BLACK;
}
.home-pr-item-img a {
	display: block;
    /*height: 256px !important;*/
	
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-pr-item-img-home a {
	/*height: 256px !important;	*/
}
.home-pr-item-img img {
    width: 100%;
	height:100%;
}

.home-pr-item-name {
    text-align: center;
}

.home-pr-item-name h3 {
    margin: 5px 0;
    line-height: 18px;
	height:35px;
	overflow:hidden;
}

.home-pr-item-name h3 a {
    font-size: 12px;
    color: #333;
}

p.home-pr-item-price {
    font-size: 17px;
    text-align: center;
    color: #aa0044;
}

a.view_more_price_size {
    text-align: center;
    background: #333;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 auto;
}

.f-pr-item-action {
    text-align: center;
    display: block;
	padding:10px 0 5px;
}

.buynow {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 8px;
}
.buynow:before
{
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
    border-right: 5px solid #aa0044;
    display: block;
    height: 0;
    left: -5px;
    position: absolute;
    top: -8px;
    content:"";
}
.buynow:after
{
    border-bottom: 30px solid transparent;
    border-left: 5px solid #aa0044;
    border-right: 10px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: -8px;
    content:"";
}
.view_detail {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}
.view_detail:before
{
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
    border-right: 5px solid #ff9c00;
    display: block;
    height: 0;
    left: -5px;
    position: absolute;
    top: -8px;
    content:"";
}
.view_detail:after
{
    border-bottom: 30px solid transparent;
    border-left: 5px solid #ff9c00;
    border-right: 10px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: -8px;
    content:"";
}
.buynow a {
    background: #aa0044;
    padding: 8px;
    color: #fff;
	font-size:13px;
}

.view_detail a {
    background: #ff9c00;
    padding: 8px;
    color: #fff;
	font-size:13px;
}
.home-pr-item,.v2-home-pr-item-related {
    border: 1px solid #eee;
    padding: 8px;
    margin-bottom: 15px;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
.f-product-item {
    padding: 0 5px;
}
.product_content_body{
	margin-top:10px;	
}
.row_dm
{
    margin-left:-10px;
    margin-right:-10px;
}
.copyright {
    background: #aa0044;
	padding:5px 0;
}

.footer {
    background: #f9f9f9;
    color: #333;
}
.footer ul li a {
    line-height: 23px;
    font-size: 14px;
    color: #333;
}
.copyright p {
	float:left;
	padding-top:30px;
    color: #fff;
    font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
.copyright a {
    color: #fff;
}
.fanpage{
	float:right;	
}
h4.title_footer {
font-family: VL_BOOSTERNEXTFY_BLACK;
color: #323232;
font-size: 16px;
margin-bottom: 15px;
}
ul {
    padding: 0;
}

.menu_footer ul li a {
    color: #333;
    font-size: 13px;
}

.menu_footer ul li a:hover {
    color: #aa0044;
}

ul {
    padding: 0;
}

.menu_footer ul li a {
    color: #aa0044;
    line-height:24px;
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu_footer ul li a:hover {
    color: #333;
}
.service_footer ul li
{
    clear:both;
    margin-bottom: 7px;
    line-height: 24px;
    color: #aa0044;
	 font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.service_footer ul li span {
    width: 20px;
    margin-right: 7px;
    height: 20px;
    float: left;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #aa0044;
    line-height: 20px;
	padding-left:4px;
	font-weight:bold;
}

.info_footer {
    /* position: relative; */
}
.menu_footer {
    z-index: 11;
}

.footer .container {
    position: relative;
}
.social_share ul li {
    float: left;
    margin-right: 10px;
}

.social_share ul li a {
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 30px;
    border-radius: 4px;
    font-size: 14px;
    background: #aa0044;
    height: 30px;
    display: block;
}
.social_share ul li a:hover
{
    background: #ff9900;
}
.footer p {
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.hotline_footer {
    background: #aa0044;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 10px 0;
    padding: 5px 26px;
	font-family: VL_BOOSTERNEXTFY_BLACK;
    font-size: 14px;
}
.hotline_footer a{
	color: #fff;	
}
.hotline_footer:after {
        border-bottom: 22px solid transparent;
        border-left: 21px solid #f9f9f9;
        border-right: 18px solid transparent;
        display: block;
        height: 0;
        position: absolute;
        right: -27px;
        top: -3px;
        content: "";
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
}

.hotline_footer:before 
{
    border-bottom: 22px solid transparent;
    border-left: 21px solid transparent;
    border-right: 18px solid #f9f9f9;
    display: block;
    height: 0;
    left: -29px;
    position: absolute;
    top: -3px;
    content: "";
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
}
.productbreadcrumb ul li {
    float: left;
}

.productbreadcrumb {
    margin-left: 15px;
    float: left;
    margin-bottom: 15px;
    /* width: 100%; */
}

.productbreadcrumb ul li a {
    margin-right: 8px;
	font-family:Arial, Helvetica, sans-serif;
}
.productbreadcrumb ul li a:hover{
	color:#aa0044;
	
}

.productbreadcrumb ul li h1{
	color:#aa0044;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	font-weight:normal;
	margin:0;
	padding:2px 0 0 0;
}
.productbreadcrumb ul li i {
    margin-right: 8px;
}
/**********check-botton********/
.menu input[type=checkbox]:not(old),
.menu input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.menu input[type=checkbox]:not(old) + label,
.menu input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.menu input[type=checkbox]:not(old) + label > span,
.menu input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

.menu input[type=checkbox]:not(old):checked + label > span,
.menu input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

.menu input[type=checkbox]:not(old):checked + label > span:before{
  content     : '?';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

.menu input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}
/***************************/
.block_search_poduct ul li {
    float: left;
    width: 100%;
}
.block_search_poduct {
    border: 1px solid #eee;
    padding: 15px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.title_block{
    text-transform: uppercase;
    color: #aa0044;
    float: left;
    margin-left:11px;
    line-height: 29px;
    font-size:15px;
}

.content_block ul li a {
    line-height: 23px;
}

.content_block ul li input {
   
    float: left;
}
.content_block ul li label {
    font-weight: normal;
    float: left;
	font-family:Arial, Helvetica, sans-serif;
}

.content_block.size ul li label {
    color: #aa0044;
    font-weight: normal;
}

.content_block.size ul li {
    float: left;
    width: 50%;
    line-height: 23px;
}

.content_block.size {
    float: left;
}

.content_block ul li.active a {
    color: #aa0044;
}
.info_product {
    border: 1px dashed #aa0044;
    margin: 15px 0;
    padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
    height: 100px;
    overflow: hidden;
}
.product_tab_body ul.nav-tabs li {
    margin-bottom: 5px;
}
.product_tab_body ul.nav-tabs {
    border: none;
    margin-bottom: 15px;
}

.product_tab_body ul.nav-tabs li a {
	font-family:Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 6px;
    margin-right: 10px;
    font-size:12px;
}
.product_tab_body ul.nav-tabs li.active a {
    border: 1px solid #aa0044;
}
.nav-tabs > li:hover > a {
	background:none;
}
.product_tab_body ul.nav-tabs li:hover a {
	border: 1px solid #aa0044;
	color:#aa0044;
}
.select_option select {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 2px;
	font-family:Arial, Helvetica, sans-serif;
}
.select_option {
    margin-bottom: 10px;
}
.select_option span {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

.select_option span:hover {
    background: #ccc;
}
/*****************tin t?c*************/
.title_page h1 {
    margin-top: 0;
    margin-bottom: 10px;
	font-size:24px;
	color: #aa0044;
    text-transform: uppercase;
    background: #fff;
    padding-right: 10px;
    display: inline-block;
    z-index: 11;
}


.title_page{
    position: relative;
}
.title_page:after {
    content:"";
    position: absolute;
    border: 1px dashed #ccc;
    right: 0;
    width: 100%;
    bottom: 19px;
    z-index: -1;
}
.news_content ul li {
    width: 33%;
    padding: 6px;
}
.rows {
    margin-left: -5px;
    margin-right: -15px;
}
.f-news-page-item {
    box-shadow: 0px 0px 4px #ccc;
    padding: 8px;
    margin-bottom: 0px;
}
.f-news-page-item:hover{
    box-shadow: 0px 0px 4px #aa0044;
}

.f-news-page-item-text h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 12px;
	height:35px;
	overflow:hidden;
}

.f-news-page-item-text h3 a {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
	color:#333;
}
.f-news-page-item-text h3 a:hover {
    color: #aa0044;
}

.date_comment {
    text-align: center;
    margin-top: 10px;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
}

.date_comment p {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.date_comment p:last-child {
    border: none;
    padding: 0;
}
.page_news {
    margin-top: 10px;
    margin-left: 15px;
}
.page_news ul li
{
    width: auto;
    float: left;
    padding: 0;
}
.page_news strong {
    border: 1px solid #eee;
    border-radius: 100%;
    float: left;
    width: 30px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
}

.page_news span:hover {
    border: 1px solid #aa0044;
}

.page_news ul li strong {
    border: none;
    font-weight: bold;
    width: auto;
    padding: 0 5px;
}

.page_news ul li span:hover {
    border: none;
    color: #aa0044;
}
.qc_right .title_block {
    margin-left: 0;
}

.qc_right .title_block strong {
    font-size: 14px;
    padding: 0 5px;
}
.title_block.page {
    border: 1px solid #aa0044;
    height: 31px;
    width: 100%;
}
.bears {
    background: url(artseed/icon_bear.png) no-repeat;
    width: 16px;
    height: 14px;
    z-index: 111;
}
.icon_block {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    line-height: 26px;
    display: block;
    background: #aa0044;
}
.icon_block:after
{
       border-bottom: 10px solid transparent;
       border-left: 10px solid #aa0044;
       border-right: 10px solid transparent;
       display: block;
       height: 0;
       position: absolute;
       right: -4px;
       top: 12px;
       content: "";
       transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -webkit-transform: rotate(135deg);
}
.block.page {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    width: 100%;
}
.title_block_right.page {
    border: 1px solid #aa0044;
    height: 31px;
}
.title_block_right{
    color: #aa0044;
    float: left;
    line-height: 29px;
    text-transform: uppercase;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
}
.title_block_right span{
	padding-left:12px;	
}
.content_block ul li a {
    text-transform: uppercase;
    font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:5px 0;
	display:block;
	
}
.content_block ul li a strong{	
	padding-left:5px;
}
.content_block ul li a:hover {
    color: #aa0044;
}
.content_block ul li a i {
    padding-right: 3px;
}
.title_detail_page h1 {
    margin: 0;
    margin-bottom: 10px;
    color: #aa0044;
    font-size:20px;
}
.block{
	clear:both;
	margin:15px 0;
}
.banner_left img{
	margin-top:15px;	
}
.date_detail_comment{
    color: #aa0044;
	font-family:Arial, Helvetica, sans-serif;
}
.news_details{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:22px;
}
.news_details img {
    max-width: 100%;
    height: auto;
}
.news_title_related {
    font-size:26px;
    color: #aa0044;
    margin-top: 10px;
    line-height: 35px;
    margin-bottom: 10px;
    float: left;
}

.news_title_related span 
{
    background: url(../artseed/image3.jpg) no-repeat;
    height: 35px;
    display: block;
    width: 37px;
	margin-right: 10px;
    padding-right: 10px;
    float: left;
}

.news_related ul li a {
    color: #333;
	font-family:Arial, Helvetica, sans-serif;
}

.news_related ul li a:hover {
    color: #aa0044;
}

.news_related ul li a i {
    color: #aa0044;
    margin-right: 7px;
}
.news_related ul {
    clear: both;
	padding-top:10px;
}
/****dang ky thanh vien********/
.form_dk {
    width: 55%;
}
.form_dk .bg_form
{
    background: url(../artseed/bg_dk.png) no-repeat;
    height:629px;
    padding: 55px;
    width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
.form_dk label {
    float: left;
    min-width: 100%;
}

.form_dk .input-group input {
    float: left;
    width: 100%;
    border: 1px solid #aa0044;
}

.form_dk .input-group {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.form_dk .input-group input
{
	box-shadow:none;
	border-radius:0;
}
.form_dk label span {
    color: #f68220;
}

.form_dk button {
    background: #aa0044;
    text-transform: uppercase;
    float: right;
}
.check_botton {
    text-align: center;
    margin: 0 auto;
}

.check_botton label {
    width: auto;
    float: none;
    min-width: auto;
}
.info_dk {
    border: 1px solid #aa0044;
    width: 43%;
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
}
.block_search_poduct .content_block ul li a {
    font-weight: normal;
    text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
}

.block_search_poduct .content_block {
    clear: both;
    margin-left: 13px;
}
.content_block.color ul li span {
    width: 30px;
    height: 30px;
    display: block;
}

.content_block.color ul li {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.content_block.color ul li 
{
    float: left;
    width: auto;
    }
.content_block.color ul li span.color1 {
    background: #aa0044;
}

.content_block.color ul li span.color2 {
    background: yellow;
}
/*********chi tiet san pham****************/
div#slidezoompage a {
    display: block;
    padding: 10px;
}
div#slidezoompage img {
    max-width: 100%;
    border: 1px solid #ddd;

}
/*************21/1/2017***********/
span.prev-detail i {
    font-size: 25px;
    color: #aa0044;
    position: absolute;
    left: -5px;
    top: 27%;
    cursor: pointer;
}

span.next-detail {
    font-size: 25px;
    color: #aa0044;
    position: absolute;
    right: -5px;
    top: 27%;
    cursor: pointer;
}

.f-pr-image-zoom-gallery {
    position: relative;
}
/*************/
.f-pr-image-zoom {
    position: relative;
    height: auto;
}
.f-product-view-info-detail {
    float: left;
	font-family:Arial, Helvetica, sans-serif;
}
.f-product-view-info-detail h1
{
    margin:0;
    margin-bottom: 10px;
}
.f-product-view-info-detail h1
{
    color: #aa0044;
    font-size: 22px;
	font-family: VL_BOOSTERNEXTFY_BLACK;
}
.masp{
	font-size:15px;
	line-height:28px;	
}
.masp span{ 
	color:#aa0044;
}
.price_sp_detail {
    font-size: 28px;
    color: #aa0044;
    margin-bottom: 10px;
    margin-top: 10px;
}
.size_product {
    float: left;
    width: 100%;
}
.size_product p {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    width: 15%;
}

.size_product ul {
    float: left;
    width: 82%;
}

.size_product ul li {
    float: left;
    margin: 2px 12px;
    border: 1px solid #aa0044;
    border-radius: 13px;
    padding: 3px 13px 3px 5px;
    cursor: pointer;
}

.size_product ul li span {
    color: #aa0044;
}

.size_product ul li span i {
    font-size: 19px;
    margin-right: 4px;
}

.size_product ul li.active {
    background: #aa0044;
}

.size_product ul li.active span {
    color: #fff;
}

.soluongsp.buynow_detail {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.qualitysl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.button_buynow {
    float: left;
}

.bg_buynow a {color: #fff;text-align: center;padding: 7px 15px;background: #aa0044;}
.bg_buynow a {
    display: inline-block;
    font-size: 12px;
}

.bg_buynow {
    text-align: center;
}
.bg_buynow a.addtocart {
    padding: 10px;
    vertical-align: top;
    line-height: 29px;
}

.bg_buynow a:hover {
    background: #94173e;
}
.qualitysl p {
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
.bg_buynow a i {
    font-size: 31px;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top;
}

.bg_buynow a span {
    display: inline-block;
}

.bg_buynow a strong {
    display: block;
    font-size: 18px;
}
.other_service i {
    font-size: 20px;
    color: #333;
    margin-right: 7px;
    vertical-align: middle;
}
.other-dv-more {
    clear: both;
    margin-bottom: 20px;
}

.cl-eye, .notes-eyes,.form-phone {
    text-align: left;
}

.cl-eye .eyes-bl, .notes-eyes p, .form-phone label, .form-phone input,.form-phone button {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cl-eye .eyes-bl i {
    font-size: 17px;
    color: #aa0044;
    margin-right: 5px;
}

.cl-eye .eyes-bl select {
    margin-left: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

.notes-eyes {}

.form-phone label {}

.form-phone input {
    width: auto;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
    color: #333;
    height: 28px;
}


.form-phone button {
    background: #aa0044;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 7px 20px;
}

.form-phone button:hover {
    background: #981840;
}
.other_service {
    float: left;
    clear: both;
}

.other_service img {
    margin: 5px 0;
}

.other_service strong {
    color: #333;
    margin: 0 5px;
}

.icon_block i {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

.block_qc_right ul li {
    line-height: 26px;
}

.block_qc_right ul li i {
    padding-right: 9px;
    color: #aa0044;
    font-size: 15px;
}
.block_qc_right p{
	font-family:Arial, Helvetica, sans-serif;	
}
.qc_right .block.page {
    margin-bottom: 10px;
}
.short_info_detail {
    margin: 5px 0;
}
.title {
    display: inline-block;
    line-height: 29px;
    text-transform: uppercase;
    color: #aa0044;
    z-index: 1;
    position: relative;
    background: #fff;
    border: 1px solid #aa0044;
    padding: 0 10px;
    margin: 0;
}
.title .icon_block:after
{
    border-left: 10px solid #aa0044;
}
.title .icon_block {
    background: #aa0044;
    margin-right: 10px;
    margin-left: -10px;
}
.block_choose ul li {
    /* display: inline-block; */
    text-align: center;
    float: left;
}


.block_choose ul li i,  .block_choose ul li div.fa{
	font-size: 35px;
    color: #c0c0c0;
    padding: 10px 13px;
    border: 1px dashed #aa0044;
    border-radius: 5px;
}
.title_choose {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #aa0044;
	font-size:13px;
}

.block_choose ul li p {
    font-style: italic;
    min-height: 60px;
	font-family:Arial, Helvetica, sans-serif;
}
.block_choose ul {
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}
.block_choose ul li {
    width: 19%;
    margin-right: 13px;
}
.block_choose ul li:last-child{
	margin-right:0;
}
.bg_title {
    text-align: center;
    margin: 20px 0 7px;
    position: relative;
}

.bg_title:after {
    position: absolute;
    width: 97%;
    border-top: 1px dotted #ccc;
    left: 15px;
    top: 13px;
    content: "";
    z-index: 0;
}

.tab_info_detail ul.nav-tabs li.active a {
    background:#ff9c00;
	color:#FFF;
	text-transform: uppercase;
	font-weight: bold;
	border-left:10px;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}

.tab_info_detail ul.nav-tabs li a {
    border-radius: 0;
    margin: 0;
    
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.tab_info_detail ul.nav-tabs li:first-child a {
    border-left: 1px solid #ccc;
}
.tab_info_detail .tab-content {
    padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.tit_pro_related {
    text-transform: uppercase;
    color: #aa0044;
    font-size: 24px;
    display: block;
    line-height: 39px;
    margin: 10px 0;
}
.v2-home-pr-item-related .f-pr-item-action {
	/*
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    display: none;
	*/
}

.v2-home-pr-item-related:hover .f-pr-item-action {
    display: block;
}

.v2-home-pr-item-related .home-pr-item-img {
    position: relative;
}
/*
.v2-home-pr-item-related .home-pr-item-img:before {
    background: rgba(0, 0, 0, 0.52);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

.v2-home-pr-item-related:hover .home-pr-item-img:before {
    opacity: 1;
}
*/
.list_product_viewed {
    border: 1px solid #aa0044;
    padding: 10px;
}

.title_viewed {
    font-size: 16px;
    margin-bottom: 10px;
    color: #999;
}

li.f-pr-bl-item.f-pr-bl-item-border {
    width: 90%;
}
.product_viewed {
    margin: 0 35px;
    position: relative;
}
.product_viewed .customNavigation a.btn {
    color: #FFF;
    background: #ffd2e0 ;
    border-radius: 5px;
    font-size: 25px;
    padding: 3px 7px;
}

.product_viewed .customNavigation {
    position: absolute;
    top: 23%;
    width: 100%;
}
a.btn.prew_viewed {
    left: -28px;
}

a.btn.next_viewed {
    right: -24px;
}
.banner_slider {
    position: relative;
}
/**************cart gio hang**************/
.title_page.cart {
    margin: 0 15px;
}

.form_tt_customer .form-group input,.info_contact .form-group input {
    margin: 8px 0;
    font-size: 12px;
	border: 1px solid #aa0044;
	color:#333;
	width:100%;
}

.form_tt_customer textarea,.info_contact textarea {
   border: 1px solid #aa0044;
   font-size: 12px;
}
.btn-contact button {
	font-family: VL_BOOSTERNEXTFY_BLACK;
    background: #c6004f;
    border: none;
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
	font-size:16px;
	border-radius: 4px;
}
.info_contact {
    margin-bottom: 10px;
}
.info_contact p {
    float: right;
}
.left_info_customer, .right_info_cart{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.list_cart {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 8px;
    padding: 0;
}

.list_cart ul.cart_title li {
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 7px;
}

.list_cart ul.cart_title li:last-child {
    border-right: none;
}
.list_cart ul.cart_title {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #fcfcfc;
}
.list_cart ul li .cart_title {
    text-transform: uppercase;
    font-size: 12px;
}

.cart_info_name_sp {
    font-size: 13px;
    margin-bottom: 5px;
}

.cart_info_price {
    font-size: 15px;
}

.cart_info_total {
    font-size: 15px;
}

.total_sp_cart {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.total_sp_cart strong {
    color: #aa0044;
    font-size: 15px;
}

.button_cart {
    float: left;
    margin-top: 15px;
    margin-left: 0;
}

button.buy_cart  {
	background: #aa0044;
    color: #fff;
    padding: 8px 12px;
    border: medium none;
}

.button_cart a {
    background: #aa0044;
    color: #fff;
    padding: 8px 12px;
}

.button_cart a:hover {
    background: #aa0044;
}
ul.list_list_cart {
    clear: both;
    float: left;
    width: 100%;
    /* background: #eee; */
    margin: 0;
}

ul.list_list_cart li {
    border-right: 1px solid #999;
    min-height: 150px;
}

ul.list_list_cart li:last-child {
    border-right: none;
}

ul.list_list_cart li {
    text-align: center;
}

ul.list_list_cart li ul {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
}
ul.list_list_cart li ul:nth-child(2n) {
    background: #fcfcfc;
}
ul.list_list_cart li ul li {
    padding-top: 5px;
}

ul.list_list_cart li ul:last-child {
    border-bottom: none;
}

.cart_delete i {
    font-size: 18px;
    color: #aa0044;
    cursor: pointer;
}

.cart_info_image_sp {
    margin-bottom: 10px;
    max-width: 100px;
    margin: 0 auto;
}
/******banner slide****/
a.nivo-prevNav {
    background: #aa0044;
    width: 35px;
    height: 35px;
    left: 10px;
    position: relative;
    color: #aa0044;
}
a.nivo-nextNav {
    background: #aa0044;
    width: 35px;
    height: 35px;
    right: 10px;
    position: relative;
    color: #aa0044;
}
a.nivo-prevNav:before {
    position: absolute;
    content: "\f104";
    font: normal normal normal 16px/1 FontAwesome;
    left: 14px;
    top: 9px;
    color: #fff;
}
a.nivo-nextNav:before {
    position: absolute;
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    left: 14px;
    top: 9px;
    color: #fff;
}
.product_banner_mediate img
{
    width:100%;
    height: auto;
}
.pr-item-name_mediate {
    text-transform: uppercase;
    font-size: 13px;
}

.pr-item-name_mediate h3 {
    margin: 0;
    padding: 10px;
    background: #aa0044;
}

.pr-item-name_mediate h3 a {
    color: #fff;
}
.product_mediate .home-pr-item {
    box-shadow: 1px 1px 2px #999;
}
.sort_info_home_pr {
    margin-top: 5px;
    text-align: justify;
    font-size: 13px;
	line-height:20px;
	height:100px;
	overflow:hidden;
}
.view_more {
    text-align: center;
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.view_more strong {
    background: #aa0044;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	 border-radius: 10px;
}
li.pr-home-related {
    padding: 0 2px;
}
.nodate{
	padding:0 0 0 30px;
	font-size:14px;
	font-weight:normal;
	
}
.video-top{
	width:95%;
	margin:20px auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background:#000;
}
.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_contact{
	font-family: arial;	
	font-size:14px;
}
.content_contact img{
	max-width: 100% !important;
	height: auto !important;
}

.content_contact ul li {
    line-height: 25px;
    
}

.content_contact ul li i {
    margin-right: 9px;
    font-size: 15px;
}
.Contact{
	font-family: arial;	
	font-size:12px;	
}
.content_contact ul li:nth-child(1) i {
    color: #aa0044;
    font-size: 14px;
}
.content_contact ul li:nth-child(2) i {
    color: #aa0044;
    font-size: 14px;
}
.content_contact ul li:nth-child(3) i {
    color: #aa0044;
    font-size: 21px;
}
.content_contact ul li:nth-child(4) i {
    color: #aa0044;
}
.freeship_transform {
    float: left;
    margin-bottom: 6px;
}
.freeship_transform p   {
    /* float: left; */
    margin: 0;
}

.freeship p {float: none;font-size: 12px;margin-bottom: 0;}
.last_item p {
    color: #aa0044;
}

.last_item p strong {
    color: #aa0044;
}
.last_item {
    float: left;
    color: #333;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    line-height: 25px;
    margin-top: -2px;
}

.freeship {
    display: inline-block;
    float: left;
    padding: 5px 7px;
    position: relative;
    text-align: left;
    background: #333;
    color: #fff;
    margin-right: 22px;
}
.freeship:after
{
        content: "";
        position: absolute;
        top: 0px;
        z-index: -1;
        right: -17px;
        border-right: 0 solid transparent;
        border-left: 17px solid #333;
        border-top: 45px solid transparent;
}
.freeship:before
{
    content:"";
    position: absolute;
    width: 49px;
    height:1px;
    background: rgb(216, 31, 89);
    right: -30px;
    top: 22px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(69deg);
}
.freeship strong {
    /* display: inline-block; */
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.pos_giao p {
    color: #aa0044;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
    /* font-weight: bold; */
    margin-top: 3px;
}
.pos_giao p i
{
    color:#333;
    margin-right: 5px;
}
.pos_giao p:last-child
{
    color:#333;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.pos_giao {
    float: left;
    margin-left: 10px;
    margin-right: 0px;
}

.pos_giao p {
    float: none;
}

span.line_cheo {
    float: left;
    margin-top: 22px;
    width: 44px;
    /* display: block; */
    height: 1px;
    background: #aa0044;
    transform: rotate(69deg);
    -moz-transform: rotate(69deg);
    -webkit-transform: rotate(69deg);
}
.hotro_detail_sp {
    clear: both;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.ico_tv {
    float: left;
    margin-left: 25px;
    margin-top: 6px;
    margin-right: 17px;
}

.info_tvmh {
    float: left;
}

.ico_tv i.fa-comment {
    position: relative;
    color: #aa0044;
    font-size: 31px;
}

.ico_tv i.fa-volume-control-phone {
    color: #fff;
    position: absolute;
    font-size: 14px;
    left: 10px;
    top: 9px;
    transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -webkit-transform: rotate(-39deg);
}

.info_tvmh p:first-child {
    color: #333;
    font-size: 15px;
    margin-bottom: 0px;
}

.info_tvmh:last-child, .info_tvmh:last-child a {
    font-size: 18px;
    color: #aa0044;
}
.ico_tv.hdmh i {
    font-size: 31px;
    color: #aa0044;
}
.payment {
    float: left;
    background: #f5f5f5;
    width: 100%;
    text-align: center;
}

.payment ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 0 3px;
}

.payment ul {
    margin: 0;
}
.video_hd {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    margin: 20px 0;
    padding: 10px;
}
span.thumbs {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    display: inline-block;
    margin-left: 9px;
}
.ttvideo {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}
.ttvideo a {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    font-family: arial;
    border: 1px solid #aa0044;
    padding: 3px;
    display: block;
}
.ttvideo a i
{
    color: #aa0044;
}
.ttvideo p
{
    margin-bottom: 2px;
}
.ttvideo p:first-child {
    color: #000;
}
.ttvideo p:first-child span {
    color: #aa0044;
    margin-left: 4px;
}

.ttvideo p:last-child strong {
    color: #ccc;
}
.Main404{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.BgImg404{height:auto;margin:36px 0 10px 0;width:100%;text-align:center;}
.BgImg404 img{max-width:100%; height:auto;}
.Text404{text-align:center;margin:16px 0;font-size:16px;}
.Text404 a{color:#aa0044;}.Text404 a:hover{color:#aa0044;}
.SubText404{width:100%;clear:both;margin:0 auto 30px;line-height:28px;color:#333;}
.shop_cart {
    float: right;
    margin-right: 22px;
    margin-top: 10px;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.shop_cart i {
    font-size: 19px;
    color: #aa0044;
}
.option_dk h3 i {
    border: 1px dashed #aa0044;
    font-size: 25px;
    border-radius: 100%;
    line-height: 50px;
    color: #aa0044;
    margin-right: 10px;
    width: 52px;
    text-align: center;
    height: 52px;
}

.option_dk h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.option_dk ul li {
    font-family: arial;
    line-height: 20px;
    color: #333;
    font-size: 13px;
}

.option_dk ul li i {
    color: #aa0044;
    margin-right: 7px;
    font-size: 14px;
}

.option_dk ul {
    margin-left: 26px;
}
.btn-success:hover{
    background:#ffd2e0;
	border-color:#aa0044;
}
a.hotlie {
	position: fixed;
	bottom: 5px;
	left: 2px;
	background: #aa0044;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	border-radius: 3px;
	display: none;
	z-index: 999;
	border-radius: 15px;
	padding-right: 10px;
}
a.hotlie i{
	background: #ff9c00;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border-radius: 22px;
	margin-right: 5px;
}
a.scrollup {
   background: none repeat scroll 0 0 #aa0044;
   border: 1px solid #ff9c00;
   bottom:110px;
   color: #FFFFFF;
   font-family: 'Roboto Condensed',sans-serif;
   height: 30px;
   line-height: 27px;
   position: fixed;
   right:5px;
   text-align: center;
   text-transform: uppercase;
   transition: all 0.5s ease 0s;
   width: 35px;
   z-index: 1000;
   }
a.scrollup:hover{
 background: none repeat scroll 0 0 #ff9c00;
 border: 1px solid #aa0044;
 box-shadow: 0 0 0 2px #aa0044;
 color: #fff;
 }
 
 .box-hotines {
    position: fixed;
    bottom: 0;
    left: 5px;
    border-radius: 7px 7px 0 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 1px 2px 1px #333;
	font-size:14px;
	font-weight:normal;
	display:none;
}

.tile-htl {
    background: #aa0044;
    padding: 6px 13px;
    color: #fff;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
}

.tile-htl span {
    margin: 0 14px;
}


.tile-htl .fa-volume-control-phone {
    background:#fff;
    color: #aa0044;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 17px;
    line-height: 25px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    vertical-align: middle;
}
.tile-htl .fa-volume-control-phone:before {
    position: absolute;
    content: "\f2a0";
    left: 7px;
    top: -1px;
    font-family: FontAwesome;
    font-size: 15px;
}


.content-box-hotline ul
 li {
    line-height: 30px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #aa0044;
}

.content-box-hotline ul
 li strong {float: right;margin-right: 10px;color: #aa0044;}

.content-box-hotline ul
 li:last-child {
    border-bottom: none;
}

.content-box-hotline ul {
    margin-bottom: 0;
}

.content-box-hotline {
    display: block;
}
/************/
.title-feedback {
    text-align: center;
    margin-bottom: 20px;
}

.title-feedback h2, .title-feedback .titleh2{
    text-transform: uppercase;
    font-size: 24px;
}

.title-feedback p {
    font-size: 14px;
    width: 75%;
    font-family: arial;
    line-height: 22px;
    margin: 0 auto;
}

.owl-feedback {
    position: relative;
}

.owl-feedback {}

.item-feedback {
    margin: 0 15px;
    border: 1px dashed #077ec2;
    border-radius: 20px;
}

.short-feedback {
    color: #fff;
    background: #c6004f;
    border-radius: 0 0 20px 20px;
    padding: 10px;
}

.short-feedback p {
    margin-bottom: 0;
    font-family: arial;
    line-height: 22px;
    font-size: 12px;
}

.img-feedback {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-feedback img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.info-feedback h3, .info-feedback .info-feedback3 {
    text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;;
}

a.btn.nextfb i,a.btn.prevfb i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.8705882352941177);
}

a.btn.nextfb i,a.btn.prevfb i {
    font-size: 31px;
    line-height: 40px;
}

a.btn.nextfb i:hover,a.btn.prevfb i:hover {
    background: #008fff;
    color: #fff;
}

a.btn.prevfb i {
    left: 0;
}

a.btn.nextfb {
    right: 4px;
}

a.btn.prevfb {
    left: -10px;
}
.content-feedback {
    margin-bottom: 30px;
}
.wrap-top-footer {
    background: #eee;
    padding: 20px 0;
	color:#555;
}

p.tit-top {
    text-transform: uppercase;
    font-size: 15px;
}

ul.share-icon li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.share-icon li img {
    width: 36px;
}

.menu-footeer h2 {
    margin-top: 0;
    text-transform: uppercase;
    color: #555;
    font-size: 16px;
    margin-bottom: 10px;
}

.menu-footeer ul li {
    line-height: 22px;
}

.menu-footeer ul li a {
    position: relative;
    font-size: 13px;
    font-family: arial;
	color:#555;
}

.menu-footeer ul li a:before {
    content: "\f0da";
    font-size: 12px;
    font-family: FontAwesome;
    padding-right: 4px;
	
}

.menu-footeer ul li a:hover {
    color: #c6004f;
}

.menu-footeer {
    margin-bottom: 15px;
    display: block;
}

a.baogia {
    display: inline-block;
    background: #ff9c00;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 6px;
    padding: 7px 14px;
    margin-bottom: 10px;
    border-radius: 5px;
}

a.baogia:last-child {
    background: red;
}

a.baogia:hover {
    background: #c6004f;
    color: #fff;
}

.info-fot a.baogia:nth-child(2) {
    background: #c6004f;
}

.info-fot p {
    line-height: 27px;
    font-size: 14px;
}

.info-fot p i {
    margin-right: 4px;
}
footer {
    background: #aa0044;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

footer:before {
    width: 100%;
    height: 40px;
    background: #780131;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.col-info-footer {
    color:#fff
}

.col-info-footer h2,footer .col-menu-footer h2,.col-fanpage-footer h2,.col-info-footer .footerh2,footer .col-menu-footer .footerh2,.col-fanpage-footer .footerh2{
    color: #f40263;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
}
.contentFooter{
	color:#FFF;
	line-height:22px;	
}
footer .col-menu-footer ul li a{
    color:#fff;
    position: relative;
    line-height: 27px;
    font-size: 13px;
    font-family: arial;
}

.col-menu-footer ul li a:before {
    content: "\f0da";
    font-size: 15px;
    font-family: FontAwesome;
    padding-right: 8px;
}
footer .col-menu-footer ul li a:hover {
    color: #f40263;
}
.title-customer {
    width: 658px;
    margin: 0 auto;
    text-align: center;
    border-radius: 18px;
    border: 2px dashed #c6004f;
    padding: 5px;
}

.title-customer p {
    font-family: arial;
    font-size: 14px;
    line-height: 22px;
}

.title-customer h2 span, .title-customer .title-customer-name span {
    font-size: 24px;
    text-transform: uppercase;
    background: #fff;
    padding: 0 15px;
    display: inline-block;

}

.title-customer-name {
    margin-top: -23px;
    margin-bottom: 10px;
}

.title-customer h2{
    margin-top: -26px;
    margin-bottom: 10px;
}

.home-custome {
    margin-top: 20px;
}

.tit-ds-cus {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.tit-ds-cus span {
    display: inline-block;
    background: #aa0044;
    color: #fff;
    padding: 11px 37px;
    font-family: arial;
    font-size: 15px;
    border-radius: 12px;
}
.home-custome ul li {
    display: inline-block;
    width: 7%;
    margin: 10px 15px;
}

.home-custome ul {
    text-align: left;
    margin-top: 20px;
}
/*******************respnsive***********************/
@media ( min-width: 991px) {

.sky-mega-menu li i{
    display:none;
}
    .sky-mega-menu li:hover > .submenu {
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
}
.scale-effect li:hover > .submenu {
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  /* background: #040708; */
  display: block;
}
.scale-effect li > div {
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  /* -webkit-transform: scale(0, 0); */
}

}
@media ( min-width: 1400px) {
    .slider-2 img.img2 {
        margin-left: -385px;
    }
}
@media ( max-width: 1199px) {
  .hotline
  {
    margin-left: 31px;
  }
  .sky-mega-menu li a
  {
    padding: 0 8px;
  }
  .info_dk
  {
  width: 34%;
  }
  .form_dk
  {
    width: 63%;
  }
   .title_block strong
   {
       margin-left: 10px;
       font-size: 11px;
   }
}
@media ( max-width: 991px) {
	
	.shop_cart
	{
		margin-right:0;
		margin-top: 14px;
	}
  .form_dk button
  {
    margin-right: 108px;
  }
  .info_dk,.form_dk{
    width: 100%;
    margin-top: 10px;
}
.form_dk .input-group input
{
  width: 57%;
}
    .sky-mega-menu li .adv strong
    {
        margin-top: 8px;
    }
    .adv {
    width: 100%;
    margin-bottom: 10px;
}
        .sky-mega-menu li > .submenu
    {
        display:none;
        opacity: 1;
        visibility: visible;
        position: static;
		overflow:hidden;
		
    }
    .sky-mega-menu li li a
    {
        text-align: left;
        padding-left: 24px;
        line-height: 20px;
    }
    .sky-mega-menu li li
    {
        width:100%
    }
    .block_choose ul li:nth-child(3){margin-right:0;}
    .block_choose ul li:nth-child(4){/* margin-right:0; */margin-left: 18%;}
    .block_choose ul li
    {
        width: 31%;
    }
    .f-product-view-info-detail
    {
        width:60%
    }
    .qc_right {float: left;width: 40%;}
   
   
    .block_search_poduct .content_block
    {
        margin-left:0;
    }
    .ma-banner7-container {
        min-height: auto;
    }
    .logo {
        padding: 0 0;
        border: 0;
        float: left;
    }
    .hot_pm
    {
        float:left;
        width: 48%;
        margin-top: 22px;
    }
        .logo img {
        float: left;
    }
    p.members
    {
    	margin:0;
    }
    .dmtc p
    {
        margin: 6px;
        padding:0;
    
    }
    p.members a
    {
    	margin-top: 7px;
    }
    .title_block strong
    {
        margin-left: 6px;
        font-size: 12px;
    }
    .sky-mega-menu li i
    {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px;
        cursor: pointer;
        color: #fff;
        display: block;
        background: #aa0044;
        height: 31px;
        width: 31px;
        text-align: center;
        line-height: 31px;
    }
}

@media ( max-width: 767px) {
	.customNavigation-feedback
	{
		display:none;
	}
	footer:before
	{
		display:none;
	}
	.menu-footeer
	{
		width:50%;
		float:left
	}
	.col-top-footer iframe
	{
		height:100% !important
	}
	.home-custome ul li
	{
		width: 12%;
	}
	.title-customer
	{
		width: 95%;
	}
	.box-hotines
	{
		display:none;  
	}
	a.hotlie{
		display:none;	
	}
	.bg_buynow a
	{
		display:block;
		margin-bottom:10px;
	}
	.menu_footer
	 {
	  clear:both;
	 }
	.block-dmsp{
		display:none;	
	}
	.col-sm-6 {
		width: 100%;
	}
	.form_dk .bg_form
	{
		padding-left: 42px;
		padding-right: 0;
	}
	.shop_cart
	{
		float:none;
		display: inline-block;
		margin-left: 30px;
	}
	.block_choose ul li
	{
		width: 47%;
	}
	.block_choose ul li:nth-child(4)
	{
		margin-left:0;
	}
	.block_choose ul li:nth-child(3)
	{
	margin-right: 13px;
	}
.block_choose ul li:nth-child(2n)
{
	margin-right:0;
}
    .f-product-view-info-detail,.qc_right
    {
        width:100%
    }
     
.zoomWrapper {
    z-index: -1;
    position: inherit;
    width: 100% !important;
}
.zoomContainer {
    z-index: -1;
    position: relative;
    display: none;
    overflow: hidden;
}
    .info_footer, .menu_bottom1,.menu_bottom2 {width: 50%;float: left;}
    ul.nav.nav-tabs.product_tab_sp li
    {
        
        display: inline-block;
        width: auto;
        margin: 5px 0;
        border-right: none;
    }
    ul.nav.nav-tabs.product_tab_sp
    {
        margin-bottom:0;
        padding-bottom:0;
    }
    .dmtc p {
        margin: 6px;
        padding: 0;
        float: none;
        text-align: center;
        display: inline-block;
    }
    .dmtc
    {
        float:none;
        text-align:center;
        margin:0 auto;
        display: inline-block;
        width: 100%;
    }
     p.members
    {
    	margin:0;
    	padding: 10px;
    }
    p.members a
    {
    	margin-top: 0;
    	margin-left: 0;
    }
    .hot_pm
    {
        width: 100%;
        margin-top: 15px;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .hot_pm .hotline
    {
        
        float: none;
        display: inline-block;  
        margin-top: 0;
    }
    .hot_pm p
    {
        float:none;
        display: inline-block;
        margin-top:10px;
		line-height:20px;
    }
	.search {
   		 margin-top: 5px;
	}
	.shop_cart {
		margin-top:5px;
	}
    form#idf
    {
        width: 60%;
        margin: 5px auto;
    }
    .logo
    {
        float: none;
        text-align: center;
        margin: 15px auto;
    }
    .logo img
    {
        text-align: center;
        margin:0 auto;
        float: none;
    }
    .tab_info_detail ul li {
    display: inline-block;
    float: none;
    width: 30%;
}

.tab_info_detail ul {
    text-align: center;
    display: table;
    float: none;
}

.tab_info_detail ul li a {
}

.tab_info_detail ul li a {
    border-left: 1px solid #ccc !important;
}

.tab_info_detail ul {
    border-bottom: none;
    width: 100%;
}
.list_cart ul.cart_title li
{
    width: auto;
}
ul.list_list_cart li
{
    min-height:auto;
    float:none;
}
ul.list_list_cart li {
    border-right:none;

}
ul.list_list_cart li ul li
{
    width:auto;
    float:left;
    margin-bottom:10px;
}
.menu {
    float: left;
    width: 100%;
    padding: 0;
}
}

@media ( max-width: 600px) {
    .banner7-content .title1 {
        font-size: 32px;
        line-height: 38px;
    }
    .banner7-content img.img1 {
        margin-top: -130px;
    }
    .form_dk .input-group input
	{
		width: 91%;
	}
	.form_dk label
	{
		float:none;
		display:block;
	}
	p.promotion img{
		padding-top:3px;
		display:none;
	}
}
@media ( max-width: 480px) {
	.menu-footeer h2
	{
		font-size: 13px;
	}
	.title-feedback p
	{
		width:100%
	}
	.home-custome ul li
	{
		width: 23%;
	}
	p.promotion {
		font-size: 14px;
	}
	.dmtc p {
		margin-right: 0;
		margin-left:0;
	}
	.block_choose ul li
	{
		width:100%;
	}
  .form_dk button
  {
    margin-right:0
  }
        ul.list_list_cart li ul li
    {
        text-align:center;
        width:100%;
    }
    .list_cart ul.cart_title
    {
        display:none;
    }
    .size_product p
    {
        width:auto;
    }
    .size_product ul
    {
        width: 50%;
    }
    .size_product ul li
    {
        margin-bottom: 6px;
    }
    .tab_info_detail ul li {
 
    width: 50%;
}

    li.pr-home-related
    {
        width:100%;
    }
  
   
    .info_footer, .menu_bottom1,.menu_bottom2 {width: 100%;float: left;}
    .news_content ul li.news-item
    {
        width:50%;
    }
    .product_home, .f-product-item
 

    {
        width:100%;
    }
    form#idf
    {
        width:70%;
		float:left;
    }
	
	ul.nav.nav-tabs.product_tab_sp li
    {
        
display: inline-block;
        
width: auto;
        
border-right:none;
        
margin: 5px 0;
    }
    .line_fot
    {
      left:0;
      max-width: 232px;
    }
}
@media ( max-width: 320px) {
    ul.list_list_cart li ul li
    {
        text-align:center;
        width:100%;
    }
     
    .tab_info_detail ul li {
 
    width: 100%;
}

    .block_choose ul li {
    width: 100%;
    }

    .info_footer, .menu_bottom1,.menu_bottom2 {width: 100%;float: left;}
    
     .news_content ul li.news-item
    {
        width:100%;
    }
   .product_cate h2 a
   {
       font-size: 16px;
   }
}
h1, h2, h3{
	color:#aa0044;	
}

.item-feedback{
border: 1px dashed #aa0044;
}
a.btn.nextfb i:hover, a.btn.prevfb i:hover {
background: #aa0044;
color: #ffffff;
}
.readmore{
    border-radius: 18px;
	background: #aa0044;
	text-align: center;
	color: #fff;
	padding: 5px 10px 7px;
	border: 0;
}
.info_product1{
    border: 1px dashed #aa0044;
    margin: 15px 0;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;

}
.short_info_product_cate:after{
   content: <div>" Email address: "</div>;
}
.info_product1 img{
	max-width:100% !important;
	height:auto !important;
	display:block;
}
.list-check {
    width: 100%;
	font-size:13px;
	margin-top:5px;
}

.list-check p{
 	margin:0;
}
.list-check p input {
    display: inline-block;
	width:20px !important;
	cursor:pointer;
}
.list-check p label{
	font-weight:normal;	
}
.content-thanh-toan{
	width:100%;
	margin:5px 2px;
	border:1px solid #aa0044;
	padding:10px;
	line-height:28px;
	text-align:justify;
	clear:both;
}
.content-thanh-toan ul, ol{
	margin:0;
	padding:5px 20px;
	font-size:13px;
}
.content-thanh-toan li {
    list-style: inherit;
}

.content-chinhsachvanchuyen{
	margin-top:20px;	
}
.zalo-chat{
	position: fixed;
    right: 10px;
    bottom: 240px;
    z-index: 9999;
}
.messanger {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
}

.posbot {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 99999;
	display: none;
	font-size:14px;
}


a.holineFoorter {
    width:33.3333%;
    float: left;
    text-align: center;
    margin-bottom: 1px;
}
a.holineFoorter span {
    background: url(../artseed/hotline.png) no-repeat;
        background-size: auto;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    border-radius: 22px;
    margin-right: 5px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 5px;
}

a.dathangfooter {
    width:33.3333%;
    float: left;
    text-align: center;
    margin-bottom: 1px;
}
a.dathangfooter span {
    background: url(../artseed/cart-footer.png) no-repeat;
        background-size: auto;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    border-radius: 22px;
    margin-right: 5px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 5px;
}

a.chatngay {
    width:33.3333%;
    float: left;
    text-align: center;
    margin-bottom: 1px;
}
a.chatngay span {
    background: url(../artseed/chatngay.png) no-repeat;
        background-size: auto;
    width: 40px;
    height: 40px;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    border-radius: 22px;
    margin-right: 5px;
    background-size: 100%;
    display: block;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 5px;
}
.callback span i {
    background: url(../artseed/goilai.png) no-repeat;
        background-size: auto;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    border-radius: 100%;
    background-size: 100%;
}
.callback {
    display: block;
    margin: auto;
     margin-top: auto;
    text-align: center;
    float: left;
    width:25%;
    margin-top: 6px;
    cursor: pointer;
}
.gtsp{
    clear:both;
	width:100%;
	overflow:hidden;	
}
.gtsp .piconline {
    float: left;
    width:33.333%;
    text-align: center;
}

.gtsp a {
    font-weight: bold;
}
.gtsp .piconline img{
    padding: 5px;
	margin:0 auto;
}

.block-body ul li i {
    float: right;
    margin-top: -23px;
    font-size: 17px;
    margin-right: 5px;
	color:#FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.title-customer .title-customer-name span, .title-feedback .titleh2, .info-feedback .info-feedback3{
		color:#aa0044;	
}