section {
  margin: 28% 0 20%;
}
a, a:hover{
  color: #5C5C5C;
}
.breadcrumb{
  margin-bottom: 20px;
  padding-bottom: 0;
}
.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.col-12{
  padding: 0;
}
.col-lg-5 {
  margin-top: 40px;
}
section h2{
  border-bottom: 5px solid #4A6D8C;
  padding: 1.5%;
  color: #4A6D8C;
  display: inline-block;
}
.product .big_img {
  width: 100%;
}
.film1{
  width: 100%;
  height: 250px;
}
.product .small_img {
  display: flex;
  margin-top: 20px;
}
.product .small_img img {
  width: 30%;
}
.product .small_img img + img{
  margin-left: 20px;
}
.col-lg-5 div{
  display: flex;
  font-size: 19px;
}
.col-lg-5 div + div{
  margin-top: 3%;
}
.product p{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 19px;
  color: #f24;
}

section.other_product{
  margin: 5% 0 0 0;
  background: #f5f5f5;
  padding: 8% 30px;
}
.other_product .container{
  padding: 0;
}
.title{
  margin-bottom: 8%;
  font-weight: bold;
}
article{
  background: #fff;
  border: 1px solid #e5e7eb;
}
article:hover{
  border-color: #E68A2A;
}
.other_product .text{
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
article h3{
  transition: color 0.3s;
  font-size: 16.5px;
  margin-bottom: 3%;
}
article:hover h3{
  color: #E68A2A;
}
.text div{
  display: flex;
  font-size: 15.5px;
}
.text div:nth-child(3){
  margin: 1% 0;
}
article p{
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #f24;
  font-size: 15.5px;
}
article small{
  font-size: 14px;
}
.slick-prev, .slick-next{
  z-index: 2;
}
.slick-prev:before, .slick-next:before{
    color: #E68A2A;
    opacity: 1;
    font-size: 40px;
}
.slick-prev{
    left: -25px;
}
.slick-next{
    right: -5px;
}
.slick-dots{
    display: none;
}
@media(min-width: 700px) and (max-width: 1200px) {
  section {
    margin: 17% 0 10%;
  }
  .product {
    flex-direction: row;
  }
  .col-12{
    padding: 0 15px;
  }
  .product .big_img {
    width: 100%;
  }
  .product .small_img img + img{
    margin-left: 15px;
  }

  section.other_product{
    padding: 3% 60px;
  }
  .title{
    margin-bottom: 3%;
  }
  .slick-prev{
      left: -40px;
  }
  .slick-next{
      right: -20px;
  }
}

@media(min-width: 1200px) {
  section {
    margin: 7% 0 3%;
  }
  .col-12{
    padding: 0 15px;
  }
  .product {
    flex-direction: row;
  }
  .col-lg-5 {
    margin-top: 0;
  }
  .film1{
    width: 525px;
    height: 400px;
  }
  .product .small_img img + img{
    margin-left: 26.5px;
  }
  section.other_product{
    padding: 2% 0;
  }
  .title{
    margin-bottom: 3%;
  }
  .slick-prev{
      left: -35px;
  }
  .slick-next{
      right: -15px;
  }
}