body {
  font-family: Everett, JhengHei;
}

.navbar {
  width: 100vw;
  padding: 25px 17px;
  position: fixed;
  top: 0;
  background-color: rgba(59, 59, 59, 0.3);
  box-shadow: rgba(17, 12, 46, 0.03) 0px 48px 100px 0px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 100;
}
.navbar .navbarBrand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .navbar .navbarBrand {
    position: static;
    transform: none;
  }
}
.navbar .navbarBrand .logo {
  height: 40px;
}
.navbar .navbarBox {
  position: relative;
}

#navbarSupportedContent {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #navbarSupportedContent {
    padding: 20px;
    position: fixed;
    top: 90px;
    left: 0px;
    background: rgb(12, 13, 15);
    width: 100%;
    z-index: 101;
  }
}
#navbarSupportedContent .nav-item {
  margin-right: 15px;
}
#navbarSupportedContent .nav-item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

.decorLeft {
  z-index: 100;
  box-shadow: -40px 0 rgba(59, 59, 59, 0.3);
  position: absolute;
  width: 4%;
  top: 100%;
  left: 0;
  border-top-left-radius: 20px;
  padding: 30px;
  transform: skewX(-8deg);
  transition: width 0.1s ease, box-shadow 1s ease;
}

.decorRight {
  z-index: 100;
  -webkit-backface-visibility: hidden;
  transform: skewX(4deg);
  position: absolute;
  width: 2%;
  top: 100%;
  right: 20px;
  height: 70px;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 40px 0 rgba(59, 59, 59, 0.3);
  border: 4px solid transparent;
  border-bottom: none;
  border-left: none;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: width 0.1s ease, box-shadow 1s ease;
}
@media screen and (max-width: 768px) {
  .decorRight {
    right: 0px;
  }
}

.mainHead {
  width: 100%;
  position: relative;
}
.mainHead img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainHead .mainHeadImgDesk {
  display: block;
}
@media screen and (max-width: 768px) {
  .mainHead .mainHeadImgDesk {
    display: none;
  }
}
.mainHead .mainHeadImgMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mainHead .mainHeadImgMobile {
    display: block;
  }
}
.mainHead .mainHeadGradient {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.mainHead .mainHeadGradient.mainHeadGradient01 {
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 100%);
}
.mainHead .mainHeadGradient.mainHeadGradient02 {
  background: linear-gradient(0deg, rgb(0, 18, 40) 10%, rgba(255, 255, 255, 0) 100%);
}
.mainHead .mainHeadGradient .mainHeadTitle {
  font-family: Everett, JhengHei;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mainHead .mainHeadGradient .mainHeadTitle {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.mainHead .mainHeadGradient .mainHeadDate {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7490196078);
}
.mainHead .decorSVGLeft {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
}
.mainHead .decorSVGRight {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
}

.maseratiContainer {
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .maseratiContainer {
    padding: 20px !important;
  }
}

.mainPage {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .mainPage {
    margin: 50px auto;
  }
}

.mainTitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .mainTitle {
    font-size: 24px;
  }
}

.mainContent {
  font-size: 16px;
  line-height: 40px;
}

.mainSubTitle {
  color: #58C2FF;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.mainH4 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}

.mainList {
  list-style: none;
  margin: 20px 0px 40px;
}
.mainList li {
  position: relative;
  line-height: 35px;
}
.mainList li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -24px;
  width: 6px;
  height: 6px;
  border-radius: 99rem;
  background: #B5B5B5;
}

.maseratiBackground01 {
  background-color: #001228;
  background-image: url("../img/02/bg01.png");
  position: relative;
}
.maseratiBackground01 .mainTitle {
  color: #22AEFF;
  font-weight: 600;
}
.maseratiBackground01 .mainSubTitle {
  color: #58C2FF;
}
.maseratiBackground01 .mainContent {
  color: #ffffff;
}
.maseratiBackground01 .decorSVGLeft {
  position: absolute;
  top: 100%;
  left: 0;
}
.maseratiBackground01 .decorSVGRight {
  position: absolute;
  top: 100%;
  right: 0;
}

.maseratiBackground02 {
  background-color: #001228;
  background-image: url("../img/02/bg02.png");
  position: relative;
}
.maseratiBackground02 .mainTitle {
  color: #22AEFF;
  font-weight: 600;
}
.maseratiBackground02 .mainSubTitle {
  color: #58C2FF;
}
.maseratiBackground02 .mainContent {
  color: #ffffff;
}
.maseratiBackground02 .decorSVGLeft {
  position: absolute;
  top: 100%;
  left: 0;
}
.maseratiBackground02 .decorSVGRight {
  position: absolute;
  top: 100%;
  right: 0;
}

