.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 425px;
  z-index: 1; }


@media screen and (min-width: 1381px) {
  .slideshow {
    height: 480px;
  }
}

@media screen and (max-width: 1380px) {
  .slideshow {
    height: 425px;
  }
}

@media screen and (max-width: 1024px) {
  .slideshow {
    height: 425px;
  }
}

@media screen and (max-width: 890px) {
  .slideshow {
    height: 387px;
  }
}
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .slideshow .slide.is-active {
      display: block; }
    .slideshow .slide.is-loaded {
      opacity: 1; }
    .slideshow .slide .image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      image-rendering: optimizeQuality; }
    .slideshow .slide .image {
      width: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
    .slideshow .slide-content {
	  letter-spacing: 1px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

    .slideshow .slide-content .caption {
      width: 1440px;
	  padding-left: 100px;
      padding-right: 100px;
		/*
      padding-left: 15px;
      padding-right: 15px;
		*/
    }
    .slideshow .slide .btn {
      margin: 15px 10px;
      border-color: #fff; 
      line-height: 1;}
    .slideshow .slide .btn-default {
		border: none;
	}
      .slideshow .slide .btn::before {
        background: #fff; }
  .slideshow .pagination {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center; }
    .slideshow .pagination .item {
      display: inline-block;
      padding: 15px 5px;
      position: relative;
      width: 46px;
      height: 32px;
      cursor: pointer;
      text-indent: -999em;
      z-index: 1; }
      .slideshow .pagination .item + .page {
        margin-left: -2px; }
      .slideshow .pagination .item::before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 5px;
        width: 36px;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        -webkit-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        transition: background 0.2s ease; }
      .slideshow .pagination .item::after {
        width: 0;
        background: #fff;
        z-index: 2;
        -webkit-transition: width 0.2s ease;
        -o-transition: width 0.2s ease;
        transition: width 0.2s ease; }
      .slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
        background-color: #fff; }
  .slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3; }
  .slideshow .arrows .arrow .svg svg {
    fill: #FFF;
  }
  .slideshow .arrows .prev {
    left: 30px; }
    .slideshow .arrows .prev:hover .svg {
      left: -10px; }
  .slideshow .arrows .next {
    right: 30px; }
    .slideshow .arrows .next:hover .svg {
      left: 10px; }

/*---- Fred Begin ----*/
#home_slide_01 .caption {
  text-align: left;
  margin-top: 50px;
}

#home_slide_01 h1 {
  font-size: 3.25rem;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

#home_slide_01 h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
  letter-spacing: 1px;
}

#home_slide_01 .button-grid {
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

#home_slide_01 .button-grid .btn {
  margin: 10px;
}

#home_slide_02 .caption {
  text-align: left;
  margin-top: 50px;
}

#home_slide_02 h1 {
  font-size: 3.25rem;
  margin: 0 0 10PX;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

#home_slide_02 h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin: 0 0 10PX;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
  animation-delay: .5s;
}

#home_slide_02 .btn {
  line-height: 1;
  margin: 15px 0;
}

#home_slide_03 a, #home_slide_03 a:hover {
  color: #FFF;
}

#home_slide_03 h1 {
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

#home_slide_03 .bqool {
  position: absolute;
  bottom: 70px;
  width: 80px;
  margin-left: -40px;
}

#home_slide_03 .company-left {
  position: absolute;
  right: 50%;
  bottom: 40px;
  margin-right: 198px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

#home_slide_03 .company-right {
  position: absolute;
  left: 50%;
  bottom: 26px;
  margin-left: 190px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

#home_slide_04 a, #home_slide_04 a:hover {
  color: #FFF;
}

#home_slide_04 h1 {
  color: #FFFFFF;
  font-size: 4.25rem;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 15px 0;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

#home_slide_04 h2 {
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

#home_slide_04 .date {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

#home_slide_04 .location {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 20px;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  position: absolute;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  background: rgba(20,20,50,.6)
}


/*---- Countdown Part Begin ----*/
#home_slide_countdown h1 {
    color: #fff;
    font-size: 43px;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 2px;
}

#home_slide_countdown h2 {
	margin-bottom: 10px;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 500;
}

.dsCountDown.ds-white {
	overflow: hidden;
	clear: both;
	width: auto;
	margin: 0px auto;
	padding: 30px 0;
	display: inline-table;
}

.ds-white .ds-element {
	width: 100px;
	float: left;
	position: relative;
	height: 71px;
	margin-right: 20px;
}

