/*BASICS*/
/*primary colors*/
/*global text color*/
/*global bg color*/
/*font families*/
/*headings typo*/
/*GRID - media queries breakpoints*/
/*BOXED LAYOUT*/
img {
  backface-visibility: hidden;
  max-width: 100%;
}
img.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
img.border {
  border: 5px solid #f4f4f4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  img.border {
    border: 3px solid #f4f4f4;
  }
}

a {
  text-decoration: none;
  outline: none !important;
}
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.slick-slide,
.slick-slide:focus * {
  outline: none !important;
}

.clearfix {
  clear: both;
}

.text-main {
  font-size: 14px;
  font-family: arial;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  margin: 10px 0;
}
.text-main.white {
  color: #fff;
}

.text-main2 {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
}

.title-main {
  font-size: 36px;
  font-family: fmain;
  line-height: 46px;
  color: #013768;
  text-transform: none;
}
.title-main.white {
  color: #fff;
}
@media (max-width: 767px) {
  .title-main {
    font-size: 32px;
    line-height: 42px;
  }
}

.title-main2 {
  font-size: 90px;
  font-family: ic;
  line-height: 78px;
  color: #013768;
  text-transform: uppercase;
}
.title-main2.green {
  color: #537200;
}
@media (max-width: 767px) {
  .title-main2 {
    font-size: 60px;
    line-height: 50px;
  }
}

