body {
    padding: 0px !important;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.wrapAll{
    max-width: 1500px;
    margin:  0 auto;
}
.ic {
    background: url("/tp/T0124/img/icon/SpiritIcon.png") no-repeat transparent;
}
.second-header{
    position: relative;
}
.call-tbt-menu{
    cursor: pointer;
    /*position: absolute;*/
    /*top: 0;*/
    padding: 10px;
    text-align: center;
    color: #005ba8 !important;
    /*background: #005ba8;*/
    background: #fff;
    right: 0;
    width: 45px;
    margin: 0 25px;
}
.product-view .pro-content:first-child{
    border-left: 1px solid #ccc;
}
.main-menu .has_dropdown.tbt-menu{
    display: none !important;
}
.call-tbt-menu.active i{
    color: #fff;
}
ul.tbt-hmenu {
    background-color: #005ba8;
    position: absolute;
    right: 0;
    z-index: 9999;
    display: none;
}
ul.tbt-hmenu li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
}
#header {
    /*border-bottom: 2px solid #0C4DA2;*/
}

img {
    max-width: 100%;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.top-header {
    height: 75px;
    /*border-bottom: 1px solid #0C4DA2;*/
}

#header .logo {
    text-align: center;
    padding: 0px;
}

.logo a img {
    height: 65px;
    width: 270px;
}

.box-search form input {
    display: block;
    width: 100%;
    border: 2px solid #0C4DA2;
    margin-top: 25px;
    height: 36px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
}

.box-search form button {
    position: absolute;
    right: 0%;
    margin-top: -36px;
    border: none;
    width: 48px;
    height: 36px;
    cursor: pointer;
    background-color: #0C4DA2;
    border-radius: 3px;
}

.box-search form button .fa-search {
    color: #fff;
    font-size: 20px;
}

#accountLogin {
    background: #fff;
    border: 1px solid #0C4DA2;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #0C4DA2;
    margin-top: 25px;
    float: right;
    margin-right: 45px;
}

#accountLogin:hover {
    background: #0C4DA2;
    color: #fff;
    transition: background 0.2s ease;
}

#accountIsLogin {
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 13px;
}

.cart-header {
    margin-top: 20px;
    float: right;
    margin-right: 15px;
}

.cart-header ul {
    display: inline-flex;
}

.cart-header ul li {
    padding: 0px 10px;
}

.cart-header ul li a img {
    height: 40px;
    width: 40px;
}

ul.main-menu {
    text-align: center;
    position: relative;
    max-height: 40px;
    max-width: 1245px;
}
ul.main-menu.fcurrent{
    max-height: 100%;
}

ul.main-menu li {
    display: inline-block;
    padding: 10px 30px;
    border-bottom: 2px solid transparent;
}

ul.main-menu li:hover {
    border-bottom: 2px solid #0C4DA2;
}

ul.main-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

ul.main-menu li a:hover {
    font-weight: bolder;
}

ul.main-menu-child {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 1%;
    background: #fff;
    height: 220px;
    text-align: left;
    visibility: hidden;
    z-index: 99999;
    /*border-top: 4px solid #0C4DA2;*/
    overflow: hidden;
}

ul.main-menu li:hover ul.main-menu-child {
    visibility: visible;
}

ul.main-menu-child li {
    display: inline-block;
}

ul.main-menu-child li.main-menu-child-fist-child {
    background: #E7E8E9;
    padding: 0px;
    height: 100%;
}

ul.main-menu-child li.main-menu-child-fist-child ul {

}

ul.main-menu-child li.main-menu-child-fist-child ul li {
    width: 100%;
}

ul.main-menu-child li.main-menu-child-fist-child ul li a {
    text-transform: none;
}

ul.main-menu-child li.main-menu-child-second-child {
    padding: 0px;
    height: 100%;
}

ul.main-menu-child li.main-menu-child-second-child div {
    padding: 0px 6px;
}

ul.main-menu-child li.main-menu-child-second-child a {
    text-transform: none;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    line-height: 3;
}

ul.main-menu-child li.main-menu-child-second-child a:hover {
    font-weight: normal;
}
ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 {
    width: 100%;
    /*padding: 0px 0px 0px 20px;*/
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 li {
    padding: 0px;
    float: left;
    display: block;
    width: 33%;
    border: none;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 li a {
    padding: 0;
    border: none;
    font-size: 0.85em;
    line-height: 2.2;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 li a:hover {
    font-weight: bold;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 {
    width: 100%;
    /*padding: 0px 0px 0px 20px;*/
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 li {
    padding: 0px;
    float: left;
    text-align: left;
    width: 50%;
    border: none;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 li:hover {
    border: none;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 li a {
    padding: 0px;
    border: none;
    font-size: 0.85em;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 li a:hover {
    font-weight: bold;
}

ul.main-menu-child li.main-menu-child-last-child {
    background: transparent;
    height: 100%;
    padding: 0px;
    text-align: right;
    position: relative;
}

ul.main-menu-child li.main-menu-child-last-child a img {
    max-height: 100%;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 li:hover, ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-1 li:hover, ul.main-menu-child li.main-menu-child-last-child:hover, ul.main-menu-child li.main-menu-child-second-child:hover, ul.main-menu-child li.main-menu-child-fist-child ul li:hover, ul.main-menu-child li.main-menu-child-fist-child:hover {
    border: none;
}
ul.main-menu-child li.main-menu-child-second-child ul.main-menu-child-second-child-2 li.w100{
    width: 100% !important;
}
.footer{
    background: #e4e5e6;
}
#footer {
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
}

.main-footer {
    width: 98%;
    margin: auto;
}

#footer .footer-title {
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0px 10px;
}

#footer .footer-title h2 {
    font-weight: bold;
    font-size: 15px;
    color: #58595b;
}

#footer .footer-content .hotline {
    font-size: 30px;
    font-weight: bold;
    color: #575656;
    padding: 0px 0px 0px 20px;
}

#footer .footer-mobile {
    display: none;
}

#footer ul li a {
    color: #858484;
    font-size: 15px;
}

#footer ul li a:hover {
    font-weight: bold;
}

.main-footer li.main-footer-child {
    display: inline-block;
    width: 24.5%;
    float: left;
}

.policyMobile, #mobileC, #mobileCart {
    display: none;
}

#boxMenu:not( .mm-menu ), #boxMenuRight:not( .mm-menu ) {
    display: none;
}

.mm-menu .mm-list {
    padding: 0;
}

.mm-list>li>a, .mm-list>li>span {
    line-height: 50px;
    height: 50px;
    padding: 0 0 0 20px;
}

.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 10px;
}

.mm-list a.mm-subclose {
    margin-top: 0;
    padding-top: 0;
}

.mm-list a.mm-subclose:before {
    margin-bottom: -5px;
}

#boxMenu ul li span.si {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 3px;
}

.social {
    padding: 0px 0px 0px 20px;
}

.social li {
    display: inline-block;
    padding: 0px 3px;
    height: 75px;
}

.social li a {
    font-size: 60px !important;
}

.social li a:hover .fa-facebook-square {
    color: #3c5d98;
}

.social li a:hover .fa-youtube-square {
    color: #d53916;
}

.social li a:hover .fa-instagram {
    color: #227198;
}

.title-content {
    background: #8FA4CA;
    padding: 6px 25px;
    border-bottom: 0.2em solid #204A95;
}

