@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
.home-carousel {
  display: block;
  width: 100%;
  height: 1100px; }
  @media only screen and (max-width: 768px) {
    .home-carousel {
      position: relative; } }
  .home-carousel .owl-stage-outer {
    height: 100%; }
    .home-carousel .owl-stage-outer .owl-stage {
      height: 100%; }
      .home-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .home-carousel .owl-stage-outer .owl-stage .owl-item .item {
          position: relative;
          height: 100%;
          background-repeat: no-repeat;
          background-attachment: scroll;
          background-position: center center;
          background-size: cover; }
          .home-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
            display: inline-block;
            width: 30%;
            position: absolute;
            left: 7%;
            top: 50%;
            font-family: "Open Sans", sans-serif;
            color: #fff;
            text-align: right; }
            @media only screen and (max-width: 768px) {
              .home-carousel .owl-stage-outer .owl-stage .owl-item .item .text {
                display: none;
                width: auto;
                left: 2%;
                right: 2%;
                top: 86%;
                text-align: center; } }
            .home-carousel .owl-stage-outer .owl-stage .owl-item .item .text .big {
              display: block;
              width: 100%;
              padding: 10px 0;
              line-height: 65px;
              letter-spacing: 20px;
              font-weight: 300;
              font-size: 40px; }
              @media only screen and (max-width: 768px) {
                .home-carousel .owl-stage-outer .owl-stage .owl-item .item .text .big {
                  font-size: 20px;
                  line-height: 0px; } }
            .home-carousel .owl-stage-outer .owl-stage .owl-item .item .text .small {
              display: block;
              width: 100%;
              padding: 20px 0;
              line-height: 25px;
              letter-spacing: 3px;
              font-weight: 300;
              font-size: 16px; }
          .home-carousel .owl-stage-outer .owl-stage .owl-item .item h1 {
            display: inline-block;
            position: absolute;
            padding: 10px;
            right: 20px;
            bottom: 20px;
            font-size: 14px;
            color: #fff;
            z-index: 999; }
  .home-carousel .owl-controls {
    display: block;
    text-align: center;
    font-size: 0; }
    @media only screen and (max-width: 1750px) {
      .home-carousel .owl-controls {
        margin: -34px auto 0 auto; } }
    .home-carousel .owl-controls .owl-dots {
      display: inline-block;
      vertical-align: top;
      padding: 7px 13px;
      background-color: #161616; }
      .home-carousel .owl-controls .owl-dots .owl-dot span {
        border-radius: 0;
        background: #D6D6D6; }
      .home-carousel .owl-controls .owl-dots .owl-dot.active span {
        background: #0083ff; }
      .home-carousel .owl-controls .owl-dots .owl-dot:hover span {
        background: #0069cc; }
    .home-carousel .owl-controls .owl-nav {
      display: inline-block;
      margin-top: 0; }
      .home-carousel .owl-controls .owl-nav .owl-next {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 50px;
        height: 50px;
        background: url("/assets/images/next_dark.png") scroll no-repeat center center;
        border-radius: 0;
        margin: 0; }
        .home-carousel .owl-controls .owl-nav .owl-next:hover {
          background: url("/assets/images/next.png") scroll no-repeat center center; }
      .home-carousel .owl-controls .owl-nav .owl-prev {
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 20px;
        background: url("/assets/images/prev_dark.png") scroll no-repeat center center;
        border-radius: 0;
        margin: 0; }
        .home-carousel .owl-controls .owl-nav .owl-prev:hover {
          background: url("/assets/images/prev.png") scroll no-repeat center center; }

.car-list {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  font-size: 0; }
  .car-list h1 {
    display: block;
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .car-list h1 {
        font-size: 36px; } }
  .car-list .car-item {
    display: inline-block;
    width: 25%;
    padding: 40px 20px; }
    @media only screen and (max-width: 768px) {
      .car-list .car-item {
        width: 100%; } }
    .car-list .car-item .img-cont {
      display: block;
      margin-bottom: 10px; }
      .car-list .car-item .img-cont img {
        display: block;
        width: 100%;
        height: auto; }
    .car-list .car-item .car-name {
      display: block;
      padding: 10px 0;
      font-size: 18px;
      color: #4c4c4c;
      border: 1px #4c4c4c solid;
      text-align: center; }
      .car-list .car-item .car-name:hover {
        background-color: #222;
        color: #fff; }
  .car-list .button-all-car {
    display: block;
    width: 97%;
    background-color: #f1f1f1;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 18px;
    color: #4c4c4c;
    border: 1px #4c4c4c solid;
    text-align: center; }
    .car-list .button-all-car:hover {
      background-color: #222;
      color: #fff; }

.home-motto {
  display: block;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin: 100px 0 0 0; }
  @media only screen and (max-width: 768px) {
    .home-motto {
      margin: 10px 0 10px 0; } }
  .home-motto h1 {
    display: block;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 20px; }
    @media only screen and (max-width: 768px) {
      .home-motto h1 {
        font-size: 20px;
        letter-spacing: 10px;
        line-height: 30px; } }
  .home-motto p {
    display: inline-block;
    padding: 50px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 3px;
    width: 70%;
    border-radius: 8px; }
    @media only screen and (max-width: 768px) {
      .home-motto p {
        width: 100%;
        font-size: 16px;
        padding: 10px 5px; } }

.carlist2 {
  display: block;
  font-size: 0;
  padding: 100px; }
  .carlist2 .item {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    padding: 20px; }
    .carlist2 .item .img-cont {
      display: block;
      width: 100%;
      overflow: hidden;
      padding: 10px 0; }
      .carlist2 .item .img-cont img {
        display: block;
        width: 100%;
        height: auto; }
    .carlist2 .item .name {
      display: block;
      width: 100%;
      position: absolute;
      bottom: 10px;
      text-align: center;
      padding: 10px 0;
      font-size: 24px;
      color: #fff;
      font-weight: 800; }
  .carlist2 .owl-nav {
    display: block;
    width: 100%; }
    .carlist2 .owl-nav .owl-prev {
      position: absolute;
      top: 40%;
      left: 0;
      background-color: RGBA(255, 255, 255, 0.2);
      width: 50px;
      height: 50px;
      border-radius: 100%;
      border: 1px solid #222; }
      .carlist2 .owl-nav .owl-prev::before {
        display: block;
        font-family: FontAwesome;
        content: "\f104";
        font-size: 34px;
        color: #222;
        margin: 3px 0; }
    .carlist2 .owl-nav .owl-next {
      position: absolute;
      top: 40%;
      right: 0;
      background-color: RGBA(255, 255, 255, 0.2);
      width: 50px;
      height: 50px;
      border-radius: 100%;
      border: 1px solid #222; }
      .carlist2 .owl-nav .owl-next::before {
        display: block;
        font-family: FontAwesome;
        content: "\f105";
        font-size: 34px;
        color: #222;
        margin: 3px 0; }

.carlist4 {
  display: block;
  font-size: 0;
  padding: 100px 0 100px 0; }
  @media only screen and (max-width: 768px) {
    .carlist4 {
      padding: 30px 0 30px 0; } }
  .carlist4 .header {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
    height: 800px;
    color: #fff;
    font-size: 36px;
    letter-spacing: 15px;
    font-weight: 300;
    background-color: #0d0d0d; }
    @media only screen and (max-width: 768px) {
      .carlist4 .header {
        display: block;
        width: 100%;
        height: auto;
        font-size: 26px;
        padding: 0 0 20px 0; } }
    .carlist4 .header span {
      display: inline-block;
      position: absolute;
      top: 40%;
      left: 0;
      right: 0;
      width: 80%;
      margin: 0 10%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .carlist4 .header span {
          display: block;
          position: relative;
          width: 100%;
          margin: 0%; } }
  .carlist4 .carlist4-carousel {
    display: inline-block;
    vertical-align: top;
    width: 70%; }
    @media only screen and (max-width: 768px) {
      .carlist4 .carlist4-carousel {
        width: 100%; } }
    .carlist4 .carlist4-carousel .item {
      display: inline-block;
      position: relative;
      width: 100%;
      height: 800px;
      background-color: #000;
      padding: 20px; }
      .carlist4 .carlist4-carousel .item .img-cont {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 10px 0; }
        .carlist4 .carlist4-carousel .item .img-cont img {
          display: block;
          width: 100%;
          height: auto; }
      .carlist4 .carlist4-carousel .item .name {
        display: block;
        position: absolute;
        width: 100%;
        top: 30px;
        text-align: center;
        padding: 10px 0;
        font-size: 28px;
        letter-spacing: 10px;
        color: #fff;
        font-weight: 300; }
    .carlist4 .carlist4-carousel .owl-nav {
      display: block;
      width: 100%; }
      .carlist4 .carlist4-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: 0;
        background-color: RGBA(255, 255, 255, 0.2);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #222; }
        .carlist4 .carlist4-carousel .owl-nav .owl-prev::before {
          display: block;
          font-family: FontAwesome;
          content: "\f104";
          font-size: 34px;
          color: #222;
          margin: 3px 0; }
      .carlist4 .carlist4-carousel .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: 0;
        background-color: RGBA(255, 255, 255, 0.2);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #222; }
        .carlist4 .carlist4-carousel .owl-nav .owl-next::before {
          display: block;
          font-family: FontAwesome;
          content: "\f105";
          font-size: 34px;
          color: #222;
          margin: 3px 0; }

.info-cont {
  display: block;
  font-size: 0;
  padding: 80px 0 80px 0; }
  .info-cont .box-item {
    display: inline-block;
    width: 25%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 300;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .info-cont .box-item {
        width: 50%; } }
    .info-cont .box-item a {
      display: block;
      padding: 20px 0;
      width: 100%;
      height: 130px;
      background-color: #000;
      color: #fff;
      border-radius: 10px; }
      .info-cont .box-item a:hover {
        background-color: #222; }
      .info-cont .box-item a img {
        width: 64px;
        height: auto; }
    .info-cont .box-item span {
      display: block;
      padding: 5px 0; }

.news-cont {
  display: block;
  font-size: 0;
  padding: 50px 0; }
  .news-cont .news-item {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .news-cont .news-item {
        width: 100%; } }
    .news-cont .news-item.width50 {
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .news-cont .news-item.width50 {
          width: 100%; } }
    .news-cont .news-item.width33 {
      width: 33.33%; }
      @media only screen and (max-width: 768px) {
        .news-cont .news-item.width33 {
          width: 100%; } }
    .news-cont .news-item.width25 {
      width: 25%; }
      @media only screen and (max-width: 768px) {
        .news-cont .news-item.width25 {
          width: 100%; } }
    .news-cont .news-item .img-cont {
      display: block;
      width: 100%;
      overflow: hidden; }
      .news-cont .news-item .img-cont img {
        display: block;
        width: 100%;
        height: auto; }
    .news-cont .news-item .head {
      display: block;
      padding: 20px 0 0 0;
      font-size: 22px;
      letter-spacing: 3px;
      color: #fff;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .news-cont .news-item .head {
          font-size: 14px; } }
    .news-cont .news-item .text {
      display: block;
      padding: 20px 0;
      font-size: 16px;
      font-weight: 300;
      color: #929292;
      letter-spacing: 3px;
      line-height: 20px; }
    .news-cont .news-item .button {
      display: block;
      padding: 10px 0;
      font-size: 18px;
      color: #f1f1f1;
      border: 1px #f1f1f1 solid;
      text-align: center; }
      .news-cont .news-item .button:hover {
        background-color: #f1f1f1;
        color: #222222; }
    .news-cont .news-item.home .img-cont {
      height: 350px !important; }
      @media only screen and (max-width: 768px) {
        .news-cont .news-item.home .img-cont {
          height: unset !important; } }
    .news-cont .news-item.list .img-cont {
      height: 340px !important;
      background-attachment: scroll;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .news-cont .news-item.list .head {
      font-size: 14px;
      line-height: 22px; }
    .news-cont .news-item .text {
      font-size: 13px; }

.news-cont-type2 {
  display: block;
  font-size: 0; }
  .news-cont-type2 .left {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .news-cont-type2 .left {
        width: 100%; } }
    .news-cont-type2 .left h1 {
      display: block;
      padding: 20px 0 0 0;
      font-size: 18px;
      color: #fff;
      font-weight: bold; }
    .news-cont-type2 .left .text {
      display: block;
      padding: 20px 0;
      font-size: 16px;
      color: #fff;
      line-height: 20px; }
    .news-cont-type2 .left .button {
      display: block;
      padding: 10px 0;
      font-size: 18px;
      color: #fff;
      border: 1px #fff solid;
      text-align: center; }
  .news-cont-type2 .right {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .news-cont-type2 .right {
        width: 100%; } }
    .news-cont-type2 .right .img-cont {
      display: block;
      width: 100%; }
      .news-cont-type2 .right .img-cont img {
        display: block;
        width: 100%;
        height: auto; }

.news-cont-type3 {
  display: block;
  position: relative;
  width: 100%;
  height: 1000px;
  text-align: center;
  background-size: cover;
  background-position: center 200px;
  background-repeat: no-repeat; }
  .news-cont-type3 .content {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    color: #fff; }
    .news-cont-type3 .content h1 {
      display: block;
      width: 100%;
      position: absolute;
      padding: 30px 0;
      text-align: center;
      font-size: 30px;
      letter-spacing: 10px;
      font-weight: 300;
      top: 80px; }
    .news-cont-type3 .content .text {
      display: block;
      position: absolute;
      bottom: 150px;
      padding: 20px 0;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 5px; }
    .news-cont-type3 .content .button {
      display: block;
      width: 100%;
      padding: 20px 0;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 5px;
      color: #fff;
      border: 1px #f1f1f1 solid;
      text-align: center;
      position: absolute;
      bottom: 60px; }

.news-cont-type4 {
  display: block;
  width: 100%;
  font-size: 0;
  margin: 150px 0; }
  @media only screen and (max-width: 768px) {
    .news-cont-type4 {
      margin: 50px 0; } }
  .news-cont-type4 .left {
    display: inline-block;
    width: 50%;
    color: #fff;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .news-cont-type4 .left {
        width: 100%; } }
    .news-cont-type4 .left .text {
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 100px;
      padding: 10px 30px; }
      .news-cont-type4 .left .text h1 {
        display: block;
        font-size: 80px;
        font-weight: 300;
        letter-spacing: 10px;
        padding: 20px 0; }
      .news-cont-type4 .left .text h2 {
        display: block;
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 15px;
        padding: 10px 0; }
        @media only screen and (max-width: 768px) {
          .news-cont-type4 .left .text h2 {
            font-size: 30px; } }
      .news-cont-type4 .left .text h3 {
        display: block;
        font-size: 40px;
        font-weight: 300;
        letter-spacing: 10px;
        padding: 140px 0; }
      .news-cont-type4 .left .text .button {
        display: inline-block;
        width: 80%;
        padding: 20px 0;
        font-size: 18px;
        color: #fff;
        border: 1px #f1f1f1 solid;
        text-align: center;
        font-weight: 300;
        letter-spacing: 5px; }
        .news-cont-type4 .left .text .button:hover {
          background-color: #f9f9f9;
          color: #222; }
  .news-cont-type4 .right {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .news-cont-type4 .right {
        width: 100%; } }
    .news-cont-type4 .right .img-cont {
      width: 100%;
      height: 450px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-attachment: scroll; }

.about-cont {
  display: block;
  width: 100%;
  font-size: 0;
  padding: 40px 15%;
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 768px) {
    .about-cont {
      padding: 20px 2%; } }
  .about-cont .left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0;
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .about-cont .left {
        width: 100%;
        padding-right: 0; } }
    .about-cont .left .img-cont {
      display: inline-block;
      vertical-align: top;
      padding: 10px; }
      .about-cont .left .img-cont.w100 {
        width: 100%; }
      .about-cont .left .img-cont.w50 {
        width: 50%; }
      .about-cont .left .img-cont img {
        display: block;
        width: 100%;
        height: auto; }
  .about-cont .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .about-cont .right {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }
    .about-cont .right .head {
      display: block;
      font-size: 18px;
      color: #a0152e;
      font-weight: 500; }
    .about-cont .right .head-big {
      display: block;
      font-size: 46px;
      color: #032e42;
      font-weight: 700;
      padding: 20px 0; }
      @media only screen and (max-width: 768px) {
        .about-cont .right .head-big {
          font-size: 26px; } }
    .about-cont .right .text {
      display: block;
      padding: 4px 0;
      font-size: 16px;
      color: #3b3b1f;
      font-family: "Open Sans", sans-serif;
      line-height: 24px; }

.blog-cont {
  display: block;
  padding: 60px 10%;
  font-size: 0;
  background-color: #f1f1f1;
  background-attachment: scroll;
  background-image: url("/assets/images/bg-2.png");
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .blog-cont {
      padding: 20px 2%; } }
  .blog-cont .header {
    display: block;
    padding: 20px 1% 0 1%;
    font-size: 0; }
    .blog-cont .header .left {
      display: inline-block;
      vertical-align: top;
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .blog-cont .header .left {
          width: 100%; } }
      .blog-cont .header .left .head {
        display: block;
        font-size: 18px;
        color: #a0152e;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .blog-cont .header .left .head {
            font-size: 14px; } }
      .blog-cont .header .left .head-big {
        display: block;
        font-size: 46px;
        color: #032e42;
        font-weight: 700;
        padding: 20px 0; }
        @media only screen and (max-width: 768px) {
          .blog-cont .header .left .head-big {
            font-size: 26px; } }
    .blog-cont .header .right {
      display: inline-block;
      vertical-align: top;
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .blog-cont .header .right {
          width: 100%; } }
      .blog-cont .header .right .text {
        display: block;
        padding: 4px 0;
        font-size: 16px;
        color: #3b3b1f;
        font-family: "Open Sans", sans-serif;
        line-height: 24px; }
  .blog-cont .article {
    display: inline-block;
    position: relative;
    width: 23%;
    padding: 20px;
    margin: 1%;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    border-bottom: 2px #a0152e solid; }
    .blog-cont .article .quote {
      display: block;
      width: 51px;
      height: 51px;
      margin: 0 auto;
      padding: 4px;
      border: 1px #f3a712 dashed;
      border-radius: 100%;
      position: relative;
      text-align: center; }
      .blog-cont .article .quote i {
        background: #f3a712;
        width: 41px;
        height: 41px;
        line-height: 41px;
        display: block;
        border-radius: 100%;
        font-size: 20px;
        color: #fff; }
    .blog-cont .article .play {
      display: none;
      position: absolute;
      bottom: -10px;
      width: 31px;
      height: 31px;
      margin: 0 auto;
      padding: 4px;
      border-radius: 100%;
      text-align: center;
      left: 0;
      right: 0; }
      .blog-cont .article .play i {
        background: #a0152e;
        width: 31px;
        height: 31px;
        line-height: 31px;
        display: block;
        border-radius: 100%;
        font-size: 14px;
        color: #fff; }
        .blog-cont .article .play i:hover {
          background-color: #b71835; }
    @media only screen and (max-width: 560px) {
      .blog-cont .article {
        width: 50%; } }
    @media only screen and (max-width: 414px) {
      .blog-cont .article {
        width: 100%; } }
    .blog-cont .article .img {
      display: block;
      height: 220px;
      overflow: hidden;
      margin-top: -26px; }
      .blog-cont .article .img img {
        width: 100%;
        height: auto; }
    .blog-cont .article .head {
      display: block;
      padding: 15px 0 5px 0;
      font-size: 16px;
      line-height: 26px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #032e42; }
    .blog-cont .article .text {
      display: block;
      padding: 4px 0;
      font-size: 14px;
      color: #3b3b1f;
      font-family: "Open Sans", sans-serif;
      line-height: 22px; }

.blog-cont2 {
  display: block;
  padding: 0 0 0 0;
  font-size: 0;
  margin: 200px 0 200px 0; }
  .blog-cont2 .header {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
    height: 700px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 400;
    background-color: #0d0d0d; }
    @media only screen and (max-width: 768px) {
      .blog-cont2 .header {
        display: none; } }
    .blog-cont2 .header span {
      display: inline-block;
      position: absolute;
      font-weight: 300;
      letter-spacing: 15px;
      top: 40%;
      left: 0;
      right: 0;
      width: 80%;
      margin: 0 10%;
      text-align: center; }
  .blog-cont2 .blog-carousel {
    display: inline-block;
    width: 70%; }
    @media only screen and (max-width: 768px) {
      .blog-cont2 .blog-carousel {
        display: block;
        width: 100%; } }
  .blog-cont2 .item {
    display: block;
    position: relative;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/panel/upload/1655878987_1.webp");
    text-align: center; }
    .blog-cont2 .item .mask {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: RGBA(0, 0, 0, 0.4);
      z-index: 10;
      transition: background-color .5s ease-out; }
      .blog-cont2 .item .mask:hover {
        background-color: RGBA(0, 0, 0, 0); }
    .blog-cont2 .item h2 {
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 10px 20px;
      font-size: 20px;
      letter-spacing: 5px;
      color: #fff;
      font-weight: 300;
      line-height: 30px; }
      @media only screen and (max-width: 768px) {
        .blog-cont2 .item h2 {
          position: relative;
          top: unset; } }
    .blog-cont2 .item a {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 90px;
      right: 0;
      z-index: 20;
      font-size: 16px;
      padding: 10px 0;
      color: #fff;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .blog-cont2 .item a {
          position: relative;
          top: unset; } }
    .blog-cont2 .item .text {
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 20;
      width: 100%;
      bottom: 0;
      padding: 10px 20px;
      color: #fff;
      font-size: 13px;
      line-height: 20px;
      text-align: center;
      letter-spacing: 2px; }
  .blog-cont2 .owl-controls {
    display: block; }
    .blog-cont2 .owl-controls .owl-nav {
      display: block;
      width: 100%; }
      .blog-cont2 .owl-controls .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        background-color: RGBA(255, 255, 255, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #666; }
        .blog-cont2 .owl-controls .owl-nav .owl-prev::before {
          display: block;
          font-family: FontAwesome;
          content: "\f104";
          font-size: 34px;
          color: #222;
          margin: 3px 0; }
      .blog-cont2 .owl-controls .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        background-color: RGBA(255, 255, 255, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #666; }
        .blog-cont2 .owl-controls .owl-nav .owl-next::before {
          display: block;
          font-family: FontAwesome;
          content: "\f105";
          font-size: 34px;
          color: #222;
          margin: 3px 0; }

.container {
  display: grid;
  grid-gap: 0.9rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 150px);
  margin: 0 auto;
  padding: 3em 10%; }
  @media only screen and (max-width: 768px) {
    .container {
      display: block; } }
  .container .img {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .container .item-4 {
    grid-row: 2/5; }
  .container .item-5 {
    grid-row: 2/6; }
  .container .item-6 {
    grid-row: 2/4; }
  .container .item-7 {
    grid-row: 5/6; }
  .container .item-8 {
    grid-row: 4/6; }
  .container .item-9 {
    grid-row: 6/11; }
  .container .item-10 {
    grid-row: 6/7; }
  .container .item-11 {
    grid-row: 6/9; }
  .container .item-12 {
    grid-row: 7/12; }
  .container .item-13 {
    grid-row: 9/13; }
  .container .item-14 {
    grid-row: 11/13; }

.faq-cont {
  display: block;
  padding: 40px 15%;
  background-color: #f0f0f0;
  font-size: 0; }
  @media only screen and (max-width: 768px) {
    .faq-cont {
      padding: 20px 2%; } }
  .faq-cont .left {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .faq-cont .left {
        width: 100%; } }
    .faq-cont .left .head {
      display: block;
      font-size: 18px;
      color: #a0152e;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .faq-cont .left .head {
          font-size: 14px; } }
    .faq-cont .left .head-big {
      display: block;
      font-size: 46px;
      color: #032e42;
      font-weight: 700;
      padding: 20px 0; }
      @media only screen and (max-width: 768px) {
        .faq-cont .left .head-big {
          font-size: 26px; } }
    .faq-cont .left ul {
      display: block; }
      .faq-cont .left ul li {
        display: block;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 1px; }
        .faq-cont .left ul li .faq-item {
          display: block;
          padding: 15px 10px;
          background-color: #ebebeb;
          border-bottom: 1px #dfdfdf solid;
          cursor: pointer;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            .faq-cont .left ul li .faq-item {
              font-weight: 500; } }
          .faq-cont .left ul li .faq-item:hover {
            background-color: #e2e2e2; }
        .faq-cont .left ul li .text {
          display: none;
          padding: 10px 20px;
          font-weight: 500;
          font-size: 14px;
          line-height: 18px; }
        .faq-cont .left ul li.active .text {
          display: block; }
  .faq-cont .right {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-left: 30px; }
    @media only screen and (max-width: 768px) {
      .faq-cont .right {
        width: 100%;
        padding-left: 0; } }
    .faq-cont .right .img-cont {
      display: block;
      height: 600px;
      background-attachment: scroll;
      background-image: url("/panel/upload/about-1.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px;
      background-position: center center; }

.video-cont {
  display: block;
  padding: 60px 10%;
  font-size: 0;
  background-color: #f1f1f1;
  background-attachment: scroll;
  background-image: url("/assets/images/bg-2.png");
  background-size: contain; }
  .video-cont .header {
    display: block;
    padding: 20px 1% 0 1%;
    font-size: 0; }
    .video-cont .header .left {
      display: inline-block;
      vertical-align: top;
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .video-cont .header .left {
          width: 100%; } }
      .video-cont .header .left .head {
        display: block;
        font-size: 18px;
        color: #a0152e;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .video-cont .header .left .head {
            font-size: 14px; } }
      .video-cont .header .left .head-big {
        display: block;
        font-size: 46px;
        color: #032e42;
        font-weight: 700;
        padding: 20px 0; }
        @media only screen and (max-width: 768px) {
          .video-cont .header .left .head-big {
            font-size: 26px; } }
    .video-cont .header .right {
      display: inline-block;
      vertical-align: top;
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .video-cont .header .right {
          width: 100%; } }
      .video-cont .header .right .text {
        display: block;
        padding: 4px 0;
        font-size: 16px;
        color: #3b3b1f;
        font-family: "Open Sans", sans-serif;
        line-height: 24px; }
  .video-cont .article {
    display: inline-block;
    position: relative;
    width: 23%;
    padding: 20px;
    margin: 1%;
    font-family: "Open Sans", sans-serif;
    background-color: #fff; }
    .video-cont .article .quote {
      display: block;
      width: 51px;
      height: 51px;
      margin: 0 auto;
      padding: 4px;
      border: 1px #a0152e dashed;
      border-radius: 100%;
      position: relative;
      text-align: center; }
      .video-cont .article .quote i {
        background: #a0152e;
        width: 41px;
        height: 41px;
        line-height: 41px;
        display: block;
        border-radius: 100%;
        font-size: 20px;
        color: #fff; }
    @media only screen and (max-width: 560px) {
      .video-cont .article {
        width: 50%; } }
    @media only screen and (max-width: 414px) {
      .video-cont .article {
        width: 100%; } }
    .video-cont .article .img {
      display: block;
      height: 220px;
      overflow: hidden;
      margin-top: -26px; }
      .video-cont .article .img img {
        width: 100%;
        height: auto; }
    .video-cont .article .head {
      display: block;
      padding: 15px 0 5px 0;
      font-size: 16px;
      line-height: 26px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #032e42; }

.maintenance-cont {
  display: block;
  background-color: #F4F5F6;
  padding: 50px 15%;
  font-size: 0; }
  @media only screen and (max-width: 768px) {
    .maintenance-cont {
      padding: 50px 2%; } }
  .maintenance-cont .left {
    display: inline-block;
    width: 50%;
    padding-right: 2%; }
    @media only screen and (max-width: 768px) {
      .maintenance-cont .left {
        width: 100%; } }
    .maintenance-cont .left .img {
      display: block; }
      .maintenance-cont .left .img img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px; }
  .maintenance-cont .right {
    display: inline-block;
    width: 50%;
    padding: 4% 0 0 2%;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .maintenance-cont .right {
        width: 100%; } }
    .maintenance-cont .right .head {
      display: block;
      font-size: 42px;
      color: #111724;
      line-height: 150%;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .maintenance-cont .right .head {
          font-size: 32px; } }
    .maintenance-cont .right .cover {
      display: block;
      font-size: 16px;
      color: #111724;
      line-height: 150%;
      font-weight: 700;
      padding: 20px 0; }
    .maintenance-cont .right .text {
      display: block;
      font-size: 16px;
      color: #111724;
      line-height: 150%;
      font-weight: 500; }
    .maintenance-cont .right a {
      display: inline-block;
      padding: 15px 25px;
      background-color: #0085FF;
      font-size: 16px;
      color: #fff;
      border: 0;
      border-radius: 8px;
      margin-top: 20px; }
      .maintenance-cont .right a:hover {
        background-color: #11a9ff; }
