/* E-CATALOGUE sample page */
.yx-catalogue-page .catal_con{
  background:url(img/sub/catalogue_bg.jpg) no-repeat center center;
  background-size:cover;
}
.yx-catalogue-page .catal_iframe{
  width:100%;
  min-height:600px;
  height:auto;
}
.yx-catalogue-page .yx-catalogue-sample-frame{
  position:relative;
  max-width:920px;
  margin:0 auto;
  background:#111;
  box-shadow:0 10px 40px rgba(0,0,0,.35);
}
.yx-catalogue-page .yx-catalogue-sample-frame img{
  display:block;
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:contain;
  background:#0d0d0d;
}
.yx-catalogue-page .yx-catalogue-sample-badge{
  position:absolute;
  top:12px;
  left:12px;
  margin:0;
  padding:6px 10px;
  background:rgba(0,87,183,.92);
  color:#fff;
  font-size:12px;
  letter-spacing:.04em;
  line-height:1;
}
.yx-catalogue-page .yx-catalogue-sample-caption{
  margin:0;
  padding:12px 16px 16px;
  color:#fff;
  font-size:15px;
  text-align:center;
  background:rgba(0,0,0,.55);
}
.yx-catalogue-page .catal_slide a > .bg{
  display:block;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  height:160px;
}
.yx-catalogue-page .catal_slide a > .bg > img{
  opacity:0;
  width:100%;
  height:160px;
}
.yx-catalogue-page .catal_slide a.is-active .s1,
.yx-catalogue-page .catal_slide a:hover .s1{
  color:#7eb6ff;
}
.yx-catalogue-page .yx-catalogue-sample-note{
  margin:18px 0 0;
  color:rgba(255,255,255,.65);
  font-size:13px;
  text-align:center;
}
.yx-catalogue-page .catal_list{
  padding-bottom:60px;
}
@media (max-width:1100px){
  .yx-catalogue-page .catal_con .layout_wrap{padding:20px}
  .yx-catalogue-page .catal_iframe{min-height:0}
  .yx-catalogue-page .yx-catalogue-sample-frame img{max-height:520px}
  .yx-catalogue-page .catal_slide .owl-nav{display:none}
}