.title-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.footer-policy {
    border-top: 1px solid #d6d6e3;
    border-bottom: 1px solid #d6d6e3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-policy img{
    max-width: 100%;
    height: 45px;
}
.payMent img{
    padding:  0 20px;
}
.shippingService img{
    height: 35px;
    padding: 0 2px;
}
.footer-policy li>div{
    padding: 10px 0;
}

.footer-policy li h2 {
    font-weight: bold;
    font-size: 17px;
    color: #575656;
    text-transform: uppercase;
}

.footer-policy li>ul {
    padding: 10px 0px;
}

.footer-policy>li {
    border-right: 1px solid #d6d6e3;
}

.footer-policy>li:last-child {
    border-right: none;
}

.introduce {
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
}

.main-content {
    /*margin-top: 15px;*/
}

/*-------------------------- SLIDE INDEX----------------------*/
.bx-wrapper {
    margin: 0 auto 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.videoHome {
    display: none;
}
.banner-adv-top>div>div {
    padding: 5px;
}
.banner-adv-top>div{
    margin:  0 -5px;
}
/*.banner-adv-content-child{*/
    /*padding: 0 5px 5px 0;*/
    /*display: inline-block;*/
    /*width: 33.3333%;*/
/*}*/

/*.slide:nth-child(1){*/
    /*display: block;*/
/*}*/
/*.slide{*/
    /*display: none;*/
/*}*/

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border-left: 5px solid;
    border-right: 5px solid;
    left: 0px;
    border: none;
}

.bx-wrapper .bx-pager {
    text-align: right;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5%;
    right: 30px;
}

/*.bx-wrapper .bx-viewport{*/
/*height: 500px !important;*/
/*}*/
.bx-wrapper .bx-pager.bx-default-pager a {
    font-size: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 4px solid transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border: 4px solid #0C4DA2;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}
/*-------------------------------------PRODUCT STYLE-----------------------------------*/
.product-content {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

.pro-content {
    width: 20%;
    border-right: 1px solid #ccc;
    border-left: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    background: linear-gradient(to bottom, #fff 75%, #D8D8D8 100%, #909090 110%);
    position: relative;
}
.policyDesktop{
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.policyDesktop .icon-advertisment-content{
    width: 20%;
    margin: 0 35px;
}
.policyDesktop .icon-advertisment-content img{
    max-width: 100%;
    height: 60px;
}
.productCategory .pro-content:first-child{
    border-left: 1px solid #ccc;
}
.listProduct .pro-content:nth-child(5n +1), .listProduct .pro-content:first-child{
    border-left: 1px solid #ccc;
}
.pro-content .pro-img {
    text-align: center;
    background: #fff;
    line-height: 350px;
    height: 350px;
}

.pro-content .pro-img a img {
    max-width: 90%;
    max-height: 90%;
}

.pro-content .pro-description {
    border-top: 1px solid #ccc;
    width: 90%;
    margin: auto;
    padding: 15px 0px;
    line-height: 2;
    height: 100px;
}

.pro-content .pro-description .pro-title {
    display: block;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.pro-content .pro-description .pro-title a {
    color: #000;
}

.pro-content .pro-description .pro-title a:hover {
    font-weight: bold;
}

.pro-content .pro-description .pro-price {
    font-weight: 700;
    font-size: 20px;
    color: red;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 40px;
}
.pro-content .pro-description .pro-price s {
    font-weight: normal;
    font-size: 16px;
    display: block;
	color: #656464;
    margin-left: 10px;
}

.pro-description .sale {
    background-position: -374px -451px;
    width: 60px;
    height: 30px;
    float: left;
    background-size: 485px;
    position: absolute;
    text-align: center;
    right: 0px;
    top: 10px;;
}

.pro-description .sale i {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}

.pro-content2 {
    border: 1px solid #ccc;
    float: left;
    background: linear-gradient(to bottom, #fff 74%, #D8D8D8 100%, #909090 110%);
}

.pro-content2 .pro-img {
    text-align: center;
    background: #fff;
    line-height: 350px;
    height: 350px;
}

.pro-content2 .pro-img a img {
    max-width: 90%;
    max-height: 90%;
}

.pro-content2 .pro-description {
    border-top: 1px solid #ccc;
    width: 90%;
    margin: auto;
    padding: 5px 0px;
    line-height: 2;
    height: 115px;
}

.pro-content2 .pro-description .pro-title {
    display: block;
    font-size: 15px;
    height: 25px;
    overflow: hidden;
}

.pro-content2 .pro-description .pro-title a {
    color: #000;
}

.pro-content2 .pro-description .pro-title a:hover {
    font-weight: bold;
}

.pro-content2 .pro-description .pro-price {
    font-weight: bold;
    font-size: 14px;
    color: rgb(237, 28, 36);
}

.pro-content2 .pro-description .pro-price s {
    font-weight: normal;
    font-size: 15px;
}

/*------------------------------PRODUCT INDEX BANNER--------------------------------*/
.product-relate, .new-product {
    background: #E7E8E9;
    display: inline-block;
    width: 100%;
}

.product-relate .product-relate-content {
    padding: 0px 3px 0px 3px;
}

.product-relate .product-relate-content-horizontal, .new-product-content {
    padding: 3px;
}

/*-----------------------------------------------------------------------------------*/
.brand-title {
    border-bottom: 2px solid #7aa8ce;
    position: relative;
    margin-bottom: 20px;
}

.brand-title h2 {
    color: #005ba8;
    position: absolute;
    background: #fff;
    font-weight: bold;
    font-size: 17px;
    top: -30px;
    padding: 0 10px 0 0;
}
.listProduct .pro-content:nth-child(5n){
    border-right: 1px solid #ccc;
}

.productCategory{
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.brandIcon, .brandIcon>li>a, .brandIcon>li.active>a, .brandIcon>li.active>a:focus, .brandIcon>li.active>a:hover{
    border: none;

}
.brandIcon>li.active>a, .brandIcon>li.active>a:focus, .brandIcon>li.active>a:hover{
    background: none;
}
.brandIcon>li>a:focus, .brandIcon>li>a:hover{
    background: none;
    border: none;
}
.brandIcon>li{
    width: 12.4%;
    cursor: pointer;
}
.listLogo{
    padding: 10px 0;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.listLogo a{
    width: 160px;
    text-align: center;
    float: left;
}
.logoPadding{
    padding: 0 15px;
}
.listLogo a img{
    max-width: 100%;
    max-height: 30px;
    /*height: 20px;*/
}
.brandIcon>li>a{
    display: block;
    text-align: center;
}
.brandIcon>li>a img{
    max-width: 100%;
    vertical-align: middle;
    height: 45px;
}
.productCategory .tab-content{
    margin: 10px 0;
}
.productCategory .tab-content>div.tab-pane{
    /*padding: 15px 10px;*/
    padding: 10px;
    position: relative;
}
.productCategory .tab-content > div#home.active:after {
    left: 60px;
}

.productCategory .tab-content > div#menu1.active:after {
    left: 187px;
}

.productCategory .tab-content > div#menu2.active:after {
    left: 318px;
}

.productCategory .tab-content > div#menu3.active:after {
    left: 555px;
}

.productCategory .tab-content > div#menu4.active:after {
    left: 446px;
}

.productCategory .tab-content > div#menu5.active:after {
    left: 570px;
}

.productCategory .tab-content > div#menu6.active:after {
    left: 713px;
}

.productCategory .tab-content > div#menu7.active:after {
    left: 847px;
}
.productCategory .tab-content div#menu8.active:after{
    left: 960px;
}
.productCategory .tab-content div#menu9.active:after{
    left: 1085px;
}

