@charset "UTF-8";
.box-search>.form-inline>.form-group,
.box-search>.form-inline>.form-group>.input-group {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 0;
}

.box-search {
  padding: 10px 15px 10px 15px;
}

.box-search>.form-inline {
  width: auto;
  position: relative;
  float: left;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.box-search>.form-inline>.form-group>.input-group>.form-control {
  width: 185.60px;
  height: 31px;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: none;
}

.box-search>.form-inline>.form-group>.input-group>.input-group-addon {
  position: absolute;
  top: -1px;
  right: -2px;
  border-radius: 0 25px 25px 0;
  height: 40px;
  line-height: 40px;
  z-index: 100;
}

.box-search>.form-inline>.form-group>.btn-search {
  position: absolute;
  top: 0;
  padding: 0;
  right: -20px;
  width: 32px;
  height: 31px;
  border-radius: 50%;
  z-index: 100;
  background: #1857BE;
  color: #fff;
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}

.price-well {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}

.box-product-style2 {
  position: relative;
}

.box-product-style2 h3 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 10px;
}

.box-product-style2 h3:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  opacity: 1;
  top: 28px;
}

.box-product-style2 .tab-product {
  margin-bottom: 30px;
  position: relative;
}

.box-product-style2 .tab-product .pull-left {
  height: 39px;
}

.box-product-style2 .tab-product .pull-right .hidden-pc {
  position: absolute;
  right: 2px;
  top: 10px;
}

.box-product-style2 .nav_title>li.active>a {
  color: #1857BE;
}

.box-product-style2 .nav_title>li>a:hover {
  color: #1857BE;
}

.box-product-style2>.tabs-block>.nav_title>li {
  padding: 0 30px 0 0 !important;
}

.box-product-style2>div>.nav_title>.active>.tab-item {
  position: relative;
  width: 100%;
  float: left;
}

.box-product-style2>div>.nav_title>.active>a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #f00;
  z-index: 100;
}

.nav-tab-right {
  overflow: auto;
  white-space: nowrap;
}

.nav-tab-right::-webkit-scrollbar {
  display: none;
}

.nav-tab-right li {
  display: inline-block;
  float: none;
  border: none;
  padding: 2px 20px;
  margin: 24px 0 20px;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.nav-tab-right li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #1857BE;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.nav-tab-right li:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

@media(min-width:1200px) {
  .nav-tab-right li:hover .category-item span {
    color: #fff !important;
  }
}

.nav-tab-right li.active {
  background: #1857BE;
}

.box-product-style2 .dropdown-menu>li {
  padding: 0 !important;
  /* width: 100% !important; */
}

.box-product-style2 .dropdown-menu>li>a {
  width: 100%;
  padding: 10px 15px !important;
}

.box-product-style2 .dropdown-menu>li>a:hover {
  color: #fff;
}

.box-product-style2 .dropdown-menu>li.active>a {
  color: #fff;
}

.category-item {
  display: block;
}

.category-item i {
  font-size: 51px;
  vertical-align: text-bottom;
  display: block;
  text-align: center;
  color: #aaa;
  height: 55px;
}

.category-item span {
  margin: 0;
  padding: 0 10px 0 5px;
  cursor: pointer;
  color: #666666;
  line-height: 40px;
  vertical-align: middle;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
}

.active .category-item i {
  font-size: 51px;
  vertical-align: text-bottom;
  display: block;
  text-align: center;
  color: #333;
}

.active .category-item span {
  color: #fff;
}

.color-default {
  color: #333;
}

.price-before {
  color: #b7b7b7;
  text-decoration: line-through;
  margin-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 15px;
}

.link-color-main {
  background-color: #1857BE;
}

.link-color-main:hover {
  color: #dc121a;
}

.border-top-color-main {
  border-top-color: #b71c1c !important;
}

.shoppingcart-box {
  width: 290px;
  max-height: 400px;
}

.shoppingcart-box .list {
  padding: 0;
  list-style-type: none;
}

.shoppingcart-box .item {
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.shoppingcart-box .item .icon-product-delete {
  right: 20px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 4px;
  font-size: 17px;
  color: #fff;
  z-index: 9;
}

.shoppingcart-box .item .icon-product-edit {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 17px;
  color: #fff;
}

.shoppingcart-box .price {
  display: block;
  padding-top: 8px;
  font-size: 1em;
}

.shoppingcart-box a {
  font-size: 15px;
  white-space: inherit !important;
}

.shoppingcart-box .preview {
  width: 65px;
  display: block;
  float: left;
}

.shoppingcart-box .description {
  margin-left: 80px;
  font-size: 13px;
  padding-right: 20px;
  position: relative;
}

.shoppingcart-box .total {
  text-align: right;
  padding: 6px 0 12px;
}

.shoppingcart-box .btn-mega {
  float: right;
}

.shoppingcart-box .view-link {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
}

.shoppingcart-box .item-cart .pull-left strong {
  padding-top: 2px;
  display: inline-block;
}

.shoppingcart-box>.scrollbar {
  padding: 0 10px;
}

.icon {
  display: inline-block;
  position: relative;
}

.icon-prev {
  width: 18px;
  height: 32px;
  background-position: 0 0;
}

.icon-next {
  width: 18px;
  height: 32px;
  background-position: -40px 0;
}

.top-header {
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

.menu-top ul {
  margin-bottom: 0;
  float: right;
}

.menu-top li {
  float: left;
  list-style: none;
  position: relative;
  padding: 4px 0;
}

.menu-top li a {
  font-size: 14px;
  display: block;
  color: #222;
  padding: 0 15px;
  font-weight: 500;
  border-right: 1px solid #d8d8d8;
  transition: all 350ms ease;
}

.menu-top li a i {
  top: 3px;
  color: #1857BE;
  font-weight: 600;
  margin-right: 5px;
  font-size: 17px;
  position: relative;
}

.menu-top li a:hover {
  color: #1857BE;
}

.menu-top li:last-child a {
  border-right: none;
}

.item-inline {
  display: inline;
}

.item-dropdown {
  /* padding: 8px 0; */
}

.item-dropdown a {
  color: #222;
  font-size: 12px;
  white-space: nowrap;
  font-size: 14px;
}

.item-dropdown .dropdown-menu.menu-currency a {
  color: #333;
  font-size: 14px;
}

.item-dropdown .icon-flag:before {
  display: none;
}

.img-flag {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.Foatleft {
  float: left;
}

.Foatright {
  float: right;
}

.btn-show {
  color: #333;
  padding: 10px 15px;
}

.btn-toggle {
  padding: 10px;
  color: #333;
}

.logo {
  display: inline-block;
}

.hotline {
  text-align: center;
  font-size: 16px;
  padding: 30px 0;
}

.hotline a {
  color: #3b3b3b;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-search {
    /* margin-bottom: 10px; */
    padding: 0 15px;
  }
}

#header .logo {
  padding: 7px 0 8px;
}

.nav_desktop li {
  float: left;
  list-style: none;
}

.nav_desktop li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px;
  display: block;
  position: relative;
}

.nav_desktop li.sub-menu-style1 {
  position: relative;
}

.nav_desktop li li:hover>a {
  background: none;
}

.nav_desktop li:first-child a {
  margin-left: -15px;
}

.nav_desktop li:nth-last-child(1) a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: none;
}

.nav_desktop ul {
  margin-bottom: 0;
}

.nav_desktop ul ul {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  opacity: 0;
  background: #fff;
  top: 50px;
  left: 0;
  position: absolute;
  z-index: 15;
  min-width: 200px;
  border: 1px solid #ddd;
  border: none;
  pointer-events: none;
  transform: translateY(10px);
  backface-visibility: hidden;
  transition: all 0.3s ease;
}

.nav_desktop ul li.sub-menu-style2 ul {
  width: 100%;
}

.nav_desktop ul li.sub-menu-style2 ul ul {
  box-shadow: none;
}

.nav_desktop ul li.sub-menu-style2 ul li {
  padding: 10px 15px;
  float: left;
}

.nav_desktop ul li.sub-menu-style2 ul li a {
  padding: 15px 0;
  font-weight: bold;
}

.nav_desktop ul li.sub-menu-style2 ul li a:hover {
  background: inherit;
}

.nav_desktop ul li.sub-menu-style2 ul li li {
  float: none;
  padding: 0;
}

.nav_desktop ul li.sub-menu-style2 ul li li a {
  border: none;
  padding: 5px 15px;
  font-weight: normal;
}

.nav_desktop ul li.sub-menu-style2:hover ul li a:hover {
  background: inherit;
}

.nav_desktop ul li:hover ul {
  pointer-events: auto;
  transform: translateY(0px);
  z-index: 99;
}

.nav_desktop ul li:hover ul li a {
  color: #333;
  text-transform: inherit;
}

.nav_desktop ul li:hover>ul {
  opacity: 1;
}

.nav_desktop ul li.sub-menu-style1:hover ul ul {
  border: none;
  pointer-events: none;
  transform: translateX(10px);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 190px;
}

.nav_desktop ul li.sub-menu-style1:hover ul li:hover ul {
  pointer-events: auto;
  transform: translateX(0px);
}

.nav_desktop ul li.sub-menu-style1:hover ul li:hover>ul {
  opacity: 1;
}

.nav_desktop ul li.sub-menu-style1 ul li a {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.nav_desktop ul li ul li {
  float: none;
  position: relative;
}

.nav_desktop ul li ul li a:after {
  display: none;
}

.nav_desktop ul li:first-child a {
  margin-left: 0;
}

.nav_desktop ul li.active ul li a {
  color: #333;
  text-transform: inherit;
}

.menu-vetical {
  padding: 15px 20px;
  background: #1857BE;
  border: 0;
  position: relative;
}

.menu-vetical .nav_desktop {
  min-width: 240px;
  border-radius: 0;
  margin: 0;
  width: 100%;
  transition: all 350ms ease;
}

.menu-vetical .nav_desktop li {
  float: none;
}

.menu-vetical .nav_desktop li:hover>a {
  color: #f3b92e;
}

.menu-vetical .nav_desktop li:hover>.sub-menu-vetical {
  display: block;
}

.menu-vetical .nav_desktop li a {
  color: #333;
  border-bottom: 1px solid #ddd;
  text-transform: none;
  position: relative;
}

.menu-vetical .nav_desktop li a:after {
  display: none;
}

.menu-vetical .nav_desktop li a:before {
  content: '';
  width: 1px;
  background: #fff;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  display: none;
}

.menu-vetical .nav_desktop li a .arow-right-sub-menu {
  display: block;
}

.menu-vetical .nav_desktop ul ul {
  transform: translateX(10px);
  transition: all 0.3s ease;
  top: 0;
  left: 100%;
}

.menu-vetical .main_menu_mega {
  width: calc(300% + 105px);
  margin: 0 -15px 0 0px;
  padding: 20px;
}

.menu-vetical .main_menu_mega>li {
  float: left;
}

.menu-vetical .main_menu_mega>li>ul a {
  border: none !important;
}

.menu-vetical .main_menu_mega>li>ul a:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 10px;
  color: #666;
  display: block;
}

.menu-vetical .main_menu_mega>li>a {
  border: none !important;
  font-size: 17px;
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.menu-vetical .main_menu_mega>li>a:before {
  content: "";
  height: 2px;
  left: 10px;
  width: 20px;
  background: #1857BE;
  display: block;
  bottom: 0;
  top: auto;
  position: absolute;
}

.menu-vetical .main_menu_mega ul {
  display: block;
  position: relative !important;
  left: 0 !important;
  opacity: 1 !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.menu-vetical .nav_desktop ul.first-ul {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

.menu-vetical .nav_desktop ul li:hover ul {
  transform: translateX(0px);
}

.menu-vetical .nav_desktop ul li:hover>ul {
  opacity: 1;
}

.menu-vetical .nav_desktop>ul>li:nth-child(2n) {
  background-color: #f3f3f3;
}

.menu-vetical .nav_desktop .list-sub-menu a {
  border-bottom: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #1e1e1e;
}

.menu-vetical .nav_desktop .list-sub-menu a:hover {
  color: #1857BE;
}

.menu-vetical .dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
}

.menu-vetical .dropdown-toggle i {
  margin-right: 15px;
  font-size: 130%;
  color: #fff;
  vertical-align: text-bottom;
}

.compare-product {
  margin: 0;
  padding: 0;
}

.compare-product .dropdown-toggle {
  position: relative;
  transition: all 350ms ease;
}

.mini-cart-order {
  margin: 0;
  padding: 0;
}

.mini-cart-order .dropdown-toggle {
  position: relative;
  transition: all 350ms ease;
}

.account-user .wrap-avatar-member {
  line-height: 37px;
  margin: 12px 0 0px;
  padding-left: 31px;
  padding-right: 30px;
}

.account-user {
  margin: 0;
  padding: 0;
}

.account-user .dropdown-toggle {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  transition: all 350ms ease;
}

.nav-right .dropdown-menu {
  right: 0;
  left: inherit;
  border-radius: 0;
}

.nav-right .demo-icon {
  margin: 0;
}

.nav-right .demo-icon:before {
  margin: 0;
}

.nav-right .item-dropdown {
  margin: 0;
  padding: 0;
}

.btn-menu-main {
  float: left;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  width: 50px;
  text-align: center;
}

.menu-mobile {
  width: 90%;
  max-width: 400px;
  position: fixed;
  height: 100%;
  top: 0;
  left: -100%;
  overflow: auto;
  background: #fff;
  border-right: 1px solid #ddd;
  z-index: 10000;
  transition: 0.4s all ease;
}

.menu-mobile.open {
  left: 0;
}

.btn-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  color: #fff;
}

.back-drop {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.back-drop.open {
  display: block;
}

#Slider {
  overflow-x: hidden;
}

#Slider .owl-carousel {
  position: relative;
}

#Slider .owl-theme .owl-controls .owl-buttons div {
  width: auto;
}

#Slider .owl-theme .owl-controls .owl-buttons div:before {
  font-size: 50px;
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\eaa6';
}

.banner-img {
  margin-bottom: 30px;
}

.banner-img img {
  width: 100%;
  border: 1px solid #ddd;
}

.item-banner {
  margin-bottom: 15px;
  display: block;
}

.footer-top {
  background: #f6f6f6;
  padding: 30px 0;
  margin-top: 40px;
}

.footer-mid {
  background: #333;
  padding: 40px 0 0;
}

.about-desc {
  margin: 20px 0;
  color: #616161;
}

.address-ft p {
  margin-bottom: 17px;
  font-size: 13px;
  padding: 5px 0;
  line-height: 18.5714px;
}

.address-ft i {
  font-size: 13px;
  height: 25px;
  width: 25px;
  float: left;
  padding-top: 5px;
}

.address-ft .demo-icon {
  margin-right: 10px;
}

.menu-footer-vertical {
  float: left;
  position: relative;
  display: inline-block;
}

#footer .menu-footer-vertical .list-menu-fy a {
  display: block;
  line-height: 26px;
  font-size: 14px;
  transition: all 350ms ease;
  padding: 2px 0px 5px 20px;
  margin-left: 2px;
  background: url(custom-bullet.png) 0% 12px no-repeat;
}

.menu-footer-vertical a:hover {
  color: #1857BE;
}

.menu-footer-vertical>.title-fan-page {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #424242;
}

.menu-footer-vertical .list-menu-fy a:hover:before {
  visibility: visible;
  opacity: 1;
  padding-left: 20px;
  color: #afafaf;
}

.logo-footer {
  margin: 5px 0 10px;
}

.title-menu-ft {
  font-size: 16px;
  color: #464646;
  font-weight: bold;
  text-transform: uppercase;
}

.top-footer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.center-footer {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.title-box-center-ft {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  line-height: 40px;
  top: 5px;
  position: relative;
}

.newsletter .btn-default {
  border: none;
  box-shadow: none;
  background: #ddd;
  font-size: 24px;
  height: 40px;
  margin-left: -3px;
  border-radius: 0;
}

.newsletter .form-inline .form-control {
  border: none;
  border-radius: 0;
  background-color: #ddd;
  box-shadow: none;
  height: 40px;
}

.icon-social {
  display: inline-block;
}

.icon-social a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #ddd;
  display: inline-block;
  border-radius: 100px;
  margin-left: 15px;
}

.icon-social a i:before {
  margin: 0;
}

.item-social.fb {
  background-color: #3b5998;
}

.item-social.tw {
  background-color: #1da1f2;
}

.item-social.gg {
  background-color: #db4437;
}

.item-social.pi {
  background-color: #dc121a;
}

.item-social.in {
  background-color: #006fa6;
}

.box-align-right {
  display: table;
  float: right;
}

.box-align-center {
  margin: auto;
  display: table;
  margin: 0 auto;
}

.tag-key-ft {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.tag-key-ft p {
  margin-bottom: 5px;
}

.tag-key-ft a {
  color: #424242;
}

.tag-key-ft a:hover {
  color: #1857BE;
}

.tag-key-ft strong {
  font-weight: bold;
  text-transform: uppercase;
  color: #424242;
  margin-right: 10px;
}

.footer-bottom {
  background: #111;
  padding: 20px 0;
}

.coppyright {
  font-size: 13px;
  color: #888;
  margin: 0;
  font-weight: 300;
  border-right: none;
  padding: 0;
  line-height: 30px;
  transition: all 300ms ease;
}

.payment-support {
  text-align: right;
}

.payment-support img {
  margin-top: 15px;
}

.nav_title {
  margin-bottom: 30px;
}

.nav_title>li {
  list-style: none;
  float: left;
  padding: 0 30px;
}

.nav_title>li:first-child {
  padding-left: 0;
}

.nav_title>li.active>a:before {
  opacity: 1;
}

.nav_title>li>.dropdown-menu {
  border-radius: 0 !important;
}

.nav_title li a {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 8px 0;
  position: relative;
}

.nav_title li a:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
}

.nav_title li a.btn-toggle-cont-box-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: inline;
}

.nav_title li a.btn-toggle-cont-box-left.open .icon-minus-3:before {
  content: '\edfa';
}

.nav_title li a:hover:before {
  opacity: 1;
  transition: 0.4s all ease;
}

.nav_title li .tab-item-2 {
  font-size: 16px;
  color: #383838;
  font-weight: bold !important;
  text-transform: uppercase !important;
  display: block;
  padding: 8px 0 !important;
  position: relative;
}

