.csr{ width: 100%; float: left;}
.csr .row{ margin: 0 -10px !important; }
.csr .listing{ padding: 0 10px 20px; }
.csr .listing-inner{ 
  position: relative; 
  overflow: hidden;
  border: solid #eee 1px;
  background-color: rgba(var(--rgbDark), 0.6);
}
.csr .listing-inner .overlay{
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.9;
  position: absolute; 
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.6) 70%,rgba(0,0,0,1.0) 100%);
}
.csr .listing-inner img{ z-index: 0; }
.csr .listing-inner a.masklink{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.csr .listing-inner h3,
.csr .listing-inner h4{
  left: 0;
  bottom: 30px;
  margin: 0;
  padding: 0 30px;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
  position: absolute;
  color: rgba(var(--rgbWhite), 1.0);
}
.csr .listing-inner h3,
.csr .listing-inner h4{ font-size: 17px; line-height: 26px; padding-top: 5px; }
.csr .listing-inner h4{ height: 54px; padding-top: 5px; }
.csr .listing-inner h3{ opacity: 0; visibility: hidden; bottom: 80px; }
.csr .listing-inner .share i{ margin: 3px 0; }
.csr .listing-inner .share{
  position: absolute;
  top: 20px;
  right: -80px;
  width: 50px;
  z-index: 2;
  padding: 6px 10px;
}


.csr .listing-inner:hover h4{ opacity: 0; visibility: hidden; bottom: -80px; }
.csr .listing-inner:hover h3{ opacity: 1; visibility: visible; bottom: 30px; }
.csr .listing-inner:hover .share{ right: 15px; }



.csr .listing-inner *,
.csr .listing-inner:hover *{
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}



@media (min-width: 768px) and (max-width: 1194px) {
  .csr .listing-inner h4{ display: none; }
  .csr .listing-inner h3{ 
    opacity: 1 !important; 
    visibility: visible !important; 
    bottom: 30px !important;
    font-size: 16px !important; 
    line-height: 22px !important;
  }
}





.csr.detail{ padding: 0;}
.csr.detail .summary{
  width: 100%;
  float: left;
  padding: 15px 0;
  background-color: rgba(var(--rgbDark), 0.01);
}
.csr.detail .summary .share{
  float: left;
  height: 70px;
  padding-right: 16px;
  border-right: solid rgba(var(--rgbDark), 0.15) 1px;
}
.csr.detail .summary .share .title{
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin: 3px 0;
}
.csr.detail .summary .information{
  float: left;
  height: 70px;
  font-size: 16px;
  padding: 10px 20px 0;
}
.csr.detail .summary .information .published,
.csr.detail .summary .information .view{
  width: 100%;
  float: left;
  font-size: 12px;
  line-height: 24px;
  padding-left: 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}
.csr.detail .summary .information .published{
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: dashed #ccc 1px;
  background-image: url(../images/icon-calendar.svg);
}
.csr.detail .summary .information .view{
  background-image: url(../images/icon-eye.svg);
}
.csr.detail .summary .qrcode{ float: right; }
.csr.detail .summary .qrcode span{
  width: 120px;
  float: left;
  text-align: right;
  font-size: 16px;
  line-height: 16px;
  padding-right: 10px;
  margin: 16px 0 0;
}
.csr.detail .summary .qrcode .qrcodeimg{
  width: 70px;
  height: 70px;
  float: right;
  position: relative;
  overflow: hidden;
}
.csr.detail .summary .qrcode .qrcodeimg img{
  /* width: 100px;
  margin: -15px; */
  max-width: 100px !important;
  max-height: 100px !important;
  width: 70px;
}



.csr.detail .article,
.csr-detail .article .title,
.csr-detail .article .description,
.csr.detail .article .description p{ width: 100%; float: left; }
.csr.detail .article{ padding: 60px 0 25px; }
.csr.detail .article .title h1{
  font-size: 36px;
  text-align: center;
  margin: 0 60px 35px;
  line-height: 50px;
}
.csr.detail .article .description p{
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 25px;
}
.csr.detail .article .description ul,
.csr.detail .article .description ol{ margin-left: 15px; }
.csr.detail .article .description ul li,
.csr.detail .article .description ol li{ margin-bottom: 10px; line-height: 28px; }
.csr.detail .article .description img.size-full{ margin: 15px 0 0 !important; }



.csr.detail .article-related,
.csr.detail .article-related .title,
.csr.detail .article-related .description{ width: 100%; float: left; }
.csr.detail .article-related{ padding-bottom: 30px; }
.csr.detail .article-related .title{
  margin-bottom: 15px;
  border-bottom: solid rgba(var(--rgbPrimary), 1) 2px;
}
.csr.detail .article-related .title h3{
  width: 280px;
  height: 60px;
  float: left;
  font-size: 20px;
  line-height: 64px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  color: rgba(var(--rgbWhite), 1);
  background-color: rgba(var(--rgbPrimary), 1);
}
@media (min-width: 992px) {
  .csr.detail .article-related .listing:nth-last-child(1){
    display: none;
  }
}


.csr .alm-placeholder{
  margin: 0;
}

.carousel{
  clear: both;
}

.carousel .prev{
  left:-130px; position: absolute;
}

.carousel .next{
  right:-130px; position: absolute;
}

.carousel .icon{
  background-color: #ec1550;
  width: 40px; height: 40px; 
  border-radius: 50%; 
  padding: 16px; 
  background-size: 25px; 
  background-position: center center;
}

.product-hightligh{
  padding: 0px 20px 0px; 
  background-image: url(../images/funky-lines.png);
  background-repeat: repeat;
}
.product-hightligh .groupOne,
.product-hightligh .groupTwo,
.product-hightligh .groupThree{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
}
.product-hightligh .inner{ border: solid #eee 1px; }
.product-hightligh .inner h3{ font-size: 45px; line-height: 45px; }
.product-hightligh .inner p{ font-size: 22px; line-height: 24px; }


/* Group One */
.product-hightligh .groupOne .inner h3{ font-size: 55px; line-height: 55px; }
.product-hightligh .groupOne .inner p{ font-size: 28px; line-height: 30px; }


/* Group Two */
.product-hightligh .groupTwo .inner{
  width: calc(50% - 5px);
  float: left;
  margin: 0 0 0 2px;
  position: relative;
}
.product-hightligh .groupTwo .inner:first-child{ margin: 0 2px 0 0; }
.product-hightligh .groupTwo .inner .caption .caption-inner{ 
  width: 100%;
  left: 0px !important;
  text-align: center !important;
  padding: 0 10%;
}



/* Group Three */
.product-hightligh .groupThree .inner{ 
  width: calc(50% - 5px);
  float: left;
  margin: 0 0 0 5px;
  position: relative;
}
.product-hightligh .groupThree .inner:first-child{ margin: 0 5px 0 0; }
.product-hightligh .groupThree .inner:nth-child(2){ margin-bottom: 8px; }
.product-hightligh .groupThree .inner .caption .caption-inner{ 
  width: 100%;
  left: 0px !important;
  text-align: center !important;
  padding: 0 20%;
}



.product-hightligh .caption {
  z-index: 3;
  position: absolute;
  top: calc(var(--jPadding) - 40px);
  left: calc(var(--jPadding) - 40px);
  right: calc(var(--jPadding) - 40px);
  bottom: calc(var(--jPadding) - 40px); 
}
.product-hightligh .groupTwo .caption,
.product-hightligh .groupThree .caption {
  top: calc(var(--jPadding) - 70px);
  left: calc(var(--jPadding) - 70px);
  right: calc(var(--jPadding) - 70px);
  bottom: calc(var(--jPadding) - 70px); 
}
.product-hightligh .caption .caption-inner { 
  width: var(--jWidth); 
  position: absolute; 
}
.product-hightligh .caption .jtl,
.product-hightligh .caption .jml,
.product-hightligh .caption .jbl{
	left: var(--jStart);
	text-align: var(--jAlignLeft);
}
.product-hightligh .caption .jtc,
.product-hightligh .caption .jmc,
.product-hightligh .caption .jbc{
	left: var(--jCenter);
	text-align: var(--jAlignCenter);
}
.product-hightligh .caption .jtr,
.product-hightligh .caption .jmr,
.product-hightligh .caption .jbr{
	right: var(--jStart);
	text-align: var(--jAlignRight);
}
.product-hightligh .caption .jbl,
.product-hightligh .caption .jbc,
.product-hightligh .caption .jbr{ 
	bottom: var(--jBottom); 
}
.product-hightligh .caption .jml,
.product-hightligh .caption .jmc,
.product-hightligh .caption .jmr{
	top: var(--jMiddle);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-menu-listing .desc h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0 0;
}