.productCategory .tab-content>div.tab-pane:after{
    content: "";
    position: absolute;
    top: -5px;
    background: #f7f7f7;
    width: 10px;
    height: 10px;
    border: solid #f7f7f7;
    border-width: 0 1px 1px 0;
    transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    -moz-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    transform: rotate(224deg);
}
.productCategory .tab-content>.active{
    background:  #f7f7f7;

}
.brandIcon>li>span{
    text-align: center;
    display: block;
    color: #005ba8;
}
.brandIcon>li:hover>span, .brandIcon>li.active span {
    font-weight: bold;
}
    /* dialog */
#dMsg {
    text-align: center;
}
#home-newsletter{
    background: #909295;
}
.home-newsletter-content {
    display: flex;
    width: 100%;
    padding: 40px 5px;
}

.home-newsletter-content .home-newsletter-content-child {

}

.home-newsletter-content .home-newsletter-content-child span.title-newsletter {
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0px 0px 0px 40px;
}

.home-newsletter-content .home-newsletter-content-child span.description-newsletter {
    color: #fff;
    font-size: 19.4px;
    padding: 0 0 0 40px;
}

.home-newsletter-content .home-newsletter-content-child #inputSubscribe {
    padding: 15px 30px;
    width: 60%;
    font-size: 16px;
    border: none;
    background: #f2f3f3;
}

.home-newsletter-content .home-newsletter-content-child .btnSubscribe {
    padding: 16px 35px;
    margin-left: -5px;
    border: none;
    background: #808082;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb {
    padding: 8px 0px;
    background-color: #fff;
}

.breadcrumb li a {
    color: #1F4B96;
}

.breadcrumb li a:hover {
    font-weight: bold;
}

.breadcrumb>li + li:before {
    padding: 0 5px;
    color: #1F4B96;
    content: ">";
}

#filter-product-mobile {
    background: #fff;
    padding: 10px 0;
    display: none;
}
#filter-product-mobile, #filter-product-mobile select{
    color: #005ba8;
}
#filter-product-mobile select, .filter-desktop select{
    border: 1px solid #005ba8;
}
#filter-product-mobile .filter {
    text-align: right;
}

#selectProductSort {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    padding: 10px 15px
}

#filter-product {
    padding: 0px;
    position: relative;
}

#filter-product ul {
    color: #005ba8;
}

#filter-product ul li.filter-left, #filter-product ul li.filter-right {
    display: inline-block;
    padding: 10px 12px;
    /*border-left: 1px solid #ccc;*/
}

#filter-product ul li.filter-left a, #filter-product ul li.filter-right a {
    color: #005ba8;
}

#filter-product ul li.filter-right {
    float: right;
    color: #005ba8;
    /*background: #5777AF;*/
    position: relative;
}

#filter-product ul.filter-left-child {
    background: #fff;
    border: 1px solid #5974AD;
    position: absolute;
    padding: 15px 20px;
    top: 35px;
    z-index: 9999;
    display: none;
}

#filter-product ul.filter-left-child1 {
    background: #fff;
    border: 1px solid #5974AD;
    position: absolute;
    padding: 15px 20px;
    top: 100%;
    width: 220%;
    right: 0;
    z-index: 9999;
    display: none;
}

#filter-product ul.filter-left-child .up1 {
    position: absolute;
    top: -16px;
    font-size: 22px;
    left: 37%;
    color: #5974AD;
}

#filter-product ul.filter-left-child .up2 {
    position: absolute;
    top: -13%;
    font-size: 22px;
    left: 15.2%;
    color: #5974AD;
}

#filter-product ul.filter-left-child li, #filter-product ul.filter-left-child1 li {
    padding: 2px;
}

#filter-product ul.filter-left-child li a, #filter-product ul.filter-left-child1 li a {
    color: #000;
    font-size: 0.85em;
    /*white-space: pre;*/
}

#filter-product ul.filter-left-child li a:hover, #filter-product ul.filter-left-child1 li a:hover, #filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-1 li a:hover, #filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2 li a:hover {
    font-weight: bold;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2 {
    height: 144px;
    overflow: hidden;
}
.seem {
    color: #000;
    font-size: 12px;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}
#filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.active {
    height: auto;
}
#filter-product ul.filter-left-advanced {
    background: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 95%;
    border: 1px solid #5974AD;
    padding: 15px 40px;
    z-index: 9999;
    display: none;
}

#filter-product ul li.filter-left:hover ul.filter-left-child, #filter-product ul li.filter-left:hover ul.filter-left-advanced, #filter-product ul li.filter-right:hover ul.filter-left-child1 {
    display: block;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child {
    width: 20%;
    float: left;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child:nth-child(2) ul.filter-left-advanced-child-2 li {
    width: 50%;
    float: left;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child a {
    color: #000;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child a b {
    text-transform: uppercase;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-1, #filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2, #filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2 li ul {
    background: #fff;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-1 li a, #filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2 li a {
    color: #000;
    font-size: 13px;
}

#filter-product ul.filter-left-advanced li.filter-left-advanced-child ul.filter-left-advanced-child-2 li {
    padding: 0px;
}

#category-sideBar {
    padding: 0px;
}

#category-sideBar .category-sideBar-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

#category-sideBar .category-sideBar-content .category-sideBar-title {
    background: #85A6D0;
    padding: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
}

#category-sideBar .category-sideBar-content .category-sideBar-title .sideBar-icon {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    line-height: 40px;
    float: left;
}

#category-sideBar .category-sideBar-content .category-sideBar-title .sideBar-title {
    padding-top: 6px;
    padding-left: 48px;
}

#category-sideBar .category-sideBar-content .category-sideBar-title .sideBar-title a {
    color: #333;
}

#category-sideBar .category-sideBar-content .category-sideBar-title .sideBar-title h3 {
    font-size: 13px;
    font-weight: bold;
}

#category-sideBar .category-sideBar-content .category-sideBar-title .fa-angle-up {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 35px;
    color: #fff;
}

#category-sideBar a.s {
    display: block;
    padding: 5px;
    color: #000;
}

#category-sideBar a.accessories-highlight {
    background: #eee;
    margin: 5px;
    padding: 2px;
}

#category-second-child {
    padding: 0px 0px 5px 0px;
}

#category-second-child .category-second-child-content {
    padding: 0px 5px 5px 0px;
}

#category-second-child .category-second-child-content .child-img {
    background: transparent;
    height: 210px;
    overflow: hidden;
    line-height: 210px;
    text-align: center;
}

#category-second-child .category-second-child-content .child-title {
    background: #eee;
    height: 30px;
    padding: 5px 10px;
}

#category-second-child .category-second-child-content .child-title a {
    color: #000;
}

#category-second-child .banner-accessories {
    margin-bottom: 10px;
}

.paginator {
    margin: 20px 0;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.paginator>a {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    margin: 0 3px;
    background: #58585A;
    color: #fff;
    text-align: center;
}

.paginator>a:hover {
    border: 2px solid #ccc;
}

.paginator>a.paging-next {
    width: auto;
    padding: 0px 5px;
}

.paginator .labelPages, .paginator .titlePages, .paginator>a.paging-last, .paginator>a.paging-first, .paginator>a.paging-previous {
    display: none;
}

.paginator>span.currentPage {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    border: 2px solid darkred;
    margin: 0 3px;
    background: darkred;
    color: #fff;
    text-align: center;
}

.paginator .paging-next:before {
    content: "Tiếp theo"
}

/*--------------------------- VIEW PRODUCT CONTENT -----------------------------*/

#imgZoom>p {
    display: block;
    margin: 5px 0;
}

