
			* {
			  box-sizing: border-box;
			}

			body {
			  margin: 0;
			  color: #63656a;
			  font-family: Arial;
			  font-size: 15px;
			  line-height: 1.25;
			}

			p,
			ul {
			  margin: 0;
			}

			a {
			  color: #67b1e2;
			}

			.clearfix {
			  clear: both;
			}
			.clearfix:after {
			  content: "";
			  display: block;
			  clear: both;
			}

			.align-center {
			  text-align: center;
			}

			.inner-container {
			  max-width: 1170px;
			  padding: 0 20px;
			  margin: 0 auto;
			}

			.banner {
			  position: relative;
			}

			.header {
			  position: absolute;
			  z-index: 1;
			  top: 0;
			  width: 100%;
			}
			.header-top {
			  padding-top: 10px;
			  padding-right: 30px;
			  background-color: #fff;
			  text-align: right;
			}
			.header-top .header-menu {
			  display: inline-block;
			  margin-right: 10px;
			  color: #bbb;
			  font-size: 12px;
			  vertical-align: top;
			}
			.header-top .header-social {
			  display: inline-block;
			  width: 19px;
			  border-radius: 20px;
			  background-color: #bbb;
			  color: #fff;
			  font-size: 11px;
			  line-height: 19px;
			  text-align: center;
			}
			.header-middle {
			  padding: 0 30px 30px;
			  background-color: #fff;
			}
			.header-logo {
			  float: left;
			}
			.header-search {
			  float: right;
			  margin-top: 10px;
			}
			.header-search input {
			  width: 120px;
			  padding-left: 5px;
			  padding-right: 10px;
			  border: 1px solid #bbb;
			  background-image: url(/images/search.png);
			  background-repeat: no-repeat;
			  background-position: right 1px center;
			  color: #8e8f90;
			  font-size: 10px;
			}
			.header-bottom {
			  position: relative;
			  background-color: #67b1e2;
			}
			.header-nav {
			  list-style-type: none;
			  padding: 0;
			  text-align: center;
			}
			.header-nav > li {
			  display: inline-block;
			  position: relative;
			  padding: 0 10px;
			}
			.header-nav > li > a {
			  display: block;
			  padding: 10px 0;
			  color: #fff;
			  font-size: 14px;
			  text-decoration: none;
			}
			.header-nav ul {
			  display: none;
			  position: absolute;
			  list-style-type: none;
			  width: 180px;
			  padding: 10px 0;
			  background-color: #fff;
			  text-align: left;
			}
			@media (min-width: 768px) {
			  .header-nav > li:hover ul {
				display: block;
			  }
			}
			.submenu a {
			  display: block;
			  padding: 5px 15px;
			  color: #3d4643;
			  font-size: 11px;
			}
			.submenu a:hover {
			  color: #67b1e2;
			  text-decoration: none;
			}
			.mobile-nav {
			  display: none;
			  position: absolute;
			  top: -64px;
			  right: 0;
			  color: #67b1e2;
			  font-size: 32px;
			  cursor: pointer;
			}
			@media (max-width: 767px) {
			  .header {
				position: static;
			  }
			  .header-top .header-menu {
				margin-right: 0;
			  }
			  .header-top .header-menu span {
				display: none;
			  }
			  .header-logo {
				width: 100%;
				text-align: center;
			  }
			  .header-logo img {
				max-width: 280px;
			  }
			  .header-search {
				width: 100%;
			  }
			  .mobile-nav {
				display: block;
			  }
			  .header-nav {
				max-height: 0;
				overflow: hidden;
				transition: .3s;
			  }
			  .header-nav.opened {
				max-height: 500px;
				margin-bottom: 20px;
			  }
			  .header-nav > li {
				display: block;
			  }
			}

			.banner .carousel .item {
			  height: 525px;
			}
			.banner .carousel .item img {
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			}
			.banner-badge {
			  position: absolute;
			  width: 100%;
			  bottom: 50px;
			}
			.banner-badge img {
			  float: right;
			}
			.banner-title {
			  background-color: #67b1e2;
			  color: #fff;
			  font-size: 30px;
			  line-height: 70px;
			  text-align: center;
			}
			@media (max-width: 767px) {
			  .banner .carousel .item {
				height: 350px;
			  }
			  .banner-title {
				font-size: 20px;
			  }
			}

			.footer-social {
			  padding: 30px 0;
			  background-color: #67b1e2;
			  text-align: center;
			}
			.footer-social a {
			  display: inline-block;
			  width: 32px;
			  margin: 0 2px;
			  border-radius: 20px;
			  background-color: #fff;
			  font-size: 20px;
			  line-height: 32px;
			}

			.footer {
			  padding: 30px 0;
			  margin-top: 10px;
			  background-color: #ececec;
			}
			.footer-col {
			  float: left;
			  width: 25%;
			}
			.footer-col p {
			  margin-bottom: 10px;
			  font-size: 14px;
			}
			.footer-col a {
			  color: #63656a;
			}
			.footer-col .footer-title {
			  color: #68b1e2;
			  font-size: 20px;
			}
			.footer-logo {
			  margin-top: -10px;
			  margin-bottom: 20px;
			}
			.footer-power-text {
			  float: right;
			  width: 25%;
			  font-size: 11px;
			}
			.footer-copy-text {
			  float: left;
			  font-size: 11px;
			}
			@media (max-width: 767px) {
			  .footer-col {
				float: none;
				width: 180px;
				margin: 0 auto 40px;
			  }
			  .footer-power-text,
			  .footer-copy-text {
				float: none;
				width: 100%;
				margin: 0 auto;
				text-align: center;
			  }
			  .footer-power-text {
				margin-top: -50px;
				margin-bottom: 10px;
			  }
			}

			.main-wrapper {
			  display: flex;
			  padding-top: 34px;
			}
			.sidebar {
			  width: 300px;
			  padding: 17px 34px;
			  background-color: #ececec;
			}
			.sidebar-links,
			.sidebar-links ul {
			  list-style: none;
			  padding-left: 0;
			}
			.sidebar-links ul {
			  padding-left: 20px;
			}
			.sidebar-links a {
			  display: block;
			  position: relative;
			  color: #63656a;
			  font-size: 17px;
			  line-height: 2;
			}
			.sidebar-links a:hover {
			  color: #67b1e2;
			  text-decoration: none;
			}
			.sidebar-links .active {
			  text-decoration: underline;
			}
			.sidebar-links .has-sublink > a:after {
			  content: "";
			  display: inline-block;
			  position: absolute;
			  top: 10px;
			  right: 0;
			  transform: rotate(45deg);
			  padding: 3px;
			  border: solid #63656a;
			  border-width: 0 2px 2px 0;
			}
			.sidebar + .main-content {
			  width: calc(100% - 300px);
			  padding-left: 30px;
			}
			@media (max-width: 767px) {
			  .main-wrapper {
				display: block;
			  }
			  .sidebar {
				width: 100%;
			  }
			  .sidebar + .main-content {
				width: 100%;
				padding-left: 0;
				margin-top: 30px;
			  }
			}

			.gallery-wrapper {
			  padding: 0 34px;
			  background-color: #ececec;
			}
			.gallery-item {
			  position: relative;
			  float: left;
			  height: 212px;
			  margin: 17px 0;
			}
			.gallery-2 {
			  width: calc(50% - 17px);
			}
			.gallery-3 {
			  width: calc(33.33% - 22.66px);
			}
			.gallery-2:nth-child(2n),
			.gallery-3:nth-child(3n),
			.gallery-3:nth-child(3n - 1) {
			  margin-left: 34px;
			}
			.gallery-promo {
			  border: 3px solid #67b1e2;
			}
			.gallery-item img {
			  width: 100%;
			  height: 100%;
			  object-fit: cover;
			}
			.gallery-item .video-play-button {
			  position: absolute;
			  top: 50%;
			  left: 50%;
			  transform: translate(-50%, -50%);
			  width: auto;
			  height: auto;
			}
			.gallery-normal a {
			  display: block;
			  width: 100%;
			  height: 100%;
			}
			.gallery-normal a:before {
			  content: "";
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			  height: 100%;
			  background-image: url(/images/overlay.png);
			  background-repeat: repeat-x;
			}
			.gallery-title {
			  position: absolute;
			  top: 15px;
			  left: 15px;
			  color: #fff;
			  font-size: 14px;
			}
			@media (max-width: 767px) {
			  .gallery-item {
				float: none;
				margin-left: auto;
				margin-right: auto;
			  }
			  .gallery-2,
			  .gallery-3 {
				width: 100%;
				max-width: 500px;
			  }
			  .gallery-2:nth-child(2n),
			  .gallery-3:nth-child(3n),
			  .gallery-3:nth-child(3n - 1) {
				margin-left: auto;
			  }
			}

			.acc-wrapper {
			  padding: 34px;
			}
			.acc-wrapper p {
			  margin-bottom: 20px;
			}
			.acc-title {
			  color: #68b1e2;
			  font-size: 20px;
			  text-align: center;
			}
			.acc-title i {
			  color: #c6c7c9;
			}

			.product-wrapper {
			  margin-bottom: 40px;
			  font-size: 0;
			  text-align: center;
			}
			.product-wrapper:after {
			  content: "";
			  display: block;
			  clear: both;
			}
			.product-item {
			  display: inline-block;
			  width: calc(33.33% - 16px);
			  height: 212px;
			  margin: 0 8px 17px;
			  border: 1px solid #a9abae;
			}
			.product-image {
			  height: 155px;
			  padding-top: 20px;
			}
			.product-name {
			  font-size: 19px;
			}
			.product-detail {
			  font-size: 16px;
			}
			@media (max-width: 1024px) {
			  .product-item {
				width: calc(50% - 16px);
			  }
			}
			@media (max-width: 767px) {
			  .product-item {
				display: block;
				width: 100%;
				max-width: 300px;
				margin-left: auto;
				margin-right: auto;
			  }
			}

			.video-wrapper {
			  max-width: 540px;
			  margin: 0 auto 80px;
			}
			.video-wrapper iframe {
			  width: 100%;
			  height: 300px;
			  border: none;
			}

			@media (max-width: 567px) {
			.gallery-item {
			  height: 170px;
			  }
			}
			@media (max-width: 479px) {
			.gallery-item {
			  height: 110px;
			  }
			}
		