.box-product {
  position: relative;
}

.box-product .owl-carousel {
  position: inherit;
}

.box-product>.nav_title>li {
  padding: 0 30px 0 0 !important;
}

.box-product>.nav_title>.active>.tab-item {
  position: relative;
  width: 100%;
  float: left;
}

.slider-product-available .owl-buttons div {
  width: 30px;
  top: 50%;
  margin-top: -15px;
}

.slider-product-available .owl-buttons div:before {
  font-size: 30px;
}

.slider-product-available .owl-buttons div.owl-prev:before {
  content: '\eaa5';
}

.slider-product-available .owl-buttons div.owl-next:before {
  content: '\eaa6';
}

.slider-product-available.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
}

.slider-product-available.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
}

.title-product {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-height: 40px;
  line-height: 20px;
}

.title-product a {
  color: #636363 !important;
  transition: 0.3s all ease 0s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  display: inline-block;
}

.item-product {
  position: relative;
  margin-bottom: 30px;
}

.item-product.style-view-1 {
  padding: 20px;
}

.item-product.style-view-1 .box-rate {
  margin-bottom: 20px;
}

.item-product.style-view-2 {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #cbcbcb;
}

.hot-products .item-product.style-view-2 {
  border: 1px solid #ddd;
  padding: 15px;
}

.item-product .info {
  padding: 0 5px;
  margin-top: 9px;
  min-height: 92px;
  position: relative;
}

.item-product.style-view-3 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.content-tab-product {
  margin: 0 -15px;
}

.content-tab-product .item {}

.border {
  border: 1px solid #ddd;
}

.style-view-small .title-product {
  margin: 0;
  color: #444;
  text-transform: uppercase;
}

.style-view-small .title-product a {
  font-weight: 400;
  font-size: 14px;
}

.style-view-small .info {
  padding: 0;
  margin: 0;
}

.style-view-small .box-rate {
  margin-bottom: 20px;
}

.style-view-small.item-product .img {
  position: relative;
  padding-top: 100%;
}

.number-rate {
  font-size: 12px;
  color: #999;
}

.status-product {
  font-size: 13px;
  color: #fefefe;
  display: block;
  height: 30px;
  width: 63px;
  background: #80cbc4 !important;
  position: absolute;
  text-align: center;
  line-height: 30px;
  z-index: 9;
  padding: 0 6px;
  width: 60px !important;
  top: 15px;
  left: 15px !important;
}

.bg-red {
  background-color: #1857BE;
}

.list-item .box-rate {
  margin-bottom: 10px;
}

.list-item.view-list .img {
  width: 33.33333%;
  float: left;
  padding-top: 33.1%;
}

.list-item.view-list .title-product {
  margin-top: 0;
  max-height: 50px;
}

.list-item.view-list .title-product a {
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}

.list-item.view-list .show-list {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}

.list-item.view-list .item-product .info {
  margin-left: 33.33333%;
  text-align: left;
  padding-left: 30px;
}

.list-item:not(.view-list)>.item-product.style-view-2>.img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.view-list>.item-product>.img {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}

.view-list .item-product .info {
  margin-top: 0 !important;
}

.view-list .item-blogs .img-blogs {
  width: 200px;
  height: 150px;
  float: left;
  margin: 0;
  padding-top: 0;
  margin-bottom: 0 !important;
}

.view-list .item-blogs .img-blogs img {
  max-width: 100%;
  padding: 0;
  height: 148px;
  border-radius: 3px;
}

.item-product-note {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  padding: 20px 0;
  border: 1px solid #ddd;
  text-align: left !important;
}