#imgZoom>p a {
    border: 1px solid #ccc;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 18px;
}

#imgZoom>p a:hover {
    color: #a52a2a;
}

#imgZoom>p a.fa-facebook:hover {
    color: #2476ff;
}

#zoomer {
    float: right;
    width: 85%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 500px;
    padding: 0px;
}

#zoomer img {
    max-height: 100%;
}

#zoomer>span {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #000;
    background: #fff;
    padding: 2px 10px;
}

#zoomSlide {
    float: left;
    position: relative;
}

.product-image-slide .bx-wrapper {
    display: none;
}

#listImgZoom, .lstVideo{
    width: 70px !important;
}

#listImgZoom>li {
    float: left;
    height: 70px;
    width: 70px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
    line-height: 65px;
    vertical-align: middle;
}

#listImgZoom>li:hover {
    border: 2px solid #0C4DA2;
}

#listImgZoom>li img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    border: 1px solid transparent;
}

#listImgZoom>li img.cloudzoom-gallery-active {
    opacity: 0.7;
}

.spriteIcon {
    float: left;
    height: 15px;
    width: 20px;
    background-size: 1355px;
}

#prevSlideZ, #nextSlideZ {
    position: absolute;
    left: 5px;
    width: 100%;
    height: 15px;
}
.banner-adv-top{
    display: inline-block;
    width: 100%;
    margin:  0 0 5px 0;
}
#prevSlideZ {
    top: -15px;
    background-position: -1303px -1259px;
}

#nextSlideZ {
    bottom: -15px;
    background-position: -1303px -1275px;
}
.sliderMobile {
    display: none;
}
.cloudzoom-lens {
    width: 200px !important;
    height: 200px !important;
}

#zoomer>iframe#videoBig {
    display: none;
}
#zoomer>iframe#videoBig.selected {
    display: block;
    position: absolute;
    top: 0;
}

.attr p {
    margin-top: 25px;
}

.attr p a {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    border: none;
    margin-right: 10px;
    transition: all 0.2s;
}

.attr p a.title {
    border-radius: 0;
    width: 145px;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    border: none;
}

.attr p a.title.active, .attr p a.title:hover {
    border: none;
}

.attr p a.border-title {
    border-radius: 3px;
    color: #000;
    border: 1px solid #000;
    padding: 0px 15px;
    width: auto;
}

.attr p a:hover, .attr p a.active {
    border: 1px solid #aaa;
}

.attr p a.border-title:hover {
    border: 1px solid #000;
    font-weight: bold;
}

.product-content-infomation {
    border: 1px solid #ccc;
    padding: 0px;
}

.product-content-infomation .content-infomation-name {
    background: #005baa;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #005baa;
}

.product-content-infomation .content-infomation-name h2 {
    font-weight: bold;
}

.product-content-infomation .product-content-info ul li {
    padding: 10px;
}

.product-content-infomation .product-content-info ul li span {
    font-weight: bold;
}

.product-content-infomation .product-content-info ul li b {
    font-size: 25px;
    color: #0C4DA2;
}

.product-content-infomation .product-content-info ul li i {
    font-weight: bold;
}

.vote {
    display: inline-block;
}

.si {
    background-size: 1355px;
    cursor: pointer;
}
.vote .si {
    background-position: -1224px -1330px;
    float: left;
    height: 15px;
    width: 20px;
}

.vote .si.voteHover, .vote .si.active {
    background-position: -1224px -1261px;
}

.voteView {
    display: inline-block;
    width: 80px;
    height: 15px;
    vertical-align: text-top;
}

.voteViewComment {
    display: inline-block;
    height: 15px;
    width: 80px;
}

#voteView0 {
    background-position: -1224px -1330px;
}

#voteView1 {
    background-position: -1224px -1261px;
}

#voteView2 {
    background-position: -1224px -1275px;
}

#voteView3 {
    background-position: -1224px -1288px;
}

#voteView4 {
    background-position: -1224px -1302px;
}

#voteView5 {
    background-position: -1224px -1315px;
}

.product-promotion-content {
    padding: 5px 5px 25px 5px;
    border: 1px solid #8fa4ca;
    position: relative;
}

.icon-gift {
    background-position: -487px -466px;
    width: 52px;
    height: 47px;
    float: left;
    background-size: 560px;
    position: absolute;
    z-index: 999;
    bottom: -2px;
    right: 20px;
}

#highlight .fa-check {
    color: #ed1c24;
    padding-right: 5px;
}

.product-title {
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
    height: 15px;
}

.product-title h3 {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    position: absolute;
}

.buyProduct {
    padding: 0px;
}

.buttonAddCart {
    margin: 10px 0px 5px 0px;
}

.buttonAddCart #addToCart {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 25px;
    text-transform: uppercase;
    background: #ED1C24;
    color: #fff;
}

.installment {
    text-align: center;
    padding: 0px 0px 0px 15px;
    color: #ddd;
    text-transform: uppercase;
}

.installment .installment-content, .favorite .favorite-content {
    background: #aaa;
    padding: 5px 0px;
    cursor: pointer;
}

.installment .installment-content .fa-money {
    font-size: 22px;
}

.installment .installment-content a {
    color: #ddd;
    font-size: 22px;
}

.favorite {
    text-align: center;
    padding: 0px 15px 0px 5px;
    color: #ddd;
    text-transform: uppercase;
}

.favorite .favorite-content .fa-heart {
    font-size: 22px;
}

.favorite .favorite-content .setFav {
    color: #ddd;
    font-size: 22px;
}
.cart-content-info-button .setFav:hover {
    cursor: pointer;
}

.same-productBuy {
    margin-top: 10px;
    border-top: 2px solid #0C4DA2;
}

.same-productBuy h2 {
    font-weight: bold;
    color: #0C4DA2;
    font-size: 20px;
}

.same-productBuyImage {
    padding-top: 10px;
	overflow: hidden;
    height: 95px;
}

.same-productBuyImage ul {
    display: inline-block;
    width: 100%;
}

.same-productBuyImage ul li {
    float: left;
    width: 30%;
    padding-right: 20px;
    height: 85px;
}

.same-productBuyImage ul li :after {
    content: "+";
    color: #0C4DA2;
    font-size: 35px;
    position: absolute;
    height: 85px;
    line-height: 85px;
    vertical-align: middle;
    margin-left: 5%;
}

.same-productBuyImage ul li:last-child :after {
    content: "";
}

.same-productBuyImage a img {
    max-height: 100%;
}

.same-productBuyName span {
    vertical-align: top;
    padding-left: 5px;
}

.same-productBuyName span b {
    color: red;
}

.btnAddAll {
    padding: 10px 0px 0px 0px;
}

.btnAddAllMobile {
    display: none;
}

#addAllToCart, .addAllToCart {
    border: none;
    background: #ED1C24;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    width: 205px;
}

#addAllToWishList {
    border: none;
    background: #aaa;
    color: #ddd;
    padding: 10px;
    width: 205px;
    margin-bottom: 15px;
}

.outstock, .priceWishList {
    color: #E00024;
}

.prof-content-index-info .removeFromWishList {
    display: block;
    margin-top: 30px;
}

.addToCartWish {
    background: #E00024;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 5px;
}

ul.list-category-product-info {
    display: inline-block;
    padding: 0px;
    width: 100%;
    background: #eee;
    margin: 10px 0px 10px 0px;
}

