html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  
}

a {
  text-decoration: none;
}

strong {
	font-weight:bold;
}

img {
  border: none;
  max-width: 100%;
}

a img {
  display: block;
}

#page {
  background: #f1f2f2;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}


.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.more-text {
  float: right;
  cursor: pointer;
}

.search-pc {
  display: none;
  width: 240px;
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: 999;
}



.submit-search-pc {
  float: right;
  color: #374458;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #CCC;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #FFF;
}

.search-pc .fa {
  color: #374458;
}

.search-icon {
  padding: 8px 10px 12px;
  border-radius: 4px;
  border: 2px solid #3e89a2;
  margin-left: 50px;
}

.search-pc .closeX {
  position: absolute;
  color: #666;
  width: 22px;
  height: 22px;
  text-align: center;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 10px;
  line-height: 20px;
  right: -15px;
  top: -8px;
}


/*---*/

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #ddd;
  border: 1px solid #bbb;
  color: #222;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #3b8750;
  color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: 0.75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 60%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1100px;
  background: #fff;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.form-error {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #ff0000;
}

.form-success {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #009846;
}

.right-icon {
  background: #6e0b11;
  padding: 7px 9px;
  right: 0;
}

.right-hotline {
  position: fixed;
  right: -102px;
  top: 200px;
  z-index: 999;
}

.right-facebook {
  position: fixed;
  top: 250px;
  z-index: 999;
}

.right-youtube {
  position: fixed;
  top: 300px;
  z-index: 999;
}

.right-hotline a {
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 10px;
  line-height: 35px;
}

.message-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  background: #fff;
  width: 400px;
  box-shadow: 0px 0px 10px #333;
  color: #060;
  text-align: center;
  padding: 30px;

  display: none;
}

.message-success .success-ok {
  background: #060;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.comment-success {
  color: #060;
  padding: 10px;
}



/* HOME */


.logo {
  min-width: 80px;
  max-width: 86px;
  padding: 2px 0;
  min-height: 102px;
}

.header {
  background-color: #fff;
}

.header__banner {
  min-height: 40px;
  max-height: 60px;
  align-self: center;
  margin-left: 20px;
}


.header-right {
  flex: 1;
  margin-left: 80px;
  max-width: 60%;
}

.menuitem a {
  color: #666;
  text-decoration: none;
  margin: 0 10px;
}

.menuitem {
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: right;
}

.search {
  flex: 1;
  position:relative;
}

.searchbox {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #CCC;
}

.searchbox input {
  flex: 1;
  height: 40px;
  background: #FFF;
  padding: 0 10px;
  outline: none;
  border: 0;
}

.searchbox > a {
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  color: #959595;
}

.header-right__box {
  display: flex;
  align-items: center;
}

.hotline {
  color: #333;
  margin: 0 70px;
}

.hotline strong {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #c52720;
}

.hotline a {
  color: #c52720;
  height: 24px;
  display: block;
}

.cart .icon-cart {
  width: 30px;
  height: 22px;
  margin: 0 auto;
  position: relative;
}

.cart .icon-cart span {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #ffc000;
  min-height: 24px;
  min-width: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
}

.cart .icon-cart .fa {
  font-size: 20px;
}

.cart a {
  color: #c52720;
}

.menu-slide {
  width: 245px;
  margin-right: 20px;
}