.title-box .btn-main {
  margin-top: 20px;
}
.title-box .title-main {
  position: relative;
  margin-bottom: 15px;
}
.title-box .title-main:before {
  content: "";
  width: 28px;
  height: 4px;
  flex-shrink: 0;
  bottom: 6px;
  position: absolute;
}
.title-box .title-main2 {
  position: relative;
}
.title-box .title-main2:before {
  content: "";
  width: 28px;
  height: 4px;
  flex-shrink: 0;
  position: absolute;
  bottom: 20px;
}
.title-box.t-left {
  text-align: left;
}
.title-box.t-left .title-main,
.title-box.t-left .title-main2 {
  padding-left: 40px;
}
.title-box.t-left .title-main:before,
.title-box.t-left .title-main2:before {
  background: #537200;
  margin-right: 25px;
  left: 0;
}
.title-box.t-left .btn-main {
  float: left;
}
.title-box.t-right {
  text-align: right;
}
.title-box.t-right .title-main {
  padding-right: 40px;
}
.title-box.t-right .title-main:before {
  background: #537200;
  margin-left: 25px;
  right: 0;
}
.title-box.t-right .title-main2 {
  padding-right: 40px;
}
.title-box.t-right .title-main2:before {
  background: #013768;
  margin-left: 25px;
  right: 0;
}
.title-box.t-right .btn-main {
  float: right;
}
.title-box.t-center {
  width: 54%;
  text-align: center;
  margin: auto;
}
.title-box.t-center .title-main {
  padding-left: 0px;
}
.title-box.t-center .title-main:before {
  display: none;
}
.title-box.white .title-main {
  color: #fff;
}
.title-box.white .des {
  color: #fff;
}
@media (max-width: 991px) {
  .title-box.t-center {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .title-box.t-center {
    width: 90%;
  }
  .title-box .title-main {
    margin-bottom: 10px;
  }
  .title-box .title-main2:before {
    bottom: 12px;
  }
  .title-box .btn-main {
    margin-top: 15px;
  }
}

.btn-main {
  text-align: center;
  background: #ffefb7;
  padding: 6px 25px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
  font-size: 18px;
  font-family: ic;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
.btn-main:hover,
.btn-main:focus {
  background: #bf0900;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-main.white {
  background: none;
  border: 2px solid #fff;
  border-radius: 30px;
}
.btn-main.white:hover,
.btn-main.white:focus {
  background: #fff;
  border: 2px solid #fff;
  color: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-main.black {
  background: none;
  border: 2px solid #131313;
  border-radius: 30px;
  color: #131313;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.btn-main.black:hover,
.btn-main.black:focus {
  background: #aade41;
  border: 2px solid #aade41;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-main.green {
  background: rgb(163, 205, 72);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(163, 205, 72)),
    color-stop(100%, rgb(121, 174, 6))
  );
  background: linear-gradient(
    to bottom,
    rgb(163, 205, 72) 0%,
    rgb(121, 174, 6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3cd48", endColorstr="#79ae06", GradientType=0);
  border: 2px solid #91b003;
  border-radius: 30px;
}
.btn-main.green:hover,
.btn-main.green:focus {
  background: rgb(192, 240, 79);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(192, 240, 79)),
    color-stop(100%, rgb(107, 148, 10))
  );
  background: linear-gradient(
    to bottom,
    rgb(192, 240, 79) 0%,
    rgb(107, 148, 10) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0f04f", endColorstr="#6b940a", GradientType=0);
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-main.blue {
  background: rgb(0, 83, 160);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(0, 83, 160)),
    color-stop(100%, rgb(1, 58, 112))
  );
  background: linear-gradient(
    to bottom,
    rgb(0, 83, 160) 0%,
    rgb(1, 58, 112) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0053a0", endColorstr="#013a70", GradientType=0);
  border: 2px solid #e5c805;
  border-radius: 30px;
}
.btn-main.blue:hover,
.btn-main.blue:focus {
  background: rgb(6, 120, 207);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(6, 120, 207)),
    color-stop(100%, rgb(4, 66, 125))
  );
  background: linear-gradient(
    to bottom,
    rgb(6, 120, 207) 0%,
    rgb(4, 66, 125) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0678cf", endColorstr="#04427d", GradientType=0);
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-main.big {
  padding: 14px 34px;
  font-size: 28px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn-main.big {
    padding: 10px 28px;
    font-size: 24px;
  }
}

.btn-viewmore {
  font-size: 11px;
  font-family: arial;
  line-height: 24px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-viewmore:after {
  content: "\f0da";
  font-family: fa;
  font-size: 15px;
  line-height: 12px;
  color: #131313;
  bottom: -1px;
  right: 0;
  position: relative;
  margin-left: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-viewmore:hover,
.btn-viewmore:focus {
  color: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-viewmore:hover:after,
.btn-viewmore:focus:after {
  color: #013768;
  right: -4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-viewmore2 {
  width: 219px;
  height: 39px;
  background: url(../img/bg-btn-green.png) no-repeat center;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  font-family: ic;
  line-height: 26px;
  color: #ffefb7;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-viewmore2:after {
  content: "";
  width: 53px;
  height: 68px;
  background: url(../img/btn-leaf.png) no-repeat center;
  position: absolute;
  right: -20px;
  bottom: -10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-viewmore2:hover {
  color: #4694a0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.btn-viewmore2:hover:after {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transform: rotateY(45deg);
  -webkit-transform: rotateY(45deg);
  -o-transform: rotateY(45deg);
}

.btn-backall {
  width: 220px;
  height: 39px;
  background: url(../img/bg-btn-white.png) no-repeat center;
  background-size: contain;
  position: relative;
  margin: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 12px;
  font-family: ab;
  line-height: 18px;
  color: #1f6873;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-backall:before {
  content: "";
  width: 34px;
  height: 61px;
  background: url(../img/arrowback.png) no-repeat center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-65px);
  -webkit-transform: translateX(-50%) translateY(-65px);
  -o-transform: translateX(-50%) translateY(-65px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-backall:hover {
  color: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-backall:hover:before {
  transform: translateX(-50%) translateY(-80px);
  -webkit-transform: translateX(-50%) translateY(-80px);
  -o-transform: translateX(-50%) translateY(-80px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.i-down {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateY(-120px) scale(0.7);
  -webkit-transform: translateY(-50%) translateY(-120px) scale(0.7);
  -o-transform: translateY(-50%) translateY(-120px) scale(0.7);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.i-down.is-show {
  opacity: 1;
  transform: translateY(-80px) scale(1);
  -webkit-transform: translateY(-80px) scale(1);
  -o-transform: translateY(-80px) scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 991px) {
  .i-down {
    width: 25px;
    height: 69px;
  }
  .i-down.is-show {
    transform: translateY(-60px) scale(1);
    -webkit-transform: translateY(-60px) scale(1);
    -o-transform: translateY(-60px) scale(1);
  }
}
@media (max-width: 767px) {
  .i-down.is-show {
    transform: translateY(-40px) scale(1);
    -webkit-transform: translateY(-40px) scale(1);
    -o-transform: translateY(-40px) scale(1);
  }
}

.tab-switch {
  display: flex;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
  overflow: hidden;
}
.tab-switch a {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab-switch:after {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.tab-switch.style1 {
  width: 130px;
  height: 50px;
  border: 1px solid #fff;
}
.tab-switch.style1 a {
  font-size: 20px;
  font-family: rb;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.tab-switch.style1 a.active {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab-switch.style1:after {
  background: #aade41;
}
.tab-switch.style2 {
  width: 360px;
  height: 36px;
  border: 1px solid #aade41;
  margin: auto;
  display: flex;
}
.tab-switch.style2 a {
  font-size: 18px;
  font-family: ic;
  line-height: 26px;
  color: #131313;
  text-transform: uppercase;
}
.tab-switch.style2 a:hover {
  color: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab-switch.style2 a.active {
  color: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab-switch.style2:after {
  background: #aade41;
}
.tab-switch.style3 {
  width: 420px;
  height: 45px;
  border: 1px solid #aade41;
  margin: auto;
}
.tab-switch.style3 a {
  font-size: 32px;
  font-family: ic;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.tab-switch.style3 a:hover {
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tab-switch.style3 a.active {
  color: #fff600;
  background: rgb(11, 84, 147);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(11, 84, 147)),
    color-stop(100%, rgb(2, 54, 99))
  );
  background: linear-gradient(
    to bottom,
    rgb(11, 84, 147) 0%,
    rgb(2, 54, 99) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b5493", endColorstr="#023663", GradientType=0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border: 1px solid #aade41;
}
.tab-switch.changed:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 767px) {
  .tab-switch.style2 {
    width: 280px;
  }
  .tab-switch.style3 {
    width: 280px;
    height: 40px;
  }
  .tab-switch.style3 a {
    font-size: 24px;
    line-height: 24px;
  }
}

.social {
  display: table;
}
.social .list-social {
  display: table;
  margin: auto;
}
.social a {
  width: 45px;
  height: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  float: left;
  margin-right: 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.social a:last-child {
  margin-right: 0;
}
.social a i {
  color: #013768;
}
.social a.fb img {
  width: 9px;
}
.social a.youtube img {
  width: 21px;
}
.social a.mail img {
  width: 20px;
}
.social h5 {
  font-size: 18px;
  font-family: ic;
  line-height: 26px;
  color: #131313;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.social.style1 a {
  border: 1px solid #131313;
  background: #aade41;
}
.social.style1 a:hover,
.social.style1 a:focus {
  background: #c5ea79;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.social.style2 a {
  border: 1px solid #fff;
}
.social.style2 a:hover,
.social.style2 a:focus {
  background: #4694a0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 991px) {
  .social a {
    width: 37px;
    height: 37px;
    margin-right: 4px;
  }
}

.btn-control-w {
  position: relative;
}

.controls.center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.controls.center .btn-control {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .controls.center.center .btn-control {
    margin: 0 5px;
  }
}

.btn-control {
  width: 78px;
  height: 78px;
  background: url(../img/btn-ctr.png) no-repeat center;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.btn-control:before {
  height: 30px;
  font-family: fa;
  font-size: 50px;
  color: #fff;
  position: relative;
  top: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control:after {
  content: "";
  width: 35px;
  height: 4px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control.btn-prev:before {
  content: "\f104";
  left: -3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control.btn-prev:after {
  transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.btn-control.btn-next:before {
  content: "\f105";
  right: -3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control.btn-next:after {
  transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.btn-control:hover.btn-prev:before {
  left: -12px;
  top: 2px;
  font-size: 46px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control:hover.btn-prev:after {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.btn-control:hover.btn-next:before {
  right: -12px;
  top: 2px;
  font-size: 46px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control:hover.btn-next:after {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
@media (max-width: 767px) {
  .btn-control {
    width: 60px;
    height: 60px;
  }
  .btn-control:before {
    height: 27px;
    font-size: 42px;
  }
  .btn-control:after {
    width: 24px;
    height: 3px;
  }
  .btn-control:hover.btn-prev:before {
    left: -8px;
    top: 1px;
    font-size: 32px;
  }
  .btn-control:hover.btn-next:before {
    right: -8px;
    top: 1px;
    font-size: 32px;
  }
}

.btn-control2 {
  width: 54px;
  height: 63px;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-control2.btn-prev {
  background: url(../img/arrow-prev.png) no-repeat center;
  background-size: contain;
}
.btn-control2.btn-next {
  background: url(../img/arrow-next.png) no-repeat center;
  background-size: contain;
}
.btn-control2:hover {
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 767px) {
  .btn-control2 {
    width: 35px;
    height: 41px;
  }
}

.list-article .thumb {
  margin: 25px 0;
  position: relative;
  z-index: 10;
}
.list-article .line-mid {
  width: 100%;
  height: 4px;
  margin: 15px 0;
  background: url(../img/line-thumb.png) repeat-x center;
  float: left;
}

.thumb a .img {
  overflow: hidden;
  aspect-ratio: 4/2.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumb a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.thumb a .text-w {
  padding: 10px 15px;
}
.thumb.style1 a .text-w {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style1 a .text-w .title {
  height: 50px;
  font-size: 16px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.thumb.style1 a .text-w .des {
  font-size: 14px;
  font-family: arial;
  line-height: 22px;
  color: #131313;
  text-transform: none;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: 14px;
}
.thumb.style1 a .text-w .des p {
  margin: 0;
}
.thumb.style1 a .text-w .des em,
.thumb.style1 a .text-w .des span {
  font-style: normal;
  color: inherit !important;
}
.thumb.style1 a .text-w.text-style2 {
  background: #fff;
  position: relative;
}
.thumb.style1 a .text-w.text-style2:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgb(7, 84, 152);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(7, 84, 152)),
    color-stop(100%, rgb(0, 57, 106))
  );
  background: linear-gradient(
    to bottom,
    rgb(7, 84, 152) 0%,
    rgb(0, 57, 106) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#075498", endColorstr="#00396a", GradientType=0);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style1 a .text-w.text-style2 .title {
  font-size: 14px;
  font-family: arial;
  line-height: 20px;
  color: #537200;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 8px;
  position: relative;
  z-index: 10;
}
.thumb.style1 a .text-w.text-style2 .btn-viewmore {
  position: relative;
  z-index: 10;
}
.thumb.style1 a .text-w.text-style2 .btn-viewmore:after {
  color: #537200;
}
.thumb.style1 a .text-w.text-style2 .btn-viewmore:hover {
  color: #537200;
}
.thumb.style1:hover a .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.thumb.style1:hover a .text-w {
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style1:hover a .text-w.text-style2:before {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style1:hover a .text-w.text-style2 .title,
.thumb.style1:hover a .text-w.text-style2 .des,
.thumb.style1:hover a .text-w.text-style2 .btn-viewmore {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style2 .img {
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
  aspect-ratio: 4/2.8;
}
.thumb.style2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.thumb.style2 .img:hover img,
.thumb.style2 .img:focus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.thumb.style2 .text-w {
  margin-top: 20px;
}
.thumb.style2 .text-w .date {
  font-size: 16px;
  font-family: ab;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thumb.style2 .text-w .date:after {
  content: "";
  width: 75%;
  height: 5px;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: block;
}
.thumb.style2 .text-w .title {
  overflow: hidden;
  height: 64px;
}
.thumb.style2 .text-w .title a {
  font-size: 18px;
  font-family: ab;
  line-height: 28px;
  color: #131313;
  text-transform: uppercase;
  margin: 8px 0;
  display: block;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.thumb.style2 .text-w .title a:hover,
.thumb.style2 .text-w .title a:focus {
  color: #537200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thumb.style2 .text-w .des {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.thumb.style2 .text-w .des span,
.thumb.style2 .text-w .des em,
.thumb.style2 .text-w .des p {
  color: inherit;
}
.thumb.style2 .text-w .btn-main {
  display: table;
  float: left;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .thumb.style1 a .text-w .title {
    height: 72px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .thumb.style1 a .text-w .title {
    height: auto;
    display: -webkit-inline-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .thumb.style1 a .text-w .des {
    height: auto;
  }
  .thumb.style2 .text-w .date {
    font-size: 14px;
    line-height: 22px;
  }
  .thumb.style2 .text-w .date:after {
    width: 78%;
  }
  .thumb.style2 .text-w .title {
    height: auto;
  }
  .thumb.style2 .text-w .title a {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
    display: -webkit-inline-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
  }
  .thumb.style2 .text-w .btn-main {
    margin-top: 10px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.banner-top {
  width: 100%;
  height: 500px;
  position: relative;
}
.banner-top:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  background: rgba(222, 222, 222, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(222, 222, 222, 0)),
    color-stop(100%, rgb(0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(222, 222, 222, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#000000", GradientType=0);
}
.banner-top .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-top .textbox {
  width: 680px;
  position: relative;
  z-index: 300;
}
.banner-top .textbox .title {
  font-size: 40px;
  font-family: ab;
  line-height: 46px;
  color: #f8efe0;
  text-transform: uppercase;
}
.banner-top .textbox .title2 {
  font-size: 90px;
  font-family: ic;
  line-height: 90px;
  color: #fff600;
  text-transform: uppercase;
}
.banner-top .textbox .text {
  color: #fff;
  padding-left: 60px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.banner-top .textbox .text:before {
  content: "";
  width: 7px;
  min-height: 90px;
  display: block;
  background: url(../img/line-yellow.png) repeat-y center;
  flex-shrink: 0;
}
.banner-top .textbox .text p {
  padding-left: 30px;
  font-family: fmain;
}
.banner-top.bt2 {
  height: 670px;
}
.banner-top.bt2:before {
  content: "";
  width: 3px;
  height: 150px;
  background: url(../img/line-white.png) repeat-y center;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 100;
}
.banner-top.bt2 .textbox {
  width: 720px;
}
@media (max-width: 991px) {
  .banner-top {
    height: 360px;
  }
  .banner-top .textbox {
    width: 530px;
  }
  .banner-top .textbox .title {
    white-space: normal;
  }
  .banner-top .textbox .title2 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-top.bt2 {
    height: 460px;
  }
  .banner-top.bt2:before {
    height: 80px;
  }
  .banner-top.bt2 .textbox {
    width: 540px;
  }
}
@media (max-width: 767px) {
  .banner-top {
    height: 300px;
  }
  .banner-top .textbox {
    width: 80%;
  }
  .banner-top .textbox .title {
    font-size: 26px;
    line-height: 34px;
  }
  .banner-top .textbox .title2 {
    font-size: 44px;
    line-height: 44px;
  }
  .banner-top .textbox .text {
    padding-top: 10px;
    padding-left: 30px;
  }
  .banner-top.bt2 {
    height: 380px;
  }
  .banner-top.bt2 .textbox {
    width: 540px;
  }
}
@media (max-width: 419px) {
  .banner-top {
    height: 260px;
  }
  .banner-top .textbox {
    width: 100%;
  }
  .banner-top .textbox .text {
    padding-top: 10px;
    padding-left: 20px;
  }
  .banner-top .textbox .text p {
    padding-left: 20px;
  }
}

.paging {
  padding: 0;
  display: table;
  margin: 40px auto 20px auto;
}
.paging li {
  list-style: none;
  float: left;
  width: 29px;
  height: 32px;
  margin: 0 7px;
  position: relative;
}
.paging li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/paging.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.paging li a {
  padding: 3px 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  font-family: ab;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  z-index: 10;
  position: relative;
}
.paging li:hover:after,
.paging li.current:after {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.paging li:first-child,
.paging li:last-child {
  width: auto;
}
@media (max-width: 767px) {
  .paging li {
    margin: 0 2px;
  }
  .paging li a {
    font-size: 14px;
  }
}

.boxline .t-small {
  font-size: 55px;
  font-family: ic;
  line-height: 52px;
  color: #013768;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.boxline .text {
  font-size: 14px;
  font-family: fmain;
  line-height: 28px;
  color: #131313;
  text-transform: none;
}
.boxline .text.white {
  color: #fff;
}
.boxline.hasline {
  background: url(../img/line-yellow.png) repeat-y left top;
  padding-left: 25px;
}
.boxline .t-line {
  background: url(../img/line-yellow.png) repeat-y left top;
  padding-left: 25px;
  margin-bottom: 30px;
}
.boxline .t-line:last-child {
  margin-bottom: 0;
}
.boxline .t-line.t-right {
  background: url(../img/line-yellow.png) repeat-y right top;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .boxline .t-line.t-right {
    background: url(../img/line-yellow.png) repeat-y left top;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
  }
}
.boxline.style2 {
  display: flex;
}
.boxline.style2 .t-small {
  width: 30%;
  flex-shrink: 0;
  font-size: 22px;
  font-family: ab;
  line-height: 32px;
  color: #131313;
  text-transform: uppercase;
}
.boxline.style2 .t-small.green {
  width: 220px;
  color: #537200;
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .boxline.style2 .t-small.green {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .boxline .t-small {
    font-size: 44px;
    line-height: 44px;
  }
  .boxline.hasline {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .boxline .t-small {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .boxline .t-line {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .boxline.hasline {
    padding-left: 20px;
  }
  .boxline.style2 {
    display: block;
  }
  .boxline.style2 .t-small {
    width: 100%;
    margin-bottom: 15px;
  }
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkcontainer .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #e3e3e3;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.checkcontainer .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #6bb20e;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.checkcontainer.yellow .radiobtn:after {
  background: #ffd800;
}
@media (max-width: 991px) {
  .checkcontainer .radiobtn {
    width: 20px;
    height: 20px;
  }
  .checkcontainer .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  }
}

.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}

.title-board {
  width: auto;
  height: 140px;
  display: table;
  background: url(../img/wood-board2.png) repeat-x center bottom;
  margin: -7px auto 20px auto;
  text-align: center;
  position: relative;
}
.title-board:before {
  content: "";
  width: 49px;
  height: 100%;
  background: url(../img/wood-board-left.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  left: -49px;
}
.title-board:after {
  content: "";
  width: 49px;
  height: 100%;
  background: url(../img/wood-board-right.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  right: -49px;
}
.title-board .leaf {
  position: absolute;
  right: -70px;
  top: 35px;
  z-index: 10;
}
.title-board .title {
  font-size: 26px;
  font-family: ab;
  line-height: 36px;
  color: #fff;
  text-transform: none;
  padding: 72px 10px 10px 10px;
  white-space: nowrap;
  position: relative;
  z-index: 20;
}
.title-board .title:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../img/linewhite5.png) repeat-x center;
  display: block;
  margin: 6px auto;
}
@media (max-width: 767px) {
  .title-board {
    width: 320px;
    height: 94px;
    background: url(../img/wood-board-m.png) no-repeat center top;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
  }
  .title-board:before {
    display: none;
  }
  .title-board .title {
    width: 310px;
    margin: 4px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px;
    margin: 0;
    top: 42px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    white-space: inherit;
  }
  .title-board .title:after {
    width: 80%;
    margin: 5px auto 0 auto;
  }
  .title-board .leaf {
    display: none;
  }
  .title-board:after {
    display: none;
  }
}
@media (max-width: 320px) {
  .title-board {
    width: 300px;
  }
  .title-board .title {
    width: 300px;
    font-size: 16px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 30px;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots li.slick-active button {
  background: #aade41;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #aade41;
  border-radius: 100%;
  background: none;
  text-indent: -9999px;
  outline: 0;
}

.video_style1 {
  width: 630px;
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 2px 2px 30px -10px rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.video_style1 img {
  width: 100%;
}
.video_style1:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/btn_play.png) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 100;
}
.video_style1:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background: #000;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 20;
}
.video_style1:hover:after {
  opacity: 0.3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  margin: auto;
  color: #131313;
  background: #fff;
  font-family: arial;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.container-w {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .container-w {
    max-width: 1199px;
  }
}
@media (max-width: 991px) {
  .container-w {
    max-width: 991px;
  }
}
@media (max-width: 767px) {
  .container-w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-w:after,
.container-w:before {
  content: " ";
  display: table;
}

.container-w:after {
  clear: both;
}

.container {
  max-width: 1060px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* new xxs layout for extra small devices */
@media (max-width: 419px) {
  .hidden-xxs {
    display: none !important;
  }
}
section {
  max-width: 100%;
}
section.pd {
  padding: 50px 0;
}

#page-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 991px) {
  #page-wrapper {
    padding-top: 60px;
  }
}

#content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.main-content {
  padding: 25px 0;
}
header {
  width: 100%;
  height: 100px;
  background: #fafafa;
  position: fixed;
  z-index: 800;
  will-change: transform;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 10;
}
header .topmenu .container-w {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
header .topmenu .container-w .row {
  height: 100%;
}
header .topmenu .brand {
  width: 108px;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .topmenu .brand svg {
  margin: auto;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .brand svg path,
header .topmenu .brand svg polygon,
header .topmenu .brand svg rect {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
header .topmenu nav > ul li {
  min-width: 80px;
  height: 100%;
  float: left;
  list-style-type: none;
  position: relative;
}
header .topmenu nav > ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: rb;
  line-height: 18px;
  color: #8e4a02;
  text-transform: uppercase;
  padding: 0px 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  z-index: 10;
}
@media (max-width: 1120px) {
  header .topmenu nav > ul li a {
    padding: 0px 8px;
  }
}
header .topmenu nav > ul li.sub:before {
  content: "\f0d7";
  font-family: fa;
  font-size: 34px;
  line-height: 9px;
  color: #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul li ul {
  width: 300px;
  left: -40px;
  position: absolute;
  margin-bottom: 0;
  background: rgb(163, 205, 72);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(163, 205, 72)),
    color-stop(100%, rgb(121, 174, 6))
  );
  background: linear-gradient(
    to bottom,
    rgb(163, 205, 72) 0%,
    rgb(121, 174, 6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3cd48", endColorstr="#79ae06", GradientType=0);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.72, 0.28, 0.47, 0.88);
  /* custom */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul li ul > li {
  width: 100%;
  list-style-type: none;
}
header .topmenu nav > ul li ul > li > a {
  font-size: 16px;
  font-family: arial;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  padding: 12px 40px;
  display: block;
  border-bottom: 1px solid #9cdd10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul li ul > li.t_sub > a:after {
  content: "\f0da";
  font-family: fa;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul li ul > li.t_sub ul li a {
  padding-top: 12px;
}
header .topmenu nav > ul li ul > li ul {
  left: 100%;
  top: 0;
}
header .topmenu nav > ul li ul > li ul li a {
  padding-top: 12px;
}
header .topmenu nav > ul li ul > li ul li a:after {
  display: none;
}
header .topmenu nav > ul li ul > li:first-child:after {
  top: 70%;
}
header .topmenu nav > ul li ul > li:first-child > a {
  padding-top: 40px;
}
header .topmenu nav > ul li ul > li:first-child > a:after {
  top: 70%;
}
header .topmenu nav > ul li ul > li:first-child ul li:first-child a {
  padding-top: 40px;
}
header .topmenu nav > ul li ul > li:last-child > a {
  border-bottom: 0;
}
header .topmenu nav > ul li ul > li:hover > a,
header .topmenu nav > ul li ul > li:focus > a {
  background: #6f9f09;
}
header .topmenu nav > ul li ul > li:hover > a:after,
header .topmenu nav > ul li ul > li:focus > a:after {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu nav > ul li:hover > a,
header .topmenu nav > ul li:focus > a {
  color: #fff;
  background: #aade41;
}
header .topmenu nav > ul li:hover > ul,
header .topmenu nav > ul li:focus > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) translateY(0%);
  -webkit-transform: rotateX(0) translateY(0%);
  -o-transform: rotateX(0) translateY(0%);
}
header .topmenu nav > ul li:hover.sub:before,
header .topmenu nav > ul li:focus.sub:before {
  opacity: 1;
}
@media (max-width: 1026px) {
  header .topmenu nav > ul li {
    min-width: auto;
  }
}
header .topmenu .btn-nav-wrap {
  width: 150px;
  height: 100%;
  background: #e9e8e8;
  display: inline-block;
  float: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .topmenu .btn-nav-wrap .btn-nav {
  width: 55px;
  height: 21px;
  position: relative;
  margin-right: 30px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
header .topmenu .btn-nav-wrap .btn-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #013768;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .topmenu .btn-nav-wrap .btn-nav span:nth-child(1) {
  top: 0px;
}
header .topmenu .btn-nav-wrap .btn-nav span:nth-child(2),
header .topmenu .btn-nav-wrap .btn-nav span:nth-child(3) {
  top: 9px;
}
header .topmenu .btn-nav-wrap .btn-nav span:nth-child(4) {
  top: 18px;
}
header .topmenu .btn-nav-wrap .btn-nav.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
header .topmenu .btn-nav-wrap .btn-nav.open span:nth-child(2) {
  transform: rotate(45deg);
}
header .topmenu .btn-nav-wrap .btn-nav.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header .topmenu .btn-nav-wrap .btn-nav.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
header .topmenu .btn-nav-wrap:hover,
header .topmenu .btn-nav-wrap:focus,
header .topmenu .btn-nav-wrap.is-active {
  background: #013768;
}
header .topmenu .btn-nav-wrap:hover .btn-nav span,
header .topmenu .btn-nav-wrap:focus .btn-nav span,
header .topmenu .btn-nav-wrap.is-active .btn-nav span {
  background: #aade41;
}
header .topmenu .btn-nav-wrap:hover .btn-nav span:nth-child(1),
header .topmenu .btn-nav-wrap:focus .btn-nav span:nth-child(1),
header .topmenu .btn-nav-wrap.is-active .btn-nav span:nth-child(1) {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
header .topmenu .btn-nav-wrap:hover .btn-nav span:nth-child(4),
header .topmenu .btn-nav-wrap:focus .btn-nav span:nth-child(4),
header .topmenu .btn-nav-wrap.is-active .btn-nav span:nth-child(4) {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
}
header .topmenu .btn-nav-wrap.is-active {
  background: #aade41;
}
header .topmenu .btn-nav-wrap.is-active .btn-nav span {
  background: #fff;
}
header .topmenu .hl-lang {
  width: 100%;
  position: absolute;
  height: 100%;
  right: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .hl-lang .hotline {
  margin-right: 30px;
  font-size: 18px;
  font-family: fmain;
  line-height: 26px;
  color: #fff;
  text-transform: none;
}
header .topmenu .hl-lang .hotline a {
  font-size: 18px;
  font-family: fmain;
  line-height: 26px;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
  white-space: nowrap;
}
header .topmenu .lang {
  margin-left: 20px;
  position: relative;
  z-index: 100;
  font-family: fmain;
  text-transform: uppercase;
  flex-shrink: 0;
}
header .topmenu .lang.tab-switch {
  background: #002f58;
  width: 110px;
  height: 40px;
  flex-shrink: 0;
}
header .topmenu .lang.tab-switch a {
  font-size: 16px;
  font-family: fmain;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
header .topmenu .lang span {
  margin-left: 7px;
  font-size: 12px;
  line-height: 16px;
}
header .topmenu .lang a {
  color: #131313;
}
header .topmenu .lang img {
  width: 30px;
}
header .topmenu .lang .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 13px;
  background: #e9e8e8;
  border: 1px solid #e9e8e8;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .lang .box:after {
  content: "\f0d7";
  font-family: fa;
  color: #131313;
  font-size: 16px;
  margin-left: 10px;
}
header .topmenu .lang ul {
  width: 206px;
  height: auto;
  background: #fff;
  padding: 15px;
  margin: 0;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 100;
  border: 1px solid #e9e8e8;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .lang ul li {
  list-style: none;
}
header .topmenu .lang ul li a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .lang ul li a:hover {
  background: #e9e8e8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu .lang:hover ul {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: visible;
}
@media (max-width: 767px) {
  header .topmenu .lang span {
    font-size: 11px;
  }
  header .topmenu .lang .box {
    padding: 6px 10px;
  }
  header .topmenu .lang ul {
    width: 170px;
    padding: 10px;
    top: 36px;
  }
  header .topmenu .lang ul li a {
    padding: 5px;
  }
}
header .topmenu.is-submenu {
  background: #013768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu.is-submenu .brand svg path,
header .topmenu.is-submenu .brand svg polygon,
header .topmenu.is-submenu .brand svg rect {
  fill: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu.is-submenu nav {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .topmenu.is-submenu .hl-lang {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .submenu {
  width: 100%;
  background: #fffff2;
  box-shadow: 1px 4px 27px -5px rgba(0, 0, 0, 0.3);
  padding-top: 40px;
  padding-bottom: 60px;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
header .submenu .box {
  width: 20%;
  float: left;
  padding: 0 15px;
}
header .submenu h4 {
  font-size: 20px;
  font-family: rb;
  line-height: 28px;
  color: #8e4a02;
  text-transform: uppercase;
}
header .submenu ul {
  padding-top: 10px;
  padding-left: 0;
  margin-bottom: 0;
}
header .submenu ul li {
  list-style: none;
}
header .submenu ul li a {
  font-size: 16px;
  font-family: arial;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  padding: 6px 0;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .submenu ul li a:hover,
header .submenu ul li a:focus {
  color: #8e4a02;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header .submenu .inner {
  margin-bottom: 30px;
}
header .submenu.is-active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0) translateY(0%);
  -webkit-transform: rotateX(0) translateY(0%);
  -o-transform: rotateX(0) translateY(0%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header.is-scroll {
  height: 60px;
  box-shadow: 1px 4px 27px -5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  will-change: transform;
}
header.is-scroll .topmenu .brand svg {
  width: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 1199px) {
  header .topmenu .btn-nav-wrap {
    width: 100px;
  }
  header .topmenu .btn-nav-wrap .btn-nav {
    margin: auto;
  }
  header .topmenu .hl-lang {
    right: 220px;
  }
}
@media (max-width: 991px) {
  header {
    height: 60px;
  }
  header .topmenu .container-w {
    padding: 0;
    display: block;
  }
  header .topmenu .brand {
    width: auto;
    padding: 0 10px;
  }
  header .topmenu .brand svg {
    width: 80px;
  }
  header .topmenu .btn-nav-wrap {
    width: 66px;
  }
  header .topmenu .btn-nav-wrap .btn-nav {
    width: 40px;
  }
  header .topmenu .btn-nav-wrap .btn-nav span {
    height: 2px;
  }
  header .topmenu .btn-nav-wrap .btn-nav span:nth-child(1) {
    top: 2px;
  }
  header .topmenu .btn-nav-wrap .btn-nav span:nth-child(4) {
    top: 16px;
  }
  header .topmenu .hl-lang {
    width: auto;
    right: 170px;
    opacity: 1;
    visibility: visible;
  }
  header .topmenu .hl-lang .hotline {
    margin-right: 20px;
    font-size: 16px;
    font-family: fmain;
    line-height: 22px;
    color: #013768;
    text-transform: none;
    font-weight: bold;
  }
  header .topmenu .hl-lang .hotline a {
    font-size: 16px;
    font-family: fmain;
    line-height: 22px;
    color: #013768;
    text-transform: none;
  }
}
@media (max-width: 991px) and (max-width: 540px) {
  header .topmenu .hl-lang .hotline {
    display: none;
  }
}
@media (max-width: 991px) {
  header .topmenu .lang {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 80px;
  }
  header .topmenu .lang.tab-switch {
    width: 90px;
    height: 32px;
  }
  header .topmenu .lang.tab-switch a {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 1px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  header .topmenu .lang.tab-switch a.active {
    color: #fff;
  }
  header .topmenu.is-submenu .hl-lang .hotline {
    font-size: 16px;
    font-family: fmain;
    line-height: 22px;
    color: #fff;
    text-transform: none;
  }
  header .topmenu.is-submenu .hl-lang .hotline a {
    font-size: 16px;
    font-family: fmain;
    line-height: 22px;
    color: #fff;
    text-transform: none;
  }
  header nav,
  header .submenu {
    display: none;
  }
}

.menu-mobile {
  width: 100%;
  position: fixed;
  top: 60px;
  left: 0;
  background: #fffff2;
  text-align: center;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.menu-mobile.is-active {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0) translateY(0%);
  -webkit-transform: rotateX(0) translateY(0%);
  -o-transform: rotateX(0) translateY(0%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 991px) {
  .menu-mobile {
    display: block;
  }
}
.menu-mobile .inner {
  overflow-y: scroll;
  position: relative;
  width: 100%;
}
.menu-mobile .inner::-webkit-scrollbar {
  display: none;
}
.menu-mobile .inner > ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.menu-mobile .inner > ul > li {
  list-style: none;
  padding: 0px;
  position: relative;
  text-align: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile .inner > ul > li:first-child {
  padding-top: 20px;
}
.menu-mobile .inner > ul > li ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
  display: none;
}
.menu-mobile .inner > ul > li ul li {
  position: relative;
  background: #fafafa;
}
.menu-mobile .inner > ul > li ul li a {
  padding-left: 25px;
  color: #a4a4a4;
  font-size: 16px;
  font-family: arial;
  line-height: 24px;
  color: #131313;
  text-transform: none;
}
.menu-mobile .inner > ul > li ul li a i {
  right: 40px;
}
.menu-mobile .inner > ul > li ul li > ul {
  padding: 0;
}
.menu-mobile .inner > ul > li ul li > ul li a {
  padding-left: 60px;
}
.menu-mobile .inner > ul > li ul li:focus,
.menu-mobile .inner > ul > li ul li.active {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile .inner > ul > li ul li:focus > a i,
.menu-mobile .inner > ul > li ul li.active > a i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}
.menu-mobile .inner > ul > li a {
  padding: 10px;
  display: block;
  font-size: 16px;
  font-family: rb;
  line-height: 24px;
  color: #8e4a02;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.menu-mobile .inner > ul > li a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #8e4a02;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}
.menu-mobile .inner > ul > li a.active,
.menu-mobile .inner > ul > li a:hover,
.menu-mobile .inner > ul > li a:focus {
  color: #8e4a02;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile .inner > ul > li ul li a i {
  transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}
.menu-mobile .inner > ul > li:focus,
.menu-mobile .inner > ul > li.active {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu-mobile .inner > ul > li:focus > a,
.menu-mobile .inner > ul > li.active > a {
  color: #013768;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.menu-mobile .inner > ul > li:focus > a i,
.menu-mobile .inner > ul > li.active > a i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

footer {
  position: relative;
  z-index: 10;
}
footer .top-ft {
  height: 110px;
  background: #013768;
}
footer .top-ft .container-w {
  height: 100%;
}
footer .top-ft .container-w .row {
  height: 100%;
}
footer .top-ft .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  float: left;
}
footer .top-ft .item.info-box a {
  display: flex;
  align-items: center;
}
footer .top-ft .item.info-box a i {
  width: auto;
  flex-shrink: 0;
  margin-right: 10px;
}
footer .top-ft .item.info-box a p {
  font-size: 14px;
  font-family: arial;
  line-height: 20px;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 0;
}
footer .top-ft .item.info-box a:hover p,
footer .top-ft .item.info-box a:focus p {
  color: #4694a0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .bottom-ft {
  background: #1f6873;
}
footer .bottom-ft .bt1 {
  width: 100%;
  height: 385px;
  background: url(../img/bg-ft.jpg) no-repeat top;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 30px;
}
footer .bottom-ft .bt1 .container-w {
  position: relative;
}
footer .bottom-ft .bt1 .inner {
  padding-bottom: 25px;
}
footer .bottom-ft .bt1 .item h4 {
  font-size: 16px;
  font-family: rb;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
footer .bottom-ft .bt1 .item .list {
  padding-top: 5px;
}
footer .bottom-ft .bt1 .item .list a {
  display: block;
  font-size: 12px;
  font-family: arial;
  line-height: 16px;
  color: #fff;
  text-transform: none;
  padding: 4px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .bottom-ft .bt1 .item .list a:hover,
footer .bottom-ft .bt1 .item .list a:focus {
  color: #013768;
}
footer .bottom-ft .bt1 .backtotop {
  position: absolute;
  bottom: 10px;
  right: -100px;
  cursor: pointer;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
footer .bottom-ft .bt1 .backtotop:before {
  content: "\f02b";
  font-family: fa;
  color: #fff;
  font-size: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  left: -32px;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .bottom-ft .bt1 .backtotop span {
  font-size: 11px;
  font-family: arial;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
footer .bottom-ft .bt1 .backtotop:hover:before,
footer .bottom-ft .bt1 .backtotop:focus:before {
  left: -45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
footer .bottom-ft .bt2 {
  width: 100%;
  text-align: center;
}
footer .bottom-ft .bt2 p {
  font-size: 12px;
  font-family: arial;
  line-height: 16px;
  color: #54c3d4;
  text-transform: none;
  padding: 14px 0;
  margin: 0;
}
@media (max-width: 1440px) {
  footer .bottom-ft .bt1 .backtotop {
    right: 0;
  }
}
@media (max-width: 1199px) {
  footer .bottom-ft .bt1 .backtotop {
    bottom: 20px;
    right: -3%;
  }
}
@media (max-width: 991px) {
  footer .top-ft .item {
    justify-content: center;
  }
  footer .top-ft .item.info-box a {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  footer .top-ft .item.info-box a i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .top-ft .item.info-box a i img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  footer .top-ft {
    height: 100px;
  }
  footer .top-ft .logo-ft {
    display: block;
    margin: auto;
  }
  footer .bottom-ft .bt1 {
    height: 220px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-size: 183%;
    background: url(../img/bg-ft-m.jpg);
  }
  footer .bottom-ft .bt1 .container-w {
    height: 100%;
  }
  footer .bottom-ft .bt1 .backtotop {
    transform: rotate(0) translateX(-50%);
    -webkit-transform: rotate(0) translateX(-50%);
    -o-transform: rotate(0) translateX(-50%);
    left: 50%;
    bottom: 0px;
    text-align: center;
  }
  footer .bottom-ft .bt1 .backtotop:before {
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: -15px;
  }
  footer .bottom-ft .bt1 .backtotop span {
    font-size: 10px;
  }
  footer .bottom-ft .bt1 .backtotop:hover:before,
  footer .bottom-ft .bt1 .backtotop:focus:before {
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: -20px;
  }
  footer .bottom-ft .bt1 .bt1-m {
    height: 100%;
  }
  footer .bottom-ft .bt1 .bt1-m p {
    font-size: 12px;
    font-family: arial;
    line-height: 24px;
    color: #fff;
    text-transform: none;
  }
  footer .bottom-ft .bt1 .bt1-m .social {
    display: table;
    margin: 15px auto;
  }
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
  background: #fff;
  display: block;
}
.loading .line {
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 900;
  animation: expandLine 3s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
.loading .three-balls {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
.loading .three-balls .ball {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  animation: bouncedelay 3s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
.loading .three-balls .ball1 {
  animation-delay: -0.16s;
}
.loading .three-balls .ball2 {
  animation-delay: -0.08s;
}
@keyframes expandLine {
  0% {
    width: 0;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
  }
  50% {
    width: 90%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
  }
  100% {
    width: 100%;
    transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
  }
}
@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #013768;
  }
  16.66% {
    bottom: 40px;
    background-color: #013768;
  }
  33.33% {
    bottom: 0px;
    background-color: #013768;
  }
  50% {
    bottom: 40px;
    background-color: #013768;
  }
  66.66% {
    bottom: 0px;
    background-color: #013768;
  }
  83.33% {
    bottom: 40px;
    background-color: #013768;
  }
  100% {
    bottom: 0;
    background-color: #013768;
  }
}

.slider-home {
  max-width: 100%;
  background: #e5efd6;
  overflow: hidden;
}
.slider-home .container-w {
  height: 100%;
  position: relative;
}
.slider-home .boxleft {
  width: 340px;
  height: 100%;
  float: left;
  position: relative;
  z-index: 10;
}
.slider-home .boxleft .textbox {
  width: 100%;
  position: relative;
}
.slider-home .boxleft .textbox .content {
  width: 100%;
  height: 570px;
  background: url(../img/pt-slider.png), #013768;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.slider-home .boxleft .textbox .content .item {
  padding: 30px;
  position: absolute;
  top: 30px;
}
.slider-home .boxleft .textbox .content .item .title {
  font-size: 28px;
  font-family: fmain;
  line-height: 36px;
  color: #fff;
  text-transform: none;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider-home .boxleft .textbox .content .item .text-main {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider-home .boxleft .textbox .content .item .btn-w {
  float: left;
  margin-top: 20px;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider-home .boxleft .textbox .content .item.active {
  z-index: 10;
}
.slider-home .boxleft .textbox .content .item.active .title {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.slider-home .boxleft .textbox .content .item.active .text-main {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.slider-home .boxleft .textbox .content .item.active .btn-w {
  margin-top: 20px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.slider-home .boxleft .textbox .controls {
  position: absolute;
  bottom: 0;
  right: -50px;
}
.slider-home .boxleft .textbox .controls .btn-ctr {
  width: 50px;
  height: 125px;
  background: #4694a0;
  float: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.slider-home .boxleft .textbox .controls .btn-ctr:hover {
  background: #1f6873;
}
.slider-home .boxleft .textbox .controls .btn-ctr i {
  position: relative;
}
.slider-home .boxleft .textbox .controls .btn-ctr.btn-prev i {
  left: -2px;
}
.slider-home .boxleft .textbox .controls .btn-ctr.btn-next i {
  right: -2px;
}
.slider-home .boxleft .social {
  padding: 22px 25px;
}
.slider-home .banners {
  width: 1035px;
  height: 700px;
  position: absolute;
  left: 355px;
}
.slider-home .banners .slick-arrow {
  display: none !important;
}
.slider-home .banners:hover .slick-arrow {
  display: block !important;
}
.slider-home .banners .slick-arrow {
  width: 50px;
  height: 125px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 0;
  text-indent: 0;
  outline: 0;
  border: 0;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slider-home .banners .slick-arrow.slick-prev {
  left: 0px;
  background: url(../img/arrow-l.png) no-repeat center, #4694a0;
}
.slider-home .banners .slick-arrow.slick-next {
  right: 0px;
  background: url(../img/arrow-r.png) no-repeat center, #4694a0;
}
.slider-home .banners .slick-arrow:hover {
  background-color: #1f6873;
}
@media (max-width: 1600px) {
  .slider-home {
    height: auto;
  }
  .slider-home .container-w {
    width: 100%;
    display: flex;
    max-width: 100%;
    padding: 0;
    position: initial;
  }
  .slider-home .boxleft {
    width: 25vw;
    height: auto;
    position: relative;
    left: 0;
  }
  .slider-home .boxleft .textbox .content {
    height: 600px;
  }
  .slider-home .boxleft .textbox .content .item {
    top: 5%;
  }
}
@media (max-width: 1600px) and (max-width: 1435px) {
  .slider-home .boxleft .textbox .content {
    height: 500px;
  }
}
@media (max-width: 1600px) {
  .slider-home .banners {
    width: 75vw;
    height: auto;
    float: left;
    position: relative;
    left: 0;
  }
  .slider-home .banners .item img {
    width: 100%;
  }
}
@media (max-width: 1224px) {
  .slider-home .boxleft .textbox .content {
    height: 480px;
  }
}
@media (max-width: 1190px) {
  .slider-home .boxleft .textbox .content {
    height: 400px;
  }
  .slider-home .boxleft .textbox .content .item {
    padding: 15px;
    top: 15px;
  }
  .slider-home .boxleft .textbox .content .item .title {
    font-size: 30px;
    line-height: 42px;
  }
  .slider-home .boxleft .social {
    padding: 20px 15px 30px 15px;
  }
  .slider-home .banners {
    height: 100%;
  }
}
@media (max-width: 1050px) {
  .slider-home .boxleft .textbox .content {
    height: 380px;
  }
  .slider-home .boxleft .textbox .content .item {
    top: 0px;
  }
  .slider-home .boxleft .textbox .content .item .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .slider-home .container-w {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .slider-home .boxleft {
    width: 100vw;
    max-width: 100%;
  }
  .slider-home .boxleft .textbox .content {
    width: 100%;
    height: 300px;
    background: #013768;
    padding-bottom: 50px;
  }
  .slider-home .boxleft .textbox .content .item {
    width: 60%;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 30px;
  }
  .slider-home .boxleft .textbox .content .item .btn-w {
    float: initial;
  }
  .slider-home .boxleft .textbox .controls {
    width: 100%;
    right: 0;
  }
  .slider-home .boxleft .textbox .controls .btn-ctr.btn-next {
    float: right;
  }
  .slider-home .boxleft .textbox .controls .btn-ctr.btn-prev {
    float: left;
  }
  .slider-home .boxleft .social {
    margin: auto;
  }
  .slider-home .boxleft .social h5 {
    margin-bottom: 0;
  }
  .slider-home .banners {
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-home .boxleft .textbox .content {
    padding-bottom: 20px;
  }
  .slider-home .boxleft .textbox .content .item {
    width: 84%;
    padding: 15px;
  }
  .slider-home .boxleft .textbox .content .item .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .slider-home .boxleft .textbox .content .item {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .slider-home .boxleft .textbox .controls .btn-ctr {
    width: 40px;
    height: 100px;
  }
  .slider-home .boxleft .textbox .controls .btn-ctr i img {
    width: 80%;
  }
  .slider-home .banners .slick-arrow {
    width: 40px;
    height: 100px;
    display: inline-block !important;
  }
  .slider-home .banners .slick-arrow.slick-prev {
    background: url(../img/arrow-l.png) no-repeat center;
    background-size: 40%;
  }
  .slider-home .banners .slick-arrow.slick-next {
    background: url(../img/arrow-r.png) no-repeat center;
    background-size: 40%;
  }
}

.product-list-home {
  height: auto;
  background: #f2efe3;
  overflow: hidden;
}
.product-list-home .container-w,
.product-list-home .row {
  height: 100%;
}
.product-list-home .content {
  height: 100%;
  position: relative;
}
.product-list-home .content .item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-list-home .content .item .title {
  font-size: 22px;
  font-family: fmain;
  line-height: 32px;
  color: #013768;
  text-transform: none;
}
.product-list-home .content .item .ml {
  font-size: 14px;
  font-family: arial;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  font-weight: bold;
  margin: 15px 0;
}
.product-list-home .content .item.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-list-home .content.active {
  opacity: 1;
}
.product-list-home .pd-img-w {
  position: relative;
  height: 100%;
}
.product-list-home .pd-img-w .pd-slider-for {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-list-home .pd-img-w .img {
  width: 100%;
}
.product-list-home .pdlist-slider-w {
  position: relative;
  padding-left: 0;
}
.product-list-home .pdlist-slider-w .pd-slider-nav {
  width: 150px;
  margin: auto;
}
.product-list-home .pdlist-slider-w .pd-slider-nav .item {
  cursor: pointer;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
}
.product-list-home .pdlist-slider-w .pd-slider-nav .item img {
  padding: 16px 25px 0px 25px;
  width: 96%;
  margin: auto;
}
.product-list-home .pdlist-slider-w .pd-slider-nav .item .name {
  text-align: center;
  margin-bottom: 2px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.product-list-home .pdlist-slider-w .btn-ctr {
  width: 100%;
  height: 50px;
  background: #013768;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-list-home .pdlist-slider-w .btn-ctr i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.product-list-home .pdlist-slider-w .btn-ctr.btn-prev i:before {
  content: "\f106";
  font-family: fa;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.product-list-home .pdlist-slider-w .btn-ctr.btn-next i:before {
  content: "\f107";
  font-family: fa;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.product-list-home .pdlist-slider-w .btn-ctr:hover,
.product-list-home .pdlist-slider-w .btn-ctr:focus {
  background: #4694a0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-list-home .title-box {
  padding-top: 100px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .product-list-home {
    height: auto;
  }
  .product-list-home .pdlist-slider-w .pd-slider-nav {
    float: right;
  }
  .product-list-home .content {
    margin-top: 250px;
  }
  .product-list-home .pd-img-w {
    margin-top: 85px;
  }
  .product-list-home .title-box {
    text-align: center;
    padding-top: 40px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .product-list-home {
    padding: 40px 0;
  }
  .product-list-home .pd-img-w {
    margin-top: 0px;
  }
  .product-list-home .pd-img-w img {
    display: block;
    margin: auto;
  }
  .product-list-home .title-box {
    padding-top: 20px;
    text-align: left;
  }
  .product-list-home .title-box .btn-main {
    float: left;
  }
  .product-list-home .title-box .title-main {
    padding-left: 0px;
    padding-right: 0;
  }
  .product-list-home .title-box .title-main:before {
    display: none;
  }
}

.services-home {
  height: 900px;
  background: url(../img/bg-dich-vu.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.services-home .c1 {
  position: absolute;
  right: 80px;
  top: 170px;
  z-index: 10;
}
.services-home .c2 {
  position: absolute;
  right: 220px;
  top: 280px;
  z-index: 10;
}
.services-home .c3 {
  position: absolute;
  left: 0px;
  z-index: 10;
  bottom: 320px;
}
.services-home:after {
  width: 824px;
  height: 503px;
  content: "";
  background: url(../img/count-center.png) no-repeat center;
  top: 67%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.services-home .scrolldown {
  display: table;
  margin: 40px auto 0 auto;
  text-align: center;
}
@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px);
    -o-transform: translateX(-50%) translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    -webkit-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
  }
}
.services-home .scrolldown .mouse {
  width: 32px;
  height: 44px;
  background: url(../img/mouse.png) no-repeat center;
  margin: auto;
  position: relative;
}
.services-home .scrolldown .mouse:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 13px;
  animation: scrolldown 2s infinite;
}
.services-home .scrolldown span {
  margin: 15px auto;
  display: block;
  font-size: 10px;
  font-family: arial;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services-home .scrolldown .arrow {
  animation: scrolldown 2s infinite;
}
.services-home .sv-box {
  padding-top: 280px;
  position: relative;
  z-index: 10;
}
.services-home .sv-box.sv-left .title-box {
  padding-right: 40px;
}
.services-home .sv-box.sv-right .title-box {
  padding-left: 40px;
}
@media (max-width: 1340px) {
  .services-home .c1 {
    right: 30px;
    top: 90px;
  }
  .services-home .c2 {
    top: 130px;
    right: 140px;
  }
  .services-home .c3 {
    bottom: 540px;
    width: 130px;
  }
}
@media (max-width: 1200px) {
  .services-home {
    background: url(../img/bg2-dich-vu.jpg) no-repeat center;
  }
  .services-home .sv-box {
    padding-top: 250px;
  }
}
@media (max-width: 991px) {
  .services-home .c1 {
    width: 100px;
    right: 10px;
    top: 120px;
  }
  .services-home .c2 {
    width: 100px;
    top: 120px;
    right: 120px;
  }
  .services-home .c3 {
    width: 120px;
    bottom: 350px;
    display: none;
  }
}
@media (max-width: 767px) {
  .services-home {
    height: 1030px;
    background: url(../img/bg3-dich-vu.jpg) no-repeat top center;
  }
  .services-home:after {
    display: none;
  }
  .services-home .scrolldown {
    display: none;
  }
  .services-home .c1,
  .services-home .c2,
  .services-home .c3 {
    display: none;
  }
  .services-home .sv-box {
    padding-top: 100px;
  }
  .services-home .sv-box.sv-left {
    padding-left: 50px;
  }
  .services-home .sv-box.sv-left .title-box {
    padding-right: 30%;
  }
  .services-home .sv-box.sv-right {
    padding-right: 50px;
    padding-left: 10px;
  }
  .services-home .sv-box.sv-right .title-box {
    padding-left: 30%;
  }
}
@media (max-width: 650px) {
  .services-home .sv-box {
    padding-top: 70px;
  }
  .services-home .sv-box.sv-left .title-box {
    padding-right: 10px;
  }
  .services-home .sv-box.sv-left .title-box .title-main .break {
    display: none;
  }
  .services-home .sv-box.sv-right {
    padding-top: 40px;
  }
  .services-home .sv-box.sv-right .title-box {
    padding-left: 10px;
  }
}

.reason-home {
  width: 100%;
  overflow: hidden;
}
.reason-home .box-slider-w {
  position: relative;
  display: table;
  margin: 50px auto 100px auto;
}
.reason-home .box-slider-w .box-slider {
  width: 637px;
  height: 342px;
  margin: auto;
  text-align: center;
  background: url(../img/bg-visao.png) no-repeat center;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.reason-home .box-slider-w .box-slider .slick-arrow {
  display: none !important;
}
.reason-home .box-slider-w .box-slider:after {
  content: "";
  width: 390px;
  height: 189px;
  background: url(../img/count-visao.png) no-repeat center;
  position: absolute;
  right: -215px;
  bottom: -74px;
}
.reason-home .box-slider-w .box-slider .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  padding: 0 50px;
}
.reason-home .box-slider-w .box-slider .item .title {
  font-size: 60px;
  font-family: ab;
  line-height: 70px;
  color: #4694a0;
  text-transform: none;
  letter-spacing: -1px;
}
.reason-home .box-slider-w .box-slider .item .title .cur {
  font-size: 34px;
  font-family: ab;
  line-height: 40px;
  color: #4694a0;
  text-transform: none;
}
.reason-home .box-slider-w .box-slider .item .line {
  margin: 20px auto;
}
.reason-home .box-slider-w .box-slider .item .des {
  font-size: 18px;
  font-family: fmain;
  line-height: 32px;
  color: #013768;
  text-transform: none;
}
.reason-home .box-slider-w .btn-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 20;
}
.reason-home .box-slider-w .btn-control.btn-prev {
  left: -40px;
}
.reason-home .box-slider-w .btn-control.btn-next {
  right: -40px;
}
@media (max-width: 767px) {
  .reason-home .box-slider-w {
    margin: 40px auto;
  }
  .reason-home .box-slider-w .box-slider {
    width: 500px;
    height: 268px;
    background-size: contain;
    padding: 15px;
  }
  .reason-home .box-slider-w .box-slider:after {
    display: none;
  }
  .reason-home .box-slider-w .box-slider .item {
    padding: 0 30px;
  }
  .reason-home .box-slider-w .box-slider .item .title {
    font-size: 38px;
    line-height: 44px;
  }
  .reason-home .box-slider-w .box-slider .item .title .cur {
    font-size: 24px;
    line-height: 24px;
  }
  .reason-home .box-slider-w .box-slider .item .line {
    width: 70%;
    margin: 20px auto 15px auto;
  }
  .reason-home .box-slider-w .box-slider .item .des {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
  }
  .reason-home .box-slider-w .btn-control {
    position: absolute;
    top: initial;
    bottom: -54px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 20;
  }
  .reason-home .box-slider-w .btn-control.btn-prev {
    left: 35%;
  }
  .reason-home .box-slider-w .btn-control.btn-next {
    right: 35%;
  }
}
@media (max-width: 550px) {
  .reason-home .box-slider-w .box-slider {
    width: 310px;
    height: 362px;
    background: url(../img/bg-visao-m.png) no-repeat center;
  }
  .reason-home .box-slider-w .box-slider .item .des {
    padding: 0 15px;
  }
  .reason-home .box-slider-w .btn-control {
    bottom: -50px;
  }
  .reason-home .box-slider-w .btn-control.btn-prev {
    left: 26%;
  }
  .reason-home .box-slider-w .btn-control.btn-next {
    right: 26%;
  }
}

.posts-home {
  max-width: 100%;
  position: relative;
}
.posts-home .bg_white {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.posts-home .bg_white.active {
  display: block;
}
.posts-home .container {
  position: relative;
  z-index: 100;
}
.posts-home .tab-switch {
  margin-bottom: 40px;
}
.posts-home .tab-content {
  display: none;
}
.posts-home .tab-content.active {
  display: block;
}
.posts-home .list-article .thumb:nth-child(1) {
  margin-top: 30px;
}
.posts-home .list-article .thumb:nth-child(2) {
  margin-top: 60px;
}
.posts-home .btn-main {
  margin-top: 50px;
}
.posts-home .socialbox {
  margin-top: 20px;
}
.posts-home .socialbox .facebook {
  display: flex;
  height: 168px;
}
.posts-home .socialbox .facebook .img {
  width: 323.328px;
  flex-shrink: 0;
}
.posts-home .socialbox .facebook .img img {
  width: 100%;
}
.posts-home .socialbox .facebook .textbox {
  height: 100%;
  float: left;
  background: #aade41;
  padding: 25px 42px;
  position: relative;
}
.posts-home .socialbox .facebook .textbox:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/fb.png) no-repeat center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.posts-home .socialbox .facebook .textbox p {
  height: 84px;
}
.posts-home .socialbox .facebook .textbox .btn-viewmore {
  margin-top: 20px;
  display: block;
}
.posts-home .socialbox .youtube {
  margin-top: -66px;
}
.posts-home .socialbox .youtube .inner {
  height: 346px;
  height: 234px;
  border: 4px solid #c7c5bf;
  background: url(../img/thumbnail-yt.jpg) no-repeat center;
  cursor: pointer;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.posts-home .socialbox .youtube .inner .btn-play {
  width: 60px;
  height: 60px;
  position: relative;
}
.posts-home .socialbox .youtube .inner .btn-play:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #aade41;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.posts-home .socialbox .youtube .inner .btn-play:after {
  content: "";
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
}
.posts-home .socialbox .youtube .inner .btn-play i {
  font-size: 18px;
  width: 12px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 11;
}
.posts-home .socialbox .youtube .inner:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/youtube.png) no-repeat center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.posts-home .socialbox .youtube .inner:hover .btn-play:before {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.9);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.9);
}
.posts-home .socialbox .youtube .inner:hover .btn-play:after {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  opacity: 0;
}
.posts-home .testimonial {
  display: flex;
  position: relative;
}
.posts-home .testimonial .box {
  width: 50%;
  margin-top: 70px;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
.posts-home .testimonial .box .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 40px 0;
}
.posts-home .testimonial .box .item .avt_w {
  text-align: center;
  background: #fff;
  padding: 3px 0;
}
.posts-home .testimonial .box .item .avt_w .avt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-left: 30px;
}
.posts-home .testimonial .box .item .avt_w .avt .img {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 4px #efefef solid;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.29);
}
.posts-home .testimonial .box .item .avt_w .avt h5 {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
  position: absolute;
  top: 93px;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.posts-home .testimonial .box .item .avt_w .avt:before {
  content: "\f0d9";
  font-family: fa;
  font-size: 20px;
  color: #222;
  margin: 0 10px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.posts-home .testimonial .box .item .text_w {
  background: #aade41;
  border-radius: 20px;
  padding: 20px;
  line-height: 20px;
}
.posts-home .testimonial .box .item.yellow .text_w {
  background: #f3d754;
}
.posts-home .testimonial .box .item.blue .text_w {
  background: #5bc6d6;
}
.posts-home .testimonial .box.box_r {
  margin-top: -14px;
  margin-right: 0;
  margin-left: 15px;
}
.posts-home .testimonial .box.box_r .item {
  flex-direction: row;
}
.posts-home .testimonial .box.box_r .item .avt_w .avt {
  margin-right: 30px;
  margin-left: 0;
}
.posts-home .testimonial .box.box_r .item .avt_w .avt:before {
  content: "\f0da";
  left: initial;
  right: -30px;
}
.posts-home .testimonial .box .percent {
  margin-left: 136px;
}
.posts-home .testimonial .box .percent .num {
  font-family: ab;
  font-size: 100px;
  line-height: 90px;
  color: #4694a0;
}
.posts-home .testimonial .box .percent .text_bt {
  width: 348px;
  display: flex;
  align-items: center;
}
.posts-home .testimonial .box .percent .text_bt .text_r h4 {
  font-family: ab;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.posts-home .testimonial .box .percent .text_bt .text_r p {
  font-size: 18px;
  line-height: 24px;
  color: #002f58;
}
.posts-home .testimonial .box_bg {
  width: 120px;
  height: 85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 1px dashed #888;
  border-radius: 25px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .posts-home .socialbox .facebook .img {
    width: 293px;
    overflow: hidden;
  }
  .posts-home .socialbox .facebook .img img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  .posts-home .socialbox .facebook .img {
    width: 220px;
    position: relative;
  }
  .posts-home .socialbox .facebook .img img {
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    position: absolute;
  }
  .posts-home .socialbox .facebook .textbox {
    padding: 20px 25px;
  }
  .posts-home .testimonial .box {
    margin-right: 10px;
  }
  .posts-home .testimonial .box.box_r {
    margin-left: 10px;
  }
  .posts-home .testimonial .box .percent {
    margin-left: 110px;
  }
  .posts-home .testimonial .box .percent .text_bt {
    width: auto;
  }
  .posts-home .testimonial .box .percent .text_bt img {
    width: 100px;
  }
  .posts-home .testimonial .box_bg {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .posts-home .list-article .thumb {
    margin-bottom: 20px;
  }
  .posts-home .list-article .thumb:nth-child(1) {
    margin-top: 0;
  }
  .posts-home .list-article .thumb:nth-child(2) {
    margin-top: 0;
  }
  .posts-home .socialbox {
    margin-top: 0;
    display: none;
  }
  .posts-home .btn-main {
    margin-top: 20px;
  }
  .posts-home .testimonial {
    flex-direction: column;
  }
  .posts-home .testimonial .box {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .posts-home .testimonial .box.box_r {
    margin-left: 0;
  }
  .posts-home .testimonial .box.box_r .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .posts-home .testimonial .box.box_r .item:nth-child(even) .avt_w .avt {
    margin-left: 30px;
    margin-right: 0;
  }
  .posts-home .testimonial .box.box_r .item:nth-child(even) .avt_w .avt:before {
    content: "\f0d9";
    right: initial;
    left: -30px;
  }
  .posts-home .testimonial .box .item {
    margin: 30px 0;
  }
  .posts-home .testimonial .box .item .avt_w .avt .img {
    width: 60px;
    height: 60px;
    border: 2px #efefef solid;
  }
  .posts-home .testimonial .box .item .avt_w .avt h5 {
    background: none;
    margin-top: 10px;
  }
  .posts-home .testimonial .box .item .text_w {
    padding: 15px;
  }
  .posts-home .testimonial .box .item:nth-child(even) {
    flex-direction: row;
  }
  .posts-home .testimonial .box .item:nth-child(even) .avt_w .avt {
    margin-right: 30px;
    margin-left: 0;
  }
  .posts-home .testimonial .box .item:nth-child(even) .avt_w .avt:before {
    content: "\f0da";
    left: initial;
    right: -30px;
  }
  .posts-home .testimonial .box .percent {
    margin-left: 0;
  }
  .posts-home .testimonial .box .percent .num {
    font-size: 80px;
    line-height: 80px;
  }
  .posts-home .testimonial .box .percent .text_bt .text_r h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .posts-home .testimonial .box .percent .text_bt .text_r p {
    font-size: 16px;
    line-height: 22px;
  }
  .posts-home .testimonial .box_bg {
    display: none;
  }
}

.modal-youtube {
  border-radius: 0px;
}
.modal-youtube .modal-content {
  border-radius: 0;
  position: relative;
}
.modal-youtube .modal-content .close-modal {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #013768;
  right: -8px;
  top: -8px;
  z-index: 10;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.modal-youtube .modal-content .close-modal svg {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.modal-youtube .modal-content .close-modal:hover {
  background: #4694a0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.modal-youtube .modal-content .close-modal:hover svg {
  transform: translateX(-50%) translateY(-50%) scale(0.7) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7) rotate(90deg);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.7) rotate(90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.modal-youtube .modal-content .modal-body {
  padding: 6px;
  height: 458px;
}
@media (min-width: 768px) {
  .modal-youtube .modal-dialog {
    width: 800px;
  }
}

.relate-info {
  padding: 50px 0;
  background: #002f58;
  position: relative;
}
.relate-info:before {
  content: "";
  width: 100%;
  height: 27px;
  background: url(../img/top-relate-box.png) repeat-x center;
  position: absolute;
  left: 0;
  top: -27px;
}
.relate-info .title {
  font-size: 30px;
  font-family: ab;
  line-height: 46px;
  color: #fff600;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}
.relate-info .listbox {
  display: flex;
  margin: 50px -15px 30px -15px;
  position: relative;
  z-index: 11;
}
.relate-info .listbox .box {
  width: 33.333%;
  height: 380px;
  margin: 0 35px;
  text-align: center;
  position: relative;
}
.relate-info .listbox .box:before {
  content: "";
  width: 77px;
  height: 94px;
  background: url(../img/quotes.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  top: -40px;
  left: 20px;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box:after {
  content: "";
  width: 129px;
  height: 118px;
  background: url(../img/coconut.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  bottom: -40px;
  right: 40px;
  opacity: 0;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
  -webkit-transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
  -o-transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
}
.relate-info .listbox .box .inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
}
.relate-info .listbox .box .inner a {
  width: 100%;
  height: 100%;
  display: block;
  flex-direction: column;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  padding: 60px 42px;
}
.relate-info .listbox .box .inner a .t-box {
  font-size: 28px;
  font-family: ab;
  line-height: 36px;
  color: #baff00;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box .inner a .t-box:after {
  content: "";
  width: 0;
  height: 7px;
  background: url(../img/line-box-relate.png) repeat-x center;
  display: block;
  margin: 0px auto;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box .inner a p {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.relate-info .listbox .box .bg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.relate-info .listbox .box .bg .bg2 {
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.relate-info .listbox .box:hover:before {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
  -webkit-transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
  -o-transition: all 400ms cubic-bezier(0.395, 0.165, 0.215, 1.32);
}
.relate-info .listbox .box:hover .inner a .t-box {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box:hover .inner a .t-box:after {
  width: 169px;
  margin: 15px auto;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.relate-info .listbox .box:hover .inner a p {
  opacity: 1;
  height: 100px;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 1199px) {
  .relate-info .listbox .box:hover .inner a p {
    height: 80px;
  }
}
.relate-info .listbox .box:hover .bg .bg2 {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 1270px) {
  .relate-info .listbox {
    width: 100%;
    margin: 40px 0 30px 0;
  }
  .relate-info .listbox .box {
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .relate-info .listbox .box {
    margin: 0 15px;
  }
  .relate-info .listbox .box:before {
    width: 50px;
    height: 61px;
    top: -25px;
  }
  .relate-info .listbox .box:after {
    width: 90px;
    height: 82px;
    bottom: -15px;
  }
  .relate-info .listbox .box .inner a {
    padding: 30px;
  }
  .relate-info .listbox .box .inner a .t-box {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .relate-info .listbox .box .inner a {
    padding: 30px;
  }
  .relate-info .listbox .box .inner a .t-box {
    font-size: 22px;
    line-height: 28px;
    top: initial;
    transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
  }
  .relate-info .listbox .box .inner a .t-box:after {
    display: none;
  }
  .relate-info .listbox .box .inner a p {
    display: none;
  }
}
@media (max-width: 767px) {
  .relate-info {
    padding: 20px 0;
  }
  .relate-info .listbox .box {
    margin: 0 10px;
  }
  .relate-info .listbox .box .inner a {
    padding: 30px;
  }
  .relate-info .listbox .box .inner a .t-box {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 720px) {
  .relate-info .title {
    font-size: 24px;
    line-height: 32px;
  }
  .relate-info .listbox {
    width: 100%;
    display: block;
  }
  .relate-info .listbox .box {
    width: 280px;
    height: 290px !important;
    margin: 30px auto;
  }
  .relate-info .listbox .box .inner a .t-box {
    font-size: 22px;
  }
  .relate-info .listbox .box:last-child {
    margin-bottom: 0;
  }
}

.about .relate-info {
  margin-top: 0px;
}

.lich-su {
  background: #013768;
}
.lich-su .textbox {
  width: 100%;
  height: 787px;
  background: url(../img/top-lich-su.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.lich-su .textbox .text-center {
  padding-top: 60px;
  position: relative;
}
.lich-su .textbox:after {
  content: "";
  width: 450px;
  height: 388px;
  background: url(../img/leaf-lichsu.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 20%;
  bottom: -7%;
}
.lich-su .textbox .title {
  font-size: 40px;
  font-family: ab;
  line-height: 62px;
  color: #4694a0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.lich-su .textbox .line-green {
  margin: 30px auto;
}
.lich-su .textbox .info {
  padding: 0 80px;
}
.lich-su .textbox .info p {
  font-size: 16px;
  font-family: fmain;
  line-height: 30px;
  color: #131313;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .lich-su .textbox {
    width: 100%;
    padding: 0;
    background-size: cover;
  }
  .lich-su .textbox:after {
    width: 280px;
    height: 241px;
    bottom: 0;
    left: 13%;
  }
}
@media (max-width: 767px) {
  .lich-su .textbox {
    height: 620px;
  }
  .lich-su .textbox .line-green {
    width: 140px;
    margin: 20px auto;
  }
  .lich-su .textbox .text-center {
    padding-top: 30px;
  }
  .lich-su .textbox .title {
    font-size: 26px;
    line-height: 40px;
  }
  .lich-su .textbox .info {
    padding: 0 30px;
  }
  .lich-su .textbox .info p {
    font-size: 14px;
    line-height: 28px;
  }
  .lich-su .textbox:after {
    bottom: 0px;
    left: 0%;
  }
}
@media (max-width: 580px) {
  .lich-su .textbox .info {
    padding: 0px;
  }
  .lich-su .textbox:after {
    width: 180px;
    height: 155px;
    bottom: 20px;
  }
}
@media (max-width: 450px) {
  .lich-su .textbox {
    height: auto;
    padding-bottom: 180px;
  }
}
.lich-su .timeline {
  width: 100%;
  display: table;
  height: auto;
  position: relative;
  padding: 0 30px 80px 30px;
  z-index: 20;
}
.lich-su .timeline:after {
  content: "";
  width: 7px;
  height: 100%;
  background: url(../img/line-ls.png) repeat-y top center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.lich-su .timeline .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.lich-su .timeline .item-row {
  width: 100%;
  display: table;
  position: relative;
  z-index: 10;
}
.lich-su .timeline .item-row .item {
  display: flex;
  align-items: center;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  position: relative;
}
.lich-su .timeline .item-row .item .year {
  font-size: 60px;
  font-family: ab;
  line-height: 70px;
  color: #aade41;
  text-transform: none;
}
.lich-su .timeline .item-row .item .year:after {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/line-box.png) repeat-x left center;
  display: block;
  float: left;
  margin-top: 12px;
}
.lich-su .timeline .item-row .item .post {
  width: 358px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #fff;
}
.lich-su .timeline .item-row .item .post .img {
  width: 100%;
  height: 159px;
  position: relative;
}
.lich-su .timeline .item-row .item .post .img img {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.lich-su .timeline .item-row .item .post .text {
  min-height: 100px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
}
.lich-su .timeline .item-row:nth-child(odd) .item {
  float: right;
}
.lich-su .timeline .item-row:nth-child(odd) .item .year {
  margin-right: 30px;
}
.lich-su .timeline .item-row:nth-child(odd) .item .post .text {
  text-align: left;
  padding-right: 30px;
}
.lich-su .timeline .item-row:nth-child(even) .item {
  float: left;
  flex-flow: row-reverse;
}
.lich-su .timeline .item-row:nth-child(even) .item .year {
  margin-left: 30px;
  text-align: right;
}
.lich-su .timeline .item-row:nth-child(even) .item .post .text {
  text-align: right;
  padding-left: 30px;
}
.lich-su .timeline .item-row:nth-child(2) .item .icon {
  right: -250px;
}
.lich-su .timeline .item-row:nth-child(3) .item .icon {
  left: -250px;
}
.lich-su .timeline .item-row:nth-child(7) .item .icon {
  left: -250px;
}
.lich-su .timeline .item-row:nth-child(8) .item .year {
  margin-top: -130px;
}
.lich-su .timeline .item-row:nth-child(8) .item .icon {
  top: 85%;
}
.lich-su .timeline .item-row:nth-child(10) .item .icon {
  right: -340px;
}
@media (max-width: 1230px) {
  .lich-su .timeline .item-row {
    width: 800px;
    margin: auto;
  }
  .lich-su .timeline .item-row .break {
    display: inline-block;
  }
  .lich-su .timeline .item-row .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .lich-su .timeline .item-row .item .year {
    margin-bottom: 20px;
  }
  .lich-su .timeline .item-row:nth-child(even) .item {
    flex-direction: column;
    align-items: flex-end;
    margin-top: -80px;
  }
  .lich-su .timeline .item-row:nth-child(2) .item .icon {
    top: 60%;
  }
  .lich-su .timeline .item-row:nth-child(8) .item .year {
    margin-top: 0px;
  }
  .lich-su .timeline .item-row:nth-child(8) .item .icon {
    top: 120%;
  }
}
@media (max-width: 920px) {
  .lich-su .timeline .item-row {
    width: 645px;
  }
  .lich-su .timeline .item-row .item .year {
    font-size: 44px;
    line-height: 48px;
  }
  .lich-su .timeline .item-row .item .post {
    width: 280px;
  }
  .lich-su .timeline .item-row .item .post .img {
    height: 125px;
  }
  .lich-su .timeline .item-row:nth-child(even) .item {
    margin-top: 0px;
  }
}
@media (max-width: 720px) {
  .lich-su .timeline {
    padding: 0;
    margin-bottom: 80px;
  }
  .lich-su .timeline .icon {
    display: none;
  }
  .lich-su .timeline .item-row {
    width: 100%;
    margin: 40px auto;
  }
  .lich-su .timeline .item-row .item .year {
    font-size: 32px;
    line-height: 32px;
  }
  .lich-su .timeline .item-row .item .year .break {
    display: block;
  }
  .lich-su .timeline .item-row:last-child {
    margin-bottom: 0;
  }
}
.lich-su .leaf-ls {
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 400px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .lich-su .leaf-ls {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .lich-su .leaf-ls {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .lich-su .leaf-ls {
    width: 200px;
    bottom: 1000px;
  }
}

.co-dong {
  position: relative;
}
.co-dong .list-article {
  background: url(../img/bg-co-dong.jpg) no-repeat center;
  background-size: cover;
  padding: 25px 0;
  display: block;
}
.co-dong .paging {
  position: relative;
  z-index: 10;
}
.co-dong .coconut-left {
  position: absolute;
  left: 20px;
  bottom: -30px;
}
.co-dong .coconut-right {
  position: absolute;
  right: 0px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  .co-dong .coconut-left {
    width: 300px;
    left: 10px;
    bottom: -20px;
  }
  .co-dong .coconut-right {
    width: 100px;
    right: 0px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .co-dong .coconut-left {
    width: 220px;
  }
  .co-dong .coconut-right {
    width: 80px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .co-dong .coconut-left {
    width: 200px;
    left: 0px;
    bottom: -20px;
  }
  .co-dong .coconut-right {
    width: 70px;
    right: 0px;
    bottom: 30px;
  }
}

.doi-tac .city {
  position: relative;
  background: #f4f3eb;
  z-index: 10;
}
.doi-tac .city:before {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/top-line2.png) repeat-x center;
  position: absolute;
  top: -28px;
  left: 0;
}
.doi-tac .city:after {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/line-top.png) repeat-x center;
  position: absolute;
  bottom: -42px;
  left: 0;
}
.doi-tac .city h4 {
  font-size: 24px;
  font-family: ab;
  line-height: 47px;
  color: #aade41;
  text-transform: none;
  padding: 30px 50px 50px 50px;
  position: relative;
  z-index: 10;
}
.doi-tac .title-banner {
  width: 532px;
  height: 130px;
  background: url(../img/bang-ron.png) no-repeat center;
  background-size: contain;
  text-align: center;
  display: table;
  margin: auto;
  font-size: 68px;
  font-family: ic;
  line-height: 68px;
  color: #013768;
  text-transform: uppercase;
  padding-top: 7px;
  position: relative;
  z-index: 200;
}
.doi-tac .title-banner.tt2 {
  background: url(../img/bang-ron2.png) no-repeat center;
  background-size: contain;
  color: #7d7427;
  padding-top: 10px;
}
.doi-tac .achievements {
  padding: 50px 0 90px 0;
  position: relative;
  z-index: 11;
}
.doi-tac .achievements .tab-achieve {
  display: table;
  margin: 30px auto 60px auto;
}
.doi-tac .achievements .tab-achieve .tab {
  width: 134px;
  height: 61px;
  background: url(../img/border-green.png) no-repeat center;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  float: left;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.doi-tac .achievements .tab-achieve .tab span {
  position: relative;
  z-index: 10;
  font-size: 14px;
  font-family: ab;
  line-height: 24px;
  color: #131313;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .tab-achieve .tab:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/tab-achieve.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .tab-achieve .tab:hover span,
.doi-tac .achievements .tab-achieve .tab.active span {
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .tab-achieve .tab:hover:after,
.doi-tac .achievements .tab-achieve .tab.active:after {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .achieve-w {
  margin: 30px auto;
}
.doi-tac .achievements .achieve-w .achieve {
  display: flex;
  flex-wrap: wrap;
  display: none;
  margin-bottom: 40px;
}
.doi-tac .achievements .achieve-w .achieve.active {
  display: flex;
}
.doi-tac .achievements .achieve-w .item {
  width: 33.3333%;
  text-align: center;
  margin: 20px 0;
  padding: 0 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.doi-tac .achievements .achieve-w .item .inner {
  height: -moz-fit-content;
  height: fit-content;
}
.doi-tac .achievements .achieve-w .item .info {
  margin-top: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .achieve-w .item .info h4 {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #131313;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.doi-tac .achievements .achieve-w .item .info p {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #131313;
  text-transform: none;
}
.doi-tac .achievements .achieve-w .item.slick-center .info {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .achievements .achieve-w .btn-main {
  margin-bottom: 30px;
}
@media (max-width: 1320px) {
  .doi-tac .achievements .achieve-w .item {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .doi-tac .achievements .achieve-w {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .doi-tac .achievements .achieve-w .achieve {
    margin-bottom: 20px;
  }
  .doi-tac .achievements .achieve-w .item {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
  }
}
.doi-tac .achievements .controls {
  display: flex;
  justify-content: center;
  margin: auto;
}
.doi-tac .achievements .controls .btn-control {
  margin: 0 10px;
}
.doi-tac .partners {
  padding: 50px 0 90px 0;
  position: relative;
  z-index: 12;
  background: #f8f8f8;
}
.doi-tac .partners:before {
  content: "";
  width: 100%;
  height: 37px;
  background: url(../img/top-partners.png) repeat-x center;
  position: absolute;
  top: -37px;
  left: 0;
}
.doi-tac .partners .partners-list-w {
  position: relative;
}
.doi-tac .partners .partners-list {
  height: 365px;
  background: url(../img/bg-partners.png) no-repeat center;
}
.doi-tac .partners .partners-list .slick-list {
  height: 100%;
}
.doi-tac .partners .partners-list .slick-list .slick-track {
  height: 100%;
}
.doi-tac .partners .partners-list .slick-dots {
  bottom: 10px;
}
.doi-tac .partners .partners-list .item {
  height: 100%;
  flex-direction: column;
  padding: 0 40px;
  background: url(../img/line-white2.png) no-repeat center right;
  text-align: center;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.doi-tac .partners .partners-list .item .title {
  font-size: 26px;
  font-family: ab;
  line-height: 36px;
  color: #fff600;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .partners-list .item .title:after {
  content: "";
  width: 0;
  height: 7px;
  background: url(../img/line-yellow2.png) no-repeat center;
  opacity: 0;
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .partners-list .item .info {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .partners-list .item .info p {
  color: #fff;
  font-family: fmain;
  font-size: 12px;
}
.doi-tac .partners .partners-list .item .info p.p-bold {
  font-weight: bold;
  font-family: ab;
}
.doi-tac .partners .partners-list .item:hover .title {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .partners-list .item:hover .title:after {
  width: 169px;
  height: 7px;
  opacity: 1;
  margin: 15px auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .partners-list .item:hover .info {
  opacity: 1;
  height: 122px;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.doi-tac .partners .btn-control2 {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100;
}
.doi-tac .partners .btn-control2.btn-prev {
  left: 0px;
}
.doi-tac .partners .btn-control2.btn-next {
  right: 0px;
}
.doi-tac .partners .btn-main {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .doi-tac .partners .partners-list {
    background-size: cover;
  }
  .doi-tac .partners .partners-list .item {
    padding: 0 30px;
  }
  .doi-tac .partners .partners-list .item .title:after {
    margin: 7px auto;
  }
  .doi-tac .partners .partners-list .item:hover .title:after {
    width: 130px;
    margin: 8px auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
@media (max-width: 991px) {
  .doi-tac .partners .partners-list .item {
    padding: 0 30px;
  }
  .doi-tac .partners .partners-list .item .title {
    color: #fff;
  }
  .doi-tac .partners .partners-list .item .title:after {
    width: 169px;
    height: 7px;
    opacity: 1;
    margin: 15px auto;
  }
  .doi-tac .partners .partners-list .item .info {
    opacity: 1;
    height: 122px;
    visibility: visible;
  }
  .doi-tac .partners .btn-control2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .doi-tac .city h4 {
    font-size: 22px;
    line-height: 36px;
    padding: 20px 0px 0 0;
  }
  .doi-tac .city h4 .break {
    display: inline-block;
  }
  .doi-tac .title-banner {
    width: 355px;
    height: 93px;
    font-size: 42px;
    line-height: 42px;
    padding-top: 9px;
    margin-bottom: 20px;
  }
  .doi-tac .achievements {
    padding: 50px 0 30px 0;
  }
  .doi-tac .achievements .slider-achieve {
    margin: 20px -10px;
  }
  .doi-tac .achievements .slider-achieve .item {
    height: 400px;
  }
  .doi-tac .achievements .controls {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    margin-top: 20px;
  }
  .doi-tac .achievements .controls .btn-control {
    margin: 0 5px;
    position: absolute;
  }
  .doi-tac .achievements .controls .btn-control.btn-prev {
    left: 0;
  }
  .doi-tac .achievements .controls .btn-control.btn-next {
    right: 0;
  }
  .doi-tac .partners {
    padding: 50px 0;
  }
  .doi-tac .partners .partners-list {
    margin: 0 -10px;
  }
  .doi-tac .partners .btn-control2.btn-prev {
    left: 10px;
  }
  .doi-tac .partners .btn-control2.btn-next {
    right: 10px;
  }
}
@media (max-width: 419px) {
  .doi-tac .achievements .tab-achieve {
    margin: 0 auto 0px auto;
  }
  .doi-tac .achievements .tab-achieve .tab {
    width: 100px;
    height: 46px;
  }
  .doi-tac .achievements .slider-achieve .item img {
    width: 80%;
    display: block;
    margin: auto;
  }
  .doi-tac .achievements .controls {
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .doi-tac .title-banner {
    width: 300px;
    height: 73px;
    font-size: 38px;
    line-height: 38px;
    padding-top: 5px;
  }
}

.tam-nhin .title-tn {
  font-size: 110px;
  font-family: ic;
  line-height: 80px;
  color: #537200;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .tam-nhin .title-tn {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .tam-nhin .title-tn {
    font-size: 60px;
    line-height: 60px;
  }
}
.tam-nhin .textbox {
  width: 100%;
  height: 610px;
  background: url(../img/bg-textbox-tamnhin.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.tam-nhin .textbox .title {
  font-size: 52px;
  font-family: ic;
  line-height: 54px;
  color: #fff600;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 30px;
}
.tam-nhin .textbox p {
  font-size: 18px;
  font-family: ab;
  line-height: 28px;
  color: #fff;
  text-transform: none;
}
.tam-nhin .textbox .leaf {
  padding-top: 80px;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 {
  background: url(../img/line-black.png) repeat-y center;
  margin-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .num {
  font-size: 110px;
  font-family: ab;
  line-height: 100px;
  color: #537200;
  text-transform: none;
  margin-bottom: 10px;
  display: block;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 p {
  font-size: 16px;
  font-family: ab;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item:nth-child(odd) {
  margin-top: 140px;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item img {
  max-width: 100%;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item1 img {
  position: relative;
  top: -40px;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item2 {
  text-align: right;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item2 img {
  float: left;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item3 .text-w {
  display: flex;
  align-items: center;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item3 .text-w p {
  padding-left: 20px;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item3 img {
  float: left;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item4 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item4 .text-w {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item4 img {
    width: 160px;
  }
}
.tam-nhin .tam-nhin-block2 {
  background: url(../img/leaf2-tamnhin.jpg), url(../img/leaf4-tamnhin.jpg);
  background-position: right 38%, left 58%;
  background-repeat: no-repeat, no-repeat;
}
.tam-nhin .tam-nhin-block2 .text-block2 .text-center .title {
  font-size: 70px;
  font-family: ic;
  line-height: 62px;
  color: #013768;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tam-nhin .tam-nhin-block2 .text-block2 .text-center .title .break {
  display: inline-block;
}
.tam-nhin .tam-nhin-block2 .text-block2 .text-center p {
  font-size: 20px;
  font-family: fmain;
  line-height: 32px;
  color: #131313;
  text-transform: none;
}
.tam-nhin .tam-nhin-block2 .text-block2 .gallery {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows img {
  vertical-align: top;
  padding: 15px;
  float: left;
}
.tam-nhin .tam-nhin-block3 {
  margin-top: 20px;
  padding-top: 130px;
  background: url(../img/bg-tamnhin.jpg) no-repeat center;
}
.tam-nhin .tam-nhin-block3 .title-tn .break {
  display: inline-block;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 {
  margin: 50px 0;
  background: url(../img/line-black.png) repeat-y center;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 .item {
  margin-bottom: 120px;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 .item h4 {
  font-size: 26px;
  font-family: ab;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 .item p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 .b-left {
  padding-top: 50px;
}
.tam-nhin .tam-nhin-block3 .textbox-block2 .b-right {
  padding-top: 180px;
}
.tam-nhin .co-cau-to-chuc .row {
  background: url(../img/leaf3-tamnhin.png), url(../img/leaf4-tamnhin.jpg),
    #f4f5f0;
  background-position: top right, bottom right;
  background-repeat: no-repeat, no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.tam-nhin .co-cau-to-chuc h3 {
  font-size: 20px;
  font-family: ab;
  line-height: 36px;
  color: #013768;
  text-transform: uppercase;
  margin-top: 30px;
}
.tam-nhin .co-cau-to-chuc p {
  font-size: 14px;
  line-height: 26px;
  padding: 40px 130px;
}
.tam-nhin .he-thong {
  padding: 60px 0;
}
.tam-nhin .he-thong .item-main {
  margin-top: 50px;
  margin-bottom: 30px;
}
.tam-nhin .he-thong .item-main .text-ct-main {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tam-nhin .he-thong .title-box {
  font-size: 16px;
  font-family: ab;
  line-height: 28px;
  color: #013768;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tam-nhin .he-thong .title-s {
  font-size: 14px;
  font-family: ab;
  line-height: 22px;
  color: #547c00;
  text-transform: none;
}
.tam-nhin .he-thong .list {
  display: flex;
  flex-wrap: wrap;
}
.tam-nhin .he-thong .list .item {
  margin-bottom: 30px;
}
.tam-nhin .he-thong .list .item p {
  margin-bottom: 0;
}
.tam-nhin .he-thong .list .item .title-s {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .tam-nhin .textbox {
    height: 600px;
  }
  .tam-nhin .textbox .leaf {
    padding-top: 50px;
  }
  .tam-nhin .tam-nhin-block2 {
    background-position: right 50%, left 58%;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows .img2 {
    width: 440px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows .img3 {
    width: 530px;
  }
}
@media (max-width: 991px) {
  .tam-nhin .textbox {
    height: 550px;
  }
  .tam-nhin .textbox .leaf {
    padding-top: 30px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows .img2 {
    width: 370px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows .img3 {
    width: 380px;
  }
  .tam-nhin .co-cau-to-chuc h3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tam-nhin .co-cau-to-chuc p {
    padding: 40px 120px;
  }
}
@media (max-width: 767px) {
  .tam-nhin .textbox {
    height: auto;
  }
  .tam-nhin .textbox .text-center {
    padding: 0 10px;
  }
  .tam-nhin .textbox .title {
    font-size: 34px;
    line-height: 36px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .tam-nhin .textbox p {
    font-size: 16px;
    line-height: 26px;
  }
  .tam-nhin .textbox .leaf {
    width: 80px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 {
    background: none;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item:nth-child(odd) {
    margin-top: 0px;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item:nth-child(even) {
    text-align: right;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item .num {
    font-size: 70px;
    line-height: 70px;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item2 .text-w {
    margin-bottom: 20px;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item2 img {
    float: right;
  }
  .tam-nhin .tam-nhin-block1 .timeline-block1 .row-box .item.item4 .text-w {
    padding-left: 10px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .text-center .title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .text-center .title .break {
    display: block;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .text-center p {
    font-size: 18px;
    line-height: 28px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery {
    margin-top: 20px;
  }
  .tam-nhin .tam-nhin-block2 .text-block2 .gallery .rows img {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .tam-nhin .tam-nhin-block3 {
    padding-top: 80px;
  }
  .tam-nhin .tam-nhin-block3 .title-tn {
    margin: 40px 0;
  }
  .tam-nhin .tam-nhin-block3 .title-tn .break {
    display: block;
  }
  .tam-nhin .tam-nhin-block3 .textbox-block2 .item h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .tam-nhin .tam-nhin-block3 .textbox-block2 .b-left {
    padding-right: 20px;
  }
  .tam-nhin .tam-nhin-block3 .textbox-block2 .b-right {
    padding-left: 20px;
  }
  .tam-nhin .co-cau-to-chuc .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tam-nhin .co-cau-to-chuc h3 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
  .tam-nhin .co-cau-to-chuc p {
    padding: 30px 0px;
  }
  .tam-nhin .he-thong {
    padding: 40px 0;
  }
  .tam-nhin .he-thong .item-main {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tam-nhin .he-thong .item-main .text-ct-main {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .tam-nhin .he-thong .list .item {
    margin-bottom: 20px;
  }
}

.thuong-hieu .section1 {
  padding: 60px 0;
  background: url("../img/bg-green2.jpg") repeat center;
  position: relative;
}
.thuong-hieu .section1 .row2 {
  margin-top: 40px;
}
.thuong-hieu .section1 .row2 p {
  padding-top: 20px;
}
.thuong-hieu .section1 .title {
  font-size: 72px;
  font-family: ic;
  line-height: 72px;
  color: #fff600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.thuong-hieu .section1 p {
  font-size: 24px;
  font-family: fmain;
  line-height: 36px;
  color: #fff;
  text-transform: none;
}
.thuong-hieu .section1 p.p-small {
  font-size: 14px;
  line-height: 24px;
}
.thuong-hieu .section1 img {
  display: block;
  margin: auto;
}
.thuong-hieu .section2 {
  padding: 60px 0 0 0;
  background: url("../img/bg-ourbrand.jpg"), url("../img/bg-coconut.png"),
    url("../img/bg-green3.jpg");
  background-position: top center, bottom center, top center;
  background-repeat: repeat-x, no-repeat, repeat;
  position: relative;
}
.thuong-hieu .section2 .list-ourbrand {
  margin: 30px 0;
  padding-bottom: 150px;
}
.thuong-hieu .section2 .list-ourbrand .info-w .title {
  font-size: 28px;
  font-family: ab;
  line-height: 40px;
  color: #537200;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.thuong-hieu .section2 .list-ourbrand .info-w .title:after {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: block;
  margin: 15px auto;
}
.thuong-hieu .section2 .list-ourbrand .info-w .des {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #fff;
  text-transform: none;
}
.thuong-hieu .section2 .list-ourbrand .info-w .btn-main {
  margin-top: 10px;
  float: left;
}
@media (max-width: 767px) {
  .thuong-hieu .section2 .list-ourbrand .info-w .title {
    font-size: 24px;
    line-height: 38px;
  }
  .thuong-hieu .section2 .list-ourbrand .info-w .title:after {
    margin: 10px auto;
  }
}
.thuong-hieu .section2 .list-ourbrand .item-w {
  width: 100%;
  display: table;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item {
  position: relative;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item:first-child {
  margin-top: 50px;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .row {
  display: flex;
  flex-wrap: wrap;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd .img-w {
  height: 200px;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd .img-w img {
  max-height: 100%;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd h4,
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd a {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd h4:hover,
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd a:hover {
  color: #f8e245;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd p {
  font-size: 12px;
  font-family: fmain;
  line-height: 18px;
  color: #fff;
  text-transform: none;
  margin-top: 5px;
}
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd:hover h4,
.thuong-hieu .section2 .list-ourbrand .item-w .item .products .pd:hover a {
  color: #f8e245;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 767px) {
  .thuong-hieu .section1 {
    padding: 40px 0;
  }
  .thuong-hieu .section1 .title {
    font-size: 58px;
    line-height: 58px;
  }
  .thuong-hieu .section1 p {
    font-size: 18px;
    line-height: 28px;
  }
  .thuong-hieu .section1 .row1 .img1 {
    margin: 30px auto;
  }
  .thuong-hieu .section1 .row2 {
    margin-top: 10px;
  }
  .thuong-hieu .section1 .row2 p {
    padding-top: 30px;
  }
  .thuong-hieu .section2 {
    padding: 40px 0;
  }
  .thuong-hieu .section2 .list-ourbrand {
    margin: 20px 0;
    padding-bottom: 100px;
  }
  .thuong-hieu .section2 .list-ourbrand .info-w {
    margin-bottom: 20px;
  }
}

.sustainability .banner-sus {
  height: 900px;
  position: relative;
}
.sustainability .banner-sus .textbox-circle {
  width: 550px;
  height: 550px;
  background: url(../img/circle.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 60px;
  text-align: center;
}
.sustainability .banner-sus .textbox-circle h4 {
  font-size: 26px;
  font-family: ab;
  line-height: 56px;
  color: #fff;
  text-transform: none;
}
.sustainability .banner-sus .textbox-circle .quote {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sustainability .banner-sus .textbox-circle .quote:before {
  content: "";
  width: 73px;
  height: 87px;
  background: url(../img/quote1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 30px;
}
.sustainability .banner-sus .textbox-circle .quote:after {
  content: "";
  width: 73px;
  height: 87px;
  background: url(../img/quote2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  right: 30px;
}
.sustainability .section2 {
  background: #002550;
  position: relative;
}
.sustainability .section2:before {
  content: "";
  width: 100%;
  height: 94px;
  background: url(../img/lineblue1-sus.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: 0;
}
.sustainability .section2 .boxline {
  width: 540px;
  margin: 0 0 60px 0;
  padding-left: 30px;
}
.sustainability .section2 .boxline .text {
  font-size: 18px;
  line-height: 40px;
}
.sustainability .section2 .leaf {
  position: absolute;
  right: 15%;
  top: -180px;
}
.sustainability .section3 {
  background: url(../img/bg-sec2-sus.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 110px;
}
.sustainability .section3:before {
  content: "";
  width: 100%;
  height: 65px;
  background: url(../img/linecenter-sus.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sustainability .section3 .toptext {
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}
.sustainability .section3 .toptext .title {
  width: 995px;
  margin: auto;
  position: relative;
}
.sustainability .section3 .toptext .title span {
  font-size: 78px;
  font-family: ab;
  line-height: 98px;
  color: #fff;
  text-transform: uppercase;
}
.sustainability .section3 .toptext .title span.green {
  color: #537200;
}
.sustainability .section3 .toptext .title .center span:first-child {
  padding-left: 150px;
  display: table;
  float: left;
}
.sustainability .section3 .toptext .title .center span:last-child {
  padding-left: 170px;
  display: table;
  float: left;
}
.sustainability .section3 .toptext .title .last {
  padding-left: 270px;
}
.sustainability .section3 .toptext .title .product {
  position: absolute;
  top: -186px;
  left: 308px;
}
.sustainability .section3 .content-w h3 {
  font-size: 24px;
  font-family: ab;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sustainability .section3 .content-w .p-blue {
  font-size: 18px;
  font-family: ab;
  line-height: 34px;
  color: #00f6ff;
  text-transform: none;
}
.sustainability .section3 .content-w .p-white {
  font-size: 18px;
  font-family: fmain;
  line-height: 34px;
  color: #fff;
  text-transform: none;
}
.sustainability .section3 .content-w .line-yellow {
  width: 170px;
  height: 7px;
  display: inline-table;
  background: url(../img/line-yellow2.png) no-repeat center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sustainability .section3 .content-w .img-center img {
  padding-top: 60px;
  display: block;
  margin: auto;
}
.sustainability .section4 {
  position: relative;
  z-index: 16;
  padding-bottom: 60px;
}
.sustainability .section4 .img-thumb {
  width: 100%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .sustainability .section4 .img-thumb {
    border: 2px solid #fff;
  }
}
.sustainability .section4 .title {
  margin: -40px auto 0 auto;
  display: table;
}
.sustainability .section4 .title2 {
  margin-top: 70px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sustainability .section4 .title2:before {
  content: "";
  width: 30%;
  height: 4px;
  background: url(../img/line-gray2.png) repeat-x center;
  margin-bottom: -50px;
}
.sustainability .section4 .title2:after {
  content: "";
  width: 30%;
  height: 4px;
  background: url(../img/line-gray2.png) repeat-x center;
  margin-bottom: -30px;
}
.sustainability .section4 .listbox-row .rowbox {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sustainability .section4 .listbox-row .rowbox.rowbox1 .boxline {
  margin-bottom: 32px;
}
.sustainability .section4 .listbox-row .rowbox.rowbox2 .boxleft .boxline {
  margin-top: 25px;
}
.sustainability .section4 .listbox-row .rowbox.rowbox2 .boxright .t-small {
  padding-left: 30px;
}
.sustainability .section4 .listbox-row.hasbg .text-big {
  font-size: 22px;
  font-family: fmain;
  line-height: 36px;
  color: #131313;
  text-transform: none;
}
.sustainability .section4 .listbox-row.hasbg .text-big.bold {
  font-family: ab;
  font-size: 24px;
  line-height: 38px;
}
.sustainability .section4 .listbox-row.hasbg .text {
  line-height: 28px;
}
.sustainability .section4 .listbox-row.hasbg .rowbox.rowbox1-2 .boxline {
  margin-bottom: 11px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox1-2
  .boxline
  .boxleft {
  padding-right: 25px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox1-2
  .boxline
  .boxleft
  .t-small {
  text-align: right;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox1-2
  .boxline
  .boxleft
  img {
  display: block;
  margin: 20px auto;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox1-2
  .boxline
  .boxright
  .text-big {
  padding-right: 40px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox1-2
  .boxline
  .boxright
  .text {
  width: 62%;
  padding-left: 25px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox2-2
  .boxline
  .boxleft
  .text {
  text-align: right;
  padding-left: 150px;
  padding-right: 25px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox2-2
  .boxline
  .boxright {
  padding-left: 25px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox2-2
  .boxline
  .boxright
  img {
  display: block;
  margin-top: 20px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox3-2
  .boxline
  .boxleft {
  width: 200px;
  flex-shrink: 0;
  padding-right: 25px;
  text-align: right;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox3-2
  .boxline
  .boxleft
  .t-small {
  width: 100%;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox3-2
  .boxline
  .boxleft
  img {
  margin-top: 15px;
}
.sustainability
  .section4
  .listbox-row.hasbg
  .rowbox.rowbox3-2
  .boxline
  .boxright
  .text-big {
  padding-left: 25px;
}
.sustainability .section5 {
  padding: 30px 0 80px 0;
  background: #ebe9e5;
  position: relative;
}
.sustainability .section5:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linetop-gray.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -40px;
  left: 0;
}
.sustainability .section5 .title3 {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.sustainability .section5 .list-article {
  margin: 40px auto;
}
.sustainability .section5 .list-article .slick-list {
  padding: 0 !important;
}
.sustainability .section5 .controls {
  display: flex;
  justify-content: center;
  margin: auto;
}
.sustainability .section5 .controls .btn-control {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .sustainability .banner-sus {
    height: 780px;
  }
  .sustainability .section2 .leaf {
    width: 200px;
    right: 70px;
    top: -100px;
  }
  .sustainability .section3 .toptext .title {
    width: 885px;
  }
  .sustainability .section3 .toptext .title span {
    font-size: 70px;
    line-height: 96px;
  }
  .sustainability .section3 .toptext .title .center span:first-child {
    padding-left: 155px;
  }
  .sustainability .section3 .toptext .title .center span:last-child {
    padding-left: 65px;
  }
  .sustainability .section3 .toptext .title .product {
    width: 200px;
    left: 297px;
    top: -138px;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox1 .t-small {
    padding-right: 20px;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox1 .boxline {
    height: auto;
    margin-bottom: 25px;
  }
  .sustainability .section4 .listbox-row.hasbg .rowbox.rowbox1-2 .boxline {
    margin-bottom: 0;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxleft
    img {
    width: 166px;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxright
    .text-big {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxright
    .text {
    width: 100%;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox2-2
    .boxline
    .boxleft
    .text {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .sustainability .banner-sus {
    height: 740px;
  }
  .sustainability .banner-sus .textbox-circle {
    width: 450px;
    height: 450px;
    top: 180px;
    right: 50px;
    padding: 0 50px;
  }
  .sustainability .banner-sus .textbox-circle h4 {
    font-size: 24px;
    line-height: 42px;
  }
  .sustainability .banner-sus .textbox-circle .quote:before {
    width: 50px;
    height: 60px;
  }
  .sustainability .banner-sus .textbox-circle .quote:after {
    width: 50px;
    height: 60px;
    right: 40px;
    bottom: 60px;
  }
  .sustainability .section2 .boxline {
    width: 530px;
  }
  .sustainability .section2 .leaf {
    width: 180px;
    right: 20px;
    top: -100px;
  }
  .sustainability .section3 .toptext .title {
    width: 720px;
  }
  .sustainability .section3 .toptext .title span {
    font-size: 60px;
    line-height: 80px;
  }
  .sustainability .section3 .toptext .title .center span:first-child {
    padding-left: 115px;
  }
  .sustainability .section3 .toptext .title .center span:last-child {
    padding-left: 88px;
  }
  .sustainability .section3 .toptext .title .product {
    top: -80px;
    width: 180px;
    left: 235px;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxleft {
    width: 200px;
    flex-shrink: 0;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxright
    .t-line {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sustainability {
    padding-bottom: 40px;
  }
  .sustainability .banner-sus {
    height: 600px;
  }
  .sustainability .banner-sus .textbox-circle {
    width: 350px;
    height: 350px;
    top: 170px;
    right: 10px;
    padding: 0 50px;
  }
  .sustainability .banner-sus .textbox-circle h4 {
    font-size: 18px;
    line-height: 32px;
  }
  .sustainability .banner-sus .textbox-circle .quote:before {
    width: 50px;
    height: 60px;
    top: 30px;
  }
  .sustainability .banner-sus .textbox-circle .quote:after {
    width: 50px;
    height: 60px;
    right: 30px;
    bottom: 40px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .sustainability .banner-sus .textbox-circle {
    width: 300px;
    height: 300px;
  }
  .sustainability .banner-sus .textbox-circle h4 {
    line-height: 28px;
  }
  .sustainability .banner-sus .textbox-circle .quote:before {
    width: 30px;
    height: 36px;
    top: 30px;
  }
  .sustainability .banner-sus .textbox-circle .quote:after {
    width: 30px;
    height: 36px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sustainability .section2 .boxline {
    padding-left: 20px;
    margin: 20px 0 20px 0;
  }
  .sustainability .section2 .boxline .text {
    font-size: 16px;
    line-height: 36px;
  }
  .sustainability .section2 .boxline {
    width: 100%;
  }
  .sustainability .section2 .leaf {
    width: 100px;
    right: 20px;
    top: -100px;
  }
  .sustainability .section3 {
    padding-bottom: 80px;
  }
  .sustainability .section3 .toptext {
    padding-bottom: 30px;
  }
  .sustainability .section3 .toptext .title {
    width: 335px;
  }
  .sustainability .section3 .toptext .title span {
    font-size: 42px;
    line-height: 64px;
  }
  .sustainability .section3 .toptext .title .center span:first-child {
    padding-left: 67px;
  }
  .sustainability .section3 .toptext .title .center span:last-child {
    padding-left: 0;
  }
  .sustainability .section3 .toptext .title .last {
    padding-left: 70px;
  }
  .sustainability .section3 .toptext .title .product {
    top: -96px;
    width: 165px;
    left: initial;
    right: 0;
  }
  .sustainability .section3 .content-w h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .sustainability .section3 .content-w .p-blue,
  .sustainability .section3 .content-w .p-white {
    font-size: 16px;
    line-height: 30px;
  }
  .sustainability .section3 .content-w .line-yellow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sustainability .section3 .content-w .img-center img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sustainability .section3 .content-w .box {
    margin: 15px 0;
  }
  .sustainability .section3 .content-w .box.text-center {
    text-align: left;
  }
  .sustainability .section4 {
    padding-bottom: 40px;
  }
  .sustainability .section4 .title1 {
    margin: -40px auto 40px auto;
  }
  .sustainability .section4 .title2 {
    margin-top: 40px;
  }
  .sustainability .section4 .listbox-row .rowbox {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox1 .t-small {
    padding-right: 0;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox1 .boxline {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox2 .boxleft {
    margin-bottom: 30px;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox2 .boxleft .boxline {
    margin-top: 20px;
  }
  .sustainability
    .section4
    .listbox-row
    .rowbox.rowbox2
    .boxleft
    .boxline
    .t-small
    .break {
    display: none;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox2 .boxright {
    display: flex;
    flex-direction: column-reverse;
  }
  .sustainability .section4 .listbox-row .rowbox.rowbox2 .boxright .boxline {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .sustainability
    .section4
    .listbox-row
    .rowbox.rowbox2
    .boxright
    .boxline
    .t-line {
    background: url(../img/line-yellow.png) repeat-y left top;
    padding-right: 0;
    padding-left: 20px;
    text-align: left;
  }
  .sustainability
    .section4
    .listbox-row
    .rowbox.rowbox2
    .boxright
    .boxline
    .t-small {
    padding-left: 0;
  }
  .sustainability .section4 .listbox-row.hasbg .text-big {
    font-size: 18px;
    line-height: 30px;
  }
  .sustainability .section4 .listbox-row.hasbg .text-big.bold {
    font-size: 20px;
    line-height: 34px;
  }
  .sustainability .section4 .listbox-row.hasbg .rowbox.rowbox1-2 .boxline {
    margin-top: 20px;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxleft
    .t-small {
    text-align: left;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxleft
    .t-small
    .break {
    display: none;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox1-2
    .boxline
    .boxright
    .text {
    padding-left: 0;
  }
  .sustainability .section4 .listbox-row.hasbg .rowbox.rowbox2-2 .boxline {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox2-2
    .boxline
    .boxleft
    .t-small {
    text-align: left;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox2-2
    .boxline
    .boxleft
    .text {
    padding-left: 0;
    text-align: left;
    padding-right: 0;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox2-2
    .boxline
    .boxright {
    padding-left: 0;
  }
  .sustainability .section4 .listbox-row.hasbg .rowbox.rowbox3-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .sustainability .section4 .listbox-row.hasbg .rowbox.rowbox3-2 .boxline {
    margin-top: 20px;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxleft {
    width: 100%;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxleft
    .t-small {
    text-align: left;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxleft
    .t-small
    .break {
    display: none;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxleft
    .text {
    padding-left: 0;
    text-align: left;
    padding-right: 0;
  }
  .sustainability
    .section4
    .listbox-row.hasbg
    .rowbox.rowbox3-2
    .boxline
    .boxright
    .text-big {
    padding-left: 0;
  }
  .sustainability .section5 {
    padding: 10px 0 70px 0;
  }
  .sustainability .section5 .list-article {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 340px) {
  .sustainability .section3 .toptext .title {
    width: 300px;
  }
  .sustainability .section3 .toptext .title span {
    font-size: 36px;
    line-height: 54px;
  }
  .sustainability .section3 .toptext .title .product {
    width: 135px;
    top: -70px;
  }
}

.article-detail .content-detail {
  position: relative;
  margin: 50px 0 80px 0;
}
.article-detail .content-detail .content-w {
  padding: 0 90px;
}
.article-detail .content-detail .content-w .title {
  font-size: 40px;
  font-family: ab;
  line-height: 54px;
  color: #013768;
  text-transform: uppercase;
}
.article-detail .content-detail .content-w .line {
  margin: 10px auto;
}
.article-detail .content-detail .content-w .date {
  font-size: 14px;
  font-family: arial;
  line-height: 22px;
  color: #797979;
  text-transform: none;
  font-style: italic;
  padding-top: 8px;
}
.article-detail .content-detail .content-w .content {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.article-detail .content-detail .content-w .content img {
  display: block;
  margin: 10px auto;
}
.article-detail .content-detail .social {
  position: absolute;
  top: 17px;
}
.article-detail .content-detail .social.fixed {
  position: fixed;
  top: 70px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.article-detail .content-detail .social a {
  float: inherit;
  margin-bottom: 5px;
  margin-right: 0;
  border: 1px solid #013768;
}
.article-detail .content-detail .social a i {
  color: #013768;
  font-size: 16px;
}
.article-detail .artilces-relate {
  width: 100%;
  background: #f4f3eb;
  position: relative;
  padding: 40px 0;
}
.article-detail .artilces-relate:before {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/top-line2.png) repeat-x center;
  position: absolute;
  top: -30px;
  left: 0;
}
.article-detail .artilces-relate .title-top {
  font-size: 68px;
  font-family: ic;
  line-height: 68px;
  color: #013768;
  text-transform: uppercase;
  z-index: 200;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .article-detail .content-detail .content-w {
    padding: 0 45px;
  }
  .article-detail .content-detail .content-w .title {
    font-size: 34px;
    line-height: 44px;
  }
  .article-detail .artilces-relate .title-top {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .article-detail .content-detail {
    margin: 30px 0 70px 0;
  }
  .article-detail .content-detail .content-w {
    padding: 0px;
  }
  .article-detail .content-detail .content-w .title {
    font-size: 26px;
    line-height: 34px;
  }
  .article-detail .artilces-relate {
    padding: 20px 0 30px 0;
  }
  .article-detail .artilces-relate .title-top {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .article-detail .content-detail .social {
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

.contact .section1 {
  padding: 60px 0;
  background: url(../img/leaf1-contact.png), url(../img/leaf2-contact.png),
    #094173;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  position: relative;
}
.contact .section1 h3 {
  font-size: 14px;
  font-family: ab;
  line-height: 24px;
  color: #537200;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 10px;
}
.contact .section1 h3 .break {
  display: block;
}
.contact .section1 .info {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #fff;
  text-transform: none;
}
.contact .section1 .info p {
  margin-bottom: 5px;
}
.contact .section1 .line-ct {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.contact .section1 .line-ct:before {
  width: 100%;
  overflow: hidden;
  content: "..........................................................................................................";
  letter-spacing: 6px;
  font-size: 30px;
  color: #fff;
  margin-top: -17px;
}
@media (max-width: 767px) {
  .contact .section1 {
    padding: 20px 0;
  }
  .contact .section1 .row {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .section1 .row .box {
    flex: 50%;
    margin: 15px 0;
  }
  .contact .section1 .line-ct {
    margin: 20px 0;
  }
}
@media (max-width: 419px) {
  .contact .section1 h3 {
    min-height: auto;
  }
  .contact .section1 .row {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .section1 .row .box {
    flex: 100%;
    margin: 15px 0;
  }
  .contact .section1 .line-ct {
    margin: 20px 0;
  }
}
.contact .section2 {
  height: 590px;
}
.contact .section2 .textbox .pwhite {
  font-size: 24px;
  font-family: fmain;
  line-height: 40px;
  color: #fff;
  text-transform: none;
  padding-top: 200px;
  padding-bottom: 40px;
}
.contact .section2 .textbox .pline {
  font-size: 28px;
  font-family: ab;
  line-height: 50px;
  color: #fff600;
  text-transform: none;
  background: url(../img/line-yellow.png) repeat-y left top;
  padding-left: 35px;
}
.contact .section2 .contact-box {
  width: 520px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 51px -1px rgba(0, 0, 0, 0.61);
  overflow: hidden;
  margin-top: 40px;
  float: right;
}
.contact .section2 .contact-box .head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6bb20e;
  font-size: 24px;
  font-family: ic;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}
.contact .section2 .contact-box .body {
  display: table;
  padding: 30px 0px;
}
.contact .section2 .contact-box .body .col {
  float: left;
  padding: 0 20px;
}
.contact .section2 .contact-box .body .col:first-child {
  width: 55%;
  padding-right: 10px;
}
.contact .section2 .contact-box .body .col.col2 {
  width: 45%;
  padding-left: 10px;
}
.contact .section2 .contact-box .inputgroup {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.contact .section2 .contact-box .inputgroup label {
  font-size: 12px;
  font-family: ab;
  line-height: 24px;
  color: #131313;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.contact .section2 .contact-box .inputgroup input[type="text"],
.contact .section2 .contact-box .inputgroup select,
.contact .section2 .contact-box .inputgroup .select-w {
  width: 204px;
  height: 30px;
  background: #ebebeb;
  border-radius: 20px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 14px;
  font-family: fmain;
  line-height: 22px;
  color: #131313;
  text-transform: none;
}
.contact .section2 .contact-box .inputgroup input[type="text"]:focus,
.contact .section2 .contact-box .inputgroup select:focus,
.contact .section2 .contact-box .inputgroup .select-w:focus {
  background: #d6d6d6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact .section2 .contact-box .inputgroup .select-w {
  background: #ebebeb url(../img/arrow_down.svg) no-repeat 98% 50%;
}
.contact .section2 .contact-box .inputgroup .select-w select {
  background: none;
  -webkit-appearance: none;
  background-image: none;
}
.contact .section2 .contact-box .inputgroup textarea {
  width: 100%;
  height: 80px;
  background: #ebebeb;
  border-radius: 10px;
  resize: none;
  border: 0;
  outline: 0;
  padding: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 14px;
  font-family: fmain;
  line-height: 22px;
  color: #131313;
  text-transform: none;
}
.contact .section2 .contact-box .inputgroup textarea:focus {
  background: #d6d6d6;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact .section2 .contact-box .radiobox .checkcontainer {
  width: 119px;
  float: left;
  font-size: 12px;
  font-family: fmain;
  line-height: 18px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.contact .section2 .contact-box .confirm {
  font-size: 12px;
  font-family: fmain;
  line-height: 18px;
  color: #131313;
  text-transform: none;
}
.contact .section2 .contact-box .btn-main {
  float: left;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .contact .section2 .textbox .pwhite {
    font-size: 22px;
    line-height: 36px;
  }
  .contact .section2 .textbox .pline {
    font-size: 24px;
    line-height: 36px;
    padding-left: 25px;
  }
  .contact .section2 .contact-box {
    width: 100%;
  }
  .contact .section2 .contact-box .radiobtn {
    width: 20px;
    height: 20px;
  }
  .contact .section2 .contact-box .body .col:first-child {
    width: 50%;
  }
  .contact .section2 .contact-box .body .col.col2 {
    width: 50%;
  }
  .contact .section2 .contact-box .inputgroup input[type="text"],
  .contact .section2 .contact-box .inputgroup select {
    width: 100%;
  }
  .contact .section2 .contact-box .radiobox .checkcontainer {
    width: 100%;
    padding-left: 25px;
  }
  .contact .section2 .contact-box .radiobox .checkcontainer:nth-child(2) {
    margin-bottom: 6px;
  }
  .contact .section2 .contact-box .confirm {
    padding-left: 25px;
  }
  .contact .section2 .contact-box .btn-main {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .contact .section2 {
    height: auto;
    padding: 30px 0;
  }
  .contact .section2 .textbox .pwhite {
    font-size: 18px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact .section2 .textbox .pline {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .contact .section2 .contact-box {
    width: 480px;
    margin: auto;
    float: initial;
  }
  .contact .section2 .contact-box .radiobox .checkcontainer {
    width: auto;
  }
  .contact .section2 .contact-box .radiobox .checkcontainer:nth-child(2) {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 530px) {
  .contact .section2 .contact-box {
    width: 100%;
  }
  .contact .section2 .contact-box .body {
    padding: 20px 0;
  }
  .contact .section2 .contact-box .col {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .contact .section2 .contact-box .inputgroup input[type="text"],
  .contact .section2 .contact-box .inputgroup select {
    width: 100%;
  }
}

.bannertop-facilities {
  background: #093862;
  position: relative;
}
.bannertop-facilities:before {
  content: "";
  width: 480px;
  height: 586px;
  background: url(../img/leaf-right.png) no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.bannertop-facilities .tab-factory {
  width: 657px;
  background: url(../img/bg-tab3.png) no-repeat center;
}
.bannertop-facilities .tab-factory a {
  width: 287px;
  font-size: 28px;
  font-family: ic;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.bannertop-facilities .tab-factory a:hover,
.bannertop-facilities .tab-factory a.active {
  color: #fff600;
}
.bannertop-facilities .tab-factory a span {
  position: relative;
  z-index: 20;
}
.bannertop-facilities .textbox {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
.bannertop-facilities .title {
  font-size: 140px;
  font-family: ic;
  line-height: 85px;
  color: #afef00;
  text-transform: uppercase;
  margin-top: 50px;
}
.bannertop-facilities .title.small {
  font-size: 80px;
  line-height: 80px;
  margin-top: 30px;
}
.bannertop-facilities .line {
  width: 100px;
  height: 7px;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: block;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .bannertop-facilities:before {
    width: 300px;
    height: 366px;
  }
}
@media (max-width: 767px) {
  .bannertop-facilities:before {
    width: 200px;
    height: 244px;
  }
  .bannertop-facilities .tab-factory {
    width: 360px;
    background: url(../img/bg-tab3-m.png) no-repeat center;
  }
  .bannertop-facilities .tab-factory a {
    width: 160px;
    font-size: 26px;
    padding: 0 5px;
  }
  .bannertop-facilities .textbox {
    margin-bottom: 20px;
  }
  .bannertop-facilities .title {
    font-size: 80px;
    line-height: 60px;
    margin-top: 10px;
  }
  .bannertop-facilities .title.small {
    font-size: 50px;
    line-height: 52px;
    margin-top: 0px;
  }
  .bannertop-facilities .line {
    margin: 15px auto;
  }
  .bannertop-facilities .coco {
    width: 120px;
  }
}

.tabtop-w {
  width: 100%;
  height: 130px;
  position: relative;
  z-index: 100;
  background: url(../img/bg-blue.jpg) repeat center;
}
.tabtop-w:before {
  content: "";
  width: 100%;
  height: 22px;
  background: url(../img/topblue3.png) repeat-x top right;
  top: -22px;
  left: 0;
  position: absolute;
}
.tabtop-w .container-w {
  height: 100%;
}
.tabtop-w .tabtop {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.tabtop-w .tabtop a {
  width: 25%;
  font-size: 26px;
  font-family: ic;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: url(../img/divide-yellow.png) no-repeat right center;
  padding: 0 30px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tabtop-w .tabtop a:after {
  content: "";
  width: 0;
  height: 7px;
  position: absolute;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: block;
  margin: 5px auto 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tabtop-w .tabtop a:last-child {
  background: 0;
}
.tabtop-w .tabtop a:hover,
.tabtop-w .tabtop a.active {
  color: #537200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.tabtop-w .tabtop a:hover:after,
.tabtop-w .tabtop a.active:after {
  width: 200px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 1199px) {
  .tabtop-w .tabtop a {
    padding: 0 8px;
  }
  .tabtop-w .tabtop a .break {
    display: none;
  }
}
@media (max-width: 991px) {
  .tabtop-w .tabtop a {
    font-size: 20px;
    line-height: 22px;
  }
  .tabtop-w .tabtop a .break {
    display: none;
  }
  .tabtop-w .tabtop a:hover:after,
  .tabtop-w .tabtop a.active:after {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .tabtop-w {
    height: 100px;
  }
  .tabtop-w .tabtop {
    width: 767px;
    overflow-x: scroll;
  }
}

.facilities .ptext {
  font-size: 24px;
  font-family: fmain;
  line-height: 44px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.facilities .ptext.white {
  color: #fff;
}
@media (max-width: 991px) {
  .facilities .ptext {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .facilities .ptext {
    font-size: 16px;
    line-height: 30px;
  }
}

.facilities01 .bannertop-facilities {
  overflow: hidden;
  padding-bottom: 360px;
}
.facilities01 .bannertop-facilities .coco {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.facilities01 .bannertop-facilities .textbox .box-wh {
  width: 800px;
  display: flex;
  margin: auto;
}
.facilities01 .bannertop-facilities .textbox .box-wh .bleft {
  width: 55%;
  text-align: left;
}
.facilities01 .bannertop-facilities .textbox .box-wh .bleft h4 {
  font-size: 44px;
  font-family: ab;
  line-height: 68px;
  color: #fff600;
  text-transform: none;
}
.facilities01 .bannertop-facilities .textbox .box-wh .bright {
  width: 45%;
  text-align: right;
  font-size: 94px;
  font-family: ab;
  line-height: 94px;
  color: #fff;
  text-transform: none;
}
.facilities01 .bannertop-facilities .textbox .box-wh .bright .cur {
  font-size: 40px;
  line-height: 40px;
}
.facilities01 .section2 {
  position: relative;
  z-index: 20;
  background: #37aea5;
}
.facilities01 .section2:before {
  content: "";
  width: 100%;
  height: 22px;
  background: url(../img/topblue2.png) repeat-x top right;
  top: -22px;
  left: 0;
  position: absolute;
}
.facilities01 .section2 .img1 {
  margin-top: -360px;
  position: relative;
  z-index: 20;
}
.facilities01 .section2 .row1 {
  width: 100%;
  display: table;
  margin-top: 40px;
  margin-bottom: 40px;
}
.facilities01 .section2 .row1 .bleft {
  width: 480px;
  float: left;
  margin-left: 100px;
}
.facilities01 .section2 .row1 .bleft .ptext {
  font-size: 28px;
  line-height: 46px;
}
.facilities01 .section2 .row1 .bright {
  display: flex;
  align-items: flex-end;
  float: left;
  margin-left: 40px;
}
.facilities01 .section2 .row1 .bright span {
  font-size: 94px;
  font-family: ab;
  line-height: 80px;
  color: #f8efe0;
  text-transform: none;
}
.facilities01 .section2 .row1 .bright span:last-child {
  font-size: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.facilities01 .section2 .row2 {
  display: flex;
}
.facilities01 .section2 .row2 .img {
  width: auto;
}
.facilities01 .section2 .img4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .facilities01 .bannertop-facilities {
    padding-bottom: 260px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh {
    width: 700px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bleft h4 {
    font-size: 38px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bright {
    font-size: 78px;
    line-height: 76px;
  }
  .facilities01 .section2 .img1 {
    margin-top: -260px;
  }
  .facilities01 .section2 .row1 {
    display: flex;
    align-items: flex-start;
  }
  .facilities01 .section2 .row1 .bleft {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .facilities01 .bannertop-facilities {
    padding-bottom: 100px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bleft {
    width: 100%;
    text-align: center;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bleft h4 {
    font-size: 26px;
    line-height: 48px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bright {
    width: 100%;
    text-align: center;
    font-size: 54px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .facilities01 .bannertop-facilities .textbox .box-wh .bright .cur {
    margin-left: 10px;
  }
  .facilities01 .bannertop-facilities .coco {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
  }
  .facilities01 .section2 .img1 {
    margin-top: 30px;
  }
  .facilities01 .section2 .row1 {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .facilities01 .section2 .row1 .bleft {
    width: 100%;
  }
  .facilities01 .section2 .row1 .bleft .ptext {
    font-size: 20px;
    line-height: 34px;
  }
  .facilities01 .section2 .row1 .bright {
    width: 100%;
    margin-left: 0;
  }
  .facilities01 .section2 .row1 .bright span {
    font-size: 70px;
    line-height: 76px;
  }
  .facilities01 .section2 .row1 .bright span:last-child {
    font-size: 30px;
    line-height: 40px;
  }
  .facilities01 .section2 .row2 .img:first-child {
    padding-right: 5px;
  }
  .facilities01 .section2 .row2 .img:last-child {
    padding-left: 5px;
  }
  .facilities01 .section2 .img4 {
    margin-top: 10px;
  }
}

.facilities02 .bannertop-facilities .textbox {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.facilities02 .section2 {
  background: url(../img/bg-white.jpg) repeat center;
  display: none;
}
.facilities02 .section2.active {
  display: block;
}
.facilities02 .section2.st01 .row1 {
  padding: 50px 0;
}
.facilities02 .section2.st01 .row1 .textbox1 {
  width: 835px;
  margin: auto;
  font-size: 18px;
  font-family: fmain;
  line-height: 38px;
  color: #131313;
  text-transform: none;
}
.facilities02 .section2.st01 .row1 .textbox1 span {
  color: #4c8700;
  text-transform: uppercase;
  font-family: ab;
  display: block;
}
.facilities02 .section2.st01 .row2 .bleft h3 {
  font-size: 28px;
  font-family: ab;
  line-height: 60px;
  color: #093862;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 70px;
}
.facilities02 .section2.st01 .row2 .bright .img1 {
  margin-bottom: 30px;
}
.facilities02 .section2.st01 .row2 .bright .line-mid {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.facilities02 .section2.st01 .row2 .bright .line-mid:before {
  content: "";
  width: 325px;
  height: 4px;
  background: url(../img/linegray.png) no-repeat center;
}
.facilities02 .section2.st01 .row2 .bright .line-mid:after {
  content: "";
  width: 325px;
  height: 4px;
  background: url(../img/lineyellow.png) no-repeat center;
  position: relative;
  bottom: -15px;
}
.facilities02 .section2.st01 .row2 .bright .img2 {
  margin-top: 30px;
}
.facilities02 .section2.st01 .tab-process {
  width: 640px;
  height: 70px;
  display: flex;
  margin: 60px auto 50px auto;
}
.facilities02 .section2.st01 .tab-process .tab {
  width: 50%;
  height: 100%;
  padding: 10px;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-family: ab;
  line-height: 22px;
  color: #6c6c68;
  text-transform: none;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.facilities02 .section2.st01 .tab-process .tab:last-child {
  border-left: 0;
}
.facilities02 .section2.st01 .tab-process .tab:hover,
.facilities02 .section2.st01 .tab-process .tab.active {
  background: #4c8700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #fff600;
}
.facilities02 .section2.st01 .ct-process .ct {
  display: none;
}
.facilities02 .section2.st01 .ct-process .ct.active {
  display: block;
}
.facilities02 .section2.st02 .row1 {
  padding: 50px 0 30px 0;
}
.facilities02 .section2.st02 .row1 .textbox1 {
  width: 843px;
  margin: auto;
  font-size: 18px;
  font-family: fmain;
  line-height: 38px;
  color: #131313;
  text-transform: none;
}
.facilities02 .section2.st02 .row1 .textbox1 strong {
  font-family: ab;
}
.facilities02 .section2.st02 .row1 .textbox1 .green {
  font-size: 26px;
  font-family: ab;
  line-height: 38px;
  color: #4c8700;
  text-transform: none;
}
.facilities02 .section2.st02 .img-row {
  text-align: center;
  margin-bottom: 50px;
}
.facilities02 .section2.st02 .img-row .text-center {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: fmain;
  line-height: 38px;
  color: #131313;
  text-transform: none;
}
.facilities02 .section2.st02 .img-row .text-center span {
  font-size: 26px;
  font-family: ab;
  line-height: 38px;
  color: #f2ce00;
  text-transform: uppercase;
  display: block;
}
.facilities02 .section2.st02 .row2 {
  text-align: center;
}
.facilities02 .section2.st02 .row2 h4 {
  font-size: 18px;
  font-family: ab;
  line-height: 28px;
  color: #131313;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .facilities02 .bannertop-facilities .textbox {
    width: 100%;
  }
  .facilities02 .section2.st01 .row1 .textbox1 {
    width: 100%;
  }
  .facilities02 .section2.st01 .row2 .bleft h3 {
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .facilities02 .section2.st02 .row1 .textbox1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .facilities02 .section2.st01 .row1 {
    padding: 30px 0 10px 0;
  }
  .facilities02 .section2.st01 .row1 .textbox1 {
    font-size: 16px;
    line-height: 30px;
  }
  .facilities02 .section2.st01 .tab-process {
    width: 100%;
    height: 70px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .facilities02 .section2.st01 .tab-process .tab {
    width: 50%;
    height: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .facilities02 .section2.st01 .tab-process .tab .break {
    display: none;
  }
  .facilities02 .section2.st01 .row2 .bleft h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .facilities02 .section2.st01 .row2 .bleft img {
    margin-bottom: 10px;
  }
  .facilities02 .section2.st01 .row2 .bright .img1 {
    margin-bottom: 10px;
  }
  .facilities02 .section2.st01 .row2 .bright .img2 {
    margin-top: 0;
  }
  .facilities02 .section2.st01 .row2 .bright .line-mid {
    display: none;
  }
  .facilities02 .section2.st02 .row1 {
    padding: 30px 0 10px 0;
  }
  .facilities02 .section2.st02 .row1 .textbox1 {
    font-size: 16px;
    line-height: 30px;
  }
  .facilities02 .section2.st02 .row1 .textbox1 .green {
    font-size: 22px;
    line-height: 34px;
  }
  .facilities02 .section2.st02 .img-row {
    margin-bottom: 30px;
  }
  .facilities02 .section2.st02 .img-row .text-center span {
    font-size: 22px;
    line-height: 34px;
  }
  .facilities02 .section2.st02 .img-row .img1 {
    padding-right: 5px;
  }
  .facilities02 .section2.st02 .img-row .img2 {
    padding-right: 5px;
  }
}

.quality .section1 {
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 12;
}
.quality .section1:after {
  content: "";
  width: 100%;
  height: 22px;
  background: url(../img/topblue.png) repeat-x center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.quality .section1 .textbox {
  width: 570px;
  margin: auto;
}
.quality .section1 .textbox .title {
  font-size: 80px;
  font-family: ic;
  line-height: 86px;
  color: #537200;
  text-transform: uppercase;
}
.quality .section1 .textbox .line {
  margin: 10px auto 20px auto;
}
.quality .section1 .textbox p {
  font-size: 22px;
  font-family: fmain;
  line-height: 42px;
  color: #131313;
  text-transform: none;
}
.quality .section1 .product {
  bottom: 110px;
  position: absolute;
  z-index: 11;
}
.quality .section2 {
  padding: 60px 0 110px 0;
  background: url(../img/bg-quality.jpg) repeat center;
  position: relative;
  z-index: 10;
}
.quality .section2 .title {
  font-size: 42px;
  font-family: ic;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 80px;
}
.quality .section2 .line {
  margin: 30px auto 40px auto;
  display: table;
}
.quality .section2 .listbox {
  display: flex;
  margin: 30px -15px;
  position: relative;
}
.quality .section2 .listbox .item {
  margin: 0 35px;
  text-align: center;
  position: relative;
  background: url(../img/border.png) no-repeat center;
  background-size: contain;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 28px;
  font-family: ab;
  line-height: 38px;
  color: #537200;
  text-transform: uppercase;
}
.quality .section2 .listbox .item .inner {
  padding: 40px;
}
.quality .section3 {
  padding: 40px 0 60px 0;
  background: #0087a0;
  position: relative;
  z-index: 10;
}
.quality .section3:after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linetop-blue2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
.quality .section3 .line {
  margin: 20px auto 40px auto;
  display: table;
}
.quality .section3 .title {
  font-size: 42px;
  font-family: ic;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 80px;
}
.quality .section3 .listbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.quality .section3 .listbox .item {
  width: 33.3333%;
  padding: 20px;
}
.quality .section3 .listbox .item img {
  border: 4px solid #ccc;
}
@media (max-width: 1199px) {
  .quality .section1 .product {
    width: 200px;
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .quality .section1 {
    padding: 60px 0 140px 0;
  }
  .quality .section1 .product {
    width: 170px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .quality .section2 {
    padding: 100px 0 60px 0;
  }
  .quality .section3 .listbox .item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .quality .section1 {
    padding: 30px 0 100px 0;
  }
  .quality .section1 .textbox {
    width: 100%;
  }
  .quality .section1 .textbox .title {
    font-size: 64px;
    line-height: 70px;
  }
  .quality .section1 .textbox .line {
    margin: 5px auto 10px auto;
  }
  .quality .section1 .textbox p {
    font-size: 18px;
    line-height: 34px;
  }
  .quality .section1 .product {
    width: 130px;
  }
  .quality .section2 {
    padding: 100px 0 90px 0;
  }
  .quality .section2 .title {
    font-size: 34px;
    line-height: 44px;
    padding: 0;
  }
  .quality .section2 .line {
    margin: 20px auto 30px auto;
  }
  .quality .section2 .listbox {
    margin: 0 -10px;
  }
  .quality .section2 .listbox .item {
    width: 280px;
    height: 280px;
    font-size: 18px;
    line-height: 28px;
  }
  .quality .section2 .listbox .item .inner {
    padding: 30px;
  }
  .quality .section3 {
    padding: 10px 0 50px 0;
  }
  .quality .section3 .title {
    font-size: 34px;
    line-height: 44px;
    padding: 0;
  }
  .quality .section3 .line {
    margin: 10px auto 30px auto;
  }
  .quality .section3 .listbox .item {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 360px) {
  .quality .section1 {
    padding: 30px 0 140px 0;
  }
  .quality .section2 {
    padding: 60px 0 40px 0;
  }
  .quality .section2 .listbox .item {
    width: 200px;
    height: 200px;
  }
}

.tab-factory {
  width: 1200px;
  height: 121px;
  background: url(../img/bg-tab.png) no-repeat center;
  position: relative;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 100;
}
.tab-factory:before {
  content: "";
  width: 47px;
  height: 90px;
  position: absolute;
  top: 15px;
  z-index: 10;
  background: url(../img/left-tab1.png) no-repeat center;
  z-index: 1;
}
.tab-factory:after {
  content: "";
  width: 47px;
  height: 90px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 10;
  background: url(../img/right-tab1.png) no-repeat center;
  z-index: 1;
}
.tab-factory .inner {
  width: 1150px;
  height: 95%;
  display: grid;
  grid-template-columns: 250px 170px 160px 170px 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.tab-factory.style2 .inner {
  grid-template-columns: repeat(3, 1fr);
}
.tab-factory.style2 .inner a {
  width: 100%;
}
.tab-factory a {
  height: 81px;
  margin-top: 7px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 18px;
  position: relative;
}
.tab-factory a:after {
  content: "";
  width: 8px;
  height: 80px;
  background: url(../img/line-tab.png) no-repeat center;
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 5;
}
.tab-factory a:hover,
.tab-factory a.active {
  background: rgb(19, 104, 178);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(19, 104, 178)),
    color-stop(100%, rgb(6, 71, 127))
  );
  background: linear-gradient(
    to bottom,
    rgb(19, 104, 178) 0%,
    rgb(6, 71, 127) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1368b2", endColorstr="#06477f", GradientType=0 );
}
.tab-factory a:first-child:before,
.tab-factory a:last-child:before {
  content: "";
  position: absolute;
  top: -4px;
  width: 47px;
  height: 90px;
  z-index: 10;
  opacity: 0;
  z-index: 10;
}
.tab-factory a:first-child:hover:before,
.tab-factory a:first-child.active:before,
.tab-factory a:last-child:hover:before,
.tab-factory a:last-child.active:before {
  opacity: 1;
}
.tab-factory a:first-child .num {
  margin-right: 0;
}
.tab-factory a:first-child:before {
  left: -20px;
  background: url(../img/left-tab.png) no-repeat center;
}
.tab-factory a:last-child:after {
  display: none;
}
.tab-factory a:last-child:before {
  right: -19px;
  background: url(../img/right-tab.png) no-repeat center;
}
.tab-factory a .num {
  font-size: 48px;
  font-family: ab;
  line-height: 48px;
  color: #fff600;
  text-transform: uppercase;
  margin-right: 5px;
  z-index: 10;
  position: relative;
}
.tab-factory a .text {
  font-size: 24px;
  font-family: ic;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 9px;
  display: block;
  z-index: 10;
  position: relative;
}
.tab-factory.style2 {
  margin-top: 0;
}
.tab-factory.style2 a {
  text-align: center;
  width: 23.7%;
  font-size: 24px;
  font-family: ic;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
.tab-factory.style2 a:hover,
.tab-factory.style2 a.active {
  color: #fff600;
}
@media (max-width: 1199px) {
  .tab-factory {
    margin-top: 10px;
    transform: translateX(-50%) scale(0.8);
    -webkit-transform: translateX(-50%) scale(0.8);
    -o-transform: translateX(-50%) scale(0.8);
  }
}

.selectbox-factory {
  width: 380px;
  height: 60px;
  position: relative;
  background: rgb(149, 189, 30);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(149, 189, 30)),
    color-stop(100%, rgb(97, 147, 4))
  );
  background: linear-gradient(
    to bottom,
    rgb(149, 189, 30) 0%,
    rgb(97, 147, 4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#95bd1e", endColorstr="#619304", GradientType=0 );
  border-radius: 30px;
  border: 2px solid #b4bf06;
  margin: 30px auto;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory .num {
  font-size: 48px;
  font-family: ab;
  line-height: 48px;
  color: #fff600;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: -9px;
  z-index: 10;
  position: relative;
}
.selectbox-factory .text {
  font-size: 24px;
  font-family: ic;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
.selectbox-factory .head {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.selectbox-factory .head .inner {
  height: 100%;
  padding: 0 20px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.selectbox-factory .head .inner a {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.selectbox-factory .head .inner:after {
  content: "\f0d7";
  font-family: fa;
  font-size: 24px;
  position: absolute;
  right: 20px;
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory ul {
  width: 380px;
  background: #207905;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 57px;
  z-index: 100;
  box-shadow: 2px 6px 19px 0px rgba(0, 0, 0, 0.26);
  opacity: 0;
  margin: 0 -2px;
  visibility: hidden;
  border-left: 2px solid #b4bf06;
  border-right: 2px solid #b4bf06;
  border-bottom: 2px solid #b4bf06;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory ul li {
  list-style: none;
  cursor: pointer;
  padding: 5px 20px;
  height: auto;
  border-bottom: 1px solid #b4bf06;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory ul li:last-child {
  background: none;
  border-bottom: 0;
}
.selectbox-factory ul li span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
}
.selectbox-factory ul li a {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.selectbox-factory ul li .num {
  font-size: 28px;
  line-height: 38px;
  margin-top: -6px;
  margin-right: 0;
}
.selectbox-factory ul li:hover,
.selectbox-factory ul li.active {
  background: #90b91c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory ul li:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.selectbox-factory ul.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.selectbox-factory.style2 .text {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .selectbox-factory {
    width: 300px;
    height: 50px;
  }
  .selectbox-factory .num {
    font-size: 28px;
  }
  .selectbox-factory ul {
    top: 48px;
    width: 300px;
  }
  .selectbox-factory ul li {
    padding: 6px 15px;
  }
  .selectbox-factory ul li .num {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
  }
  .selectbox-factory ul li .text {
    font-size: 22px;
    line-height: 22px;
  }
}

.bannertop-factory {
  min-height: 900px;
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.bannertop-factory .textbox {
  margin-bottom: 50px;
  position: relative;
  z-index: 40;
}
.bannertop-factory .textbox .number {
  font-size: 300px;
  font-family: ic;
  line-height: 240px;
  color: #fff600;
  text-transform: uppercase;
  letter-spacing: -20px;
  display: table;
  margin: 20px auto 0 auto;
  position: relative;
  left: -20px;
}
.bannertop-factory .textbox .number:after {
  content: "";
  display: block;
  width: 90%;
  height: 7px;
  margin: -20px auto 50px 30px;
  background: url(../img/line-yellow2.png) repeat-x center;
}
.bannertop-factory .textbox .title {
  font-size: 100px;
  font-family: ic;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
  margin-top: -20px;
}
.bannertop-factory .textbox .title.green {
  color: #afef00;
}
.bannertop-factory .textbox p {
  font-size: 24px;
  font-family: fmain;
  line-height: 44px;
  color: #fff;
  text-transform: none;
  padding: 0 200px;
}
.bannertop-factory.style2 {
  min-height: auto;
  padding-bottom: 0;
}
.bannertop-factory.style2:before {
  content: "";
  width: 719px;
  height: 877px;
  background: url(../img/leaf-right.png) no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
@media (max-width: 1199px) {
  .bannertop-factory.style2:before {
    width: 480px;
    height: 586px;
  }
}
@media (max-width: 991px) {
  .bannertop-factory {
    min-height: 700px;
  }
  .bannertop-factory .textbox .number {
    font-size: 200px;
    line-height: 140px;
  }
  .bannertop-factory .textbox .number:after {
    margin: 0px auto 50px 30px;
  }
  .bannertop-factory .textbox .title {
    font-size: 80px;
    line-height: 86px;
  }
  .bannertop-factory .textbox p {
    padding: 0 120px;
  }
  .bannertop-factory.style2:before {
    width: 300px;
    height: 366px;
  }
}
@media (max-width: 767px) {
  .bannertop-factory {
    min-height: 550px;
  }
  .bannertop-factory .textbox {
    margin-bottom: 30px;
  }
  .bannertop-factory .textbox .number {
    font-size: 140px;
    line-height: 100px;
    letter-spacing: -10px;
    left: -15px;
  }
  .bannertop-factory .textbox .number:after {
    margin: 0px auto 50px 20px;
  }
  .bannertop-factory .textbox .title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 5px;
  }
  .bannertop-factory .textbox p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
  }
  .bannertop-factory.style2:before {
    width: 200px;
    height: 244px;
  }
}

.btnnext-factory {
  width: 281px;
  height: 114px;
  background: url(../img/button.png) no-repeat center;
  background-size: contain;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  float: right;
  position: relative;
  z-index: 10;
  font-size: 26px;
  font-family: ic;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 80px;
  padding-left: 17px;
}
.btnnext-factory.back {
  background: url(../img/button-back.png) no-repeat center;
  background-size: contain;
  padding-left: 80px;
  padding-right: 17px;
}
.btnnext-factory:hover,
.btnnext-factory:focus {
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 767px) {
  .btnnext-factory {
    width: 168px;
    height: 64px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 47px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .btnnext-factory.back {
    padding-left: 47px;
    padding-right: 7px;
  }
}

.button-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.button-group .btnnext-factory.back {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .button-group {
    width: 100%;
  }
  .button-group .btnnext-factory.back {
    margin-right: 10px;
  }
}

.factory {
  overflow: hidden;
  position: relative;
}
.factory .bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 0;
}
.factory .ptext {
  font-size: 24px;
  font-family: fmain;
  line-height: 44px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.factory .ptext.white {
  color: #fff;
}
@media (max-width: 991px) {
  .factory .ptext {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .factory .ptext {
    font-size: 16px;
    line-height: 30px;
  }
}
.factory .psmall {
  font-size: 20px;
  font-family: fmain;
  line-height: 40px;
  color: #131313;
  text-transform: none;
}
.factory .psmall.white {
  color: #fff;
}
@media (max-width: 767px) {
  .factory .psmall {
    font-size: 16px;
    line-height: 32px;
  }
}
.factory .zindex {
  position: relative;
  z-index: 20;
}
@media (max-width: 1199px) {
  .factory .bg {
    width: 1200px;
    max-width: initial;
  }
}
@media (max-width: 991px) {
  .factory .bg {
    width: 992px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .factory .bg {
    width: 760px;
    max-width: initial;
  }
}

.factory01 .line {
  margin-top: 30px;
}
.factory01 .section2 {
  width: 100%;
  display: table;
  position: relative;
  z-index: 12;
}
.factory01 .section2:before {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/linewhite4.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -52px;
  z-index: 1;
}
.factory01 .section2 .img1 {
  margin-top: -220px;
  position: relative;
  z-index: 10;
}
.factory01 .section2 .row1 {
  padding-top: 80px;
}
.factory01 .section2 .row1 .box {
  padding-top: 30px;
}
.factory01 .section3 {
  min-height: 900px;
  margin-top: -180px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.factory01 .section3:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/line-white3.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.factory01 .section3:after {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/linewhite4.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.factory01 .section3 .box {
  width: 640px;
}
.factory01 .section4 {
  position: relative;
  background: url(../img/bg_bottom_fac1.png) no-repeat bottom center;
  background-size: cover;
}
.factory01 .section4 .img3 {
  margin-top: -180px;
  position: relative;
  z-index: 10;
}
.factory01 .section4 .box {
  width: 760px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .factory01 .section2 .img1 {
    margin-top: -120px;
  }
  .factory01 .section2 .row1 {
    padding-top: 60px;
  }
  .factory01 .section2 .row1 .box {
    padding-top: 30px;
  }
  .factory01 .section3 {
    margin-top: -100px;
    min-height: 600px;
  }
  .factory01 .section4 .box {
    width: 650px;
  }
  .factory01 .section4 .img3 {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .factory01 .line {
    margin-top: 10px;
  }
  .factory01 .section2 .img1 {
    margin-top: -80px;
  }
  .factory01 .section2 .row1 {
    padding-top: 0px;
  }
  .factory01 .section2 .row1 .box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .factory01 .section3 {
    margin-top: -100px;
    min-height: 500px;
  }
  .factory01 .section3 .box {
    width: 100%;
  }
  .factory01 .section4 {
    padding-bottom: 10px;
  }
  .factory01 .section4 .box {
    width: 100%;
    padding-top: 30px;
  }
  .factory01 .section4 .img3 {
    margin-top: -100px;
  }
}

.factory02 .bannertop-factory .textbox .ptext {
  padding: 0 230px;
}
.factory02 .section2 {
  position: relative;
  z-index: 12;
  width: 100%;
  display: table;
}
.factory02 .section2:before {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/linewhite4.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -52px;
  z-index: 1;
}
.factory02 .section2:after {
  content: "";
  width: 100%;
  height: 610px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_bottom_fac1.png) no-repeat bottom center;
  background-size: cover;
  z-index: 0;
}
.factory02 .section2 .row {
  position: relative;
  z-index: 10;
}
.factory02 .section2 .row1 .box {
  padding-left: 40px;
  padding-top: 40px;
}
.factory02 .section2 .row1 .img2 {
  margin-top: -160px;
  position: relative;
  z-index: 12;
  float: right;
}
.factory02 .section2 .img3 {
  width: 100%;
  margin: 30px 0;
}
.factory02 .section2 .row3 {
  margin-top: 30px;
}
.factory02 .section2 .btnnext-factory {
  margin: 40px auto;
}
.factory02 .section2 .video_style1 {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .factory02 .bannertop-factory .textbox .ptext {
    padding: 0 120px;
  }
  .factory02 .section2:after {
    height: 350px;
  }
  .factory02 .section2 .row1 .box {
    padding-top: 0;
  }
  .factory02 .section2 .row1 .img2 {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .factory02 .bannertop-factory .textbox .ptext {
    padding: 0;
  }
  .factory02 .section2 .row1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .factory02 .section2 .row1 .box {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .factory02 .section2 .row1 .img2 {
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    float: initial;
    display: block;
  }
  .factory02 .section2 .img3 {
    margin: 10px 0;
  }
  .factory02 .section2 .row2 .psmall {
    padding-top: 20px;
  }
  .factory02 .section2 .row3 {
    margin-top: 20px;
  }
  .factory02 .section2 .row3 img {
    width: 100%;
    margin: 5px 0;
  }
  .factory02 .section2 .btnnext-factory {
    margin: 20px auto;
  }
}

.factory03 .bannertop-factory .textbox .title .break {
  display: none;
}
.factory03 .bannertop-factory .textbox .textright {
  width: 520px;
  float: right;
  padding: 30px 0 30px 30px;
  text-align: left;
}
.factory03 .bannertop-factory .textbox .textright p {
  padding: 0;
  margin-bottom: 20px;
}
.factory03 .section2 {
  position: relative;
  z-index: 12;
}
.factory03 .section2:before {
  content: "";
  width: 100%;
  height: 52px;
  background: url(../img/linewhite4.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -52px;
  z-index: 1;
}
.factory03 .section2:after {
  content: "";
  width: 100%;
  height: 610px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_bottom_fac1.png) no-repeat bottom center;
  background-size: cover;
  z-index: 0;
}
.factory03 .section2 .row {
  position: relative;
  z-index: 10;
}
.factory03 .section2 .img2 {
  margin-top: -270px;
}
.factory03 .section2 .box-ptext {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 40px 80px;
}
.factory03 .section2 .img3 {
  width: 100%;
  margin-bottom: 40px;
}
.factory03 .section2 .box2 {
  margin-left: 50px;
}
.factory03 .section2 .box2 .boxline {
  padding-right: 60px;
}
.factory03 .section2 .row3 {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.factory03 .section2 .row3 .img-w {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column-reverse;
}
.factory03 .section2 .row3 .img-w img {
  width: 100%;
}
.factory03 .section2 .row3 .boxline {
  margin-top: 50px;
  padding-right: 20px;
}
.factory03 .section2 .img6 {
  width: 100%;
}
.factory03 .section2 .row4 {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .factory03 .bannertop-factory .textbox .textright {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .factory03 .bannertop-factory .textbox .textright {
    width: 660px;
    margin: auto;
    float: initial;
    padding: 0;
    text-align: center;
  }
  .factory03 .bannertop-factory .textbox .textright .line {
    display: none;
  }
  .factory03 .section2 .img2 {
    margin-top: -80px;
  }
  .factory03 .section2 .box-ptext {
    padding: 40px 30px;
  }
  .factory03 .section2 .row2 .box2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .factory03 .bannertop-factory .textbox .title .break {
    display: block;
  }
  .factory03 .bannertop-factory .textbox .textright {
    width: 100%;
    margin-bottom: 50px;
  }
  .factory03 .section2 .box-ptext {
    padding: 30px 0;
  }
  .factory03 .section2 .img3 {
    margin-bottom: 30px;
  }
  .factory03 .section2 .box2 .boxline {
    padding-right: 0;
  }
  .factory03 .section2 .row3 .boxline {
    margin-top: 30px;
    padding-right: 0;
  }
  .factory03 .section2 .row4 {
    margin-top: 10px;
  }
  .factory03 .section2 .row4 .img6 {
    margin-bottom: 10px;
  }
}

.factory04,
.factory05,
.factory06 {
  background: #003768;
}
.factory04 .section2,
.factory05 .section2,
.factory06 .section2 {
  background: url(../img/bgtop-factory.jpg), url(../img/bgbottom-factory.jpg),
    #0c2b47;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
  width: 100%;
  display: table;
}
.factory04 .section2 .row,
.factory05 .section2 .row,
.factory06 .section2 .row {
  margin-top: 30px;
}
.factory04 .btnnext-factory,
.factory05 .btnnext-factory,
.factory06 .btnnext-factory {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .factory04 .section2 .row,
  .factory05 .section2 .row,
  .factory06 .section2 .row {
    margin-top: 10px;
  }
  .factory04 .btnnext-factory,
  .factory05 .btnnext-factory,
  .factory06 .btnnext-factory {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.factory04 .section2 {
  width: 100%;
  display: table;
}
.factory04 .section2 .img6 {
  margin-top: 30px;
}
.factory04 .section2 .row3 .boxline {
  margin-top: 40px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .factory04 .section2 .row2 .boxline {
    margin-top: 140px;
  }
  .factory04 .section2 .row3 .boxline {
    margin-top: 20px;
    padding-right: 0;
  }
  .factory04 .section2 .row3 .boxline:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .factory04 .section2 .row2 .boxline {
    margin-top: 30px;
  }
  .factory04 .section2 .row3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .factory04 .section2 .row3 .boxline {
    margin-top: 30px;
  }
  .factory04 .section2 .row3 .boxline:first-child {
    margin-top: 30px;
  }
  .factory04 .section2 .row4 {
    margin-top: 30px;
  }
  .factory04 .section2 .row4 .img5 {
    margin-top: 10px;
  }
  .factory04 .section2 .img6 {
    margin-top: 10px;
  }
}

.factory05 .section2 {
  width: 100%;
  display: table;
}
.factory05 .section2 .row3 {
  margin-top: 50px;
}
.factory05 .section2 .row3 .boxline {
  margin-bottom: 40px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .factory05 .section2 .img3 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .factory05 .section2 .row3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .factory05 .section2 .row3 .boxline {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.factory06 .section2 {
  width: 100%;
  display: table;
}
.factory06 .section2 .box-jarallax {
  width: 100%;
  height: 680px;
  position: relative;
}
.factory06 .section2 .box-jarallax:after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 174, 75, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 174, 75, 0)),
    color-stop(100%, rgb(12, 43, 71))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 174, 75, 0) 0%,
    rgb(12, 43, 71) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffae4b", endColorstr="#0c2b47", GradientType=0 );
  z-index: 2;
}
.factory06 .section2 .row1 {
  margin-top: 50px;
}
.factory06 .section2 .row2 {
  margin: 60px 0;
}
.factory06 .section2 .row2 .box .line {
  margin-top: 20px;
}
.factory06 .section2 .img2 {
  margin: 40px 0 0 0;
}
.factory06 .button-group {
  float: right;
}
@media (max-width: 1199px) {
  .factory06 .section2 .row2 .box .ptext {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .factory06 .section2 .box-jarallax {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .factory06 .section2 .box-jarallax {
    height: 300px;
  }
  .factory06 .section2 .row1 .boxline {
    margin-bottom: 30px;
  }
  .factory06 .section2 .row2 {
    margin: 20px 0;
  }
  .factory06 .section2 .row2 .box .line {
    margin-top: 10px;
  }
  .factory06 .section2 .img2 {
    margin: 20px 0 0 0;
  }
}

.box-s5 {
  width: 645px;
  margin: auto;
  position: relative;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-s5:before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/linetop-box.png) repeat-x center;
  position: absolute;
  top: 0;
  left: 0;
}
.box-s5:after {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/linebottom-box.png) repeat-x center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-s5 .line {
  width: 15px;
  height: 100%;
  background: url(../img/box3-line.png) repeat-y center;
  position: absolute;
  top: 0;
}
.box-s5 .line.l-left {
  left: 0;
}
.box-s5 .line.l-right {
  right: 0;
}
.box-s5 h3 {
  font-size: 50px;
  font-family: ic;
  line-height: 46px;
  color: #fff600;
  text-transform: uppercase;
}
.box-s5 .text-main2 {
  color: #fff;
}
.box-s5 .btn-main {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .box-s5 {
    width: 100%;
    height: auto;
    padding: 40px 30px;
  }
  .box-s5 h3 {
    font-size: 38px;
    line-height: 40px;
  }
  .box-s5 .btn-main {
    margin-top: 15px;
  }
}

.material-area {
  overflow: hidden;
}
.material-area .banner-material {
  height: 612px;
  position: relative;
}
.material-area .banner-material .textbox {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  text-align: center;
}
.material-area .banner-material .textbox h2 {
  font-size: 118px;
  font-family: ab;
  line-height: 118px;
  color: #aade41;
  text-transform: uppercase;
  letter-spacing: 24px;
  transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -o-transform: translateX(13px);
}
.material-area .banner-material .textbox h3 {
  font-size: 124px;
  font-family: ic;
  line-height: 124px;
  color: #fff;
  text-transform: uppercase;
}
.material-area .section2 {
  position: relative;
  z-index: 10;
}
.material-area .section2:before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../img/linewhite.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 1;
}
.material-area .section2 .boxtop {
  width: 600px;
  height: 377px;
  background: url(../img/box-material.png) no-repeat center;
  margin: -130px auto 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 35px 80px;
  font-size: 24px;
  font-family: fmain;
  line-height: 52px;
  color: #f8efe0;
  text-transform: none;
  position: relative;
  z-index: 10;
}
.material-area .section2 .row1 {
  position: relative;
  z-index: 12;
}
.material-area .section2 .row1 .boxleft {
  padding-top: 80px;
  padding-bottom: 80px;
}
.material-area .section2 .row1 .boxleft h3 {
  font-size: 28px;
  font-family: ab;
  line-height: 44px;
  color: #aade41;
  text-transform: uppercase;
}
.material-area .section2 .row1 .boxleft h3 .break {
  display: none;
}
.material-area .section2 .row1 .boxleft h3:after {
  content: "";
  width: 160px;
  height: 7px;
  background: url("../img/line-yellow2.png") no-repeat center;
  background-size: contain;
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
}
.material-area .section2 .row1 .boxleft p {
  font-size: 16px;
  font-family: fmain;
  line-height: 42px;
  color: #131313;
  text-transform: none;
}
.material-area .section2 .row1 .leaf {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.material-area .section2 .row2 {
  position: relative;
  z-index: 13;
}
.material-area .section2 .row2 .boxright {
  margin-top: -160px;
}
.material-area .section2 .row2 .boxright .item {
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/line-gray.png) no-repeat left bottom;
}
.material-area .section2 .row2 .boxright .item p {
  font-size: 16px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
}
.material-area .section2 .row2 .boxright .item h5 {
  font-size: 84px;
  font-family: ic;
  line-height: 68px;
  color: #aade41;
  text-transform: none;
  letter-spacing: -4px;
  transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  -o-transform: translateX(-6px);
}
.material-area .section2 .row2 .boxright .item .cur {
  font-size: 40px;
  font-family: ic;
  line-height: 40px;
  color: #aade41;
  text-transform: none;
  letter-spacing: -2px;
}
.material-area .section2 .row2 .boxright .item:last-child {
  display: flex;
  background: none;
  padding-right: 50px;
}
.material-area .section2 .row2 .boxright .item:last-child p {
  padding-right: 10px;
}
.material-area .section3 {
  height: 1395px;
  background: #f0ece3;
  position: relative;
}
.material-area .section3:before {
  content: "";
  width: 100%;
  height: 83px;
  background: url(../img/linetop-material.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -83px;
  left: 0;
}
.material-area .section3:after {
  content: "";
  width: 100%;
  height: 70px;
  background: url(../img/linebottom2-material.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -66px;
  left: 0;
}
.material-area .section3 .wrap {
  width: 1150px;
  height: 1420px;
  background: url(../img/coconut-big.png) no-repeat top center;
  background-size: contain;
  padding-top: 210px;
  margin: -50px auto 0px auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
}
.material-area .section3 .item {
  margin-bottom: 30px;
}
.material-area .section3 .item:first-child {
  padding: 0 40px;
}
.material-area .section3 .title {
  font-size: 32px;
  font-family: ic;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 140px;
}
.material-area .section3 .x {
  font-size: 182px;
  font-family: ic;
  line-height: 122px;
  color: #fff600;
  text-transform: uppercase;
  letter-spacing: -22px;
  transform: translateX(-20px) translateY(10px);
  -webkit-transform: translateX(-20px) translateY(10px);
  -o-transform: translateX(-20px) translateY(10px);
  display: inline-block;
}
.material-area .section3 .m {
  font-size: 130px;
  font-family: ic;
  line-height: 80px;
  color: #fff600;
  text-transform: uppercase;
  letter-spacing: -18px;
  display: inline-block;
}
.material-area .section3 .s {
  font-size: 82px;
  font-family: ic;
  line-height: 62px;
  color: #fff600;
  text-transform: uppercase;
  letter-spacing: -4px;
  display: inline-block;
}
.material-area .section3 .s.sx {
  transform: translateX(-10px) translateY(10px);
  -webkit-transform: translateX(-10px) translateY(10px);
  -o-transform: translateX(-10px) translateY(10px);
}
.material-area .section3 .listbox {
  display: flex;
  padding: 20px 30px;
  background: url(../img/linewhite2.png) no-repeat bottom center;
}
.material-area .section3 .listbox .box {
  flex: 33.333%;
  padding: 0 30px;
  text-align: center;
}
.material-area .section3 .listbox .box p {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  padding-top: 6px;
}
.material-area .section3 .list4box {
  width: 600px;
  height: 250px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  background: url(../img/box-line.png) no-repeat center;
  background-size: 30%;
}
.material-area .section3 .list4box p {
  font-size: 14px;
  font-family: ab;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  padding-left: 14px;
  margin: 0;
}
.material-area .section3 .list4box .brow {
  width: 100%;
  width: 168px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.material-area .section3 .list4box .brow .box:last-child {
  margin-top: 20px;
}
.material-area .section3 .list4box .brow:first-child {
  justify-content: flex-start;
}
.material-area .section3 .list4box .brow:last-child .box {
  text-align: right;
}
.material-area .section3 .list4box .brow:last-child .box p {
  text-align: left;
}
.material-area .section3 .pmid {
  position: absolute;
  display: table;
  padding: 0;
}
.material-area .section3 .pmid.p-left {
  top: 80px;
  left: 178px;
}
.material-area .section3 .pmid.p-right {
  top: 90px;
  right: 206px;
}
.material-area .section4 {
  padding: 110px 0 0 0;
}
.material-area .section4 .title {
  font-size: 86px;
  font-family: ic;
  line-height: 86px;
  color: #013768;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.material-area .section4 .title .break {
  display: none;
}
.material-area .section4 .s3-row {
  position: relative;
}
.material-area .section4 .s3-row .banner-box {
  position: relative;
}
.material-area .section4 .s3-row .banner-box:before {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../img/linewhite3.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.material-area .section4 .s3-row .banner-box:after {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../img/lineblue.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 0;
}
.material-area .section4 .s3-row .banner-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(73, 155, 234, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(11%, rgba(73, 155, 234, 0)),
    color-stop(21%, rgba(65, 144, 219, 0)),
    color-stop(100%, rgb(1, 54, 104))
  );
  background: linear-gradient(
    to bottom,
    rgba(73, 155, 234, 0) 11%,
    rgba(65, 144, 219, 0) 21%,
    rgb(1, 54, 104) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#499bea", endColorstr="#013668", GradientType=0);
  z-index: 1;
}
.material-area .section4 .s3-row .textbox {
  width: 775px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0px;
  font-size: 24px;
  font-family: ab;
  line-height: 56px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 10;
}
.material-area .section4 .s3-row .textbox:after {
  content: "";
  width: 7px;
  height: 130px;
  background: url(../img/line-yellow.png) repeat-y center;
  display: block;
  margin: 30px auto;
}
.material-area .section4 .s3-row .bottom-box {
  padding-top: 60px;
  padding-bottom: 180px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-family: fmain;
  line-height: 44px;
  color: #131313;
  text-transform: none;
  text-align: center;
}
.material-area .section4 .s3-row .bottom-box .leaf {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.material-area .section4 .s3-row.s3-row1 {
  z-index: 10;
}
.material-area .section4 .s3-row.s3-row1 .banner-box {
  height: 840px;
}
.material-area .section4 .s3-row.s3-row2 {
  background: #f0ece3;
  z-index: 9;
  margin-bottom: 180px;
}
.material-area .section4 .s3-row.s3-row2:before {
  content: "";
  width: 100%;
  height: 83px;
  background: url(../img/linetop-material.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -83px;
  left: 0;
}
.material-area .section4 .s3-row.s3-row2:after {
  content: "";
  width: 100%;
  height: 70px;
  background: url(../img/linebottom2-material.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -66px;
  left: 0;
}
.material-area .section4 .s3-row.s3-row2 .banner-box {
  height: 580px;
}
.material-area .section4 .s3-row.s3-row2 .banner-box:before {
  background: url(../img/linebottom2.png) no-repeat center;
  background-size: cover;
}
.material-area .section4 .s3-row.s3-row2 .banner-box .textbox {
  bottom: 0;
}
.material-area .section4 .s3-row.s3-row2 .banner-box .textbox:after {
  margin: 30px auto -80px auto;
}
.material-area .section4 .s3-row.s3-row2 .bottom-box {
  padding-top: 100px;
  padding-bottom: 30px;
}
.material-area .section4 .s3-row.s3-row2 .bottom-box .leaf {
  bottom: -120px;
  z-index: 30;
}
.material-area .section4 .s3-row.s3-row3 {
  z-index: 15;
  position: relative;
}
.material-area .section4 .s3-row.s3-row3 .banner-box {
  height: 580px;
  z-index: 22 !important;
  position: relative;
}
.material-area .section4 .s3-row.s3-row3 .banner-box:before {
  content: "";
  width: 7px;
  height: 130px;
  background: url(../img/line-yellow.png) repeat-y center;
  display: block;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 30;
}
.material-area .section4 .s3-row.s3-row3 .banner-box:after {
  content: "";
  width: 100%;
  height: 28px;
  background: url(../img/linewhite3.png) no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 20;
}
.material-area .section4 .s3-row.s3-row3 .banner-box .textbox {
  bottom: 100px;
}
.material-area .section4 .s3-row.s3-row3 .banner-box .textbox:after {
  display: none;
}
.material-area .section5 {
  padding: 60px 0;
  background: #90b800;
  position: relative;
  z-index: 15;
}
.material-area .section5:before {
  content: "";
  width: 100%;
  height: 31px;
  background: url(../img/linebottom-material.jpg) repeat-x center;
  position: absolute;
  top: -11px;
  left: 0;
}
@media (max-width: 1199px) {
  .material-area .section2 .row1 .boxleft {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
  }
  .material-area .section2 .row1 .boxleft h3 {
    padding-right: 80px;
  }
  .material-area .section2 .row2 .boxright {
    margin-top: -170px;
  }
  .material-area .section2 .row2 .boxright .item {
    padding-right: 0;
  }
  .material-area .section2 .row2 .boxright .item h5 {
    font-size: 80px;
  }
  .material-area .section2 .row2 .boxright .item:last-child {
    padding-right: 0px;
  }
  .material-area .section3:before {
    top: -60px;
  }
}
@media (max-width: 991px) {
  .material-area .banner-material .textbox h2 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 15px;
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -o-transform: translateX(8px);
  }
  .material-area .banner-material .textbox h3 {
    font-size: 90px;
    line-height: 90px;
  }
  .material-area .section2 .row1 .boxleft {
    padding-right: 0px;
  }
  .material-area .section2 .row1 .boxleft h3 {
    padding-right: 80px;
  }
  .material-area .section2 .row1 .boxleft p {
    line-height: 34px;
  }
  .material-area .section2 .row1 .leaf {
    width: 200px;
  }
  .material-area .section2 .row2 .boxright {
    margin-top: -330px;
  }
  .material-area .section2 .row2 .boxright .item {
    padding-right: 20px;
  }
  .material-area .section2 .row2 .boxright .item:last-child {
    padding-right: 80px;
  }
  .material-area .section3:after {
    bottom: -50px;
  }
  .material-area .section3 .title .s2 {
    display: none;
  }
  .material-area .section3 .x {
    font-size: 142px;
    line-height: 100px;
  }
  .material-area .section3 .s {
    font-size: 60px;
    line-height: 50px;
  }
  .material-area .section3 .item:first-child {
    padding: 0px;
  }
  .material-area .section3 .list4box .brow {
    width: 150px;
  }
}
@media (max-width: 991px) and (max-width: 880px) {
  .material-area .section3 .title {
    padding: 0 90px;
  }
  .material-area .section3 .item {
    padding: 0 100px;
  }
  .material-area .section3 .item:first-child {
    padding: 0 100px;
  }
  .material-area .section3 .listbox .box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .material-area .section4 {
    padding: 90px 0 0 0;
  }
  .material-area .section4 .title {
    font-size: 72px;
    line-height: 72px;
  }
  .material-area .section4 .s3-row .textbox {
    width: 700px;
  }
  .material-area .section4 .s3-row .textbox:after {
    height: 100px;
    margin: 20px auto;
  }
  .material-area .section4 .s3-row.s3-row1 .banner-box {
    height: 600px;
  }
  .material-area .section4 .s3-row.s3-row2 .banner-box {
    height: 520px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box {
    height: 520px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box:before {
    height: 100px;
    top: -28px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box .textbox {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .material-area .banner-material {
    height: 400px;
  }
  .material-area .banner-material .textbox h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 5px;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
  .material-area .banner-material .textbox h3 {
    font-size: 54px;
    line-height: 54px;
  }
  .material-area .section2 .boxtop {
    width: 350px;
    height: 219px;
    background-size: contain;
    margin: -130px auto 0 auto;
    padding: 20px 30px;
    font-size: 16px;
    font-family: fmain;
    line-height: 26px;
    color: #f8efe0;
    text-transform: none;
  }
  .material-area .section2 .row1 .leaf {
    width: 100px;
    top: -30px;
  }
  .material-area .section2 .row1 .boxleft {
    padding-top: 180px;
    padding-bottom: 20px;
  }
  .material-area .section2 .row1 .boxleft h3 {
    padding-right: 0;
    font-size: 26px;
  }
  .material-area .section2 .row1 .boxleft h3:after {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .material-area .section2 .row1 .boxleft p {
    font-size: 14px;
    line-height: 24px;
  }
  .material-area .section2 .row2 .boxright {
    margin-top: 10px;
  }
  .material-area .section2 .row2 .boxright .item h5 {
    font-size: 70px;
    font-family: ic;
    line-height: 50px;
    color: #aade41;
    text-transform: none;
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
    -o-transform: translateX(-6px);
  }
  .material-area .section2 .row2 .boxright .item p {
    font-size: 14px;
    line-height: 24px;
  }
  .material-area .section2 .row2 .boxright .item:last-child {
    padding-right: 30px;
  }
  .material-area .section3 {
    width: 100%;
    height: auto;
    z-index: 100;
    position: relative;
    margin-top: 100px;
  }
  .material-area .section3:before {
    top: -50px;
  }
  .material-area .section3:after {
    bottom: -50px;
  }
  .material-area .section3 .wrap {
    width: 100%;
    height: auto;
    background: #9dc01d;
    padding-top: 40px;
    position: relative;
    z-index: 20;
  }
  .material-area .section3 .item {
    padding: 0;
  }
  .material-area .section3 .item:first-child {
    padding: 0;
  }
  .material-area .section3 .title {
    padding: 0;
    font-size: 28px;
    line-height: 34px;
  }
  .material-area .section3 .title .break {
    display: none;
  }
  .material-area .section3 .x {
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -10px;
  }
  .material-area .section3 .s {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .material-area .section3 .listbox {
    display: block;
  }
  .material-area .section3 .listbox .box {
    margin-bottom: 30px;
    padding: 0;
  }
  .material-area .section3 .listbox .box:last-child {
    margin-bottom: 0;
  }
  .material-area .section3 .list4box {
    width: 380px;
    margin: 20px auto 0 auto;
    background-size: 40%;
    height: auto;
    padding: 0;
  }
  .material-area .section3 .list4box .brow {
    width: 110px;
  }
  .material-area .section3 .list4box .m {
    font-size: 80px;
    line-height: 55px;
    letter-spacing: -10px;
  }
  .material-area .section3 .list4box p {
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
  }
  .material-area .section3 .pmid.p-left {
    top: 62px;
    left: 111px;
  }
  .material-area .section3 .pmid.p-right {
    top: 70px;
    right: 130px;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .material-area .section3 .list4box {
    width: 350px;
  }
  .material-area .section3 .pmid.p-left {
    left: 100px;
  }
  .material-area .section3 .pmid.p-right {
    right: 122px;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .material-area .section3 .title {
    font-size: 26px;
    line-height: 32px;
  }
  .material-area .section3 .list4box {
    width: 300px;
  }
  .material-area .section3 .list4box .m {
    font-size: 60px;
    line-height: 45px;
  }
  .material-area .section3 .list4box p {
    padding-left: 5px;
  }
  .material-area .section3 .list4box .brow {
    width: 86px;
  }
  .material-area .section3 .pmid.p-left {
    top: 53px;
    left: 87px;
  }
  .material-area .section3 .pmid.p-right {
    top: 63px;
    right: 99px;
  }
}
@media (max-width: 767px) {
  .material-area .section4 {
    padding: 80px 0 0 0;
  }
  .material-area .section4 .title {
    font-size: 58px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 550px) {
  .material-area .section4 .title .break {
    display: block;
  }
}
@media (max-width: 767px) {
  .material-area .section4 .s3-row .textbox {
    width: 90%;
    font-size: 18px;
    line-height: 32px;
  }
  .material-area .section4 .s3-row .textbox:after {
    height: 80px;
    margin: 10px auto;
  }
  .material-area .section4 .s3-row .bottom-box {
    padding-top: 45px;
    padding-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 34px;
  }
  .material-area .section4 .s3-row .bottom-box .leaf {
    width: 100px;
    bottom: 10px;
  }
  .material-area .section4 .s3-row.s3-row1 .banner-box {
    height: 480px;
  }
  .material-area .section4 .s3-row.s3-row2 {
    margin-bottom: 140px;
  }
  .material-area .section4 .s3-row.s3-row2:before {
    height: 50px;
    top: -50px;
  }
  .material-area .section4 .s3-row.s3-row2 .banner-box {
    height: 420px;
  }
  .material-area .section4 .s3-row.s3-row2 .bottom-box .leaf {
    bottom: -90px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box {
    height: 420px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box:before {
    height: 90px;
    top: -23px;
  }
  .material-area .section4 .s3-row.s3-row3 .banner-box .textbox {
    bottom: 50px;
  }
}
@media (max-width: 340px) {
  .material-area .section2 .boxtop {
    width: 300px;
    height: 188px;
    padding: 20px;
  }
  .material-area .section2 .row1 .boxleft h3 .break {
    display: block;
  }
}

.material-bentre {
  overflow: hidden;
}
.material-bentre .banner-material {
  height: 870px;
  position: relative;
}
.material-bentre .banner-material .textbox {
  width: 730px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-align: center;
}
.material-bentre .banner-material .textbox h3 {
  font-size: 100px;
  font-family: ab;
  line-height: 150px;
  color: #d2ff00;
  text-transform: uppercase;
}
.material-bentre .banner-material .textbox h2 {
  font-size: 86px;
  font-family: ic;
  line-height: 76px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.material-bentre .banner-material .textbox p {
  font-size: 20px;
  font-family: fmain;
  line-height: 42px;
  color: #fff;
  text-transform: none;
}
.material-bentre .banner-material .textbox .line {
  width: 170px;
  height: 7px;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: block;
  margin: 25px auto;
}
.material-bentre .section2 {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}
.material-bentre .section2:before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../img/linewhite.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -26px;
  z-index: 1;
}
.material-bentre .section2 .title {
  width: 720px;
  margin: auto;
  font-size: 40px;
  font-family: ic;
  line-height: 46px;
  color: #013768;
  text-transform: uppercase;
}
.material-bentre .section2 .title-green {
  font-size: 40px;
  font-family: ab;
  line-height: 52px;
  color: #81ca02;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}
.material-bentre .section2 .line-yellow {
  width: 100%;
  height: 7px;
  background: url(../img/line-yellow2.png) repeat-x center;
  display: table;
}
.material-bentre .section2 .listbox-row .rowbox {
  margin-top: 50px;
  margin-bottom: 50px;
}
.material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline {
  display: flex;
}
.material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline .bleft {
  flex: 380px;
  padding-right: 20px;
}
.material-bentre .section2 .listbox-row .rowbox.rowbox4 .boxline .text {
  padding-right: 20px;
}
.material-bentre .section2 .listbox-row .rowbox.rowbox5 .boxline {
  height: 281px;
}
.material-bentre .section2 .listbox-row .rowbox.rowbox5 .boxline img {
  margin-top: 55px;
}
.material-bentre .section3 {
  padding: 30px 0;
  background: url(../img/bg-canhtac.jpg) repeat center;
  background-size: cover;
  position: relative;
}
.material-bentre .section3:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linetop-blue.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
.material-bentre .section3:after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linebottom-blue.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
}
.material-bentre .section3 .title {
  margin: auto;
  display: table;
}
.material-bentre .section3 .canhtac-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.material-bentre .section3 .canhtac-list .item {
  flex: 33.3333%;
  text-align: center;
  margin: 10px 0;
  position: relative;
}
.material-bentre .section3 .canhtac-list .item .inner {
  padding: 0 68px;
}
.material-bentre .section3 .canhtac-list .item i {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-bentre .section3 .canhtac-list .item p {
  font-size: 18px;
  font-family: ab;
  line-height: 30px;
  color: #fff8d4;
  text-transform: none;
}
.material-bentre .section3 .canhtac-list .item:last-child {
  flex: initial;
  width: 45%;
  margin: auto;
}
.material-bentre .section3 .canhtac-list .item:nth-child(3n + 2):before {
  content: "";
  width: 4px;
  height: 190px;
  background: url(../img/line-green3.png) repeat-y center;
  left: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.material-bentre .section3 .canhtac-list .item:nth-child(3n + 2):after {
  content: "";
  width: 4px;
  height: 190px;
  background: url(../img/line-green3.png) repeat-y center;
  right: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.material-bentre .section4 {
  display: flex;
}
.material-bentre .section4 .box {
  flex: 50%;
  padding: 100px 40px 60px 40px;
}
.material-bentre .section4 .box .box-s5 {
  width: 480px;
  height: 320px;
  padding: 50px 40px;
}
.material-bentre .section4 .box.b-left {
  background: url(../img/san-xuat-tai-nguon.jpg) no-repeat center;
  background-size: cover;
}
.material-bentre .section4 .box.b-right {
  background: url(../img/san-pham-tu-nhien.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline .bleft {
    flex: 480px;
    padding-right: 10px;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox5 .boxline {
    height: 263px;
  }
  .material-bentre .section3 .canhtac-list .item .inner {
    padding: 0 50px;
  }
  .material-bentre .section4 .box .box-s5 {
    width: 100%;
    height: 360px;
    padding: 50px 40px;
  }
  .material-bentre .section4 .box .box-s5 h3 .break {
    display: none;
  }
}
@media (max-width: 991px) {
  .material-bentre .banner-material {
    height: 660px;
  }
  .material-bentre .banner-material .textbox {
    width: 670px;
    top: 50px;
  }
  .material-bentre .banner-material .textbox h3 {
    font-size: 80px;
    line-height: 130px;
  }
  .material-bentre .banner-material .textbox h2 {
    font-size: 66px;
    line-height: 60px;
  }
  .material-bentre .banner-material .textbox p {
    line-height: 36px;
  }
  .material-bentre .section2 .title-green {
    font-size: 34px;
    line-height: 48px;
  }
  .material-bentre .section2 .listbox-row .rowbox {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline .bleft {
    flex: 620px;
    padding-right: 10px;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox5 .boxline {
    height: auto;
  }
  .material-bentre .section3 .canhtac-list .item .inner {
    padding: 0 20px;
  }
  .material-bentre .section3 .canhtac-list .item:last-child {
    width: 60%;
  }
  .material-bentre .section4 .box {
    padding: 100px 30px 60px 30px;
  }
  .material-bentre .section4 .box .box-s5 {
    width: 100%;
    height: 380px;
    padding: 50px 30px;
  }
  .material-bentre .section4 .box .box-s5 h3 .break {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 920px) {
  .material-bentre .section4 .box .box-s5 {
    height: 420px;
  }
  .material-bentre .section4 .box .box-s5 h3 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .material-bentre .banner-material {
    height: 500px;
  }
  .material-bentre .banner-material .textbox {
    width: 450px;
    top: 30px;
  }
  .material-bentre .banner-material .textbox h3 {
    font-size: 58px;
    line-height: 100px;
  }
  .material-bentre .banner-material .textbox h2 {
    font-size: 46px;
    line-height: 46px;
  }
  .material-bentre .banner-material .textbox p {
    line-height: 28px;
    font-size: 16px;
  }
  .material-bentre .banner-material .textbox .line {
    width: 100px;
    margin: 15px auto;
  }
}
@media (max-width: 767px) and (max-width: 530px) {
  .material-bentre .banner-material .textbox {
    width: 420px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .material-bentre .banner-material {
    height: 530px;
  }
  .material-bentre .banner-material .textbox {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .material-bentre .banner-material {
    height: 500px;
  }
  .material-bentre .banner-material .textbox {
    width: 100%;
  }
  .material-bentre .banner-material .textbox h3 {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .material-bentre .banner-material .textbox h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .material-bentre .banner-material .textbox .line {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .material-bentre .section2 {
    padding: 40px 0;
  }
  .material-bentre .section2 .title {
    width: 100%;
    padding: 0 10px;
    font-size: 34px;
    line-height: 38px;
  }
  .material-bentre .section2 .title-green {
    font-size: 28px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .material-bentre .section2 .listbox-row .rowbox {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .material-bentre .section2 .listbox-row .rowbox .boxline {
    margin-top: 20px;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox1,
  .material-bentre .section2 .listbox-row .rowbox.rowbox3,
  .material-bentre .section2 .listbox-row .rowbox.rowbox5 {
    display: flex;
    flex-direction: column-reverse;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline {
    margin-top: 20px;
  }
  .material-bentre .section2 .listbox-row .rowbox.rowbox2 .boxline .bleft {
    flex: 480px;
  }
  .material-bentre .section3 {
    padding: 0;
  }
  .material-bentre .section3 .canhtac-list .item {
    flex: 50%;
  }
  .material-bentre .section3 .canhtac-list .item i {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    height: 130px;
  }
  .material-bentre .section3 .canhtac-list .item p {
    font-size: 16px;
    line-height: 26px;
  }
  .material-bentre .section3 .canhtac-list .item .inner {
    padding: 0 10px;
  }
  .material-bentre .section3 .canhtac-list .item:nth-child(3n + 2):before,
  .material-bentre .section3 .canhtac-list .item:nth-child(3n + 2):after {
    display: none;
  }
  .material-bentre .section3 .canhtac-list .item:nth-child(2n):before {
    content: "";
    width: 4px;
    height: 190px;
    background: url(../img/line-green3.png) repeat-y center;
    left: -2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
  }
  .material-bentre .section3 .canhtac-list .item:last-child {
    width: 100%;
  }
  .material-bentre .section4 {
    display: block;
  }
  .material-bentre .section4 .box {
    width: 100%;
    padding: 80px 30px 40px 30px;
  }
  .material-bentre .section4 .box .box-s5 {
    width: 100%;
    height: auto;
    padding: 50px 30px;
  }
  .material-bentre .section4 .box .box-s5 h3 {
    font-size: 38px;
    line-height: 40px;
  }
  .material-bentre .section4 .box:last-child {
    padding: 40px 30px;
  }
}

.media {
  background: url(../img/leaf-media.png) no-repeat bottom left;
}
.media .coconut-media {
  position: absolute;
  bottom: 100px;
  left: 30px;
}
.media .nav-left {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0px 0px 42px -8px rgba(0, 0, 0, 0.59);
  margin-top: 15px;
  position: relative;
  z-index: 100;
}
.media .nav-left .head {
  width: 100%;
  height: 60px;
  background: rgb(10, 81, 144);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(10, 81, 144)),
    color-stop(100%, rgb(0, 49, 92))
  );
  background: linear-gradient(
    to bottom,
    rgb(10, 81, 144) 0%,
    rgb(0, 49, 92) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5190", endColorstr="#00315c", GradientType=0);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-family: ic;
  line-height: 34px;
  color: #fff600;
  text-transform: uppercase;
}
.media .nav-left ul {
  width: 100%;
  padding: 0;
  margin: auto;
}
.media .nav-left ul li {
  width: 100%;
  height: 60px;
  list-style-type: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-bottom: 1px solid #acacac;
}
.media .nav-left ul li a {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #131313;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li a:after {
  content: "\f04b";
  font-family: fa;
  color: #fff600;
  font-size: 12px;
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li a:hover,
.media .nav-left ul li a.active {
  color: #fff;
  background: #91c130;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li a:hover:after,
.media .nav-left ul li a.active:after {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li:hover,
.media .nav-left ul li.active {
  background: #91c130;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li:hover a,
.media .nav-left ul li.active a {
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li:hover a:after,
.media .nav-left ul li.active a:after {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .nav-left ul li:last-child {
  border-bottom: 0;
}
.media .boxright {
  position: relative;
  z-index: 100;
  margin-top: 15px;
}
.media .list-tnxh {
  padding-left: 30px;
}
.media .list-tnxh .item {
  display: flex;
  margin-bottom: 25px;
}
.media .list-tnxh .item .icon {
  width: 110px;
  flex-shrink: 0;
}
.media .list-tnxh .item .text h4 {
  color: #77a900;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.media .text_w_gl {
  padding: 15px 0;
}
.media .text_w_gl .title,
.media .text_w_gl a {
  font-size: 14px;
  font-family: arial;
  line-height: 20px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.media .text_w_gl p {
  color: #797979;
}
.media .text_w_detail {
  padding: 20px 0;
}
.media .text_w_detail .title {
  font-size: 24px;
  font-family: ab;
  line-height: 32px;
  color: #91c130;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.media .text_w_detail .datetime {
  font-size: 14px;
  font-family: arial;
  line-height: 22px;
  color: #797979;
  text-transform: none;
  font-style: italic;
}
.media .gallery-media-top > a {
  aspect-ratio: 4/2.8;
  display: flex;
  overflow: hidden;
}
.media .gallery-media-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .gallery-media-top:hover a img {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .gallery-media {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.media .gallery-media .item {
  width: 33.3333%;
  padding: 7px;
}
.media .gallery-media .item > a {
  aspect-ratio: 4/2.8;
  display: flex;
  overflow: hidden;
}
.media .gallery-media .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .gallery-media .item.hv:hover img {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .slider-gallery .slick-dots {
  bottom: 0;
}
.media .slider-gallery .slick-prev,
.media .slider-gallery .slick-next {
  width: 50px;
  height: 50px;
  bottom: 20px;
  color: #fff;
  border: 0;
  background: #91c130;
  z-index: 1;
  outline: 0;
  position: absolute;
  text-indent: 0;
  font-size: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .slider-gallery .slick-prev:before,
.media .slider-gallery .slick-next:before {
  font-family: fa;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.media .slider-gallery .slick-prev.slick-prev,
.media .slider-gallery .slick-next.slick-prev {
  bottom: 0;
  right: 50px;
  border-right: 1px solid #537200;
}
.media .slider-gallery .slick-prev.slick-prev:before,
.media .slider-gallery .slick-next.slick-prev:before {
  content: "\f104";
}
.media .slider-gallery .slick-prev.slick-next,
.media .slider-gallery .slick-next.slick-next {
  bottom: 0;
  right: 0;
}
.media .slider-gallery .slick-prev.slick-next:before,
.media .slider-gallery .slick-next.slick-next:before {
  content: "\f105";
}
.media .slider-gallery .slick-prev:hover,
.media .slider-gallery .slick-next:hover {
  background: #537200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.media .content-gallery {
  border-bottom: 1px solid #797979;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.media .social {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .media {
    background-size: 50%;
  }
  .media .nav-left .head {
    font-size: 22px;
    line-height: 22px;
    padding: 0 15px;
  }
  .media .nav-left ul li a {
    padding: 0 15px;
  }
  .media .nav-left ul li a:after {
    right: 15px;
  }
  .media .list-tnxh {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .media {
    background-size: 60%;
  }
  .media .coconut-media {
    display: none;
  }
  .media .nav-left {
    width: 100%;
    max-width: 420px;
    margin: 15px auto 10px auto;
  }
  .media .nav-left .head {
    height: 50px;
  }
  .media .nav-left .head:after {
    content: "\f0d7";
    font-family: fa;
    color: #fff600;
    font-size: 20px;
    position: absolute;
    right: 15px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
  }
  .media .nav-left .head.is-show:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
  }
  .media .nav-left ul {
    display: none;
  }
  .media .nav-left ul li {
    height: 50px;
  }
  .media .nav-left ul li a {
    padding: 0 15px;
  }
  .media .nav-left ul li a:after {
    right: 15px;
  }
  .media .list-tnxh {
    padding-left: 0px;
  }
  .media .list-tnxh .item .icon {
    width: 80px;
    padding-right: 20px;
  }
  .media .gallery-media {
    margin: 0 -5px;
  }
  .media .gallery-media .item {
    width: 50%;
    padding: 5px;
  }
  .media .slider-gallery .slick-prev,
  .media .slider-gallery .slick-next {
    width: 40px;
    height: 40px;
  }
  .media .slider-gallery .slick-prev.slick-prev,
  .media .slider-gallery .slick-next.slick-prev {
    right: 40px;
  }
}

.oem .section1 {
  background: #0b2741;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
.oem .section1:after {
  content: "";
  width: 100%;
  height: 46px;
  background: url(../img/linebottom2-blue.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -46px;
  left: 0;
}
.oem .section1 .textbox .title {
  font-size: 96px;
  font-family: ic;
  line-height: 86px;
  color: #537200;
  text-transform: uppercase;
}
.oem .section1 .textbox .line1 {
  margin: 20px auto;
}
.oem .section1 .textbox p {
  font-size: 26px;
  font-family: fmain;
  line-height: 46px;
  color: #fff;
  text-transform: none;
}
.oem .section1 .textbox .line2 {
  margin: 40px auto;
}
.oem .section1 .textbox .t-small {
  font-size: 40px;
  font-family: ic;
  line-height: 46px;
  color: #1fb5ed;
  text-transform: uppercase;
}
.oem .section2 {
  padding: 100px 0;
}
.oem .section2 .title {
  font-size: 40px;
  font-family: ab;
  line-height: 52px;
  color: #537200;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.oem .section2 .listbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.oem .section2 .listbox .boxline {
  width: 33.333333%;
  margin: 20px auto;
  padding-right: 70px;
}
.oem .section2 .listbox .boxline p {
  font-size: 14px;
  font-family: fmain;
  line-height: 28px;
  color: #131313;
  text-transform: none;
}
.oem .section2 .listbox .boxline .btn-main {
  float: left;
  display: inline-block;
}
.oem .section3 {
  padding: 30px 0 50px 0;
  background: url(../img/bg-canhtac.jpg) repeat center;
  background-size: cover;
  position: relative;
}
.oem .section3:before {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linetop-blue.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 1;
}
.oem .section3:after {
  content: "";
  width: 100%;
  height: 40px;
  background: url(../img/linebottom-blue.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
}
.oem .section3 .listbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.oem .section3 .listbox .box {
  width: 33.333333%;
  margin: 20px auto;
  padding-right: 130px;
  position: relative;
}
.oem .section3 .listbox .box .dotted {
  font-size: 14px;
  font-family: fmain;
  line-height: 28px;
  color: #fff8d4;
  text-transform: none;
  padding-left: 20px;
}
.oem .section3 .listbox .box .dotted:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6db00;
  position: absolute;
  top: 10px;
  left: 0;
}
.oem .section3 .listbox .box .btn-main {
  float: left;
  display: inline-block;
}
.oem .section3 .gallery {
  overflow: hidden;
}
.oem .section3 .gallery .rimg {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.oem .section3 .gallery .rimg .img2 {
  width: 59%;
}
.oem .section3 .gallery .rimg .img3 {
  width: 41%;
}
.oem .section3 .gallery img {
  max-width: 100%;
  margin: 14px;
}
@media (max-width: 1199px) {
  .oem .section3 .gallery img {
    margin: 7.5px;
  }
}
@media (max-width: 991px) {
  .oem .section1 .textbox .title {
    font-size: 82px;
    line-height: 76px;
  }
  .oem .section1 .textbox .line1 {
    margin: 15px auto;
  }
  .oem .section1 .textbox p {
    font-size: 22px;
    line-height: 38px;
  }
  .oem .section1 .textbox .line2 {
    margin: 30px auto;
  }
  .oem .section1 .textbox .t-small {
    font-size: 36px;
    line-height: 44px;
  }
  .oem .section2 .listbox .boxline {
    padding-right: 30px;
  }
  .oem .section3 .listbox .box {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .oem .section1 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .oem .section1 .textbox .title {
    font-size: 54px;
    line-height: 58px;
  }
  .oem .section1 .textbox .line1 {
    margin: 10px auto;
  }
  .oem .section1 .textbox p {
    font-size: 20px;
    line-height: 34px;
  }
  .oem .section1 .textbox .line2 {
    margin: 20px auto;
  }
  .oem .section1 .textbox .t-small {
    font-size: 34px;
    line-height: 42px;
  }
  .oem .section2 {
    padding: 80px 0;
  }
  .oem .section2 .title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .oem .section2 .listbox .boxline {
    width: 100%;
    padding-right: 0px;
    margin: 15px auto;
  }
  .oem .section3 {
    padding: 0px 0 50px 0;
  }
  .oem .section3 .listbox .box {
    width: 100%;
    margin: 10px auto;
  }
  .oem .section3 .gallery img {
    margin: 5px;
  }
}

.phanphoi section {
  display: flex;
}
.phanphoi section .boxleft {
  width: 460px;
  flex-shrink: 0;
  float: left;
}
.phanphoi section .boxleft .tab-w {
  width: 100%;
  display: flex;
}
.phanphoi section .boxleft .tab-w .tab {
  width: 50%;
  height: 50px;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #004b8e;
  font-size: 24px;
  font-family: ic;
  line-height: 36px;
  color: #fff600;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .tab-w .tab:hover,
.phanphoi section .boxleft .tab-w .tab.active {
  background: #003768;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .country {
  width: 100%;
  height: 50px;
  display: none;
}
.phanphoi section .boxleft .country.is-show {
  display: flex;
}
.phanphoi section .boxleft .country .cleft {
  width: 55%;
  height: 100%;
  background: #42a624;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  font-family: ab;
  line-height: 24px;
  color: #fff;
  text-transform: none;
}
.phanphoi section .boxleft .country .cright {
  width: 45%;
  height: 100%;
  background: #207905;
}
.phanphoi section .boxleft .country .cright .selectbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.phanphoi section .boxleft .country .cright .selectbox .head {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.phanphoi section .boxleft .country .cright .selectbox .head .inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.phanphoi section .boxleft .country .cright .selectbox .head .inner:after {
  content: "\f0d7";
  font-family: fa;
  font-size: 22px;
  position: absolute;
  right: 15px;
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .country .cright .selectbox .head .inner span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .country .cright .selectbox ul {
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  background: #207905;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
  box-shadow: 2px 6px 19px 0px rgba(0, 0, 0, 0.26);
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi
  section
  .boxleft
  .country
  .cright
  .selectbox
  ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #42a624;
}
.phanphoi section .boxleft .country .cright .selectbox ul::-webkit-scrollbar {
  width: 4px;
  background-color: #135000;
}
.phanphoi
  section
  .boxleft
  .country
  .cright
  .selectbox
  ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #135000;
}
.phanphoi section .boxleft .country .cright .selectbox ul li {
  list-style: none;
  cursor: pointer;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  background-size: contain;
  font-size: 14px;
  font-family: fmain;
  line-height: 18px;
  color: #fff;
  text-transform: none;
  border-bottom: 1px solid #166b00;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .country .cright .selectbox ul li:last-child {
  background: none;
}
.phanphoi section .boxleft .country .cright .selectbox ul li span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
}
.phanphoi section .boxleft .country .cright .selectbox ul li:hover {
  background: #42a624;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .country .cright .selectbox ul.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .chosebox {
  height: 50px;
  background: #6bb20e;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.phanphoi section .boxleft .chosebox .checkcontainer {
  margin: 0 15px;
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
  height: 22px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.phanphoi section .boxleft .chosebox .checkcontainer .radiobtn {
  background: #fff;
}
.phanphoi section .boxleft .area {
  height: 50px;
  border-bottom: 1px solid #ccc;
  display: none;
}
.phanphoi section .boxleft .area.is-show {
  display: flex;
}
.phanphoi section .boxleft .area .select-area {
  width: 100%;
  height: 100%;
  position: relative;
  border-right: 1px solid #ccc;
}
.phanphoi section .boxleft .area .select-area:last-child {
  border-right: 0;
}
.phanphoi section .boxleft .area .select-area .head {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.phanphoi section .boxleft .area .select-area .head .inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.phanphoi section .boxleft .area .select-area .head .inner:after {
  content: "\f0d7";
  font-family: fa;
  font-size: 22px;
  position: absolute;
  right: 10px;
  color: #6bb20e;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .area .select-area .head .inner span {
  font-size: 14px;
  font-family: fmain;
  line-height: 18px;
  color: #131313;
  text-transform: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .area .select-area ul {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  background: #fff;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
  box-shadow: 2px 6px 19px 0px rgba(0, 0, 0, 0.26);
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .area .select-area ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f4f4f4;
}
.phanphoi section .boxleft .area .select-area ul::-webkit-scrollbar {
  width: 4px;
  background-color: #ccc;
}
.phanphoi section .boxleft .area .select-area ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
.phanphoi section .boxleft .area .select-area ul li {
  list-style: none;
  cursor: pointer;
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
  background-size: contain;
  font-size: 14px;
  font-family: fmain;
  line-height: 18px;
  color: #131313;
  text-transform: none;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .area .select-area ul li:last-child {
  background: none;
}
.phanphoi section .boxleft .area .select-area ul li span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
}
.phanphoi section .boxleft .area .select-area ul li:hover {
  background: #ddd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .area .select-area ul.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .result {
  height: 450px;
  overflow: hidden;
  padding: 10px 15px 15px 15px;
}
.phanphoi section .boxleft .result .inner {
  padding-right: 15px;
  height: 100%;
  overflow-y: scroll;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxleft .result .inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f4f4f4;
}
.phanphoi section .boxleft .result .inner::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
}
.phanphoi section .boxleft .result .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
.phanphoi section .boxleft .result .inner .item {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  cursor: pointer;
}
.phanphoi section .boxleft .result .inner .item:last-child {
  border-bottom: 0;
}
.phanphoi section .boxleft .result .inner .item h3 {
  font-size: 14px;
  font-family: ab;
  line-height: 28px;
  color: #131313;
  text-transform: uppercase;
}
.phanphoi section .boxleft .result .inner .item p {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.phanphoi section .boxleft .result .inner .item:hover,
.phanphoi section .boxleft .result .inner .item.active {
  background: #dcdcdc;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxright {
  width: 100vw;
}
.phanphoi section .boxright .popup {
  position: absolute;
  z-index: 400;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 2px 6px 19px 0px rgba(0, 0, 0, 0.26);
}
.phanphoi section .boxright .popup h3 {
  font-size: 14px;
  font-family: ab;
  line-height: 28px;
  color: #131313;
  text-transform: uppercase;
}
.phanphoi section .boxright .popup p {
  font-size: 14px;
  font-family: fmain;
  line-height: 24px;
  color: #131313;
  text-transform: none;
  margin-bottom: 0;
}
.phanphoi section .boxright .popup .btnclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxright .popup .btnclose i {
  color: #8ac241;
  font-size: 18px;
}
.phanphoi section .boxright .popup .btnclose:hover,
.phanphoi section .boxright .popup .btnclose:focus {
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoi section .boxright .map {
  height: 100%;
}
@media (max-width: 1199px) {
  .phanphoi section .boxleft {
    width: 35%;
  }
  .phanphoi section .boxleft .country .cright .selectbox .head {
    padding: 0 15px;
  }
  .phanphoi section .boxleft .country .cright .selectbox .head .inner {
    padding: 0px;
  }
  .phanphoi section .boxleft .country .cright .selectbox .head .inner:after {
    right: 0;
  }
  .phanphoi section .boxleft .country .cright .selectbox .body ul li {
    padding: 0 15px;
  }
  .phanphoi section .boxleft .area .select-area .head .inner:after {
    right: 4px;
  }
  .phanphoi section .boxleft .result {
    padding: 10px 15px 15px 0px;
  }
  .phanphoi section .boxleft .result .inner .item {
    padding: 15px;
  }
  .phanphoi section .boxright {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .phanphoi section .boxleft {
    width: 45%;
  }
  .phanphoi section .boxleft .chosebox .checkcontainer {
    height: 20px;
  }
  .phanphoi section .boxright {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .phanphoi section {
    flex-direction: column-reverse;
  }
  .phanphoi section .boxleft {
    width: 100%;
  }
  .phanphoi section .boxleft .chosebox .checkcontainer {
    height: 20px;
    margin: 0 12px;
  }
  .phanphoi section .boxleft .result {
    padding: 0;
    height: auto;
  }
  .phanphoi section .boxleft .result .inner {
    padding-right: 0;
  }
  .phanphoi section .boxleft .result .inner .item {
    padding: 10px 15px;
  }
  .phanphoi section .boxleft .result .inner .item h3 {
    font-size: 12px;
    line-height: 24px;
  }
  .phanphoi section .boxright {
    width: 100%;
    height: 280px;
  }
  .phanphoi section .boxright .popup {
    padding: 15px;
  }
  .phanphoi section .boxright .popup h3 {
    font-size: 12px;
    line-height: 24px;
  }
}

.phanphoionline section {
  padding: 50px 0;
  background: url(../img/bg-phanphoi.jpg) no-repeat center;
  background-size: cover;
}
.phanphoionline section .tab-switch {
  margin-bottom: 50px;
}
.phanphoionline section .list-brands {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.phanphoionline section .list-brands .item {
  width: 218px;
  height: 218px;
  background: #fff;
  border: 2px solid #97d717;
  margin: 10px;
  overflow: hidden;
}
.phanphoionline section .list-brands .item a {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  overflow: hidden;
}
.phanphoionline section .list-brands .item a img {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section .list-brands .item a .btn-buy {
  width: 100%;
  height: 50px;
  background: #97d717;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  font-family: ab;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section .list-brands .item a .btn-buy:hover {
  background: #537200;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section .list-brands .item a:hover img,
.phanphoionline section .list-brands .item a:focus img {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section .list-brands .item a:hover .btn-buy,
.phanphoionline section .list-brands .item a:focus .btn-buy {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section .controls {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.phanphoionline section .controls .btn-control {
  margin: 0 10px;
}
.phanphoionline section.quocte .selectcountry {
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 4px 7px 33px -2px rgba(0, 0, 0, 0.41);
}
.phanphoionline section.quocte .selectcountry .headbox {
  height: 50px;
  font-size: 24px;
  font-family: ic;
  line-height: 24px;
  color: #fff600;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: rgb(11, 84, 147);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(11, 84, 147)),
    color-stop(100%, rgb(2, 54, 99))
  );
  background: linear-gradient(
    to bottom,
    rgb(11, 84, 147) 0%,
    rgb(2, 54, 99) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0b5493", endColorstr="#023663", GradientType=0 );
}
.phanphoionline section.quocte .selectcountry .selectbox {
  width: 100%;
  height: 50px;
  position: relative;
  background: #6bb20e;
}
.phanphoionline section.quocte .selectcountry .selectbox .head {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.phanphoionline section.quocte .selectcountry .selectbox .head .inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.phanphoionline section.quocte .selectcountry .selectbox .head .inner:after {
  content: "\f0d7";
  font-family: fa;
  font-size: 22px;
  position: absolute;
  right: 15px;
  color: #fff600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section.quocte .selectcountry .selectbox .head .inner span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section.quocte .selectcountry .selectbox ul {
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  background: #207905;
  padding: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
  box-shadow: 2px 6px 19px 0px rgba(0, 0, 0, 0.26);
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline
  section.quocte
  .selectcountry
  .selectbox
  ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #42a624;
}
.phanphoionline section.quocte .selectcountry .selectbox ul::-webkit-scrollbar {
  width: 4px;
  background-color: #135000;
}
.phanphoionline
  section.quocte
  .selectcountry
  .selectbox
  ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #135000;
}
.phanphoionline section.quocte .selectcountry .selectbox ul li {
  list-style: none;
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  background-size: contain;
  font-size: 14px;
  font-family: fmain;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #166b00;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section.quocte .selectcountry .selectbox ul li:last-child {
  background: none;
}
.phanphoionline section.quocte .selectcountry .selectbox ul li span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.phanphoionline section.quocte .selectcountry .selectbox ul li:hover {
  background: #6bb20e;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section.quocte .selectcountry .selectbox ul.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.phanphoionline section.quocte .selectcountry .flagbox {
  height: 170px;
  background: #fff;
  padding: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.phanphoionline section.quocte .selectcountry .flagbox img {
  max-width: 120px;
}
.phanphoionline section.quocte .linecenter {
  height: 500px;
  background: url(../img/line-pd.png) repeat-y center top;
}
.phanphoionline section.quocte .boxright {
  width: 760px;
}
.phanphoionline section.quocte .list-brands {
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .phanphoionline section .list-brands .item {
    width: 190px;
    height: 190px;
  }
  .phanphoionline section.quocte .boxright {
    width: 640px;
  }
}
@media (max-width: 991px) {
  .phanphoionline section .list-brands .item {
    width: 170px;
    height: 170px;
  }
  .phanphoionline section.quocte .boxleft {
    width: 300px;
  }
  .phanphoionline section.quocte .linecenter {
    display: none;
  }
  .phanphoionline section.quocte .boxright {
    width: 58.3333333333%;
  }
  .phanphoionline section.quocte .linecenter {
    background-position: right top;
  }
  .phanphoionline section.quocte .list-brands {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .phanphoionline section {
    padding: 40px 0;
  }
  .phanphoionline section .tab-switch {
    margin-bottom: 30px;
  }
  .phanphoionline section .list-brands .item {
    width: 160px;
    height: 160px;
    margin: 5px;
  }
  .phanphoionline section .list-brands .item a img {
    padding: 20px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .phanphoionline section .list-brands .item a .btn-buy {
    height: 40px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  .phanphoionline section .list-brands .item a:hover img,
  .phanphoionline section .list-brands .item a:focus img {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .phanphoionline section.quocte .boxleft {
    width: 100%;
  }
  .phanphoionline section.quocte .boxleft .selectcountry {
    width: 280px;
    margin: auto;
  }
  .phanphoionline section.quocte .boxleft .selectcountry .headbox {
    height: 40px;
  }
  .phanphoionline section.quocte .boxleft .selectcountry .selectbox {
    height: 40px;
  }
  .phanphoionline section.quocte .boxleft .selectcountry .selectbox .body ul {
    top: 40px;
  }
  .phanphoionline
    section.quocte
    .boxleft
    .selectcountry
    .selectbox
    .body
    ul
    li {
    height: 40px;
  }
  .phanphoionline section.quocte .boxleft .selectcountry .flagbox {
    padding: 15px;
    height: 120px;
  }
  .phanphoionline section.quocte .boxleft .selectcountry .flagbox img {
    max-width: 80px;
  }
  .phanphoionline section.quocte .boxright {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 360px) {
  .phanphoionline section .list-brands {
    width: 100%;
  }
  .phanphoionline section .list-brands .item {
    width: 120px;
    height: 120px;
  }
  .phanphoionline section .list-brands .item a .btn-buy {
    font-size: 12px;
  }
}

.products .container,
.products .row {
  height: 100%;
}
.products .category .cat-row {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.products .top-bar {
  width: 100%;
  height: 50px;
  background: #013768;
}
.products .top-bar .container-w {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .top-bar .container-w:before,
.products .top-bar .container-w:after {
  display: none;
}
.products .top-bar .container-w .btn-topbar {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.products .top-bar .container-w .btn-topbar:before {
  content: "";
  width: 32px;
  height: 31px;
  overflow: hidden;
}
.products .top-bar .container-w .btn-topbar.prev:before {
  float: left;
  background: url(../img/arrow-green.png) no-repeat 0px 0;
  margin-right: 10px;
  background-size: cover;
}
.products .top-bar .container-w .btn-topbar.next {
  flex-direction: row-reverse;
  text-align: right;
}
.products .top-bar .container-w .btn-topbar.next:before {
  float: right;
  background: url(../img/arrow-green.png) no-repeat -32px 0;
  background-size: cover;
  margin-left: 10px;
}
.products .top-bar .container-w .btn-topbar:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #baff00;
}
.products .top-banner-product {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.products .top-banner-product .container-w {
  height: 100%;
}
.products .top-banner-product .banner {
  width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
@media (max-width: 1525px) {
  .products .top-banner-product .banner {
    width: auto;
    height: 100%;
  }
}
.products .top-banner-product .content {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.products .top-banner-product .content .title {
  font-size: 40px;
  font-family: fmain;
  line-height: 54px;
  color: #131313;
  text-transform: none;
}
.products .top-banner-product .content .title:after {
  content: "";
  max-width: 100%;
  width: 613px;
  height: 79px;
  background: url("../img/line-leaf.png") no-repeat center;
  background-size: contain;
  margin: 10px auto;
  display: block;
}
.products .top-banner-product .content .list {
  display: flex;
  margin-top: 20px;
}
.products .top-banner-product .content .list .item {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.products .top-banner-product .content .list .item:after {
  content: "";
  width: 3px;
  height: 75px;
  background: url(../img/line-white.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0px;
}
.products .top-banner-product .content .list .item:last-child:after {
  display: none;
}
.products .top-banner-product .content .list .item img {
  display: block;
  margin: auto;
}
.products .top-banner-product .content .list .item p {
  padding-top: 8px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .products .top-banner-product .content .list .item {
    padding: 0 22px;
  }
}
@media (max-width: 991px) {
  .products .top-banner-product {
    width: 100%;
  }
  .products .top-banner-product .banner {
    left: 45%;
  }
  .products .top-banner-product .content .title:after {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .products .category {
    padding: 30px 0;
    height: auto;
  }
  .products .category .cat-row {
    height: 100%;
    display: block;
  }
  .products .category .cat-row .img img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .products .category:nth-child(odd) .cat-row .textbox {
    margin-top: 30px;
  }
  .products .category:nth-child(even) .cat-row .textbox {
    margin-bottom: 30px;
  }
  .products .top-bar .container-w .btn-topbar {
    font-size: 12px;
    font-family: ab;
    line-height: 16px;
    color: #fff;
    text-transform: none;
  }
  .products .top-bar .container-w .btn-topbar:before {
    content: "";
    width: 25px;
    height: 25px;
    overflow: hidden;
    background-size: contain;
  }
  .products .top-bar .container-w .btn-topbar.prev:before {
    background-position: 0 0;
    margin-right: 5px;
  }
  .products .top-bar .container-w .btn-topbar.next:before {
    background-position: -25px 0;
    margin-left: 5px;
  }
  .products .top-banner-product {
    height: auto;
  }
  .products .top-banner-product .banner {
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
  }
  .products .top-banner-product .content {
    margin-bottom: 20px;
  }
  .products .top-banner-product .content .title {
    font-size: 32px;
    line-height: 42px;
  }
  .products .top-banner-product .content .title:after {
    content: "";
    width: 90%;
    height: 60px;
  }
  .products .top-banner-product .content .list .item {
    padding: 0 10px;
  }
}
@media (max-width: 419px) {
  .products .top-banner-product .content .title:after {
    margin: 0 auto;
  }
  .products .top-banner-product .content .list {
    display: block;
  }
  .products .top-banner-product .content .list .item {
    width: 50%;
    float: left;
  }
}

.pd-list-category {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pd-list-category.pt0 {
  padding-top: 0 !important;
}
.pd-list-category.odd {
  background: url(../img/bg-pd-organic.jpg) no-repeat center;
  background-size: cover;
}
.pd-list-category.even {
  background: url(../img/bg-pd-nonorganic.jpg) no-repeat center;
  background-size: cover;
}
.pd-list-category.expand {
  padding: 40px 0;
  height: 654px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pd-list-category .pd-list-w {
  width: 94%;
  background-size: contain;
  display: block;
  margin: auto;
  position: relative;
}
.pd-list-category .pd-list-w:before,
.pd-list-category .pd-list-w:after {
  content: "";
  width: 4px;
  height: 238px;
  background: url(../img/line-pd.png) no-repeat center;
  position: absolute;
  top: 15%;
  display: none;
}
.pd-list-category .pd-list-w:before {
  left: 35%;
}
.pd-list-category .pd-list-w:after {
  right: 35%;
}
.pd-list-category .pd-list-w .btn-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 20;
}
.pd-list-category .pd-list-w .btn-control.btn-prev {
  left: 0;
}
.pd-list-category .pd-list-w .btn-control.btn-next {
  right: 0;
}
.pd-list-category .pd-list-w.none_slider .btn-control {
  display: none;
}
.pd-list-category .pd-list-w.none_slider:before,
.pd-list-category .pd-list-w.none_slider:after {
  display: none;
}
.pd-list-category .pd-list-w .pd-list {
  display: flex;
  justify-content: center;
}
.pd-list-category .pd-list-w .pd-list .slick-arrow {
  display: none !important;
}
.pd-list-category .pd-list-w .pd-list .item {
  width: 33.3333%;
  text-align: center;
  position: relative;
  height: 330px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.pd-list-category .pd-list-w .pd-list .item .img {
  width: 100%;
  height: 250px;
  position: relative;
  padding-top: 20px;
}
.pd-list-category .pd-list-w .pd-list .item .img:after {
  content: "";
  width: 146px;
  height: 29px;
  background: url(../img/shadow.png) no-repeat center;
  opacity: 0.4;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
  z-index: 1;
}
.pd-list-category .pd-list-w .pd-list .item .img img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pd-list-category .pd-list-w .pd-list .item .img .name {
  font-size: 12px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 17px rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: 5px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble:before {
  content: "";
  width: 40px;
  height: 45px;
  background: url(../img/bub1.png) no-repeat center;
  position: absolute;
  left: 60px;
  top: 0px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble .b2 {
  width: 33px;
  height: 33px;
  background: url(../img/bub2.png) no-repeat center;
  position: absolute;
  right: 70px;
  top: 30px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble .b3 {
  width: 11px;
  height: 11px;
  background: url(../img/bub3.png) no-repeat center;
  position: absolute;
  left: 80px;
  bottom: 90px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble .b4 {
  width: 21px;
  height: 21px;
  background: url(../img/bub4.png) no-repeat center;
  position: absolute;
  left: 104px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .img .bubble:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/bub5.png) no-repeat center;
  position: absolute;
  right: 40px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .textbox {
  position: absolute;
  opacity: 1;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}
.pd-list-category .pd-list-w .pd-list .item .textbox .info {
  margin: auto;
  width: 283px;
  height: 87px;
  background: url(../img/bg-des.png) no-repeat center;
  padding: 10px;
  margin-bottom: 5px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item .textbox .info .title {
  font-size: 12px;
  font-family: ab;
  line-height: 18px;
  color: #f8e245;
  text-transform: uppercase;
}
.pd-list-category .pd-list-w .pd-list .item .textbox .info .des {
  height: 48px;
  overflow: hidden;
  display: block;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 0;
}
.pd-list-category .pd-list-w .pd-list .item .textbox .btn-viewmore2 {
  margin: auto;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img img,
.pd-list-category .pd-list-w .pd-list .item:hover .img img {
  transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -webkit-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -o-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img .bubble,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pd-list-category
  .pd-list-w
  .pd-list
  .item.slick-active:hover
  .img
  .bubble:before,
.pd-list-category
  .pd-list-w
  .pd-list
  .item.slick-active:hover
  .img
  .bubble:after,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble:before,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble:after {
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img .bubble .b2,
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img .bubble .b3,
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img .bubble .b4,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble .b2,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble .b3,
.pd-list-category .pd-list-w .pd-list .item:hover .img .bubble .b4 {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .img .name,
.pd-list-category .pd-list-w .pd-list .item:hover .img .name {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .pd-list-w .pd-list .item.slick-active:hover .textbox .info,
.pd-list-category .pd-list-w .pd-list .item:hover .textbox .info {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category
  .pd-list-w
  .pd-list
  .item.slick-active:hover
  .textbox
  .btn-viewmore2,
.pd-list-category .pd-list-w .pd-list .item:hover .textbox .btn-viewmore2 {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pd-list-category .btn-backall {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media (max-width: 1040px) {
  .pd-list-category.expand {
    height: 570px;
  }
  .pd-list-category .pd-list-w {
    background-position: center 92%;
  }
}
@media (max-width: 991px) {
  .pd-list-category .pd-list-w {
    background-position: center 88%;
  }
  .pd-list-category .btn-backall {
    margin-top: 70px;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .pd-list-category .pd-list-w:before {
    left: 50%;
  }
  .pd-list-category .pd-list-w:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pd-list-category.expand {
    height: auto;
  }
  .pd-list-category .pd-list-w {
    width: 100%;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .pd-list-category .pd-list-w {
    background-position: center 90%;
  }
  .pd-list-category .pd-list-w:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .pd-list-category .pd-list-w {
    background-position: center 85%;
  }
}
@media (max-width: 400px) {
  .pd-list-category .pd-list-w {
    background-position: center 84%;
  }
}

.product-detail {
  background: #a1cec8;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}
.product-detail .pd-w {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.product-detail .pd-w .box-lr-w {
  width: 66.66667%;
}
.product-detail .bleft {
  width: 50%;
  height: 100%;
  padding-right: 0;
}
.product-detail .bleft .infobox .title {
  width: 277px;
  height: 57px;
  background: url(../img/bg-title.png) no-repeat center;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: ab;
  line-height: 36px;
  color: #eaff00;
  text-transform: none;
}
.product-detail .bleft .infobox .text-w {
  padding-left: 20px;
}
.product-detail .bleft .logo-list {
  margin-top: 140px;
}
.product-detail .bleft .logo-list .row1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-detail .bleft .logo-list .row1:first-child:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../img/linewhite5.png) repeat-x center;
  display: block;
  margin: 15px auto;
}
.product-detail .bleft .logo-list .row1 .item {
  display: flex;
  width: 50%;
  float: left;
  padding-right: 10px;
  align-items: center;
}
.product-detail .bleft .logo-list .row1 .item i {
  width: auto;
  margin-right: 10px;
  flex-shrink: 0;
}
.product-detail .bleft .logo-list .row1 .item i img {
  flex-shrink: 0;
}
.product-detail .bleft .logo-list .row1 .item span {
  font-size: 14px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: none;
}
.product-detail .bleft .btn-w {
  display: table;
  margin-top: 20px;
}
.product-detail .bleft .btn-w a {
  float: left;
}
.product-detail .bleft .btn-w a:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-detail .bcenter {
  width: 50%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.product-detail .bcenter .productbox {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 38px;
  background: url(../img/wood-bottom.png) no-repeat center bottom;
  background-size: contain;
}
.product-detail .bcenter .productbox:after {
  content: "";
  width: 191px;
  height: 119px;
  background: url(../img/coco.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.product-detail .bcenter .mlbox {
  margin-top: 40px;
  display: flex;
}
.product-detail .bcenter .mlbox .ml {
  text-align: center;
  padding: 0 20px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-detail .bcenter .mlbox .ml i {
  height: 60px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product-detail .bcenter .mlbox .ml span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.product-detail .bcenter .mlbox .ml:hover,
.product-detail .bcenter .mlbox .ml:focus,
.product-detail .bcenter .mlbox .ml.active {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-detail .bright .certifications .list img {
  margin-right: 8px;
  margin-bottom: 8px;
}
.product-detail .bright .certifications .text-w {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-detail .bright .certifications .text-w h4 {
  font-size: 20px;
  font-family: ab;
  line-height: 28px;
  color: #131313;
  text-transform: none;
  margin-bottom: 5px;
}
.product-detail .bright .certifications .text-w p {
  font-size: 16px;
  font-family: fmain;
  line-height: 26px;
  color: #131313;
  text-transform: none;
}
.product-detail .bright .components h4 {
  width: 281px;
  height: 89px;
  background: url(../img/bg-tp.png) no-repeat center;
  padding: 9px 20px;
  font-size: 22px;
  font-family: ab;
  line-height: 32px;
  color: #fffc00;
  text-transform: none;
  position: relative;
  z-index: 10;
}
.product-detail .bright .components .complist {
  width: 245px;
  position: relative;
  background: #fff;
  margin-top: -42px;
  margin-left: 15px;
  z-index: 5;
}
.product-detail .bright .components .complist:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -6px;
  background: url(../img/lineleft-tp.png) repeat-y center;
}
.product-detail .bright .components .complist:after {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6px;
  background: url(../img/lineright-tp.png) repeat-y center;
}
.product-detail .bright .components .complist ul {
  padding: 30px;
  position: relative;
}
.product-detail .bright .components .complist ul:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/linebottom-tp.png) repeat-x center;
}
.product-detail .bright .components .complist ul li {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.product-detail .bright .components .complist ul li:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(../img/line-tp.png) repeat-x center;
}
.product-detail .bright .components .complist ul li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .product-detail .pd-w .box-lr-w {
    width: 100%;
  }
  .product-detail .bleft .logo-list {
    margin-top: 50px;
  }
  .product-detail .bleft .logo-list .row1 .item {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .product-detail .bleft .logo-list .row1:first-child:after {
    display: none;
  }
  .product-detail .bleft .btn-w .btn-main:first-child {
    margin-bottom: 15px;
  }
  .product-detail .bcenter .productbox {
    padding-bottom: 26px;
  }
  .product-detail .bcenter .productbox:after {
    width: 140px;
    height: 87px;
    right: 0;
    bottom: 0px;
  }
  .product-detail .bright .components h4 {
    width: 240px;
    background-size: contain;
  }
  .product-detail .bright .components .complist {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .product-detail .pd-w {
    margin-top: 30px;
    flex-direction: column;
  }
  .product-detail .pd-w .box-lr-w {
    display: flex;
    flex-direction: column-reverse;
  }
  .product-detail .bleft {
    width: 100%;
    height: auto;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .product-detail .bleft .infobox .text-w {
    padding-left: 0;
  }
  .product-detail .bleft .logo-list {
    margin-top: 30px;
  }
  .product-detail .bcenter {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .product-detail .bcenter .productbox {
    width: 300px;
    margin: auto;
    padding-bottom: 30px;
  }
  .product-detail .bcenter .mlbox {
    margin-top: 10px;
  }
  .product-detail .bright .certifications {
    margin-bottom: 20px;
  }
  .product-detail .bright .certifications .text-w h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .product-detail .bright .certifications .text-w p {
    font-size: 14px;
  }
  .product-detail .bright .components {
    margin: auto;
    display: table;
  }
  .product-detail .bright .components h4 {
    width: 281px;
    font-size: 20px;
  }
  .product-detail .bright .components .complist {
    width: 245px;
  }
}

.pddetail-section2 {
  position: relative;
  z-index: 20;
}
.pddetail-section2 .title-main {
  position: relative;
  z-index: 20;
  top: -260px;
}
.pddetail-section2 .product-relate {
  margin-top: -280px;
  position: relative;
  z-index: 1;
}
.pddetail-section2 .product-relate .pd-relate-slider {
  margin-top: -20px;
  background: url(../img/bg-splq.png) no-repeat center;
}
.pddetail-section2 .product-relate .pd-relate-slider:before,
.pddetail-section2 .product-relate .pd-relate-slider:after {
  content: "";
  width: 4px;
  height: 238px;
  background: url(../img/line-pd.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.pddetail-section2 .product-relate .pd-relate-slider:before {
  left: 33.333333%;
}
.pddetail-section2 .product-relate .pd-relate-slider:after {
  right: 33.333333%;
}
.pddetail-section2 .product-relate .pd-relate-slider .slick-list {
  padding: 0 !important;
}
.pddetail-section2 .product-relate .pd-relate-slider .item {
  text-align: center;
  position: relative;
  height: 330px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img {
  width: 100%;
  height: 250px;
  position: relative;
  padding-top: 20px;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img:after {
  content: "";
  width: 146px;
  height: 29px;
  background: url(../img/shadow.png) no-repeat center;
  opacity: 0.4;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
  z-index: 1;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .name {
  font-size: 12px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 17px rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: 5px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble:before {
  content: "";
  width: 40px;
  height: 45px;
  background: url(../img/bub1.png) no-repeat center;
  position: absolute;
  left: 60px;
  top: 0px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble .b2 {
  width: 33px;
  height: 33px;
  background: url(../img/bub2.png) no-repeat center;
  position: absolute;
  right: 70px;
  top: 30px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble .b3 {
  width: 11px;
  height: 11px;
  background: url(../img/bub3.png) no-repeat center;
  position: absolute;
  left: 80px;
  bottom: 90px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble .b4 {
  width: 21px;
  height: 21px;
  background: url(../img/bub4.png) no-repeat center;
  position: absolute;
  left: 104px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .img .bubble:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/bub5.png) no-repeat center;
  position: absolute;
  right: 40px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .textbox {
  position: absolute;
  opacity: 1;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .textbox .info {
  margin: auto;
  width: 283px;
  height: 87px;
  background: url(../img/bg-des.png) no-repeat center;
  padding: 10px;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item
  .textbox
  .info
  .title {
  font-size: 12px;
  font-family: ab;
  line-height: 22px;
  color: #f8e245;
  text-transform: uppercase;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .textbox .info .des {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 0;
}
.pddetail-section2 .product-relate .pd-relate-slider .item .textbox .btn-main {
  margin: auto;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  img {
  transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -webkit-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -o-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble:before,
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble:after {
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble
  .b2,
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble
  .b3,
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .bubble
  .b4 {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .img
  .name {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .textbox
  .info {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-relate
  .pd-relate-slider
  .item.slick-active:hover
  .textbox
  .btn-main {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 900px) {
  .pddetail-section2 .product-relate .pd-relate-slider:before {
    left: 50%;
    display: none;
  }
  .pddetail-section2 .product-relate .pd-relate-slider:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .pddetail-section2 .product-relate .pd-relate-slider:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .pddetail-section2
    .product-relate
    .pd-relate-slider
    .item
    .textbox
    .btn-main {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
.pddetail-section2 .product-relate .btn-control2 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}
.pddetail-section2 .product-relate .btn-control2.btn-prev {
  left: 10px;
}
.pddetail-section2 .product-relate .btn-control2.btn-next {
  right: 10px;
}
.pddetail-section2 .product-category {
  position: relative;
  z-index: 1;
}
.pddetail-section2 .product-category .title-main2 {
  width: 100%;
  background: url(../img/linewhite6.png) repeat-x center top;
  margin-top: 50px;
}
.pddetail-section2 .product-category .title-main2 .title-board {
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .pddetail-section2 .product-category .title-main2 .title-board {
    top: 0;
  }
}
.pddetail-section2 .product-category .pd-list-w {
  width: 100%;
  background-size: contain;
  display: block;
  margin: auto;
  position: relative;
}
.pddetail-section2 .product-category .pd-list-w:before,
.pddetail-section2 .product-category .pd-list-w:after {
  content: "";
  width: 4px;
  height: 238px;
  background: url(../img/line-pd.png) no-repeat center;
  position: absolute;
  top: 15%;
  display: none;
}
.pddetail-section2 .product-category .pd-list-w:before {
  left: 33.333333%;
}
.pddetail-section2 .product-category .pd-list-w:after {
  right: 33.333333%;
}
.pddetail-section2 .product-category .pd-list-w .slick-list {
  padding: 0 !important;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item {
  text-align: center;
  position: relative;
  height: 330px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .img {
  width: 100%;
  height: 250px;
  position: relative;
  padding-top: 20px;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .img:after {
  content: "";
  width: 146px;
  height: 29px;
  background: url(../img/shadow.png) no-repeat center;
  opacity: 0.4;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) scale(1.05);
  -webkit-transform: translateX(-50%) scale(1.05);
  -o-transform: translateX(-50%) scale(1.05);
  z-index: 1;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .img img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .img .name {
  font-size: 12px;
  font-family: ab;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 17px rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: 5px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 100;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .img .bubble {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .img
  .bubble:before {
  content: "";
  width: 40px;
  height: 45px;
  background: url(../img/bub1.png) no-repeat center;
  position: absolute;
  left: 60px;
  top: 0px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .img
  .bubble
  .b2 {
  width: 33px;
  height: 33px;
  background: url(../img/bub2.png) no-repeat center;
  position: absolute;
  right: 70px;
  top: 30px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .img
  .bubble
  .b3 {
  width: 11px;
  height: 11px;
  background: url(../img/bub3.png) no-repeat center;
  position: absolute;
  left: 80px;
  bottom: 90px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .img
  .bubble
  .b4 {
  width: 21px;
  height: 21px;
  background: url(../img/bub4.png) no-repeat center;
  position: absolute;
  left: 104px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .img
  .bubble:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/bub5.png) no-repeat center;
  position: absolute;
  right: 40px;
  bottom: 120px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item .textbox {
  position: absolute;
  opacity: 1;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item
  .textbox
  .btn-main {
  margin: auto;
  opacity: 0;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-category .pd-list-w .pd-list .item:hover .img img {
  transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -webkit-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  -o-transform: translateX(-50%) translateY(-60px) rotate(20deg);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -webkit-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
  -o-transition: all 600ms cubic-bezier(0.52, 0.28, 0.08, 1.245);
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble:before,
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble:after {
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble
  .b2,
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble
  .b3,
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .bubble
  .b4 {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .img
  .name {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.pddetail-section2
  .product-category
  .pd-list-w
  .pd-list
  .item:hover
  .textbox
  .btn-main {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.pddetail-section2 .product-category .pd-list-w .btn-control2 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}
.pddetail-section2 .product-category .pd-list-w .btn-control2.btn-prev {
  left: 10px;
}
.pddetail-section2 .product-category .pd-list-w .btn-control2.btn-next {
  right: 10px;
}
@media (max-width: 1040px) {
  .pddetail-section2 .product-category .pd-list-w {
    background-position: center 92%;
  }
}
@media (max-width: 991px) {
  .pddetail-section2 .product-category .pd-list-w .pd-list .item {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .pddetail-section2 .product-category .pd-list-w .pd-list .item .img .name {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .pddetail-section2 .product-category .pd-list-w .pd-list .item .textbox {
    bottom: 0px;
  }
  .pddetail-section2
    .product-category
    .pd-list-w
    .pd-list
    .item
    .textbox
    .btn-main {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .pddetail-section2
    .product-category
    .pd-list-w
    .pd-list
    .item:hover
    .img
    img {
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
  }
  .pddetail-section2
    .product-category
    .pd-list-w
    .pd-list
    .item:hover
    .img
    .name {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .pddetail-section2 .product-category .pd-list-w:before {
    left: 50%;
  }
  .pddetail-section2 .product-category .pd-list-w:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .pddetail-section2 .product-category .pd-list-w {
    width: 100%;
    background: url(../img/wood2.png) no-repeat center bottom;
    background-size: contain;
  }
  .pddetail-section2 .product-category .pd-list-w .pd-list .item .img img {
    bottom: 30px;
  }
  .pddetail-section2 .product-category .pd-list-w .pd-list .item .img .name {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .pddetail-section2 .product-category .pd-list-w .pd-list .item .textbox {
    bottom: 20px;
  }
  .pddetail-section2
    .product-category
    .pd-list-w
    .pd-list
    .item
    .textbox
    .btn-main {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media (max-width: 640px) {
  .pddetail-section2 .product-category .pd-list-w {
    background-position: center 90%;
  }
  .pddetail-section2 .product-category .pd-list-w:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .pddetail-section2 .product-category .pd-list-w {
    background-position: center 85%;
  }
}
@media (max-width: 400px) {
  .pddetail-section2 .product-category .pd-list-w {
    background-position: center 84%;
  }
}

.pddetail-benefit {
  background: rgb(0, 145, 193);
  background: radial-gradient(
    ellipse at center,
    rgb(0, 145, 193) 8%,
    rgb(0, 145, 193) 25%,
    rgb(11, 73, 115) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0091c1", endColorstr="#0b4973", GradientType=1);
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
}
.pddetail-benefit:after {
  content: "";
  width: 636px;
  height: 488px;
  background: url(../img/leafleft.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}
.pddetail-benefit:before {
  content: "";
  width: 683px;
  height: 533px;
  background: url(../img/leafright.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.2;
}
.pddetail-benefit .title-main {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.pddetail-benefit .ct-benefit {
  width: 1100px;
  display: table;
  margin: auto;
  position: relative;
  z-index: 10;
}
.pddetail-benefit .ct-benefit .row {
  margin: 0px 0;
  position: relative;
}
.pddetail-benefit .ct-benefit .row .icon {
  padding-top: 40px;
}
.pddetail-benefit .ct-benefit .row .title {
  font-size: 22px;
  font-family: ab;
  line-height: 28px;
  color: #fffc00;
  text-transform: none;
  display: table;
  margin-bottom: 15px;
  padding: 5px 20px 10px 20px;
}
.pddetail-benefit .ct-benefit .row .title.tt1 {
  background: url(../img/tt1.png) no-repeat left center;
  background-size: 100%;
}
.pddetail-benefit .ct-benefit .row .title.tt2 {
  background: url(../img/tt2.png) no-repeat right center;
  background-size: 100%;
}
.pddetail-benefit .ct-benefit .row .title.tt3 {
  background: url(../img/tt3.png) no-repeat center;
  background-size: 100%;
}
.pddetail-benefit .ct-benefit .row .title.tt4 {
  background: url(../img/tt4.png) no-repeat center;
  background-size: 100%;
}
.pddetail-benefit .ct-benefit .row .line {
  content: "";
  width: 100%;
  height: 10px;
  background: url(../img/dotted.png) no-repeat center;
  display: inline-block;
  float: left;
  margin: 0px 0 8px 0;
  text-align: right;
}
.pddetail-benefit .ct-benefit .row p {
  display: block;
  float: left;
  color: #fff;
}
.pddetail-benefit .ct-benefit .row p.yellow {
  color: #fffc00;
  padding-top: 10px;
}
.pddetail-benefit .ct-benefit .row .arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -15px;
}
.pddetail-benefit .ct-benefit .row:nth-child(odd) {
  text-align: left;
}
.pddetail-benefit .ct-benefit .row:nth-child(odd) .icon {
  text-align: right;
  padding-right: 30px;
}
.pddetail-benefit .ct-benefit .row:nth-child(odd) .content {
  text-align: left;
  padding-left: 30px;
}
.pddetail-benefit .ct-benefit .row:nth-child(odd) .content .title {
  float: left;
  display: inline-block;
}
.pddetail-benefit .ct-benefit .row:nth-child(odd) .content .line {
  float: left;
  background: url(../img/dotted.png) no-repeat center left;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) {
  text-align: right;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) .icon {
  text-align: left;
  padding-left: 30px;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) .content {
  text-align: right;
  padding-right: 30px;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) .content .title {
  float: right;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) .content .line {
  float: right;
  background: url(../img/dotted.png) no-repeat center right;
}
.pddetail-benefit .ct-benefit .row:nth-child(even) p {
  float: right;
}
@media (max-width: 1130px) {
  .pddetail-benefit:after {
    width: 400px;
    height: 307px;
  }
  .pddetail-benefit:before {
    width: 400px;
    height: 312px;
  }
  .pddetail-benefit .ct-benefit {
    width: 100%;
  }
  .pddetail-benefit .ct-benefit .row .title {
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .pddetail-benefit:after {
    width: 300px;
    height: 230px;
  }
  .pddetail-benefit:before {
    width: 300px;
    height: 234px;
  }
  .pddetail-benefit .ct-benefit .row {
    margin-bottom: 80px;
  }
  .pddetail-benefit .ct-benefit .row:last-child {
    margin-bottom: 0;
  }
  .pddetail-benefit .ct-benefit .row .title {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 10px 10px 10px;
  }
  .pddetail-benefit .ct-benefit .row:nth-child(odd) .icon {
    padding-right: 0;
  }
  .pddetail-benefit .ct-benefit .row:nth-child(odd) .content {
    padding-left: 15px;
  }
  .pddetail-benefit .ct-benefit .row:nth-child(even) .icon {
    padding-left: 0;
  }
  .pddetail-benefit .ct-benefit .row:nth-child(even) .content {
    padding-right: 15px;
  }
  .pddetail-benefit .ct-benefit .row .arrow-down {
    bottom: -58px;
  }
}

.pddetail-bottom {
  min-height: 520px;
  background: url(../img/bg1-pddetail-bottom.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 20;
}
.pddetail-bottom:after {
  content: "";
  width: 39px;
  height: 295px;
  background: url(../img/arrow-down.png) no-repeat center bottom;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.pddetail-bottom .sv-box {
  padding-top: 100px;
}
.pddetail-bottom .sv-box.sv-left .des {
  padding-left: 50px;
}
@media (max-width: 1180px) {
  .pddetail-bottom {
    min-height: 650px;
    padding-bottom: 40px;
    background: url(../img/bg2-pddetail-bottom.jpg) no-repeat center;
    background-size: cover;
  }
  .pddetail-bottom .sv-box {
    padding-top: 70px;
  }
  .pddetail-bottom .sv-box.sv-left {
    padding-right: 50px;
  }
  .pddetail-bottom .sv-box.sv-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .pddetail-bottom .sv-box {
    padding-top: 50px;
  }
  .pddetail-bottom .sv-box.sv-left .des {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pddetail-bottom {
    min-height: 780px;
    padding-bottom: 40px;
    background: url(../img/bg3-pddetail-bottom.jpg) no-repeat center;
    background-size: cover;
  }
  .pddetail-bottom:after {
    height: 100px;
    overflow: hidden;
    top: -30px;
  }
  .pddetail-bottom .sv-box.sv-left {
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 80px;
  }
  .pddetail-bottom .sv-box.sv-left .title-box .break {
    display: none;
  }
  .pddetail-bottom .sv-box.sv-left .des {
    padding-left: 30px;
  }
  .pddetail-bottom .sv-box.sv-right {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 80px;
  }
}
@media (max-width: 340px) {
  .pddetail-bottom {
    height: auto;
    padding-bottom: 40px;
  }
  .pddetail-bottom .sv-box.sv-left {
    padding-left: 30px;
  }
  .pddetail-bottom .sv-box.sv-right {
    padding-top: 50px;
  }
}

.list-tuyendung {
  padding: 50px 0;
  font-family: fmain;
  background: url(../img/bg-tuyendung.jpg) no-repeat left bottom;
}
.list-tuyendung .search-td input {
  width: 100%;
  height: 50px;
  padding: 15px;
  background: #d9d9d9;
  outline: 0;
  border: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.list-tuyendung .search-td input:focus {
  background: #e4e4e4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.list-tuyendung .inner-list-td .top {
  margin-top: 40px;
  margin-bottom: 30px;
}
.list-tuyendung .inner-list-td .top h4 {
  color: #91c130;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.list-tuyendung .inner-list-td .list .item {
  border-bottom: 1px solid #b3b3b3;
}
.list-tuyendung .inner-list-td .list .item .i_top {
  position: relative;
  padding: 15px 0;
}
.list-tuyendung .inner-list-td .list .item .i_top p {
  margin-bottom: 0;
}
.list-tuyendung .inner-list-td .list .item .i_top:after {
  content: "\f105";
  font-family: fa;
  font-size: 18px;
  color: #a3a3a3;
  position: absolute;
  right: 0;
  top: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.list-tuyendung .inner-list-td .list .item .i_top .last p {
  padding-right: 30px;
}
.list-tuyendung .inner-list-td .list .item .i_content {
  font-family: arial;
  display: none;
  padding: 10px 0 30px 0;
}
.list-tuyendung .inner-list-td .list .item .i_content p {
  margin-bottom: 4px;
}
.list-tuyendung .inner-list-td .list .item.active .i_top:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.list-tuyendung .btn-main {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .list-tuyendung {
    background-size: 40%;
  }
}
@media (max-width: 767px) {
  .list-tuyendung {
    padding: 40px 0;
  }
  .list-tuyendung .inner-list-td .top {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .list-tuyendung .inner-list-td .top h4 {
    font-size: 16px;
  }
}

img {
  -o-object-fit: contain;
  object-fit: contain;
}

.textbox-esg .tlabel {
  color: #91c130;
  font-family: ab;
  font-size: 22px;
  text-transform: uppercase;
}
.textbox-esg .title {
  font-family: ab;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.3;
  margin: 10px 0 16px 0;
}
.textbox-esg .title.--blue-cl {
  color: #013768;
}
.textbox-esg .desc {
  font-size: 16px;
  line-height: 1.7;
}
.textbox-esg .desc.--white-cl {
  color: #fff;
}
@media (max-width: 991px) {
  .textbox-esg .tlabel {
    font-size: 20px;
  }
  .textbox-esg .title {
    font-size: 30px;
  }
  .textbox-esg .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .textbox-esg .tlabel {
    font-size: 18px;
  }
  .textbox-esg .title {
    font-size: 28px;
  }
}

.scvision {
  padding: 70px 0 0 0;
  font-family: fmain;
  background: url(../img/bg-white.jpg) repeat center;
  z-index: 10;
}
.scvision__headline {
  display: block;
  margin: auto auto 40px auto;
}
.scvision__main {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 40px;
  align-items: center;
}
.scvision__main-content {
  padding-bottom: 60px;
}
.scvision__main-content .iconslist {
  margin-top: 40px;
}
.scvision__main-content .iconslist__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.scvision__main-content .iconslist__item:not(:last-child) {
  margin-bottom: 10px;
}
.scvision__main-content .iconslist__item .icon {
  flex-shrink: 0;
}
.scvision__main-content .iconslist__item p {
  padding-top: 12px;
}
.scvision__main-img {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .scvision__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .scvision__main-content {
    padding-bottom: 0px;
  }
  .scvision__main-content .iconslist {
    margin-top: 20px;
  }
  .scvision__main-img {
    justify-content: center;
  }
}

.scmission {
  padding: 80px 0;
  position: relative;
  font-family: fmain;
  background: url(../img/mission-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 5;
  margin-top: -20px;
}
.scmission .container-w {
  position: relative;
  z-index: 5;
}
.scmission::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  position: absolute;
  z-index: 1;
  background: url(../img/mission-shape-bg.png) no-repeat center right;
  background-size: contain;
}
.scmission__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 5;
}
.scmission__main-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .scmission {
    padding: 65px 0;
  }
  .scmission::after {
    height: 50%;
    top: 10px;
    background: url(../img/mission-shape-bg.png) no-repeat top right;
    background-size: contain;
  }
  .scmission__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .scmission__main-content {
    order: 1;
  }
  .scmission__main-img {
    order: 2;
  }
}

.sccorevalues {
  padding: 90px 0;
  position: relative;
  font-family: fmain;
  z-index: 3;
  margin-top: -12px;
}
.sccorevalues .container-w {
  position: relative;
  z-index: 5;
}
.sccorevalues::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 33, 61, 0.96) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}
.sccorevalues__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 5;
}
.sccorevalues__main-img {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sccorevalues {
    padding: 56px 0;
  }
  .sccorevalues::after {
    content: "";
    top: initial;
    bottom: 0;
    background: linear-gradient(
      0deg,
      rgba(1, 55, 103, 0) 0%,
      rgb(1, 55, 103) 100%
    );
  }
  .sccorevalues__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.scesg {
  padding: 90px 0;
  position: relative;
  font-family: fmain;
  background: url(../img/esg-bg.png) no-repeat center;
  background-size: 120% 100%;
  overflow-x: hidden;
  margin: -18px 0;
  z-index: 8;
  --gapBox: 40px;
}
.scesg strong {
  font-family: ab;
  font-weight: normal;
}
.scesg:before,
.scesg:after {
  content: "";
  width: 400px;
  height: 488px;
  background: url(../img/leaf-right.png) no-repeat top right;
  background-size: contain;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
.scesg:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  left: 0;
  right: initial;
}
.scesg .container-w {
  position: relative;
  z-index: 20;
}
.scesg .textbox {
  text-align: center;
  margin-bottom: 50px;
}
.scesg__timeline-years {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 35px;
}
.scesg__timeline-years .item {
  width: 154px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: ab;
  font-size: 18px;
  cursor: pointer;
}
.scesg__timeline-years .item span {
  position: relative;
  z-index: 5;
}
.scesg__timeline-years .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/border-tab-years.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
.scesg__timeline-years .item:after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  background: #437c07;
  opacity: 0;
  visibility: hidden;
}
.scesg__timeline-years .item:hover,
.scesg__timeline-years .item.active {
  color: #fff600;
}
.scesg__timeline-years .item:hover:after,
.scesg__timeline-years .item.active:after {
  opacity: 1;
  visibility: visible;
}
.scesg__timeline-content .ctgroup {
  display: none;
}
.scesg__timeline-content .ctgroup__desc {
  text-align: center;
  max-width: 540px;
  margin: auto;
}
.scesg__timeline-content .ctgroup__desc h3,
.scesg__timeline-content .ctgroup__desc h4,
.scesg__timeline-content .ctgroup__desc h5,
.scesg__timeline-content .ctgroup__desc h6,
.scesg__timeline-content .ctgroup__desc p {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-family: ab;
  text-transform: uppercase;
}
.scesg__timeline-content .ctgroup__desc strong {
  font-weight: bold;
}
.scesg__timeline-content .ctgroup__boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 90px;
}
.scesg__timeline-content .ctgroup__boxs-item {
  height: 100%;
  position: relative;
}
.scesg__timeline-content .ctgroup__boxs-item .title {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.scesg__timeline-content .ctgroup__boxs-item .text {
  padding: 20px 34px;
  position: relative;
  z-index: 2;
  font-family: ab;
}
.scesg__timeline-content .ctgroup__boxs-item .text strong {
  font-family: ab;
  font-weight: normal;
}
.scesg__timeline-content .ctgroup__boxs-item .text ul {
  padding: 0 0 0 14px;
  font-family: fmain;
}
.scesg__timeline-content .ctgroup__boxs-item .text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.scesg__timeline-content .ctgroup__boxs-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/esg-box-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.scesg__timeline-content .ctgroup.active {
  display: block;
}
@media (max-width: 991px) {
  .scesg__timeline-years {
    gap: 18px;
  }
  .scesg__timeline-content .ctgroup__boxs {
    gap: 24px;
  }
  .scesg__timeline-content .ctgroup__boxs-item .title {
    margin-top: -30px;
  }
  .scesg__timeline-content .ctgroup__boxs-item .text {
    padding: 15px 24px;
  }
}
@media (max-width: 767px) {
  .scesg {
    padding: 60px 0;
  }
  .scesg .textbox {
    margin-bottom: 25px;
  }
  .scesg:before,
  .scesg:after {
    width: 285px;
    height: 349px;
  }
  .scesg__timeline-years {
    gap: 8px;
  }
  .scesg__timeline-years .item {
    width: 126px;
    height: 56px;
    font-size: 16px;
  }
  .scesg__timeline-years .item:after {
    width: calc(100% - 12px);
    height: calc(100% - 20px);
  }
}
@media (max-width: 767px) and (max-width: 420px) {
  .scesg__timeline-years .item {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 339px) {
  .scesg__timeline-years {
    flex-direction: column;
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .scesg__timeline-content .ctgroup {
    display: none;
  }
  .scesg__timeline-content .ctgroup__desc h3,
  .scesg__timeline-content .ctgroup__desc h4,
  .scesg__timeline-content .ctgroup__desc h5,
  .scesg__timeline-content .ctgroup__desc h6,
  .scesg__timeline-content .ctgroup__desc p {
    font-size: 16px;
    line-height: 1.45;
  }
  .scesg__timeline-content .ctgroup__boxs {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .scesg__timeline-content .ctgroup__boxs-item .title {
    max-width: 234px;
  }
}

.scnumbers {
  padding: 80px 0 90px 0;
  position: relative;
  font-family: fmain;
  overflow-x: hidden;
  background: url(../img/numbers-bg.png) no-repeat center;
  background-size: 120% 100%;
  overflow-x: hidden;
  z-index: 5;
}
.scnumbers strong {
  font-weight: normal;
}
.scnumbers .textbox {
  max-width: 680px;
  margin: auto;
  text-align: center;
}
.scnumbers .textbox .desc {
  text-align: justify;
}
.scnumbers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  margin-top: 60px;
}
.scnumbers__list .item {
  min-width: 0;
  min-height: 160px;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
}
.scnumbers__list .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/number-box-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
.scnumbers__list .item__icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scnumbers__list .item__content {
  position: relative;
  z-index: 2;
  font-family: fmain;
}
.scnumbers__list .item__content strong {
  font-family: ab;
  font-weight: normal;
}
.scnumbers__list .item__content-title {
  color: #537200;
  line-height: 1.3;
}
.scnumbers__list .item__content-value {
  display: flex;
  align-items: flex-end;
}
.scnumbers__list .item__content-value .number {
  font-size: 54px;
  color: #aade41;
  font-family: ab;
  line-height: 0.8;
  letter-spacing: -0.5px;
  position: relative;
  left: -4px;
}
.scnumbers__list .item__content-value .number sup {
  font-size: 24px;
  line-height: 1;
  top: -2px;
  position: absolute;
  margin-left: 4px;
}
.scnumbers__list .item__content-value .unit {
  color: #537200;
  margin-bottom: -4px;
  line-height: 1.2;
}
.scnumbers__list .item:nth-child(2) .item__content-value,
.scnumbers__list .item:nth-child(4) .item__content-value,
.scnumbers__list .item:nth-child(5) .item__content-value,
.scnumbers__list .item:nth-child(6) .item__content-value,
.scnumbers__list .item:nth-child(8) .item__content-value {
  display: initial;
}
.scnumbers__list .item:nth-child(2) .item__content-value .unit,
.scnumbers__list .item:nth-child(4) .item__content-value .unit,
.scnumbers__list .item:nth-child(5) .item__content-value .unit,
.scnumbers__list .item:nth-child(6) .item__content-value .unit,
.scnumbers__list .item:nth-child(8) .item__content-value .unit {
  margin-top: 14px;
}
@media (max-width: 1199px) {
  .scnumbers__list {
    gap: 14px;
  }
  .scnumbers__list .item {
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }
  .scnumbers__list .item__content-value .number {
    font-size: 48px;
  }
  .scnumbers__list .item__content-value .number sup {
    font-size: 20px;
    top: -1px;
  }
}
@media (max-width: 991px) {
  .scnumbers__list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .scnumbers__list .item {
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .scnumbers {
    padding: 50px 0;
  }
  .scnumbers__list {
    max-width: 340px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .scnumbers__list .item {
    grid-template-columns: 90px 1fr;
    gap: 14px;
  }
  .scnumbers__list .item__content-value .number {
    font-size: 42px;
  }
}
@media (max-width: 767px) and (max-width: 430px) {
  .scnumbers__list {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .scnumbers__list .item {
    grid-template-columns: 80px 1fr;
    padding: 16px;
  }
}

.scpractices {
  position: relative;
  padding: 80px 0;
  font-family: fmain;
  background: url(../img/esg-practices-bg.jpg) no-repeat center;
  background-size: cover;
  overflow-x: hidden;
  margin-top: -10px;
}
.scpractices .textbox {
  text-align: center;
}
.scpractices .tab-switch.style2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 40px auto;
}
.scpractices .tab-switch.style2 a {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  padding: 0 20px;
}
.scpractices__tabs {
  --indicator-width: 0px;
  --indicator-left: 0px;
}
.scpractices__tabs::after {
  content: "";
  width: var(--indicator-width);
  left: var(--indicator-left);
}
.scpractices .list-article {
  display: none;
}
.scpractices .list-article .slick-track {
  will-change: transform;
}
.scpractices .list-article.active {
  display: block;
}
.scpractices__sliders {
  position: relative;
}
.scpractices__sliders .btn-control {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.scpractices__sliders .btn-control.btn-prev {
  left: -90px;
}
.scpractices__sliders .btn-control.btn-next {
  right: -90px;
}
@media (max-width: 1199px) {
  .scpractices {
    padding-bottom: 160px;
  }
  .scpractices__sliders .btn-control {
    position: absolute;
    top: initial;
    bottom: -90px;
    transform: initial;
    -webkit-transform: initial;
    -o-transform: initial;
  }
  .scpractices__sliders .btn-control.btn-prev {
    left: 41%;
  }
  .scpractices__sliders .btn-control.btn-next {
    right: 41%;
  }
}
@media (max-width: 991px) {
  .scpractices__sliders .btn-control.btn-prev {
    left: 38%;
  }
  .scpractices__sliders .btn-control.btn-next {
    right: 38%;
  }
}
@media (max-width: 767px) {
  .scpractices {
    padding: 50px 0;
  }
  .scpractices__sliders .btn-control {
    display: none;
  }
  .scpractices .tab-switch.style2 {
    width: 100%;
    margin: 30px auto 20px auto;
    overflow-x: scroll;
  }
  .scpractices .tab-switch.style2::-webkit-scrollbar {
    display: none;
  }
  .scpractices .tab-switch.style2 a {
    padding: 0 14px;
  }
  .scpractices__tabs::after {
    display: none;
  }
  .scpractices__tabs .change-tab {
    border-radius: 40px;
  }
  .scpractices__tabs .change-tab.active {
    background: #aade41;
  }
} /*# sourceMappingURL=style.css.map */
