html {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .container {
    width: 1480px;
  }
}

* {
  font-family: AvenirNext;
}

.box-title h2 {
  font-family: Sari;
  font-size: 45px;
  line-height: 46px;
  color: #444;
  margin: 10px 0 30px;
}

.text-with-line {
  position: relative;
  padding-left: 90px;
  text-align: left;
  color: #035437;
  font-weight: bold;
  letter-spacing: 3px;
}

.text-with-line:before {
  content: "";
  height: 1px;
  background: linear-gradient(182.89deg, #0E512D -31.39%, #066937 108.59%);
  width: 80px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.box-effect {
  z-index: 9;
  position: relative;
  display: inline-block;
}

.box-effect:before,
.box-effect:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  z-index: 8;
  border: 2px solid;
  border-image-source: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  border-image-slice: 1;
  border-image-width: 2px 0 0 2px;
}

.box-effect:after {
  bottom: -2px;
  right: -2px;
  transform: rotate(-180deg);
}

.box-effect:before {
  left: -2px;
  top: -2px;
}

.slogan-text {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: AvenirNextDemiBold;
  font-size: 24px;
  line-height: 28px;
  width: 40%;
  margin-bottom: 20px;
  position: relative;
  padding-top: 40px;
}

.slogan-text:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background: url(../images/icons/logo-icon.png) no-repeat scroll center center;
  top: 0;
  left: 0;
}

.slogan-text:after {
  content: "";
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  width: 1px;
  height: 93px;
  position: absolute;
  top: -100px;
  left: 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background 0.4s;
  background: #FFF;
}

.header.scrolling {
  background: #fff;
  box-shadow: 0 0 3px -1px;
}

.header .navbar-brand {
  float: left;
  height: inherit;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
}

.header .navbar-brand img {
  width: 150px;
}

.header .navbar {
  position: relative;
  min-height: inherit;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.header .nav>li>a:focus, 
.header .nav>li>a:hover {
  background-color: transparent;
}

.header .nav>li>a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #333;
  padding: 15px 0;
  margin: 0 20px;
  font-family: AvenirNextMedium;
}

.header .nav>li.active>a {
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 700;
}

