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

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

/*
@font-face {
	font-family: "Fexgcd";
	src: url("/fonts/Fexgcd/Fexgcd.woff2") format("woff2"),
		 url("/fonts/Fexgcd/Fexgcd.woff") format("woff"),
		 url("/fonts/Fexgcd/Fexgcd.ttf") format("truetype"),
		 url("/fonts/Fexgcd/Fexgcd.eot") format("embedded-opentype"),
		 url("/fonts/Fexgcd/Fexgcd.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-cate {
  margin-top: 5rem;
}

.home-cate .model-title {
  display: none;
}

#pro-cate-row .column {
  margin-bottom: 1rem;
}

#pro-cate-row .list {
  overflow: hidden;
}

#pro-cate-row .vertical-square {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  #pro-cate-row .vertical-square:last-child {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#pro-cate-row .vertical-square .image {
  height: 0 !important;
  overflow: hidden;
  padding-top: 60%;
  position: relative;
}

#pro-cate-row .vertical-square .image > *:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#pro-cate-row .fisrt-column .image {
  height: 0 !important;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

#pro-cate-row .fisrt-column .image > *:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#pro-cate-row .second-column .image {
  height: 0 !important;
  overflow: hidden;
  padding-top: 173%;
  position: relative;
}

#pro-cate-row .second-column .image > *:first-child {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#pro-cate-row .fbox .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

#pro-cate-row .fbox .name {
  position: absolute;
  bottom: 0px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  padding: 1rem 2rem;
}

@media (min-width: 992px) {
  #pro-cate-row .fbox .name {
    font-size: 1.2rem;
  }
}

#pro-cate-row .fbox .name a {
  color: inherit;
  text-decoration: none;
}

#pro-cate-row .fbox .name a:hover {
  background-color: transparent;
  color: #56a9de;
}

