#main,
#main .slider {
  margin: 0 auto;
}
#main #slide,
#main .slider {
  width: 100%;
  position: relative;
  z-index: 2;
}
#main {
  min-height: 100%;
  width: 100%;
  font-size: 20px;
  padding-bottom: 10px;
}
#main ul {
  list-style-type: square;
  list-style-position: outside;
  margin: 0 0 1.5em 1.5em;
}
#main #slide {
  overflow: hidden;
  padding-right: 15px;
}
@media (min-width: 767px) and (max-width: 980px) {
  #main #slide {
    padding-left: 15px;
  }
}
#main .items,
#main .paused em,
#main .play span {
  display: none;
}
#main .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 20px;
  width: 140px;
  border: none !important;
  background: 0 0 !important;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 5px 0 0 20px;
  z-index: 60;
  margin: 0;
}
#main .paused span,
#main .play,
#main .play em {
  display: block;
}
#main .next,
#main .prev {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  text-align: center;
}
#main .pagination a,
#main .prev {
  border-radius: 100%;
  text-decoration: none;
}
#main .banner,
#main .next,
#main .play,
#main .prev {
  z-index: 15;
  position: absolute;
  color: #fff;
}
#main .pagination li {
  float: left;
  padding: 0 3px 0 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  color: #252525;
  background: 0 0 !important;
}
#main .pagination a {
  display: block;
  width: 15px;
  height: 15px;
  max-width: 15px;
  padding: 0;
  background: #000;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
  transition: 0.3s;
}
#main .pagination li.current a {
  opacity: 1;
}
#main .prev {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  left: 0;
  padding: 0;
  font-weight: 400;
}
#main .next:hover,
#main .prev:hover {
  color: #999;
}
#main .next {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  right: 0;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
}
#main .play {
  width: 45px;
  height: 22px;
  background: url(/css/images/pagination-bg.gif) left top repeat-x;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  top: 552px;
  left: 823px;
  padding: 2px 0 0;
  text-align: center;
  text-decoration: none;
}
#main .play em {
  font-style: normal;
}
#main .banner {
  overflow: hidden;
	top: 0;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  background-color: rgba(80, 80, 80, 0.7);
  font-size: 20px;
  height: auto;
}
#main .banner span {
  display: block;
  padding: 0;
}
#main .progbar {
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#main .numStatus {
  display: block;
  width: 45px;
  height: 22px;
  background: url(/css/images/pagination-bg.gif) left top repeat-x;
  position: absolute;
  z-index: 15;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  top: 551px;
  left: 583px;
  padding: 2px 0 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#main .col-1,
#main .col-2 {
  float: left;
  width: 400px;
}
#main .col-1 {
  padding-right: 50px;
}
.banner .tooltip-btn{
	top: 10px;
	position: absolute;
	right: 10px;
	border-radius: 100%;
	background-image: url(/img/product/info-dis-icon.svg);
	background-position: center;
	display: block;
	width: 18px;
	height: 18px;
	border: 0;
	background-color: #fff;
	background-repeat: no-repeat;
}


.tippy-tooltip[data-placement^=right]>.tippy-arrow{
	border-right-color: #E5E6EA;
}