@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2d324f;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  color: #2d324f;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #2d324f;
}
a:visited {
  text-decoration: none;
}
.s-container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .s-container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .s-container {
    padding: 0 15px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
}
.slider2 .slick-prev {
  right: 30px;
  top: -35px;
}
.slider2 .slick-next {
  right: 0px;
  top: -35px;
}
.slider2 .slick-prev::before {
  content: '\f053';
}
.slider2 .slick-next::before {
  content: '\f054';
}
.slider3 .slick-prev,
.slider3 .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
  top: 35%;
}
.slider3 .slick-prev::before,
.slider3 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .slider3 .slick-prev {
    left: -30px;
  }
  .slider3 .slick-next {
    right: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider3 .slick-prev {
    left: -10px;
  }
  .slider3 .slick-next {
    right: -10px;
  }
}
.slider3 .slick-prev::before {
  content: '\f053';
}
.slider3 .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.slider1 .slick-dots {
  position: absolute;
  left: 30px;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 11;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .slider1 .slick-dots {
    top: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider1 .slick-dots {
    top: 35%;
  }
}
.slider1 .slick-dots li {
  position: relative;
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .slider1 .slick-dots li {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .slider1 .slick-dots li {
    margin: 5px 0;
  }
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  width: 24px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 1;
}
.slider1 .slick-dots li div:focus {
  outline: none;
}
.slider1 .slick-dots .slick-active div {
  background: #ff4c49 !important;
  width: 34px;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-inputX::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-inputX::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.main-head {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .main-head {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-head {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-head {
    z-index: 10;
    height: 130px;
    background: url("../images/bg1.png") no-repeat top center;
  }
}
@media only screen and (max-width: 1199px) {
  .main-head {
    padding: 0 15px;
    background: #3f4880;
    z-index: 999;
  }
}
.sub-head {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .sub-head {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .sub-head {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-head {
    z-index: 10;
    height: 204px;
    background: url("../images/bg7.png") no-repeat top center;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-head {
    padding: 0 15px;
    background: #3f4880;
    z-index: 999;
  }
}
@media only screen and (min-width: 1200px) {
  .mh-row {
    height: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .mh-row {
    height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #3e467d;
  }
}
.main-menu ul {
  display: block;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 1200px) {
  .main-menu ul {
    text-align: right;
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu ul {
    padding: 80px 20px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    display: block;
    margin-top: 10px;
  }
}
.main-menu ul li a {
  display: block;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  background-position: 0 0;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}
@media only screen and (min-width: 1920px) {
  .main-menu ul li a {
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    height: 93px;
    min-width: 125px;
    padding: 20px 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-menu ul li a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li a {
    background: #4d5794;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center !important;
  }
}
@media only screen and (min-width: 1920px) {
  .main-menu ul li a:hover {
    background-position: 0 -93px;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-menu ul li a:hover {
    background: -moz-linear-gradient(left, rgba(247, 37, 0, 0.15) 0%, rgba(247, 37, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 37, 0, 0.15) 0%, rgba(247, 37, 0, 0) 100%);
    background: linear-gradient(to right, rgba(247, 37, 0, 0.15) 0%, rgba(247, 37, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26f72500', endColorstr='#00f72500', GradientType=1);
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
}
.lang-links {
  background: #4d5794;
}
@media only screen and (max-width: 1199px) {
  .lang-links {
    position: Absolute;
    left: 10px;
    top: 20px;
    width: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .lang-links {
    width: 100px;
  }
}
.lang-links .ll-links {
  float: left;
  width: 50%;
}
.lang-links .ll-links:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.lang-links .ll-links button {
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  background: transparent;
  text-align: Center;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .lang-links .ll-links button {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .lang-links .ll-links button {
    padding: 5px 0;
    font-size: 12px;
  }
}
.lang-links .ll-links button:focus {
  outline: none;
}
.lang-links .ll-links button.current,
.lang-links .ll-links button:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .resp-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 99999;
    color: #ffffff;
    font-size: 30px;
  }
}
.head-links a {
  display: inline-block;
  background: #4d5794;
  color: #ffffff;
  padding: 10px 10px;
  font-weight: 600;
}
.head-links a i {
  width: 24px;
}
.head-links a:hover {
  background: #2a356a;
}
.head-links a.online-odeme {
  background: #ff4c49;
}
.online-odeme {
  border:2px solid #ff4c49;
  color:#fff;
  display: inline-block;
  padding: 8px 15px;
  font-weight: 600;
}
.online-odeme:hover {
  background:#ff4c49;
  color:#fff;
}
.logo a {
  display: block;
}
.logo a img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .logo a img {
    max-width: 100%;
    max-height: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo a img {
    max-width: 70%;
    max-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider1 {
    margin-top: 138px;
  }
}
.sli1-img {
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .sli1-img {
    height: 720px;
  }
}
@media only screen and (max-width: 1199px) {
  .sli1-img {
    height: 150px;
  }
}
.section-one {
  background: url("../images/bg4.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0 20px 0;
}
.so-bg {
  font-size: 18px;
  color: #ffffff;
  text-align: Center;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .so-bg {
    background: url("../images/bg3.png") no-repeat center center;
    width: 286px;
    height: 266px;
    padding: 80px 40px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .so-bg {
    margin: 0 auto;
    position: relative;
    padding: 30px;
    background: #3e467d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
.t-red {
  color: #ff4c49;
}
.so-icon {
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .so-icon {
    right: 80px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .so-icon {
    right: 10px;
    bottom: 10px;
  }
}
.icon1,
.icon2,
.icon3 {
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.icon1 {
  background-image: url("../images/icon3.png");
}
.icon2 {
  background-image: url("../images/icon4.png");
}
.icon3 {
  background-image: url("../images/icon5.png");
}
.form-bg {
  background: #ffffff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.form-bg .form-title {
  background: #ebedf7;
  padding: 30px 25px;
  font-size: 20px;
  font-weight: 700;
}
.form-icon {
  position: absolute;
  right: 20px;
  font-size: 50px;
  color: #ff4c49;
  top: 10px;
}
.haber-img img {
  display: block;
  width: 100%;
}
.haber-desc {
  padding: 20px;
}
.haber-desc .haber-title a {
  font-size: 18px;
  font-weight: 700;
}
.haber-desc .haber-title a:hover {
  color: #ff4c49;
}
.haber-desc .haber-text {
  line-height: 24px;
  margin-top: 10px;
}
.haber-desc .haber-button {
  margin-top: 15px;
}
.section-three {
    background-image: linear-gradient(180deg, #4d5794db 0%, #4d5794db 100%), url(../images/bg5.jpg);
  /* background: url("../images/bg5.jpg") no-repeat left center; */
  background-size: cover;
  color:white;
}
@media only screen and (min-width: 1200px) {
  .section-three {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-three .st-bg {
    /*width: 50%; */
  }
}
@media only screen and (max-width: 1199px) {
  .section-three .st-bg {
    background: rgba(63, 72, 128, 0.8);
    padding: 20px;
    color: #ffffff;
  }
}
.section-three .st-bg .st-title {
  font-size: 18px;
}
.section-three .st-bg .st-text {
  line-height: 24px;
  margin-top: 10px;
}
.section-three .st-bg .st-button {
  margin-top: 15px;
}
.section-four {
  background: #ffffff;
  padding: 50px 0;
}
.section-four .s3-row {
  height: 100px;
}
.section-four .s3-row img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.main-footer {
  background: #3e467d;
  padding: 50px 0;
  color: #8999e2;
}
.main-footer a {
  color: #8999e2;
}
.main-footer a:hover {
  color: #ff4c49;
}
.foot-logos img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0.5;
  max-width:150px;
}
.foot-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.foot-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: Center;
}
.foot-menu li {
  display: inline-block;
  margin: 0 10px;
}
.copyright-ss a {
  font-weight: 700;
  color: #ff4c49;
}
.sub-section {
  background: url("../images/bg6.jpg") no-repeat bottom center;
  border-bottom: 3px solid #ff4c49;
}
.sub-section .sub-sec-inside {
  background: url("../images/bg8.png") no-repeat bottom center;
}
@media only screen and (min-width: 1200px) {
  .sub-section .sub-sec-inside {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-section .sub-sec-inside {
    padding-top: 120px;
  }
}
.sub-section .sub-sec-inside h1 {
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .sub-section .sub-sec-inside h1 {
    font-size: 40px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-section .sub-sec-inside h1 {
    font-size: 20px;
    padding: 20px 0;
  }
}
.sub-page {
  line-height: 24px;
}
.sub-cats {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .home-cats {
    overflow: auto;
    padding: 0 20px;
    position: relative;
  }
  .home-cats ul {
    width: 1300px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-cats {
    position: relative;
    z-index: 10;
  }
}
.home-cats ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-cats ul li {
  width: 100px;
  margin: 0 5px;
}
.home-cats ul li a,
.home-cats ul li .hc-item {
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
.home-cats ul li a:hover .hc-bg,
.home-cats ul li .hc-item:hover .hc-bg,
.home-cats ul li a.active .hc-bg,
.home-cats ul li .hc-item.active .hc-bg {
  background: #120d46;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.home-cats ul li a .hc-bg,
.home-cats ul li .hc-item .hc-bg {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100px;
  background: #f96905;
  height: 100px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
  padding: 4px 0 0 4px;
}
.home-cats ul li a .hc-bg span,
.home-cats ul li .hc-item .hc-bg span {
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  padding-top: 5px;
  background: #ffffff;
}
.home-cats ul li a .hc-bg span img,
.home-cats ul li .hc-item .hc-bg span img {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  border-radius: 100%;
}
.cat-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #f1f1f1;
}
.cat-tabs li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.cat-tabs li span {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
}
.cat-tabs li .data-link.active {
  background: #f1f1f1;
}
.cat-tabs li ul {
  display: none;
  padding-left: 15px;
  background: rgba(0, 0, 0, 0.02);
  font-size: 13px;
}
.cat-tabs li.current ul {
  display: block;
}
.cat-tabs li ul li span {
  font-weight: 400;
  padding: 7px 15px;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.cat-tabs li ul li ul {
  background: rgba(0, 0, 0, 0.02);
}
.cat-title {
  font-weight: 700;
  display: block;
  background: #f1f1f1;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .product-list .pl-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-list .pl-bg {
    padding: 20px 5px;
  }
}
.product-list .pl-bg .pl-img {
  text-align: center;
  height: 190px;
}
.product-list .pl-bg .pl-img img {
  max-height: 180px;
  max-width: 100%;
}
.product-list .pl-bg .pl-infos {
  margin-top: 20px;
  text-align: Center;
}
.product-list .pl-bg .pl-infos a {
  font-weight: 700;
  font-size: 18px;
}
.product-list .pl-bg .pl-infos p {
  color: #777777;
  line-height: 24px;
  padding: 0;
  margin: 15px 0 0 0;
}
