@charset "UTF-8";
/*homepage*/
.nop-slider-bg {
  background: #fff url(/public/images/slider_bg.png) no-repeat center center;
  background-size: cover;
  min-height: 495px;
}

.nop-slider-item {
  min-height: 451px;
  height: 100%;
  min-width: 642px;
}
.nop-slider .slick-list {
  max-height: 510px;
  overflow: hidden;
}
.nop-slider .slick-track {
  overflow: hidden;
  max-height: 452px;
}
.nop-slider .slick-dots {
  bottom: -30px;
}
.nop-slider .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: black;
}
.nop-slider .slick-dots li.slick-active button:before {
  color: #122a88;
}
.nop-slider .slick-arrow {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 9;
}
.nop-slider .slick-arrow:before {
  display: none;
}
.nop-slider .slick-arrow svg {
  width: 30px;
  height: 30px;
  color: #707070;
}
.nop-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -400px;
}
.nop-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -400px;
}

.news-section {
  padding: 40px 0;
}
.news-section .news-heading {
  font-size: 18px;
}
.news-section .news-latest {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #accbee;
  border-bottom: 2px solid #accbee;
  position: relative;
}
.news-section .news-latest:before {
  content: "";
  display: block;
  border-bottom: 2px solid #ebaea0;
  margin-bottom: 0;
  width: 120px;
  padding-bottom: 2px;
  position: absolute;
  top: -4px;
}
.news-section .news-latest:after {
  content: "";
  display: block;
  border-bottom: 2px solid #ebaea0;
  margin-bottom: 0;
  width: 120px;
  padding-bottom: 2px;
  position: absolute;
  bottom: -2px;
}

.search-section {
  padding-bottom: 100px;
  padding-left: 75px;
  padding-right: 30px;
}
.search-section .select-wrapper {
  position: relative;
}
.search-section .select-wrapper select:after {
  content: "▼";
  color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.search-section-select {
  background: #72a2d0;
  background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 9px 10px, 8px 10px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  width: 265px !important;
  height: 50px;
  flex: none !important;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
  text-align: center;
}
/*.search-section-select:focus,*/
.search-section-select.sel-enabled {
  background-image: linear-gradient(
      45deg,
      rgb(255, 255, 255) 50%,
      transparent 50%
    ),
    linear-gradient(135deg, transparent 50%, rgb(255, 255, 255) 50%);
  background-position: calc(100% - 16px) 1em, calc(100% - 24px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 9px 10px, 9px 10px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #fff;
  outline: 0;
}
.search-section-select option {
  background: #fff;
  color: #000;
  font-size: 14px;
}
.search-section input[name="keyword"] {
  border-top: 1px solid #accbee;
  border-bottom: 1px solid #accbee;
  border-left: 0;
  border-right: 0;
}
.search-section #search-btn {
  border-color: #ebaea0;
  color: #fff;
}
.search-section #search-btn:hover {
  background: #ebaea0;
}
.action-section {
  margin-top: 40px;
  display: flex;
}
.action-section .btn {
  width: 47.9%;
  margin-right: 20px;
  margin-left: 20px;
  line-height: 21px;
  height: 50px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.action-section .btn:first-of-type {
  margin-left: 0;
}
.action-section .btn:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.action-section .btn .ico {
  margin-top: 0;
  margin-left: 32px;
  width: 25px;
}

.link-collection-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-repeat-x: repeat;
  background-size: cover !important;
}
.link-collection-section--category-bg {
  background: #fff url(/public/images/category-bg.png) repeat no-repeat center
    center;
}
.link-collection-section--manufacturer-bg {
  background: #fff url(/public/images/manufacturer-bg.png) repeat no-repeat
    center center;
}
.link-collection-section__heading {
  font-size: 28px;
  margin-bottom: 40px;
}
.link-collection-section .collection-item {
  border-radius: 6px;
  text-decoration: none;
  padding: 34px 73px;
  margin-right: 20px;
}
.link-collection-section .row .collection-item:last-of-type {
  margin-right: 0;
}

.nop-slider .slick-slide {
  cursor: pointer;
}
.nop-slider .slick-slide:not(.slick-current) {
  opacity: 0.6;
}
.nop-slider .slick-slide:hover {
  opacity: 0.7;
}

#right-buttons {
  margin-top: 100px;
}

.hp-login-section {
  margin-top: 30px;
  font-size: 18px;
  color: #f44336;
}
.hp-login-section .btn-login {
  padding: 12px 50px;
  font-size: 18px;
}

.btn-login {
  background: #f44336;
}
.btn-login:hover,
.btn-login:focus {
  background: #f44336;
  opacity: 0.7;
}
