﻿body {
    line-height: 1.4;
    font-size: 14px;
    color: #272727;
    overflow-x: hidden;
    background: #fff;
    position: initial !important;
}
h1,h2,h3,h4,h5,h6 {color:#272727;margin:0 0 13px 0;font-weight:500;line-height:1.2;}
h1 { font-size: 36px; }
h2 { font-size: 28px;}   
h3 { font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
p{ margin: 0 0 10px 0; line-height: 21px }
a {color:#272727;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#000000;text-decoration: none; outline: none;}	
a:active { outline: none; }
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
ul {
    padding: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	color: #fff;
	border: 1px solid #000000;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	-webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	overflow: hidden;
}
.button:before {
	position: absolute;
	content: '';
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	z-index: -1;
	background-color: #000000;
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:hover {color:#252a2b;}
.button:hover:before {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
* {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}

.row-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.main-body {
    position: relative;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-bar {
    background: #333;
    font-size: 13px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.top-bar a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
}
@media (max-width: 991px){
.top-bar {
    font-size: 13px;
}}
.main-header.border {
    border-bottom: 1px solid #ededed;
}
.main-header--logo h1, .main-header--logo a {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    color: #4267b2;
}
.main-header--menu {
    text-align: center;
}
.header {
    color: #fff;
    position: relative;
    z-index: 110;
    width: 100%;
    background: #0e1629;
}
.header .desk-menu {position: relative;}
.header .desk-menu >ul>li {display: inline-block;height: 100%;padding: 0;z-index: 5;margin-right: 20px;}
.header .desk-menu >ul>li:last-child {margin-right: 0;}
.header .desk-menu > ul>li>a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0;
	line-height: 80px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 16px;
}
.header .desk-menu > ul>li>a:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	border-bottom: 2px solid #000000;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header .desk-menu > ul>li>a:hover:before, 
.header .desk-menu > ul>li.active>a:before {
	opacity:1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.header .desk-menu >ul>li.active>a{color: #000000;}
.header .desk-menu ul li a {color:#fff;}
.header .desk-menu ul li a:hover {color:#ccc;}
.header .desk-menu ul {	padding-left: 0;margin:0;}
.header .desk-menu ul>li a i {display: inline-block;vertical-align: middle;font-size: 9px;margin-left: 4px;margin-bottom: 2px;}
.header .desk-menu .sub_menu {
	background: #333;
	position: absolute;
	z-index:999;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-transform: rotate3d(1,0,0,-90deg);
	-moz-transform: rotate3d(1,0,0,-90deg);
	-o-transform: rotate3d(1,0,0,-90deg);
	-ms-transform: rotate3d(1,0,0,-90deg);
	transform: rotate3d(1,0,0,-90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header .desk-menu ul>li>ul {top: 97%;border-top:2px solid #000000;}
.header .desk-menu li:hover>.sub_menu {
	-webkit-transform: rotate3d(0,0,0,0deg);
	-moz-transform: rotate3d(0,0,0,0deg);
	-o-transform: rotate3d(0,0,0,0deg);
	-ms-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
}
.header .desk-menu .sub_menu a {padding: 9px 18px;white-space: nowrap;text-align: left;display: block;font-size: 15px;}
.header .desk-menu .sub_menu .sub_menu {
	left: 100%;
	top: -2px;
	margin-left: 1px;
	margin-top: 0;
	-webkit-transform: rotate3d(0,1,0,90deg);
	-moz-transform: rotate3d(0,1,0,90deg);
	-o-transform: rotate3d(0,1,0,90deg);
	-ms-transform: rotate3d(0,1,0,90deg);
	transform: rotate3d(0,1,0,90deg)
}
.header .desk-menu .sub_menu li:not(:first-child) {	border-top: 1px solid #ecf0f1}
.header .desk-menu ul>li i {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.header .desk-menu ul>li:hover>a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom:0;
}
.header .desk-menu ul li .sub_menu li{position: relative}
@media only screen and (min-width: 1024px) {
    .fixed .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index:100;
        background: #111;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-animation: sticky_header_animation .3s;
        -moz-animation: sticky_header_animation .3s;
        -ms-animation: sticky_header_animation .3s;
        -o-animation: sticky_header_animation .3s;
        animation: sticky_header_animation .3s;
    }
    .fixed .header .main-header--logo .logo{
        position: relative;
        top: 0px;}
}
.main-header--action {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.header .main-menu{float:left;}
.header .main-menu li.hotline {
    height: 96px;
    line-height: 96px;

}
.header .main-menu li a.btn-hotline {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;    
    color: #fff;
    font-weight:bold;
}
.btn-hotline {
    border:1px solid #d8bf86;
    border-radius: 45px;
    display: inline-block;
    line-height: 40px;
    padding: 0 35px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	background-color: #d8bf86;
}
}
.showcart {
    color: #363f4d;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 65px;
}
.showcart i {
    font-size: 21px;
    display: block;
    line-height: 46px;
    width: 50px;
    height: 50px;color: #363f4d;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.showcart .count_item_pr {
    position: absolute;
    top: 0;
    left: 30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.showcart .content {
    display: flex;
    height: 52px;
}
.showcart .content .content-inner {
    margin: auto;
}
.showcart .content .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    width: auto;
    line-height: 20px;
    position: static;
    text-transform: uppercase;
}

.main-index {
    margin: 0px;
}
.carousel-inner img {
    width: 100%;
}
.carousel-control{width: 5%}
.carousel-control.right,.carousel-control.left{background: none}

.wrapper-heading {
    padding: 40px 0;
    text-align: center;
}
.wrapper-heading h2 {
    font-size: 28px;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 500;
    position: relative;
    padding: 0 0 10px;
    display: inline-block;
}
.wrapper-heading h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    background: #000000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.pro-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
    margin-bottom: 30px;
}
.pro-item .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pro-item .product-img picture {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.pro-item .product-img picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.pro-item .product-detail {
    padding: 20px 0;
    text-align: center;
}
.pro-item .product-detail h3 {
    margin: 0 0 5px;
    font-size: 16px;
    position: relative;
    height: 36px;
}
.product-detail p.pro-promotion {
    font-size: 16px;
    margin: 0;
    color: #272727;     
    text-decoration:line-through;
}
.product-detail p.pro-price {
    font-size: 16px;
    margin: 0;
    color: #e01b22;
    font-weight: 700;
}
.pro-item .product-img button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    border: 0;
    background: #191919;
    color: #fff;
    width: 100%;
    padding: 8px 5px;
    margin-right: 5px;
    outline: none;
}

@media(min-width:1024px){
	.pro-item:hover .product-img .button-add {opacity: 1;visibility: visible;bottom: 0;}
	.pro-item:hover .product-img picture:nth-of-type(2) {opacity: 1;visibility: visible;} 
	.pro-item:hover .product-img picture:nth-of-type(1) {opacity: 0;visibility: hidden;} 
}
@media(max-width:767px){
	.pro-item .product-img picture:nth-of-type(2) {display: none;}
	.pro-item .product-detail {padding:5px 0;height: 90px;}
}
.fade-box img.lazyloaded {
    opacity: 1;
}

.pro-item .product-img .button-add {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    display: flex;
    left: 0;
    bottom: -10%;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.pro-item .product-img button {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	border: 0;
	background: #191919;
	color: #fff;
	width: 100%;
	padding: 8px 5px;
	margin-right: 5px;
	outline: none;
}
.pro-item .product-img .mb button{ margin-top: 10px; padding: 10px 2px; }
.pro-item .product-img button:last-child {margin-right:0;}
.pro-item .product-img button i{margin-left: 8px;font-size: 14px;}

.block-promotion{padding: 40px 0;}
.block-promotion .banner-pr {
    padding: 2px 0;
}
@media (min-width: 768px){
.block-promotion .banner-pr {
    padding: 0 2px;
}}
.banner-category {
    position: relative;
    overflow: hidden;
}
.banner-category img{-ms-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;-webkit-transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear;transition:transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1),background 200ms linear,opacity 400ms linear}
.banner-category .caption_banner{position: absolute;text-align: center;padding:0 20px; z-index: 2;}
.banner-category a.link-banner{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.banner-category a.link-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background:#fff;
	-ms-transition:  opacity 200ms linear, background 200ms linear;
	-webkit-transition:  opacity 200ms linear, background 200ms linear;
	transition: opacity 200ms linear, background 200ms linear;
}
.banner-category:hover img{	-ms-transform: scale(1.025);	-webkit-transform: scale(1.025);	transform: scale(1.025);}
.banner-category:hover a.link-banner:after{ opacity: .5;}
.banner-category a.link-banner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 1200px){
.banner-category img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}}

.news-list .news_item {
    margin-bottom: 30px;
    text-align: center;
}
.news-list .news_featured {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.news-list .news_item .news_info {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-list .news_item  h3 {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-bottom: 8px;
}


.innerHomeStore {
    background: url(img/store.png);
    padding: 100px 0;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.contentHomeStore {
    text-align: center;
}
.contentHomeStore:before {
    content: "";
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.textStore {
    display: inline-block;
    border: 2px solid #fff;
    position: relative;
    z-index: 99;
    padding: 10px 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.textStore a {
    font-size: 24px;
    color: #fff;
}

.wp-bottom {
    padding: 40px 40px;
    border-top: 1px solid #d0d0d0;
}
.wp-bottom h4 {
    font-size: 14px;
}
.bt-row{}
@media (max-width:767px) {
	.bt-row{padding-top: 20px}
}
.iconhotline {
    float: left;
    width: 25px;
    height: 25px;
    background: #e52c25;
    text-align: center;
    color: white;
    line-height: 25px;
    border-radius: 100%;
}
.numberhotline a {
    font-size: 27px;
    color: #e52c25;
    padding: 0 0 0 15px;
}
.descinfo {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 5px 0 0 0;
}
.newsletter-form {
    position: relative;
}
.newsletter-form input[type="email"] {
    background-color: white;
    height: 36px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}
.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-newsletter {
    position: absolute;
    right: 0;
    top: 0;
    background: black;
    border: none;
    color: white;
    padding: 5px 10px;
    height: 36px;
}

.navbar-social li {
    display: inline-block;
    text-align: center;
}
.navbar-social li:nth-child(1) {
    margin-left: 0;
}
.navbar-social li .fa {
    margin: 0px 10px 0px 0px;
    font-size: 35px;
    padding: 5px;
}
.navbar-social li .fa-zalo {
	background: rgba(0,0,0,0) url(img/zalo.png) no-repeat scroll 0 0 / cover;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-top: -17px;
	vertical-align: middle;
}
.navbar-social li:hover .fa-zalo {
	background: rgba(0,0,0,0) url(img/zalo.png) no-repeat scroll 0 0 / cover;
}

footer {
    background: #111;
}
#footerBottom h4 {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}

.breadcrumb-store {
    background: #f2f2f2;
    margin-bottom: 20px;
    box-shadow: inset 0px 5px 7px 1px #e9e9e9;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb-store .breadcrumb-arrows {
    padding: 15px 0;
    background: transparent;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.breadcrumb-store .breadcrumb-arrows li {
    font-size: 13px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb-store .breadcrumb>li+li:before {
    padding: 0 3px;
}
.breadcrumb>.active {
    color: #777;
}
.product-detail-wp {
    padding-top: 30px;
}
.product-detail-main {
    margin-bottom: 40px;
}
@media (min-width: 992px){
.product-content-desc {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}}
.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.product-title {
    padding: 0 0 10px;
    border-bottom: 1px dotted #dfe0e1;
}
.product-title h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: initial;
}
.pro_id {
    font-size: 12px;
    color: #a3a5a7;
}
.product-price {
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
}
.product-price span.pro-price {
    font-size: 18px;
    opacity: .92;
    font-weight: bold;
    color: #e01b22;
}
.product-price span.pro-price-sale {
    font-size: 18px;
    opacity: .92;
    padding-left: 30px;
    text-decoration: line-through;
}
#add-item-form {
    margin: 0 0 20px 0;
}

/* Style Detail Product */
.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.swatch .title-tab {
    margin: 0 0 10px 0;
    font-size: 13px;
    text-align: left;
    line-height: initial;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    width: 100%}
.swatch .select-swap {
    vertical-align: middle;
    float: left;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.nameColor {
    font-weight: normal;
    margin-left: 20px;
    text-transform: capitalize;
}
.swatch input {
    display: none;
}

.swatch .swatch-element {display: inline-block;	margin-right: 8px;position: relative;vertical-align: bottom;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 38px;
	position: relative;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	color: #333333;
}
.swatch .swatch-element.color.soldout label span {overflow: hidden;position: relative;}

//.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label{
	width: 35px;
	height: 35px;
	padding: 1px;
	border-radius: 50%;
	line-height: 28px;
	border: 1px solid #b0b0b0;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid white;
}
.swatch .swatch-element.color label.sd {
	background: transparent;
	border:1px solid #000000;
	text-align: center;
}
.swatch .swatch-element label.sd{
	border: 1px solid #000000;
}

.select-swap img {
    width: 35px;
    display: inline-block;
    border-radius: 100%;
}
@media (max-width:767px) {
	.swatch .swatch-element.color {margin:5px 8px 5px 0;}
}
/* ------------------- Chọn màu -------------------- */


.color.swatch-element label.den span {
	background: #000000 !important;
}




.color.swatch-element label.trang span {
	background: #ffffff !important;
}




.color.swatch-element label.xam span {
	background: #d2dae2 !important;
}




.color.swatch-element label.kem span {
	background: #f0dadc !important;
}




.color.swatch-element label.xanh-duong span {
	background: #02306b !important;
}




.color.swatch-element label.xanh-la span {
	background: #025246 !important;
}




.color.swatch-element label.do span {
	background: #d40210 !important;
}




.color.swatch-element label.hong span {
	background: #f55678 !important;
}




.color.swatch-element label.nau span {
	background: #a36841 !important;
}




.color.swatch-element label.vang span {
	background: #ffa733 !important;
}




.color.swatch-element label.tim span {
	background: #a55eea !important;
}




.color.swatch-element label.pure-apple span {
	background: #6ab04c !important;
}




.color.swatch-element label.blue span {
	background: #0c2461 !important;
}




.color.swatch-element label.cam span {
	background: #fa8231 !important;
}


.selector-actions {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.quantity-area {
    margin-bottom: 15px;
}
.quantity-area input.qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area .qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area input#quantity {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}
.buy-now,
.btn-addtocart{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
	padding: 14px 15px;
	line-height: 22px;
	width:100%;
	margin-bottom: 15px;
}
.buy-now {border: 1px solid #4267b2; background-color:#4267b2}
.buy-now:before {background-color: #4267b2;}
.btn-addtocart {border: 1px solid #000000; background-color:#000}
.btn-addtocart:before {background-color: #000000;}

.product-desc {
    margin: 20px 0;
}
.title-bl h2 {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.small-img .thumbnail {
    margin: 0 0 20px 0;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.small-img .thumbnail img {
    border-radius: 0;
    margin: 0;
    display: inline-block;
    border: none;
    padding: 0;
}
#Slideimage {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
#Slideimage .carousel-control{color: #787878}

@media (min-width: 992px){
.sidebar-fix {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin: 30px 0;
    border-left: 2px solid #e5e5e5;
}}
.left-module {
    margin-bottom: 20px;
    overflow: hidden;
}
.block .block_content {
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-content ul li a {
    padding: 5px 5px 5px 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
}
.menu-content ul > li > a {
    color: #272727;
    border-bottom: 1px dashed #e5e5e5;
}
.menu-content > li:last-child > a {border-bottom: none;}
.menu-content li.has-child > ul {padding-left: 20px;}
.menu-content li a .icon-control {
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	opacity: 1;
}
.menu-content li a .icon-control.open i:before {content: "\f068";}
ul.panel-collapse li a{font-weight: 400;}

.wrap-list-pro .heading-collection {
    margin: 30px 0;
}
.wrap-list-pro .heading-collection  h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.option{padding-top: 10px}
.option .lb-filter {
    display: block;
    font-size: 15px;
    opacity: .92;
    margin-bottom: 0px;
}
.option.tags .title-filter {
    display: inline-block;
    margin-top: 5px;
}

.custom-dropdown {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0px;
}
.custom-dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 13px;
	color: #272727;
	opacity: .5;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
}
.option .custom-dropdown {
    width: 100%;
}
.option.tags .custom-dropdown {
    width: auto;
    float: right;
}
.option .custom-dropdown .select-list {
    font-size: 14px;
    width: 100%;
    display: block;
    height: 30px;
    padding: 0 30px 0 10px;
    border-color: transparent;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-indent: 1px;
}


.box-filter .box_subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0 10px;
    cursor: pointer;
    position: relative;
}
.box-filter .box_subtitle span {
    font-weight: 600;
    font-size: 15px;
}

.group-filter[aria-expanded=true] .box-content {
    height: auto;
}
.group-filter .box-content {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.check-box-list {margin: 0 0 10px;}
.check-box-list li{line-height: 30px;font-size: 12px;}  
.check-box-list label{
	display: inline-block;
	cursor: pointer;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:0;
	color:#272727;
}
.check-box-list li:hover label {color:#000000;}
.check-box-list input[type="checkbox"]{display: none;}
.filter-price li {font-size: 14px;margin-bottom:5px;}
.filter-price li:last-child {margin-bottom:0;}
.filter-price li span {font-size: 12px;}
.filter-color ul{padding: 0;margin: 0;overflow: hidden;}
.filter-color li{display: inline;margin: 0 5px 0px 0;line-height: normal;float: left; clear:both;}
.filter-color li label{
	border: 1px solid #eaeaea;
	width: 25px;
	height: 25px;
	border-radius: 0;
	float: left;
	position: relative;
	background-size: contain;
}
.filter-color li input[type="checkbox"]:checked + label:before{
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 5px;
	width: 9px;
	z-index: 99;
	border: solid #fff;
	margin: 7px 0 0 7px;
}
.filter-size li {text-align: center;margin-right: -1px;margin-bottom: -1px;float: left;}
.filter-size li label {width: 42px;height: 42px;line-height: 42px;position: relative;border: 1px solid #e5e5e5;}
.filter-size li input[type="checkbox"]:checked + label,.size-filter li:hover label {
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.block .block_content {overflow-y: auto;overflow-x: hidden;}
.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
	position: absolute;
	left: -9999px; 
}
.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px; 
}
.bl-filter [type="checkbox"]:checked + label:before {border: 1px solid #000; }
.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: '';
	border-width: 0 0 2px 2px !important;
	height: 4px;
	width: 7px;
	border: solid #111;
	margin: 9px 0 0 4px;
	left: 0;
	top: -3px;
	transition: all .2s; 
}
.bl-filter [type="checkbox"]:not(:checked) + label:after {opacity: 0; }
.bl-filter [type="checkbox"]:checked + label:after {opacity: 1; }
.bl-filter label:hover:before {border: 1px solid #000 !important;}

.pagination {
    margin: 24px 0;
}
.pagination .page-link {
    float: left;
    margin: 0 2.5px;
    border-radius: 3px;
    width: 35px;
    background: #f5f5f5;
    text-align: center;
    height: 35px;
    font-size: 1em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    padding: 0;
    line-height: 35px;
    color: #474c5f;
    border: none;
    text-decoration: none;
}
.pagination .page-item.disabled .page-link {
    border: 0;
    display: none;
}
.pagination .page-item.active .page-link {
    background-color: #f62d3e;
    border-color: #f62d3e;
    color: #fff;
    display: block;
}

.news-latest, .menu-blog {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
    background: #fff;
}
.title-news h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
}
.list-news .item-news {
    border-bottom: 1px #e3e5ec dotted;
    padding: 15px 0;
    margin: 0;
}
.list-news .item-news .post-image {
    width: 30%;
    float: left;
    position: relative;
}
.list-news .item-news .post-content {
    width: 70%;
    float: left;
    padding-left: 10px;
}
.list-news .item-news .post-content h3 {
    margin: 0 0 5px;
    font-size: 14px;
}
.list-news .item-news .post-content span.date {
    font-size: 12px;
}

.heading-page h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog-posts .blog-loop {
    margin-bottom: 25px;
}
.blog-posts .blog-loop:nth-of-type(3n+1) {
    clear: both;
}
.blog-posts .blog-post .blog-post-thumbnail {
    display: block;
    overflow: hidden;
}
@media (max-width: 767px){
.blog-posts .blog-post .blog-post-thumbnail {
    margin-bottom: 20px;
}
}
.blog-posts .blog-post .blog-post-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}
.blog-posts .blog-post .blog-post-title a {
    color: #272727;
}
.blog-posts .blog-post .blog-post-meta {
    margin-bottom: 15px;
    color: #999;
}

.box-article-heading h1 {
    margin: 20px 0 10px 0;
    font-size: 24px;
}
.box-article-heading span{
	padding-bottom: 20px;
	font-size:14px;
	color: #999;
}
.article-content{
	margin: 20px 0
}
.article-content * {
    max-width: 100%!important;
}

.advanced-filter .tag-choise {
    color: #333;
    font-size: 15px;
    line-height: 40px;
    transition: all .3s;
}

.advanced-filter .tag-choise:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #ddd;
    content: "\f096";
    padding-right: 10px;
}

.advanced-filter.check .tag-choise {
    font-weight: 600;
}

.advanced-filter.check .tag-choise:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #e4393c;
    content: "\f14a";
}
.content-dt {
    margin-top: 20px;
    text-align: justify;
    line-height: 20px;
}
.ip-style2 {
    width: 97%;
    color: #446ca0;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #446ca0;
    outline: none;
     
    padding: 0 5px;
    background: #fff;
}
.ip-style3 {
    width: 99%;
    height:80px;
    color: #446ca0;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #446ca0;
    outline: none;
     
    padding: 0 5px;
    background: #fff;
}
.btn-book {
    border: 1px solid #4267b2;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    padding: 10px;
    line-height: 22px;
    width: 150px;
    margin-bottom: 15px;
}

.news-item {
    margin-bottom: 35px;
    background: #fff;
    border: 0px solid #e6e5e5;
    border-radius: 5px;
    text-align: left;
    min-height: 355px;
    overflow: hidden;
}
.news-item  a.img-thumb {
    height: 210px;
    overflow: hidden;
    display: block;
}
.img-thumb img {
    width: 100%;
    height: 100%;
}
.news-item .news-info {
    font-size: 13px;
    color: #aaa;
    padding: 30px 25px 15px;
}
.news-item a.title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #3e3d3c;
    padding: 10px 25px 0 25px;
    background: #fff;
    margin-bottom: 20px;
}
.news-item .desc {
    padding: 0 25px;
}
.news-item .desc p{
	font-size: 13px;
	font-weight: 300;
}
 
.cate-news {
    margin: 40px 0;
}
.cate-news .news-mainimg {
    margin-bottom: 20px;
}
.cate-news .news-mainimg img {
    width: 100%;
}
.cate-news .news-info h3 {
    font-size: 30px;
    font-weight:300;
    margin: 0 0 12px;
}
.cate-news .news-info time {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.news-content{
	display: block;
}
.news-content .left-menu {
    padding: 20px 0 0;
}
.news-content .left-menu h2 {
	background: #0b9444;
    color: #fff;
    font-size: 18px;
    font-weight:500;
    padding: 10px 0;
    text-align: center;
}
.news-content .left-menu .post-n {
	padding:10px 0;
	border-bottom: 1px solid #f2f2f2;
}
.news-content .left-menu .post-n figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-content .left-menu .post-n figure .post-img {
    display: block;
    width: 80px;
    padding-top:4px;
}
.news-content .left-menu .post-n figure .post-img img{width: 100%}
.news-content .left-menu .post-n figure figcaption {
    padding-left: 10px;
    width: calc(100% - 80px);
}
.news-content .left-menu .post-n figure figcaption .post-name {
    font-size: 15px;
    font-weight: 500;
    margin:0 0 7px 0;
    line-height: 20px;
}
.news-content .left-menu .post-n figure figcaption time {
    display: block;
    font-size: 12px;
    color: #666;
}

.newsletter-form input[type="text"] {
    background-color: white;
    height: 36px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}
/*
.main-header--logo{position: absolute;
    top: -70px;}
*/
@media (max-width: 992px){
.main-header--logo {
    position:relative;
    top:0;
}
}
.news-info p{font-size:16px}

/* css chan */
ul.iconvl {
    position: fixed;
    right: 10px;
    bottom: 66px;
    z-index: 9;
}
.iconvl li {
    width: 39px;
    height: 39px;
    line-height: 39px;
    list-style: none;
    border: none!important;
    font-size: 18px!important;
    color: #fff!important;
    text-align: center!important;
    position: relative;
    border-radius: 50%!important;
    cursor: pointer!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
        background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:8px;
}
.iconvl li:nth-child(1){
    display: none;
    }
.iconvl li:nth-child(2){
    background-image: url(/img/zalo1.png)!important;
    background-color: #0068ff!important;
}
.iconvl li:nth-child(3){
    background-image: url(/img/fb.png)!important;
    background-color: #007fff!important;
}
.iconvl li:nth-child(4){
    background-image: url(/img/phone1.png)!important;
    background-color: #00b151!important;
}
.iconvl li:nth-child(44){
    background-image: url(./img/mail.svg)!important;
    background-color: #f7a400!important;
}
.tooltipsp {
  position: relative;
  display: inline-block;
}
.iconvl li a{
    width: 100%;
    height: 100%;
        font-size: 14px;
}
.tooltipsp .tooltiptext {
     visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
        top: -5px;
    bottom: auto;
    right: 128%;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}
input.wpcf7-form-control.wpcf7-submit.fefe {
    width: 100%;
    background: #ff6600;
}
.tooltipsp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 108px;
    margin-left: -1px;
    border-width: 5px;
}
.tooltip-left {
}
.tooltipsp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px){
.thumbnail {
    display:inline-block;
    max-width: 80px;    
    cursor: pointer;
}
}

section.btBanner {
    background: #0e1629;
    padding: 0px;
}
.bt_header {
    position: relative;
    z-index: 1;
}
.bt_header h1 {
    color: #d2c2a0;
    font-size: 36px;
    font-weight:400;
    margin: 15px 0 20px;
}
.bt_header p.tagline {
    color: #818892;
    font-size: 18px;
    font-weight:300;
    margin: 0 0 20px;
}
.bt_header .btn_more {
    color: #fff;
    font-size: 16px;
    background: #2979ff;
    margin: 10px 0 50px;
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-box-shadow: 1px 2px 4px rgba(31,32,33,.33);
    -moz-box-shadow: 1px 2px 4px rgba(31,32,33,.33);
    box-shadow: 1px 2px 4px rgba(31,32,33,.33);
}
.bt_image img{max-width: 767px}
@media (min-width: 1200px){
.bt_header {
    padding-left: 35px;
    padding-top: 80px;
}
.bt_image {
    max-width:767px;
    
}
}