ul.list-category-product-info li.list-category-product-info-content {
    float: left;
    padding: 10px;
    text-align: center;
    border-right: 2px solid #fff;
    margin: 5px 0px;
}

ul.list-category-product-info li.list-category-product-info-content:last-child {
    border: none;
}

ul.list-category-product-info li.list-category-product-info-content a {
    padding: 10px 0px;
    color: #0C4DA2;
}

ul.list-category-product-info li.list-category-product-info-content a:hover {
    font-weight: bold;
}

.show_sp_img {
    height: 150px;
    width: 70%;
    margin: 10px auto;
    display: block;
}

.show_sp_img>img {
    max-width: 100%;
    max-height: 100%;
}

.table tr.trhead>td {
    width: 20%;
}

/*.table tr.trhead>td:nth-child(2), .bgProFirst{*/
    /*background: #c2d2e8;*/
/*}*/

.p1.hidden {
    display: block !important;
}

.table_sp a, .table_sp a:hover {
    color: #333;
}
.sp21{
    width: 28.3% !important;
}
.table_sp2 {
    /*width: 363px;*/
    text-align: left;
    position: relative;
}

.table_sp2 p {
    border-bottom: 1px #CCC solid;
    padding: 10px;
}

.table_sp2 p:last-child {
    border: none;
}

.tableCompare>tbody>tr>td {
    padding: 0 !important
}

.tableCompare tr.trhead>td{
    width: 28.3%;
}

.hidden {
    border: none !important;
}

.product-info-content {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#flip, #description, #flip1, #description1 {
    border: solid 1px #c3c3c3;
}

#description p img, #description1 p img {
    height: auto !important;
}

#flip, #flip1 {
    background: #C2D2E8;
    color: #0C4DA2;
    font-size: 18px;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

#description, #description1 {
    padding: 15px;
    height: 550px;
    overflow: hidden;
}

.description-fill, .description-fill1 {
    height: 100% !important;
    display: block !important;
}

#description img, #description1 img {
    height: auto;
}

#compare-index {
    text-align: center;
    font-weight: bold;
}

.back-top .scrollup {
    background: #ccc;
    bottom: 35px;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    width: 45px;
    z-index: 9999;
}

.back-top .scrollup .fa-chevron-up {
    padding: 15px;
    color: #fff;
}

.back-top .scrollup:hover {
    background-color: #e44f4f;
    cursor: pointer;
}

.comment-info-index {
    padding: 10px 0px;
    background: #eee;
}

.comment-info-rate {
    padding: 0px;
}

.comment-info-rate .comment-info-rate-first {
    text-align: center;
    margin: 5px 0px;
    border-right: 1px solid #ccc;
    padding: 0px;
}

.comment-info-rate .comment-info-rate-first h2 {
    font-size: 17px;
    display: block;
}

.comment-info-rate .comment-info-rate-first span {
    font-size: 15px;
    display: block;
    color: #aaa;
}

.comment-info-rate .comment-info-rate-first>b {
    color: red;
    font-size: 70px;
    display: block;
}

.comment-info-rate-second div {
    padding: 5px 10px;
    display: flex;
}

.comment-info-rate-second div .percent_bar {
    background: #eee;
    display: inline-block;
    font-size: 0;
    height: 25px;
    margin: 0 5px;
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.comment-info-rate-second div .percent_bar span {
    background: #0C4DA2;
    display: inline-block;
    height: 100%;
}

.comment-info-buttonClick {
    text-align: center;
    line-height: 2;
    margin-top: 90px;
}

.comment-info-buttonClick span {
    font-size: 13px;
    display: block;
}

.comment-info-buttonClick a.btnComment {
    background: #0C4DA2;
    padding: 6px 30px;
    color: #fff;
    border-radius: 3px;
}

.comment-info-buttonClick a:hover {
    cursor: pointer;
}

#embedComment {
    padding: 0px 30px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.comment-info-index-content {
    padding: 10px 15px 0px 15px;
    border-top: 1px solid #ccc;
    display: none;
}

.comment-info-index-content h2 {
    font-size: 18px;
}

.comment-info-index-content .comment-info-inputTitle, .comment-info-index-content .comment-info-inputText {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}

.comment-info-index-content .comment-info-inputTitle h3, .comment-info-index-content .comment-info-inputText h3 {
    position: absolute;
    background: #eee;
    top: -10px;
    padding: 0px 5px;
}

.comment-info-index-content .comment-info-inputText #commentText {
    background: #eee;
    border: none;
    color: #000;
    display: block;
    width: 100%;
    resize: none;
    padding: 5px;
    height: 115px;
}

.comment-info-index-content .comment-info-inputTitle #title {
    background: #eee;
    border: none;
    color: #000;
    display: block;
    width: 100%;
    padding: 5px;
}

#btnRate {
    text-align: right;
    margin: 15px 0 5px 0;
}

#btnRate a, #btnRate button {
    background: #ED1C24;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 13px;
    border: none;
}

.list-comment-product h2 {
    font-size: 14px;
    padding: 15px 0px;
}

.commentProduct .commentProduct-content {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 10px 0px;
}

.commentProduct .commentProduct-content .commentator {
    padding: 0px;
}

.commentProduct .commentProduct-content .commentator p {
    font-size: 17px;
}

.commentProduct .commentProduct-content .commentator span {
    font-size: 12px;
    color: #aaa;
}

.commentProduct .rated {
    height: 18px;
}

.fEmbedComment button {
    background-color: #0C4DA2 !important;
    border-radius: 3px;
}

.statusBar {
    margin-bottom: 50px;
}

.statusBar ul {
    display: inline-block;
    width: 100%;
    padding: 0px 30px;
    text-align: center;
}

.statusBar ul li {
    float: left;
    padding: 20px 0px 10px;
    margin: 0px 3.8%;
    width: 17%;
    font-size: 16px;
    color: #aaa;
}

.statusBar .pointer {
    border: 1px solid #aaa;
    margin: auto;
    width: 70%;
    position: relative;
}

.statusBar .pointer span.cuiser {
    background: #aaa;
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    border-radius: 30px;
}

.statusBar .pointer span.p1 {
    top: -15px;
    left: -3%;
}

.statusBar .pointer span.p2 {
    top: -15px;
    left: 30%;
}

.statusBar .pointer span.p3 {
    top: -15px;
    left: 64%;
}

.statusBar .pointer span.p4 {
    top: -15px;
    right: -1%;
}

.statusBar .pointer span.pointed {
    background: #85A6D0 !important;
}

.statusBar .pointed {
    color: #85A6D0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-tooltip, .arrow:after {
    background: black !important;
    border: 2px solid white !important;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white !important;
    box-shadow: 0 0 7px black;
}

.ui-tooltip-content {
    color: #ffffff !important;
}

.unsel {
    cursor: not-allowed;
}

/*-------------------------------- PAGE SIGNIN , SIGNUP ----------------------------------*/
.pagesSignUps {
    padding: 0px 3px 0px 30px;
}

.pagesSignUps .pagesSignin .title-content, .pagesSignIns .title-content {
    padding: 10px 25px;
}

.pagesSignUps .pagesSignin .title-content h2, .pagesSignIns .title-content h2 {
    font-size: 20px;
}

.SigninDes {
    background: #eee;
    padding-bottom: 20px;
    height: 315px;
}

.SigninDes .descript {
    padding: 10px 15px;
    display: block;
    height: 235px;
}

