.inner_page .reason_list, .inner_page .choose_list, .inner_page .inner_list, .inner_page .list_right, .product_page .list_product {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.inner_page .slick-arrow:before, .product_page .info_product .sub_description:before,
.product_page .info_product .sub_title:before, .product_page .info_product .sub_description:after,
.product_page .info_product .sub_title:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .product_page {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .product_page {
    margin-top: 45px;
  }
}
@media screen and (max-width: 959px) {
  .product_page {
    margin-top: 20px;
  }
}
.product_page .our_product {
  margin-top: 40px;
}
.product_page .list_product {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product_page .list_product > li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 84px;
  padding: 0 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.product_page .product_block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: 210px;
  height: 100px;
  position: relative;
}
.product_page .product_block:before {
  background: #F0F7EC;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product_page .info_product {
  display: flex;
  flex-direction: column;
  padding: 40px 28px 20px 40px;
  position: relative;
  z-index: 2;
}
.product_page .info_product .sub_description,
.product_page .info_product .sub_title {
  margin-bottom: 15px;
  text-align: left;
}
.product_page .info_product .sub_title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product_page .info_product .sub_title:before {
  content: "\e903";
  margin-left: 16px;
  font-size: 13px;
  opacity: 0;
}
.product_page .img_product {
  margin-top: -20px;
  padding-right: 32px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.product_page .img_product img {
  max-width: 182px;
  max-height: 182px;
  width: auto;
  display: block;
  height: auto;
  border: 5px solid transparent;
}
.product_page .img1 {
  top: -30px;
  left: 97px;
  width: 48px;
  height: 54px;
}
.product_page .img2 {
  top: auto;
  left: 38px;
  bottom: -5px;
  width: 68px;
  height: 68px;
}
.product_page .img3 {
  top: -30px;
  left: 284px;
  width: 46px;
  height: 46px;
}
.product_page .img4 {
  top: auto;
  bottom: -20px;
  left: 262px;
  width: 84px;
  height: 84px;
}
.product_page .img1,
.product_page .img2,
.product_page .img3,
.product_page .img4 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.product_page .img1 img,
.product_page .img2 img,
.product_page .img3 img,
.product_page .img4 img {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .product_page .list_product > li {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 959px) {
  .product_page .info_product {
    padding: 20px;
    justify-content: center;
    align-items: flex-start;
  }
  .product_page .img_product {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product_page .list_product > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 479px) {
  .product_page .product_block {
    min-height: 120px;
  }
  .product_page .list_product > li a:before {
    display: block;
  }
  .product_page .list_product > li a .img1,
.product_page .list_product > li a .img2,
.product_page .list_product > li a .img3,
.product_page .list_product > li a .img4 {
    display: none;
  }
  .product_page .list_product > li a .sub_description,
.product_page .list_product > li a .sub_title {
    color: #000000;
  }
  .product_page .list_product > li a .img_product img {
    border-color: transparent;
    transform: rotate(0);
    width: auto;
    max-width: 130px;
    max-height: 130px;
  }
}

.web .product_page .list_product > li a:hover:before {
  display: none;
}
.web .product_page .list_product > li a:hover .img1,
.web .product_page .list_product > li a:hover .img2,
.web .product_page .list_product > li a:hover .img3,
.web .product_page .list_product > li a:hover .img4 {
  opacity: 1;
}
.web .product_page .list_product > li a:hover .sub_description,
.web .product_page .list_product > li a:hover .sub_title {
  color: #ffffff;
}
.web .product_page .list_product > li a:hover .sub_description:before,
.web .product_page .list_product > li a:hover .sub_title:before {
  opacity: 1;
}
.web .product_page .list_product > li a:hover .img_product img {
  border-color: #ffffff;
  transform: rotate(-5deg);
}

.touch .product_page .list_product > li a:before {
  display: block;
}
.touch .product_page .list_product > li a .img1,
.touch .product_page .list_product > li a .img2,
.touch .product_page .list_product > li a .img3,
.touch .product_page .list_product > li a .img4 {
  display: none;
}
.touch .product_page .list_product > li a .sub_description,
.touch .product_page .list_product > li a .sub_title {
  color: #000000;
}
.touch .product_page .list_product > li a .img_product img {
  border-color: transparent;
  transform: rotate(0);
}

@media screen and (min-width: 1200px) {
  .inner_page {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page {
    margin-top: 45px;
  }
}
@media screen and (max-width: 959px) {
  .inner_page {
    margin-top: 20px;
  }
}
.inner_page .page_title {
  text-align: center;
  margin-bottom: 32px;
}
.inner_page .standard_info {
  text-align: center;
}
.inner_page .info_career {
  background: #ED1C24;
  position: relative;
  z-index: 3;
  padding-bottom: 100px;
}
.inner_page .info_career > .page_container {
  position: relative;
}
.inner_page .slider_info {
  position: relative;
  z-index: 2;
  max-width: 490px;
  padding: 30px 20px;
}
.inner_page .slider_info .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner_page .slider_info .sub_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner_page .slider_info .sub_description {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inner_page .inner_section {
  position: relative;
  padding-bottom: 100px;
}
.inner_page .inner_section > .page_container {
  position: relative;
  z-index: 3;
}
.inner_page .inner_section > .page_container .sub_title {
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .inner_page .inner_section > .page_container .sub_title {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page .inner_section > .page_container .sub_title {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .inner_page .inner_section > .page_container .sub_title {
    margin: 30px 0 0;
  }
}
.inner_page .inner_section:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 250px;
  height: 100%;
  width: 100%;
  transform-origin: right bottom;
  -webkit-transfrom-origin: right bottom;
  transform: rotate(0) skewX(0) skewY(-3deg);
  -moz-transform: rotate(0) skewX(0) skewY(-3deg);
  -ms-transform: rotate(0) skewX(0) skewY(-3deg);
  -webkit-transform: rotate(0) skewX(0) skewY(-3deg);
  -o-transform: rotate(0) skewX(0) skewY(-3deg);
  margin-right: 0;
  left: 0;
}
.inner_page .images_list {
  margin: 60px auto 0;
  position: relative;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.inner_page .images_list .img_block {
  max-width: 580px;
  margin: 0 auto;
}
.inner_page .images_list .img_block img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  z-index: 2;
}
.inner_page .img1 {
  top: 0;
  left: 0;
  width: 98px;
  height: 110px;
}
.inner_page .img2 {
  bottom: 0;
  left: 0;
  width: 138px;
  height: 138px;
}
.inner_page .img3 {
  top: 0;
  right: 0;
  width: 104px;
  height: 104px;
}
.inner_page .img4 {
  bottom: 0;
  right: 0;
  width: 172px;
  height: 172px;
}
.inner_page .img1,
.inner_page .img2,
.inner_page .img3,
.inner_page .img4 {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.inner_page .img1 img,
.inner_page .img2 img,
.inner_page .img3 img,
.inner_page .img4 img {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  position: relative;
}
.inner_page .section_image {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-left: auto;
  display: flex;
}
.inner_page .section_inner {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 10px;
}
.inner_page .section_inner .sub_title {
  margin-bottom: 48px;
  color: #ffffff;
}
.inner_page .page_description {
  color: #ffffff;
}
.inner_page .section_info {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.inner_page .block_list {
  padding-top: 80px;
}
.inner_page .images_inner {
  max-width: 50vw;
  flex: 0 0 50vw;
  width: 50vw;
}
.inner_page .images_inner svg {
  width: 100%;
  height: auto;
}
.inner_page .page_description {
  text-align: left;
}
.inner_page .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  max-width: 64px;
  width: 100%;
  right: 50%;
  height: 64px;
  margin-right: -590px;
  top: 100%;
  color: #ffffff;
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}
.inner_page .slick-arrow:before {
  display: block;
  font-size: 1.2rem;
}
.inner_page .slick-next:before {
  content: "\e903";
}
.inner_page .slick-prev {
  transform: translate3d(-90px, 0, 0);
  -moz-transform: translate3d(-90px, 0, 0);
  -ms-transform: translate3d(-90px, 0, 0);
  -webkit-transform: translate3d(-90px, 0, 0);
  -o-transform: translate3d(-90px, 0, 0);
}
.inner_page .slick-prev:before {
  content: "\e902";
}
.inner_page .list_right li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px 120px;
}
.inner_page .list_right li:first-child {
  align-items: flex-start;
}
.inner_page .list_right li:first-child .section_inner {
  padding-top: 240px;
}
.inner_page .list_right li:nth-child(even) {
  flex-direction: row-reverse;
}
.inner_page .list_right li:nth-child(even) .section_image {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-end;
}
.inner_page .inner_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.inner_page .inner_list li {
  display: flex;
  padding: 0 165px;
  margin-bottom: 48px;
}
.inner_page .inner_list li:not(:first-child) {
  flex: 0 0 50%;
  max-width: 50%;
}
.inner_page .inner_list li:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
}
.inner_page .inner_list li:first-child .inner_button {
  flex-direction: row-reverse;
}
.inner_page .inner_list li:nth-child(2n) {
  justify-content: flex-end;
}
.inner_page .inner_list li:nth-child(2n) .inner_button {
  flex-direction: row;
}
.inner_page .inner_list li:nth-child(2n) .standard_info {
  text-align: end;
}
.inner_page .inner_list li:nth-child(2n) .facts_block {
  padding-left: 0;
  padding-right: 16px;
}
.inner_page .inner_list .standard_info {
  text-align: left;
}
.inner_page .facts_block {
  padding-left: 16px;
}
.inner_page .inner_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 45.5px;
  max-width: 209px;
  width: max-content;
  padding: 12px 20px;
  flex-direction: row-reverse;
}
.inner_page .section_button .sub_title {
  text-align: center;
  color: #ffffff;
}
.inner_page .button_inner {
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  flex-direction: column;
  background-size: auto 100%;
}
.inner_page .block_button {
  margin: 0 auto;
  width: 100%;
}
.inner_page .progress {
  transform: rotate(-90deg) rotateX(180deg);
}
.inner_page .progress .bar {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 5px;
}
.inner_page .progress .track {
  stroke-width: 5px;
  stroke: #6AB245;
  stroke-dashoffset: -100;
  stroke-dasharray: 200;
  transition: stroke-dashoffset 1.5s ease;
}
.inner_page .progress .track.showed {
  stroke-dashoffset: -100 !important;
}
.inner_page .slide_contact {
  margin: 0;
  padding: 0;
  max-width: 711px;
}
.inner_page .info_inner {
  width: 100%;
  min-height: 253px;
  display: flex;
  align-items: center;
  position: relative;
}
.inner_page .info_inner:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 400%;
  transform-origin: right bottom;
  -webkit-transfrom-origin: right bottom;
  transform: rotate(0deg) skew(-15deg);
  -moz-transform: rotate(0deg) skew(-15deg);
  -ms-transform: rotate(0deg) skew(-15deg);
  -webkit-transform: rotate(0deg) skew(-15deg);
  -o-transform: rotate(0deg) skew(-15deg);
  margin-right: 0;
  background: #ffffff;
}
.inner_page .bg_ {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  height: 100%;
  width: 100%;
  transform: rotate(3deg) skew(-4deg);
  -moz-transform: rotate(3deg) skew(-4deg);
  -ms-transform: rotate(3deg) skew(-4deg);
  -webkit-transform: rotate(3deg) skew(-4deg);
  -o-transform: rotate(3deg) skew(-4deg);
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  margin-right: 20px;
  background: rgba(0, 0, 0, 0.1);
  left: 27px;
}
.inner_page .choose_block {
  background: rgba(106, 178, 69, 0.1);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 70px;
  min-height: 650px;
  position: relative;
  padding-bottom: 100px;
}
.inner_page .choose_block:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  left: 0;
  right: 0;
  transform: skewY(3deg);
  transform-origin: left bottom;
}
.inner_page .inner_choose {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .inner_page .inner_choose {
    padding: 100px 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page .inner_choose {
    padding: 70px 0;
  }
}
@media screen and (max-width: 959px) {
  .inner_page .inner_choose {
    padding: 30px 0;
  }
}
.inner_page .choose_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
  font-size: 140%;
  line-height: 21px;
  color: #000000;
}
.inner_page .choose_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: 0;
}
.inner_page .choose_list li:before {
  content: "";
  background-image: inherit;
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.inner_page .reason_block {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .inner_page .reason_block {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page .reason_block {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 959px) {
  .inner_page .reason_block {
    margin: 0 auto 0;
  }
}
.inner_page .reason_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
}
.inner_page .reason_list li {
  padding: 0 10px;
  margin: 0 auto 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
}
.inner_page .reason_list li:nth-child(2n+1) {
  margin-top: 62px;
}
.inner_page .reason_inner {
  min-width: 124px;
  min-height: 124px;
  font-size: 140%;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "montserrat-bold", "montserratarm-bold";
  color: #000000;
  background: #ffffff;
  border: 9px solid rgba(237, 28, 36, 0.1);
  border-radius: 90px;
}
.inner_page .slider_product {
  background: #ffffff;
}
@media screen and (min-width: 1200px) {
  .inner_page .slider_product {
    padding: 70px 0 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .inner_page .slider_product {
    padding: 20px 0 70px;
  }
}
@media screen and (max-width: 959px) {
  .inner_page .slider_product {
    padding: 10px 0 20px;
  }
}
.inner_page .slider_product:before {
  display: none;
}
@media screen and (min-width: 1440px) {
  .inner_page .images_inner {
    width: auto;
    max-width: unset;
    flex: unset;
  }
}
@media screen and (max-width: 1199px) {
  .inner_page {
    margin-top: 20px;
  }
  .inner_page .choose_block,
.inner_page .info_career {
    padding-bottom: 70px;
  }
  .inner_page .info_inner {
    min-height: 180px;
  }
  .inner_page .inner_section {
    padding-bottom: 50px;
  }
  .inner_page .img1,
.inner_page .img2,
.inner_page .img3,
.inner_page .img4 {
    width: 100px;
    height: 100px;
  }
  .inner_page .inner_button {
    padding: 5px 20px;
  }
  .inner_page .inner_list .sub_description,
.inner_page .inner_list .standard_info {
    font-size: 120%;
  }
  .inner_page .choose_list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .inner_page .section_info {
    position: relative;
    top: auto;
    left: auto;
  }
  .inner_page .list_right li {
    margin: 0 -10px 70px;
    align-items: center !important;
  }
  .inner_page .list_right li:first-child .section_inner {
    padding-top: 0;
  }
  .inner_page .section_inner {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .inner_page .section_inner .sub_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .inner_page .choose_list {
    margin: 20px -10px 0;
  }
  .inner_page .inner_choose {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner_page .choose_block,
.inner_page .info_career {
    padding-bottom: 20px;
  }
  .inner_page .choose_block:before,
.inner_page .info_career:before {
    height: 57px;
  }
  .inner_page .facts_block {
    padding-left: 3px;
  }
  .inner_page .inner_list {
    margin-top: 20px;
  }
  .inner_page .inner_list li {
    padding: 0 40px;
    margin-bottom: 25px;
  }
  .inner_page .inner_list li:nth-child(2n) .facts_block {
    padding-right: 3px;
  }
  .inner_page .img1,
.inner_page .img2,
.inner_page .img3,
.inner_page .img4 {
    display: none;
  }
  .inner_page .inner_section {
    padding-bottom: 20px;
  }
  .inner_page .page_title {
    margin-bottom: 20px;
  }
  .inner_page .images_list {
    margin: 20px auto 0;
  }
  .inner_page .info_inner {
    min-height: auto;
  }
  .inner_page .section_info {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner_page .list_right li {
    margin: 0;
    flex-direction: column;
  }
  .inner_page .list_right li:nth-child(even) .section_image {
    justify-content: center;
  }
  .inner_page .block_list {
    padding-top: 30px;
  }
  .inner_page .section_inner,
.inner_page .section_image {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .inner_page .choose_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner_page .inner_list li {
    justify-content: end;
    padding: 0 10px;
  }
  .inner_page .inner_list li:nth-child(2n) {
    justify-content: flex-start;
  }
  .inner_page .inner_list .sub_description,
.inner_page .inner_list .standard_info {
    font-size: 110%;
  }
  .inner_page .inner_button {
    padding: 5px 15px 5px 10px;
  }
  .inner_page .block_list {
    padding-top: 0;
  }
  .inner_page .images_inner {
    max-width: unset;
    flex: auto;
    width: auto;
  }
  .inner_page .bg_ {
    display: none;
  }
  .inner_page .info_inner:after {
    transform-origin: right bottom;
    -webkit-transfrom-origin: right bottom;
    transform: rotate(0deg) skew(0deg);
    -moz-transform: rotate(0deg) skew(0deg);
    -ms-transform: rotate(0deg) skew(0deg);
    -webkit-transform: rotate(0deg) skew(0deg);
    -o-transform: rotate(0deg) skew(0deg);
  }
}
@media screen and (max-width: 479px) {
  .inner_page .reason_list li {
    padding: 0 10px;
    margin: 0 auto 20px;
  }
  .inner_page .reason_list li:nth-child(2n+1) {
    margin-top: 0;
  }
}

.web .inner_page .slider_product .slick-arrow, .inner_page .slider_product .web .slick-arrow {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .inner_page .slick-arrow, .inner_page .web .slick-arrow, .product_page .list_product > li a, .product_page .info_product .sub_description,
.product_page .info_product .sub_title, .product_page .img_product img, .product_page .img1,
.product_page .img2,
.product_page .img3,
.product_page .img4, .web .product_page .list_product > li a, .web .product_page .list_product > li a:hover .img1,
.web .product_page .list_product > li a:hover .img2,
.web .product_page .list_product > li a:hover .img3,
.web .product_page .list_product > li a:hover .img4, .web .product_page .list_product > li a:hover .sub_description,
.web .product_page .list_product > li a:hover .sub_title, .web .product_page .list_product > li a:hover .img_product img, .inner_page .img1,
.inner_page .img2,
.inner_page .img3,
.inner_page .img4 {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .inner_page .slider_product .slick-arrow, .inner_page .slider_product .touch .slick-arrow {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .inner_page .slick-arrow, .inner_page .touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .inner_page .slider_product .slick-arrow:hover, .inner_page .slider_product .web .slick-arrow:hover {
  background: #ED1C24;
}
.web .inner_page .slick-arrow:hover, .inner_page .web .slick-arrow:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .inner_page .slider_product .slick-arrow:active, .inner_page .slider_product .touch .slick-arrow:active {
  background: #ED1C24;
}
.touch .inner_page .slick-arrow:active, .inner_page .touch .slick-arrow:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}

/*# sourceMappingURL=product.css?v=1'.map */