.dsCountDown.ds-white > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.ds-white .ds-element-title {
	display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ds-white .ds-element-value {
	width: 70px;
    height: 70px;
    background: #edcfa5;
    border-radius: 10px;
    text-align: center;
    color: #454545;
    padding: 0;
    font-weight: bold;
    font-size: 41px;
    line-height: 70px;
    position: absolute;
    vertical-align: middle;
    letter-spacing: -1px;
    padding-top: 2px;
}

.infer {
	/*background-color: #5e2d09 !important;*/
}

.leftsection {
	float: left;
	width: calc(100% - 580px);
	margin-top: 105px;
}

.rightsection {
	float: right;
	width: 560px;
	background: rgba(139,78,5,.6);
	padding: 40px;
	border-radius: 10px;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	height: auto;
	margin-top: 105px;
}

.rightsection p {
	font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 3px;
}

.promotetype h2{
	font-size: 27px !important;
	color: #FFF !important;
	margin: 0 !important;
}

.promotetype span{
	font-size: 50px;
	color: #fcff00;
	letter-spacing: -3px;
	line-height: 1;
}
	
/*---- Countdown Part End ----*/

@media screen and (max-width: 1380px) {
  #home_slide_01 .caption {
    margin-top: 90px
  }

  #home_slide_01 h1, #home_slide_02 h1 {
    font-size: 2.75rem;
  }

  #home_slide_02 .caption {
    margin-top: 60px
  }

  #home_slide_02 h2 {
    font-size: 1.625rem;
  }

  #home_slide_03 .company-left {
    margin-right: 172px;
  }

  #home_slide_03 .company-right {
    margin-left: 165px;
  }

  #home_slide_04 h1 {
    font-size: 3.625rem;
  }
  
  /*---- Countdown Part Begin ----*/
	#home_slide_countdown h1 {
	    font-size: 38px;
	    line-height: 1.3;
	}
	
	#home_slide_countdown h2 {
		margin: 15px 0 0;
	}
	
	.leftsection {
	    width: calc(100% - 550px);
	}
	
	.rightsection {
		width: 530px;
		padding: 30px;
	}
	
	.ds-white .ds-element {
		height: 65px;
	    font-size: 18px;
	    width: 95px;
	}
	
	.ds-white .ds-element-value {
	    width: 65px;
	    height: 65px;
	    font-size: 38px;
	    line-height: 65px;
	}
	/*---- Countdown Part End ----*/
}

@media screen and (max-width: 1200px) {
	#home_slide_01 .caption {
		margin-top: 40px;
	}
	
	#home_slide_02 .caption {
		margin-top: 50px;
	}

  .slideshow .slideshow-inner {
    height: calc(100% - 43px);
    margin-top: 43px;
  }

  #home_slide_03 .company-left {
    margin-right: 152px;
    bottom: 25px;
  }
  
  #home_slide_03 .company-right {
    margin-left: 145px;
    bottom: 10px;
  }

  #home_slide_03 .bqool {
    bottom: 45px;
  }
  
  #home_slide_04 .caption {
	margin-top: -40px;
	}
	
	/*---- Countdown Part Begin ----*/
	.leftsection {
		width: calc(100% - 320px);
		margin-top: 65px;
	}
	
	.rightsection {
		padding: 30px 10px;
		width: 310px;
		margin-top: 65px;
	}
	
	#home_slide_countdown h1 {
	    font-size: 30px;
	    line-height: 1.4;
	}
	
	#home_slide_countdown h2 {
		font-size: 1rem !important;
	}
	
	.ds-element-seconds {
		display: none;
	}
	
	.rightsection p {
		font-size: 22px;
	}
	
	.ds-white .ds-element {
	    height: 50px;
	    font-size: 16px;
	    width: 75px;
	    margin-right: 15px;
	}
	
	.ds-white .ds-element-value {
	    width: 50px;
	    height: 50px;
	    font-size: 32px;
	    line-height: 50px;
	}
	
	.rightsection h2 {
		font-size: 16px !important;
	}
	
	.promotetype span {
		font-size: 28px;
	}
	/*---- Countdown Part End ----*/
}

@media screen and (max-width: 890px) {
	#home_slide_01 .caption {
		margin-top: 0;
	}
	
	.slideshow {
		height: 420px;
	}
	
	.slideshow .slide-content .caption {
	    padding-left: 70px;
	    padding-right: 70px;
	}
	
	.slideshow .arrows .prev {
    	left: 15px;
    }
    
    .slideshow .arrows .next {
		right: 15px;
	}
	
	/*---- Countdown Part Begin ----*/
	.leftsection {
		width: 100%;
	    margin-top: 0px;
	    text-align: center;
	}
	
	.rightsection {
		width: auto;
	    padding: 15px 30px;
	    margin: 0 auto;
	    display: table;
	    float: none;
	}
	
	#home_slide_countdown h1 {
		font-size: 28px;
	    line-height: 1.4;
	}
	
	#home_slide_countdown h2 {
		margin-top: 10px;
	    margin-bottom: 5px;
	}
	
	.slideshow .slide .btn-default {
	    margin: 10px -10px 20px;
	    font-size: 16px;
	    padding: 15px;
	    width: 100%;
	}
	
	.rightsection p {
		width: auto;
	    text-align: right;
	    font-size: 18px;
	    line-height: 1.3;
	    letter-spacing: 1px;
	    padding: 0 20px 0px 0;
	    display: inline-block;
	    margin-top: -17px;
	}
	
	.dsCountDown.ds-white {
		padding: 0;
	    width: auto;
	    text-align: left;
	    display: inline-block;
	}
	
	.ds-white .ds-element {
		height: 40px;
	    font-size: 16px;
	    width: 65px;
	    margin-right: 15px;
	}
	
	.ds-white .ds-element-value {
	    width: 40px;
	    height: 40px;
	    font-size: 27px;
	    line-height: 40px;
	
	}
	
	.promotetype {
		margin-top: 10px;
	}
	
	.rightsection h2 {
	    font-size: 20px !important;
	}
	
	.promotetype span {
		font-size: 32px;
	}
	/*---- Countdown Part End ----*/
}