.SigninDes a.signUp {
    padding: 5px 25px;
    background: #204A95;
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    margin: auto 20px auto auto;
}

.pageSign {
    padding-bottom: 200px;
}

.pagesSignIns {
    padding: 0px 30px 0px 3px;
}

.pagesSignIns .socialNetwork, .pagesSignInsPopup .socialNetwork {
    padding: 10px 10px;
    line-height: 2;
    text-align: center;
}

.pagesSignIns .socialNetwork h3, .pagesSignInsPopup .socialNetwork h3 {
    text-align: left;
    padding-left: 50px;
    font-size: 0.96em;
}

.pagesSignInsPopup .socialNetwork h3, .pagesSignInsPopup .socialNetwork h1 {
    text-align: left;
    padding-left: 30px;
    font-size: 0.96em;
}

.pagesSignInsPopup .socialNetwork h1 {
    font-size: 25px;
    padding-bottom: 10px;
}

.pagesSignIns .socialNetwork .facebook a, .pagesSignInsPopup .socialNetwork .facebook a {
    padding: 5px 10%;
    background: #3E4DA1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
}

.pagesSignIns .socialNetwork .google a, .pagesSignInsPopup .socialNetwork .google a {
    padding: 5px 10%;
    background: #D94527;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
}

.pagesSignIns .socialNetwork .facebook a .fa-facebook, .pagesSignIns .socialNetwork .google a .fa-google-plus, .pagesSignInsPopup .socialNetwork .facebook a .fa-facebook, .pagesSignInsPopup .socialNetwork .google a .fa-google-plus {
    padding-right: 20px;
}

.pagesSignIns .socialNetwork span, .pagesSignInsPopup .socialNetwork span {
    display: block;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 20px 20px 25px 0px;
}

.pagesSignIns .socialNetwork span i {
    position: absolute;
    background: #eee;
    padding: 0px 0px;
    top: -15px;
    width: 60px;
    right: 40%;
}

.pagesSignInsPopup .socialNetwork span i {
    position: absolute;
    background: #fff;
    padding: 0px 0px;
    top: -15px;
    width: 60px;
    right: 40%;
}

.pagesSignIns .signinForm, .pagesSignInsPopup .signinForm {
    padding: 0px 3%;
    display: inline-block;
    width: 100%;
}

.pagesSignIns .signinForm ul.errors li, .pagesSignInsPopup .signinForm ul.errors li {
    color: red;
}

.pagesSignIns .signinForm ul li input[type=text], .pagesSignIns .signinForm ul li input[type=password], .pagesSignIns .signinForm ul li select {
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    padding: 0px 10px;
}

.pagesSignInsPopup .signinForm ul li #username, .pagesSignInsPopup .signinForm ul li #password, .pagesSignInsPopup .signinForm ul li #passwordSignUp, .pagesSignInsPopup .signinForm ul li #password2, .pagesSignInsPopup .signinForm ul li #mobile, .pagesSignInsPopup .signinForm ul li #userName, .pagesSignInsPopup .signinForm ul li #email, .pagesSignInsPopup .signinForm ul li #emailRepass {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    padding: 0px 10px;
}

#getPasswordForm {
    margin-top: 100px;
}

.pagesSignIns .signinForm ul li, .pagesSignInsPopup .signinForm ul li {
    position: relative;
    margin-bottom: 10px;
}

.pagesSignIns .signinForm ul li.btns, .pagesSignInsPopup .signinForm ul li.btns {
    text-align: right;
}

.pagesSignIns .signinForm ul li.btns #btnSubmit, .pagesSignInsPopup .signinForm ul li.btns #btnSubmitPopup, .pagesSignInsPopup .signinForm ul li.btns #btnSignUpSubmitPopup, .pagesSignInsPopup .signinForm ul li.btns #btnGetPassWordPopup {
    padding: 5px 25px;
    background: #204A95;
    width: 150px;
    color: #fff;
    font-size: 17px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.pagesSignIns .signinForm ul li label {
    font-weight: normal;
    position: absolute;
    background: #eee;
    top: -9px;
    padding: 0px 10px;
    left: 45px;
    border-radius: 3px;
}

.pagesSignInsPopup .signinForm ul li label {
    font-weight: normal;
    position: absolute;
    background: #fff;
    top: -9px;
    padding: 0px 10px;
    left: 45px;
}

.pagesSignIns .signinForm ul li label span, .pagesSignInsPopup .signinForm ul li label span {
    display: none;
}

.pagesSignIns .signinForm .pagesSiginoutside, .pagesSignInsPopup .signinForm .pagesSiginoutside {
    text-align: right;
}

.pagesSiginoutsideLeft {
    float: left;
    display: inline-block;
    width: 50%;
}

.pagesSignIns .signinForm .pagesSiginoutside a, .pagesSignInsPopup .signinForm .pagesSiginoutside a, .pagesSiginoutsideLeft a {
    color: #000;
}

.pagesSiginoutsideLeft a, .pagesSiginoutside a {
    float: none !important;
    font-size: inherit !important;
    font-weight: normal !important;
    line-height: normal !important;
    text-shadow: 0px !important;
    filter: none !important;
    opacity: 1 !important;
}

.pagesSignInsPopup .socialNetwork span i, .pagesSignInsPopup .signinForm ul li label, .pagesSignInsPopup .signinForm ul li #username, .pagesSignInsPopup .signinForm ul li #password, .pagesSignInsPopup .signinForm ul li #passwordSignUp, .pagesSignInsPopup .signinForm ul li #password2, .pagesSignInsPopup .signinForm ul li #mobile, .pagesSignInsPopup .signinForm ul li #userName, .pagesSignInsPopup .signinForm ul li #email, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.SigninDes .signinForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
}

.pagesSignInsPopup .signinForm ul li.btns #btnSubmitPopup, .pagesSignInsPopup .signinForm ul li.btns #btnSignUpSubmitPopup, .pagesSignInsPopup .signinForm ul li.btns #btnGetPassWordPopup {
    width: 100%;
    display: block;
}

.pagesSignInsPopup .socialNetwork span i {
    width: 95px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    width: 100%;
    text-align: center;
}

.help-block.error {
    color: #f04e23;
}

.modal-footer {
    padding: 0;
    text-align: inherit;
    border-top: none;
}

/*------------------------------------------- CART PAGE --------------------------------------------*/
.cartIndex {
    border: 1px solid #ccc;
    margin: 20px auto 30px;
    padding: 0px;
}

.cartIndex .cart-title {
    background: #85A6D0;
    border-bottom: 2px solid #0C4DA2;
    color: #fff;
    text-align: center;
}

