@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import '../css/slick.css';
@import '../css/zoomingbox.css';
@import '../css/lightGallery.css';
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}
.ico_bg{
    background-image:url(../images/ico_bg.png);
    background-repeat:no-repeat;
    min-height:24px;
}
.clearfix{
    clear:both;
}
body {
    font-family:Tahoma, Veranda, Arial;
}
strong {
    font-weight: 400
}
.roboto {
    font-family: Roboto, sans-serif
}
.roboto-slab {
    font-family: 'Roboto Slab', serif
}
.ebgara {
    font-family: 'EB Garamond', serif
}
.text-h1 {
    font-size: 30px;
    -webkit-margin-before:5px;
    -webkit-margin-after: 5px;
    color:#ff0000;
    font-weight:normal;
    text-align:center;
    background: -webkit-linear-gradient(#ff0000, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-h3 {
    font-size: 30px!important
}
.text-h5 {
    font-size: 16px!important
}
.text-h4 {
    font-size: 18px!important
}
h2.title,h3.title {
    font-size: 18px!important;
    font-family: 'EB Garamond', serif;
    color: #0A98BF;
    border-top: 2px solid #0A98BF;
	border-bottom:1px solid #ebebeb;
    padding-top: 20px;
    text-transform: uppercase;
	font-weight:bold
}
.transition {
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.box-shadow {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    *zoom: 1;
    *float: left
}
i {
    background: url(../images/icon.png) no-repeat;
    display: inline-block
}
.icon-cart-white {
    width: 20px;
    height: 21px;
    background-position: -57px -11px;
    float: left;
    margin-top: 8px
}
.icon-cart-black {
    width: 23px;
    height: 24px;
    background-position: -32px -9px
}
.icon-home {
    width: 16px;
    height: 15px;
    background-position: -27px -33px
}
.icon-add {
    width: 9px;
    height: 9px;
    background-position: -47px -36px
}
.icon-subtract {
    width: 9px;
    height: 9px;
    background-position: -57px -36px
}
header .top-bar {
    background: #0A98BF;
    color: #FFF
}
header .top-bar p {
    font-size: 16px;
    margin: 7px 0;
	font-family:Tahoma, Veranda, Arial
}
header .top-bar span{
	font-size:12px;
	padding-left:15px;
	margin-right:10px;
}
header .top-bar span b{
	color:#f00;
}
header .top-bar span.ico_location{
	background:url(../images/location_head.png) left center no-repeat;
}
header .top-bar span.ico_mail{
	background:url(../images/mail_head.png) left center no-repeat;
	padding-left:20px;
}
header .top-bar span.ico_phone{
	background:url(../images/phone_head.png) left center no-repeat;
	padding-left:20px;
}
header .top-bar .cart a {
    display: inline-block;
    background: #0A87ae;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    line-height: 40px;
    float: right;
    padding-left: 20px;
    padding-right: 20px
}
header .top-bar .cart a:hover {
    text-decoration: none
}
header .top-bar .cart a .cart-noti {
    display: inline-block;
    height: 35px;
    padding: 0 10px 0 0;
    line-height: 40px;
    position: relative;
    float: left;
    margin-right: 10px
}
header .top-bar .cart a .cart-noti .notif-number {
    position: absolute;
    top: 5px;
    right: -10px;
    display: block;
    background: #cf0000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    line-height: 9px;
    text-align: center;
	padding:0;
}
header .logo-wrapper {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
    z-index: 1;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2)
}
header .logo-wrapper .col-lg-3,
header .logo-wrapper .col-lg-8 {
    height: 9rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}
@media (min-width: 320px) and (max-width: 580px) {
    header .logo-wrapper .col-lg-3,
    header .logo-wrapper .col-lg-8 {
        height: 6rem
    }
}
header .logo-wrapper .logo {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
header .logo-wrapper .logo a img {
   max-width: 100%;
   max-height:9em;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
@media (min-width: 320px) and (max-width: 580px) {
    header .logo-wrapper .logo {
        text-align: center
    }
    header .logo-wrapper .logo a img {
        width: 50%
    }
    .text-h1{
        font-size:16px;
    }
}
.btsearch{
	position:absolute;
	right:0;
	top:35%;
}
.dropdown-content{
	display:none;
}
.searchbox-content{
	width:100%;
	text-align:right;
	padding:10px 0;
}
.searchbox-content input[type="text"]{
	border:1px solid #0A98BF;
	padding:2px 5px;
	height:35px;
	float:right;
	width:300px;
}
.searchbox-content input[type="submit"]{
	background:#0A98BF;
	border:1px solid #0A98BF;
	color:#fff;
	padding:2px 10px;
	height:35px;
	float:right;
}
.clear{
	clear:both;
}
header .logo-wrapper .main-menu {
    padding-left: 0;
    list-style: none;
    float: right;
    margin: 0 40px 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 999
}
header .logo-wrapper .main-menu>li {
    display: inline-block;
    *zoom: 1;
    *float: left
}
header .logo-wrapper .main-menu li {
    position: relative
}
header .logo-wrapper .main-menu li.dropdown:hover .dropdown-wrapper {
    display: block
}
header .logo-wrapper .main-menu li a {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #0A87ae;
    display: block;
    margin: 0 2rem;
    position: relative;
    padding: 1rem 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}
header .logo-wrapper .main-menu li a:after {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background: #0A87ae;
    top: 8px;
    right: -25px;

}
header .logo-wrapper .main-menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 5px;
    background: #0A87ae;
    height: 1px;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
header .logo-wrapper .main-menu li a:hover {
    text-decoration: none
}
header .logo-wrapper .main-menu li a:hover:before {
    left: 0;
    right: 0
}
header .logo-wrapper .main-menu li:first-child a {
    margin-left: 0
}
header .logo-wrapper .main-menu li:last-child a {
    margin-right: 0
}
header .logo-wrapper .main-menu li:last-child a:after {
    display: none
}
header .logo-wrapper .main-menu li .dropdown-wrapper {
    position: absolute;
    top: 40px;
	width:220px;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: none
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul {
    list-style: none;
    padding: 10px 0;
    position: relative
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .8);
    content: "";
    position: absolute;
    top: -10px;
    left: 20px
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li a {
    margin: 0;
    color: #fff;
    display: block;
    padding: 8px 10px 10px 20px;
    text-transform: none;
    position: relative;
    text-align: left;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li a:after {
    display: none
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li a:hover {
    background: #000
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li{
	position:relative;	
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li ul{
	width:180px;
	position:absolute;
	left:220px;
	top:0;
	padding:0;
	display:none;
	background: rgba(0, 0, 0, .8);
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li ul:before {
    width: 0;
    height: 0;
    display:none;
}
header .logo-wrapper .main-menu li .dropdown-wrapper ul li:hover ul{
	display:block;	
}
@media (min-width: 768px) and (max-width: 980px) {
    header .logo-wrapper .main-menu li a {
        margin: 0 1rem;
        font-size: 1.3rem
    }
    header .logo-wrapper .main-menu li a:after {
        display: none
    }
    header .logo-wrapper .main-menu li .dropdown-wrapper {
        width: 150px;
        font-size: 1.5rem
    }
}
header .logo-wrapper .toggle-menu {
    display: none;
    height: 30px;
    width: 25px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 15px
}
header .logo-wrapper .toggle-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    position: relative;
    top: 10px
}
header .logo-wrapper .toggle-menu span:before {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    top: -6px;
    left: 0
}
header .logo-wrapper .toggle-menu span:after {
    display: block;
    width: 25px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0
}
@media (min-width: 320px) and (max-width: 580px) {
    header .logo-wrapper .toggle-menu {
        display: block
    }
}
.mm-menu {
    background: #fff
}
.mm-menu .mm-panel ul.main-menu li a,
.mm-menu .mm-panel ul.mm-listview li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000
}
.mm-menu .mm-navbar {
    background: #efefef
}
.mm-menu .mm-navbar .mm-close {
    background: #ccc;
    color: #fff
}
.mm-menu .mm-navbar .mm-close:after {
    font-family: Roboto
}
.mm-menu .mm-navbar span {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    display: inline-block;
    background: url(../images/logo.png) 0 7px no-repeat;
    background-size: 100%;
    width: 50%;
    text-indent: -99999px
}
.mm-menu .mm-navbar .mm-btn:last-child {
    padding-right: 16px
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .btsearch{
	top:18%;
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 {
    height: 4rem
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .logo a img,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .logo a img {
    width: 50%;
    top: -10px;
    position: relative
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .main-menu li a,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .main-menu li a {
    font-size: 1.3rem
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .main-menu li a:after,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .main-menu li a:after {
    height: 25px;
    right: -20px;
    top: 5px
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .main-menu li a:before,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .main-menu li a:before {
    height: 1px
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .main-menu li .dropdown-wrapper,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .main-menu li .dropdown-wrapper {
    top: 42px
}
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .main-menu li .dropdown-wrapper ul li a,
#sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .main-menu li .dropdown-wrapper ul li a {
    font-size: 1.5rem
}
@media (min-width: 320px) and (max-width: 580px) {
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .col-lg-3,
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .col-lg-8,
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .col-lg-3,
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .col-lg-8 {
        height: 4rem
    }
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-3 .logo a img,
    #sticky-wrapper.is-sticky .logo-wrapper .col-lg-8 .logo a img {
        width: 40%
    }
}
.prd-item {
    margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 580px) {
    .prd-item {
        margin-bottom: 30px
    }
}
.prd-item .prd-thumb {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 180px;
	position:relative;
	text-align:center;
}
.prd-item .prd-thumb a img {
    width: 100%;
	position:absolute;
	left:0;right:0;bottom:0;top:0;margin:auto;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.prd-item .prd-thumb .product-gift {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	display:none;
}

.prd-item .prd-thumb .product-gift.toggle:after {
    background: url(../images/icon.png) 0 -117px #000
}
.prd-item .prd-thumb .product-gift .gift-list {
    list-style: none;
    background: rgba(0, 0, 0, .7);
    display: none;
    margin: 0;
    padding: 5px 0
}
.prd-item .prd-thumb .product-gift .gift-list li a {
    color: #fff;
    display: block;
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #4d4d4d
}
.prd-item .prd-thumb .product-gift .gift-list li a:hover {
    text-decoration: none;
    color: #b3b3b3
}
.prd-item .prd-thumb .product-gift .gift-list li:last-child a {
    border: 0
}
.prd-item .prd-thumb:hover a img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.prd-item .prd-info{
	min-height:155px;
}
.prd-item .prd-info h3{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.prd-item .prd-info .prd-title {
    color: #376092;
    text-decoration: none;
    font-size: 16px;
	font-weight:bold
}
@media (min-width: 320px) and (max-width: 580px) {
    .prd-item .prd-info .prd-title {
        font-size: 13px;
    }
}
.prd-item .prd-info .prd-price {
    margin: 5px 0 10px;
    font-size: 16px;
    font-family: Lora, serif
}
.prd-item .prd-info .prd-price .price-new {
    color: #cf0000
}
.prd-item .prd-info .prd-price .price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px
}
.prd-item .prd-info .btn-buy {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 30px;
    line-height: 30px;
	text-decoration:none;
    padding: 0 5px 0 0;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.prd-item .prd-info .btn-buy:hover {
    color: #cf0000;
    text-decoration: none;
    border-top: 1px solid #cf0000;
    border-bottom: 1px solid #cf0000;
    margin-left: 10px
}
.prd-item .prd-info .btn-buy:hover .icon-cart-black {
    background-position: 0 -9px
}
.prd-item .prd-info .btn-buy .icon-cart-black {
    float: left;
    margin-top: -1px;
    margin-right: 0;
    border-top: 1px solid #fff;
    padding-right: 30px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.main-content{
	background:#f5f5f5;
	padding-bottom:30px;
}
.main-content .container{
	background:#fff;
	padding-bottom:20px;
}
.main-content .container .row h2.title,.main-content .container .row h3.title{
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	padding-left:30px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.product-wrapper,.news-wrapper{
	margin-top:30px;
	overflow:hidden;
}
@media (min-width: 320px) and (max-width: 580px) {
    .product-wrapper .col-xs-6:nth-child(even) {
        padding-left: 7px
    }
    .product-wrapper .col-xs-6:nth-child(odd) {
        padding-right: 7px
    }
}
.breadcrumb {
    border-bottom: 2px solid #0A98BF;
    padding-bottom: 10px;
    margin: 30px 0 0
}
.breadcrumb ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}
.breadcrumb ul>li {
    display: inline-block;
    *zoom: 1;
    *float: left
}
.breadcrumb ul li a {
    color: #0A98BF;
    font-size: 16px;
	font-weight:bold;
    display: block;
    margin: 0 15px;
    position: relative
}
.breadcrumb ul li a .icon-home {
    margin-right: 5px
}
.breadcrumb ul li a:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #0A98BF;
    top: 3px;
    right: -15px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.breadcrumb ul li:first-child a {
    margin-left: 0
}
.breadcrumb ul li:last-child a:after {
    display: none
}
h1.big-title {
    font-size: 32px;
	margin:0 0 20px
}
h3.title-line {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px
}
.article-wrapper {
    margin-bottom: 50px
}
.article-wrapper img {
    width: 30%
}
.article-wrapper p {
    font-size: 16px
}
.pagination a.pagelink:hover {
    background: #ccc;
}
.pagination a.pagelink.current {
    background: #000;
    color: #fff;
}
.pagination a.pagelink:hover {
    text-decoration: none;
}
.pagination a.pagelink {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #000;
    vertical-align: middle;
    line-height: 40px;
    font-family: 'Lora',serif;
    cursor: pointer;
}
.full-content{
	background: #1b1d1b;
	overflow:hidden
}
.footbox h2{
	color:#fff;
	-webkit-margin-before:5px;
    -webkit-margin-after: 5px;
	font-size:25px;
}
.footbox p{
	color: #fff;
    font-size: 14px;
    text-align: left;
	-webkit-margin-before:5px;
    -webkit-margin-after: 5px;
	font-family:Tahoma, Veranda, Arial;
}
footer{
    background: #000
}
footer .menu-footer {
    padding-left: 0;
    list-style: none;
    margin: 15px 0
}
footer .menu-footer>li {
    display: inline-block;
    *zoom: 1;
    *float: left
}
footer .menu-footer:after,
footer .menu-footer:before {
    content: " ";
    display: table
}
footer .menu-footer:after {
    clear: both
}
footer .menu-footer li a {
    color: #fff;
    font-size: 16px;
    margin: 0 10px
}
footer .menu-footer li:first-child {
    margin-left: 0
}
footer .menu-footer li:last-child {
    margin-right: 0
}
@media (min-width: 320px) and (max-width: 580px) {
    footer .menu-footer li {
        display: block;
        width: 50%;
        float: left;
        padding: 5px 0;
        border-bottom: 1px solid #1a1a1a
    }
	.footbox{
		margin:20px 10px;
	}
}
footer p {
    color: #fff;
    font-size: 16px;
    text-align: left;
	-webkit-margin-before:5px;
    -webkit-margin-after: 5px;
}
@media (min-width: 320px) and (max-width: 580px) {
    footer p {
        text-align: center
    }
}
.main-content .banner-wrapper {
    overflow: hidden;
    text-align: center;
}
@media (min-width: 320px) and (max-width: 580px) {
    .main-content .banner-wrapper {
        margin-bottom: 30px
    }
}
.main-content .banner-wrapper #banner-slider div {
    text-align: center
}
.main-content .banner-wrapper #banner-slider div a:focus {
    outline: 0
}
.main-content .banner-wrapper #banner-slider div a img {
    width: 100%
}
.main-content .banner-wrapper #banner-slider .slick-prev {
    background: url(../images/icon.png) 0 -53px;
    width: 24px;
    height: 64px;
    border: 0;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 20px
}
.main-content .banner-wrapper #banner-slider .slick-prev:focus {
    outline: 0
}
.main-content .banner-wrapper #banner-slider .slick-next {
    background: url(../images/icon.png) -24px -53px;
    width: 24px;
    height: 64px;
    border: 0;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 20px
}
.main-content .banner-wrapper #banner-slider .slick-next:focus {
    outline: 0
}
.product-tabs {
    padding-left: 0;
    list-style: none;
    margin: 0 auto 30px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center
}
.product-tabs>li {
    display: inline-block;
    *zoom: 1;
    *float: left
}
.product-tabs li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
    display: block;
    margin: 0;
    padding: 0 25px 10px;
    position: relative
}
.product-tabs li a:focus {
    outline: 0
}
.product-tabs li a:before {
    content: "";
    position: absolute;
    z-index: 999;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: #000;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.product-tabs li a:hover {
    text-decoration: none;
    color: #000
}
.product-tabs li a:hover:before {
    left: 0;
    right: 0
}
.product-tabs li a:link,
.product-tabs li a:visited {
    text-decoration: none
}
.product-tabs li a.active {
    color: #000
}
.product-tabs li a.active:after {
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: ""
}
@media (min-width: 320px) and (max-width: 580px) {
    .product-tabs li {
        float: none
    }
    .product-tabs li a {
        font-size: 1.6rem;
        padding: 5px 20px
    }
}

@media (min-width: 320px) and (max-width: 580px) {
    .news-wrapper {
        margin-bottom: 10px
    }
}
.news-wrapper .lookbook-wrapper,
.news-wrapper .lookbook-wrapper #lookbook-slider .item {
    position: relative
}
.news-wrapper .lookbook-wrapper #lookbook-slider .item .lookbook-title {
    display: block;
    width: 250px;
    padding: 60px 30px;
    color: #000;
    border: 5px solid #000;
    font-size: 24px;
    position: absolute;
    top: 30px;
    left: -30px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.news-wrapper .lookbook-wrapper #lookbook-slider .item .lookbook-title:hover {
    text-decoration: none;
    color: #999
}
.news-wrapper .lookbook-wrapper #lookbook-slider .slick-prev {
    background: url(../images/icon.png) 0 -32px;
    width: 12px;
    height: 20px;
    border: 0;
    text-indent: -99999px;
    position: absolute;
    bottom: 30px;
    left: -60px
}
.news-wrapper .lookbook-wrapper #lookbook-slider .slick-prev:focus {
    outline: 0
}
.news-wrapper .lookbook-wrapper #lookbook-slider .slick-next {
    background: url(../images/icon.png) -12px -32px;
    width: 12px;
    height: 20px;
    border: 0;
    text-indent: -99999px;
    position: absolute;
    bottom: 30px;
    left: -30px
}
.news-wrapper .lookbook-wrapper #lookbook-slider .slick-next:focus {
    outline: 0
}
.news-wrapper .lookbook-wrapper .lookbook-title {
    display: block;
    width: 250px;
    padding: 60px 30px;
    color: #000;
    border: 5px solid #000;
    font-size: 24px;
    position: absolute;
    top: 30px;
    left: -30px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.news-wrapper .lookbook-wrapper .lookbook-title:hover {
    text-decoration: none;
    color: #999
}
@media (min-width: 320px) and (max-width: 580px) {
    .news-wrapper .lookbook-wrapper {
        margin-bottom: 50px
    }
    .news-wrapper .lookbook-wrapper #lookbook-slider .slick-next,
    .news-wrapper .lookbook-wrapper #lookbook-slider .slick-prev,
    .news-wrapper .lookbook-wrapper .lookbook-title {
        display: none
    }
}
@media (min-width: 320px) and (max-width: 580px) {
    .news-wrapper .news-block {
        margin-bottom: 20px
    }
}
.news-wrapper .news-block .news-thumb {
    display: block;
    margin-bottom: 15px
}
.news-wrapper .news-block .news-thumb img {
    width: 100%
}
.news-wrapper .news-block .news-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    position: relative
}
.news-wrapper .news-block .news-title:hover {
    text-decoration: none;
    color: #999
}
.news-wrapper .news-block .news-title:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #000;
    bottom: -10px;
    left: 0;
    content: ""
}
.news-wrapper .news-block .news-description {
    font-size: 16px;
    margin: 5px 0
}
.news-wrapper .news-block .news-more {
    font-size: 16px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative
}
.news-wrapper .news-block .news-more:hover {
    text-decoration: none
}
.news-wrapper .news-block .news-more span {
    position: absolute;
    top: 0;
    right: -20px
}
.ads-wrapper {
    margin-bottom: 50px
}
@media (min-width: 320px) and (max-width: 580px) {
    .ads-wrapper {
        margin: 20px 0
    }
}
.ads-wrapper img {
    width: 100%
}
.viewmore-btn {
    display: block;
    float: right;
    padding: 5px 20px;
    background: #0A87ae;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.viewmore-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0A98BF;
    padding: 5px 30px
}
.product-detail-wrapper .product-detail #product-thumb {
    width: 380px;
    float: left;
    border: 1px solid #000
}
.product-detail-wrapper .product-detail #product-thumb .thumb-item img {
    width: 100%;
    height: 100%
}
.product-detail-wrapper .product-detail #product-nav {
    width: 83px;
    float: right
}
.product-detail-wrapper .product-detail #product-nav .slick-list {
    padding: 0!important
}
.product-detail-wrapper .product-detail #product-nav .thumb-item {
    width: 83px!important;
    height: 103px;
    margin-bottom: 19px;
    cursor: pointer;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .5
}
.product-detail-wrapper .product-detail #product-nav .thumb-item:hover {
    opacity: 8
}
.product-detail-wrapper .product-detail #product-nav .thumb-item img {
    width: 100%;
    height: 100%
}
.product-detail-wrapper .product-detail #product-nav .thumb-item.slick-active {
    border: 1px solid #000;
    opacity: 1
}
@media (max-width: 580px) and (min-width: 320px) {
    .product-detail-wrapper .product-detail #product-thumb {
        width: 100%;
        margin-bottom: 30px
    }
    .product-detail-wrapper .product-detail #product-nav {
        display: none
    }
}
.product-detail-wrapper .product-detail .product-info .product-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px
}
.product-detail-wrapper .product-detail .product-info table.table {
    font-size: 13px
}
.product-detail-wrapper .product-detail .product-info table.table tr td {
    padding-left: 0;
    border-top: 0;
    vertical-align: middle
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.new-price {
    font-size: 28px;
	font-family:Tahoma, Veranda, Arial;
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.old-price {
    color: grey;
    font-size: 22px;
    display: inline-block;
    position: relative;
	font-family:Tahoma, Veranda, Arial;
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.old-price:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: grey;
    top: 60%;
    left: 0
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.color {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #000;
    border: 1px solid #999;
    cursor: pointer
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.color.black {
    background: #000
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.color.pink {
    background: pink
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.color.selected,
.product-detail-wrapper .product-detail .product-info table.table.detail span.color:hover {
    border: 1px solid #000
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.size {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #999;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}
.product-detail-wrapper .product-detail .product-info table.table.detail span.size.selected,
.product-detail-wrapper .product-detail .product-info table.table.detail span.size:hover {
    border: 1px solid #000
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity {
    position: relative;
    width: 140px
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity input.quantity {
    width: 100px;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    text-align: center
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity input.quantity:focus {
    border: 1px solid #000;
    box-shadow: none
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity .icon-add,
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity .icon-subtract {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    cursor: pointer
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity .icon-add {
    right: 20px
}
.product-detail-wrapper .product-detail .product-info table.table.detail .select-quantity .icon-subtract {
    left: -20px
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg {
    display: block;
    width: 100%;
    background: #000;
    text-transform: uppercase;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 1
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg:before {
    position: relative
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg:hover {
    text-decoration: none
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg.eff {
    overflow: hidden
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg.eff:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #2d2d2d;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}
.product-detail-wrapper .product-detail .product-info .buy-btn-lg.eff:hover:after {
    height: 460%;
    opacity: 1
}
.product-detail-wrapper .product-detail .product-detail-more {
    margin: 50px 0
}
.product-detail-wrapper .product-detail .product-detail-more p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify
}
.product-detail-wrapper .product-detail .product-detail-more img.img-thumb {
    float: right;
    margin-left: 50px
}
.product-detail-wrapper .gift-add {
    border: 1px solid #000;
    padding: 10px 35px 30px;
    position: relative
}
.product-detail-wrapper .gift-add:after {
    position: absolute;
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 80px;
    content: "";
    top: -29px;
    left: 5px;
    -webkit-transform: scale(1) rotate(35deg) skewY(0deg) skewX(0deg);
    transform: scale(1) rotate(35deg) skewY(0deg) skewX(0deg)
}
.product-detail-wrapper .gift-add h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px
}
.product-detail-wrapper .gift-add ul {
    padding-left: 0;
    list-style: none;
    text-align: center
}
.product-detail-wrapper .gift-add ul li {
    margin-bottom: 20px
}
.product-detail-wrapper .gift-add ul li:hover {
    opacity: .8
}
.product-detail-wrapper .gift-add a.btn-sm {
    display: block;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 5px 0
}
.product-detail-wrapper .gift-add a.btn-sm:hover {
    text-decoration: none;
    opacity: .5
}
.related-product h3.title-line {
    margin-bottom: 30px
}
.product-sidebar{
	background:#fff;
	border-top:2px solid #0A98BF;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.product-sidebar .product-category {
    padding: 20px
}
.product-sidebar .product-category ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}
.product-sidebar .product-category ul li a {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 10px 0;
	text-decoration:none;
}
.product-sidebar .product-category ul li ul{
	padding-left:20px;
}
.news-item {
    border: 1px solid #000;
    margin-bottom: 20px
}
.news-item:after,
.news-item:before {
    content: " ";
    display: table
}
.news-item:after {
    clear: both
}
.news-item .news-thumbnail {
    display: block;
    position: relative
}
.news-item .news-thumbnail:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    opacity: 0
}
.news-item .news-thumbnail:hover:after {
    opacity: 1
}
.news-item .news-thumbnail img {
    width: 100%
}
.news-item .news-description {
    padding: 30px 30px 30px 0;
    position: relative
}
.news-item .news-description .news-title {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    position: relative
}
.news-item .news-description .news-title:after {
    position: absolute;
    width: 80px;
    height: 3px;
    background: #ccc;
    bottom: -15px;
    left: 0;
    content: ""
}
.news-item .news-description .news-title a {
    color: #000
}
.news-item .news-description .news-title a:hover {
    text-decoration: none;
    opacity: .8
}
.news-item .news-description .news-short-desc {
    font-size: 16px;
    margin: 30px 0;
    max-height: 80px;
    overflow: hidden
}
.news-item .news-description .news-date {
    font-size: 16px;
    display: block;
    position: relative;
    margin-top: 50px
}
.news-item .news-description .news-date:after {
    position: absolute;
    width: 80px;
    height: 3px;
    background: #ccc;
    top: -10px;
    left: 0;
    content: ""
}
@media (min-width: 320px) and (max-width: 480px) {
    .news-item .news-description {
        padding: 20px
    }
    .news-item .news-description .news-short-desc {
        max-height: 100%
    }
}

.product-sidebar .widget {
    margin-bottom: 20px
}
.product-sidebar .news-viewed {
    border: 1px solid #000;
    padding: 10px 20px 30px;
    position: relative
}
.product-sidebar .news-viewed:after {
    position: absolute;
    background: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 80px;
    content: "";
    top: -29px;
    left: 5px;
    -webkit-transform: scale(1) rotate(35deg) skewY(0deg) skewX(0deg);
    transform: scale(1) rotate(35deg) skewY(0deg) skewX(0deg)
}
.product-sidebar .news-viewed h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px
}
.product-sidebar .news-viewed ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}
.product-sidebar .news-viewed ul li {
    margin-bottom: 20px
}
.product-sidebar .news-viewed ul li:after,
.product-sidebar .news-viewed ul li:before {
    content: " ";
    display: table
}
.product-sidebar .news-viewed ul li:after {
    clear: both
}
.product-sidebar .news-viewed ul li .news-thumbnail {
    display: block;
    width: 30%;
    float: left
}
.product-sidebar .news-viewed ul li .news-thumbnail img {
    width: 100%
}
.product-sidebar .news-viewed ul li .news-description {
    width: 65%;
    float: right
}
.product-sidebar .news-viewed ul li .news-description .news-title {
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-weight: 400
}
.product-sidebar .news-viewed ul li .news-description .news-title a {
    font-size: 16px;
    color: #000;
    text-transform: none
}
.product-sidebar .news-viewed ul li .news-description .news-date {
    color: #999
}
.product-sidebar .news-viewed ul li:last-child {
    margin-bottom: 0
}
.contact-info {
    background: #f2f2f2;
    padding: 15px 30px;
    margin-bottom: 20px
}
.contact-info .line-title {
    border-bottom: 1px solid #000;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 5px
}
.contact-info p {
    margin: 5px 0;
    font-size: 14px;
	font-family:Tahoma, Veranda, Arial;
}
.contact-info p span {
    font-size: 18px
}
.contact-form {
    background: #f2f2f2;
    padding: 15px 30px;
    margin-bottom: 20px
}
.contact-form .line-title {
    border-bottom: 1px solid #000;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 5px
}
.contact-form .form-group .form-control {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    color: #000;
    font-size: 17px
}
.contact-form .form-group .btn-sm {
    background: #000;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    color: #fff;
    text-transform: uppercase
}
ul.lookbook-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px
}
ul.lookbook-list:after,
ul.lookbook-list:before {
    content: " ";
    display: table
}
ul.lookbook-list:after {
    clear: both
}
ul.lookbook-list li {
    margin-bottom: 30px
}
ul.lookbook-list li img {
    width: 100%
}
#lg-gallery .thumb-cont .thumb-info .count {
    font-size: 18px
}

/*menu chinh sach*/
ul.bottom-menu{
	list-style:none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	-webkit-padding-start: 0;
}
ul.bottom-menu li{
	width:95%;
	float:left;
	padding:5px 0;
}
ul.bottom-menu li a{
	background:url(../images/list_arr.png) 0 5px no-repeat;
	text-align:left;
	font-family:Tahoma, Veranda, Arial;
	padding-left:15px;
	color:#fff;
	text-decoration:none;
}

#news-slick{
	position: relative;
    display: block;
    padding: 0;
}
#news-slick button{
	position:absolute;
	top:-75px;
	right:45px;
	width:28px;
	height:28px;
	background:url('../images/button-left.png') center no-repeat;
	border:0;
	font-size:0;
	border-radius:3px;
}

#news-slick button[aria-label="next"]{
	right:15px;
	background:url('../images/button-right.png') center no-repeat;
}

/*Sub cate menu*/
 ul.subcateMenu{
	 list-style:none;
	-webkit-margin-before: -30px;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	width:100%;
	border-right:1px solid #ebebeb
 }
 ul.subcateMenu li ul{
	 -webkit-margin-before: 0px;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
	border-top:1px solid #ebebeb
 }
 ul.subcateMenu li{
	display: block;
	float:none;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ebebeb
 }
 ul.subcateMenu li ul li a{
	padding:10px 10px 10px 50px; 
	background: url(../images/list_arr.png) 35px 15px no-repeat;	
 }
 ul.subcateMenu li a{
	display:block;
	text-align:left;
	padding:10px 10px 10px 30px;
	text-decoration:none;
	text-transform:uppercase
 }
 ul.subcateMenu li a:hover{
	background-color:#D1E9F0
 }
 .border-left{
	 border-left:1px solid #ebebeb
 }
.product-sidebar ul.subcateMenu{
	border-right:0;
	border-top:1px solid #ebebeb
}
.load_ajax_link{
	cursor:pointer;
}
.container{
	width:98%;
}
@media (min-width: 320px) and (max-width: 580px) {
	.container{
		width:99%;
	}
}

#floating-phone { 
    display: none; 
    position: fixed; 
    right: 20px; 
    bottom: 230px; 
    height: 60px; 
    width: 60px; 
    background: #376092 url(../images/callbutton01.png) center / 30px no-repeat; 
    z-index: 99; 
    color: #FFF; 
    font-size: 35px; 
    line-height: 65px; 
    text-align: center; 
    border-radius: 50%; 
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5); 
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5); 
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

@media (max-width: 650px) { #floating-phone { display: block; } }

.footbox .ico_location{
    background-position:-9px -5px;
    padding-left:25px;
}
.footbox .ico_phone{
    background-position:-9px -38px;
    padding-left:25px;
}
.footbox .ico_hour{
    background-position:-8px -143px;
    padding-left:25px;
}