@charset "UTF-8";
body {
  color: #333;
}

html,
body {
  overflow-x: hidden;
}

.dark-mode {
  background: #000;
  color: #e0e0e0;
}
.dark-mode .light-image {
  display: none;
}
.dark-mode .dark-image {
  display: block;
}
.dark-mode p {
  color: #e0e0e0;
}
.dark-mode .main-container .h3 {
  color: #e0e0e0;
}
@media screen and (max-width: 1200px) {
  .dark-mode .navbar-collapse {
    background: #000;
    padding: 0;
  }
}
.dark-mode .navbar .navbar-nav {
  background: transparent;
}
.dark-mode .navbar .lang-dropdown {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .dark-mode .navbar {
    background-color: #000;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.05) !important;
  }
}
.dark-mode .navbar-toggler {
  background: #888;
  transition: all 0.3s;
}
.dark-mode .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  background: #aaa;
}
.dark-mode .home .banner {
  background-image: url(../assets/images/home-banner-bg2.png);
}
.dark-mode .home .banner p {
  color: #e0e0e0;
}
.dark-mode .navbar .container .navbar-nav a {
  color: #e0e0e0;
}
.dark-mode .dropdown-menu {
  background-color: #333 !important;
  border: 1px #555 solid !important;
}
.dark-mode .dropdown-menu a {
  color: #e0e0e0;
}
.dark-mode .home .product article {
  background: #1e1e1e;
}
.dark-mode .main-container .more.line-style {
  background: transparent;
}
.dark-mode .home .service .service-swiper .swiper-slide > div {
  background: #2c2c2c;
}
.dark-mode .home .service .service-swiper .swiper-slide > div:hover {
  background: #3a3a3a;
  box-shadow: 0 8px 16px rgba(239, 103, 17, 0.3);
}
.dark-mode .home .service .service-swiper .swiper-slide h5 {
  color: #fff;
}
.dark-mode .home .service .service-swiper .swiper-slide p {
  color: #d3d3d3;
}
.dark-mode .home .service .choose article ul li h5 {
  color: #fff;
}
.dark-mode .home .service .choose article ul li p {
  color: #d3d3d3;
}
.dark-mode .home .product article .content p {
  color: #e0e0e0;
}
.dark-mode .main-container .join .more {
  background: #ef6711;
  border-color: #ef6711;
}
.dark-mode footer {
  color: #e0e0e0;
}
.dark-mode .footer-menu a,
.dark-mode .footer-menu span {
  color: #e0e0e0 !important;
}
.dark-mode .connect li a {
  color: #000 !important;
}
.dark-mode .footer-menu a:hover {
  color: #ef6711 !important;
}
.dark-mode .fixed-tool li a {
  color: #000 !important;
}
.dark-mode .main-container .join {
  background-color: #222;
  background-image: url(../assets/images/join-bg-dark.png);
}
.dark-mode .main-container .join h5 {
  color: #fff;
}
.dark-mode .about-product .product-service {
  background: #1e1e1e;
}
.dark-mode .advantages article ul li {
  background: #1e1e1e;
}
.dark-mode .cdn-serve .light {
  background: #1e1e1e;
}
.dark-mode .cdn-serve .light article .light-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #2c2c2c;
}
.dark-mode .product-service article .service-list li h4 {
  color: #e0e0e0;
}
.dark-mode .product-service article .service-list li p {
  color: #a3a3a3;
}
.dark-mode .center-services .plan {
  background: url(images/plan-bg1-dark.png) no-repeat top left, url(images/plan-bg2-dark.png) no-repeat bottom right, #1e1e1e;
  background-size: 640px 819px, 410px 1032px, auto;
}
@media screen and (max-width: 992px) {
  .dark-mode .center-services .plan {
    background-size: 50%, 50% auto;
  }
}
.dark-mode .center-services .plan article ul > li ol {
  background: #2c2c2c;
}
.dark-mode .contact-from {
  background: #1e1e1e;
}
.dark-mode .contact-from::before {
  background-color: #000;
}
.dark-mode .contact-from article aside {
  background-color: #2c2c2c;
}
.dark-mode .contact-from article aside ul li b {
  color: #e0e0e0;
}
.dark-mode .contact-from article form ul li label {
  color: #e0e0e0;
}
.dark-mode footer .container .footer-container .col1 p a {
  color: #e0e0e0;
}
.dark-mode footer .container .copyright {
  color: #ccc;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .navbar {
    padding-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) !important;
  }
}
.navbar .navbar-toggler {
  transition: all 0.3s;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  background: #fffcf1;
}
.navbar .container {
  max-width: 1180px !important;
}
.navbar .container .dropdown-menu {
  border-radius: 1px;
  border: 1px #eee solid;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.navbar .container .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 16px;
}
.navbar .container .dropdown-menu li a:hover {
  background-color: #ef6711;
  color: #fff;
}
.navbar .logo {
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .navbar .menu-tool {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: flex-end;
    padding: 5px 10px;
  }
}
.navbar .navbar-nav {
  font-size: 14px;
  background: #fff;
  margin-top: 10px;
}
.navbar .navbar-nav a {
  color: #333;
  font-size: 16px;
  padding-left: 22px !important;
  padding-right: 22px !important;
  letter-spacing: 0.05em;
}
.navbar .navbar-nav a:hover {
  color: #ef6711;
}
.navbar .lang-dropdown {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.navbar .lang-dropdown:before {
  content: "";
  background: url("images/icon-globe.svg") no-repeat center center;
  background-size: 15px 14px;
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.navbar .contact {
  background: #ef6711;
  border-radius: 8px;
  border: 1px solid #ef6711;
  color: #ffffff;
  padding: 2px 12px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}
.navbar .contact:hover {
  background: #fff;
  color: #ef6711;
}
.navbar .switch-toggle {
  width: 68px;
  height: 27px;
  border-radius: 8px;
  border: 1px #333333 solid;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .switch-toggle .light,
.navbar .switch-toggle .dark {
  width: 21px;
  height: 21px;
  cursor: pointer;
  opacity: 0.35;
  transition: all 0.3s;
  background-color: #cccccc;
  border-radius: 50%;
}
.navbar .switch-toggle .light.active,
.navbar .switch-toggle .dark.active {
  opacity: 1;
}
.navbar .switch-toggle .light:hover,
.navbar .switch-toggle .dark:hover {
  opacity: 1;
}
.navbar .switch-toggle .light {
  left: 2px;
  background: url("images/switch-light.png") no-repeat center center;
  background-size: 21px 21px;
}
.navbar .switch-toggle .dark {
  right: 2px;
  background: url("images/switch-dark.png") no-repeat center center;
  background-size: 21px 21px;
}

.fixed-tool {
  padding: 0;
  position: fixed;
  right: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  list-style: none;
  z-index: 9;
}
.fixed-tool li a {
  background: #ef6711;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  margin-bottom: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.fixed-tool li a:hover {
  opacity: 0.7;
}
.fixed-tool li a i {
  font-size: 20px;
}

.main-container {
  max-width: 100%;
  padding: 0;
}
.main-container .h2 {
  font-size: 60px;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  line-height: 84px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .main-container .h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
.main-container .h3 {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .main-container .h3 {
    font-size: 35px;
    line-height: 50px;
  }
}
.main-container .h3 b {
  font-size: 40px;
}
.main-container .h3 span {
  color: #ef6711;
}
.main-container .h4 {
  font-size: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .main-container .h4 {
    font-size: 28px;
  }
}
.main-container .more {
  background: #ef6711;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  border-radius: 11px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  margin: 30px 0;
  border: 2px solid #ef6711;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .main-container .more {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.main-container .more.line-style {
  background: #fff;
  color: #ef6711;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-container .more.line-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ef6711;
  transition: width 0.4s ease;
  z-index: -1;
}
.main-container .more.line-style:hover {
  color: #fff;
  opacity: 1;
}
.main-container .more.line-style:hover::before {
  width: 100%;
}
.main-container .more.line-style:hover i {
  animation: arrow-move 0.6s ease-in-out infinite;
}
.main-container .more:hover {
  opacity: 0.8;
}
.main-container .more:hover i {
  animation: arrow-move 0.6s ease-in-out infinite;
}
.main-container .more i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.main-container .join {
  background: url("images/join-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 115px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-container .join::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 500px;
  height: 300%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 100%);
  transform: rotate(50deg);
  animation: light-beam 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.main-container .join h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
.main-container .join .more {
  color: #fff;
  background: transparent;
  border-color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
}

@keyframes light-beam {
  0% {
    left: -100%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 200%;
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1200px) {
  .home {
    margin-top: 100px;
  }
}
.home .banner {
  min-height: 838px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/home-banner-bg.png") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .home .banner {
    min-height: 100vh;
    background-position: left top;
  }
}
.home .banner article {
  max-width: 1060px;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .home .banner article {
    margin-bottom: 70px;
  }
}
.home .banner article .banner-bg {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .home .banner article .banner-bg {
    display: block;
  }
}
.home .banner article h2 {
  position: relative;
  z-index: 1;
}
.home .banner article p {
  line-height: 40px;
  font-size: 20px;
  max-width: 615px;
  text-align: justify;
  margin: 7px 0 0 0;
  position: relative;
  z-index: 1;
}
.home .banner article a {
  position: relative;
  z-index: 1;
}
.home .product {
  padding: 0 20px;
}
.home .product article {
  max-width: 1200px;
  margin: 70px auto 90px auto;
  background: #faf8f5;
  border-radius: 23px;
  padding: 20px 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home .product article {
    display: block;
  }
}
.home .product article .content {
  width: 55%;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .home .product article .content {
    width: 100%;
    padding: 0;
  }
}
.home .product article .content p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
  margin: 7px 0 0 0;
}
.home .product article img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .home .product article img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.home .product article img.mobile-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .product article img.mobile-show {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home .product article img.mobile-hide {
    display: none;
  }
}
.home .service {
  background: url("images/service-bg.png") no-repeat top 80px right;
  background-size: 229px 702px;
}
@media screen and (max-width: 992px) {
  .home .service {
    background: none;
  }
}
.home .service .title {
  padding-left: 174px;
  padding-right: 190px;
  position: relative;
  min-height: 159px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1220px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .home .service .title {
    padding-left: 120px;
    padding-right: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .home .service .title {
    padding-left: 20px;
  }
}
.home .service .title::before {
  content: "";
  display: block;
  width: 174px;
  height: 159px;
  background: url("images/icon-service.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .home .service .title::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home .service .title::before {
    display: none;
  }
}
.home .service .title .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .home .service .title .more {
    bottom: -44px;
    margin: 0;
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .home .service .title .more {
    bottom: -50px;
  }
}
.home .service .service-swiper {
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .home .service .service-swiper {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .home .service .service-swiper {
    padding: 0 10px;
  }
}
.home .service .service-swiper .swiper-wrapper {
  height: auto;
}
.home .service .service-swiper .swiper-slide {
  padding-bottom: 10px;
  height: auto;
  max-width: 480px !important;
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  .home .service .service-swiper .swiper-slide {
    max-width: 100% !important;
  }
}
.home .service .service-swiper .swiper-slide > div {
  border: 1px solid #ef6711;
  border-radius: 23px;
  padding: 24px 35px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
.home .service .service-swiper .swiper-slide > div:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.home .service .service-swiper .swiper-slide h5 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .home .service .service-swiper .swiper-slide h5 {
    font-size: 24px;
  }
}
.home .service .service-swiper .swiper-slide p {
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.home .service .swiper-tool {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.home .service .swiper-tool .swiper-button-prev,
.home .service .swiper-tool .swiper-button-next {
  position: relative;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 10px;
  background: #ef6711;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.home .service .swiper-tool .swiper-button-prev::after,
.home .service .swiper-tool .swiper-button-next::after {
  font-size: 16px;
}
.home .service .swiper-tool .swiper-button-prev:hover,
.home .service .swiper-tool .swiper-button-next:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}
.home .service .swiper-tool .swiper-button-prev {
  left: auto;
}
.home .service .swiper-tool .swiper-button-next {
  right: auto;
}
.home .service .choose {
  max-width: 1140px;
  margin: 110px auto 85px auto;
  padding: 0 20px;
}
.home .service .choose article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home .service .choose article ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .home .service .choose article ul {
    width: 100%;
  }
}
.home .service .choose article ul li {
  border-bottom: 1px solid #ef6711;
  padding: 30px 0;
}
.home .service .choose article ul li:last-of-type {
  border-bottom: 0;
}
.home .service .choose article ul li h5 {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home .service .choose article ul li h5 {
    font-size: 24px;
  }
}
.home .service .choose article ul li h5 i {
  color: #ef6711;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-style: normal;
}
.home .service .choose article ul li p {
  padding-left: 45px;
  text-align: justify;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.home .service .choose article img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .home .service .choose article img {
    width: 100%;
  }
}

.product-service {
  padding: 120px 20px;
}
.product-service article {
  max-width: 1100px;
  margin: auto;
}
.product-service article .service-list {
  padding: 0;
  margin: 80px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 576px) {
  .product-service article .service-list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.product-service article .service-list li {
  width: calc(33.3333% - 30px);
  padding: 30px 25px;
  border: 1px solid #ef6711;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 23px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .product-service article .service-list li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .product-service article .service-list li {
    width: 100%;
  }
}
.product-service article .service-list li img {
  margin: auto;
  display: block;
}
.product-service article .service-list li h4 {
  color: #ef6711;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
}
.product-service article .service-list li p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}

.advantages {
  padding: 80px 20px 130px 20px;
  background: url("images/advantages-bg.png") no-repeat bottom right, url("images/advantages-bg2.png") no-repeat center left;
  background-size: contain, contain;
}
@media screen and (max-width: 1200px) {
  .advantages {
    background: url("images/advantages-bg.png") no-repeat bottom right;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    background: none;
  }
}
.advantages article {
  max-width: 1120px;
  margin: auto;
}
.advantages article ul {
  margin-top: 30px;
  list-style: none;
  margin-top: 55px;
  padding-left: 0;
}
.advantages article ul li {
  width: 49%;
  background: #faf8f5;
  border-radius: 23px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 35px 40px;
}
.advantages article ul li h4 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.advantages article ul li h4 img {
  margin-right: 10px;
}
.advantages article ul li p {
  font-size: 20px;
  line-height: 40px;
  margin: 22px 0 0 0;
  text-align: justify;
}

.cdn-serve {
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .cdn-serve {
    margin-top: 102px;
  }
}
.cdn-serve .cdn-banner {
  padding: 20px;
}
.cdn-serve .cdn-banner article {
  min-height: 641px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  background: url("images/cdn-banner-img.png") no-repeat center right, url("images/cdn-banner-bg.png") no-repeat center right;
  background-size: 661px 398px, contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .cdn-serve .cdn-banner article {
    background-size: 60%, 60%;
  }
}
@media (max-width: 1000px) {
  .cdn-serve .cdn-banner article {
    background-size: 40%, 50%;
    background-position: center right 50px, center right;
  }
}
@media (max-width: 992px) {
  .cdn-serve .cdn-banner article {
    padding-top: 300px;
    background-position: top 100px center, top 50px center;
    background-size: 300px, 100% 300px;
  }
}
.cdn-serve .cdn-banner article .content {
  max-width: 550px;
}
.cdn-serve .cdn-banner article .content .title {
  margin-bottom: 30px;
}
.cdn-serve .cdn-banner article .content .title .more {
  margin: 0;
  position: relative;
  top: -10px;
}
.cdn-serve .cdn-banner article .content h2 {
  display: inline;
}
.cdn-serve .cdn-banner article .content p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}
.cdn-serve .light {
  padding: 40px 0px;
  background: #faf8f5;
}
.cdn-serve .light h3 {
  padding: 0 20px;
}
.cdn-serve .light article {
  height: 675px;
  display: flex;
  margin-top: 45px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .cdn-serve .light article {
    height: auto;
  }
}
.cdn-serve .light article figure {
  background: #fcefdd;
  border-radius: 20px;
  background-image: url("images/light-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .cdn-serve .light article figure {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.cdn-serve .light article figure img {
  width: 60%;
}
.cdn-serve .light article .light-swiper {
  width: 50%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 300px;
}
@media screen and (max-width: 991px) {
  .cdn-serve .light article .light-swiper {
    width: 100%;
    height: auto;
  }
}
.cdn-serve .light article .light-swiper .swiper {
  max-width: 600px;
  margin: 0;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .cdn-serve .light article .light-swiper .swiper {
    max-width: 100%;
    padding-right: 0;
  }
}
.cdn-serve .light article .light-swiper .swiper .swiper-slide h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cdn-serve .light article .light-swiper .swiper .swiper-slide p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}
.cdn-serve .light article .light-swiper .swiper-pagination {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 991px) {
  .cdn-serve .light article .light-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0;
  }
}
.cdn-serve .light article .light-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  background: #fff;
  opacity: 1;
}
.cdn-serve .light article .light-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ef6711;
}
.cdn-serve .product-service {
  background: url("images/service-bg2.png") no-repeat right bottom;
  background-size: 418px 647px;
}
@media screen and (max-width: 992px) {
  .cdn-serve .product-service {
    background: none;
  }
}
.cdn-serve .product-service article.anti-ddos {
  max-width: 850px;
  margin: 110px auto 30px auto;
}
.cdn-serve .product-service article.anti-ddos img {
  max-width: 511px;
  display: block;
  margin: auto auto 60px auto;
}
.cdn-serve .product-service article.anti-ddos .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.cdn-serve .product-service article.anti-ddos .title h5 {
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  margin: 0 20px 0 0;
}
@media screen and (max-width: 992px) {
  .cdn-serve .product-service article.anti-ddos .title h5 {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.cdn-serve .product-service article.anti-ddos .title .more {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .cdn-serve .product-service article.anti-ddos .title .more {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .cdn-serve .advantages ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
.cdn-serve .advantages ul li:not(:first-child) {
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .cdn-serve .advantages ul li:not(:first-child) {
    margin-top: 0;
  }
}
.cdn-serve .advantages ul li:nth-child(odd) {
  margin-right: auto;
}
.cdn-serve .advantages ul li:nth-child(even) {
  margin-left: auto;
}

.about-product {
  margin-top: 65px;
}
@media screen and (max-width: 1200px) {
  .about-product {
    margin-top: 102px;
  }
}
.about-product .product-banner {
  padding: 20px;
}
.about-product .product-banner article {
  min-height: 641px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  background: url("images/ddos.png") no-repeat center left, url("images/cdn-banner-bg.png") no-repeat center left;
  background-size: 661px 398px, contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .about-product .product-banner article {
    background-size: 60%, 60%;
  }
}
@media (max-width: 1000px) {
  .about-product .product-banner article {
    background-size: 40%, 50%;
    background-position: center right 50px, center right;
  }
}
@media (max-width: 992px) {
  .about-product .product-banner article {
    padding-top: 300px;
    background-position: top 100px center, top 50px center;
    background-size: 300px, 100% 300px;
  }
}
.about-product .product-banner article .content {
  max-width: 550px;
  margin-left: auto;
}
.about-product .product-banner article .content .title {
  margin-bottom: 30px;
}
.about-product .product-banner article .content .title .more {
  margin: 0;
}
.about-product .product-banner article .content .title h2 {
  margin-bottom: 20px;
}
.about-product .product-banner article .content p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
}
.about-product .product-service {
  padding: 80px 20px 30px 20px;
  background: #faf8f5;
}
.about-product .advantages ul {
  -moz-column-count: 2;
       column-count: 2; /* 兩欄 */
  -moz-column-gap: 30px;
       column-gap: 30px; /* 欄間距 */
  padding: 0;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .about-product .advantages ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.about-product .advantages ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* 防止 li 被切開 */
  margin-bottom: 30px; /* 每個卡片底部間距 */
  list-style: none;
  width: 100%;
  margin-bottom: 70px;
}
.about-product .advantages ul li.even {
  margin-top: 70px;
  position: relative;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .about-product .advantages ul li.even {
    top: 0;
    margin-top: 0;
  }
}

.center-services {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .center-services {
    margin-top: 102px;
  }
}
.center-services .center-banner {
  background: url("images/center-bg1.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 30px;
}
.center-services .center-banner article {
  background: url("images/center-bg2.png") no-repeat center center;
  background-size: contain;
  min-height: 505px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
.center-services .center-banner article .title {
  text-align: center;
}
.center-services .center-banner article .more {
  margin: 50px auto;
}
.center-services .product-service {
  padding-top: 0;
}
.center-services .product-service .service-list {
  margin-top: 0;
}
.center-services .product-service .service-list li h4 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 25px;
}
.center-services .product-service .service-list li img {
  height: 183px;
}
@media screen and (max-width: 768px) {
  .center-services .product-service .service-list li img {
    height: auto;
    width: 50%;
  }
}
.center-services .product-service .service-list li.l1 {
  width: calc(60% - 30px);
}
@media screen and (max-width: 992px) {
  .center-services .product-service .service-list li.l1 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .center-services .product-service .service-list li.l1 {
    width: 100%;
  }
}
.center-services .product-service .service-list li.l1 h4 {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .center-services .product-service .service-list li.l1 h4 {
    text-align: center;
  }
}
.center-services .product-service .service-list li.l1 img {
  width: 100%;
}
.center-services .product-service .service-list li.l2 {
  width: calc(40% - 30px);
}
@media screen and (max-width: 992px) {
  .center-services .product-service .service-list li.l2 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 576px) {
  .center-services .product-service .service-list li.l2 {
    width: 100%;
  }
}
.center-services .product-service .service-list li.l2 h4 {
  text-align: left;
}
@media screen and (max-width: 576px) {
  .center-services .product-service .service-list li.l2 h4 {
    text-align: center;
  }
}
.center-services .product-service .service-list li.l2 img {
  width: 100%;
}
.center-services .plan {
  background: url("images/plan-bg1.png") no-repeat top left, url("images/plan-bg2.png") no-repeat bottom right, #faf8f5;
  background-size: 640px 819px, 410px 1032px, auto;
  padding: 80px 20px;
}
@media screen and (max-width: 992px) {
  .center-services .plan {
    background-size: 50%, 50% auto;
  }
}
.center-services .plan article {
  max-width: 1025px;
  margin: auto;
}
.center-services .plan article ul {
  padding: 0;
  list-style: none;
}
.center-services .plan article ul > li {
  position: relative;
  padding: 40px 0 40px 55px;
  border-bottom: 1px solid #ef6711;
}
.center-services .plan article ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.center-services .plan article ul > li b {
  font-size: 35px;
  font-weight: 700;
  color: #ef6711;
  position: absolute;
  top: 30px;
  left: 0;
}
.center-services .plan article ul > li h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ef6711;
  margin-bottom: 30px;
}
.center-services .plan article ul > li p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 15px;
}
.center-services .plan article ul > li ol {
  background: #fcefdd;
  border-radius: 23px;
  padding: 25px 40px;
  list-style: none;
}
.center-services .plan article ul > li ol li {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
}
.center-services .plan article ul > li ol li::before {
  content: "";
  background: url("images/plan-check.png") no-repeat center center;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  top: 3px;
  left: 0;
  position: absolute;
}
.center-services .plan article ul > li ol li:last-child {
  margin-bottom: 0;
}

.contact-from {
  padding: 100px 20px;
  margin-top: 65px;
  background-color: #faf8f5;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .contact-from {
    margin-top: 102px;
  }
}
.contact-from::before {
  content: "";
  width: 40%;
  height: 100%;
  background: url("images/contact-bg.png") center left, url("images/contact-bg3.png") no-repeat top 100px center;
  background-color: #fff;
  background-size: cover, contain;
  background-repeat: repeat-y, no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact-from::before {
    width: 100%;
    height: 650px;
  }
}
.contact-from article {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-from article aside {
  width: 50%;
  background: url("images/contact-bg2.png") no-repeat bottom 60px right, #fcefdd;
  background-size: 169px 245px, auto;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15), inset 0px -2px 3px rgba(0, 0, 0, 0.3);
  padding: 45px 20px;
}
@media screen and (max-width: 768px) {
  .contact-from article aside {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact-from article aside h2 {
  color: #ef6711;
}
.contact-from article aside p {
  font-size: 20px;
  line-height: 40px;
  text-align: justify;
  margin: 20px 0;
}
.contact-from article aside ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact-from article aside ul li {
  margin-bottom: 20px;
}
.contact-from article aside ul li span {
  display: block;
  font-size: 20px;
  color: #ef6711;
  margin-bottom: 10px;
}
.contact-from article aside ul li span i {
  margin-right: 10px;
}
.contact-from article aside ul li b {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.contact-from article form {
  width: 50%;
  margin-top: 40px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .contact-from article form {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}
.contact-from article form ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.contact-from article form ul li {
  margin-bottom: 20px;
}
.contact-from article form ul li label {
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.contact-from article form ul li label b {
  color: #ff0505;
}
.contact-from article form ul li .input {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 20px;
  border-radius: 10px;
}
.contact-from article form ul li textarea.input {
  height: 200px;
  padding: 20px;
}
.contact-from article form .submit-btn {
  background: #ef6711;
  color: #fff;
  font-size: 20px;
  width: 100%;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  padding: 16px 10px;
  margin-top: 10px;
}
.contact-from article form .submit-btn:hover {
  opacity: 0.8;
}

footer .container {
  max-width: 1200px !important;
  margin: auto;
  padding: 35px 20px 0 20px;
}
footer .container .footer-container {
  display: flex;
  flex-wrap: wrap;
}
footer .container .footer-container .col1 {
  width: 35%;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  footer .container .footer-container .col1 {
    width: 100%;
  }
}
footer .container .footer-container .col1 p {
  margin-bottom: 10px;
}
footer .container .footer-container .col1 p a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
footer .container .footer-container .col1 p a:hover {
  color: #ef6711;
}
footer .container .footer-container .col1 .connect {
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 15px;
}
footer .container .footer-container .col1 .connect li {
  margin-right: 10px;
}
footer .container .footer-container .col1 .connect li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ef6711;
  border-radius: 100%;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
footer .container .footer-container .col1 .connect li a i {
  font-size: 16px;
}
footer .container .footer-container .col1 .connect li a:hover {
  opacity: 0.8;
}
footer .container .footer-container .col2 {
  width: 65%;
  padding: 0 50px;
}
@media screen and (max-width: 992px) {
  footer .container .footer-container .col2 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-container .col2 {
    display: none;
  }
}
footer .container .footer-container .col2 .footer-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
footer .container .footer-container .col2 .footer-menu > li {
  padding: 0 10px;
}
footer .container .footer-container .col2 .footer-menu > li > a,
footer .container .footer-container .col2 .footer-menu > li > span {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
footer .container .footer-container .col2 .footer-menu > li > a:hover {
  color: #ef6711;
}
footer .container .footer-container .col2 .footer-menu > li .footer-submenu {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
footer .container .footer-container .col2 .footer-menu > li .footer-submenu li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
footer .container .footer-container .col2 .footer-menu > li .footer-submenu li a:hover {
  color: #ef6711;
}
footer .container .copyright {
  border-top: 1px solid #cacaca;
  padding: 10px 0;
  color: #686666;
  font-size: 14px;
  text-align: center;
}

.light-image {
  display: block;
}

.dark-image {
  display: none;
}/*# sourceMappingURL=layout.css.map */