.cart-content {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.cart-title span {
    padding: 10px;
}

.cart-content span {
    color: #1F4B96;
}

.cart-content div:nth-child(2), .cartIndex .cart-content div:nth-child(3) {
    text-align: center;
}

.cart-content .cart-content-image {
    padding: 0px;
}

.cart-content .cart-content-info {
    text-align: left !important;
}

.cart-content .cart-content-info span {
    font-size: 18px;
}

.cart-content .cart-content-info .cart-content-info-button {
    margin-top: 75px;
    text-align: left;
}

.cart-content .updateCart {
    width: 30%;
}

.cart-content p.price {
    font-weight: bold;
    color: red;
}

.cartIndex .cart-total {
    background: #bbb;
}

.cartIndex .cart-total div {
    text-align: right;
    padding: 40px 30px;
}

.cartIndex .cart-total div:nth-child(2) span {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0;
}

.cartIndex .cart-total div:nth-child(2) span a {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.cart-button-payment {
    display: block;
    width: 100%;
    text-align: right;
    margin: 20px auto 0px;
}
.payMent{
    text-align: center;
}
.btnContinue {
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #aaa;
}

.btnCheckoutStep {
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #ED1C24;
    border: none;
}

a.btnContinue:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #0C4DA2;
    transition: background 0.2s ease;
}

a.btnCheckoutStep:hover {
    text-decoration: none;
    background: #fff;
    border: 1px solid #0C4DA2;
    transition: background 0.2s ease;
}

.listBank span img {
    background: #fff;
    margin: 2px;
    height: 35px;
    padding: 0px 14px;
    border-radius: 3px;
}

.listBank span img:hover, .listBank span.active img {
    border: 2px solid #0C4DA2 !important;
}

/*------------------------------------ PROFILE PAGE STYLE -----------------------------------*/
.prof-content-parent {
    padding: 0px;
    margin-top: 15px;
}

.order-info {
    padding: 0px;
}

.order-info .title-content h2 {
    font-size: 20px;
}

.prof-title-content {
    height: 23px;
}

.product-title h3.prof-title {
    font-size: 23px;
}

.descript-user {
    margin-bottom: 15px;
}

.prof-content {
    border-bottom: 1px solid #ccc;
}

.prof-content, .prof-content-index {
    padding: 0px;
}

.prof-content li {
    text-align: center;
    padding: 10px 0px;
}

.prof-content .fa-chevron-circle-down, .prof-content .fa-chevron-circle-up {
    font-size: 19px;
}

.fa-chevron-circle-up:before {
    content: "\f139" !important;
}

.prof-content-parent .list-category-product-info {
    margin: 0px auto 10px;
}

.prof-content-index {
    display: none;
}

.prof-content-index li {
    border-bottom: 1px solid #ccc;
}

.prof-content-index .prof-content-index-image, .prof-content-index-info {
    margin: 10px auto 0px;
    text-align: center;
    padding: 0px 0px 10px;
}

.prof-content-index .prof-content-index-image a img {
    max-height: 100%;
}

.prof-content-index-info {
    color: #0C4DA2;
    text-align: left;
}

.prof-address, .prof-address-content-index {
    padding: 0px;
}

.prof-address-content-index {
    border: 1px solid #ccc;
    margin: 0px 40px 20px;
}

.title-prof-address {

}

.title-prof-address h2 {
    background: #eee;
    padding: 15px;
    font-size: 20px;
}

.prof-address-content {
    padding: 15px;
}

.il {
    padding: 15px;
}

.il p .btnColor {
    background: #E00024;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 15px;
    border-radius: 3px;
    float: right;
}

.il p span.textT {
    width: 120px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.il p span.text {
    width: 225px;
    text-align: left;
    display: inline-block;
}

.il ul li label {
    width: 200px;
    font-weight: normal;
    padding: 5px 0px;
    display: block;
    font-size: 17px;
}

.il ul li input[type=password] {
    height: 35px;
    width: 300px;
    border: 1px solid #ccc;
}

.il ul li span, .il .errors {
    color: red;
}

.il #btnSubmit, .profile button {
    padding: 5px 25px;
    background: #204A95;
    width: 150px;
    color: #fff;
    font-size: 17px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

.profile {

}

.profile tr td.text {
    width: 135px;
    text-align: right;
    margin: 5px 10px 5px 0px;
    display: block;
}

.profile button .submit {
    width: 135px;
    text-align: right;
    margin: 5px 10px 5px 0px;
    display: block;
}

.profile select, .profile input[type=text], .profile textarea {
    width: 165px;
}

/*--------------------------------------- CHECKOUT PAGE ---------------------------------------*/
.checkoutStep-content {
    padding-bottom: 50px;
}

.checkoutStep-title {
    padding: 10px 40px;
}

.checkoutStep-title h2 {
    font-size: 20px;
}

.checkoutStep-description {
    padding: 15px 40px;
}

.checkoutStep-Form {
    background: #eee;
}

.purchaseInfo {
    padding: 10px 40px;
}

.purchaseInfo label {
    width: 90%;
    margin: 0px auto 15px;
}

.purchaseInfo label p {
    font-size: 17px;
    float: left;
}

.purchaseInfo label p span {
    color: red;
}

.purchaseInfo input, .purchaseInfo select {
    float: right;
    width: 80%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    background: #eee;
    padding: 0px 10px;
}

.purchaseInfo textarea {
    float: right;
    width: 80%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    background: #eee;
    resize: none;
    padding: 4px 10px;
}

#paymentMethod .b label {
    font-size: 17px;
    padding: 5px 0px;
}
#paymentMethod .method .title sub {
    display: block;
    font-size: 12px;
    color: #999;
    padding: 3px 0 3px 20px;
}

.listBank span {
    padding: 0px 5px;
}

.listBank span.active img {
    background: lightblue;
    border: 1px solid lightblue;
}

.listBank span img:hover {
    background: lightblue;
    transition: background 0.2s ease;
    border: 1px solid lightblue;
}

.btnOrder {
    padding: 5px 100px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background: #ED1C24;
    border: none;
}

#coupon {
    width: 73%;
    padding: 10px;
}

#getCoupon {
    border: none;
    padding: 12px 20px;
}

/*------------------------------------------------- MAPS ------------------------------------*/
.listMap .storeMap {
    display: none;
}

.listMap .storeMap-active {
    display: table;
}

#mapsStore {
    margin: 2% 0 6% 0;
}

#mapsStore>div {
    float: left;
}

#mapsStore>div>h2 {
    color: #636160;
    font-size: 22px;
    margin: 0;
}

.btnRedMaps {
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #eb478e;
    margin: 10px 0 0 0;
}

#mapsStore form {
    background: #fafafa;
    padding: 20px;
}

#mapsStore form label {
    display: block;
    padding: 2px 0;
}

#mapsStore form label i {
    font-size: 14px;
    color: #bdbdbd;
    margin-right: 5px;
}

#mapsStore form label input {
    display: inline-block;
    width: 75%;
    padding: 4px 10px;
}

#mapsStore form label select {
    display: inline-block;
    width: 81%;
    padding: 3px 10px;
}

#mapsStore form label button {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
}

.addressStores {
    padding: 5px;
    border: 1px solid #d1d1d1;
    position: relative;
    height: 55px;
}

.addressStores>span {
    position: absolute;
    top: 13px;
    left: 6px;
    width: 30px;
    height: 42px;
    background-position: 1px -1239px;
    text-align: center;
    font-weight: bold;
    color: #FFB650;
    line-height: 27px;
}

.addressStores.active>span {
    background-position: -29px -1239px;
    color: #eb478e;
}

.addressStores>sub {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding-left: 20px;
    background-position: 1px -1287px;
    line-height: 14px;
    height: 10px;
}

.addressStores>p {
    padding: 2px 10px;
    margin: 0;
    float: left;
}

.addressStores>img {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 5px;
}

#mapsView {
    height: 575px;
    width: 100%;
    padding: 0px;
}



.shipBoad {
    text-decoration: underline;
    color: #eb478e;
    font-size: 13px;
    cursor: pointer;
}

.listMap {
    padding: 0px;
}

#mapsDetails {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#mapsDetails .tab-content {
    padding: 0;
    display: table;
    width: 100%;
}

.pWls {
    padding: 5px 0;
}

.pWls p {
    margin: 0;
}

#tabDetails .tab-content>.tab-pane img {
    max-width: 100%;
    margin: 0 auto;
}

