﻿/* common border radius */
/* disable text selection */
section.gt-block.slider-v2 {
  padding: 4rem 0 8rem 0;
  position: relative;
  background: url(../images/calendar-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
section.gt-block.slider-v2 .slider {
  position: relative;
  z-index: 20;
}
section.gt-block.slider-v2 .slider .list .item {
  padding: 0 0 2rem 0;
  position: relative;
}
section.gt-block.slider-v2 .slider .list .item .center {
  position: relative;
  z-index: 20;
}
section.gt-block.slider-v2 .slider .list .item .img {
  width: 60%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
}
section.gt-block.slider-v2 .slider .list .item .img span {
  padding: 56.25% 0 0 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.slider-v2 .slider .list .item .text {
  width: 60%;
  height: 40rem;
  padding: 3rem;
  margin: -30rem 0 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  background: white;
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}
section.gt-block.slider-v2 .slider .list .item a.btn {
  padding: 1.6rem 5.8rem;
  display: inline-block;
  vertical-align: top;
  background: #E01021;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  color: white;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.slider-v2 .slider .list .item a.btn:hover {
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.16);
}
section.gt-block.slider-v2 .slider > .center {
  position: relative;
  z-index: 100;
}
section.gt-block.slider-v2 .slick-dots {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 50;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
}
section.gt-block.slider-v2 .slick-dots li {
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.slider-v2 .slick-dots li button {
  width: 30px;
  height: 10px;
  display: block;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  text-indent: 500px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
section.gt-block.slider-v2 .slick-dots li.slick-active button {
  background: #E01021;
}
section.gt-block.slider-v2 .banners {
  margin: -6rem 0 0 0;
  position: relative;
  z-index: 30;
}
section.gt-block.slider-v2 .banners ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.4rem;
}
section.gt-block.slider-v2 .banners ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.slider-v2 .banners ul li a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.gt-block.slider-v2 .banners ul li a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
}
section.gt-block.slider-v2 h1,
section.gt-block.slider-v2 h2 {
  max-width: 70rem;
  padding: 0 0 2.4rem 0;
  color: #0B1119;
  font-size: 3.8rem;
  line-height: 4.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.slider-v2 h1 a,
section.gt-block.slider-v2 h2 a {
  color: #0B1119;
}
section.gt-block.slider-v2 p {
  max-width: 50rem;
  padding: 0 0 3rem 0;
  color: #666666;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
section.gt-block.slider-v2 p a {
  color: #666666;
}
section.gt-block.slider-v2 ul#breadcrumbs {
  padding: 0 0 1.2rem 0;
  list-style: none;
  color: #7B7B7B;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.slider-v2 ul#breadcrumbs li {
  padding: 0 3.4rem 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.slider-v2 ul#breadcrumbs li:after {
  content: " ";
  width: 3.4rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.689' height='9.379' viewBox='0 0 5.689 9.379'%3E%3Cpath d='M453.251,258.616l3.275,3.275-3.275,3.275' transform='translate(-451.837 -257.202)' fill='none' stroke='%23c9c9c9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
section.gt-block.slider-v2 ul#breadcrumbs li:last-of-type {
  padding: 0;
}
section.gt-block.slider-v2 ul#breadcrumbs li:last-of-type:after {
  display: none;
}
section.gt-block.slider-v2 ul#breadcrumbs li a {
  color: #E01021;
}
section.gt-block.slider-v2 ul#breadcrumbs li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  section.gt-block.slider-v2 {
    padding: 0 0 8rem 0;
    background: none;
  }
  section.gt-block.slider-v2 .center {
    margin: 0;
  }
  section.gt-block.slider-v2 .slider .list .item {
    padding: 0;
  }
  section.gt-block.slider-v2 .slider .list .item .img {
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  section.gt-block.slider-v2 .slider .list .item .text {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  section.gt-block.slider-v2 h1,
  section.gt-block.slider-v2 h2 {
    padding: 0 0 2rem 0;
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  section.gt-block.slider-v2 p {
    padding: 0 0 2rem 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  section.gt-block.slider-v2 .banners {
    padding: 2rem 0;
    margin: 0;
    text-align: center;
  }
  section.gt-block.slider-v2 .banners ul {
    list-style: none;
    display: block;
  }
  section.gt-block.slider-v2 .banners ul li {
    display: inline-block;
    vertical-align: top;
  }
  section.gt-block.slider-v2 .banners ul li a {
    max-width: 30rem;
    margin: 0.7rem 0.5rem;
    display: inline-block;
    vertical-align: top;
  }
  section.gt-block.slider-v2 .banners ul li a:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}