@font-face {
  font-family: "noto-sans-regular";
  src: url("/fonts/noto-sans-regular/noto-sans-regular-webfont.woff2") format("woff2"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.woff") format("woff"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.ttf") format("truetype"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.eot") format("embedded-opentype"), url("/fonts/noto-sans-regular/noto-sans-regular-webfont.svg") format("svg");
}

@font-face {
  font-family: "noto-sans-bold";
  src: url("/fonts/noto-sans-bold/noto-sans-bold-webfont.woff2") format("woff2"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.woff") format("woff"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.ttf") format("truetype"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.eot") format("embedded-opentype"), url("/fonts/noto-sans-bold/noto-sans-bold-webfont.svg") format("svg");
}

/* @font-face {
	font-family: "DuCans";
	src: url("/fonts/DuCans/DuCans.woff2") format("woff2"),
		 url("/fonts/DuCans/DuCans.woff") format("woff"),
		 url("/fonts/DuCans/DuCans.ttf") format("truetype"),
		 url("/fonts/DuCans/DuCans.eot") format("embedded-opentype"),
		 url("/fonts/DuCans/DuCans.svg") format("svg");
}
@font-face {
	font-family: "FrutigerNext";
	src: url("/fonts/FrutigerNext/FrutigerNext.woff2") format("woff2"),
		 url("/fonts/FrutigerNext/FrutigerNext.woff") format("woff"),
		 url("/fonts/FrutigerNext/FrutigerNext.ttf") format("truetype"),
		 url("/fonts/FrutigerNext/FrutigerNext.eot") format("embedded-opentype"),
		 url("/fonts/FrutigerNext/FrutigerNext.svg") format("svg");
}
@font-face {
	font-family: "Gsde";
	src: url("/fonts/Gsde/Gsde.woff2") format("woff2"),
		 url("/fonts/Gsde/Gsde.woff") format("woff"),
		 url("/fonts/Gsde/Gsde.ttf") format("truetype"),
		 url("/fonts/Gsde/Gsde.eot") format("embedded-opentype"),
		 url("/fonts/Gsde/Gsde.svg") format("svg");
}
@font-face {
	font-family: "hureae";
	src: url("/fonts/hureae/hureae.woff2") format("woff2"),
		 url("/fonts/hureae/hureae.woff") format("woff"),
		 url("/fonts/hureae/hureae.ttf") format("truetype"),
		 url("/fonts/hureae/hureae.eot") format("embedded-opentype"),
		 url("/fonts/hureae/hureae.svg") format("svg");
}
@font-face {
	font-family: "Hurxe";
	src: url("/fonts/Hurxe/Hurxe.woff2") format("woff2"),
		 url("/fonts/Hurxe/Hurxe.woff") format("woff"),
		 url("/fonts/Hurxe/Hurxe.ttf") format("truetype"),
		 url("/fonts/Hurxe/Hurxe.eot") format("embedded-opentype"),
		 url("/fonts/Hurxe/Hurxe.svg") format("svg");
}
@font-face {
	font-family: "Jertyi";
	src: url("/fonts/Jertyi/Jertyi.woff2") format("woff2"),
		 url("/fonts/Jertyi/Jertyi.woff") format("woff"),
		 url("/fonts/Jertyi/Jertyi.ttf") format("truetype"),
		 url("/fonts/Jertyi/Jertyi.eot") format("embedded-opentype"),
		 url("/fonts/Jertyi/Jertyi.svg") format("svg");
}
@font-face {
	font-family: "opensans";
	src: url("/fonts/opensans/opensans.woff2") format("woff2"),
		 url("/fonts/opensans/opensans.woff") format("woff"),
		 url("/fonts/opensans/opensans.ttf") format("truetype"),
		 url("/fonts/opensans/opensans.eot") format("embedded-opentype"),
		 url("/fonts/opensans/opensans.svg") format("svg");
}
@font-face {
	font-family: "tahoma";
	src: url("/fonts/tahoma/tahoma.woff2") format("woff2"),
		 url("/fonts/tahoma/tahoma.woff") format("woff"),
		 url("/fonts/tahoma/tahoma.ttf") format("truetype"),
		 url("/fonts/tahoma/tahoma.eot") format("embedded-opentype"),
		 url("/fonts/tahoma/tahoma.svg") format("svg");
}
@font-face {
	font-family: "Wekoa";
	src: url("/fonts/Wekoa/Wekoa.woff2") format("woff2"),
		 url("/fonts/Wekoa/Wekoa.woff") format("woff"),
		 url("/fonts/Wekoa/Wekoa.ttf") format("truetype"),
		 url("/fonts/Wekoa/Wekoa.eot") format("embedded-opentype"),
		 url("/fonts/Wekoa/Wekoa.svg") format("svg");
} */

.home-product {
  margin: 4rem 0 4rem 0;
}

#product-by-cate .title {
  font-weight: 600;
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  #product-by-cate .title {
    font-size: 2rem;
  }
}

#product-by-cate .title .text-special {
  color: #f39800;
}

#product-by-cate .title .line {
  width: 4rem;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 35%;
  background-color: #f39800;
}

#product-by-cate .cate-list {
  margin: 1rem 0;
}

#product-by-cate .cate-list .btn {
  border: 1px solid #E5E5E5;
  margin: 0.2rem;
  padding: 0.5rem 0.9rem;
  border-radius: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
}

#product-by-cate .cate-list .btn.active {
  background-color: #f39800;
  color: #fff;
  border-color: #f39800;
}

#product-by-cate .cate-list .btn:focus {
  box-shadow: unset;
}

#product-by-cate .pro-list .fbox {
  box-shadow: 1px 2px 3px 4px rgba(0, 0, 0, 0.1);
}

#product-by-cate .pro-list .fbox .image {
  width: 100%;
  height: 0 !important;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

#product-by-cate .pro-list .fbox .image > *:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#product-by-cate .pro-list .fbox .name {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 1rem;
  height: 5.28rem;
  padding: 2rem 0.2rem;
}

#product-by-cate .pro-list .fbox .name a {
  display: block;
  color: inherit;
  max-height: 3.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-by-cate .pro-list .fbox .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(28, 61, 94, 0.9);
}

#product-by-cate .pro-list .fbox .hover-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 1rem;
  text-align: center;
}

#product-by-cate .pro-list .fbox .hover-box a span {
  display: block;
}

#product-by-cate .pro-list .fbox .hover-box a .top {
  font-size: 4rem;
  line-height: 1;
}

#product-by-cate .pro-list .fbox .hover-box a .bottom {
  max-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