#imageView {
    max-width: 100%;
    width: 100%;
}

#mapsDetails ul li {
    cursor: pointer;
    font-family: 'open sans', arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px;
    background: #f2f2f2;
    width: 50%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid #d1d1d1;
}

#mapsDetails ul li:first-child {
    border-right: 1px solid #d1d1d1;
    border-top-right-radius: 0;
}

#mapsDetails ul li:nth-child(2) {
    border-top-left-radius: 0;
}

#mapsDetails ul li.active {
    background: #fff;
    border-bottom: 2px solid #fff;
}

#mapsDetails ul li.active span {
    font-weight: bold;
}

.scrollCustom {
    max-height: 575px;
    overflow-y: auto;
}

.scrollCustom ul li {
    cursor: pointer;
}

.scrollCustom ul li.active .addressStores>span {
    background-position: -29px -1239px;
    color: #eb478e;
}

#mapsDetails ul li a {
    background: none;
    padding: 0;
    margin: 0;
    border: none;

    display: block;
    text-align: center;
    border-radius: 0;
}

#mapsDetails ul li a h3 {
    margin: 0;
}

#mapsDetails ul li a h3 span {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
}

/*---------------------------------------------------- NEWS -------------------------------------------------*/
.lastestNews h2, .newsPolicy h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
    color: #0C4DA2;
    border-bottom: 1px dotted #0C4DA2;
}

.lastestNews>ul li, .newsPolicy>ul li {
    position: relative;
    /*list-style: circle;*/
}

.lastestNews>ul li a {
    line-height: 2;
}

.lastestNews>ul li a .fa-circle {
    font-size: 5px;
    display: inline-block;
    position: relative;
    bottom: 3px;
    left: -2px;
}

.listNews ul {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
}

.listNews ul li {
    padding: 15px 0px;
    border-bottom: 1px dotted #0C4DA2;
}

.listNews ul li .image {
    padding: 0;
}

.listNews ul li .content h2 a {
    font-size: 18px;
    color: #333;
}

.listNews ul li .content .date {
    font-size: 11px;
    color: #888;
}

.listNews ul li .content .viewMore {
    float: right;
    display: block;
    background: #0C4DA2;
    padding: 5px 20px;
    border-radius: 5px;
    color: #f9f9f9;
    text-transform: uppercase;
}

.listNews ul li .content .viewMore:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.newsPolicy>ul li {
    padding: 10px 15px;
    border: 1px dotted;
    border-radius: 3px;
    margin-top: 5px;
}

.newsPolicy>ul li:hover, .newsPolicy>ul li.active {
    border: 1px dotted #fff;
    background: #0C4DA2;
    transition: background 0.2s ease;
}

.newsPolicy>ul li a {
    font-size: 16px;
    width: 90%;
    display: block;
}

.newsPolicy>ul li a .fa-angle-right {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 30px;
}

.newsPolicy>ul li:hover a, .newsPolicy>ul li.active a {
    color: #fff;
    transition: color 0.2s ease;
}

.contentNews {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}

.contentNews h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0C4DA2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contentNews .content {
    line-height: 1.5;
}

.contentNews .content p img {
    height: auto !important;
}

.contentNews .content table {
    width: inherit !important;
}

/*------------------------------------------------------ SEARCH -------------------------------------*/
#search{
    position: relative;
}
#searchFolding h3{
    display: block;
    padding: 5px 10px;
    background: #eee;
    font-weight: bold;
}
.blockSearch1 a{
    color: #005baa !important;
}
.blockSearch1 a:hover{
    color: #fff !important;
    background: #1aa3da;
}
#searchFolding {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #888;
    box-shadow: 0 0 2px #bbb;
    display: none;
    left: 0;
    padding: 0 0 5px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
    text-align: left;
}
.listResult{
    width: 100%;
    padding: 10px 0;
    float: left;
    max-height: 500px;
    overflow-y: auto;
}
/*#searchFolding a:nth-of-type(2n+1) {*/
    /*background: none repeat scroll 0 0 #f6f6f6;*/
/*}*/

#searchFolding a {
    color: #7e7e7e;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result-item{
    margin: 0 0 5px 0;
}
.result-item:hover{
    background: #eee;
}
.result-item a{
    padding: 0 !important;
}
.result-item img{
    height: 68px;
    object-fit: contain;
    width: 60px;
}
#searchFolding>a>i {
    color: #0e76bc;
    font-size: 11px;
}

#searchFolding a span {
    color: #ff004e;
    display: block;
}

/*#searchFolding a:hover {*/
    /*background: #1aa3da;*/
    /*color: #fff;*/
/*}*/

/*---------------------------------------- FIX MOZZILA - FIREFOX STYLE --------------------------------------*/
@-moz-document url-prefix() {
    .listNews ul li .image {
        width: 225px;
    }
}
.ckTitle span.titleCondition{
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    background: #eee;
    font-size: 16px;
}
.ckTitle{
    position: relative;
}
.ckTitle span.tt{
    z-index: 0;
    display: block;
    border-top: 1px solid #DEDEDE;
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
}
.conditionContent #cContent{
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.botCondition{
    font-size: 16px;
}
.botCondition span{
    text-decoration: underline;
}
.title-content-cart {
    display: inline-block;
    width: 100%;
    background: #eee;
    margin-bottom: 3px;
    height: 50px;
}
.title-content-cart h2 {
    font-size: 25px;
    padding: 5px 15px;
    line-height: 36px;
}
.product-promotion-content .imgGift{
    display: inline-block;
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px
}
.product-promotion-content .imgGift ul li{
    width: 60px;
    float: left;
    margin-right: 40px;
    display: block;
    position: relative;
}

.product-promotion-content .imgGift ul li:before{
    content: '+';
    position: absolute;
    top: 25px;
    color: #000;
    right: -20px;
}
.product-promotion-content .imgGift ul li:last-child:before{
    content: '';
}

#hidden894, #hidden945, #hidden873, #hidden892, #hidden875 {
	display: none;
}
#hidden881>span.bdColor{
	border-right:  1px solid #333;
	padding: 0 5px;
}
#hidden881>span.bdColor:last-child{
	border: none;
}
.addressStores img{
    max-width: 40px;
    width: 100%;
}
.addressStores label{
    padding-left: 0;
}
#mapsView iframe{
    width: 100%;
    height: 575px;
}
.description-fill p{
    margin: 0 0 10px;
}
.menu-main-bg{
    background: #005baa;
}
.menu-main-bg.isfix{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
}
.menu-main-bg .main-menu>li{
    padding: 9px 26px !important;
}
.menu-main-bg .main-menu>li:hover{
    border-bottom: 2px solid #fff;
}
.menu-main-bg .main-menu>li>a{
    color: #fff;
}
.pWrForm{
    text-align: center;
}
.pWrForm h1{
    font-size: 25px;
    padding: 0 0 20px 0;
}
.pWrForm form{
    position: relative;
}
.pWrForm form input{
    width: 75%;
    border: 1px solid #005baa;
    border-radius: 20px;
    padding: 5px 15px;
}
.pWrForm form button{
    background: #f30000;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
}
.warantlyProduct{
    margin-bottom: 20px;
}
.inforCustomer{
    margin-bottom: 15px;
}
.inforCustomer span{
    display: block;
    line-height: 25px;
}
.fb_dialog_content>iframe {
    bottom: 95px !important;
    right: 0 !important;
}
.zalo-chat-widget{
    bottom: 170px !important;
    right: 10px !important;
}