.header .nav>li.active>a:after {
  content: "";
  background: linear-gradient(0deg, #066937, #066937);
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 10px;
}

.banner {
  position: relative;
  margin-top: 53px;
}

.banner .slides li {
  position: relative;
}

.banner .slides li .flex-caption {
  position: absolute;
  left: 15%;
  top: 45%;
  display: none;
}

.banner .slides li .page-single {
  position: absolute;
  left: 15%;
  top: inherit;
  bottom: 40px;
}

.banner .slides li .page-single h2 {
  margin: 0;
}

.banner .slides li .page-single .bread span,
.banner .slides li .page-single .bread a {
  font-size: 16px;
  line-height: 46px;
  color: #333333;
  text-decoration: none;
  font-family: AvenirNextMedium;
}

.banner .slides li .page-single .bread a:after {
  content: "/";
  margin: 0 15px 0 20px;
}

.banner .slides li .flex-caption h2,
.banner .slides li .flex-caption p {
  background: linear-gradient(254.63deg, #0B3D20 5.77%, #0E512D 34.36%, #066937 64.64%, #066937 83.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  line-height: 55px;
  font-family: Sari;
}

.banner .slides li img {
  width: 100%;
  height: calc(100vh - 53px);
  object-fit: cover;
}

.banner .flex-control-nav {
  width: 20px;
  right: 100px;
  top: 50%;
}

.banner .flex-control-nav li {
  margin: 0 0 5px;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
}

.banner .flex-control-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  position: relative;
}

.banner .flex-control-nav li a.flex-active {
  border: 1px solid #0E512D;
}

.banner .flex-control-nav li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.banner .banner-options {
  position: absolute;
  right: 10%;
  bottom: 10%;
  display: flex;
  flex-flow: wrap;
}

.banner .banner-options .item {
  width: 150px;
  background: url(../images/bg-highlight.jpg) no-repeat scroll center center / 100% 100%;
  padding: 30px 15px;
  margin: 15px;
  text-align: center;
}

.banner .banner-options .item .name,
.banner .banner-options .item .number,
.banner .banner-options .item .description,
.banner .banner-options .item {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .banner-options .item .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  height: 40px;
}

.banner .banner-options .item .number {
  font-size: 50px;
  line-height: 65px;
  font-family: AvenirNextBold;
}

.banner .banner-options .item .description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.divider-box {
  background: url(../images/bg-harmony-square.png) no-repeat scroll center center / 100% auto;
  height: 300px;
}

.divider-box2 {
  background: url(../images/bg-harmony-square2.png) no-repeat scroll center center / 100% auto;
  height: 300px;
}

.overview {
  padding-top: 160px;
  position: relative;
  background: linear-gradient(to bottom, #FFF 40%, #F7F7F7 40%);
}

.overview .data-title {
  display: inline-block;
}

.overview > .divider-box {
  background: url(../images/bg-harmony-square.png) no-repeat scroll center center / 100% auto;
  height: 260px;
  position: absolute;
  width: 100%;
  top: 0;
}

.overview .data-image {
  text-align: center;
  margin-top: -100px;
}

.overview .data-image .box-effect:before,
.overview .data-image .box-effect:after {
  border-image-width: 4px 0 0 4px;
  border-image-source: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  border-image-slice: 1;
}

.overview .data-image .box-effect:before {
  left: -4px;
  top: -4px;
}

.overview .data-image .box-effect:after {
  bottom: -4px;
  right: -4px;
  transform: rotate(-180deg);
}

.overview .box-data .box-content {
  background: url(../images/bg-overview.jpg) no-repeat scroll center center / cover;
  color: #FFF;
  padding: 0 100px 80px;
}

.overview .data-content {
  padding-top: 100px;
}

.overview .data-content .data-text p {
  font-family: AvenirNext;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 20px;
}

.overview .data-content .data-text p b {
  font-weight: normal;
  font-family: AvenirNextDemiBold;
}

.overview .data-info-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.overview .data-info {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 25%;
  padding-bottom: 15px;
}

.overview .data-info-list .data-info:last-child {
  border-right: none;
}

.overview .data-info h3 {
  font-family: AvenirNextMedium;
  font-size: 15px;
  line-height: 20px;
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overview .data-info div {
  font-family: AvenirNextBold;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.overview .box-partner {
  position: relative;
  padding-bottom: 180px;
}

.overview .box-partner .divider-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.overview .box-partner .special-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 40px;
}

.overview .box-partner .special-title span {
  font-family: Sari;
  font-size: 24px;
  line-height: 26px;
  background: linear-gradient(150.02deg, #FDBB55 0.17%, #CC8F31 53.39%, #8D6930 126.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  padding: 40px 0;
}

.overview .box-partner .special-title span:before {
  content: "";
  width: 48px;
  height: 32px;
  position: absolute;
  background: #F7F7F7 url(../images/icons/logo-icon.png) no-repeat scroll center center;
  top: 0;
  left: calc(50% - 24px);
  z-index: 9;
}

.overview .box-partner .special-title span:after {
  content: "";
  height: 1px;
  width: 100%;
  z-index: 8;
  position: absolute;
  background: linear-gradient(90deg, #FFCC7E 0%, #D9AA61 15%, #AF823C 50%, #D9AA61 85%, #FFCC7E 100%);
  top: 16px;
  left: 0;
}

.overview .box-partner .partner-list {
  display: flex;
  flex-flow: wrap;
  position: relative;
  margin: 0 50px;
}

.overview .box-partner .partner-list .partner-item {
  width: 26.5%;
  position: absolute;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding: 50px;
}

.overview .box-partner .partner-list .partner-item ~ .partner-item {
  left: 24%;
}

.overview .box-partner .partner-list .partner-item ~ .partner-item ~ .partner-item {
  left: 48%;
}

.overview .box-partner .partner-list .partner-item ~ .partner-item ~ .partner-item ~ .partner-item {
  left: 72%;
}

.overview .box-partner .partner-list .partner-item .name {
  font-family: AvenirNextDemiBold;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.overview .box-partner .partner-list .partner-item img {
  width: 145px;
  height: 70px;
  object-fit: contain;
}

.overview .box-partner .partner-list .partner-item .name:after {
  content: "";
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  height: 2px;
  left: 30%;
  right: 30%;
  position: absolute;
  bottom: 0;
}

.overview .box-partner .partner-list .partner-item .partner-work {
  font-family: AvenirNextDemiBold;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin: 20px 0 10px;
}

.overview .box-partner .partner-list .partner-item .list-work {
  height: 78px;
  overflow: hidden;
}

.overview .box-partner .partner-list .partner-item .list-work p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 25px;
}

.overview .box-partner .partner-list .partner-item .list-work p:before {
  content: "";
  background: url(../images/icons/industry.png) no-repeat scroll center center;
  width: 20px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -3px;
}

.box-tabs .title-tab {
  display: flex;
  flex-flow: wrap;
}

.box-tabs .title-tab a {
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 2px;
  background: none;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 38px;
  font-family: AvenirNextMedium;
  color: #000;
  min-width: 35%;
  text-align: center;
  text-transform: uppercase;
}

.box-tabs .title-tab a.active {
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  box-shadow: none;
  color: #FFF;
  font-family: AvenirNextDemiBold;
}

.location {
  padding: 50px 0 0;
}

.location.box-tabs .title-tab {
  padding: 75px 0 30px;
}

.location .data-title {
  padding: 40px 0 10px;
}

.location .box-data {
  background: url(../images/bg-location.jpg) no-repeat scroll center center / cover;
  color: #FFF;
}

.location .box-data .map {
  text-align: center;
}

.location .data-content {
  padding-top: 80px;
}

.location .slogan-text {
  width: 100%;
}

.location .slogan-text:after {
  height: 73px;
  top: -80px;
}

.location .data-text {
  font-size: 15px;
  line-height: 24px;
}

.location .data-text p {
  margin-bottom: 20px;
  position: relative;
}

.location .data-text p:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #FFF;
  top: 9px;
  left: -18px;
  transform: rotate(45deg);
}

.box-tabs .content-tab {
  display: none;
}

.box-tabs .content-tab.active {
  display: block;
}

.ground .divider-box {
  position: absolute;
  width: 100%;
}

.ground .box-title {
  padding: 130px 0 0;
}

.ground .box-title .data-title {
  display: inline-block;
}

.ground.box-tabs .title-tab {
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}

.ground.box-tabs .title-tab a {
  min-width: 15%;
}

.ground .data-image {
  text-align: center;
  padding-top: 30px;
}

.ground .data-image img {
  max-width: 100%;
}

.ground .data-content {
  padding-top: 80px;
}

.ground .slogan-text {
  width: 60%;
}

.ground .slogan-text:after {
  height: 73px;
  top: -80px;
}

.ground .data-text {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

.ground .data-text p {
  margin-bottom: 20px;
}

.ground .data-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.ground .data-text ul li {
  display: flex;
  flex-flow: row;
  padding-left: 20px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.ground .data-text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: linear-gradient(182.89deg, #0E512D -31.39%, #066937 108.59%);
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}

.ground .data-text ul li span {
  width: 150px;
}

.ground .data-text ul li span:last-child {
  font-family: AvenirNextMedium;
}

.ground.box-tabs .content-tab {
  padding-bottom: 60px;
}

.product {
  padding: 60px 0 0;
}

.product .box-title .data-title {
  display: inline-block;
}

.product .box-content {
  background: #FAFAFA url(../images/bg-logo.png) no-repeat scroll 10% bottom;
}

.product .box-content.page-single {
  background: url(../images/bg-location.jpg) no-repeat scroll center center / cover;
}

.product .page-single .data-description ul li {
  color: #FFF;
}

.product .data-content {
  padding-top: 60px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.product .slogan-text {
  width: 100%;
}

.product .slogan-text:after {
  height: 53px;
  top: -60px;
}

.product .data-text {
  padding: 15px 0;
  width: 60%;
}

.product .data-text img {
  width: 75%;
}

.product .data-description {
  width: 40%;
}

.product .data-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product .data-description ul li {
  display: flex;
  align-items: center;
}

.product .data-description ul li span {
  font-size: 15px;
  line-height: 30px;
}

.product .data-description ul li span:first-child {
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-right: 10px
}

.product .box-image {
  text-align: center;
}

.product .box-image img {
  width: 600px;
  max-width: 80%;
}

.product .owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.product .owl-carousel .owl-nav .owl-prev,
.product .owl-carousel .owl-nav .owl-next,
.product .owl-carousel .owl-dot {
  font-family: FontAwesome;
  outline: none;
}

.product .owl-carousel .owl-nav .owl-prev:before{
  font-family: FontAwesome;
  content: "\f104";
  margin-right:10px;
}

.product .owl-carousel .owl-nav .owl-next:after{
  font-family: FontAwesome;
  content: "\f105";
  margin-right:10px;
}

.product .box-number .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 30px 0 60px;
  position: relative;
  z-index: 9;
}

.product .box-number .slider-controls span {
  cursor: pointer;
}

.product .box-number .slider-controls .slider-nav {
  width: 50px;
  text-align: center;
}

.product .box-number .slider-controls .line {
  width: calc(100% - 130px);
  height: 1px;
  background: #333;
  opacity: 0.2;
}

.product .box-number .slider-controls .slider-counter {
  width: 50px;
  text-align: center;
}

.product .box-number .slider-controls .slider-nav span {
  font-size: 20px;
  width: 20px;
  display: inline-block;
}

.product .box-number .slider-controls .slider-counter span {
  font-family: AvenirNextBold;
  font-size: 15px;
}

.product .box-number .slider-controls .slider-counter span:first-child {
  font-size: 18px;
}

.product .box-number .slider-controls .slider-counter span:first-child::after {
  content: "/";
}

.utility {
  position: relative;
}

.utility .box-data {
  background: url(../images/bg-location.jpg) no-repeat scroll center center / cover;
  color: #FFF;
  margin-bottom: 100px;
}

.utility .slogan-text {
  width: 60%;
}

.utility .divider-box {
  position: absolute;
  width: 100%;
}

.utility .box-title {
  padding: 130px 0 20px;
}

.utility .box-title .data-title {
  display: inline-block;
}

.utility .data-content {
  padding: 60px 0 40px;
}

.utility .slogan-text:after {
  top: -60px;
  height: 53px;
}

.utility .box-data .data-description {
  padding-top: 70px;
  position: relative;
}

.utility .box-data .data-description p {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  margin: 0;
  padding: 15px;
}

.utility .box-data .data-description p:before {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: -10px;
}

.utility .box-data .data-description p:after {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -10px;
  left: 0;
}

.utility .box-data .data-description:before {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: -10px;
}

.utility .box-data .data-description:after {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -10px;
  right: 0;
}

.utility .data-image.box-effect:before, 
.utility .data-image.box-effect:after {
  border-image-width: 4px 0 0 4px;
  border-image-source: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  border-image-slice: 1;
}

.utility .data-image.box-effect:before {
  left: -4px;
  top: -4px;
}

.utility .data-image.box-effect:after {
  bottom: -4px;
  right: -4px;
  transform: rotate(-180deg);
}

.utility .data-image {
  position: relative;
  top: 100px;
  margin-top: -100px;
}

.utility .data-image,
.utility .data-image img {
  width: 100%;
}

.utility .data-image div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 -29.55%, rgba(0, 0, 0, 0) 91.09%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.utility .data-image div p {
  margin: 0;
  padding: 30px;
  width: 65%;
  text-align: center;
}

.utility .owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.utility .box-number .utility-slider-controls .utility-slider-counter {
  width: 50px;
  text-align: center;
}

.utility .box-number .utility-slider-controls .slider-nav {
  width: 50px;
  text-align: center;
  color: #000;
}

.utility .box-number .utility-slider-controls .utility-slider-counter span {
  font-family: AvenirNextBold;
  font-size: 15px;
}

.utility .box-number .utility-slider-controls .utility-slider-counter span:first-child {
  font-size: 18px;
}

.utility .box-number .utility-slider-controls .utility-slider-counter span:first-child::after {
  content: "/";
}

.utility .box-number .utility-slider-controls .slider-nav span {
  font-size: 20px;
  width: 20px;
  display: inline-block;
}

.utility .box-number .utility-slider-controls {
  height: calc(100% + 60px);
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.utility .box-number .utility-slider-controls .line {
  width: 1px;
  height: calc(100% - 100px);
  background: #FFF;
  opacity: 0.2;
  margin: 10px 0;
}

.utility .box-number {
  position: absolute;
  top: 60%;
  bottom: 0px;
  color: #FFF;
  left: 85px;
  z-index: 9;
}

.policy {
  background: url(../images/bg-policy.png) no-repeat scroll center center / cover;
  margin-top: -100px;
  padding: 160px 0 100px;
}

.policy .box-title .data-title {
  display: inline-block;
  padding-bottom: 30px;
}

.policy .box-data .item .name, 
.policy .box-data .item .number, 
.policy .box-data .item .description,
.policy .box-data .item sub {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy .box-data .item sub {
  bottom: 0 !important;
  font-size: 24px;
}

.policy .box-data .item .name {
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  font-family: AvenirNextMedium;
  height: 68px;
}

.policy .box-data .item .number {
  font-size: 70px;
  line-height: 100px;
  font-family: AvenirNextBold;
}

.policy .box-data .item .number span {
  font-size: 25px;
  line-height: 20px;
  text-transform: uppercase;
}

.policy .box-data .item .description {
  font-size: 24px;
  line-height: 26px;
  font-family: 'AvenirNextDemiBold';
}

.policy .box-data .item {
  width: 100%;
  background: url(../images/bg-highlight.jpg) no-repeat scroll center center / 100% 100%;
  padding: 30px 15px;
  text-align: center;
  min-height: 360px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.policy .box-effect:before, 
.policy .box-effect:after {
  border-image-width: 4px 0 0 4px;
  border-image-source: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  border-image-slice: 1;
}

.policy .box-effect:after {
  bottom: -4px;
  right: -4px;
  transform: rotate(-180deg);
}

.policy .box-effect:before {
  left: -4px;
  top: -4px;
}

.blog {
  padding: 30px 0 50px;
}

.blog .box-title {
  padding: 50px 0 30px;
}

.blog .box-title .title-tab {
  padding-top: 40px;
}

.blog .box-data .box-content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.blog .box-data .box-content .data-content {
  padding: 0;
  width: calc(50% - 15px);
}

.blog .box-data .data-content {
  width: 100%;
}

.blog .box-data .data-date {
  font-size: 13px;
  line-height: 24px;
  color: #828282;
  margin: 15px 0 10px;
}

.blog .box-data .data-image img {
  width: 100%;
}

.blog .box-data .data-title {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0;
}

.blog .box-data .data-title a {
  color: #333;
  font-family: AvenirNextDemiBold;
}

.blog .box-data .data-text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.blog .box-number .blog-slider-controls {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
  margin: 30px 0 40px;
  position: relative;
  z-index: 9;
}

.blog .box-number .blog-slider-controls .blog-slider-counter {
  width: 50px;
  text-align: center;
}

.blog .box-number .blog-slider-controls .slider-nav span {
  font-size: 20px;
  width: 20px;
  display: inline-block;
}

.blog .box-number .blog-slider-controls .blog-slider-counter span {
  font-family: AvenirNextBold;
  font-size: 15px;
}

.blog .box-number .blog-slider-controls .blog-slider-counter span:first-child {
  font-size: 18px;
}

.blog .box-number .blog-slider-controls .blog-slider-counter span:first-child::after {
  content: "/";
}

.blog .box-number .blog-slider-controls .line {
  width: calc(100% - 130px);
  height: 1px;
  background: #333;
  opacity: 0.2;
}

.footer .register-email {
  background: url(../images/bg-register-email.jpg) no-repeat scroll center center / cover;
  padding: 80px 0;
}

.footer .register-email .data-title {
  display: inline-block;
}

.footer .register-email .box-image {
  margin-top: -100px;
}

.footer .register-email .box-image .box-effect,
.footer .register-email .box-image .box-effect img {
  width: 100%;
}

.footer .register-email .box-image .box-effect:before, 
.footer .register-email .box-image .box-effect:after {
  border-image-width: 4px 0 0 4px;
  border-image-source: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  border-image-slice: 1;
}

.footer .register-email .box-image .box-effect:after {
  bottom: -4px;
  right: -4px;
  transform: rotate(-180deg);
}

.footer .register-email .box-image .box-effect:before {
  left: -4px;
  top: -4px;
}

.footer .box-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .box-form form .form-group {
  width: 46%;
  margin: 40px 0;
}

.footer .box-form form label {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  font-weight: normal;
  font-family: AvenirNextMedium;
  margin-bottom: 15px;
}

.footer .box-form form input {
  border: none;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: #333;
}

.footer .box-form form input:focus {
  border-bottom: 1px solid #d89328;
}

.footer .box-form form button,
.footer .box-form form button:focus {
  border: none;
  background: url(../images/icons/half-logo-button.png) no-repeat scroll center left, linear-gradient(16.5deg, #D9AA61 23.11%, #AF823C 184.95%);
  box-shadow: none;
  outline: none;
  border-radius: 2px;
  height: 42px;
  padding: 0 58px 0 15px;
  position: relative;
}

.footer .box-form form button span {
  text-transform: uppercase;
  font-family: AvenirNextDemiBold;
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
}

.footer .box-form form button span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  right: -15px;
}

.footer .box-form form button span:after {
  content: "";
  background: url(../images/icons/button-arrow.png) no-repeat scroll center center;
  width: 8px;
  height: 42px;
  position: absolute;
  right: -40px;
  top: 0;
}

.footer .content-footer {
  background: url(../images/bg-footer.jpg) no-repeat scroll center center / cover;
}

.footer {

}

.footer .content-footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}

.footer .logo-footer {
  text-align: center;
  padding: 60px 0;
}

.footer .logo-footer img {
  width: 75%;
}

.footer .title-footer {
  padding-top: 60px;
}

.footer .title-footer h3 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 25px;
  font-family: AvenirNextDemiBold;
  text-transform: uppercase;
  color: #FFF;
}

.footer .info-footer {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}

.footer .info-footer .item {
  width: 46%;
}

.footer .info-footer .item p {
  color: rgba(255, 255, 255, 0.8);
}

.footer .info-footer .item p a {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: AvenirNextDemiBold;
}

.footer .menu-footer ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 30px 0;
  margin: 0;
}

.footer .menu-footer ul li {
  width: 60%;
}

.footer .menu-footer ul li:nth-child(2n-1) {
  width: 40%;
}

.footer .menu-footer ul li a {
  color: #FFF;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.9;
}

.page {
  display: none;
}

.fade-loading {
  position: fixed;
  background: rgb(255 255 255 / 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.fade-loading h2 {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 4em;
  margin: 0;
  line-height: 1.25em;
  font-family: AvenirNextMedium;
  background: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fade-loading h2:before {
  content: attr(data-text);
  font-family: AvenirNextMedium;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  max-width: 100%;
  line-height: 1.25em;
  height: 100%;
  white-space: nowrap;
  animation: loading 2.5s linear infinite;
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

.news {
  padding: 50px 0 60px;
}

.news .post {
  margin-bottom: 30px;
}

.news .post .image img {
  width: 100%;
}

.news .post .info {

}

.news .post .info .date {
  font-size: 13px;
  line-height: 24px;
  color: #828282;
  margin: 15px 0 10px;
}

.news .post .info h3 {
  margin: 0;
}

.news .post .info h3 a {
  color: #333;
  font-family: AvenirNextDemiBold;
  font-size: 18px;
}

.view-more-with-logo,
.view-more-with-logo:focus,
.view-more-with-logo:hover {
  border: none;
  background: url(../images/icons/half-logo-button.png) no-repeat scroll center left, linear-gradient(16.5deg, #D9AA61 23.11%, #AF823C 184.95%);
  box-shadow: none;
  outline: none;
  border-radius: 2px;
  height: 42px;
  padding: 0 58px 0 15px;
  position: relative;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin: 30px 0 40px;
}

.view-more-with-logo span {
  text-transform: uppercase;
  font-family: AvenirNextDemiBold;
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
}

.view-more-with-logo span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  right: -15px;
}

.view-more-with-logo span:after {
  content: "";
  background: url(../images/icons/button-arrow.png) no-repeat scroll center center;
  width: 8px;
  height: 42px;
  position: absolute;
  right: -40px;
  top: 0;
}

.modal-image .modal-dialog {
  margin: 0;
}

.modal-image .modal-dialog .modal-content {
  border-radius: 0;
}

.modal-image .modal-dialog .modal-image-header {
  text-align: center;
  position: relative;
  z-index: 1;
}

.modal-image .modal-dialog .modal-image-header .close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: 25px;
  top: 25px;
  filter: none;
  opacity: 1;
}

.modal-image .modal-dialog .modal-image-header .close:before,
.modal-image .modal-dialog .modal-image-header .close:after {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  transform: rotate(-45deg);
  background: #333;
  top: 25px;
  right: 0;
}

.modal-image .modal-dialog .modal-image-header .close:before {
  transform: rotate(45deg);
}

.modal-image .modal-dialog .modal-image-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
}

.modal-image .modal-dialog .modal-image-body .data-modal-text {
  width: 50%;
  margin: 20px 0 50px;
}

.modal-image .modal-dialog .modal-image-body .data-modal-image {
  width: 90%;
}

.modal-image .modal-dialog .modal-image-body .data-modal-text .slogan-text {
  width: 100%;
}

.modal-image .modal-dialog .modal-image-body .data-modal-text .slogan-text:after {
  width: 0;
}

.modal-image .modal-dialog .modal-image-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-image .modal-dialog .modal-image-body .data-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.modal-image .modal-dialog .modal-image-body .data-text ul li {
  display: flex;
  flex-flow: row;
  padding-left: 20px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.modal-image .modal-dialog .modal-image-body .data-text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: linear-gradient(182.89deg, #0E512D -31.39%, #066937 108.59%);
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}

.modal-image .modal-dialog .modal-image-body .data-text ul li span {
  width: 150px;
}

.modal-image .modal-dialog .modal-image-body .data-description ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
}

.modal-image .modal-dialog .modal-image-body .data-description ul li {
  display: flex;
  align-items: center;
}

.modal-image .modal-dialog .modal-image-body .data-description ul li span:first-child {
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-right: 10px;
}
.modal-image .modal-dialog .modal-image-body .data-description ul li span {
  font-size: 15px;
  line-height: 30px;
}

.modal-open {
  padding: 0 !important;
  overflow: hidden;
}

.click-effect-modal {
  cursor: pointer;
}

.popup-fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
}

.popup-fixed-bottom a {
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  border-radius: 4px 4px 0 0;
  display: block;
  line-height: 40px;
  padding: 5px 20px 0;
  margin-left: 12px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}

.popup-fixed-bottom a span {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: AvenirNextBold;
}

.up-to-top {
  background: linear-gradient(228.15deg, #08452F 4.54%, #035437 52.97%, #094439 103.32%);
  bottom: 20px;
  height: 45px;
  line-height: 49px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 45px;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.2);
  z-index: 9;
  font-size: 20px;
  border-radius: 4px;
}

.up-to-top span {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.article-info,
.article-content,
.article-recent {
  position: relative;
  z-index: 9999;
  background: #FFF;
}

.article-info {
  background: #FFF url(../images/bg-overview.jpg) no-repeat scroll center center / cover;
}

.article-info .title h1 {
  background: linear-gradient(265.71deg, #A86B1D -3.35%, #C49642 8.12%, #DAB960 19.56%, #EBD275 30.31%, #F5E182 40.1%, #F8E687 48.03%, #F6E181 59.86%, #F1D370 75.85%, #E9BD54 94.12%, #E6B54A 99.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Sari;
  margin: 65px auto 20px;
  max-width: 70%;
  font-size: 30px;
  line-height: 36px;
}

.article-info .title .date {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,0.6);
  margin: 20px 0;
}

.article-info .box-title img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  margin-bottom: -80px;
}

.article-content {
  margin-top: 80px;
}

.article-content .box-content {
  font-size: 14px;
  line-height: 22px;
  margin: 0 85px;
  text-align: justify;
  background: #FFF;
}

.article-recent .box-title {
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.2);
}

.article-recent .box-title h2 {
  margin: 50px 0 40px;
}

.back-to-page {
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 100px;
}

.back-to-page a {
  color: #FFF;
  text-decoration: none;
}

.product-item-edit {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.product-item-edit .data-content {
  width: 48%;
}

.product-item-edit .box-image {
  width: 48%;
}