.item-product-note>.img {
  width: 45%;
  padding: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-product-note>.info {
  width: 55%;
  padding: 0 10px;
  float: left;
  display: block;
  position: relative;
  margin-top: 0 !important;
  min-height: 161px;
}

.item-product-note>.info>.desc-product-thumb {
  width: 100%;
  height: 63px;
  float: left;
  position: relative;
  margin-bottom: 0 !important;
}

.item-product-note>.info>.desc-product-thumb>p {
  display: none;
  position: relative;
  padding-left: 21px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}

.item-product-note>.info>.desc-product-thumb>p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(1) {
  display: block !important;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(2) {
  display: block !important;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(3) {
  display: block !important;
}

.item-product-note .price-inline p {
  display: block !important;
}

@media (max-width: 1200px) {
  .menu-vetical .main_menu_mega {
    max-width: calc(100vw - 285px);
  }
}

@media (min-width: 1200px) {
  .about-more {
    box-align: center;
  }
  .about-more:before {
    content: '';
    position: absolute;
    right: 15px;
    top: -10%;
    width: 40%;
    height: 120%;
    z-index: -10;
  }
  .ab-1-right {
    padding: 0 20px;
  }
  .ab-1-right>h1 {
    margin-top: 0;
  }
  .item-product-note>.img {
    height: 150px;
    line-height: 150px;
  }
  .newsletter .form-inline .form-control {
    width: 220px;
  }
  .detail-box-sp .item:nth-child(4) .item-product.style-view-3 {
    border-bottom: none;
  }
  .detail-box-sp .item:nth-child(5) .item-product.style-view-3 {
    border-bottom: none;
  }
  .detail-box-sp .item:nth-child(6) .item-product.style-view-3 {
    border-bottom: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ab-1-right {
    padding-right: 20px !important;
    padding-left: 20px;
  }
  .ab-1-right>h1 {
    margin-top: 0;
  }
  .item-product-note>.img {
    text-align: center;
    vertical-align: middle;
    height: 120px !important;
    line-height: 120px !important;
  }
  .about-more:before {
    content: '';
    position: absolute;
    right: 15px;
    top: -20%;
    width: 55%;
    height: 140%;
    z-index: -10;
  }
}

@media (min-width: 559px) and (max-width: 991px) {
  .list-news .list-item.box-blogs.view-list.NH-viewSmall {
    width: 50% !important;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs-bank .nav-tabs>li>a>span {
    display: block;
    border: 0;
    border-radius: 0;
    color: #555;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 60px;
    line-height: 20px;
  }
  .nav-tabs-bank>.nav-tabs>li>a>img {
    width: 50px;
    height: 38px;
  }
  .item-product-note>.img {
    text-align: center;
    vertical-align: middle;
    height: 90px !important;
  }
  .item-product-note>.img>a {
    line-height: 90px;
  }
  .box-search>.form-inline {
    max-width: inherit;
    width: 100%;
  }
  .product-price-detail {
    width: 100%;
  }
  .product-price-detail .price-detail-page {
    padding-top: 0;
  }
  .product-available {
    padding-bottom: 5px !important;
  }
}

.action-product i {
  font-size: 20px;
}

.action-product {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 0;
  background: #fff !important;
  text-align: center;
}

.action-product a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 7px;
  line-height: 38px;
  border-radius: 3px;
  transition: all 350ms ease;
}

.action-product a:hover {
  background: #1857BE;
  color: #fff;
}

.hover-action-product .action-product {
  left: 0;
  opacity: 0;
  transition: all 350ms ease;
  background: none;
  display: inline-block;
}

@media (hover: none) {
  .hover-action-product .action-product {
    display: none;
  }
}

.hover-action-product:hover .action-product {
  opacity: 1;
  bottom: 15px;
}

.box-highlight {
  min-height: 125px;
}

.item-highlight {
  color: #fff;
  padding: 10px 15px 10px 70px;
  position: relative;
}

.item-highlight .title-highlight {
  font-size: 18px;
  text-transform: uppercase;
}

.item-highlight i {
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 20px;
}

.item-highlight.box-align-center {
  display: table;
  margin: 15px auto;
}

.item-highlight p.desc-hl {
  margin-bottom: 0;
}

.max-width-300 {
  max-width: 300px;
}

.item-brand {
  display: block;
  margin-bottom: 15px;
  padding: 10px 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  overflow: hidden;
}

.item-brand img {
  width: 100%;
}

.content-brand {
  margin: 0 -8px;
}

.content-brand .item {
  padding: 0 8px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 30px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}

.desc-customer {
  font-size: 14px;
  margin-bottom: 0;
  padding: 30px 15px 15px 15px;
  color: #898989;
  font-style: italic;
  line-height: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
  height: 40px;
  width: 40px !important;
  padding: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url(/uploads/plugin/custom_img/2018-07-09/custom-sl-prev.png) center center no-repeat;
  left: -28px;
  right: auto;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url(/uploads/plugin/custom_img/2018-07-09/custom-sl-next.png) center center no-repeat;
  right: -28px;
  left: auto;
}

.item-customer {
  background: #f7f7f7;
  padding: 40px 0;
}

.item-customer img {
  border-radius: 100%;
  width: 145px;
  height: 145px;
  margin: 0 auto;
}

.item-customer p.desc {
  font-size: 12px;
  color: #383838;
  max-width: 465px;
}

.item-customer p.chucvu {
  margin-bottom: 0;
}

.item-customer p.name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.couwn-down {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.couwn-down a {
  display: block;
}

.couwn-down .couwn-down-name {
  position: absolute;
  top: 10%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

.couwn-down img.couwn-down-img1 {
  max-width: 100%;
  min-width: 300px;
  min-width: inherit;
}

.couwn-down img.couwn-down-img2 {
  width: 190px;
  display: inline-block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -95px;
}

.couwn-down .price p {
  color: #fff;
}

.text-time1 {
  line-height: 6px;
  font-style: italic;
}

.text-time2 {
  font-size: 28px;
  font-weight: bold;
}

.color-white {
  color: #fff;
  color: #fff;
}

.ratiing-time {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 240px;
}

.timer {
  text-align: left;
  margin: 20px auto 0;
  padding: 0 0 10px;
}

.timer .table-cell {
  display: inline-block;
  margin: 0 5px;
  min-width: 50px;
  text-align: center;
}

.timer .table-cell:first-child {
  margin-left: 0;
}

.timer .table-cell .tab-val {
  font-size: 14px;
  color: #fff;
  background: #000;
  font-weight: bold;
  border-radius: 500px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 0 5px;
}

.timer .table-cell .tab-unit {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
}

.box-product-view-3 {
  margin-bottom: 60px;
  margin-top: 60px;
  border: 1px solid #ddd;
  border-top-width: 3px;
}

.nav-left-product {
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.title-nav-left-p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 21px 15px 22px;
  margin: 0;
  border-bottom: 1px solid #b71c1c;
}

.title-nav-left-p a {
  color: #fff;
  margin: 0;
}

.tab-nav-left {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.tab-nav-left li {
  list-style: none;
  width: 50%;
  float: left;
}

.tab-nav-left li:first-child {
  border-right: 1px solid #ddd;
}

.tab-nav-left li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px;
  display: block;
  color: #555;
}

.tab-nav-left li.active a {
  color: #1857BE;
}

.tab-nav-left.tab-brand-box-sp {
  border-bottom: none;
}

.tab-nav-left.tab-brand-box-sp li:first-child {
  border: none;
}

.item-tab-nav-left {
  font-size: 14px;
  color: #383838;
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 12px 0;
  margin: 0 15px;
}

.item-tab-nav-left:hover {
  color: #1857BE;
}

.content-box-product-view-3 {
  padding: 0;
}

.banner-left {
  padding: 0;
}

.detail-box-sp {
  padding: 0;
}

.noPadding {
  padding: 0;
}

.container-fluid {
  padding: 0;
}

.noPadding>.container-fluid {
  padding: 0;
}

.fr {
  float: right;
}

.show-mobile {
  display: none;
}

.top-list-product-subpage {
  min-height: 42px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 6px;
}

.title-sub-category {
  font-size: 16px;
  text-transform: uppercase;
  color: #424242;
  margin-top: 13px;
  padding-left: 15px;
  font-weight: bold;
}

.advanced-product .title-sub-category {
  padding: 0;
}

.title-sub-category span.number {
  color: #888;
  text-transform: none;
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
}

.subpage {
  margin-bottom: 50px;
}

#other-sort {
  height: 40px
}

.sort-by-product {
  padding: 0;
}

.sort-by-product .item-dropdown a {
  font-size: 14px;
  color: #444;
}

.box-left {
  margin-bottom: 0;
  position: relative;
}

.box-left .nav_title {
  position: relative;
}

.box-left .title_style i {
  margin-right: 8px;
  font-weight: normal;
}

.box-left .nav li.active .sub-menu a {
  color: #333;
}

.box-left .nav li.active .sub-menu a.active {
  color: #1857BE;
}

.box-left .nav li.active .sub-menu a:hover {
  color: #1857BE;
}

.box-left .slider-product.owl-theme .owl-controls .owl-buttons div {
  top: -55px;
}

@media (max-width: 767px) {
  .mini-cart-order .dropdown-toggle {
    width: 40px;
  }
  .item-banner-category {
    width: 50%;
  }
  .item-category {
    margin-bottom: 60px;
  }
  .item-category img {
    width: 100%;
  }
  .box-slide-images-detail {
    margin-bottom: 30px;
  }
  .box-cart-left {
    margin: 30px 0 !important;
  }
  .nav-tabs-bank .nav-tabs>li>a>span {
    display: none;
  }
  .nav-tabs-bank>.nav-tabs>li>a>img {
    width: 30px;
    height: 20px;
  }
  .action-product {
    display: none !important;
  }
  .view-list {
    width: 100%;
  }
  .bs-docs-sidenav {
    margin-bottom: 30px;
  }
  #search-type {
    display: none;
  }
  .item-list-c-a {
    margin-bottom: 30px;
  }
  .item-list-c-a .icon-item {
    margin-top: 0;
  }
  .img-news-right {
    margin-bottom: 20px;
  }
  .hide-767 {
    display: none;
  }
  .input-value-price-filter .form-group {
    display: inline-block;
  }
  .input-value-price-filter .form-control {
    display: inline-block;
  }
  .show-mobile {
    display: block;
  }
  .menu-top {
    position: absolute;
    top: 36px;
    min-width: 160px;
    padding: 0 10px;
    border: 1px solid #ccc;
    z-index: 99;
    background: #fff;
  }
  .menu-top li {
    float: none;
    width: 100%;
  }
  .menu-top li a {
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .menu-top li:last-child a {
    border-bottom: none;
  }
  .hidden-mobile {
    display: none;
  }
  .box-ft {
    margin-bottom: 30px;
    padding: 0;
  }
  .newsletter .btn-default {
    top: -15px;
    position: relative;
  }
  .newsletter .form-inline .form-control {
    width: calc(100% - 60px);
    float: left;
  }
  .payment-support {
    text-align: left;
  }
  .box-align-center {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: block;
  }
  .max-width-300 {
    max-width: none;
  }
  .admanager-order {
    margin-top: 30px;
  }
  .admanager-order .box-search-top {
    padding: 0 15px;
  }
  .admanager-order .input-group.date {
    width: 100%;
  }
  .top-banner-subpage {
    min-height: 150px;
  }
  .box-search .form-inline .input-group {
    width: calc(100% - 55px);
    float: left;
  }
  .price {
    color: #f00;
    min-height: 42px;
  }
  #header .hotline {
    margin: 0 15px;
  }
  #header .box-right {
    margin-right: 15px;
  }
  .btn-toggle {
    padding-left: 15px;
  }
  .tab-product {
    margin-bottom: 15px;
    min-height: 40px;
  }
  .box-product-style2 h3 {
    font-size: 13px;
  }
  .box-product-style2 .nav_title li a {
    font-size: 14px;
  }
  .box-product-style2 .tab-product .pull-right .nav_title.collapse.in {
    display: block;
  }
  .box-product-style2 .tab-product .pull-right .nav_title.collapse.in li a {}
  .box-product-style2 .tab-product .pull-right .nav_title.collapse.in li:last-child {
    padding-right: 0;
  }
  .box-product-style2 .owl-theme .owl-controls {
    /* display: none !important; */
  }
  .item-download {
    padding: 15px 0;
  }
  .item-download:before {
    display: none;
  }
  .item-download:after {
    display: none;
  }
  .item-download .media-left {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .item-download .media-object {
    display: inline-block;
  }
  .file-download {
    float: left;
    margin: 0 0 0 15px;
  }
  .btn-download {
    float: right;
    margin: 0 15px 0 0;
  }
  .box-forget {
    padding: 30px 0;
  }
  .nav-page {
    text-align: center;
  }
  .Compe-product {
    overflow-x: auto;
  }
  .Compe-product .table>tbody>tr>td {
    min-width: 150px;
  }
  .hidden-pc {
    display: block;
  }
  .img_intro1 {
    margin-bottom: 20px;
    position: inherit;
  }
  .box_bor_style1 {
    padding: 20px;
    position: inherit;
    left: 0;
    width: auto;
  }
  .welcome {
    padding: 10px 0;
  }
  .box-step {
    width: 80%;
    margin: 0 auto;
  }
  .top-list-product-subpage>.row>div:nth-child(2)>.clearfix {
    margin-top: 20px;
    float: left;
  }
  .btn-muahang>input {
    margin-bottom: 15px;
  }
  .box-step3>.table-cart-product>tbody>tr>td:nth-child(3) {
    width: 100px !important;
  }
  .form-m-o>.form-group>.btn {
    margin-top: 20px;
  }
  .box-right .dropdown-menu {
    left: inherit;
    right: 0;
  }
  .list-bank li {
    width: 33.33333%;
  }
  .cart-left .form-group .row .col-sm-6 {
    margin-bottom: 15px;
  }
  .box-ad [class^="col-sm-"] {
    margin-bottom: 15px;
  }
  #simple_timer2.timer {
    text-align: right;
  }
  .btn-social .btn {
    padding-left: 45px;
  }
  .pagination>li>a {
    margin: 0 2px;
    padding: 0;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagination>li>span {
    margin: 0 2px;
    padding: 0;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .nav-tabs-01 .input-group {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }
  .box_dates .col-sm-4 {
    padding-right: 0;
    float: left;
    width: 33.3333%;
  }
  .box_dates .col-sm-4.item_year {
    padding-right: 15px;
  }
  .title_style1 h2 {
    font-size: 30px;
  }
  #Slider .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    top: 25%;
  }
}

.trademark-filter {
  padding-bottom: 20px;
}

.trademark-filter .cont {
  max-height: 230px;
}

.trademark-filter .cont ul li {
  list-style: none;
}

.trademark-filter .cont ul li a {
  color: #333;
  padding-left: 20px;
  font-weight: 400;
  font-size: 13px;
}

.trademark-filter .checkbox {
  margin: 6px 0;
}

.search-trademark {
  margin-bottom: 10px;
}

.search-trademark .form-control {
  height: 30px;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  font-size: 12px;
  font-style: italic;
}

.search-trademark .search-input-submit {
  width: 30px;
  height: 30px;
}

.search-trademark .search-input-submit .btn-default {
  height: 30px;
  border-radius: 0 3px 3px 0;
}

.search-trademark .search-input-content {
  margin-right: 30px;
}

.me-select {
  position: relative;
  margin: 0 auto;
}

.me-select ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.me-select li {
  margin: 0 auto;
  position: relative;
  user-select: none;
  float: left;
}

.me-select li.selected {
  box-shadow: inset 0 0 0 40px rgba(255, 246, 0, 0.1);
}

.me-select label.icon-check {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 5px 15px 25px;
  vertical-align: top;
  cursor: pointer;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
}

.me-select label.icon-check:hover {
  color: #1857BE;
}

.me-select label.icon-check span {
  vertical-align: middle;
  display: inline-block;
}

.me-select label.icon-check span:first-child {
  width: 30%;
  color: rgba(97, 107, 107, 0.7);
}

.me-select label.icon-check span:nth-child(2) {
  width: 60%;
  color: #31d2d4;
}

.me-select label.icon-check span:last-child {
  font-size: 80%;
}

.me-select label.icon-check a {
  width: 60%;
  color: #31d2d4;
}

.me-select label.icon-check::before {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 2px;
  margin-top: -9px;
  position: absolute;
  cursor: pointer;
  content: '';
  border: 1px solid #999;
  border-radius: 8px;
}

.me-select input[type="checkbox"] {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 2px;
  margin-top: -6px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.me-select input[type="checkbox"]:checked+label.icon-check::after {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 2px;
  margin-top: -6px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  content: '\f00c';
  text-align: center;
  line-height: 12px;
  color: #fff;
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 8px;
  background: #1857BE;
  /* left: 5px; */
  top: 17px;
}

.me-select .checkbox {
  display: inline-block;
}

.search-brand {
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.search-brand .btn-default {
  width: 50px;
  float: right;
  border: none;
  background: none;
}

.search-brand .form-group {
  margin-right: 50px;
  border: none;
  background: none;
  margin-bottom: 0;
}

.search-brand .form-group .form-control {
  background: none;
  border: none;
  box-shadow: none;
}

.list-color-filter {
  margin: 0 -5px;
}

.item-color {
  width: 20%;
  float: left;
  text-align: center;
}

.item-color span {
  display: inline-block;
  margin: 0 5px;
  border-radius: 3px;
  padding: 2px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  width: 33px;
  height: 33px;
  position: relative;
}

.item-color span.red {
  background: #f70006;
}

.item-color span.blue {
  background: #0b2b72;
}

.item-color span.gray {
  background: #616161;
}

.item-color span.yellow {
  background: #d7ef0f;
}

.item-color span.black {
  background: #000;
}

.item-color span.white {
  background: #fff;
}

.item-color span:before {
  font-family: fonts_vnsitecss;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 10px;
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  content: '\e832';
  margin: -5px 0 0 -5px;
}

.item-color.active span:before {
  display: block;
}

@media (max-width: 559px) {
  h1.title-name-product {
    font-size: 15px;
  }
}

@media (max-width: 414px) {
  .show-list {
    display: none !important;
  }
  a.logo {
    width: 100%;
  }
  .bgTopHeader {
    padding: 5px 0 !important;
  }
  .item-dropdown.Foatleft.item-inline.dropdown.NH-flag {
    float: left !important;
  }
}

.desc-product-thumb {
  margin-top: 10px;
  margin-bottom: 20px;
  /* padding-left: 16px; */
}

.desc-product-thumb p {
  font-size: 12px;
  color: #616161;
  position: relative;
  margin-bottom: 5px;
}

.desc-product-thumb>p {
  position: relative;
  padding-left: 0;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}

.btn-main-2 {
  border-radius: 30px;
  padding: 12px 46px;
}

.btn-black-2 {
  background-color: #383838;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-black-2:hover {
  background-color: #1857BE;
}

.show-list {
  display: none;
}

@media (min-width: 768px) {
  .block-nav-left-mobile {
    display: block !important;
  }
  #Slider {
    margin-bottom: 45px;
    text-align: center;
  }
  #Nav-desktop .container {
    position: relative;
  }
  #Nav-desktop .col-lg-10 {
    width: 100%;
  }
  #Nav-desktop .col-lg-2 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .content-box-left {
    display: inline-block;
    width: 100%;
  }
  .hidden-pc {
    display: none;
  }
  .nav_desktop {
    margin-left: -15px;
  }
  .box-step3 {
    margin-bottom: 50px;
  }
  .cart-right {
    padding-left: 10px;
  }
  .box-forget {
    padding: 80px 0;
  }
  .col-sm-20 {
    width: 20%;
    float: left;
    padding-left: 15px;
  }
  .col-sm-20.last .form-group {
    padding-right: 15px;
  }
  .no_pad_right {
    padding-right: 0 !important;
  }
  .form-control.col-sm-11 {
    width: 91.66667%;
    float: none;
  }
  .form-control.col-sm-10 {
    width: 83.33333%;
    float: none;
  }
  .form-control.col-sm-9 {
    width: 75%;
    float: none;
  }
  .form-control.col-sm-8 {
    width: 66.66667%;
    float: none;
  }
  .form-control.col-sm-7 {
    width: 58.33333%;
    float: none;
  }
  .form-control.col-sm-6 {
    width: 50%;
    float: none;
  }
  .form-control.col-sm-5 {
    width: 41.66667%;
    float: none;
  }
  .form-control.col-sm-4 {
    width: 33.33333%;
    float: none;
  }
  .form-control.col-sm-3 {
    width: 25%;
    float: none;
  }
  .form-control.col-sm-2 {
    width: 16.66667%;
    float: none;
  }
  .form-control.col-sm-1 {
    width: 8.33333%;
    float: none;
  }
  .list-item.view-list {
    float: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .box-product-style2 .tab-product .nav_title {
    margin-right: 20px !important;
  }
  .nav_title.collapse {
    display: block;
  }
  .box_dates .col-sm-4 {
    padding-right: 0;
  }
  .box_dates .col-sm-4.item_year {
    padding-right: 15px;
  }
}

.input-value-price-filter {
  margin-top: 20px;
}

.input-value-price-filter label {
  margin: 0 5px;
}

.input-value-price-filter .form-control {
  max-width: 90px;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border-color: #ddd;
  margin-bottom: 10px;
}

.side-bar-left .sub-menu {
  list-style: none;
  margin: 0;
}

.side-bar-left .sub-menu .border-bottom {
  border-bottom: none;
  display: block;
  border-top: 1px dotted #ddd;
}

.side-bar-left .sub-menu a:hover {
  color: #1857BE;
}

.side-bar-left .sub-menu>.border-bottom>.btn-hide-toggle-sub-menu {
  display: block;
  padding: 8px 15px !important;
  margin-left: 0 !important;
  border-top: 0 !important;
}

.side-bar-left .nav li {
  position: relative;
}

.side-bar-left .nav li a {
  padding: 14px 0;
}

.side-bar-left .nav li a:hover {
  color: #1857BE;
  background: none;
}

.hide-toggler-cont {
  display: none;
}

.btn-hide-toggle-sub-menu {
  width: 40px;
  height: 48px;
  position: absolute !important;
  right: 0;
  top: 0;
  padding: 13px 15px !important;
}

.btn-hide-toggle-sub-menu:hover {
  background: none !important;
}

.btn-hide-toggle-sub-menu:focus {
  background: none !important;
}

.btn-hide-toggle-sub-menu.open {
  transform: rotate(180deg);
}

.thub-image {
  padding: 0 30px 15px;
}

.thub-image img {
  max-width: 85px;
  border: 1px solid #ddd;
}

.thub-image .item {
  text-align: center;
}

.thub-image .owl-theme .owl-controls .owl-buttons div::before {
  content: none !important;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
  /* background-color: transparent; */
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev {
  /* left: -30px; */
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
  /* right: -24px; */
}

.top-detail-product {
  margin-bottom: 40px;
  margin-top: 30px;
}

.top-detail-product .row-bb {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  list-style: none;
}

.top-detail-product .row-bb>li {
  float: left;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 30px;
}

.top-detail-product .row-bb>li:nth-last-child(1) {
  padding-right: 0;
}

.top-detail-product .row-bb>li:nth-last-child(1):before {
  display: none;
}

.top-detail-product .row-bb>li:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 10px;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  z-index: 100;
}

.top-detail-product .row-bb>li>label {
  padding-right: 10px;
}

.product-detail {
  min-height: 600px;
}

.product-detail .thub-image {
  position: relative;
}

.view-images-large {
  height: auto;
  position: relative;
  padding-top: 100%;
}

.detail-thongsokithuat {
  margin-top: 30px;
  margin-bottom: 40px;
}

.title-desc-detail {
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0;
}

.btn-send-cmt {
  height: 45px;
  max-width: 200px;
}

.title-name-product {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Helvetica", "Arial", "sans-serif";
  color: #636363;
}

.title-name-product span.number {
  font-size: 14px;
}

.price-main {
  font-size: 24px;
  color: #1857BE;
}

.dvt {
  font-size: 14px;
  color: #333;
}

.price-detail-page {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
}

.price-detail-page .price-main {
  font-size: 24px;
  font-weight: bold;
  color: #1857BE;
  line-height: 24px;
}

.btn-ver {
  color: #555;
  background: #eee;
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 3px;
  margin-right: 10px;
}

.btn-ver.active:before {
  content: '';
  width: 20px;
  height: 10px;
  border-bottom: 15px solid #eee;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  position: absolute;
  bottom: -32px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-ver.active:after {
  content: '';
  width: 20px;
  height: 10px;
  border-bottom: 15px solid #ddd;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  position: absolute;
  bottom: -31px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
}

.title-ver {
  margin-right: 30px;
  position: relative;
  top: 3px;
}

.item-p-vailable {
  text-align: center;
  margin-bottom: 15px;
}

.item-p-vailable .price {
  margin: 10px 0;
}

.select2-offscreen {
  outline: none;
}

.select2-offscreen:focus {
  outline: none;
}

.product-available {
  background: #eee;
  padding: 20px 0;
  /* border-bottom: 1px dashed #ebebeb !important; */
  border-radius: 3px;
  margin: 30px 0;
}

.product-available .owl-item .item {
  padding: 0 10px;
}

.product-available>.group-available {
  margin-bottom: 5px !important;
}

.btn-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #ddd;
  color: #888;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.Compe-product {
  text-align: center;
}

.Compe-product .table-bordered>tbody>tr>th {
  vertical-align: middle;
}

.color-ss {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ddd;
}

.color-ss.red {
  background: #f00;
}

.color-ss.blue {
  background: blue;
}

.color-ss.yellow {
  background: yellow;
}

.number-ss {
  font-size: 48px;
  text-transform: uppercase;
}

.title-row {
  text-transform: uppercase;
}

.btn-remove-product-ss {
  color: #999;
  font-size: 18px;
}

.btn-remove-product-ss:hover i {
  color: #1857BE;
}

.table-widthlist.table>tbody>tr>td {
  vertical-align: middle;
  text-align: center;
}

.table-widthlist.table>tbody>tr>th {
  vertical-align: middle;
  text-align: center;
}

.table-widthlist.table-bordered>thead>tr>th {
  font-size: 14px;
  text-transform: uppercase;
  color: #383838;
  background: #eee;
  padding: 10px 20px;
  border-bottom: none;
}

.title-table-mobile {
  display: none;
}

.detail-list-blogs {
  margin-top: 22px;
}

.color-red {
  color: #1857BE;
}

.clear-both {
  clear: both;
}

.NH-newsSection-1 .img-blogs {
  margin-bottom: 25px !important;
}

.NH-newsSection-1 .item-blogs {
  padding: 15px;
  border: 1px solid #ebebeb;
}

.item-blogs {
  margin-bottom: 15px;
}

.item-blogs .img-blogs {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 66.66667%;
}

.item-blogs .desc-blogs {
  overflow: hidden;
  line-height: 21.4px;
  margin-bottom: 0px;
  font-size: 14px;
  height: 40px;
}

.more-blogs {
  font-weight: 400;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
}

.box-detail-post.top-post .title-blogs-item {
  height: auto;
  color: #464646;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-detail-post.top-post img {
  width: 100%;
}

.title-blogs-item {
  margin: 10px 0;
  overflow: hidden;
  display: block;
}

.title-blogs-item a {
  font-size: 14px !important;
  display: block;
  line-height: 21px;
}

.title-blogs-item a:hover {
  color: #1857BE !important;
}

.btn-view-more {
  color: #383838;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
}

.btn-view-more:hover {
  color: #fff;
  background: #1857BE;
  border-color: #1857BE;
}

.box-blogs.view-list {
  width: 100%;
  float: none;
}

.box-blogs.view-list .info {
  overflow: hidden;
  padding: 0 15px;
  margin-left: 200px;
}

.box-blogs.view-list .info .title-blogs-item {
  margin: 0px 0 6px;
  text-align: left;
}

.box-blogs.view-list .info .title-blogs-item a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s all ease 0s;
}

.box-detail-post {
  /* border-bottom: 1px dashed #ddd; */
  /* padding-bottom: 10px; */
  /* margin-bottom: 10px; */
}

.box-detail-post img {
  margin-bottom: 20px;
}

.item-link-lienquan {
  color: #383838;
  padding: 3px 0;
  display: inline-block;
}

.item-link-lienquan:hover {
  color: #1857BE;
}

.detail-tags {
  margin-top: 10px;
}

.detail-tags a {
  color: #585858;
}

.detail-tags a:hover {
  color: #1857BE;
}

.tag-detail-post {
  background: #ddd;
  padding: 10px 15px;
}

.noBg {
  background: none !important;
}

.share-social .item-social {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.share-social .title-box-center-ft {
  top: 0;
}

.share-social .fb i {
  color: #3b5998;
}

.share-social .tw i {
  color: #1da1f2;
}

.share-social .gg i {
  color: #db4437;
}

.share-social .pi i {
  color: #dc121a;
}

.share-social .in i {
  color: #006fa6;
}

.item-cmt {
  margin-bottom: 25px;
}

.item-cmt .avt {
  width: 40px;
  height: 40px;
  float: left;
}

.item-cmt .avt span.avt-text {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background: #ccc;
  font-weight: bold;
}

.item-cmt .info-cmt {
  margin-left: 70px;
  overflow: hidden;
}

.item-cmt .item-cmt {
  padding-left: 70px;
}

.user-comment {
  margin-top: 40px;
}

.wirte-cmt {
  color: #585858;
  margin-bottom: 20px;
}

.click-cmt {
  color: #616161;
  display: inline-block;
  margin-right: 25px;
}

.click-cmt.active {
  color: #4a90e2;
}

.click-cmt:hover {
  color: #4a90e2;
}

.name-user-post {
  font-weight: bold;
}

.title-order-rps {
  display: none;
}

.title-box-p-home {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.title-box-p-home h2 {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  display: table;
  background-color: #fff;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  padding: 0 30px;
}

.title-box-p-home:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 10px;
  left: 0;
}

.logo-brand-bottom {
  min-height: 150px;
  background-color: #2874f0;
  text-align: center;
  padding: 40px 0;
}

.hover-category {
  position: relative;
}

.hover-category:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.hover-category:hover:before {
  opacity: 1;
  transition: 0.4s ease all;
}

.hover-category:hover .info-hover-category {
  opacity: 1;
  transition: 0.4s ease all;
}

.info-hover-category {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  margin: auto;
  height: 60px;
  margin-top: -30px;
  opacity: 0;
}

.info-hover-category i {
  color: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  line-height: 50px;
}

.info-hover-category .title-info {
  font-size: 14px;
  text-transform: uppercase;
  color: #ff4948;
  margin: 0;
}

.title-block-product {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
}

.box-highligh-style-2 {
  background: #eee;
  padding: 30px 0;
  margin-bottom: 130px;
}

.img-highlight {
  position: relative;
  margin-bottom: -120px;
  text-align: center;
}

.item-category .box-title {
  margin-bottom: 25px;
}

.item-category .box-title .top-title {
  font-size: 14px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-top: 0;
}

.item-category .box-title .top-title:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.item-category .box-title .desc-title {
  font-weight: 300;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 36px;
  margin: 20px 0;
}

.item-category .img {
  margin-bottom: 25px;
}

.view-btn-slt {
  position: relative;
}

.view-btn-slt .button-category {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  height: 34px;
  margin-top: -20px;
  z-index: 9;
  display: table;
  width: 168px;
}

.top-banner-subpage {
  min-height: 260px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  text-align: center;
}

.top-banner-subpage .title-main.bottom {
  display: table-cell;
  vertical-align: middle;
}

.top-banner-subpage .title-main h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.top-banner-subpage div {
  float: none !important;
}

.top-banner-subpage a {
  color: #fff;
}

.trending {
  margin-bottom: 45px;
}

.item-trending {
  background-color: #ffe082;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.info-trending {
  padding: 40px 30px;
}

.category-title {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}

.category-title:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  top: 10px;
  left: 0;
}

.title-info-trend {
  font-size: 20px;
  text-transform: uppercase;
  color: #1e1e1e;
  line-height: 1.4;
}

.desc-trend {
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-view-trend {
  color: #1e1e1e;
  border-radius: 0;
  border: 1px solid #1e1e1e;
  padding: 9px 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-view-trend:hover {
  background-color: #fff;
}

@media (max-width: 1690px) and (min-width: 1200px) {
  .desc-trend {
    overflow: hidden;
  }
  .title-info-trend {
    font-size: 16px;
  }
}

.about-home {
  margin-top: 45px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.title-info-H {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.title-info-H:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  top: 10px;
  left: 0;
}

.logo-about {
  margin-bottom: 30px;
}

.desc-about-H {
  line-height: 1.6;
}

.item-list-c-a .icon-item {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 30px;
  background-color: #ffb300;
  float: left;
  text-align: center;
  line-height: 60px;
  margin-top: 7px;
}

.item-list-c-a .info-item {
  margin-left: 80px;
}

.title-item-ab {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.desc-item-ab {
  font-weight: 300;
}

.list-category-about {
  padding: 45px 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .desc-about-H {
    overflow: hidden;
  }
  .desc-news-right {
    display: none;
  }
  .item-news-home .more-post {
    border-bottom: none;
  }
  .more-post li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .input-value-price-filter .form-control {
    max-width: 63px;
  }
}

.news-feture {
  position: relative;
  margin-bottom: 30px;
}

.news-feture .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding: 20px;
}

.title-n-feture {
  margin-top: 0;
  font-size: 20px;
}

.title-n-feture a {
  text-transform: uppercase;
  color: #ffb300;
  font-weight: bold;
}

.icon-category-news {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #ffb300;
  z-index: 1;
}

.title-news-right {
  margin-top: 0;
  line-height: 1.4;
}

.title-news-right a {
  text-transform: uppercase;
  color: #1e1e1e;
}

.title-news-right a:hover {
  color: #ffb300;
}

.desc-news-right {
  font-weight: 300;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

.item-news-home {
  position: relative;
  margin-bottom: 20px;
}

.item-news-home .row {
  margin: 0 -5px;
}

.item-news-home .col-lg-6 {
  padding: 0 5px;
}

.item-news-home .more-post {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.feeback {
  height: 470px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.feeback .icon-social {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.content-fback {
  font-style: italic;
  color: #1e1e1e;
  text-align: center;
}

.info-user-fback {
  position: absolute;
  width: 100%;
  background: #8bc34a;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px 30px;
}

.info-user-fback:before {
  content: '';
  width: 12px;
  height: 8px;
  border-bottom: 8px solid #8bc34a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.info-user-fback .avt {
  width: 62px;
  height: 62px;
  float: left;
}

.info-user-fback .avt img {
  border-radius: 100px;
}

.info-user-fback .info {
  margin-left: 72px;
}

.info-user-fback .info .name {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
}

.info-user-fback .info .chucvu {
  font-size: 12px;
}

.nav_desktop-style-3 {
  width: 320px;
  float: left;
  padding-bottom: 50px;
  background-color: #fff;
  overflow-y: auto;
  top: 0;
  z-index: 99;
}

.box-menu-style-3 {
  padding: 0 5px 0 25px;
}

.box-menu-style-3 li {
  list-style: none;
}

.box-menu-style-3 li>a {
  font-size: 18px;
  text-transform: uppercase;
  color: #1e1e1e;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-weight: bold;
}

.box-menu-style-3 li>a:hover {
  color: #06b8cf;
}

.box-menu-style-3 li>ul>li a {
  font-size: 14px;
  text-transform: none;
  color: #1e1e1e;
  padding: 8px 0;
  border-bottom: none;
  font-weight: normal;
}

.box-menu-style-3 ul>li>ul {
  margin-top: 5px;
}

@media (min-width: 1367px) {
  .max-992px-show {
    display: none;
  }
}

@media (max-width: 1199px) {
  .sub-menu-vetical {
    width: 730px;
  }
  .nav_desktop li a {
    font-size: 13px;
    padding: 15px 10px;
  }
}

@media (min-width: 1025px) {
  .hidden-desktop {
    display: none;
  }
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .wsmenu-list li>.megamenu {
    /* padding-top: 0; */
    padding-bottom: 0;
  }
  .wstliststy05 li.wstheading {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .hidden-ipad {
    display: none;
  }
  .container {
    width: auto;
  }
  .item-dropdown.Foatleft.item-inline.dropdown.NH-flag {
    float: right;
  }
  .in-email {
    width: 100% !important;
    padding: 0 !important;
  }
  #footer .menu-footer-vertical>.list-fan-page {
    margin-top: 0 !important;
  }
  .NH-information {
    margin-top: 0 !important;
  }
  .detail-post .box-detail-post.top-post p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .box-blogs.view-list h2.title-blogs-item {
    height: 19px !important;
  }
  .wellcome .image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .detail-list-blogs .box-blogs.view-list h2.title-blogs-item {
    height: 28px !important;
  }
}

@media (max-width: 991px) {
  .max-992px-show {
    display: block !important;
  }
  .hidden-992px {
    display: none;
  }
  .max-992px-hidden {
    display: none;
  }
  .nav_mobile .nav-right {
    display: block;
  }
  .menu-main [class^="col-sm-"] {
    width: auto;
    float: none;
  }
  .header-mid .navbar-header {
    text-align: center;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .detail-box-sp .item:nth-child(5) .item-product.style-view-3 {
    display: none;
  }
  .detail-box-sp .item:nth-child(6) .item-product.style-view-3 {
    display: none;
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  ul.list-fan-page {
    display: none;
  }
}

@media (max-width: 480px) {
  .list-item .img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .list-item .item-product .info {
    /* margin-left: 0; */
    text-align: left;
    /* padding-left: 0; */
  }
  .list-item.view-list .action-product {
    height: 75px;
  }
  .list-item.view-list .action-product a {
    margin-bottom: 10px;
  }
  .title-table-mobile {
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    text-transform: uppercase;
  }
  .box-blogs {
    width: 100%;
    float: none;
  }
  .box-blogs.view-list .info {
    padding-left: 15px;
  }
  .box-blogs.view-list .info .desc-blogs {
    /* display: none; */
  }
  .box-blogs.view-list .btn-view-more {
    display: none;
  }
  .box-blogs.view-list .title-blogs-item {
    font-size: 16px;
    margin: 10px 0;
  }
  .title-blogs-item {
    line-height: 1.1;
    height: 50px;
  }
  .title-blogs-item a {
    font-size: 18px;
    line-height: 1.3;
  }
  .title-order-rps {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .nav_title li {
    width: 50%;
    padding-left: 15px;
  }
  .nav_title li.active {
    padding-left: 15px;
  }
  .nav_title li.active a {
    color: #111;
  }
  .nav_title li:first-child {
    padding-left: 15px;
  }
  .nav_title li a {
    color: #999;
  }
  .detail-box-sp .item {
    width: 100%;
    padding: 0 15px;
  }
  .detail-box-sp .item .item-product.style-view-3 {
    border-left: none;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  .table-widthlist {
    border: none !important;
  }
  .table-widthlist thead {
    display: none;
  }
  .table-widthlist.table>tbody>tr {
    display: block;
    width: 100%;
    border-top: none;
    display: block !important;
    margin-bottom: 20px;
    background: #f5f5f5;
  }
  .table-widthlist.table>tbody>tr>td {
    display: block;
    width: 100%;
    border-top: none;
    position: relative;
  }
  .table-widthlist.table>tbody>tr>th {
    display: block;
    width: 100%;
    border-top: none;
    position: relative;
    border-top: 1px solid #ddd;
    text-align: center;
  }
  .table-order thead {
    display: none;
  }
  .table-order tbody {
    display: block;
    text-align: left;
    font-size: 13px;
  }
  .table-order tbody>tr {
    display: block;
    text-align: left;
    font-size: 13px;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table-order tbody>tr>th {
    display: block;
    text-align: left;
    font-size: 13px;
    padding-left: 145px;
    position: relative;
  }
  .table-order tbody>tr>td {
    display: block;
    text-align: left;
    font-size: 13px;
    padding-left: 145px;
    position: relative;
  }
  .box-highligh-style-2 {
    margin-bottom: 40px;
  }
  .box-highligh-style-2 .col-sm-8 .col-xs-6 {
    width: 100%;
    float: none;
  }
  .responsive-table table {
    display: block;
  }
  .responsive-table thead {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tbody {
    display: block;
  }
  .responsive-table tbody td {
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 55%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .responsive-table tbody tr {
    display: block;
    border: 1px solid #ccc;
  }
  .responsive-table th {
    display: block;
  }
  .responsive-table td:before {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 50%;
    padding-right: 10px;
  }
}

.btn-pay-mini {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  height: 38px;
  border-radius: 30px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  transform: scale(0);
}

.btn-pay-mini i {
  margin-right: 10px;
}

.btn-pay-mini:hover {
  background: #8bc34a;
}

.hover-button-pay {
  position: relative;
}

.hover-button-pay:hover .btn-pay-mini {
  transform: scale(1);
  transition: 0.4s ease all;
}

.hover-button-pay:hover .img:before {
  opacity: 1;
  transition: 0.4s ease all;
}

.hover-button-pay .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(25, 33, 42, 0.58);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.box-banner-full {
  margin-bottom: 50px;
}

.item-banner-category {
  position: relative;
  width: 20%;
  float: left;
}

.item-banner-category:before {
  background: rgba(131, 179, 72, 0.80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
}

.item-banner-category:hover:before {
  opacity: 1;
  transition: 0.4s ease all;
}

.item-banner-category:hover .info-item-banner-category {
  opacity: 1;
  transition: 0.4s ease all;
}

.absolute {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.info-item-banner-category {
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  z-index: 99999;
  opacity: 0;
}

.info-item-banner-category a {
  color: #fff;
}

.title-category-banner {
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .item-banner-category {
    width: 33.333%;
  }
}

.noMargin {
  margin: 0 !important;
}

@media (max-width: 479px) {
  .btn-modal>a {
    margin-bottom: 15px;
  }
}

.description-product-detail {
  padding: 20px 0 !important;
  border-bottom: 1px dashed #ebebeb;
}

.description-product-detail>p {
  position: relative;
  padding-left: 21px;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}

.description-product-detail>p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
}

.group-available>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.group-available>ul>li {
  position: relative;
  padding: 3px;
  background: #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 3px;
  border: solid 1px #ddd;
}

.group-available>ul>li:nth-last-child(1) {
  margin-right: 0;
}

.group-available>ul>li.active {
  border: 1px solid #1857BE !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
}

.group-available>ul>li>.item-meta {
  padding: 0 15px;
}

.group-available>.a-row {
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  float: left;
}

.group-available>.a-row>label {
  padding-right: 10px;
}

.btn-muahang {
  padding: 20px 0;
  display: inline-block;
  float: left;
}

.btn-muahang>.input-group {
  /* width: 111px; */
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  top: 0;
}

.btn-muahang>.input-group>.num-quantity {
  background: #f6f6f6;
  border: none;
  height: 38px;
}

.btn-muahang>.input-group>.input-group-btn {
  width: 25px;
  height: 38px;
  background-color: #f6f6f6;
  text-align: center;
}

.btn-muahang>.input-group>.input-group-btn>.btn {
  width: 20px;
  padding: 0;
  line-height: 7px;
  height: 20px;
  border-radius: 50px;
  background-color: #f6f6f6;
  border: 0 !important;
  color: #383838;
}

.btn-muahang>.btn-default {
  margin-right: 5px;
  margin-bottom: 10px;
}

.btn-default {
  color: #fff;
  background-color: #1857BE;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 0;
}

.btn-default.focus {
  color: #fff !important;
  background-color: #1857BE !important;
  border-color: #1857BE !important;
}

.btn-default:focus {
  color: #fff !important;
  background-color: #1857BE !important;
  border-color: #1857BE !important;
}

.btn-default:hover {
  color: #fff !important;
  background: #1857BE !important;
  border-color: #1857BE !important;
}

.btn-default.active {
  color: #fff !important;
  background-color: #1857BE !important;
  border-color: #1857BE !important;
}

.btn-default:active {
  color: #fff !important;
  background-color: #1857BE !important;
  border-color: #1857BE !important;
}

.btn-compare {}

.share-icon {
  width: 100%;
  position: relative;
  float: left;
  line-height: 38px;
}

.share-icon>.share-icon-product {
  position: absolute;
  left: 130px;
  top: 0;
}

.not-accompanied {
  border: 2px dotted #ddd !important;
}

@media (max-width: 771px) {
  .btn-muahang>input {
    margin-bottom: 15px;
  }
}

.title-cart {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  border-bottom: 2px solid #ddd;
  color: #2874f0 !important;
  background: transparent;
  padding: 10px 15px;
  font-size: 14px;
  margin: 0;
}

.nav-tabs-bank .nav-tabs>li.active>a:focus {
  background: none;
  border: 1px solid #1857BE;
}

.nav-tabs-bank .nav-tabs>li>a>span {
  display: block;
  border: 0;
  border-radius: 0;
  color: #555;
  margin-bottom: 15px;
  /* overflow: hidden; */
  height: 40px;
  text-align: left;
  line-height: 20px;
  float: right;
  width: calc(100% - 50px);
  font-weight: 700;
}

.nav-tabs-bank .nav-tabs li span .demo-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 5px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  top: 4px;
}

.nav-tabs-bank .tab-content {
  padding: 20px 0;
}

.nav-tabs-bank>.nav-tabs>li {
  width: 20%;
  float: left;
}

.nav-tabs-bank>.nav-tabs>li>a {
  border-radius: 0 !important;
  text-align: center;
  margin: 0;
  display: block;
  padding: 20px 15px;
  padding-bottom: 49px !important;
  border: 1px solid;
}

.nav-tabs-bank>.nav-tabs>li>a:hover,
.nav-tabs-bank .nav li.active a {
  background: none;
  border: 1px solid #1857BE;
}

.nav-tabs-bank>.nav-tabs>li>a>img {
  width: auto;
  height: 30px;
  float: left;
  display: inline-block;
}

.nav-tabs-bank>.nav-tabs>li>a>input {
  position: absolute;
  opacity: 0;
}

.choose-bank {
  padding: 0;
  width: calc(100% - 370px);
  margin-top: 15px;
}

.advanced-product .box-left {
  margin-bottom: 10px !important;
}

.advanced-product .nav_title {
  /* margin-bottom: 15px !important; */
}

.scrollbar {
  float: left;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
}

.box-cart-right-cont {
  position: relative;
}

.box-cart-right-cont .delete-order {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10000000;
}

.box-cart-right-cont>.scrollbar {
  padding: 10px;
}

.box-cart-right-cont>.media {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}

.box-cart-right-cont .media-body .media-heading {
  padding-top: 15px;
  padding-right: 50px;
}

.box-cart-right-cont .media-body .price-well {
  padding-right: 50px;
}

#style-3::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #1e1e1e;
}

.checkout-address {
  padding: 15px 10px;
}

.checkout-address>p {
  margin-bottom: 10px;
}

.checkout-address>p:nth-last-child(1) {
  margin-bottom: 0;
}

#add-cart-modal {
  padding-right: 0 !important;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-login {
  padding-right: 0 !important;
}

.btn-google {
  background-color: #b53d2f;
  height: 40px;
  line-height: 29px;
  border-radius: 3px;
}

.btn-facebook {
  background-color: #3b5998;
  height: 40px;
  line-height: 29px;
  border-radius: 3px;
}

.form-dn .fa {
  padding-right: 10px;
}

.form-dn>.form-group>.btn-default {
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 10px 20px !important;
  border: none;
  height: 38px !important;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 5px solid rgba(225, 225, 225, .2);
  border-radius: 5px !important;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hoac {
  position: relative;
  width: 100%;
  float: left;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
}

.hoac:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100px;
  height: 1px;
  background-color: #ccc;
}

.hoac:after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
  height: 1px;
  background-color: #ccc;
}

.row-about-1 {
  padding: 20px 0 30px;
}

.ab-1-left {
  padding: 0;
}

.ab-1-left>img {
  width: 100%;
}

.ab-1-right {
  padding-right: 0;
  text-align: justify;
}

.ab-1-right>h1 {
  font-size: 30px;
  font-weight: bold;
  color: #1857BE;
}

.ab-1-right>h1>span {
  color: #383838;
}

.ab-1-right>h3 {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

.ab-1-right>p {
  font-size: 14px;
  font-weight: 400;
}

.row-about-2 {
  width: 100%;
  position: relative;
  float: left;
  padding: 23px 0;
  margin-bottom: 30px;
}

.row-about-2 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.about-2-item {
  text-align: center;
}

.about-2-item>.icon {
  line-height: 80px;
  font-size: 36px;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1857BE;
}

.about-2-item>.caption>h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.title-center {
  margin-bottom: 45px;
  text-align: center;
}

.title-center>h2 {
  font-size: 16px;
  font-weight: bold;
}

.title-center>h2>span {
  color: #1857BE;
}

.title-center>.line-title {
  width: 150px;
  height: 1px;
  background-color: #888;
  display: inline-block;
  position: relative;
}

.title-center>.line-title:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 60px;
  width: 30px;
  height: 3px;
  background-color: #1857BE;
}

.store-all {
  width: 100%;
  float: left;
  position: relative;
}

.page-four {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}

.page-four>div>h1 {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  line-height: 160px;
}

.page-four>div:nth-child(2) {
  margin-bottom: 50px;
}

.page-four>div:nth-child(2)>p {
  font-weight: 300;
  font-size: 24px;
}

.page-four>.logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}

.list-cut {
  position: relative;
  margin-bottom: 30px;
}

.list-cut>.cut-0 {
  padding: 0;
  padding-right: 120px;
}

.list-cut>.cut-1 {
  position: absolute;
  right: 59px;
  top: 0;
  width: 34px;
  height: 34px;
}

.list-cut>.cut-2 {
  position: absolute;
  right: 15px;
  top: 0;
  width: 34px;
  height: 34px;
}

.dkm-admanager-order {
  width: 100%;
  float: left;
  position: relative;
  background-color: #f8f8f8;
}

.dkm-admanager-order>.title_style3>h3 {
  margin-bottom: 30px;
  padding: 10px 15px;
}

.product-left-right {
  /*width: 100%;*/
  float: left;
  position: relative;
}

.product-left-right>.media {
  margin-bottom: 30px;
}

.product-left-right>.media>.media-left>a>img {
  width: 100%;
  border: 1px solid #ddd;
  height: 100%;
  object-fit: cover;
}

.product-left-right:nth-last-child(1)>.media {
  margin-bottom: 0;
}

.address-book-item {
  width: 100%;
  position: relative;
  float: left;
}

.address-book-item>ul {
  list-style: none;
}

.address-book-item>ul>li {
  margin-bottom: 15px;
}

.address-book-item>ul>li:nth-last-child(1) {
  margin-bottom: 0;
}

.bs-docs-sidenav {
  width: 100%;
  position: relative;
  float: left;
}

.bs-docs-sidenav>li {
  width: 100%;
  border-bottom: 1px dashed #d7d7d7;
}

.bs-docs-sidenav>li>a>i {
  margin-right: 10px;
  width: 20px;
}

.in-email {
  width: 60.33333%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
}

.in-email .form-email-news {
  width: 100%;
  float: left;
  height: 55px;
  border-radius: 0;
  padding-right: 50px;
  padding: 0 20px;
  padding-right: calc(20% + 20px);
}

.in-email>.main-email-news {
  float: left;
}

.in-email>.main-email-news>h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #424242;
  line-height: 50px;
  margin: 0;
}

.content {}

body.ovl-hidden {
  overflow: hidden;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.nav>li>a {
  padding: 10px;
}

.nav li a {
  color: #333;
  font-weight: 400;
  display: block;
}

.nav li a .demo-icon {
  padding-right: 5px;
  display: inline;
}

.nav .sub-menu li a {
  padding: 8px 10px 8px 30px;
}

.breadcrumb-box {
  background-color: #eee;
  padding: 30px 0;
  margin-bottom: 30px;
}

.title-main h2 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}

.title-main h1 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}

.box-cart-left {
  padding: 0 15px;
  margin: 0 0 20px;
}

.box-cart-left>.card {
  background: #f8f8f8 none repeat scroll 0 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.card ul.nav.nav-tabs li {
  width: 50%;
  text-align: center;
}

#list-method,
#list-method-installment {
  width: 325px;
  margin-left: 15px;
  margin-top: 30px;
}

#list-method ul.nav.nav-tabs li,
#list-method-installment ul.nav.nav-tabs li {
  width: 100%;
  margin-bottom: 20px;
}

#list-method .nav-tabs,
#list-method-installment .nav-tabs {
  border: none;
  position: relative;
  margin-left: -1px;
}

@media (max-width: 560px) {
  .card ul.nav.nav-tabs li {
    width: 100%;
  }
}

.box-cart-left>.card>.nav-tabs>li.active>a {
  border-width: 0;
  border: none;
  color: #1857BE !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-cart-left>.card>.nav-tabs>li.active>a:focus {
  border-width: 0;
}

.box-cart-left>.card>.nav-tabs>li.active>a:hover {
  border-width: 0;
}

.box-cart-left>.card>.nav-tabs>li>a {
  border: none;
  color: #333;
  font-weight: 600;
  background: #ccc;
  margin: 0;
  padding: 14px 10px;
  border-radius: 0;
}

.box-cart-left>.card>.nav-tabs>li>a:hover {
  border: none;
  color: #1857BE !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-cart-left>.card>.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.box-cart-left>.card>.tab-pane {
  padding: 15px 0;
}

.box-cart-left>.card>.tab-content {
  padding: 20px;
}

.box-cart-left>.card>.tab-nav>li>a::after {
  background: #21527d none repeat scroll 0 0;
  color: #fff;
}

.item-download {
  background-color: #eee;
  position: relative;
  margin-bottom: 20px;
}

.item-download:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ddd;
  top: 0;
  right: 15%;
}

.item-download:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ddd;
  top: 0;
  right: 33%;
}

.item-download .media {
  margin: 0;
  padding: 0;
  border: none;
}

.item-download .media-body {
  padding: 15px;
}

.item-download .media-body .media-heading a {
  padding-top: 0;
}

.container {
  position: relative;
}

.news-top {
  margin-bottom: 15px;
}

.news-top h3 {
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
}

.news-top h3 a {
  color: #333;
}

.news-top p {
  color: #777;
  font-size: 13px;
}

.lang-img {
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.box-news-style1 {
  margin-bottom: 25px;
}

.top-page {
  text-align: right;
  padding-top: 18px;
}

.top-page a {
  color: #fff;
}

.top-page a strong {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.top-page i {
  font-size: 12px;
}

.box-new-cont {
  padding: 15px;
}

.box-new-cont .img-news {
  margin: -15px -15px 0;
  display: block;
}

.box-new-cont .img-news img {
  width: 100%;
}

.product-more {
  background: #3b3b3b;
  min-height: 287px;
  text-align: center;
}

.product-more a {
  color: #888;
  display: block;
  position: absolute;
  top: 40%;
  width: 150px;
  margin: 0 0 0 -75px;
  left: 50%;
}

.product-more i {
  color: #66d0e6;
  font-size: 40px;
}

.product-more strong {
  color: #66d0e6;
}

.bg-gray {
  background: #eee;
}

.box-category {
  text-align: center;
  padding: 50px 0;
}

.box-category [class^="col-sm-"] {
  margin-bottom: 15px;
}

.box-category a {
  color: #333;
  text-transform: uppercase;
}

.box-category img {
  border: none;
}

.box-category .btn {
  border: 1px solid #fff;
  border-radius: 50px;
  text-transform: inherit;
  padding: 2px 15px;
}

.box-category .nav li a {
  text-transform: inherit;
  padding: 5px 0;
  font-size: 13px;
}

.box-tab-style2 {
  margin-bottom: 25px;
}

.box-tab-style2 .price-well {
  margin-bottom: 10px;
}

.box-tab-style2 .box-rate {
  margin-bottom: 0;
}

.box-tab-style2 .tab-product .nav_title {
  margin-bottom: 0;
}

.box-tab-style2 .nav_title li {
  width: 50%;
  padding: 0;
}

.box-tab-style2 .nav_title li a {
  text-align: center;
  background: #3b3b3b;
  color: #fff;
  font-size: 14px;
}

.box-tab-style2 .nav_title li a::before {
  display: none;
}

.box-tab-style2 .nav_title li.active a {
  background: #66d0e6;
}

.button-category {
  padding-top: 10px;
}

.button-cart {
  margin-bottom: 15px;
}

.list-media {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}

.btn-fill {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 0;
  padding: 6px 20px;
}

.media-left {
  float: left;
  padding-bottom: 10px;
}

.media-left a {
  display: block;
}

.bottom-download {
  margin-bottom: 20px;
}

.bottom-download span {
  padding-right: 20px;
}

.bottom-download i {
  color: #777;
}

.file-download {
  text-align: center;
  margin-top: 50px;
}

.file-download span {
  display: block;
  color: #333;
}

.file-download .demo-icon {
  font-size: 30px;
}

.btn-download {
  text-align: center;
  margin-top: 50px;
}

.btn-download span {
  display: block;
  color: #333;
}

.btn-download .demo-icon {
  font-size: 30px;
}

.btn-download a {
  color: #333;
}

.botton-detail-download {
  padding: 20px 0;
  text-align: right;
}

.botton-detail-download .btn {
  border-radius: 0;
  min-width: 120px;
}

.title-download {
  margin: 0 0 10px;
  font-size: 24px;
}

.box-right-download {
  background-color: #eee;
}

.box-right-download .media {
  border: none;
  padding-bottom: 0;
}

.box-right-download .media-heading {
  height: 47px;
  overflow: hidden;
}

.box-right-download-cont {
  padding: 15px;
}

.btn-red {
  background-color: #dc121a;
  border: 1px solid #dc121a;
  color: #fff;
}

.couwn-down-style2.couwn-down {
  margin-bottom: 0;
}

.couwn-down-style2 .ratiing-time {
  top: 15%;
}

.couwn-down-style2 .timer .table-cell {
  width: 104px;
  margin: 0 auto;
  display: block;
}

.couwn-down-style2 .timer .table-cell .tab-unit {
  float: left;
}

.couwn-down-style2 .timer .table-cell .tab-val {
  float: left;
  margin: 0 20px 10px 0;
  font-size: 20px;
}

.couwn-down-style3.couwn-down {
  margin-bottom: 0;
}

.couwn-down-style3 .ratiing-time {
  top: inherit;
  left: inherit;
  right: 25px;
  width: 240px;
  bottom: 20px;
}

.couwn-down-style3 .timer .table-cell .tab-unit {
  margin-top: 5px;
}

.couwn-decript {
  margin-bottom: 20px;
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../images/play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-item.lg-next-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css3 .lg-current {
  display: inline-block !important;
}

.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown>li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #06b8cf;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #db4437;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-outer.lg-grab img.lg-object {
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: grabbing;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object {
  opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-prev {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 0.95;
}

.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-no-trans .lg-next-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-fade .lg-item.lg-next-slide {
  transition: opacity 0.1s ease 0s;
}

.image-wrapper {
  position: relative;
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 260px;
}

.image-wrapper .icon-eye-1 {
  border: 1px solid #fff;
  border-radius: 50%;
}

.image-wrapper .icon-eye-1:before {
  content: '\ea3e';
  top: -7px;
  font-size: 20px;
  position: relative;
}

.image-wrapper a {
  text-decoration: none;
  display: block;
}

.image-wrapper img {
  width: 100%;
  display: block;
  min-height: 260px;
  border: 0;
  box-shadow: none;
  object-fit: cover;
}

.image-wrapper:hover .image-title {
  opacity: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@-webkit-keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  53% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

@keyframes bounceInDown {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

@keyframes bounceInLeft {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

@keyframes bounceInRight {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.image-title {
  width: 100%;
  height: 32px;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  left: 10px;
  z-index: 1;
  padding: 10px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  opacity: 0;
  background: 0 0;
}

.image-hover {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.image-hover i[class*=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  font-size: 42px;
  line-height: 42px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  transition: opacity-color 0.5s ease;
}

.nav-tabs-03.nav-tabs {
  border-bottom: none;
}

.nav-tabs-03.nav-tabs>li.active>a {
  border: transparent;
  color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:focus {
  border: transparent;
  color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:hover {
  border: transparent;
  color: #fff;
}

.nav-tabs-03.nav li a {
  background: #eee;
  padding: 7px 15px;
  border-radius: 0;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.title-tab-02 {
  margin-bottom: 25px;
}

.bg-none {
  background: none;
}

.nobor {
  border: none !important;
}

.nobor-right {
  border-right: none !important;
}

.line-or {
  height: 1px;
  background-color: #ddd;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.line-or span {
  display: inline-block;
  background: #fff;
  position: relative;
  top: -10px;
  padding: 0 10px;
}

.button-login {
  text-align: center;
}

.popup-style1 .modal-dialog {
  max-width: 400px;
  border: 5px solid #000;
  border-radius: 5px;
}

.popup-style1 .close {
  display: none;
}

.popup-style1 .modal-header {
  padding: 0;
  border-bottom: none;
}

.nav-tabs-02 {
  display: inline-block;
  width: 100%;
}

.nav-tabs-02.nav li a {
  background: #999;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.nav-tabs-02.nav-tabs>li.active>a {
  background: #fff;
  color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:focus {
  background: #fff;
  color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:hover {
  background: #fff;
  color: #333;
}

.width50 {
  width: 50%;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown-menu.menu-currency {
  padding: 10px;
}

.dropdown-menu.menu-currency li {
  margin-bottom: 15px;
}

.dropdown-menu.menu-currency li p {
  margin-bottom: 5px;
  font-size: 13px;
  opacity: 0.6;
}

.dropdown-menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu li ul li a {
  color: #333;
  font-size: 12px;
  padding: 5px 0;
  display: block;
  font-weight: 300;
}

.dropdown-menu>li>a {
  padding: 7px 10px;
}

.dropdown-menu>.active>a {
  background-color: #1857BE;
}

.dropdown-menu>.active>a:focus {
  background-color: #1857BE;
}

.dropdown-menu>.active>a:hover {
  background-color: #1857BE;
}

.pagination {
  list-style: none;
  width: 100%;
  padding: 10px 18px 7px;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 0;
}

.pagination>li {
  display: inline-block;
  float: unset;
}

.pagination>li>a {
  height: 38px;
  min-width: 38px;
  padding: 0;
  line-height: 38px;
  border-radius: 0;
  background-color: #fff;
}

.pagination>li>a span.demo-icon {
  right: 0;
}

.arow-right-sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: table;
  margin: auto;
  display: none;
  height: 5px;
}

.title-nav-sub {
  margin-top: 0;
}

.title-nav-sub a {
  font-weight: bold;
  color: #1e1e1e;
  display: block;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase !important;
}

.sub-menu-vetical {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  width: 900px;
  border-left: 1px solid #ddd;
  padding: 20px;
  display: none;
  min-height: 300px;
}

.box-nav-sub {
  text-transform: uppercase;
  font-size: 12px;
}

.banner-sub-menu {
  border-bottom: none !important;
}

.title-img-banner-sub {
  font-weight: bold;
  text-align: center;
}

.icon-category {
  text-align: center;
  margin-right: 15px;
}

.table-normal {
  margin: 10px 0 0;
}

.table-normal tr {
  background-color: #f8f8f8;
}

.table-normal>tbody>tr>td {
  border: none;
}

.table-normal>tbody>tr>th {
  border: none;
}

.table-normal>tbody>tr:nth-of-type(2n + 1) {
  background-color: #fff;
}

.table-normal>tfoot>tr>td {
  border: none;
}

.table-normal>tfoot>tr>th {
  border: none;
}

.table-normal>thead>tr>td {
  border: none;
}

.table-normal>thead>tr>th {
  border: none;
}

.font-medium {
  font-size: 120%;
}

.bor-top {
  border-top: 1px solid #ddd;
}

.bor-top td {
  border-top: 1px solid #ddd;
}

.price {
  color: #f00;
}

.right-style-1 {
  padding-left: 30px;
}

.box-style-1 .demo-icon {
  float: left;
  font-size: 20px;
}

.box-style-1 .title_style4 h2 {
  padding: 0;
  border-bottom: inherit;
}

.box-style-1 .title_style4 h3 {
  padding: 0;
  border-bottom: inherit;
}

.box-style-1 .title_style4 h4 {
  padding: 0;
  border-bottom: inherit;
}

.box-step3 {
  border: 2px solid #ddd;
  padding: 15px;
}

.box-step3 .title_style4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.box-step3 .title_style4 h3 {
  margin: 0;
  padding: 0;
}

.box-step3 .title_style4 a {
  color: #999;
}

.bg_clolor {
  background: #1857BE;
}

.padding {
  padding: 15px;
}

.no-padd {
  padding: 0 !important;
}

label {
  font-weight: 300;
}

.clred {
  color: #f00;
}

.tab-title {
  margin-bottom: 30px;
}

.padd10 {
  padding: 10px 0 !important;
}

.select2-container .select2-choice {
  border: none;
  background: none;
}

.select2-container .select2-choice .select2-arrow {
  border: none;
  background: none;
}

.select2-container .select2-choice .select2-arrow b {
  background: url(../images/select2.png) no-repeat 10px 8px;
}

.select2-container.form-control {
  padding-left: 0;
}

.input-icon {
  position: absolute;
  right: 3px;
  z-index: 2;
  top: 7px;
}

.inline-block {
  display: inline-block;
}

.cicle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.title_style2 {
  position: relative;
}

.title_style2 h3::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 60px;
  top: 34px;
  left: 50%;
  margin-left: -30px;
  z-index: 2;
}

.title_style2 h2 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.title_style2 h3 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.title_style2 h3 strong {
  color: #1857BE;
}

.title_style2 h4 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.title_style2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 160px;
  background: #383838;
  top: 35px;
  left: 50%;
  margin-left: -80px;
}

.box-cont {
  padding: 50px 0;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.title_style h2 {
  background-color: #383838;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 14px 15px;
  position: relative;
}

.title_style h3 {
  background-color: #383838;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 14px 15px;
  position: relative;
}

.title_style h4 {
  background-color: #383838;
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 14px 15px;
  position: relative;
}

.title_style3 h2 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 5px;
  position: relative;
}

.title_style3 h3 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 5px;
  position: relative;
}

.title_style3 h4 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 0 0 5px;
  position: relative;
}

.title_style3.bottom0 h3 {
  margin-bottom: 0;
}

.title_style4 h2 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.title_style4 h3 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  padding: 16px 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.title_style4 h4 {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.title_style4>h3 {
  margin-bottom: 0;
}

.title_style1 h2 {
  font-size: 40px;
  margin: 0 0 15px;
}

.title_style1 strong {
  color: #1857BE;
}

.bottom {
  margin-bottom: 25px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 13px;
}

.breadcrumb .active {
  color: #333 !important;
  font-weight: 700;
  font-size: 100%;
}

.box_bor_style1 {
  border: 5px solid #ddd;
  padding: 50px 25px 125px 30%;
  width: 130%;
  left: -30%;
  position: relative;
}

.welcome {
  padding: 50px 0;
}

.welcome p {
  font-weight: 300;
}

.img_intro1 {
  position: absolute;
  top: 30px;
  z-index: 2;
}

.bg_gray {
  background: #eee;
}

.box_location {
  padding: 50px 0;
}

.bg_gray2 {
  background: #f8f8f8;
}

.nav-tabs-style1.nav-tabs {
  border: none;
  display: inline-block;
}

.nav-tabs-style1.nav-tabs>li.active>a {
  background: #1857BE;
}

.nav-tabs-style1.nav-tabs>li.active>a:focus {
  background: #1857BE;
}

.nav-tabs-style1.nav-tabs>li.active>a:hover {
  background: #1857BE;
}

.nav-tabs-style1 li a {
  background: #383838;
  display: block;
  width: 50px;
  height: 2px;
  padding: 0;
}

#btn-process-payment {
  margin-left: 5px;
  height: 42px;
  border-radius: 3px;
}

.nav-tabs-01 .nav-tabs {
  border: none;
}

.nav-tabs-01 .nav-tabs li {
  width: 100%;
  padding: 10px 0;
}

.nav-tabs-01 .nav-tabs li.active .icon-circle-empty {
  display: none;
}

.nav-tabs-01 .nav-tabs li.active span {
  color: #fff;
}

.nav-tabs-01 .nav-tabs li.active span .demo-icon {
  background: #fff;
}

.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
  display: block;
}

.nav-tabs-01 .nav-tabs li .icon-dot-circled {
  display: none;
  left: 10px;
  top: 10px;
}

.nav-tabs-01 .nav-tabs li .demo-icon {
  position: absolute;
}

.nav-tabs-01 .nav-tabs li .icon-circle-empty {
  left: 10px;
  top: 10px;
  color: #999;
}

.nav-tabs-01 .nav-tabs li span {
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  padding: 7px 15px 7px 35px;
  border-radius: 4px;
  color: #555;
  text-align: left;
  position: relative;
}

.nav-tabs-01 .nav-tabs li span .demo-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 5px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  top: 4px;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-wallet {
  color: #3b3b3b;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-visa {
  color: #1857BE;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-paypal {
  color: #00e5ff;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-mastercard {
  color: #4caf50;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-atm {
  color: #ffc212;
}

.nav-tabs-01 .nav-tabs li span .icon-cc-visa:before {
  right: 2px;
  position: relative;
}

.nav-tabs-01 .tab-content {
  padding: 20px 0;
}

.nav-tabs-01 .nav li a {
  padding: 0 0 0 39px;
  background: none !important;
  border: none !important;
  display: inline-block;
}

.nav-tabs-01 li.active .arrow-left {
  display: block;
}

.owl-carousel {
  position: inherit;
}

.owl-carousel .owl-wrapper-outer {}

.list-bank li {
  float: left;
  width: 20%;
  text-align: center;
  background: #fff;
}

.list-bank li label {
  line-height: 3.5;
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 0;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  padding: 40px 0;
  cursor: pointer;
  position: relative;
}

.list-bank li label input {
  border: none;
  background: url(../images/trans.png) 0 0 repeat;
  color: #fff;
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  font-size: 0;
  z-index: 2;
  left: 0;
}

.list-bank li label:before {
  font-family: fonts_vnsitecss;
  font-style: normal;
  font-weight: normal;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 10px;
  position: absolute;
  display: none;
  right: 10px;
  top: 15px;
  content: '\e832';
  margin: -5px 0 0 -5px;
}

.list-bank li.active label:before {
  display: block;
}

.list-bank li:hover label:before {
  display: block;
}

.list-bank img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.note-cart {
  padding-top: 15px;
}

.arrow-left {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: -21px;
  display: none;
  margin-top: -11px;
  border-right-color: #ddd;
  border-left-width: 0;
  border-width: 11px;
}

.arrow-left::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -12px;
  left: -11px;
  content: " ";
  border-right-color: #eee;
  border-left-width: 0;
  content: "";
  border-width: 12px;
}

.icon-flag {
  display: inline;
  font-size: 9px !important;
  padding: 0 7px;
  position: relative;
  top: -1px;
  background: url(../images/icons-flags.png) no-repeat 0 0;
}

.icon-flag-en {
  background-position: 0 0;
}

.icon-flag-de {
  background-position: 0 -22px;
}

.icon-flag-fr {
  background-position: 0 -44px;
}

.icon-flag-da {
  background-position: 0 -66px;
}

.icon-flag-el {
  background-position: 0 -88px;
}

.icon-flag-es {
  background-position: 0 -110px;
}

.icon-flag-it {
  background-position: 0 -132px;
}

.icon-flag-nl {
  background-position: 0 -154px;
}

.icon-flag-pl {
  background-position: 0 -176px;
}

.icon-flag-pt {
  background-position: 0 -198px;
}

.icon-flag-ru {
  background-position: 0 -220px;
}

.icon-flag-sv {
  background-position: 0 -242px;
}

.icon-flag-vi {
  background-position: 0 -261px;
}

.btn-normal {
  background-color: #ddd;
  border: 1px solid #ccc;
  line-height: 30px;
}

.txt-upper {
  text-transform: uppercase;
}

.form-control {
  box-shadow: inherit;
  border-radius: 0;
  border-color: #ddd;
}

#frm-send-contact .form-control {
  /* border-radius: 5px; */
}

.cicle-icon {
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

th {
  text-align: inherit;
}

.bottom-big {
  margin-bottom: 30px;
}

.img-80 {
  width: 80px;
  height: 80px;
}

.img-80-bor {
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  padding: 1px;
}

.input-cart {
  width: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #ddd;
  height: 30px;
  margin-top: -15px;
}

.box-cart-right {
  border: 1px solid #ddd;
}

.font-small {
  font-size: 13px;
  text-transform: capitalize;
  color: #777;
  font-weight: normal;
}

.title-promotion {
  padding: 0 15px 10px;
}

.item-cart {
  padding: 0 15px 10px;
}

.item-promotion {
  padding: 0 15px 10px;
  width: 100%;
  float: left;
  padding: 10px;
  background: #f8f8f8;
}

.box-step a {
  display: block;
  position: relative;
  line-height: 38px;
}

.box-step ul li span.num-of-step {
  height: 38px;
  width: 38px;
  line-height: 33px;
  font-size: 20px;
  border: 2px solid;
  display: block;
  margin-right: 15px;
  float: left;
  border-radius: 100%;
  border-color: #1857BE;
  color: #1857BE;
  font-weight: 400;
}

.box-step ul li.active span.num-of-step {
  color: #fff;
  background-color: #1857BE;
}

.box-step {
  padding: 25px 0;
}

.box-step ul {
  list-style: none;
  margin: 0;
  height: auto;
  position: relative;
  padding: 0;
  display: block;
}

.box-step ul li .demo-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  border-radius: 50%;
  margin-left: -20px;
  line-height: 36px;
  color: #fff;
  background: #999;
  border: 2px solid #ddd;
}

.box-step ul li span {
  top: 0px;
  color: #1857BE;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}

.bottom0 {
  margin: 0 !important;
  padding: 0 !important;
}

.bg-white {
  background: #fff;
}

@media (max-width: 992px) and (min-width: 768px) {
  .img-80 {
    width: 50px;
    height: 50px;
  }
  .img-80-bor {
    width: 50px;
    height: 50px;
  }
  .box-cart-right-cont {
    padding: 10px 5px;
  }
  .box-cart-right-cont .media-body .media-heading {
    padding-top: 0;
  }
  .title_style h3 {
    font-size: 10px;
  }
}

@media (max-width: 481px) {
  .btn-fill {
    padding: 5px;
    font-size: 12px;
    margin-right: 4px;
  }
  .box-step {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
  li.step1 span,
  li.step2 span {
    margin-bottom: 10px;
  }
  .nav_title li {
    padding-left: 0;
    width: inherit;
  }
  .nav_title li.active {
    padding-left: 0;
  }
  .nav_title li:first-child {
    padding-left: 0;
  }
  .nav_title li a {
    font-size: 13px;
  }
  .nav-tabs-03.nav li a {
    padding: 5px;
    font-size: 12px;
    margin-right: 4px;
  }
  .couwn-down-title h2 {
    font-size: 16px;
  }
  #Slider .owl-theme .owl-controls .owl-buttons div::before {
    font-size: 30px;
  }
}

@media (max-width: 321px) {
  li.step1 span {
    left: -26px;
  }
  li.step3 span {
    right: -8px;
  }
  .box-gallery .title-tab-02 {
    margin-right: -13px;
    margin-left: -11px;
  }
  .couwn-down-style3 .timer .table-cell {
    min-width: 30px;
  }
  .couwn-down-style3 .timer .table-cell .tab-val {
    margin: 0;
  }
  .couwn-down-style3 .timer .table-cell .tab-unit {
    font-size: 12px;
  }
}

#catalog-all-12 {
  overflow: hidden;
  border: none !important;
}

#frm-reg-email {
  /* margin: 0 30px; */
}

#frm-reg-email * {
  margin: 0;
}

#frm-reg-email .form-group {
  min-height: 55px;
}

#frm-reg-email .btn-send-reg-email {
  text-transform: uppercase;
  border-left: solid 2px #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  background: #1857BE;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#frm-reg-email .btn-send-reg-email:hover {
  background: #ec3372;
}

.box_maps {
  margin-right: -8px;
}

.text {
  /* float: left; */
  /* width: 45%; */
}

.captcha-img {
  float: left;
  width: auto !important;
  height: 40px;
  margin-right: 15px;
}

.captcha-reload {
  float: left;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 2px;
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  margin-right: 15px;
  margin-bottom: 10px;
}

.about-more {
  padding-right: 0 !important;
}

.detail-post {
  text-align: justify;
}

#myTabs1 {
  margin-top: 15px;
}

#Customer-tab {
  margin-top: 15px;
}

#footer .menu-top li a {
  color: #888;
  font-weight: 300;
  border-right: none;
  padding: 0 0 0 15px;
  line-height: 22px;
  transition: all 300ms ease;
  font-size: 13px;
}

#footer .menu-top li a:hover {
  color: #1857BE;
}

#sub#frm-reg-email .btn-send-reg-email {
  color: #1857BE !important;
  right: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f178";
}

#sub-menu01 li .tab-item {}

.NH-testimonial:hover .owl-theme .owl-controls .owl-buttons div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.NH-testimonial .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 0.6;
}

.NH-testimonial .owl-theme .owl-controls .owl-buttons div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.owl-theme .owl-controls .owl-buttons div {
  background: none;
  font-family: fonts_vnsitecss;
  font-style: normal;
  font-weight: normal;
  speak: none;
  color: transparent;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  outline: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 16px;
  background-color: inherit;
}

.owl-theme .owl-controls .owl-buttons div:before {
  opacity: 0.5;
  color: #979797;
}

.owl-theme .owl-controls .owl-buttons div:hover:before {
  color: #1857BE;
  opacity: 1;
}

Bengin vnsite css-->img {
  max-width: 100%;
  width: 100%;
}

.btn:focus {
  outline: none;
}

.nav_mobile .container {
  padding: 0;
}

.cart-order .dropdown-toggle span.number {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff !important;
  font-size: 11px;
  text-align: center;
}

.slider-product.owl-theme .owl-controls .owl-buttons div {}

.tab-content:hover .owl-controls .owl-buttons div {
  opacity: 1;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {}

#Slider_detail.owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  top: 50%;
  margin-top: -15px;
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div:before {
  font-size: 30px;
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: '\eaa5';
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: '\eaa6';
}

.box-rate i {
  color: #1857BE;
  font-size: 12px;
}

.price-inline p {
  display: inline;
}

.img>a,
.product-left-right .media-left a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.view-style .btn-view i::before {}

.view-style .btn-view {
  color: #444;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  margin-left: 10px;
  background: #e1e1e1;
  color: #898989;
}

.view-style .btn-view i {
  font-size: 22px;
}

.list-product-small .title-product a {
  font-size: 16px;
}

.btn-toggle-cont-box-left:before {
  display: none;
}

.box-thongso .row-tso {
  display: table;
  border-bottom: 1px dotted #ddd;
  width: 100%;
  padding: 4px 0 10px;
}

.box-thongso .row-tso strong {
  width: 160px;
  display: table-cell;
  vertical-align: middle;
}

.box-thongso .row-tso span {
  display: table-cell;
  vertical-align: middle;
}

.detail-binhluan textarea.form-control {
  min-height: 160px;
}

.opticon-select li {
  list-style: none;
  float: left;
}

.opticon-select li:hover .btn-ver {
  color: #fff;
  border: 1px solid transparent;
  position: relative;
}

.opticon-select li.active .btn-ver {
  color: #fff;
  border: 1px solid transparent;
  position: relative;
}

.select2-container-active .select2-choice {
  outline: none;
}

.title-table span {
  text-transform: uppercase;
}

.img-blogs a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.noButton .owl-buttons {
  display: none !important;
}

.img-trending img {
  width: 100%;
}

.img-news-feture img {
  width: 100%;
}

.more-post li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  padding-right: 15px;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #999;
}

.more-post li:last-child {
  border-right: none;
}

.img-news-right img {
  width: 100%;
}

.open>.dropdown-toggle.btn-default {
  color: #fff !important;
  background-color: #dc121a !important;
  border-color: #ae151b !important;
}

.btn-cart.btn-pay.btn-add-cart-two {
  height: 40px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border: 1px solid #afafaf;
  border-radius: 0;
  padding: 0 15px;
  line-height: 40px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 10px;
  bottom: 10px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border: none;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  border: none;
}

.mCSB_inside>.mCSB_container {
  margin: 0;
  padding-right: 26px;
  padding-left: 10px;
  padding-bottom: 20px;
}

.form-dk>.form-group>a {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.form-dk>.form-group>a>.fa {
  font-size: 14px !important;
}

.store-item>img {
  width: 100%;
}

.form-m-o>.box-table {
  margin-top: 20px;
}

.form-m-o>.form-group {
  margin-right: 5px;
}

.form-m-o>.form-group:nth-child(5) {
  margin-right: 0;
}

.form-m-o>.form-group>.input-group>.input-group-addon {
  border-radius: 0;
}

.form-group>.captcha-img {
  margin-right: 15px;
  height: 41px;
  width: 164px !important;
  margin-bottom: 10px;
}

.nav-tab-right>li>.dropdown-menu {
  right: 0;
  left: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

:first-child+html .clearfix {
  zoom: 1;
}

.news-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-bottom ul a {
  border-top: 1px solid #ddd;
  color: #333;
  padding: 5px 10px 5px 20px;
  display: block;
  position: relative;
}

.news-bottom ul a:hover {
  color: #66d0e6;
}

.news-bottom ul a::before {
  font-family: fonts_vnsitecss;
  font-style: normal;
  font-weight: normal;
  color: #66d0e6;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  content: '\e959';
  margin-top: -5px;
}

.icon_img img {
  margin-right: 2px;
  margin-top: -4px;
}

.img-circle img {
  border-radius: 50%;
}

.list-download .media-heading {
  font-weight: bold;
}

.box-couwn-down-style1 .couwn-down-title {
  margin: 30px 0;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

#lg-zoom-in:after {
  content: "\e311";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.box-gallery-cont a {
  position: relative;
  color: #fff;
}

.fancybox-gallery:hover .image-hover {
  opacity: 0.65;
}

.fancybox-gallery:hover .image-hover i[class*=icon-] {
  opacity: 1;
}

.btn-social .btn {
  height: 50px;
  position: relative;
  color: #fff;
  border: none;
}

.btn-social .btn i {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 50px;
}

.btn-social .btn.btn-facebook i {
  background-color: #30497d;
}

.btn-social .btn.btn-google i {
  background-color: #db4437;
}

.name-forgot a {
  color: #f70006;
}

.lang a {
  margin-right: 15px;
}

.currency a {
  margin-right: 15px;
}

.list-sub-menu .view-all-list {
  text-transform: none !important;
}

.table-nobor td {
  border: none !important;
  vertical-align: middle !important;
  padding: 10px 5px !important;
}

div .no-pad-right {
  padding-right: 0;
}

.box-forget .title_style4 h2 {
  padding: 0;
  border-bottom: inherit;
}

.box-forget .title_style4 h3 {
  padding: 0;
  border-bottom: inherit;
}

.box-forget .title_style4 h4 {
  padding: 0;
  border-bottom: inherit;
}

a.bt {
  display: inline-block;
  padding: 0 10px !important;
}

ul.list-bank {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: 1px;
}

.tabs-menu-01:before {
  content: "";
  width: 1px;
  background: #ddd;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.title-table-01 th {
  background: #ddd;
}

.media-body .media-heading a {
  font-size: 15px;
  color: #333;
  display: block;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 30px;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}

.item_block .box-product .tab-product {}

.item_block .box-product .content-tab-product .fade .list-item {
  margin-right: -4px !important;
}

.item_block .box-product .content-tab-product .tab-pane .list-item {
  margin-right: 0;
}

@media (max-width: 767px) {
  #list-method {
    width: calc(100% - 30px);
  }
  .choose-bank {
    /* margin-left: 20px; */
    width: calc(100% - 40px);
  }
  .menu-footer-vertical.box-ft {
    margin-bottom: 0 !important;
  }
  h4.title-menu-ft {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .address-ft p:last-child {
    margin-bottom: 0px;
  }
  .contact-detail {
    margin-top: 25px;
  }
  .contact-detail .content-with-text {
    margin-top: 5px;
  }
  .item_block .col_left .box-left.box {
    margin-bottom: 0;
  }
}

@media (max-width: 459px) {
  .captcha-input {
    margin-top: 10px !important;
  }
}


/*************************
Basic margin padding
*************************/

.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


/*************************
Margin top
*************************/

.mt-0 {
  margin-top: 0
}

.mt-10 {
  margin-top: 10px
}

.mt-12 {
  margin-top: 12px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mt-35 {
  margin-top: 35px
}

.mt-37 {
  margin-top: 37px
}

.mt-40 {
  margin-top: 40px
}

.mt-45 {
  margin-top: 45px
}

.mt-50 {
  margin-top: 50px
}

.mt-55 {
  margin-top: 55px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mt-110 {
  margin-top: 110px
}

.mt-120 {
  margin-top: 120px
}

.mt-130 {
  margin-top: 130px
}

.mt-140 {
  margin-top: 140px
}

.mt-160 {
  margin-top: 160px
}

.mt-179 {
  margin-top: 179px
}

.mt-150 {
  margin-top: 150px
}

.mt-200 {
  margin-top: 200px
}

.mt-290 {
  margin-top: 290px
}

.mt-285 {
  margin-top: 285px
}

.mt-280 {
  margin-top: 280px
}


/*************************
Margin right
*************************/

.mr-0 {
  margin-right: 0px
}

.mr-10 {
  margin-right: 10px
}

.mr-12 {
  margin-right: 12px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-35 {
  margin-right: 35px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

.mr-60 {
  margin-right: 60px
}

.mr-70 {
  margin-right: 70px
}

.mr-80 {
  margin-right: 80px
}

.mr-90 {
  margin-right: 90px
}

.mr-100 {
  margin-right: 100px
}

.mr-110 {
  margin-right: 110px
}

.mr-120 {
  margin-right: 120px
}

.mr-130 {
  margin-right: 130px
}

.mr-140 {
  margin-right: 140px
}

.mr-150 {
  margin-right: 150px
}

.mr-170 {
  margin-right: 170px
}


/*************************
Margin bottom
*************************/

.mb-0 {
  margin-bottom: 0
}

.mb-2 {
  margin-bottom: 2px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-12 {
  margin-bottom: 12px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-25 {
  margin-bottom: 25px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-45 {
  margin-bottom: 45px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-55 {
  margin-bottom: 55px
}

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

.mb-65 {
  margin-bottom: 65px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-75 {
  margin-bottom: 75px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}

.mb-110 {
  margin-bottom: 110px
}

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

.mb-130 {
  margin-bottom: 130px
}

.mb-140 {
  margin-bottom: 140px
}

.mb-150 {
  margin-bottom: 150px
}


/*************************
Margin left
*************************/

.ml-0 {
  margin-left: 0
}

.ml-10 {
  margin-left: 10px
}

.ml-12 {
  margin-left: 12px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-50 {
  margin-left: 50px
}

.ml-60 {
  margin-left: 60px
}

.ml-70 {
  margin-left: 70px
}

.ml-80 {
  margin-left: 80px
}

.ml-90 {
  margin-left: 90px
}

.ml-100 {
  margin-left: 100px
}

.ml-110 {
  margin-left: 110px
}

.ml-120 {
  margin-left: 120px
}

.ml-125 {
  margin-left: 125px
}

.ml-130 {
  margin-left: 130px
}

.ml-140 {
  margin-left: 140px
}

.ml-150 {
  margin-left: 150px
}


/*************************
Padding top
*************************/

.pt-0 {
  padding-top: 0
}

.pt-4 {
  padding-top: 4px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-25 {
  padding-top: 25px
}

.pt-30 {
  padding-top: 30px
}

.pt-37 {
  padding-top: 37px
}

.pt-40 {
  padding-top: 40px
}

.pt-45 {
  padding-top: 45px
}

.pt-50 {
  padding-top: 50px
}

.pt-55 {
  padding-top: 55px
}

.pt-60 {
  padding-top: 60px
}

.pt-65 {
  padding-top: 65px
}

.pt-70 {
  padding-top: 70px
}

.pt-75 {
  padding-top: 75px
}

.pt-80 {
  padding-top: 80px
}

.pt-85 {
  padding-top: 85px
}

.pt-95 {
  padding-top: 95px
}

.pt-90 {
  padding-top: 90px
}

.pt-97 {
  padding-top: 97px
}

.pt-100 {
  padding-top: 100px
}

.pt-95 {
  padding-top: 95px
}

.pt-105 {
  padding-top: 105px
}

.pt-110 {
  padding-top: 110px
}

.pt-115 {
  padding-top: 115px
}

.pt-120 {
  padding-top: 120px
}

.pt-125 {
  padding-top: 125px
}

.pt-130 {
  padding-top: 130px
}

.pt-135 {
  padding-top: 135px
}

.pt-140 {
  padding-top: 140px
}

.pt-150 {
  padding-top: 150px
}

.pt-155 {
  padding-top: 155px
}

.pt-180 {
  padding-top: 180px
}

.pt-205 {
  padding-top: 205px
}

.pt-200 {
  padding-top: 200px
}

.pt-220 {
  padding-top: 220px
}

.pt-290 {
  padding-top: 290px
}

.pt-285 {
  padding-top: 285px
}

.pt-280 {
  padding-top: 280px
}

.pt-365 {
  padding-top: 365px
}

.pt-370 {
  padding-top: 370px
}

.pt-380 {
  padding-top: 380px
}


/*************************
Padding right
*************************/

.pr-0 {
  padding-right: 0
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pr-40 {
  padding-right: 40px
}

.pr-50 {
  padding-right: 50px
}

.pr-60 {
  padding-right: 60px
}

.pr-70 {
  padding-right: 70px
}

.pr-80 {
  padding-right: 80px
}

.pr-90 {
  padding-right: 90px
}

.pr-100 {
  padding-right: 100px
}

.pr-110 {
  padding-right: 110px
}

.pr-120 {
  padding-right: 120px
}

.pr-130 {
  padding-right: 130px
}

.pr-140 {
  padding-right: 140px
}

.pr-155 {
  padding-right: 155px
}

.pr-155 {
  padding-right: 155px
}

.pr-170 {
  padding-right: 170px
}

.pr-180 {
  padding-right: 180px
}

.pr-195 {
  padding-right: 195px
}

.pr-215 {
  padding-right: 215px
}


/*************************
Padding bottom
*************************/

.pb-0 {
  padding-bottom: 0
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-35 {
  padding-bottom: 35px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-45 {
  padding-bottom: 45px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-55 {
  padding-bottom: 55px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-65 {
  padding-bottom: 65px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-75 {
  padding-bottom: 75px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-85 {
  padding-bottom: 85px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-95 {
  padding-bottom: 95px
}

.pb-97 {
  padding-bottom: 97px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-105 {
  padding-bottom: 105px
}

.pb-107 {
  padding-bottom: 107px
}

.pb-110 {
  padding-bottom: 110px
}

.pb-115 {
  padding-bottom: 115px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-125 {
  padding-bottom: 125px
}

.pb-130 {
  padding-bottom: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-145 {
  padding-bottom: 145px
}

.pb-150 {
  padding-bottom: 150px
}

.pb-160 {
  padding-bottom: 160px
}

.pb-178 {
  padding-bottom: 178px
}

.pb-180 {
  padding-bottom: 180px
}

.pb-210 {
  padding-bottom: 210px
}

.pb-230 {
  padding-bottom: 230px
}

.pb-212 {
  padding-bottom: 212px
}

.pb-280 {
  padding-bottom: 280px
}

.pb-210 {
  padding-bottom: 210px
}

.pb-285 {
  padding-bottom: 285px
}

.pb-290 {
  padding-bottom: 290px
}

.pb-280 {
  padding-bottom: 280px
}

.pb-285 {
  padding-bottom: 285px
}

.pb-200 {
  padding-bottom: 200px
}

.pb-295 {
  padding-bottom: 295px
}


/*************************
Padding left
*************************/

.pl-0 {
  padding-left: 0
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pl-40 {
  padding-left: 40px
}

.pl-50 {
  padding-left: 50px
}

.pl-60 {
  padding-left: 60px
}

.pl-70 {
  padding-left: 70px
}

.pl-80 {
  padding-left: 80px
}

.pl-90 {
  padding-left: 90px
}

.pl-100 {
  padding-left: 100px
}

.pl-110 {
  padding-left: 110px
}

.pl-120 {
  padding-left: 120px
}

.pl-125 {
  padding-left: 125px
}

.pl-130 {
  padding-left: 130px
}

.pl-140 {
  padding-left: 140px
}

.pl-140 {
  padding-left: 140px
}

.pl-170 {
  padding-left: 170px
}

.pl-155 {
  padding-left: 155px
}

.pl-190 {
  padding-left: 190px
}

.pl-195 {
  padding-left: 195px
}


/*************************
Padding left
*************************/

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}


/***************Contruction*****************/

.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.bgBlack {
  background: #363636;
}

.col-4 {
  width: 33.33333333%;
}

.bgTopHeader {
  background: url(/uploads/plugin/custom_img/2018-07-03/custom-bgr-header.jpg) center center repeat-x;
  padding: 30px 0;
}

a,
a:visited,
a:active,
a:link,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #333232;
}


/***************Header***************/

.NH-hotline ul {
  list-style: none;
  margin-bottom: 0;
  /* margin:  35px 0 14px !important; */
}

.NH-hotline li {
  color: #535353;
  font-size: 13px;
  float: left;
  display: inline-block;
  position: relative;
  padding: 21px 30px 22px 25px;
}


/* .NH-hotline li.phone::after{
    content: "\f095";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 3px;
}
.NH-hotline li.email::after{
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 3px;
} */

.NH-hotline {
  float: left;
}

.account-user .dropdown-toggle .display-theme-1 {
  font-size: 13px;
  font-weight: normal;
  color: #666;
  line-height: 40px;
  padding: 10px 0 11px 30px;
}

.account-user .dropdown-toggle .display-theme-1 span {
  padding-left: 3px;
}

.NH-hotline li:last-child {
  padding-left: 0;
}

.love {
  padding-right: 15px;
}

.love>a,
.compare-product>a,
.mini-cart-order>a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
  border-bottom: 1px solid;
  font-weight: normal;
  text-align: center;
  margin-right: 7px;
}

.love>a {
  background: #81c683;
  border-color: #469f4b;
  margin-right: 0;
}

.compare-product>a {
  background: #80cbc4;
  border-color: #48a39a;
}

.mini-cart-order>a {
  background: #1857BE;
  border-color: #b22957;
}

.compare-product>a>i,
.mini-cart-order>a>i {
  font-size: 30px;
}

.love>a>i {
  font-size: 25px;
}

.love>a>i,
.compare-product>a>i,
.mini-cart-order>a>i {
  line-height: 60px;
}

.NH-flag {
  padding: 20px 0px 20px 0px;
  /* margin: 40px 0 15px; */
  margin-right: 30px;
}

.NH-flag>a {
  font-size: 13px;
  color: #707070;
}

.NH-flag>a>i {
  padding-left: 3px;
}

.borderTop {
  border-top: solid 1px #ebebeb;
}

#header .title-menu-ft {
  display: none;
}

#header .menu-footer-vertical>.list-fan-page>li>a>.fa {
  height: 29px;
  width: 29px;
  text-align: center;
  line-height: 29px;
  color: #464646;
}

#header .menu-footer-vertical>.list-fan-page>li>a>.fa:hover {
  color: #1857BE;
}

.menu-footer-vertical>.list-fan-page {
  list-style: none;
  float: left;
  margin: 0;
  padding: 14px 15px 10px;
}

.menu-footer-vertical>.list-fan-page>li {
  float: left;
  width: 29px;
  height: 29px;
}

.menu-footer-vertical>.list-fan-page>li:nth-last-child(1) {
  margin-right: 0;
}

.menu-footer-vertical>.list-fan-page>li>a {
  color: #fff;
}

.menu-footer-vertical>.list-fan-page>li>a>i {
  font-size: 14px;
}


/************banner section 1********************/

@media(min-width:1300px) {
  .NH-bannerSection-1 img {
    height: 100%;
    width: 100%;
  }
}

.noPadding .col-sm-12.col-xs-12 {
  padding: 0;
}

.NH-bannerSection-1 .col-md-6 {
  padding: 0;
}

.effectImg-1:hover {
  opacity: 0.9;
}


/********************Main menu****************/

.wsmenu-list>li>.navtext {
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 40px 20px 0;
}

.bgImgGray {
  background: #b7b7b7 url(custom-bg-tabs2.png) top center;
  position: relative;
}

.bgImgGray::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 4px 30px;
  clip: rect(20px, auto, 50px, 0);
  top: -22px;
  height: 20px;
  width: 90%;
  margin: 0 auto;
}

.bgGray {
  background: #f7f7f7;
}


/*******************Footer*************************/

#footer {
  background: #ebebeb;
}

.footerBorder .row .padding-25 {
  /* border-left: 1px solid #fff; */
  padding-top: 25px;
  padding-bottom: 25px;
}

.about-footer {
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-bottom: 25px;
}

.about-footer h2 {
  font-size: 24px;
  color: #464646;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.footer-block-about .img-about {
  float: left;
  margin-right: 15px;
}

.footer-block-about .img-about a {
  background: url(/uploads/plugin/custom_img/2018-07-06/custom-abouthome.jpg) left center no-repeat;
  width: 166px;
  height: 116px;
  display: block;
  font-size: 0;
}

.footer-block-about .des-about {
  font-size: 15px;
  color: #535353;
}

.footer-block-about .more {
  color: #1857BE;
}


/*******************footer*********************/

#footer .menu-footer-vertical>.list-fan-page>li>a>i {
  font-size: 20px;
  line-height: 48px;
}

#footer .menu-footer-vertical>.list-fan-page>li>a {
  text-align: center;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  color: #231f20;
  font-size: 20px;
  border: 1px solid #c2c2c2;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-size: 0;
}

#footer .menu-footer-vertical>.list-fan-page>li {
  float: none;
  width: auto;
  height: auto;
  margin: 5px 0;
  display: inline-block;
}

#footer .menu-footer-vertical>.list-fan-page {
  padding: 0;
  width: 50px;
  /* margin-top: 50px; */
}

.NH-information {
  width: 320px;
  float: left;
  padding-left: 40px;
  /* margin-top: 50px; */
}

.buttonFooter {
  border: 1px solid #c2c2c2;
  color: #252525 !important;
  font-size: 24.5px;
  margin-top: 25px;
  padding: 6px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttonFooter::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1857BE;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.buttonFooter:hover {
  color: #fff !important;
  border-color: #1857BE;
}

.buttonFooter:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.copyright-box {
  clear: both;
}

.coppyright {
  font-size: 13px;
  margin: 45px 0 0;
  position: relative;
  border-top: 1px solid #fff;
  padding: 30px 30px 0 0;
  line-height: 18.5px;
  text-align: center;
}

.coppyright::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  left: -100%;
  top: -1px;
  height: 1px;
  background: #fff;
}

.coppyright::before {
  content: "";
  display: inline-block;
  width: 15px;
  position: absolute;
  right: -15px;
  top: -1px;
  height: 1px;
  background: #fff;
}


/************************partners********************/

.NH-partners img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.NH-partners .item:hover img {
  opacity: 1;
}

.NH-partners .owl-controls .owl-prev {
  right: auto;
  left: 15px !important;
  background: url(/uploads/plugin/custom_img/2018-07-08/custom-prev-brand1.png) center center no-repeat !important;
}

.NH-partners .owl-controls .owl-next {
  left: auto;
  right: 15px !important;
  background: url(/uploads/plugin/custom_img/2018-07-08/custom-next-brand1.png) center center no-repeat !important;
}


/*******************high light*******************/

.service-inner .info-service h2 {
  color: #363636;
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 8px;
  text-transform: uppercase;
}

.title-menu-home a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Helvetica", "Arial", "sans-serif";
}

.service-inner .info-service p {
  color: #606060;
  font-size: 14px;
}

.service-inner .info-service {
  line-height: 20px;
  margin-left: 80px;
}

.service-inner .icon-service {
  float: left;
  font-size: 60px;
}

.service-inner .icon-service .fa {
  color: #d7d7d7;
}

.service-inner {
  padding: 30px 0 25px;
  position: relative;
}

.service-inner:before {
  content: "";
  display: inline-block;
  background: url(custom-iconborderdeal.png) repeat-x;
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
}

.service-inner:hover h2 a,
.service-inner:hover em {
  color: #1857BE !important;
  transition: 0.3s all ease 0s;
}


/******************Product Block*************************/

.effectImg {
  position: relative;
}

.effectImg a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s all ease 0s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 9;
}

.wrapperEffect:hover .effectImg a::before {
  opacity: 0.13;
}


/********************News block**********************/

.date_added {
  position: absolute;
  top: 0;
  right: -43px;
  height: 32px;
  width: 83px;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-bottom: 8px;
  z-index: 9;
}

.date_added .dm {
  font-weight: bold;
  font-size: 18px;
  height: 32px;
  width: 40px;
  background: #464646;
  float: left;
  line-height: 31px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 0;
}

.date_added .my {
  font-weight: bold;
  font-size: 10px;
  height: 32px;
  width: 43px;
  background: #82c484;
  float: left;
  line-height: 14px;
  padding: 2px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 0;
}

.date_added .my span {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.readmore {
  display: block;
  float: right;
  color: #898989;
}

.readmore i {
  margin-right: 5px;
}

.readmore:hover {
  color: #1857BE
}


/*****************Newsletter************************/

.bgNewsletter {
  background-image: url(custom-bgr-blog.jpg);
  background-color: #944d4d;
  overflow: hidden;
  margin-bottom: 60px;
  background-attachment: fixed;
  background-position: center top;
}

.wrapperNewsletter {
  background-color: #f7f7f7;
  padding: 53px 50px 54px 50px;
  margin: 2px 0;
}

.wrapperNewsletter h2 {
  margin: 0 !important;
}

.headingSub {
  margin: 20px 0 30px;
}


/**********************Product Other*********************/

.NH-productOther .img>a {
  /* position:static; */
}

.NH-productOther .item-product .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.NH-productOther .item-product .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.NH-productOther .item-product .info {
  text-align: left;
  margin: 0;
  padding: 15px 0px;
}

.NH-productOther .show-list {
  display: block;
}

.NH-productOther .desc-product-thumb {
  padding: 0;
  margin: 0 0 10px;
}

.NH-productOther .action-product {
  position: static;
  opacity: 1;
  text-align: left;
  margin-top: 15px;
  display: block !important;
}

.NH-productOther .action-product a {
  text-align: center;
  margin: 0 15px 5px 0;
}

.NH-productOther .action-product a:first-child {
  background: #1857BE;
  color: #fff;
}

.NH-productOther .action-product a:hover:first-child {
  background: #ec3372;
}

.NH-productOther .item-product.style-view-2 {
  border-bottom: 0;
  margin-bottom: 56px;
}

.NH-productOther .effectImg a::before {
  border-radius: 0;
}

.NH-productOther .status-product {
  z-index: 10;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.NH-productOther:hover .title-product a {
  color: #1857BE !important
}

.tab-content {
  position: relative;
}


/*******************breadcrumb*******************/

.breadcrumb a,
.breadcrumb .active {
  color: #464646;
  font-size: 16px;
  font-weight: 700;
  font-family: "Helvetica", "Arial", "sans-serif";
}

.breadcrumb>li+li:before {
  display: inline-block;
  content: '/' !important;
  color: #464646;
  height: 13px;
  line-height: 13px;
  font-family: Fontawesome;
  font-size: 14px;
  margin: 0 7px 0 10px;
  vertical-align: middle;
}


/****************Category Product*********************/

.cate-item .item-product {
  background: #f4f4f4;
}

.cate-item .item-product .action-product {
  background: #f4f4f4 !important;
}

.cate-item .item-product.style-view-2 {
  border-radius: 0;
}

.cate-item>.item-product.style-view-2>.img a::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}

.cate-item>.item-product.style-view-2>.img a:hover::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.13);
}

.sort-by-product .form-group {
  margin-bottom: 0;
  margin-top: 0;
}

.box-left .nav_title li a:before {
  content: none;
}

.box-left .nav_title li a {
  font-size: 14px;
  color: #555;
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
  padding: 14px 0 12px;
}

.box-left .nav_title {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0;
}

.cate-item.view-list .item-product.style-view-2 {
  border-bottom: 0;
}

.cate-item.view-list {
  margin-bottom: 0;
}

.cate-item.view-list .item-product .action-product {
  position: static;
  opacity: 1;
  text-align: left;
  margin-bottom: 30px;
}

.cate-item.view-list .item-product .info {
  padding-top: 23px;
  padding-right: 15px;
}

.cate-item.view-list .item-product .action-product a {
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 7px 0 0;
  text-align: center;
}

.cate-item.view-list .item-product .action-product a:hover {
  border: 1px solid #1857BE;
}

.cate-item:not(.view-list) .btn-shop-cart span {
  display: none;
}

.cate-item .btn-shop-cart {
  width: auto;
  padding: 0 5px;
}

.cate-item .btn-shop-cart span {
  font-weight: bold;
}


/****************Detail Product************************/

.button-modal .btn {
  color: #fff;
}

.wrapperDetailProduct .tab-content>div img {
  height: auto;
}

.productRelated .block-title h2 {
  padding: 10px 0px;
  margin: 0;
  border: none;
  font-size: 16px;
  color: #111;
  font-family: "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

.wrapperDetailProduct {
  margin: 0px 0 60px;
  border: solid 1px #e1e1e1;
}

@media(max-width:1200px) {
  .navbar-nav {
    border-bottom: 0;
    margin: 0;
  }
}

.navbar-nav {
  border-bottom: solid 1px #e1e1e1;
  margin-left: -1px;
  margin-top: -1px;
}

.navbar-nav li {
  border-right: solid 1px #e1e1e1
}

.wrapperDetailProduct .navbar {
  margin-bottom: 0;
}

#share-icon a {
  color: #fff;
}

.btn-muahang .btn-compare {
  background: #fff;
  color: #000;
  padding: 9px 15px;
  border-color: #afafaf;
}

.box_module.box-contacts h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  padding: 10px 0px;
}

.box_module.box-contacts h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 18px;
}

.box_module.box-contacts h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 20px;
}

.box_module.box-contacts h2 span {
  z-index: 9;
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}


/*************about us******************/

div.aboutus .title-about {
  position: relative;
  margin: 0 0 20px;
}

div.aboutus .title-about:before {
  bottom: 12px;
}

div.aboutus .title-about:before,
div.aboutus .title-about:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  z-index: 1;
}

div.aboutus .title-about h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
  left: -10px;
  font-family: "Helvetica", "Arial", "sans-serif";
}

div.aboutus .title-about:after {
  bottom: 15px;
}

div.aboutus .title-about:before,
div.aboutus .title-about:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  z-index: 1;
}

div.aboutus .wellcome .image {
  float: left;
  margin-right: 30px;
}

div.aboutus .wellcome .text {
  line-height: 1.6em;
}

div.aboutus .whychoose .title-about {
  position: relative;
  margin: 0 0 20px;
  margin-bottom: 10px;
}

div.aboutus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.aboutus .whychoose li {
  padding: 0 0 0 30px;
  position: relative;
}

div.aboutus .whychoose li:before {
  content: "\f00c";
  font-family: Fontawesome;
  display: block;
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 36px;
  color: #1857BE;
}

div.aboutus .whychoose li a {
  display: block;
  padding: 10px 0;
  border-bottom: dotted 1px #e9e9e9;
}

div.aboutus .our_member {
  margin: 30px 0 50px;
  text-align: center;
  position: relative;
}

div.aboutus .our_member .subtext {
  padding: 0 180px;
  /* margin-bottom: 20px; */
}

div.aboutus .our_member .bx-wrapper {
  padding-top: 50px;
  position: relative;
}

div.aboutus .customer {
  border: solid 1px #e9e9e9;
  padding: 30px 10px 20px;
  position: relative;
}

div.aboutus .customer .title-customer {
  display: block;
  position: absolute;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  top: -25px;
  left: 30px;
}

div.aboutus .customer .title-customer h3 {
  margin: 0;
  font-family: "Helvetica", "Arial", "sans-serif";
  font-size: 18px;
  line-height: 1.5;
}

div.aboutus .customer .text {
  position: relative;
  padding: 0 20px 10px;
  line-height: 1.7em;
}

div.aboutus .customer .text:before {
  content: "\f10d";
  color: #d3d3d3;
  font-size: 14px;
  font-family: Fontawesome;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.aboutus .customer .info h4 {
  font-family: Tahoma;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  padding: 0 20px;
}

div.aboutus .customer .info h4 strong {
  color: #1857BE;
  font-weight: normal;
}

div.aboutus .our_member .content .info .name {
  color: #1857BE;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
}

div.aboutus .our_member .content .info .job {
  color: #000;
  margin-bottom: 5px;
}

div.aboutus .our_member .content .image {
  position: relative;
  overflow: hidden;
}

div.aboutus .our_member .content .image .socials {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  transition: 0.3s all ease 0s;
}

div.aboutus .our_member .content .image .socials a {
  height: 25px;
  width: 25px;
  display: inline-block;
  text-indent: -999em;
  border-radius: 50%;
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}

div.aboutus .our_member .content .image .socials a:before {
  font-family: Fontawesome;
  color: #ccc;
  display: block;
  text-indent: 0;
  line-height: 25px;
}

div.aboutus .our_member .content .image .socials a.facebook:before {
  content: "\f09a";
}

div.aboutus .our_member .content .image .socials a.flickr:before {
  content: "\f16e";
}

div.aboutus .our_member .content .image .socials a.twitter:before {
  content: "\f099";
}

div.aboutus .our_member .content:hover .image .socials {
  bottom: 30px;
}

div.aboutus .our_member .content .image .socials a:hover {
  background: #1857BE;
}

div.aboutus .our_member .content .image .socials a:hover:before {
  color: #fff;
}


/********************News Category**********************/

.ct-box-left .title-block {
  text-align: left !important;
}

.ct-box-left .title-block h2 .primary-title {
  padding: 0 !important;
  border: 0;
  text-transform: uppercase;
}

.ct-box-left .title-block h2 {
  margin-bottom: 20px;
  margin-top: 0px;
}

body:not(.home) .title-block h2 .primary-title {
  font-size: 20px !important;
}

.NH-newsSection-1 .title-blogs-item a {
  font-size: 24px !important;
  color: #464646;
  transition: 0.3s all ease 0s;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
}

.NH-newsSection-1 .title-blogs-item a:hover {
  color: #1857BE;
}

.NH-newsSection-1 .title-blogs-item {
  overflow: hidden;
  margin: 0px 0 3px;
  padding: 0;
  background: transparent;
  text-transform: none;
  border: none;
  display: inline-block;
  height: 54px;
  width: calc(100% - 76px);
}

.NH-newsSection-1 .more-blogs {
  font-size: 11px;
  color: #909090;
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-bottom: 0;
}

.NH-newsSection-1 .desc-blogs {
  margin: 10px 0 15px;
  width: 100%;
}

.NH-newsSection-1 .innerViewMore {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  color: #909090;
  margin: 0 -15px -15px -15px;
  position: relative;
  text-align: right;
}

.NH-newsSection-1 .innerViewMore .readMore {
  width: 164px;
  text-align: center;
  display: inline-block;
  padding: 13px 15px;
  border: 1px solid #898989;
  /* border-left: 1px solid #ebebeb; */
}

.NH-newsSection-1 .innerViewMore .readMore:hover {
  border: 1px solid #1857BE;
  background-color: #1857BE;
}

.NH-newsSection-1 .innerViewMore .readMore:hover a {
  color: #111 !important;
}

.box-left.box {
  margin-bottom: 30px;
}


/********************Product Small**********************/

.NH-viewSmall .item-blogs .img-blogs {
  width: 75px;
  margin: 0 15px 0 0;
  height: auto;
}

.NH-viewSmall .item-blogs .img-blogs img {
  height: auto;
}

.NH-viewSmall .item-blogs .info {
  margin-left: 0;
  padding: 0;
}

.NH-viewSmall .more-blogs,
.NH-viewSmall .btn-view-more {
  display: none;
}

.NH-viewSmall .img-blogs a {
  position: static;
}

.NH-viewSmall .title-blogs-item {
  margin: 0 !important;
}

.NH-viewSmall .title-blogs-item a {
  color: #555;
  font-weight: 600 !important;
  line-height: 17px;
}

.NH-viewSmall {
  margin-bottom: 0 !important;
  ;
}

.NH-viewSmall .desc-blogs {
  line-height: 18px
}

.block-news.box-left .nav_title {
  border: 0;
  margin-bottom: 15px;
}


/************************News detail***********************/

.ckeditor-post img,
.box-detail-post img {
  max-width: 60%;
  height: auto;
}

.ckeditor-post ul {
  margin-left: 20px;
}

.NH-newsSection-1 .list-item.view-list .item-blogs {
  position: relative;
}

.NH-newsSection-1 .list-item.view-list .innerViewMore {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
}

.NH-newsSection-2 .view-list .item-blogs .img-blogs {
  width: 150px;
  height: 148px;
}

.NH-newsSection-2 .box-blogs.view-list .info .title-blogs-item {
  margin: 35px 0 6px;
  height: 40px;
}


/***************news tabs block*******************/

.tabs-block .nav-tab-right li {
  margin-left: 3px;
  margin-right: 3px;
}


/*****************form************************/

.detail-contact ul {
  list-style: none;
}

.content-contact .title-lienhe {
  margin-top: 0;
}

.detail-contact i {
  width: 20px;
}


/***************product related******************/

.list-product-small .status-product {
  display: none;
}


/********Back To Top*******/

.back-top {
  display: none;
  z-index: 9999;
  height: 40px;
  width: 38px;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-size: 45px;
  text-align: center;
}

.back-top.button-show {
  display: block;
}

.back-top:hover {
  color: #1857BE;
}

.back-top span {
  display: block;
  text-align: center;
}

.wstliststy05 li.wstheading a:before {
  left: 10px;
}


/******************Responsive*************************/

@media (min-width: 992px) {
  .list-item.col-md-6:nth-child(2n + 1),
  .list-item.col-md-4:nth-child(3n + 1),
  .list-item.col-md-3:nth-child(4n + 1),
  .list-item.col-md-2:nth-child(6n + 1) {
    clear: both;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .list-item.col-sm-6:nth-child(2n + 1),
  .list-item.col-sm-4:nth-child(3n + 1),
  .list-item.col-sm-3:nth-child(4n + 1),
  .list-item.col-sm-2:nth-child(6n + 1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .list-item.col-xs-6:nth-child(2n + 1),
  .list-item.col-xs-4:nth-child(3n + 1),
  .list-item.col-xs-3:nth-child(4n + 1),
  .list-item.col-xs-2:nth-child(6n + 1) {
    clear: both;
  }
}

.bgMain {
  background: #1857BE
}

.NH-flag .dropdown-menu {
  min-width: 90px;
}

@media(max-width:568px) {
  .list-item.view-list .title-product a {
    font-size: 16px;
  }
}

@media(max-width: 1200px) {
  .NH-newsSection-2 .box-blogs.view-list .info {
    margin-left: 160px;
  }
  .box-product {
    margin-bottom: 30px;
  }
  .nav_title.nav-tab-right li {
    width: 100%;
  }
  .nav-tab-right li::after {
    content: none;
  }
  .dropdown.responsivetabs-more>a {
    display: inline-block !important;
    padding: 9px 10px !important;
    background: #1857BE;
    color: #fff !important;
    line-height: 22px !important;
  }
  .dropdown.responsivetabs-more>ul.dropdown-menu {
    left: 0;
    right: 0;
    text-align: center;
    background: #26c6d0;
    position: absolute;
    float: none;
    width: 100%;
  }
  .dropdown.responsivetabs-more>ul.dropdown-menu li {
    display: block;
    -webkit-transform: none;
    transform: none;
    padding: 0 !important;
    width: 100%;
    margin: 0;
  }
  .dropdown.responsivetabs-more>ul.dropdown-menu li a {
    padding: 0 !important;
    margin: 0;
  }
  .dropdown.responsivetabs-more {
    padding: 0 !important;
    float: none;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    background: transparent !important;
  }
  .box-product-style2>div>.nav_title>.active>a:after {
    content: none;
  }
  .media-left .status-product {
    left: 0;
    top: 0;
  }
  .status-product {
    font-size: 12px;
    padding: 0 !important;
    height: 25px;
    line-height: 25px;
    width: 50px !important;
  }
  .NH-newsSection-1 .innerViewMore {
    margin: 0;
  }
  .NH-newsSection-1 .title-blogs-item a {
    font-size: 20px !important;
  }
  .NH-newsSection-1 .title-blogs-item {
    width: 100%;
    margin-top: 15px !important;
  }
  .NH-newsSection-1 .more-blogs {
    float: left;
    margin-bottom: 10px;
  }
  .NH-newsSection-1 .innerViewMore .readMore {
    padding: 7px 20px;
    width: auto;
    border: 1px solid #ebebeb;
  }
  .NH-newsSection-1 .list-item.view-list .innerViewMore {
    position: static;
  }
  div.aboutus .wellcome .text {
    text-align: justify;
    margin: 15px 0;
  }
  div.aboutus .wellcome .image {
    margin: 0;
    float: none;
  }
  #other-sort {
    max-width: 185px;
    padding-left: 3px;
  }
  .wstliststy05 li.wstheading a:before {
    left: 0;
  }
  .wsmenucontainer.wsoffcanvasopener .animated-arrow {
    position: fixed;
    background: #333;
    margin: 0;
    padding: 20px 35px 32px 15px;
    border-left: 1px solid #ccc;
  }
  div.aboutus .our_member .subtext {
    padding: 0;
  }
  .cate-item.view-list .item-product .info {
    padding-top: 0;
  }
  .price-well {
    white-space: normal
  }
  .breadcrumb-box {
    padding: 15px 0
  }
  .breadcrumb a,
  .breadcrumb .active {
    font-size: 14px;
  }
  .breadcrumb>li+li:before {
    margin: 0
  }
  .coppyright::after,
  .coppyright::before {
    content: none;
  }
  .coppyright {
    padding: 20px 15px;
    margin-top: 15px;
  }
  .logo-footer {
    margin-top: 3px;
  }
  .buttonFooter {
    font-size: 18px;
    margin-top: 0;
  }
  .NH-information {
    padding-left: 15px;
    padding-right: 15px;
    width: 240px;
  }
  .about-footer {
    margin-left: 0;
    padding-left: 0;
  }
  .NH-partners .owl-controls .owl-prev {
    left: 0 !important;
  }
  .NH-partners .owl-controls .owl-next {
    right: 0 !important;
  }
  .NH-partners img {
    padding: 10px;
  }
  .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }
  .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }
  .box-blogs.view-list .info {
    margin-left: 0;
    padding: 0;
  }
  .cate-item.view-list .item-blogs .img-blogs {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .NH-productOther .item-product.style-view-2 {
    /* margin-bottom:0 */
  }
  .in-email .form-email-news {
    padding-right: calc(20% + 30px);
  }
  #frm-reg-email .btn-send-reg-email {
    font-size: 14px;
    width: auto;
  }
  .wrapperNewsletter {
    padding: 15px
  }
  .box-search>.form-inline>.form-group>.btn-search {
    border-color: #fff
  }
  .box-search>.form-inline {
    background: #fff;
  }
  .animated-arrow span,
  .animated-arrow span:before,
  .animated-arrow span:after {
    /* background: #fff; */
  }
  .box-search {
    padding: 9px 15px 10px 15px;
    float: right !important;
  }
  .account-user .dropdown-menu {
    top: 37px;
  }
  .navbar-header {
    text-align: center !important;
  }
  .NH-flag .dropdown-menu {
    min-width: 65px;
    left: 10px !important;
    right: auto !important;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .NH-newsSection-2 .box-blogs.view-list .info {
    margin-left: 165px;
  }
  .NH-newsSection-2 .box-blogs.view-list .info .title-blogs-item {
    margin-top: 30px;
  }
  .product-detail div#nav_detail {
    background: transparent !important;
  }
  .wrapperDetailProduct .navbar-header {
    display: none;
  }
  .captcha-input {
    width: 160px;
  }
  div.aboutus .wellcome .image {
    float: left;
    margin-right: 30px;
  }
  .list-item.view-list .title-product {
    margin-top: 10px;
  }
}

.desc-product-thumb ol,
.desc-product-thumb ul,
.tab-content ol,
.tab-content ul {
  margin-left: 16px;
}

.ckeditor-post {
  margin-bottom: 30px;
}

.content-tab-product .item-slider.slider-product .owl-pagination {
  top: 0px;
}

.owl-pagination+div.owl-buttons>div {
  top: -30px !important;
}

.item-product.style-view-small .status-product {
  top: 0
}

.owl-theme .owl-controls {
  /* margin-top:0; */
}

.media-left .status-product {
  left: 0 !important;
  top: 0;
}

.slider-product.owl-carousel .item-product.style-view-small {
  margin-bottom: 0;
}

.owl-pagination {
  top: 0;
}

.navbar-toggle[type="button"] {
  margin: 0 auto;
  background: #1857BE;
  border-radius: 0;
  color: #fff;
  display: block;
}

.advanced-product .list-cut .cut-0 span {
  display: block;
  position: relative;
}

.advanced-product .list-cut .cut-0 span button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
}

.keyword-filter {
  padding-right: 50px;
}

@media(min-width:992px) {
  .bottom-detail-product .navbar-toggle {
    display: none;
  }
  .tab-product .navbar-toggle {
    display: none;
  }
}

@media(max-width:375px) {
  .view-list .price.price-inline p.price-before {
    width: 100%;
    display: block;
  }
  div.aboutus .customer {
    padding-top: 45px;
  }
  .box-detail-post.top-post img {
    max-width: 100% !important;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .navbar-toggle[type="button"]+div.navbar-collapse {
    display: block;
  }
}

@media(max-width:991px) {
  .navbar-toggle[type="button"]+div.navbar-collapse .nav-tab-right {
    margin: 0;
  }
  .nav-tab-right {
    white-space: normal;
    overflow: visible;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse .nav-tab-right li {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse .nav-tab-right li a span {
    color: #fff;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse {
    background: #1857BE;
    border-top: 1px solid #ccc;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse {
    padding: 0;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse .nav-tab-right li.active {
    background: #80cbc4;
  }
  .navbar-toggle[type="button"]+div.navbar-collapse .nav-tab-right li a {
    padding: 5px 0px !important;
    margin: 0 !important;
  }
}