/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://gitlab.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
/*body {*/
/*    background: #f1f1f1;*/
/*}*/
/*.product-feature,*/
/*.group-product,*/
/*.news,*/
/*.news-main .sales*/
/*{*/
/*    background: #fff;*/
/*}*/
img {
  max-width: 100%;
  height: auto;
}
.pl-2 {
    padding-left: .5rem!important;
}
.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
a {
  color: #000;
    text-decoration: none;
}
a:hover {
  color: #dd3333;
}
.form-group {
    margin-bottom: 10px;
}
.product_infomation {
    font-size: 14px;
}
li {
    list-style: none;
}
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.font-size-large {
  font-size: 1rem; }

.font-size-small-plus {
    font-size: 0.85rem; }

.font-size-small {
  font-size: 0.75rem; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-semi-bold {
  font-weight: 600; }

.line-height {
  line-height: 1.4; }

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  height: 100%; }

body {
  font-family: Sans-serif !important; }

main {
    margin-top: 20px;
}
.container-fluid {
  max-width: 1200px !important;
}
.container {
  max-width: 1200px;
  padding: 0; }

.table-display {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-display-cell {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

ul {
  margin: 0; }

a:hover {
  text-decoration: none; }

.gutter-small {
  margin-right: 0;
  margin-left: 0; }

.gutter-small > .col, .gutter-small > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-120 {
  margin-bottom: 120px; }

.opacity-0 {
  opacity: 0; }

.scroll-top i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background-image: linear-gradient(55deg, #75b7ff, #0081D9);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
  z-index: 9;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }

.slick-prev:before, .slick-next:before {
  font-size: 33px !important;
  color: #B7C4E3 !important; }

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.slick-next {
  right: 12px; }

.slick-prev {
  left: 0; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  color: #DD042B !important; }

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #D1D3D4; }

.btn-danger {
  background: #DD042B; }

.btn-primary {
  background: #2b3a8f; }

.text-color {
  color: #414042; }

.border-red {
  border: 1px solid #DD042B; }

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px !important; }

.col-20-percent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.hotline {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 999;
}

.hotline img {
  width: 120px;
}

.totop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 999}

.bg-none {
  background: transparent; }

.breadcrumb a {
  color: #414042; }

.page-contact {
  font-size: 14px;
  padding: 20px 0; }
.page-contact h5 {
  font-size: 18px;
  text-decoration: underline; }

.page-item.active .page-link {
  background: #DD042B;
  border-color: #DD042B; }

.page-item {
  padding: 0 3px; }

.page-link {
  color: #414042;
  border: 1px solid #DD042B; }
.page-link:hover {
  border: 1px solid #DD042B; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 45%; }

  .modal-dialog.comment-success,
  .modal-dialog.comment-info {
    width: 500px;
  }
}

/*======================================
	01. Header CSS
========================================*/
/* Topbar */
.topbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}
/* Logo */
.header .logo {
    float: left;
}
.header .logo img {
    height: 80px;
}
.header .navbar {
    padding: 0;
}
/* Main Menu */
.navbar-expand-lg .navbar-collapse{
    display:block !important;
}
.header.v3 .navbar-expand-lg .navbar-collapse{
    display:block !important;
    background:#333;
}
.header .nav li a i {
    margin-left: 6px;
    font-size: 10px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px #3333334d;
    -moz-box-shadow: 0px 3px 5px #3333334d;
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    left: 0;
    margin: 0;
}
.header .nav li:hover .dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.header .nav li .dropdown li{
    float:none;
    margin:0;
}
.header .nav li .dropdown li a {
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .dropdown li a:before{
    display:none;
}
.header .nav li .dropdown li:last-child a{
    border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
    color:#fff;
    background:#F7941D;
}
.header .nav li .dropdown li a:hover{
    border-color:transparent;
}
.header .nav li .dropdown li i {
    float: right;
    margin-top: 8px;
    font-size:10px;
    z-index:5;
}
.header .nav li .dropdown.sub-dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a{
    padding: 8px 15px;
    color: #666;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a{
    background:transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
    color:#fff;
    background:#F7941D;
}
.header .nav li .dropdown.sub-dropdown li:last-child a{
    border-bottom:0px solid;
}
.mobile-search{
    display:none;
}
.header.shop .topbar {
    border: none;
    padding: 12px 0px;
}
.header.shop .nav-inner {
    margin-right: 188px;
}
.header.shop .logo {
    float: left;
}
.header.shop .top-contact {
    margin-top:0px;
}
.header.shop .topbar p {
    color: #ccc;
}
.header.shop .topbar .login a {
    color: #F7941D;
}
/* Topbar Left Nav */
.header.shop .left-nav{

}
.header.shop .top-left .list-main li:first-child{
    padding-left:0;
}
.header.shop .top-left .list-main li i{
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: #F7941D;
    position: relative;
}
.header.shop .right-content{
    float:right;
}
.header.shop .list-main li {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid #f0f0f0;
    padding: 0px 13px;
}
.header.shop .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: #F7941D;
    position: relative;
    top: 1px;
}
.header.shop .list-main li:last-child{
    padding-right:0;
    border:none;
}
.header.shop .list-main li a{
    color:#333;
}
.header.shop .list-main li a:hover{
    color:#F7941D;
}
.header.shop .nav li {
    margin-right: 0;
    float: left;
    position: relative;
}
.header.shop .nav li {
    margin-right: 38px;
    position: relative;
}
.header.shop .nav li:last-child {
    margin: 0 !important;
}
.header.shop{
    background:#fff;
}
.header.shop .nav-inner {
    margin: 0;
    float: left;
}
.header.shop .topbar {
    background-color: #fff;
    border: none;
}
.header.shop.v3 .topbar{
    padding:0;
}
.header.shop.v3 .topbar .inner-content{
    border-bottom:1px solid #eee;
    padding: 12px 0px;
}
.header.shop .right-nav li a {
    color: #333;
}
.header.shop .logo {
    float: left;
    /*margin: 19px 0 0;*/
}
.header.shop .top-contact {
    margin-top:0px;
}
/* Header Middle */
.header.shop .search-bar-top {
    text-align: center;
    margin-top: 10px;
}
.header.shop .search-bar {
    margin-top: 33px;
    width: 460px;
    height: 40px;
    display: inline-block;
    background: #fff;
    position: relative;
}
.header.shop .search-bar {
    width: 535px;
    height: 50px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #ececec;
}
.header.shop .search-bar form {
    display: inline-block;
    float: left;
    width: 260px;
}
.header.shop .search-bar input {
    height: 48px;
    background: transparent;
    color: #666;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px 0 20px;
    width: 328px;
}
.header.shop .search-bar .btnn {
    height: 50px;
    line-height: 53px;
    width: 62px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #dd042b;
    position: absolute;
    right: -2px;
    top: -1px;
    border: none;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.shop .search-bar .btnn:hover{
    color:#fff;
    background:#F7941D;
}
/* Search Form */
.header.shop .search-top {
    opacity: 1;
    visibility: visible;
    top: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    top: 0;
}
.header.shop .middle-inner {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #eee;
}
.header.shop.v3 .middle-inner {
    border:none;
}
.header.shop .header-inner {
    background: #dd042b;
    /*background: #333;*/
}
.header.shop.v3 .header-inner {
    background: transparent;
}
.header.shop.v2 .header-inner {
    background: #fff;
    border-top:1px solid #eee;
}
.header.shop .topbar p {
    color: #333;
}
.header.shop .all-category {
    color: #fff;
    background: transparent;
    position: relative;
    background: #f7941d;
}
.header.shop .all-category h3{
    padding: 20px 25px;
}
.header.shop .cat-heading {
    font-size: 20px;
    color: #fff;
}
.header.shop .cat-heading i {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}
.header.shop .main-category {
    position: absolute;
    left: 0;
    top: 64px;
    background: #fff;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px #0000000a;
    -moz-box-shadow: 0px 5px 15px #0000000a;
    box-shadow: 0px 5px 15px #0000000a;
}
.header.shop .main-category li{
    display:block;
    border-bottom:1px solid #f6f6f6;
    position:relative;
}
.header.shop .main-category li:last-child{
    border:none;
}
.header.shop .main-category li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 13px 25px 13px 25px;
    display: block;
    text-transform: uppercase;
}
.header.shop .main-category li a i{
    display:inline-block;
    float:right;
}
.header.shop .sub-category {
    background: #fff;
    width: 220px;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-left: 3px solid #F7941D;
    -webkit-box-shadow: 0px 5px 15px #0000000a;
    -moz-box-shadow: 0px 5px 15px #0000000a;
    box-shadow: 0px 5px 15px #0000000a;
}
.header.shop .main-category li:hover .sub-category{
    opacity:1;
    visibility:visible;
}
.header.shop .main-category li a{
    text-transform:capitalize;
    font-weight:400;
}
.header.shop .main-category li a:hover{
    color:#F7941D;
}
.header.shop .main-category .main-mega{
    position:relative;
}
.header.shop .main-category li .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0;
    z-index: 99999;
    background: #fff;
    border: none;
    padding: 30px;
    border-left: 3px solid #F7941D;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.header.shop .main-category li:hover .mega-menu{
    opacity:1;
    visibility:visible;
}
.header.shop .main-category li .mega-menu .single-menu {
    width: 33%;
    display: inline-block;
    border: none;
    padding: 0;
    padding-right: 20px;
}
.header.shop .main-category li .mega-menu .single-menu a{
    padding:0;
}
.header.shop .main-category li .mega-menu .single-menu .image{
    overflow:hidden;
}
.header.shop .main-category li .mega-menu .single-menu img{
    display:block;
    height:100%;
    width:100%;
    cursor:pointer;
}
.header.shop .main-category li .mega-menu .single-menu .image:hover img{
    transform:scale(1.1);
}
.header.shop .main-category li .mega-menu .single-menu .title-link {
    margin-bottom: 20px;
    background: #F7941D;
    color: #fff;
    padding: 2px 13px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}
.header.shop .main-category li .mega-menu .single-menu .title-link:hover{
    background:#333;
    color:#fff;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link{
    margin-top:25px;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a{
    margin-bottom:10px;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover{
    color:#F7941D;
    background:transparent;
}
.header.shop .main-category li .mega-menu .single-menu .inner-link a:last-child{
    margin-bottom:0px;
}
.header.shop .menu-origin {
    float:none;
    display: inline-block;
    float: right;
}
.header.shop .nav li {
    margin-right: 0;
    float: left;
    position: relative;
}
.header.shop .nav li {
    position: relative;
    float: none;
}
.header.shop .nav li:last-child{
    margin-right:0;
}
.header.shop .nav li .new {
    background: #F7941D;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    left: 86px;
    top: 0;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}
.header.shop.v2 .nav li a{
    color:#333;
}
.header.shop .nav li a {
    /*height: 66px;*/
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 20px 25px;
    font-weight: 500;
    display: block;
    position: relative;
}
.header.shop .nav li:hover a{
    color:#fff;
    background:#F7941D;
}
.header.shop.v2 .nav li:hover a{
    color:#F7941D;
    background:transparent;
}
.header.shop .nav li.active a{
    color:#fff;
    background:#F7941D;
}
.header.shop.v2 .nav li.active a{
    color:#333 !important;
    background:transparent !important;
}
.header.shop.v2 .nav li.active a{
    color:#F7941D !important;
}
.header.shop .nav .dropdown li{
    margin:0;
}
.header.shop .nav li .dropdown li:hover a{
    background:#F7941D;
}
.header.shop.v2 .nav li.active .dropdown li a{
    color:#333 !important;
}
.header.shop.v2 .nav li.active .dropdown li a:hover{
    color:#fff !important;
    background:#F7941D !important;
}
.header.shop.v2 .nav li.active .dropdown li a:hover{
    color:#fff !important;
}
.header.shop.v2 .nav li .dropdown li:hover a{
    color:#F7941D;
}
.header.shop .nav li .dropdown li a {
    color: #333;
    padding: 8px 15px;
    font-weight: 400;
    background:#fff;
}
.header.shop.v2 .nav li .dropdown li a {
    color: #333;
    background:#fff;
}
.header.shop .nav li .dropdown li a {
    font-weight: 400;
    font-size: 14px;
}
.header.shop .nav li .dropdown li a:hover{
    color:#fff;
}
.header.shop.v2 .nav li .dropdown li a:hover{
    color:#fff !important;
    background:#F7941D;
}
.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
    background:#F7941D;
}
.header.shop .right-bar img {
    width: 40px;
}
.header.shop .right-bar {
    display: flex;
    padding: 0;
    margin: 0;
    top: 10px;
    float: right;
    position: relative;
}

i.yellow-color {
    color: #F7941D;
}

.form-control:focus {
    box-shadow: none;
}

.mobile-search{
    display:none;
}
/* Header Search */
/* Search */
.header .search-top{
    display:none;
}
.header .search-top a{
    font-size:17px;
}
.header .search-top a:hover{
    color:#F7941D;
}
.header .search-form {
    position: absolute;
    left: -128px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    top: 46px;
    background: #ffffff75;
    padding: 7px;
    border-radius: 5px;
    transform: scaleY(0);
    box-shadow: 0px 4px 7px #0000003b;
    padding: 0;
    border-radius: 0;
}
.header .search-top.active .search-form {
    opacity:1;
    visibility:visible;
    transform: scaleY(1);
}
.header .search-form input {
    width: 220px;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 15px;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0;
}
.header .search-form button {
    position: absolute;
    right: 0;
    height: 45px;
    top: 0;
    width: 45px;
    background: transparent;
    border: none;
    color: #3353ea;
    border-radius: 0 3px 3px 0;
    border-radius: 0;
    border-left: 1px solid #eee;
    font-size: 15px;
    color: #333;
}
.header .search-form button:hover{
    color:#fff;
    background:#F7941D;
    border-color:transparent;
}
/* Header Sticky */
.header .header-inner{
    width:100%;
    z-index:999;
}
.header.sticky .all-category{}
.header.sticky .all-category h3{
    cursor:pointer;

}
.header.sticky .all-category .main-category{
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.header.sticky .all-category:hover .main-category{
    opacity:1;
    visibility:visible;
}
.header.sticky .header-inner .nav li a {
    color: #fff;
}
.header.sticky.v3 .header-inner .nav li a {
    color: #fff;
}
.header.sticky .header-inner .nav li:hover a{
    color:#fff;
}
.header.sticky.v2 .header-inner .nav li:hover a{
    color:#F7941D;
}
.header.sticky .header-inner .nav li .dropdown li a{
    color:#333;
}
.header.sticky.v2 .header-inner .nav li .dropdown li a{
    color:#333;
}
.header.sticky .header-inner .nav li .dropdown li a:hover{
    color:#fff;
}
.header.sticky .header-inner .nav li.active a {
    color: #fff;
}
.header.sticky .header-inner{
    position:fixed;
    top:0;
    left:0;
    background:#dd042b;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index:999;
}
.header.sticky.v3 .header-inner{
    box-shadow:none;
}
.header.sticky.v3 .navbar-expand-lg .navbar-collapse{
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
/*======================================
	End Header CSS
========================================*/


.modal-header .close {
  background: #DD042B;
  width: 35px;
  border-radius: 100px;
  color: #fff;
  height: 35px;
  padding: 0;
  margin: 0; }

.close {
  opacity: 1; }


@media screen and (max-width: 767px) {
  .pd-info .pd-color__item {
    width: 20% !important;}
}

@media screen and (max-width: 500px) {
  .pd-info .pd-color__item {
    width: 44% !important;}
}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
  .container {
    max-width: 1300px !important; }
  .bizfly-product {
    font-size: 14px; }
  ul {
    padding-left: 28px; } }

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(18, 35, 53, 0.96);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0; }

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.banner__item {
  border: 1px solid #D1D3D4;
  padding: 10px 0;
  font-size: 12px;
  color: #414042;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.banner__item:hover {
  background: #DD042B;
  color: #fff; }
.banner__item div {
  padding-top: 5px; }

.product-feature {
  border: 4px solid #DD042B; }
.product-feature__title {
  background: #DD042B;
  color: #fff;
  font-size: 22px;
  line-height: 50px; }

.product-item {
  padding: 10px;
  cursor: pointer;
  height: auto; }
.product-item .product__percent {
  background: #DD042B;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 8px;
  z-index: 1; }
.product-item .product__image {
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.product-item .product__image img {
  height: auto;
  margin: auto; }
  transform: scale(1.05); }
.product-item .product__info {
  position: relative;
  z-index: 1; }
.product-item .product__info h3 {
  font-size: 12px;
  color: #414042;
  font-weight: 600;
  height: auto; }
.product-item .product__info h3:hover {
  text-decoration: underline; }
.product-item .product__info .product__price {
  font-size: 12px;
  font-weight: 600;
  color: #414042; }
.special-price {
  color: #DD042B; }
.old-price {
  text-decoration: line-through; }
.product-item .product__info .product__promotion {
  font-size: 11px;
  font-style: italic; }
.product-item .product__preferential {
  background: -webkit-gradient(linear, left top, right top, from(#f6961e), to(#c11231));
  background: linear-gradient(90deg, #f6961e 0%, #c11231 100%);
  color: #fff;
  border-radius: 100px;
  font-size: 11px;
  padding: 4px 15px 4px 30px;
  display: inline-block;
  margin-bottom: 8px;
  position: relative; }
.product-item .product__preferential::before {
  content: '';
  left: 0;
  top: 0;
  background: url("../images/icon-uu-dai.svg") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute; }

.group-product .group__head {
  background: url("../images/label.svg") no-repeat;
  height: 51px;
  padding: 0 15px 0 10px;
    justify-content: space-between;
}

.group__title {
  font-size: 15px;
  margin: 0; }
.group__title a {
  color: #fff; }

.filter-panel a {
  color: #414042; }

footer {
  background: #e6e7e8;
  padding-top: 30px;
  position: relative;
  top: 100px;
  font-size: 14px; }
footer ul {
  line-height: 2; }
footer ul a {
  color: #414042; }
footer .footer__title {
  color: #414042;
  font-size: 24px;
  font-weight: 600; }

.list-slide-category .slick-dots {
  bottom: 0; }

.list-slide-category .slick-dots li button:before {
  font-size: 10px; }

.box-filter {
  color: #414042;
  font-size: 12px; }
.box-filter__title {
  background: #d2d3d5;
  font-weight: 600; }
.box-filter a {
  color: #414042; }
.box-filter a:hover {
  text-decoration: underline;
  color: #DD042B; }

.select--order {
  background: transparent;
  font-size: 12px;
  padding: 5px 15px;
  border-color: #D1D3D4; }

.pd-list-image .pd-image__item {
  /*height: 96px;*/
  /*width: 96px;*/
    padding: 5px;
  background: #fafafa;
    border: 1px solid #ddd;
  cursor: pointer; }

.pd-info {
  font-size: 12px; }
.pd-name {
  font-size: 20px;
  font-weight: 700;
  color: #414042; }
.pd-price-main {
    color: #DD042B;
    font-size: 22px;
    font-weight: 700;
}
.pd-price {
  color: #DD042B;
  font-size: 16px;
  font-weight: 700; }
.pd-old-price {
  font-weight: 700;
  color: #414042; }
.pd-old-price span {
  text-decoration: line-through; }
.pd-info .pd-version__item {
    margin-right: 0.8rem !important;
  cursor: pointer; }
.pd-info .pd-version__item.active {
  border: 1px solid #DD042B !important; }
.pd-info .pd-color__item {
  margin-right: 10px;
  cursor: pointer; }
.pd-info .pd-color__item .info {
  float: left;
  line-height: 2px;
  margin-top: 16px;
  padding-right: 1em;
  padding-left: 10px;
}
.pd-info .pd-color__item .info .info-name-color {
  font-weight: 700;
}
.pd-info .pd-color__item img {
  float: left;
  width: 50px;
  height: 50px; }
.pd-info .pd-color__item {
  width: 47%;
  border: 1px solid #dee2e6; }
.pd-info .pd-color__item:last-child {
  margin-right: 0;
}
.pd-info .pd-color__item.active {
  border: 1px solid #DD042B; }
.pd-info .pd-promotion {
  position: relative; }
.pd-info .pd-promotion .pd-promotion__title {
  position: absolute;
  padding: 3px 15px;
  background: #DD042B;
  color: #fff;
  font-size: 15px;
  left: 33%;
  top: -13px; }
.pd-info .pd-action a {
  font-size: 22px; }

.pd-title {
  background: #DD042B;
  font-size: 18px;
  color: #fff; }

.pd-sub-price {
    font-weight: bold;
  font-size: 15px;
  color: #DD042B; }

.pd-sub-old-price {
  font-size: 13px;
}



.pd-content {
  overflow: hidden;
  position: relative; }

.pd-content__showmore, .pd-content__hide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.91)), color-stop(55%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  display: block;
  margin-bottom: 0;
  padding-top: 40px; }
.pd-content__hide {
  padding-top: 0 !important;
  margin-top: 20px;
}
.pd-content__showmore a, .pd-content__hide a {
    text-decoration: underline;
    cursor: pointer;
  color: #DD042B;
  font-size: 14px; }

.pd-list-image .slick-prev:before, .pd-list-image .slick-next:before {
  font-size: 18px !important; }

.pd-list-image .slick-next {
  right: 0; }

.filter-active {
  text-decoration: underline;
  color: #DD042B!important;
}

.pd-content__full {
  max-height: none !important;
}

.pd-content__minimized {
  max-height: 800px !important;
}

.specs-table {
  max-height: 400px;
  overflow: hidden;
}

.specs-table.full {
  max-height: none;
}

.btn-send-comment {
  padding: 5px 25px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #e11b1e;
  border-radius: 4px;
  background: #e11b1e;
}

.btn-send-comment:hover {
  text-decoration: underline;
  color: #fff;
}

.cmt_right {
  float: right;
  margin-top: 10px;
}

.take-care img {
  margin-bottom: 5px;
}

.news-feed p {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.news-main-header {
  width: 100%;
  height: 36px;
  background-color: #dd3333;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.news-main-header span {
  margin-left: 15px;
}
.news {
  margin-top: 15px;
}
.news p {
  margin: 0;
}
.sales {
  margin-top: 10px;
}
.news .news-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}
.news .news-time {
  font-size: 14px;
  color: #a0a0a0;
}
.news .news-title:hover {
  cursor: pointer;
  color: #f70d28;
}
.news img:hover {
  cursor: pointer;
}
.news p {
  font-size: 14px;
}

.review-header {
  width: 100%;
  height: 36px;
  background-color: #dd3333;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.review-header span {
  margin-left: 15px;
}
.reviews {
  margin-top: 10px;
}
.review {
  margin-top: 10px;
}
.review p {
  font-size: 14px;
  font-weight: 700;
}
.reviews .banner {
  margin-top: 10px;
}
.category-mob a {
  color: #414042;
  font-size: 12px !important;
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #D1D3D4;
  margin: 2px 0;
}
.menu-top-mobile {
  display: none;
}
.menu-top-mobile a {
  transition: all .2s ease-in-out;
  color: #464242;
  text-align: center;
  font-size: 12px;
  display: inline-grid;
}
.menu-top-mobile .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  background-size: contain;
  margin: 4px 0;
  filter: invert(1);
}

@media (max-width: 576px) {
    .navbar {
        padding: .5rem 0!important;
    }
    .news-page h1 {
        font-size: 1.4rem
    }
  main {
    top: 125px;
    padding-bottom: 30px;
  }
  .banner-list-item {
    display: none !important;
  }
  .bw-banner .banner-1 {
      padding-right: 2px !important;
  }
  .bw-banner .banner-2 {
      padding-left: 2px !important;
  }
  /*.bw-banner {*/
    /*display: none !important;*/
  /*}*/
  /*.bot-banner {*/
    /*display: none !important;*/
  /*}*/
  .menu-top-mobile {
    display: flex !important;
  }
  .category-mob {
    display: block !important;
  }
  .filter-panel {
    display: none !important;
  }
  .pd-services {
    display: none !important;
  }
  .col-20-percent {
    max-width: 50%;
    flex: auto;
  }
  .news-page {
    width: 100%;
  }
  .news .news-title {
    font-size: 14px;
    font-weight: 100;
  }
  .news .news-content {
    display: none;
  }
  .review-col p {
    font-weight: 700;
    font-size: 12px;
    margin-top: 5px;
  }

  .review-col {
    display: block !important;
  }
  .in-col {
    margin-top: 15px;
  }

  .menu-mobile {
    display: block !important;
  }
  .menu-not-mobile {
    display: none !important;
  }

  .hotline {
    left: 10px;
    bottom: 10px;
  }

    .zalo {
        bottom: 75px !important;
        left: 30px !important;
    }


    .zalo img, .messenger {
        width: 40px !important;
    }

  .hotline img {
    width: 80px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  main {
    top: 125px;
    padding-bottom: 30px;
  }
  .banner-list-item {
    display: none !important;
  }
  /*.bw-banner {*/
    /*display: none !important;*/
  /*}*/
  /*.bot-banner {*/
    /*display: none !important;*/
  /*}*/
  .menu-top-mobile {
    display: flex !important;
  }
  .category-mob {
    display: block !important;
  }
  .filter-panel {
    display: none !important;
  }
  .col-20-percent {
    max-width: 50%;
    flex: auto;
  }
  .menu-mobile {
    display: block !important;
  }
  .menu-not-mobile {
    display: none !important;
  }
  .review-col {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-top-mobile {
    display: flex !important;
  }
  .banner-list-item {
    display: none !important;
  }
  .col-20-percent {
    max-width: 33.33333333%;
    flex: auto;
  }
  .category-mob {
    display: block !important;
  }
  .filter-panel {
    display: none !important;
  }
  .menu-mobile {
    display: block !important;
  }
  .menu-not-mobile {
    display: none !important;
  }
  .search-md {
    display: block !important;
    margin-top: 5px;
  }
  .search-menu-mobile {
    display: none;
  }
  .review-col {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  main {
    top: 85px;
  }
  .col-20-percent {
    max-width: 25%;
    flex: auto;
  }
  .review-col-lg-exl {
    display: block !important;
  }
  .in-col-lg-exl {
    margin-top: 15px;
    font-weight: 700;
    font-size: 13px;
  }
}
.in-col-lg-exl p:hover {
  color: #f70d28;
  cursor: pointer;
}
.in-col-lg-exl img:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .review-col-lg-exl {
    display: block !important;
  }
  .in-col-lg-exl {
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
  }
}

.menu-mobile {
  display: none;
  width: 100%;
  background-color: #DD042B !important;
}
.menu-mobile .button-show-menu {
  margin-top: 10px;
  border: none;
}
.drop-mobile {
  border-top: 1px solid #ffffff;
}
.drop-mobile .nav-link {
  color: #ffffff !important;
}
.search-md {
  display: none;
}

.comment {
  width: 100%;
  margin-top: 40px;
}
.comment ul {
  padding: 0;
}
.comment li {
  list-style: none;
}
.comment .avatar {
  float: left;
  width: 25px;
  height: 25px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(255,255,255,.2)
}
.comment .user-cmt strong {
  float: left;
  overflow: hidden;
  line-height: 22px;
  margin-top: 2px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}

.comment .question-cmt {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 13px;
  color: #333;
  line-height: 24px;
  clear: both;
  float: none;
  width: auto;
}
.comment .action-user {
  display: block;
  height: 34px;
  position: relative;
  margin: -5px 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.comment .action-user .rep {
  float: left;
  padding: 5px 5px 0 0;
  font-size: 13px;
  color: #d70018;
  text-decoration: none;
}
.comment .action-user .rep:hover {
  text-decoration: underline;
}
.comment .action-user .rep-time {
  float: left;
  padding: 5px 0;
  font-size: 13px;
  color: #999;
  position: relative;
}

.comment .rep-list {
  position: relative;
  background: #eee;
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px;
}

.comment .rep-list .arrow {
  position: absolute;
  top: -29px;
  left: 0;
}
.comment .rep-list .arrow:before {
  content: '';
  border-bottom: 8px solid #eee;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.comment .rep-list span font:after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.comment .rep-list .rep-item {
  display: block;
  position: relative;
  padding: 0 5px 5px;
  clear: both;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.comment .rep-list .rep-item .row-user a .cmt-admin {
  float: left;
  width: 60px;
  height: 25px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(255,255,255,.2);
  background: url('../images/icon-chat.svg') no-repeat center!important;
  background-repeat: no-repeat;
}
.comment .rep-list .rep-item .row-user a strong {
  float: left;
  overflow: hidden;
  line-height: 22px;
  margin-top: 2px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}
.comment .rep-list .rep-item .row-user .qtv {
  background: #e11b1e;
  border-radius: 2px;
  padding: 0 5px;
  line-height: normal;
  border: 1px solid #e11b1e;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin: 5px 0 0 10px;
}

.form-reply {
  display: none;
  margin-bottom: 40px;
}

.news-import .title {
    font-size: 24px;
  text-decoration: underline;
}
.news-import .news-time {
  font-size: 14px;
  color: #a0a0a0;
}
.news-import .icon-time {
  width: 12px;
}

.btn-outline-danger {
  color: #dd042b !important;
}

.btn-outline-danger:hover {
  color: #fff !important;
}

.line-through {
    text-decoration: line-through;
}

.hidden-filter {
    display: none;
}

.filter-collapse {
    color: #dd042b;
    cursor: pointer;
    text-align: center;
}

.filter-collapse:hover {
    text-decoration: underline;
}
.filter-collapse.filter-close {
    display: none;
}
.banner-slider {
    width: 100%;
}

iframe {
    max-width: 100% !important;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

.pd-image img {
    width: 100%;
    min-height: 100%;
}

#animated-thumbnails a {
    cursor: zoom-in;
}

.pd-list-image .slick-slide {
    max-width: 240px;
    outline: none !important;
    cursor: pointer;
}

.pd-list-image .slick-slide img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.pd-image, .pd-list-image {
    display: none;
}

.zalo {
    bottom: 120px;
    left: 50px;
    width: 60px;
}

.messenger {
    right: 10px;
    left: auto;
    width: 60px;
}
td.product-title {
    padding-left: 15px;
}

.col-20-percent.border {
    position: relative;
}

.product-item:hover .product-hover-detail {
    display: block;
}

.product-item:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.product-hover-detail {
    z-index: 800;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.product-hover-detail p {
    margin-bottom: 5px;
    color: #000;
}

.group-product {
    margin-top: 20px;
}

.product-hover-detail .product-hover-title {
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.product-hover-detail .product-hover-contact {
    font-weight: bold;
    font-size: 13px;
    color: #dd042b;
}

.product-hover-detail .product-hover-show-more {
    text-align: right;
    color: #2a43da;
    font-style: italic;
}
