@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttf);
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Bold.ttf);
  font-weight: 600;
}


@charset "UTF-8";
body {
  font-size: 14px;
  font-family: "Helvetica", "Roboto", "Roboto Condensed", "sans-serif", "Arial";
  position: relative;
  overflow-x: hidden;
  color: #333;
  background-color: #f4f8fb;
  margin: 0;
}

.collapse:not(.show) {
  display: block;
  text-align: right;
}

.collapse>ul {
  display: block;
}

.collapse>ul>li {
  display: inline-block;
  margin-right: 10px;
}

.admin_panel .navbar {
  padding: 0;
  background: #e7e7e7;
}

.admin_panel .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 100px;
  width: 100px;
  padding: 5px;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  left: inherit;
  right: 0;
}

.wapper {
  max-width: 1630px;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .wapper {
    max-width: 100%;
  }
}

img {
  max-width: 100%;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.flex-row-top {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-col {
  max-height: 100%;
}

.flex-left {
  margin-right: auto;
}

.flex-right {
  margin-left: auto;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table-cell {
  display: table-cell;
  width: 100%;
}

.visible-767 {
  display: none;
}

.vertical {
  display: table;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.box-img-center {
  position: relative;
  overflow: hidden;
}

.img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

.img-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.img-zoom:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.img-op {
  opacity: 1;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.img-op:hover {
  opacity: 0.8;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.img-mirror {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.img-mirror:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.img-mirror:hover:after {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.img-mirror:hover {
  opacity: 1;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #e1e1e1;
  padding: 8px 15px;
  font-size: 14px;
  color: #888888;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #666666;
  outline: none;
}

.float-full {
  width: 100%;
  float: left;
}


.tab-content>.active {
  opacity: 1;
}

.price .price-old {
  color: #908f8f;
  padding-right: 0;
  font-weight: 400;
  text-decoration: line-through;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 9pt;
  margin-bottom: 5px;
}

.price .price-market {
  color: #0000aa;
  font-weight: 500;
  font-size: 13pt;
  float: left;
  width: 100%;
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 0px 15px 0px;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.breadcrumb a:hover {
  color: #333;
}

.breadcrumb-item.active a {
  color: #333;
}

.page-pagination {
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  float: left;
}

@media (max-width: 992px) {
  .page-pagination {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .page-pagination {
    padding-bottom: 30px;
  }
}

.page-pagination .pagination {
  display: inline-flex;
}

.page-pagination .pagination li {
  padding: 0 3px;
}

.page-pagination .pagination li a {
  color: #0000aa;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  .page-pagination .pagination li a {
    padding: 5px 8px;
  }
}

.page-pagination .pagination li:hover a {
  background-color: #ee2608;
  border-color: #ee2608;
  color: #fff;
}

.page-pagination .pagination li.active a {
  background-color: #ee2608;
  border-color: #ee2608;
}

.time-user {
  color: #dc9019;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

.time-user span {
  padding-right: 5px;
}

@media (max-width: 1200px) {
  .time-user span {
    padding-right: 8px;
  }
}

.time-user span i {
  padding-right: 5px;
}


/*detail css customer*/

.content-standard-ck p {
  margin-bottom: 10px;
}

.content-standard-ck table>thead>tr>th,
.content-standard-ck table>tbody>tr>th,
.content-standard-ck table>tfoot>tr>th,
.content-standard-ck table>thead>tr>td,
.content-standard-ck table>tbody>tr>td,
.content-standard-ck table>tfoot>tr>td {
  border: 1px solid #eee;
}

.content-standard-ck table>thead>tr>th,
.content-standard-ck table>tbody>tr>th,
.content-standard-ck table>tfoot>tr>th,
.content-standard-ck table>thead>tr>td,
.content-standard-ck table>tbody>tr>td,
.content-standard-ck table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "Tahoma Regular";
}

.content-standard-ck table tr:hover {
  background-color: #F8FAFB;
}

.content-standard-ck ol,
.content-standard-ck ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: inherit;
}

.content-standard-ck ol li,
.content-standard-ck ul li {
  list-style: inherit;
  margin-bottom: 10px;
}

.content-standard-ck iframe {
  width: 100%;
}

.content-standard-ck img {
  margin-bottom: 10px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .content-standard-ck iframe {
    height: auto;
  }
}
#banner-main {
  height: 305px;
  position: relative;
}
#banner-main .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 24.7%;
}
#banner-main a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*!
menu mobile
*/

.menu-bar-mobile {
  position: fixed;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999999;
  box-shadow: 1px 0px 1px #ccc;
  overflow-y: scroll;
  display: none;
}

.logo-menu {
  float: left;
  width: 100%;
  text-align: center;
}

.logo-menu img {
  width: 180px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.menu-bar-lv-1 {
  float: left;
  width: 100%;
  position: relative;
}

.menu-bar-lv-1 a {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 30px;
  background: #fff;
  margin-bottom: 1px;
  padding: 5px 15px;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  color: #3e3e3e;
}

.menu-bar-lv-1 a:hover {
  box-shadow: 0px 0px 2px #443333;
}

.menu-bar-lv-1 span {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.menu-bar-lv-2,
.menu-bar-lv-3 {
  position: relative;
  float: left;
  width: 100%;
  display: none;
}

.menu-bar-lv-2 a {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 15px;
}

.menu-bar-lv-2 i:last-child {
  margin-right: 7px;
}

.menu-bar-lv-3 a {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 33px;
}

.rotate-menu {
  transform: rotate(180deg);
  top: 10px !important;
}

.menu-btn-show {
  position: absolute;
  width: 28px;
  height: 27px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  right: 15px;
  top: 130px;
  z-index: 9999;
}

.menu-btn-show .border-style {
  width: 100%;
  height: 4px;
  background: #111;
  float: left;
  margin-bottom: 5px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.fixed-box .menu-btn-show .border-style {
  /*background: #fff;*/
  background: #38a7e0;
}

.box-login-logout {
  float: left;
  width: 100%;
  position: relative;
  background: #f9f9f9;
}

.boder-rotate {
  position: absolute;
  left: 50%;
  height: 40px;
  width: 1px;
  background: #ebebeb;
  transform: rotate(30deg);
}

.box-login-logout i {
  margin-right: 6px;
}

.box-login-logout .left {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  border-top: 1px solid #ebebeb;
}

.shadow-open-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  z-index: 999;
  display: none;
}

.menu-btn-show.active .border-style {
  background: #fff;
  display: none;
}

.menu-btn-show.active .border-style:first-child {
  transform: rotate(42deg);
  margin-top: 5px;
  display: block;
}

.menu-btn-show.active .border-style:last-child {
  transform: rotate(-42deg);
  margin-top: -9px;
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-btn-show {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .menu-btn-show {
    display: block;
  }
  .main-menu,
  .hide-mobile {
    display: none;
  }
  .menu-btn-show {
    top: 115px;
    right: 1%;
  }
}

@media screen and (max-width: 360px) {
  .menu-bar-mobile {
    width: 250px;
  }
}


/*Main menu ngang*/

.main-menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.main-menu>ul:before {
  content: "";
  display: table;
}

.main-menu>ul:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu>ul>li {
  float: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

.main-menu>ul>li a {
  text-decoration: none;
  padding: 11px 15px;
  display: block;
  font-size: 14px;
  position: relative;
  color: #fff;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
}

.main-menu>ul>li:first-child a {
  margin-left: 0px;
}

.main-menu>ul>li:last-child a {
  margin-right: 0px;
}

.main-menu>ul>li:hover>ul {
  display: block;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.main-menu>ul>li>ul {
  display: none;
  width: 200px;
  background-color: #fff;
  padding: 0px;
  position: absolute;
  z-index: 99;
  left: 0px;
  margin: 0px;
  list-style: none;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0px 2px 3px rgba(154, 142, 142, 0.48);
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.main-menu>ul>li>ul:before {
  content: "";
  display: table;
}

.main-menu>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 100%;
  float: left;
  display: block;
  position: relative;
}

.main-menu>ul>li>ul>li a {
  padding: 6px 15px 6px 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.63);
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin: 0px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

.main-menu>ul>li>ul>li>ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  box-sizing: border-box;
  position: absolute;
  left: 130%;
  min-width: 210px;
  background-color: #fff;
  top: 0px;
  box-shadow: 0px 0px 5px #ccc;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

.main-menu>ul>li>ul>li:hover>a {
  background: #dee2e6;
}

.main-menu>ul>li>ul>li:hover>ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu>ul>li>ul>li>ul:before {
  content: "";
  display: table;
}

.main-menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 0px 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-menu>ul>li>ul>li .fa-caret-right {
  position: absolute;
  right: 11px;
  top: 12px;
  color: #fff;
}

.main-menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.main-menu>ul>li>ul>li>ul>li a:hover {
  background: #dee2e6;
}

.main-menu>ul>li>ul.normal-sub {
  width: 200px;
  left: auto;
  padding: 5px 20px 9px 20px;
  background: rgba(8, 132, 57, 0.78);
  border-top: 5px solid #178544;
}

.main-menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.main-menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
  border: 0;
  padding: 9px 0px;
  border-bottom: 1px solid rgba(226, 222, 222, 0.31);
  color: #dad1d1;
}

.main-menu>ul>li>ul.normal-sub>li a:hover {
  color: #fff;
}

.main-menu>ul>li>ul.normal-sub>li:last-child a {
  border-bottom: none;
}

.main-menu>ul>li:last-child>ul {
  right: 0px;
  left: initial;
}

.normal-sub li a:before {
  content: "•";
  line-height: 0;
  margin-right: 10px;
  font-size: 19px;
  position: static;
  color: #27AE61;
  margin-top: 9px;
  float: left;
}

.main-menu>ul>li:hover>a:before,
.main-menu>ul>li:hover>a:after {
  width: 50%;
  border-radius: 0;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  display: none;
}

.main-menu>ul>li>a:after {
  content: "";
  height: 1px;
  position: absolute;
  right: 20px;
  width: 0;
  top: 75%;
  margin-top: 0px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ccc;
  display: none;
}

.main-menu>ul>li>a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 20px;
  width: 0;
  top: 75%;
  margin-top: 0px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: none;
  background: #ccc;
}

.main-menu>ul>li.active>a:before,
.main-menu>ul>li.active>a:after {
  width: 50%;
}
header {
  background: #f4f8fb;
}
#header,
.header-top,
.header-center,
.nav {
  width: 100%;
  float: left;
}

.head-center {
  background: #0000aa;
  width: 100%;
  float: left;
  position: relative;
  height: 40px;
}

.content-head-center .menu-category-hd {
  width: 20%;
  float: left;
}

.content-head-center .menu-index {
  width: 80%;
  float: left;
}

.menu-category-hd {
  background: #423a4a;
  position: relative;
}

.menu-category-hd h3 {
  background-color: #3030ff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0 0px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
  line-height: 45px;
  text-transform: uppercase;
}

.menu-category-hd h3 i {
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
  padding-right: 10px;
}

.menu-category-hd h3 i span {
  width: 16px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin-bottom: 2px;
}

.menu-category-hd .list-item-cate {
  position: absolute;
  width: 100%;
  height: 320px;
  top: 40px;
  left: -9999px;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: 0px 0 12px 1px #00000094;
}

.menu-category-hd:hover .list-item-cate {
  left: 0px;
}

.menu-category-home .list-item-cate {
  left: 0px;
}

.list-item-cate>ul {
  height: 320px;
  overflow-y: auto;
}

.list-item-cate>ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.list-item-cate>ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.list-item-cate>ul::-webkit-scrollbar-thumb {
  background-color: #0000aa;
}

.list-item-cate>ul>li {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  border-bottom: 1px solid #666;
}

.list-item-cate>ul>li:hover {
  background: #3030ff;
}
.list-item-cate>ul>li:hover .item-cate a {
  color: #fff;
  transition: 0s all;
}

.list-item-cate>ul>li:hover .content-item-cate {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
}

.list-item-cate>ul>li .item-cate {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.list-item-cate>ul>li .item-cate img {
  width: 16px;
  margin-right: 14px;
}

.list-item-cate>ul>li .item-cate a {
  color: #000;
  /*font-weight: 600;*/
}


.list-item-cate>ul>li .content-item-cate {
  /*display: none;*/
  position: absolute;
  z-index: 999;
  width: 400%;
  height: 320px;
  top: 0px;
  left: 100%;
  background-color: #fff;
  padding: 10px 20px;
  overflow-y: auto;
  box-shadow: inset 0 0 18px 7px #00000061;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.8s linear;
}

.list-item-cate>ul>li .content-item-cate::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.list-item-cate>ul>li .content-item-cate::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.list-item-cate>ul>li .content-item-cate::-webkit-scrollbar-thumb {
  background-color: #0000aa;
}

.list-item-cate>ul li.item-cate-last .item-cate {
  height: 43px;
}

.list-item-cate>ul li.item-cate-last .item-cate img {
  width: 10px;
}

.list-item-cate>ul li.item-cate-last .item-cate:after {
  display: none;
}

.cate_lv1 {
  padding: 0px 0px 0px 0px;
}

.cate_lv1>li {
  width: 25%;
  float: left;
}

.cate_lv1>li>a {
  width: 100%;
  float: left;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.cate_lv1>li>a:hover {
  color: #3030ff;
}

.cate_lv2>li {
  width: 100%;
  float: left;
}

.cate_lv2>li>a {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
  position: relative;
  padding: 0px 0px 5px 0px;
}

.cate_lv2>li>a:hover {
  color: #0000aa;
}

.menu-index .main-menu {
  padding-left: 10px;
}

.main-menu>ul>li a {
  /*font-weight: 600;*/
}

.main-menu>ul>li:hover>a {
  background: #3030ff;
}

.main-menu>ul>li.menu-list-brand {
  position: initial;
}

.content-mlb {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 955px;
  left: -20px;
  top: 45px;
  margin: 0;
  max-height: 600px;
  overflow: auto;
  opacity: 0;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.content-mlb .item-mlb {
  width: 16.66%;
  float: left;
  border: 1px solid #eeeeee;
  margin-top: -1px;
  margin-right: -1px;
}

.content-mlb .item-mlb .box-img-mlb {
  height: 108px;
}

.content-mlb .item-mlb .box-img-mlb a {
  height: 100%;
  display: block;
}

.menu-list-brand:hover .content-mlb {
  opacity: 1;
  transition: .6s all ease;
  -webkit-transition: .6s all ease;
  -moz-transition: .6s all ease;
  -ms-transition: .6s all ease;
  -o-transition: .6s all ease;
}

.top-header {
  float: left;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
}
#main {
  float: left;
  width: 100%;
}
.top-header .logo {
  float: left;
  width: 30%;
}
.top-header .logo img {
  max-width: 100%;
}
.top-header .search-box {
  float: left;
  width: 39%;
  padding: 0 25px;
}
.top-header .top-right {
  float: left;
  width: 31%;
}
.top-header .top-right ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
}
.top-header .top-right ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 600;
}
.top-header .top-right ul li a img {
  float: left;
  width: 45px;
  filter: invert(13%) sepia(56%) saturate(7455%) hue-rotate(
    243deg) brightness(66%) contrast(136%);
}
.top-header .top-right ul li a p {
  margin-left: 5px;
  font-size: 12px;
  margin-bottom: 0;
}
.top-header .search-box input {
  width: 77%;
  float: left;
  height: 35px;
  border: 1px solid #0000aa;
}
.top-header .search-box input::placeholder {
  color: #0000aa;
  font-family: "Helvetica";
}
.top-header .search-box button {
  width: 23%;
  float: right;
  height: 35px;
  border: none;
  background: #0000aa;
  color: #fff;
  font-size: 10pt;
  text-transform: uppercase;
}
.top-header .search-box, .top-header .top-right {
  padding-top: 10px;
}
.bot-header {
  float: right;
  width: 80%;
  padding-top: 15px;
  padding-left: 15px;
}
.ck-detail-news {
  float: left;
  width: 100%;
}
.ck-detail-news .item {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #92929273;
}
.ck-detail-news .item:last-child {
  border-bottom: none;
}
.ck-detail-news .item .img {
  float: left;
  width: 33%;
  padding: 11%;
  position: relative;
  overflow: hidden;
}
.ck-detail-news .item .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ck-detail-news .item .img a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-width: 100%;
}
.ck-detail-news .item-img {
  margin-bottom: 15px;
}
.ck-detail-news .item-img .img {
  float: left;
  width: 100%;
  padding: 30%;
  position: relative;
  overflow: hidden;
}
.ck-detail-news .item-img .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ck-detail-news .item-img .img a img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-width: 100%;
}
.ck-detail-news .item-img .content a {
  float: left;
  width: 100%;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ck-detail-news .item-img .content a:hover {
  color: #0000aa;
}
.ck-detail-news .item .content {
  float: right;
  width: 67%;
  padding-left: 15px;
}
.ck-detail-news .item .content a {
  font-size: 10.5pt;
  /*font-weight: 600;*/
  color: #000;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ck-detail-news .item .content a:hover {
  color: #0000aa;
}
.ck-detail-news .item .content small {
  color: #6a6a6a;
  font-weight: 600;
  font-size: 10px;
}
.news-header {
  float: left;
  width: 100%;
  border: 1px solid #929292;
  padding: 15px;
  height: 305px;
  background: #fff;
  overflow: hidden;
}
.news-r {
  padding-left: 0;
}
.news-header .tab-news {
  float: left;
  width: 100%;
  border-bottom: 1px solid #929292;
}
.news-header .tab-news ul li {
  display: inline-block;
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 3px 0;
  border-right: 1px solid #929292;
}
.news-header .tab-news ul li:last-child {
  border-right: none;
}
.news-header .tab-news ul li.active {
  border-bottom: 3px solid #0000aa;
}
.news-header .tab-news ul li a {
  color: #0000aa;
  font-weight: 300;
  text-transform: uppercase;
}


.menu-footer {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #999;
  border-top: 1px solid #0000aa;
}
.menu-footer ul li {
  display: inline-block;
}
.menu-footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding: 0 10px;
  border-right: 2px solid #333;
  line-height: 0px;
}
.menu-footer ul li:last-child a {
  border-right: none;
}
.menu-footer ul li a:hover {
  color: #0000aa;
}
.content-contact-ft {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-contact-ft .col-cc-ft {
  width: 20%;
  float: left;
  padding-right: 25px;
}
.content-contact-ft .col-cc-ft:last-child {
  padding-right: 0;
}
.title-ft h2 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Helvetica";
  margin-top: 0;
}
.content-contact-ft .col-cc-ft ul {
  list-style-type: square;
  list-style-position: inside;
}
.content-contact-ft .col-cc-ft ul li a {
  color: #000;
  font-size: 14px;
}
.content-contact-ft .col-cc-ft ul li a:hover {
  color: #0000aa;
}
.bottom-ft {
  float: left;
  width: 100%;
  height: 40px;
  background: #0000aa;
}
.center-footer {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.layout-main {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.title-m {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0px 10px 8px 2px #3333331f;
  padding-right: 25px;
  background: #fff;
}

.title-m h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #2d2c72;
  margin: 0;
  padding: 0;
  position: relative;
  height: 45px;
  display: block;
  float: left;
}

.title-m h2 span {
  background: #0000aa;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  height: 45px;
  line-height: 44px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
}

.title-m h2 span:after {
  content: '';
  position: absolute;
  bottom: 0px;
  background: transparent;
  right: -24px;
  width: 0;
  height: 0;
  border-top: 45px solid #0000aa;
  border-right: 25px solid transparent;
}

.content-m {
  width: 100%;
  float: left;
  /*padding-bottom: 10px;*/
}

.menu-category-m {
  display: inline-block;
  float: right;
  line-height: 44px;
  max-width: 75%;
}

.menu-category-m .left-mene-m {
  float: left;
}

.menu-category-m .left-mene-m .menu-brand {
  display: inline-block;
  float: left;
}

.menu-category-m .right-menu-m {
  float: right;
}

.menu-category-m .right-menu-m .menu-mcm {
  display: inline-block;
  float: left;
}

.menu-category-m .right-menu-m .view-more {
  display: inline-block;
  float: right;
}

.menu-mcm ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-mcm ul li {
  padding-right: 30px;
}
.menu-mcm ul li:last-child {
  padding-right: 0;
}

.menu-mcm ul li a {
  color: #0000aa;
}

.menu-mcm ul li a:hover {
  color: #f00;
  transition: 0s all;
}

.menu-brand ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-brand ul li.box-img-mb {
  height: 42px;
  width: 110px;
}

.border-m {
  width: 100%;
  float: left;
  height: 2px;
  background: #0000aa;
  margin-bottom: -2px;
}

.content-spi {
  /*overflow: hidden;*/
  /*margin-bottom: 10px;*/
  padding: 0;
}

.selling-products .owl-nav {
  display: block !important;
}

.owl-sci .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  height: 0px;
  width: 100%;
}

.owl-sci .owl-nav button:hover {
  background: transparent !important;
}

.owl-sci .owl-nav i {
  font-size: 40px;
}

.owl-sci .owl-nav .owl-prev {
  float: left;
  color: #0000aa !important;
  margin-left: 50px;
  transition: all .5s;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

.owl-sci .owl-nav .owl-next {
  float: right;
  color: #0000aa !important;
  transition: all .5s;
  cursor: pointer;
  margin-right: 50px;
  overflow: hidden;
  opacity: 0;
}

.selling-products:hover .owl-nav .owl-prev {
  margin-left: 5px;
  overflow: visible;
  opacity: 1;
}

.selling-products:hover .owl-nav .owl-next {
  margin-right: 5px;
  overflow: visible;
  opacity: 1;
}
/*.owl-sci .owl-nav {
margin: 0;
}

.owl-sci .owl-nav button {
position: absolute;
z-index: 9;
top: 30%;
font-size: 30px;
opacity: 1;
color: #de0124;
width: 38px;
height: 38px;
line-height: 30px;
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
box-shadow: 0px 0px 5px 3px #f5f3f3;
}

.owl-sci .owl-nav button span {
margin-top: -2px;
display: block;
}

.owl-sci .owl-nav button:hover {
background-color: #fff;
color: #de0124;
opacity: 1;
}

.owl-sci .owl-nav button:focus {
outline: none;
}

.owl-sci .owl-nav button.owl-prev {
left: -25px;
background: #0000aa;
color: #fff;
}

.owl-sci .owl-nav button.owl-next {
right: -25px;
background: #0000aa;
color: #fff;
}
.owl-sci .owl-nav button.owl-next:hover, .owl-sci .owl-nav button.owl-prev:hover {
background: #f00;
}*/
.selling-products .item-product, .pr-in-home .item-product {
  background: #fff;
  padding: 15px 5px;
  font-family: "Helvetica";
  float: left;
  width: 100%;
}

.item-product .box-info-ip {
  float: left;
  width: 100%;
}
.item-product .box-img-ip {
  float: left;
  width: 100%;
  height: 49%;
  /* padding: 45%; */
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.item-product .box-img-ip a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.item-product .box-img-ip a img {
  width: auto !important;
  margin: auto;
}

.item-product .box-info-ip h3 {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 1.3;
  height: 33px;
  overflow: hidden;
  text-align: center;
}

.item-product .box-info-ip h3 a {
  font-size: 9.5pt;
  color: #333;
  font-weight: 600;
}

.item-product .box-info-ip h3 a:hover {
  color: #0000aa;
}

.item-product .box-info-ip .price {
  margin-bottom: 8px;
  line-height: 1;
}

.item-product .box-info-ip .genuine {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
}

.item-product .box-info-ip .genuine img {
  padding-right: 5px;
}

.content-pci .left-pci {
  width: 25%;
  float: left;
  padding-right: 15px;
}

.content-pci .right-pci {
  padding-left: 15px;
  width: 75%;
  height: 620px;
  overflow: hidden;
  float: right;
}

.left-pci .nav-tabs {
  height: 620px;
  display: block;
  overflow-y: auto;
  border: 1px solid #eeeeee;
  border-right: none;
  border-bottom: none;
  background: #fff;
}

.left-pci .nav-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.left-pci .nav-tabs::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #0000aa;
}

.left-pci .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #0000aa;
  border: 1px solid #0000aa;
}

.left-pci .nav-tabs .nav-item {
  width: 100%;
  float: left;
}

.left-pci .nav-tabs .nav-item .nav-link {
  border: none;
  color: #505050;
}

.left-pci .nav-tabs .nav-item .nav-link i {
  font-size: 13px;
  padding-right: 5px;
}

.left-pci .nav-tabs .nav-item .nav-link.active {
  color: #0000aa;
  font-weight: bold;
  font-size: 14px;
}

.left-pci .banner-pci {
  width: 100%;
  float: left;
}

.left-pci .banner-pci .box-img-bpci {
  height: 330px;
}

.right-pci .tab-content-pci .list-product .item-product {
  width: 20%;
  height: 330px;
}

.right-pci .tab-content-pci .list-product .item-product .box-img-ip {
  height: 205px;
}

.news-in {
  width: 100%;
  float: left;
}

.layout-news-in {
  width: 100%;
  float: left;
}

.content-lni {
  width: 100%;
  float: left;
}

.content-lni .left-lni {
  width: 1195px;
  float: left;
}

.content-lni .right-lni {
  width: 383px;
  float: right;
}

.layout-right-lni {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.title-r-lni {
  width: 100%;
  float: left;
}

.title-r-lni h3 {
  height: 44px;
  background: #0000aa;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0px 0px 20px;
  margin: 0;
}
.banner-pr {
  float: left;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border: 1px solid #6666667a;
  margin-bottom: 20px;
}
.banner-pr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pr-in-home {
  float: left;
  width: 100%;
}
img.hq {
  width: 15px !important;
  display: inherit !important;
}
.buy-now {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.buy-now a {
  color: #009dc9;
  padding: 5px 5px;
  border: 1px solid #009dc9;
  line-height: 0;
  padding-top: 2px;
  border-radius: 5px;
  font-size: 7.5pt;
  text-transform: uppercase;
  font-weight: 600;
}
.buy-now a:hover {
  color: #0000aa;
  border: 1px solid #0000aa;
  transition: 0s all;
}
.view-more a {
  color: #0000aa;
}
.view-more a:hover {
  font-weight: 600;
}
.banner-qc {
  float: left;
  width: 100%;
  height: 80px;
  overflow: hidden;
  border: 1px solid #6666667a;
}
.banner-qc img {
  width: 100%;
}
.title-pr-inhome h2 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #666;
  font-weight: 600;
}
.content-pci .left-pci .item {
  float: left;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d873;
}
.content-pci .left-pci .item .img {
  float: left;
  width: 30%;
  padding: 16%;
  position: relative;
  margin-right: 10px;
}
.content-pci .left-pci .item .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.content-pci .left-pci .item .img a img {
  /*object-fit: cover;
  object-position: center;
  height: 100%;*/
  min-width: 100%;
}
.content-pci .left-pci .item a {
  font-size: 13px;
  color: #000;
  /*font-weight: 600;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-pci .left-pci .item a:hover {
  color: #0000aa;
}
p.price {
  color: #0000aa;
  font-size: 13px;
  text-transform: uppercase;
}
.list-inhome {
  float: left;
  width: 100%;
  padding: 0 15px;
  animation: marquee 2s linear infinite;
}
.content-pci .fl-right {
  float: right;
  padding-right: 0;
  padding-left: 15px;
}
.content-pci .fl-left {
  padding-right: 15px;
  padding-left: 0;
}
footer {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.show-news.show-ima,
.show-news.show-video {
  margin-top: 5px;
}

@media (max-width: 1200px) {
  #banner-main .item {
    padding: 31.7%;
  }
  .news-header .tab-news ul li a {
    font-size: 11px;
  }
  .ck-detail-news .item .content a {
    font-size: 8.5pt;
  }
}

@media (max-width: 1024px) {
  .content-pci .left-pci {
    width: 35%;
  }
  .content-pci .right-pci {
    width: 65%;
  }
}
.callus_fix {
  background: #0000aa;
  box-shadow: 1px 1px 10px 2px rgba(224, 224, 224, 0.8);
  position: fixed;
  height: 45px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  z-index: 99999;
  opacity: 0.9;
  left: 60px;
  float: right;
  bottom: 0px;
  padding-top: 5px;
}
i.i_phone {
  background: #0000aa url(../../css/i_phone.png) no-repeat 0px 0px;
  border-radius: 100%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: -3px 5px;
  margin-right: 10px;
  display: block;
  float: left;
}
.callus_fix a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.not-slide .box-img-ip.box-img-center {
    height: 265px;
}
.not-slide .item-product {
    height: 437px;
    width: 345px;
}
.not-slide .item-product:nth-child(2n){
    margin: 0px 16px;
}
.dmca {
    clear: both;
    text-align: center;
}