.dropbar {
  height: 50px;
  display: block;
  width: 100%;
  position: relative;
  border-left: solid 1px #367fd8;
  border-right: solid 1px #367fd8;
  line-height: 50px;
  padding: 0px 10px;
  background-color: #367fd8;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}

.header-bottom {
  background: #296BBF;
  position: relative;
}

.header-info {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.header__item {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  justify-content: center;
}

.header__item-name {
  color: #EEE;
  margin-left: 20px;
}

.homeproduct {
  margin: 10px 0 10px;
}


.hometitle {
  display: flex;
  align-items: center;
  background-color: #fff;
}


.hometitle__main {
  background: #296BBF;
  color: #FFF;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  width: 25%;
  display: block;
  text-transform: uppercase;
}

.hometitle__main a {
  color: currentColor;
}

.hometitle__main a i {
  width: 15px;
  display: inline-block;
}

.hometitle__right {
  flex: 1;
  margin-left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-subcat {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}


.home-subcat a {
  margin: 0 5px;
  padding: 10px 0;
  color: #414042;
  text-transform: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: block;
}

.home-subcat a:hover {
  text-decoration: underline;
}

.view-all {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #414042;
  padding: 10px;
  text-transform: none;
  display: block;
}

.product-item {
  padding: 10px;
  position: relative;
  padding-bottom: 15px;
  background-color: #fff;
  height: 100%;
}

.product-item__img {
  display: block;
  position: relative;
}

.discount {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #ffae00;
  color: #FFF;
  padding: 5px 10px;
}

.product-item__info {
  padding: 10px;
}

.product-item__name {
  color: #333;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.product-item__name a {
  color: currentColor;
}

.product-item__code {
  color: #999;
  font-size: 13px;
  margin-bottom: 6px;
}


.product-item__code strong {
  color: #333;
}

.product-item__price {
  margin-top: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-item__price span {
  font-style: italic;
  font-size: 12px;
  color: #999;
}

.product-item__price strong {
  display: inline-block;
  font-size: 16px;
  color: #dd1018;
  font-weight: 700;
  text-align: right;
  padding-right: 5px;
}

.product-item__price del {
  display: inline-block;
  font-size: 12px;
  color: #999;
  text-align: left;
  padding-left: 5px;
}

.product-item__desc {
  color: #666;
  line-height: 22px;
  text-align: justify;
}

.borderbox {
  border: 1px solid #ececec;
  border-top: 0;
  border-left: 0;
}

.homepro-top {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 0 -1px 10px;
}

.homepro-bottom {
  margin-bottom: 10px;
}

.homepro-banner {
  margin-bottom: 10px;
}

.homepro-banner img {
  vertical-align: bottom;
}


.homenews .hometitle__main {
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  background-color: #c52720;
}


.homenews .hometitle {
  margin-bottom: 15px;
}

.box-pro-hover:hover {
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
}

.homenews__img {
  display: block;

}

.homenews__name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.homenews__name a {
  color: currentColor;
}

.homenews__intro {
  color: #424242;
  line-height: 22px;
}

.homenews-item {
  margin-bottom: 40px;

}

.homenews__name:hover {
  color: #296BBF;
}

.partner-box {
  background: #FFF;
  padding: 10px;
}

.partner-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepartner {
  margin-bottom: 20px;
}

.footer-top {
  padding-top: 30px;
  padding-bottom:10px;
  border-bottom: solid 1px #CCC;
  
  background: url('/images/footer-top2.png') #000 center center;
  background-size:cover;
  border-top: solid 3px #296bbf;
  color:#FFF;
}

.footer-info__img {
  max-width: 60px;
  margin: 0 auto;
}

.footer-info__name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.footer-info__intro {
	font-size: 13px;
	color: #FFF;
	text-align: center;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}



.footer-mid {
  padding: 20px 0;
}

.footer {
  background-color: #fff;
}

.footer-title {
  margin: 0;
  color: #c52720;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  display: block;
}

.footer-title--basic {
  margin: 0;
  color: #c52720;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  display: block;
}


.menuboxfooter {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menuboxfooter li a {
  padding: 3px 0;
  color: #666;
  text-decoration: none;
  display: block;
}

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


.smo-footer a {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin-right: 5px;
}

.smo-footer a.fa-facebook-f {
  background: #0054a6;
}

.smo-footer a.fa-youtube {
  background: #ed1c24;
}

.smo-footer a.fa-twitter {
  background: #00aeef;
}

.footer-copyright {
  text-align: center;
  background: #ebebec;
  padding: 16px 0;
}

/* Drop menu */


.dropmenu {
  background: #FFF;
  padding: 0px;
  margin: 0px;
  border-left: solid 1px #d9d9da;
  border-right: solid 1px #d9d9da;
  border-left: solid 1px #d9d9da;
  border-bottom: solid 1px #d9d9da;
  position: relative;
}

.dropmenu:before {
  background: url(../images/bg-right-mnu.png) repeat-y;
  width: 3px;
  height: 100%;
  content: "";
  right: -4px;
  position: absolute;
  z-index: 1;
  top: 0px;
}

.dropmenu:after {
  background: url(../images/bg-left-mnu.png) repeat-y;
  width: 3px;
  height: 100%;
  content: "";
  left: -4px;
  position: absolute;
  z-index: 1;
  top: 0px;
}

.dropmenu .bottom {
  background: url(../images/bg-bottom-mnu.png) repeat-x;
  width: 100%;
  height: 3px;
  bottom: -4px;
  position: absolute;
  z-index: 1;
}

.dropmenu>li {
  list-style: none;
  border-top: solid 1px #d7d7d7;
  padding: 0px 10px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #FFF;
}

.saturate {
  filter: saturate(3)
}

.dropmenu li:first-child {
  border-top: none;
}

.dropmenu>li a {
  padding: 10px 14px 10px 35px;
  display: block;
  background: url(../images/arrow-drop-menu.png) no-repeat right center;
  text-decoration: none;
  color: #414042;
  font-size: 14px;
}

.dropmenu li.active a {
  color: #c52720;
}

.dropmenu li.active {
  width: calc(100% + 2px);
  background-color: #FFF;
}

.dropmenu li ul {
  display: none;
  width: 650px;
  height: calc(100% + 1px);
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: calc(100% + 1px);
  z-index: 9999;
  background: #FFF;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid #CCC;
  -webkit-column-rule-width: 1px;
  -moz-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-rule-color: #d7d7d7;
  -moz-column-rule-color: #d7d7d7;
  column-rule-color: #d7d7d7;
  padding: 10px;
  border: solid 1px #d7d7d7;
  border-top: none;
  border-left: none;
}

.drop-3-col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.drop-2-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}



.drop-1-col {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}



.dropmenu li ul li {
  border-top: none;
  list-style: none;
  line-height: 24px;
}

.dropmenu li.active ul li a {
  padding: 3px 10px;
  background: none;
  color: #414042;
}

.dropmenu li.active ul li a:hover {
  color: #c52720;
}



.crumb {
  padding: 10px 0px;
  font-size: 12px;
  background-color: #fff;
}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  color: #6d6e71;
  text-decoration: none;
  padding: 0 10px;

}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #4d4d4d;
  padding-left: 10px;
  font-weight: 700;
}


.manufacture-label{
  display:block;
  float:left;
  line-height: 36px;
}

.title-page-pro {
  background-color: #fff;
}

.title-page-pro .cat {
  display: inline-block;
  padding: 10px 10px;
  margin: 0;
  background: #c52720;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}

.combo_filter {
  margin-left: 10px;
}

.box-filter-price {
  background: #EBEBEB;
  padding: 8px 0;
  color: #0051d7;
}

.box-filter-price .dropprice {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.box-filter-price .dropprice ul {
  position: absolute;
  top: 100%;
  left: -10px;
  width: 220px;
  background: #eee;
  margin: 0;
  border-top: solid 5px #dbdbdb;
  padding: 0;
  display: none;
  z-index: 2;
}

.box-filter-price .dropprice ul li {
  list-style: none;
  border-bottom: solid 1px #CCC;
}

.box-filter-price .dropprice ul li a {
  display: block;
  padding: 5px 10px;
}

.box-filter-price ul li a {
  color: #333;
  margin: 0 10px;
}



.sort-select {
  position: relative;
  display: inline-block;
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.box-sort {
  margin-bottom: 5px;
}
.sort-select .click-sort::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: '';
  height: 0;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;

}

.sort-select .click-sort {
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 10px;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  min-width: 200px;
}
.sort-select-main {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  display: none;
  position: absolute;
  padding: 0 7px;
  top: 40px;
  left: 0;
  width: 222px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  text-rendering: geometricPrecision;
  cursor: pointer;
}

.sort a {
  color: #000;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: 1;
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(
          45deg);
}

.mobile-filter-price {
  display: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.mobile-filter-price {
  display: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

#content {
  position: relative;
}

.tab-text.showmore {
  max-height: 300px;
  overflow: hidden;
  border-top-left-radius: 0;
  padding-bottom: 0;
}
.viewmore-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  padding-top: 85px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
}

.viewmore {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  color: #005aff!important;
  background: #fff;
  border: 1px solid #005aff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.viewmore i {
  font-size: 12px;
}


.cat-intro {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}

.position-rl {
  height: auto;
  padding-top: 20px;
  position: relative;
}


.d-none {
  display: none !important;
}


.empty {
  display: block;
  margin: 0 auto;
  background: url(../images/no-result.gif) no-repeat;
  background-size: 100% auto;
  width: 300px;
  height: 240px;
}


#empty {
  text-align: center;
  font-size: 18px;
  height: auto;
  display: block;
  align-items: center;
  justify-content: center;
  color: #c3c3c3;
  width: 100%;
  padding: 5%;
  line-height: 1.5;
  grid-column: 1/span 5;
}


#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.product-list {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

}



.pagination {
  margin-top: 30px;
  margin-bottom: 10px;
}

.pagination-item,
.page {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  min-width: 25px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin: 0 5px;
}

.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  min-width: 25px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background-color: #288ad6;
  border: 1px solid #288ad6;
  border-radius: 3px;
  margin: 0 5px;
}

.pagination-item-icon {
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
}

.disabled {
  pointer-events: none;
  opacity: .5;
  cursor: default;
}

.flex_center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.productseen-next_pc,
.productseen-prev_pc {
  top: 50%;
  background: rgba(0, 0, 0, .7);
  width: 38px;
  height: 36px;
  border: 1px solid #fff;
}

.productseen-prev {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 10px;
}

.productseen-next {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 10px;
}

.btn-next, .btn-prev {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 1;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  width: 43px;
  height: 43px;
  display: block;
  padding: 11px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
}

.btn-prev {
  left: 0;
}

.btn-next {
  right: 0;
}

.btn-next:hover, .btn-prev:hover {
  background-color: #288AD6;
}

.product-seen__title {
  line-height: 40px;
  border-bottom: solid 1px #ebebec;
  font-size: 18px;
  color: #333;
  margin: 0;
  padding: 0 10px;
  font-weight: bold;
}

.product-seen {
  padding: 10px 0 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

/*Product*/

.block1-wrapper {
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  background-color: #fff;
  padding: 16px 10px;
  margin-bottom: 20px;
}

.productdt-name {
  line-height: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 20px;
  padding-bottom: 10px;
}


.giakm {
  color: #bf081f;
  font-size: 27px;
  font-weight: 600;
}

.giany {
  color: #444;
  font-size: 16px;
  text-decoration: line-through;
}

.detail-2 {
  padding: 10px 10px 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}

.detail-1 {
  margin-bottom: 20px;
}


.detail-3 {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 25px;
}


.detail-3 i {
  font-size: 8px;
  margin-right: 5px;
  width: 10px;
  line-height: 1.75;

}

.discount-in-dt {
  font-weight: 700;
  color: #fff;
  padding: 2px 8px;
  background-color: #d5070f;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}


.text-note {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
}


#slide_top {
  /* border: 1px solid #ccc; */
  border-radius: 2px;
}

.pro-slide-item {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}
.block1-left {
  flex: 1;
  margin-right: 20px;
}

.block1-right {
  width: 290px;
}

.static-item {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.static-title {
  font-size: 15px;
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
  line-height: 18px;
  font-weight: 600;
  color: #3399FF;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.static-nd {
  float: left;
  padding: 8px 15px 14px;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.ribbons {
  display: flex;
  padding-top: 15px;
  flex-wrap: wrap;
}

.yellow-ribbon {
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.btn-buynow {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 5px;
  background: #ed1b24;
  margin-bottom: 10px;
}

.btn-buynow span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.btn-zalo {
  background: #2196f3;
  text-align: center;
  border-radius: 5px;
  flex: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  background: #2f80ed;
  padding: 4px 0 10px;
  display: block;
  margin-bottom: 10px;

}

.btn-zalo div {
  font-size: 12px;
  text-transform: none;
  margin-top: 2px;
}
.btn-zalo img {
  margin-right: 6px;
}

.btn-zalo span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-contact-detail {
  flex: 1;
  width: 100%;
  display: block;
  background: #ffc000;
  color: #333132;
  text-align: center;
  padding: 8px 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-contact-detail span {
  display: block;
  text-transform: uppercase;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.btn-contact-detail:first-child {
  margin-right: 8px;
}


.block2-title {
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #eaedf1;
}

.txt-comment {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding-left: 5px;
}

.block2-left {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  overflow: hidden;
  margin-bottom: 15px;
}

.btn-comment {
  text-decoration: none;
  background: #db3832;
  border-radius: 3px;
  color: #fff;
  padding: 9px 20px;
  border: none;
}

.tab__list {
  line-height: 40px;
  border-bottom: solid 1px #ebebec;
  background: #FFF;
  padding-left: 0;
  margin: 0;
  display: flex;
  list-style: none;
  z-index: 99;
}


.tab__list li a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding: 0 15px;
  color: #333;
}


.tab__list li.actived a {
  color: #296BBF;
}

.productdt-intro {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}



.news-container {
  padding: 30px 0;
  background-color: #fff;
}

.newshot-big  {
  margin-bottom: 10px;
}

.newshot-big--name {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  font-family: 'Arial';
  font-weight: 600;
  margin-top: 10px;

}

.newshot-cat {
  background: #e5e5e5;
  border-radius: 3px;
  color: #999;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}

.newscat-info {
  margin-top: 10px;
}

.newscat-info>span {
  border-radius: 3px;
  color: #999;
  padding: 5px 0;
  line-height: 20px;
  font-size: 12px;
}

.newshot-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}


.newshot-list li a {
  display: block;
  overflow: hidden;
  padding: 13px 0;
  color: #333;
}

.newswrap-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  font-family: 'Arial';
  margin: 5px 0;
}


.newshot-list li label {
  float: left;
  padding: 5px 10px 0 10px;
  background: #288ad6;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  margin-right: 10px;
  border-radius: 4px 4px 0 0;
}

.newshot-list li label:after {
  content: "";
  border-top: 10px solid #288ad6;
  border-left: 16px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.newshot-list li a {
  display: block;
  overflow: hidden;
  padding: 18px 0 20px;
  color: #333;
}



.newshot-list li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.newshot-list li:last-child {
  border-bottom: 0;
}

.newshot-wrapper {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.newslist {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.newslist li {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}

.newslist li:last-child {
  border-bottom: 0;
}

.newsname {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin: 3px 0 ;
  font-family: 'Arial';

}

.newsname a {
  color: #333;
}
.newsname:hover a {
  color: #288ad6;
}

.newsimg {
  display: block;
  padding-right: 20px;
}

.newsdetail-name {
  display: block;
  line-height: 140%;
  font-size: 26px;
  color: #00528b;
  font-weight: bold;
  font-family: 'Arial';
  margin-top: 0;
}

.newsdetail-name a {

  color: #00528b;
}

.newsdetail-intro,
.tocContent {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 155%;
}

.tocContent p,
.newsdetail-intro p {
  margin-bottom: 10px;
  display: block;
  color: #333;
  line-height: 155%;
  margin: 12px 0;
}

.newscat-intro {
  margin-top: 12px;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
}

.newsdetail-intro {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}


.tocContent h2, .tocContent h3, .tocContent h4, .tocContent h5, .tocContent h6 {
  line-height: 155%;
}

.tocContent h2  {
	color:#e67e22;
}

.tocContent h3, .tocContent h4 {
  color:green;
}


.longPageTOC {
  position: relative;
}
.longPageTOC {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: 'Arial';
  padding: 10px;
}


.longPageTOC:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  transition: all 0.5s;
  font-size: 16px;
  right: 0;
}
.longPageTOC.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}


.tocWrap {
  background: #dbedf9;
  border: 1px solid #c7e4f4;
  color: #3983e7;
  padding: 15px 25px;
  border-radius: 10px;
  margin: 10px 0 10px;
  position: relative;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 1s;
  transition-timing-function: ease;
  font-size: 14px;
  width: 60%;
}

.product-detail-wrapper .tocWrap {
  width: 100%;
}


.newsother-img {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.newsother-name {
  line-height: 18px;
  font-size: 16px;
  color: #333;
  font-family: 'Arial';
  font-weight: bold;
}

.newsother-item {
  margin-bottom: 30px;
}


.longPageNavigationDiv {
  width: 100%;
}

.longPageNavigationDiv a {
  color: #3983e7;
}

.longPageNavigationDiv ul {
  padding-left: 0;
  margin: 0;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 30px;
}

.titlehnc-left {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  background: #c52720;
}

.titlehnc-left  a {
  color: #fff;
}


.box-news-left {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  margin-bottom: 20px;
  overflow: hidden;
}

.itemnews {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.itemnews-name,
.video-home-name a {
  font-weight: 500;
  font-size: 15px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.itemnews-name:hover,
.newsother-name:hover,
.video-home-name a:hover{
  color: #288ad6;
}

.itemnews:last-child {
  border-bottom: 0;
}

.video-home-name {
  margin: 10px 0;
}



.video-wrapper {
  padding: 30px 0;
}


.videoname {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin: 10px 0 8px;
  font-family: 'Arial';
}

.videoname a {
  color: #333;
}

.video-first {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.videoitem {
  margin-bottom: 30px;
}

.videoitem__name {
  font-weight: bold;
  line-height: 130%;

  font-size: 15px;
  margin: 6px 0 8px;
  font-family: 'Arial';
}


.videoitem__name a {
  color: #333;
}

.itemnews-name a {
  color: #288ad6;
}

.videoitem>a {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.videoitem>a>img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.video-wrapper .newsdetail-name {
  font-size: 20px;
}

.info-wrapper {
  padding: 10px 0;
  background-color: #fff;
}

.pro-other__item {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.pro-other__item:not(:last-child) {
  border-bottom: 1px solid #f1f2f2;
}

.pro-other__img {
  width: 35%;
  margin-right: 10px;
}

.pro-other__right {
  flex: 1;
}

.pro-other__name {
  margin-top: 0;
  margin-bottom: 5px;
  color: #222;
}

.pro-other__name a {
  color: currentColor;
}

.pro-other__item .product-item__price strong {
  font-size: 12px;
}


.catchild-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}

.frm-contact {
  width: 100%;
}

.line-title {
  margin-top: 15px;
}

.txt-comment {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding-left: 5px;
}

.btn-send-mail {
  background: #ed1b24;
  color: #fff!important;
  padding: 8.5px 38px;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  font-family: 'Arial';
  outline: none;
  border: none;
  margin-left: -10px;
  cursor: pointer;
}

.bg-white {
  background: #fff;
}

.dropbar .fa-bars {
  width: 14px;
  display: inline-block;
}

.menuitem a i {
  display: inline-block;
  min-width: 17.5px;
  text-align: left;
}

.product-item__img {
  width: 100%;
  padding-top: 68.5%;
  position: relative;
  display: block;
}

.product-item__img img {
  object-fit: contain;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.view-all i {
  width: 13px;
  display: inline-block;
}

.contact_input input {
  height: 36px;
  border-radius: 5px;
  border: solid 1px #999;
  background: #EEE;
}
.txt-contact {
  width: 100%;
  height: 39px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 3px;
  color: #333;
  padding-left: 2px;
  margin-bottom: 10px;
  outline: 0;
}

.header-top__dt {
  display: flex;
  align-items: center;
}


.box-fix {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 99;
  width: 60px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #d7d7d7;
  background: rgb(255,255,255,.8);
}

.box-fix a {
  color: #424242;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  padding: 5px 0;
}

.box-fix a span {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border-radius: 50%;
}


.box-fix a span.mes {
  background-image: url(../images/icon-messenger.png);
  background-color: #f1592a;
  background-size: 100%;
  background-position: center center;
}

.box-fix a span.zalo {
  background-image: url(../images/icon-zalo.png);
  background-color: #f1592a;
  background-size: 100%;
  background-position: center center;
}

.box-fix a span.hot123 {
  background-image: url(../images/icon-phone.png);
  background-color: #f1592a;
  background-size: 60%;
  background-position: center center;
}

.box-fix a span.map {
  background-image: url(../images/icon-map.png);
  background-color: #f1592a;
  background-size: 100%;
  background-position: center center;
}


.box-fix a span.sms {
  background-image: url(../images/icon-sms.jpg);
  background-color: #f1592a;
  background-size: 60%;
  background-position: center center;
}

.newsright,
.pro-others {
  padding: 0 10px 10px;
}

.video-name {
  margin: 0;
  border-bottom: solid 1px #EEE;
  padding: 8px 0;
  font-size: 15px;
}

.video-name:last-child {
  border-bottom: 0;
}

.video-name a {
  color: currentColor;
}

.video-name i {
  color: #288ad6;
}

.menu-slide {
  position: relative;
}

.dropmenu-none.hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 245px;
  z-index: 99999;
}

.dropmenu-none {
  display: none;
}

.menu-wrap,
.menu-wrap .grid {
  position: relative;
}

.box-slide {
  width: calc(100% - 250px);
}

.baohanh {
  background: #ebebec;
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 18px;
  color: #207dc5;
}



.tags-product {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: -4px;
  color: #fff;
  background: linear-gradient(
    -180deg,#f53d2d,#f63);
  font-size: 10px;
  font-weight: 600;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 4px 8px 4px 7px;
  text-transform: uppercase;
  min-width: 75px;
  text-align: center;
}



.tags-product::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  border-top: 4px solid currentColor;
  border-left: 4px solid transparent;
  filter: brightness(60%);
}
.tags-green {
  background: #008e18;
}



#slide_thumb .swiper-slide-thumb-active .pro-slide-item {
  border: 2px solid #D0021B;
}

.contact {
  padding: 10px 10px 40px;
  margin-bottom: 20px;
  background-color: #fff;
}

.frm_bg {
  background: #F1F1F1;
  padding: 15px;
}

.frm_bg .line-title {
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 10px;
}


.banner__home {
  min-height: 222px;
}

.header-top {
  background-color: #fff;
}




.header-fixed {
  animation: mations 1s ease;
  margin: 0 auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
}



@keyframes mations {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-moz-keyframes mations {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mations {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-o-keyframes mations {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.cat-intro img,
.tocContent img,
.tab-content img {
    max-width: unset !important;
}



.static-nd__title span {
  color: #222;
  font-weight: 600;
}

.product-sub-cat_link{
	color: #444;
    display: block;
    float: left;
    line-height: 22px;
    margin: 5px;
    margin-left: 10px;
    font-weight: bold;
    background: #EEE;
    padding: 3px 5px;
    border-radius: 3px;
	
}

.trust-bar{
	padding: 5px;
	text-align:right;
}

.trust-bar .fa{
	color:#c52720;
	font-size:20px;
	
}

.menumb {
	float:right;
	margin-right: 10px;
}

.show-m-menu{
	float: left;
    background: #c52720;
    padding: 5px 7px;
    border-radius: 3px;
    color: #FFF !important;	
}



.searchresult {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -3px;
  right: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 26%);
  margin-top: 10px;
  z-index: 10;
}


.searchresult a {
  display: block;
  padding: 10px;
  color: rgb(0,0,0);
  font-size: 14px;
}
.searchresult a:hover {
  background-color: #fafafa;
}
.searchresult red {
	color:red;
}