.singleImgBlock {
  width: 100%;
  height: 632px;
}
@media screen and (max-width: 768px) {
  .singleImgBlock {
    height: 280px;
  }
}
.singleImgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suggestBlock {
  background: #0B0D0F;
  padding: 100px 150px 50px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .suggestBlock {
    padding: 100px 80px 50px;
  }
}
@media screen and (max-width: 768px) {
  .suggestBlock {
    padding: 80px 20px 50px;
  }
}
.suggestBlock .suggestCarousel::after {
  content: "";
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(11, 13, 15, 0) 0%, rgb(11, 13, 15) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .suggestBlock .suggestCarousel::after {
    display: none;
  }
}
.suggestBlock .suggestCarousel .suggestCard {
  background: rgba(255, 255, 255, 0.1294117647);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
}
.suggestBlock .suggestCarousel .suggestCard .suggestCardImg {
  border-radius: 5px 5px 0 0;
}
.suggestBlock .suggestCarousel .suggestCard .suggestCardText {
  padding: 20px 25px 15px;
}
.suggestBlock .suggestCarousel .suggestCard .suggestCardText p {
  color: #FFC845;
  font-weight: 600;
}
.suggestBlock .suggestCarousel .suggestCard .suggestCardText h2 {
  font-size: 20px;
  min-height: 56px;
  margin-bottom: 5px;
  color: #ffffff;
  line-height: 28px;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.suggestBlock .suggestCarousel .owl-prev {
  transition: 0.5s;
  border-radius: 99rem;
  position: absolute;
  top: 45%;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .suggestBlock .suggestCarousel .owl-prev {
    width: 50px;
    height: 50px;
  }
}
.suggestBlock .suggestCarousel .owl-prev:hover {
  background: #ffffff;
}
.suggestBlock .suggestCarousel .owl-next {
  transition: 0.5s;
  border-radius: 99rem;
  position: absolute;
  top: 45%;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .suggestBlock .suggestCarousel .owl-next {
    width: 50px;
    height: 50px;
  }
}
.suggestBlock .suggestCarousel .owl-next:hover {
  background: #ffffff;
}
.suggestBlock .decorSVGLeft {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.suggestBlock .decorSVGRight {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.videoBlock {
  background: url("../img/05/bg.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .videoBlock {
    padding: 20px;
  }
}
.videoBlock .mainVideo {
  margin: 50px auto;
  max-width: 1080px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#footer {
  background: #0B0D0F;
  color: #ffffff;
}
#footer .footerLogo {
  max-width: 120px;
  margin-bottom: 15px;
}
#footer .copyright {
  padding: 2rem 0;
  margin: 0;
  font-weight: 100;
  font-size: 14px;
  color: #ffffff;
}

.msBlockPadding {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .msBlockPadding {
    padding: 30px 0 !important;
  }
}

.cls-1 {
  fill: #001228;
}

.cls-2 {
  fill: #ffffff;
}

.cls-3 {
  fill: #001228;
}

.cls-3 {
  fill: #000000;
}

.gtlogo {
  height: 60px;
}

.gtTitle {
  color: #1d644f;
}

.gtTitle2 {
  color: #52C6A4;
  font-weight: 300;
}

.gtSubtitle {
  color: #4fb173;
  font-weight: 600;
  line-height: 22px !important;
}

.gtbtn {
  text-decoration: none;
  color: #5AC982;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 99rem;
  transition: 0.2s ease-in;
}
.gtbtn:hover {
  background: #f2f2f2;
  box-shadow: none;
}
.gtbtn:focus {
  box-shadow: 0 0 0 0.1rem rgba(58, 255, 55, 0.1098039216);
}

.gtbtnDownload {
  text-decoration: none;
  background: #52C6A4;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem 2.2rem;
  border-radius: 99rem;
  transition: 0.2s ease-in;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
}
.gtbtnDownload:hover {
  background: #f2f2f2;
  color: #000000;
  box-shadow: none;
}

.gtbtnContact {
  text-decoration: none;
  background: #52C6A4;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem 2.2rem;
  border-radius: 99rem;
  transition: 0.2s ease-in;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 768px) {
  .gtbtnContact {
    display: none;
  }
}
.gtbtnContact:hover {
  background: #f2f2f2;
  color: #000000;
  box-shadow: none;
}

.gtfavicon {
  width: 35px;
  height: 35px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}/*# sourceMappingURL=index.css.map */

.container-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .container-wrap {
    padding-left: calc(75px - 15px);
    padding-right: calc(75px - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .container-wrap {
    padding-left: calc(105px - 15px);
    padding-right: calc(105px - 15px);
  }
}
.article-content--sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .article-content--sub {
    display: block;
    max-height: none;
    overflow: unset;
  }
}
.article-content--sub.active {
  max-height: 16000px;
}

.more-btn {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .more-btn {
    display: none;
  }
}