@media screen and (max-width: 640px) {
  .slideshow .slideshow-inner {
    margin-top: 57px;
    height: calc(100% - 57px);
  }

  .slideshow .arrows .arrow {
    margin: -35px 0 0;
  }

  #home_slide_01 .caption, #home_slide_02 .caption {
    text-align: center;
    margin-top: 0;
  }

  #home_slide_03 h1 {
    font-size: 2rem;
  }

  #home_slide_03 .bqool {
    bottom: 47px;
    width: 70px;
    margin-left: -35px;
  }

  #home_slide_03 .company-left {
    font-size: 0.875rem;
    margin-right: 146px;
    bottom: 30px;
  }

  #home_slide_03 .company-right {
    font-size: 0.875rem;
    margin-left: 140px;
    bottom: 15px;
  } 

  #home_slide_04 h1 {
    font-size: 3.125rem;
  }

  #home_slide_04 h2 {
    font-size: 1rem;
    margin-top: 0;
  }
  
  #home_slide_04 .date {
    font-size: 22px;
    padding: 8px 10px;
  }

  #home_slide_04 .location {
    font-size: 16px;
    height: 65px;
  }
  
  /*---- Countdown Part Begin ----*/
	.leftsection {
		width: 110%;
		margin-left: -5%;
	}
	
	.rightsection {
		padding: 5px 10px 15px;
	}
	
	#home_slide_countdown h1 {
	    font-size: 26px;
	    line-height: 1.3;
	}
	
	.leftsection .button-grid {
		margin: 0;
	    margin-left: 20px;
	}
	
	.leftsection .button-grid a {
	    padding: 12px;
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	
	.rightsection p {
		width: 100%;
	    padding: 0;
	    text-align: center;
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	
	.ds-white .ds-element {
	    height: 40px;
	    font-size: 16px;
	    width: 58px;
	    margin-right: 10px;
	}
	
	.ds-white .ds-element-value {
		width: 35px;
	    height: 35px;
	    font-size: 22px;
	    line-height: 35px;
	    border-radius: 5px;
	}
	
	.ds-element-seconds {
	    display: block;
	}
	
	.promotetype {
		margin-top: 0;
	}
	
	.promotetype span {
	    font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
  .slideshow .slide-content .caption {
    padding-left: 30px;
    padding-right: 30px;
  }

  #home_slide_01 h1, #home_slide_02 h1 {
    font-size: 2.25rem;
  }

  #home_slide_01 h2 {
    font-size: 1rem;
  }

  #home_slide_02 h2 {
    font-size: 1.25rem;
  }

  #home_slide_02 .btn {
    width: 100%;
  } 
}

.gift{
	font-size: 25px;color: #ffcc00;
}
@media screen and (min-width: 320px) and (max-width:400px) {
	.gift{
	font-size: 22px;
	}
	#home_slide_countdown h1{font-size: 22px;}
}
/*--
.slideshow-inner h1, .slideshow-inner h2 {
	letter-spacing: 2px;
	text-shadow: 2px 2px 10px rgba(0,0,0,.5);
	margin: 0 0 10px;
	line-height: 1.2;
}

.slideshow-inner h1 {
	font-size: 3.25rem;
}

.slideshow-inner h2 {
	font-size: 1.75rem;
    line-height: normal;
}

.slideshow-inner p {
	text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.slideshow-inner .text-left .btn {
	margin: 15px 20px 15px 0;
}

.slideshow-inner a h1, .slideshow-inner a h1:hover, .slideshow-inner a h1:visited, .slideshow-inner a h2, .slideshow-inner a h2:hover, .slideshow-inner a h2:visited, .slideshow-inner a p, .slideshow-inner a p:hover, .slideshow-inner a p:visited {
	color: #FFF;
}
--*/

/*---- Fred End ----*/