@charset "UTF-8";
@font-face {
  font-family: "roboto light";
  src: url(../font/roboto/Roboto-Light.woff);
  format: "woff";
}
@font-face {
  font-family: "roboto bold";
  src: url(../font/roboto/Roboto-Bold.woff);
  format: "woff";
}
@font-face {
  font-family: "roboto regular";
  src: url(../font/roboto/Roboto-Regular.woff);
  format: "woff";
}
@font-face {
  font-family: "OVERPASS BOLD";
  src: url(../font/overpass/OVERPASS-BOLD.TTF);
  format: "TTF";
}
@font-face {
  font-family: "OVERPASS ITALIC";
  src: url(../font/overpass/OVERPASS-ITALIC.TTF);
  format: "TTF";
}
@font-face {
  font-family: "OVERPASS LIGHT";
  src: url(../font/overpass/OVERPASS-LIGHT.TTF);
  format: "TTF";
}
@font-face {
  font-family: "OVERPASS REGULAR";
  src: url(../font/overpass/OVERPASS-REGULAR.TTF);
  format: "TTF";
}
@font-face {
  font-family: "BARLOWSEMICONDENSED MEDIUM";
  src: url(../font/barlow/BARLOWSEMICONDENSED-MEDIUM_1.TTF);
  format: "TTF";
}
@font-face {
  font-family: "BARLOWSEMICONDENSED BOLD";
  src: url(../font/barlow/BARLOWCONDENSED-BOLD_1.TTF);
  format: "TTF";
}
@font-face {
  font-family: "BARLOWSEMICONDENSED LIGHT";
  src: url(../font/barlow/BARLOWCONDENSED-LIGHT_1.TTF);
  format: "TTF";
}
@font-face {
  font-family: "FUTURA MEDIUM BT";
  src: url(../font/futuraMdBt/FUTURA-MEDIUM-BT.TTF);
  format: "TTF";
}
@keyframes showingpage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  margin: 0 auto;
  padding: 0 0;
  animation-name: showingpage;
  animation-duration: 2s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 100;
}

/*loding image*/
.modal-loading {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-color: rgb(0,0,0); */
  background-color: rgba(255, 255, 255, 0.6);
}
.modal-loading .content-loading {
  margin: auto;
  display: block;
  width: 10%;
  max-width: 100px;
}

.img {
  width: 100%;
}

.banner {
  position: relative;
}
.banner .breadcrumb-banner {
  position: absolute;
  left: 7%;
  bottom: 70px;
}
.banner .breadcrumb-banner span {
  position: relative;
  font-size: 25px;
  color: #e6e6e6;
  font-family: "BARLOWSEMICONDENSED LIGHT";
}
.banner .breadcrumb-banner .title {
  position: relative;
  font-size: 80px;
  color: #e6e6e6;
  z-index: 2;
  text-transform: uppercase;
  font-family: "BARLOWSEMICONDENSED MEDIUM";
}
.banner .breadcrumb-banner .title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #35ad63;
}

/*breadcrumb*/
.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  background-color: #f9f9f9;
}
.breadcrumb ul {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}
.breadcrumb ul li {
  list-style: none;
  font-family: "roboto regular";
  color: #8a8a8a;
}
.breadcrumb ul li.active {
  color: #222222;
}
.breadcrumb ul li a {
  color: #8a8a8a;
  font-family: "roboto regular";
  text-decoration: none;
}
.breadcrumb ul > li + li:before {
  content: "/ ";
  padding: 0 10px;
  color: #ccc;
}

.pagination-custom {
  padding-left: 0;
}
.pagination-custom li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.pagination-custom li a {
  padding: 7px 10px;
  font-family: "roboto regular";
  text-decoration: none;
  color: #555;
  text-align: center;
  display: block;
  border-bottom: 2px solid transparent;
}
.pagination-custom li a:hover {
  border-bottom: 2px solid #35ad63;
}
.pagination-custom li.active a {
  border-bottom: 2px solid #35ad63;
}

@media only screen and (max-width: 800px) {
  .banner .breadcrumb-banner span {
    font-size: 20px;
  }
  .banner .breadcrumb-banner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .banner .breadcrumb-banner span {
    font-size: 15px;
  }
  .banner .breadcrumb-banner .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .banner .breadcrumb-banner {
    bottom: 10px;
  }
  .banner .breadcrumb-banner span {
    font-size: 12px;
  }
  .banner .breadcrumb-banner .title {
    font-size: 25px;
  }
}
.carousel-indicators {
  right: 10% !important;
  left: unset !important;
  text-align: right !important;
}

.carousel {
  position: relative;
}
.carousel .arrowbottom {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 48.5%;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}
.carousel .arrowbottom i {
  font-size: 50px;
  text-align: center;
  color: white;
  padding-top: 5px;
}
.carousel .arrowbottom:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 0 #fff;
  -ms-box-shadow: 0px 0px 10px 0 #fff;
  -moz-box-shadow: 0px 0px 10px 0 #fff;
  -webkit-box-shadow: 0px 0px 10px 0 #fff;
  -o-box-shadow: 0px 0px 10px 0 #fff;
}
.carousel .arrowbottom:hover i {
  color: #222222;
}

#myModal .modal-body {
  background-image: url("../../images/popup.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 630px;
  position: relative;
  padding: 0;
}
#myModal .modal-body .modalClose {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "";
  background-color: white;
  padding: 0 5px;
  border-radius: 2px;
}
#myModal .modal-body .box-contact {
  right: 0;
  top: 0;
  float: right;
  width: 340px;
  height: 100%;
  background-color: rgba(241, 204, 128, 0.7);
}
#myModal .modal-body .box-contact {
  padding: 50px 30px;
}
#myModal .modal-body .box-contact .title {
  font-size: 45px;
  font-family: "BARLOWSEMICONDENSED BOLD";
  line-height: 1.1;
  padding: 7px 0;
}
#myModal .modal-body .box-contact .snap {
  font-size: 20px;
  font-family: "BARLOWSEMICONDENSED MEDIUM";
}
#myModal .modal-body .box-contact .form-control {
  border: none;
  font-family: "roboto regular";
}
#myModal .modal-body .box-contact form {
  margin-top: 20px;
}
#myModal .modal-body .box-contact button {
  background-color: #222222;
  color: white;
}
#myModal .modal-body .box-contact ul {
  display: inline-block;
  padding: 0;
}
#myModal .modal-body .box-contact ul li {
  list-style: none;
  display: inline-block;
}
#myModal .modal-body .box-contact ul li:nth-child(1) {
  margin-right: 15px;
}
#myModal .modal-body .box-contact ul li a {
  font-size: 12px;
  color: white;
  font-family: "roboto regular";
  text-decoration: none;
}

.backToTop {
  position: fixed;
  bottom: 85px;
  right: -50px;
  content: "";
  width: 45px;
  height: 45px;
  background-color: #222222;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.backToTop.active {
  right: 50px;
}
.backToTop i {
  font-size: 40px;
  text-align: center;
  color: white;
}
.backToTop:hover {
  background-color: white;
  box-shadow: 0px 0px 20px -5px #8a8a8a;
  -ms-box-shadow: 0px 0px 20px -5px #8a8a8a;
  -moz-box-shadow: 0px 0px 20px -5px #8a8a8a;
  -webkit-box-shadow: 0px 0px 20px -5px #8a8a8a;
  -o-box-shadow: 0px 0px 20px -5px #8a8a8a;
}
.backToTop:hover i {
  color: #222222;
}
.backToTop:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 20%;
  width: 60%;
  box-shadow: 0px 0px 5px 1px #222222;
  -ms-box-shadow: 0px 0px 5px 1px #222222;
  -moz-box-shadow: 0px 0px 5px 1px #222222;
  -webkit-box-shadow: 0px 0px 5px 1px #222222;
  -o-box-shadow: 0px 0px 5px 1px #222222;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.buttonWa {
  position: fixed;
  bottom: 20px;
  right: 45px;
  content: "";
  width: 55px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  z-index: 100;
  animation: 2s ease 0s normal none infinite running bounce;
  background-image: url("../../images/whatsapp.png");
  background-size: contain;
}
.buttonWa i {
  font-size: 45px;
  text-align: center;
  color: #35ad63;
}
.buttonWa:hover {
  animation: unset;
}

@media only screen and (max-width: 550px) {
  .banner .breadcrumb-banner span {
    font-size: 15px;
  }
  .banner .breadcrumb-banner .title {
    font-size: 30px;
  }

  .backToTop.active {
    right: 20px;
  }

  .buttonWa {
    right: 20px;
  }

  .carousel .arrowbottom {
    left: 46%;
    width: 40px;
    height: 40px;
    bottom: 15px;
    z-index: 20;
  }
  .carousel .arrowbottom i {
    font-size: 35px;
  }
}
.menu {
  z-index: 100;
  display: block;
  width: 100%;
  margin: 0;
  /*background-color: #f6f6f6; */
}
.menu .view-pc {
  display: block;
}
.menu .inline-block {
  position: relative;
  color: #fff !important;
}
.menu .m-inline-left, .menu .m-inline-right {
  display: inline-block;
  vertical-align: bottom !important;
}
.menu .m-inline-left {
  width: 10%;
  position: relative;
}
.menu .m-inline-left .logo {
  padding: 12px 0;
}
.menu .m-inline-right {
  width: 89%;
  padding-top: 15px;
}
.menu .m-inline-right .navbarx {
  margin: 0;
}
.menu .m-inline-right ul {
  display: flex;
  padding-left: 10%;
  margin-top: 2%;
}
.menu .m-inline-right ul li {
  list-style: none;
  position: relative;
  margin-right: 3%;
  white-space: nowrap;
}
.menu .m-inline-right ul li a {
  display: block;
  padding: 25px 15px;
  text-align: center;
  font-family: "roboto regular";
  text-decoration: none;
  font-size: 14px;
  position: relative;
  color: #8a8a8a;
}
.menu .m-inline-right ul li a:hover {
  color: #000000;
}
.menu .m-inline-right ul li a.active {
  color: #fe0002;
  font-family: "roboto bold";
  border-bottom: 3px solid #fe0002;
}
.menu .m-inline-right ul li:hover ul {
  display: block;
}
.menu .m-inline-right ul li ul {
  position: absolute;
  display: none;
  width: 200px;
  padding: 0;
  margin-top: 0px;
  background-color: white;
  box-shadow: 0 0 10px 0 #e6e6e6;
  -ms-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -o-box-shadow: 0 0 10px 0 #e6e6e6;
  z-index: 3;
}
.menu .m-inline-right ul li ul li {
  left: 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  white-space: normal;
}
.menu .m-inline-right ul li ul li:hover {
  background-color: #fe0002;
}
.menu .m-inline-right ul li ul li:hover a {
  color: white;
}
.menu .m-inline-right ul li ul li:hover .downtwo {
  display: block;
}
.menu .m-inline-right ul li ul li a {
  text-align: left;
  color: #6f6f6f;
  padding: 10px 15px;
}
.menu .m-inline-right ul .search-wrap {
  position: relative;
  z-index: 10;
}
.menu .m-inline-right ul .search-wrap form {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 300px;
  border: 1px solid #fe0002;
  background-color: white;
  border-radius: 5px;
  visibility: hidden;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.menu .m-inline-right ul .search-wrap form.active {
  top: 80px;
  visibility: visible;
}
.menu .m-inline-right ul .search-wrap form span {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #e6e6e6;
  font-size: 16px;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.menu .m-inline-right ul .search-wrap form .input-group {
  display: unset;
}
.menu .m-inline-right ul .search-wrap form input {
  width: 78%;
  border: none;
  color: #434343;
  padding: 7px 10px;
  background-color: transparent;
  font-family: "roboto regular";
  outline: none;
}
.menu .m-inline-right ul .search-wrap form input:focus {
  box-shadow: none;
  color: #222222;
}
.menu .m-inline-right ul .search-wrap form input::placeholder {
  color: #8a8a8a !important;
}
.menu .m-inline-right ul .search-wrap form input:-ms-input-placeholder {
  color: #8a8a8a !important;
}
.menu .m-inline-right ul .search-wrap form input:-ms-input-placeholder {
  color: #8a8a8a !important;
}
.menu .m-inline-right ul .search-wrap form button {
  width: 20%;
  height: 34px;
  border: none;
  background-color: #fe0002;
  color: white;
  float: right;
}

.copy-freeze-top {
  display: none;
  position: fixed;
  background-color: white;
  -webkit-transition: top 1s;
  transition: top 0.5s;
  box-shadow: 0 0 10px 0 #e6e6e6;
  -ms-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -o-box-shadow: 0 0 10px 0 #e6e6e6;
}
.copy-freeze-top .inline-block {
  padding: 0 !important;
}
.copy-freeze-top .inline-block .navbar {
  margin-bottom: 0;
}
.copy-freeze-top .m-inline-left .logo {
  padding: 0 10%;
  padding: 10px 0 10px 0;
}
.copy-freeze-top .m-inline-right {
  padding-top: 0;
}
.copy-freeze-top .m-inline-right ul .li-search .wrap-search {
  top: 20px;
}
.copy-freeze-top img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.copy-freeze-top.active {
  display: block;
  top: 0px;
}

/*SIDE MENU*/
.headerMb {
  position: relative;
  display: none;
  height: 50px;
  background-color: white;
  padding: 0 20px;
}
.headerMb .bar-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 50px;
  padding-top: 18px;
  top: 5px;
}
.headerMb span {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #000000;
}
.headerMb span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  top: -11px;
}
.headerMb span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  top: 11px;
}
.headerMb .wrap-search {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  top: 8px;
  right: 20px;
  z-index: 2;
  background-color: white;
  border-radius: 5px;
  transition: width 0.2s ease-in-out;
  box-shadow: 0 0 15px 0 #ccc;
  -ms-box-shadow: 0 0 15px 0 #ccc;
  -moz-box-shadow: 0 0 15px 0 #ccc;
  -webkit-box-shadow: 0 0 15px 0 #ccc;
  -o-box-shadow: 0 0 15px 0 #ccc;
}
.headerMb form .input-group {
  display: flex;
  flex-direction: row;
}
.headerMb form button {
  width: 19.5%;
  height: 34px;
  border: none;
  background-color: #fe0002;
  color: white;
}
.headerMb form input {
  width: 80%;
  border: none;
  color: #222222;
  padding: 10px;
}

.side-menu {
  visibility: hidden;
  position: fixed;
  left: -100%;
  top: 0;
  width: 320px;
  color: black !important;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: 0.2s;
  -webkit-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
  box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
}
.side-menu:hover {
  overflow-y: scroll;
}
.side-menu .tag-side-menu {
  padding: 9.5px 15px;
  font-size: 16px;
  color: white;
  border-bottom: 3px solid white;
  cursor: pointer;
}
.side-menu .tag-side-menu .fa {
  margin-top: 2px;
  font-size: 18px;
  color: #fe0002;
}
.side-menu .tag-side-menu .logo {
  width: 40%;
  margin: 5px auto;
  display: block;
}
.side-menu .wrap-media {
  padding: 5px 10px;
  border-top: 1px solid #fe0002;
  border-bottom: 1px solid #fe0002;
  background-color: #fe0002;
}
.side-menu .wrap-media a {
  display: block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  font-family: "roboto regular";
}
.side-menu .wrap-media a:hover {
  background-color: #fe0002;
  color: white;
}
.side-menu .list-side-menu {
  padding: 0;
}
.side-menu .list-side-menu li {
  display: block;
}
.side-menu .list-side-menu li a {
  display: block;
  padding: 10px 15px;
  color: colorDark;
  border-bottom: 1px solid rgba(254, 0, 2, 0.2);
  font-family: "roboto regular";
  text-decoration: none;
}
.side-menu .list-side-menu li a:hover, .side-menu .list-side-menu li a:focus, .side-menu .list-side-menu li a.active {
  background-color: rgba(242, 242, 242, 0.5);
  color: #fe0002;
  font-family: "roboto regular";
}
.side-menu .list-side-menu li a .fa {
  margin-right: 5px;
}
.side-menu .list-side-menu li ul {
  padding-left: 0;
}
.side-menu .list-side-menu li ul li a {
  padding-left: 25px;
}
.side-menu .list-side-menu li ul li ul li a {
  padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
  .menu .m-inline-right ul li a {
    padding: 25px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .menu .view-pc {
    display: none;
  }

  .headerMb {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .headerMb span {
    width: 40px;
  }
  .headerMb span:before {
    top: 9px;
  }
  .headerMb span:after {
    top: -9px;
  }
  .headerMb .wrap-search {
    width: 70%;
  }
}
/*about us*/
.about {
  padding: 5% 0;
}
.about .title {
  font-size: 30px;
  font-family: "roboto bold";
  padding-bottom: 20px;
}
.about .desc {
  font-size: 17px;
  font-family: "roboto light";
}
.about .title-side {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 25px;
  color: #fe0002;
  text-align: center;
  font-family: "roboto bold";
}
.about .title-side a {
  font-size: 25px;
  color: #8a8a8a;
  text-align: center;
  font-family: "roboto bold";
  text-decoration: none;
}
.about .title-side a:hover {
  color: #fe0002;
}
.about .title-side:nth-child(2) {
  margin: unset;
}

@media only screen and (max-width: 450px) {
  .about .title {
    font-size: 25px;
  }
}
.product .title {
  font-family: "roboto bold";
  margin: 25px 0;
  font-size: 30px;
}
.product .img-brand {
  padding: 0 20px;
}
.product .title-brand {
  font-family: "roboto bold";
  font-size: 19px;
  margin-bottom: 10px;
}
.product .desc {
  font-family: "roboto regular";
  font-size: 15px;
}

.wrap-item-products {
  margin-top: 50px;
}

.item-product {
  position: relative;
  background-color: white;
  border: transparent;
  margin-bottom: 50px;
  font-family: "roboto regular";
}
.item-product .wr-img {
  position: relative;
  overflow: hidden;
}
.item-product .bg-item i {
  display: none;
}
.item-product:hover .bg-item {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 0, 2, 0.3);
}
.item-product:hover .bg-item i {
  position: absolute;
  top: 45%;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: transparent;
  z-index: 20;
  font-size: 25px;
  color: white;
  display: block;
}
.item-product:hover img {
  transform: scale(1.1);
}
.item-product img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.item-product a {
  text-decoration: none;
}
.item-product .title-product {
  padding: 10px 0px;
  color: #222222;
  font-size: 20px;
  overflow: hidden;
  font-family: "OVERPASS BOLD";
}
.item-product .detail {
  color: #fe0002;
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
}
.item-product .detail::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 100px;
  width: 100px;
  height: 1px;
  background-color: #fe0002;
}

.product-once {
  padding-top: 1%;
  padding-bottom: 5%;
}
.product-once h1 {
  font-size: 30px;
  font-family: "roboto bold";
}
.product-once h2 {
  font-size: 25px;
  font-family: "roboto bold";
}
.product-once .wrap-box-product {
  margin-top: 5%;
  position: relative;
}
.product-once .wrap-box-product .wrap-brand {
  display: flex;
  flex-wrap: wrap;
}
.product-once .wrap-box-product .wrap-brand img {
  max-width: 65px;
  margin-right: 20px;
}
.product-once .wrap-box-product .title-name {
  font-size: 20px;
  font-family: "roboto bold";
}
.product-once .wrap-box-product .desc {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "roboto light";
}
.product-once .wrap-box-product .wrap-slide-image {
  position: relative;
}
.product-once .wrap-box-product .owl-product-d {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.product-once .wrap-box-product .owl-product-d .tit-image {
  padding: 10px 0;
  font-family: "roboto light";
  font-size: 15px;
  text-align: center;
}
.product-once .wrap-box-product .wrapnextprev {
  position: absolute;
  top: 30%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-once .wrap-box-product .wrapnextprev .left {
  left: -53px;
}
.product-once .wrap-box-product .wrapnextprev .right {
  right: -53px;
}
.product-once .wrap-box-product .wrapnextprev .left, .product-once .wrap-box-product .wrapnextprev .right {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.product-once .wrap-box-product .wrapnextprev .left i, .product-once .wrap-box-product .wrapnextprev .right i {
  font-size: 35px;
  color: #8a8a8a;
  display: block;
  text-align: center;
  margin-top: 7px;
}
.product-once .wrap-box-product .wrapnextprev .left:hover, .product-once .wrap-box-product .wrapnextprev .right:hover {
  box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
}

@media only screen and (max-width: 1360px) {
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-once .wrap-info-product .name-product {
    font-size: 30px;
  }
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1100px) {
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 991px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap-item-products .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product .title {
    font-size: 25px;
  }
  .product .col-xs-5 {
    width: 50%;
  }

  .item-product .title-product {
    padding: 10px 0;
    font-size: 15px;
  }

  .product-once h1 {
    font-size: 22px;
  }
  .product-once h1 {
    font-size: 25px;
  }
  .product-once .wrap-box-product .wrapnextprev {
    top: 22%;
  }
  .product-once .wrap-box-product .desc {
    font-size: 15px;
  }
  .product-once .wrap-box-product .desc img {
    max-width: 700px;
  }
}
@media only screen and (max-width: 750px) {
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 550px) {
  .product-once .wrap-info-product {
    margin-top: 30px;
  }
  .product-once .wrap-info-product .name-product {
    font-size: 23px;
  }
  .product-once .related .title-related {
    font-size: 22px;
  }
  .product-once .related .title-related:before {
    width: 60%;
  }
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 350px;
  }

  .product .title {
    font-size: 20px;
  }
  .product .title-brand {
    font-size: 15px;
  }
  .product .desc {
    font-size: 13px;
  }

  .item-product .title-product {
    font-size: 14px;
  }
  .item-product .detail {
    font-size: 11px;
  }

  .wrap-item-products .col-xs-6 {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 430px) {
  .item-product .detail::after {
    width: 50px;
    left: 70px;
  }

  .product-once .wrap-info-product {
    margin-top: 30px;
  }
  .product-once .wrap-info-product .name-product {
    font-size: 20px;
  }
  .product-once .related .title-related {
    font-size: 18px;
  }
  .product-once .related .title-related:before {
    width: 55%;
    top: 35px;
  }
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 380px) {
  .product-once .wrap-box-product .wrap-desc img {
    max-width: 320px;
  }
}
.wrap-works {
  position: relative;
  columns: 6 300px;
  column-gap: 1px;
}
.wrap-works .wrap-items {
  position: relative;
  margin-bottom: 1px;
}
.wrap-works .wrap-items:hover .wrap-bg {
  background-color: transparent;
}
.wrap-works .wrap-items .wrap-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.2s;
}
.wrap-works .wrap-items .title {
  visibility: hidden;
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 0;
  font-size: 0px;
  padding: 8px 0;
  padding-left: 40px;
  padding-right: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "roboto light";
  color: white;
  transition: width 0.2s, font-size 0.3s;
}
.wrap-works .wrap-items .title:after {
  position: absolute;
  content: "";
  bottom: 17px;
  width: 20px;
  left: 15px;
  height: 1px;
  background-color: white;
}
.wrap-works .wrap-items:hover .title {
  visibility: visible;
  width: 100%;
  height: auto;
  font-size: 14px;
}

.wrap-works-detail {
  position: relative;
}
.wrap-works-detail .wrap-info {
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
  content: "";
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 25px;
  display: flex;
  flex-direction: initial;
  color: white;
}
.wrap-works-detail .wrap-info h1 {
  width: 20%;
  font-size: 25px;
  font-family: "roboto light";
  margin: 0;
  margin-right: 5%;
}
.wrap-works-detail .wrap-info .info {
  margin: 0 3%;
  font-family: "roboto light";
}
.wrap-works-detail .wrap-info .info span {
  display: block;
  width: 100%;
  font-family: "roboto bold";
  margin-bottom: 10px;
}

.notAvailable {
  text-align: center;
  height: 100%;
  padding: 30% 0;
  font-family: "roboto bold";
  font-size: 30px;
}

@media only screen and (max-width: 900px) {
  .wrap-works-detail .wrap-info h1 {
    width: 30%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 795px) {
  .wrap-works {
    columns: 3 250px;
  }
  .wrap-works .wrap-items {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .wrap-works .wrap-items .wrap-bg {
    position: unset;
  }

  .wrap-works-detail .wrap-info {
    position: unset;
    display: block;
  }
  .wrap-works-detail .wrap-info h1 {
    width: 95%;
    margin-bottom: 5%;
  }
  .wrap-works-detail .wrap-info .info {
    margin: 0;
    margin-bottom: 25px;
  }
  .wrap-works-detail .wrap-info .info span {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  .wrap-works .wrap-items {
    width: 49%;
  }
}
.contact .wrap-title .title {
  font-family: "roboto bold";
  font-size: 40px;
  position: relative;
  color: #222222;
}
.contact .row-items {
  padding: 4% 0;
}
.contact .row-items:nth-child(1) {
  border-bottom: 2px solid #e6e6e6 !important;
}
.contact .row-items .wrap-box-text {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.contact .row-items .wrap-box-text .address-head-title {
  font-family: "roboto bold";
  font-size: 23px;
  margin-bottom: 10px;
}
.contact .row-items .wrap-box-text .address-desc {
  font-family: "roboto light";
  font-size: 17px;
}
.contact .row-items .wrap-box-text .mediatag {
  position: relative;
  margin-top: 40px;
}
.contact .row-items .wrap-box-text .mediatag .mediatit {
  font-size: 15px;
  font-family: "roboto light";
  color: #222222;
  padding-left: 70px;
}
.contact .row-items .wrap-box-text .mediatag .linkmedia {
  padding-left: 70px;
  margin-bottom: 20px;
}
.contact .row-items .wrap-box-text .mediatag .linkmedia a {
  font-size: 20px;
  font-family: "roboto regular";
  color: #000000;
  text-decoration: none;
}
.contact .row-items .wrap-box-text .mediatag .phone, .contact .row-items .wrap-box-text .mediatag .email {
  position: absolute;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #fe0002;
  display: block;
}
.contact .row-items .wrap-box-text .mediatag .phone:after, .contact .row-items .wrap-box-text .mediatag .email:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact .row-items .wrap-box-text .mediatag .phone:after {
  background-image: url("../../images/icon/contact/Icon-phone.png");
}
.contact .row-items .wrap-box-text .mediatag .email:after {
  background-image: url("../../images/icon/contact/Icon-envelope.png");
}
.contact .row-items .wrap-box-img {
  display: inline-block;
  vertical-align: top;
  width: 59%;
}
.contact .row-items .wrap-box-img .sm-title {
  display: none;
}
.contact .row-items .wrap-box-img .sinopsis {
  display: none;
  font-family: "roboto regular";
  color: #222222;
  padding: 20px 0 35px 0;
  line-height: revert;
}
.contact .row-items .wrap-img {
  position: relative;
  z-index: 1;
}
.contact .row-items .wrap-img .bordered {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  background-color: #fe0002;
  z-index: 1;
}
.contact .row-items .wrap-img .bordered.left {
  left: -30px;
}
.contact .row-items .wrap-img iframe {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 450px;
}
.contact .wrap-text {
  padding: 5% 5% 0 0;
}
.contact .wrap-text .title {
  font-family: "roboto bold";
  font-size: 35px;
}
.contact .wrap-text .title a {
  color: #222222;
  text-decoration: none;
}
.contact .wrap-text .sinopsis {
  font-family: "roboto regular";
  color: #222222;
  padding: 20px 0 35px 0;
  line-height: revert;
}
.contact .wrap-text.position-right {
  padding: 5% 10% 0;
}
.contact .contact-form {
  margin-top: 3%;
}
.contact .contact-form .form-group {
  margin-bottom: 5px;
}
.contact .contact-form input, .contact .contact-form textarea, .contact .contact-form select {
  padding: 24px 10px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  border-bottom: 4px solid #efefef;
}
.contact .contact-form input::placeholder, .contact .contact-form textarea::placeholder, .contact .contact-form select::placeholder {
  font-family: "roboto light";
  font-size: 12px;
}
.contact .contact-form .fileAttachment {
  position: relative;
}
.contact .contact-form .fileAttachment input {
  padding: 10px 15px;
  height: 43px;
}
.contact .contact-form select {
  padding: 0;
  height: 42px;
}
.contact .contact-form form .row {
  margin: 0 -5px;
}
.contact .contact-form form .tagName-col {
  padding: 5px;
}
.contact .contact-form .sinopis {
  font-family: "roboto light";
  font-size: 16px;
  padding-bottom: 5%;
}
.contact .contact-form label {
  margin-top: 14px;
  font-family: "roboto light";
  padding-bottom: 5px;
}
.contact .contact-form button {
  background-color: #35ad63;
  border-style: none;
  color: white;
  padding: 10px 30px;
  margin: 20px 0;
  font-family: "roboto light";
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0 #35ad63;
  -ms-box-shadow: 0px 0px 10px 0 #35ad63;
  -moz-box-shadow: 0px 0px 10px 0 #35ad63;
  -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
  -o-box-shadow: 0px 0px 10px 0 #35ad63;
}
.contact .contact-right {
  padding-top: 10%;
}
.contact .contact-right .info-contact {
  font-size: 17px;
  font-family: "roboto bold";
  position: relative;
  margin-bottom: 15px;
}
.contact .contact-right .desc {
  font-family: "roboto light";
}
.contact .contact-right .desc i {
  color: #35ad63;
}
.contact .contact-right .telp {
  font-size: 30px;
  font-family: "roboto light";
}
.contact .contact-right .telp a {
  color: #222222;
}
.contact .contact-right .email a {
  color: #222222;
  font-family: "roboto light";
}
.contact .contact-right .mediatag {
  position: relative;
}
.contact .contact-right .mediatag .mediatit {
  font-size: 15px;
  font-family: "roboto regular";
  color: #222222;
  padding-left: 70px;
}
.contact .contact-right .mediatag .linkmedia {
  padding-left: 70px;
  margin-bottom: 20px;
}
.contact .contact-right .mediatag .linkmedia a {
  font-size: 18px;
  font-family: "roboto regular";
  color: #35ad63;
  text-decoration: none;
}
.contact .contact-right .mediatag .phone {
  position: absolute;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #35ad63;
  display: block;
  box-shadow: 0px 0px 10px 0 #35ad63;
  -ms-box-shadow: 0px 0px 10px 0 #35ad63;
  -moz-box-shadow: 0px 0px 10px 0 #35ad63;
  -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
  -o-box-shadow: 0px 0px 10px 0 #35ad63;
}
.contact .contact-right .mediatag .phone:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: 20px;
  height: 25px;
  background-image: url("../../images/icon/contact/Icon-phone.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact .contact-right .mediatag .fax {
  position: absolute;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #35ad63;
  display: block;
  box-shadow: 0px 0px 10px 0 #35ad63;
  -ms-box-shadow: 0px 0px 10px 0 #35ad63;
  -moz-box-shadow: 0px 0px 10px 0 #35ad63;
  -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
  -o-box-shadow: 0px 0px 10px 0 #35ad63;
}
.contact .contact-right .mediatag .fax:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: 20px;
  height: 25px;
  background-image: url("../../images/icon/contact/Icon-fax.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact .contact-right .mediatag .email {
  position: absolute;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #35ad63;
  display: block;
  box-shadow: 0px 0px 10px 0 #35ad63;
  -ms-box-shadow: 0px 0px 10px 0 #35ad63;
  -moz-box-shadow: 0px 0px 10px 0 #35ad63;
  -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
  -o-box-shadow: 0px 0px 10px 0 #35ad63;
}
.contact .contact-right .mediatag .email:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  width: 20px;
  height: 25px;
  background-image: url("../../images/icon/contact/Icon-envelope.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .contact .wrap-title .title {
    font-size: 40px;
  }
  .contact .contact-right {
    padding: 2% 0;
  }
}
@media only screen and (max-width: 1000px) {
  .contact .wrap-title .title {
    font-size: 35px;
  }
  .contact .row-items .wrap-box-text .title {
    font-size: 20px;
  }
  .contact .row-items .wrap-box-text .address-desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .contact .wrap-title .title {
    font-size: 35px;
  }
  .contact .row-items .wrap-box-img {
    width: 100%;
  }
  .contact .row-items .wrap-box-text {
    width: 100%;
  }
  .contact .row-items .wrap-box-text .title {
    font-size: 20px;
  }
  .contact .row-items .wrap-box-text .address-desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .contact .wrap-text.position-right {
    padding: 5% 0;
    margin-top: 10%;
  }
  .contact .row-items {
    padding: unset;
    padding-bottom: 20%;
  }
  .contact .row-items .wrap-box-text .mediatag {
    margin-top: 10px;
  }
  .contact .row-items .wrap-box-text .mediatag:nth-child(2) {
    margin-bottom: 20px;
  }
  .contact .contact-form .sinopis {
    margin-left: unset;
  }
  .contact .contact-form .wrap-form-input {
    margin-left: 0;
    padding-left: 5%;
  }
}
.gallery h1 {
  font-size: 30px;
  font-family: "roboto bold";
}
.gallery ul {
  margin-top: 4%;
  padding: 0;
}
.gallery ul li {
  display: inline-block;
  list-style: none;
  padding: 5px 0;
}
.gallery ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  font-family: "roboto regular";
  padding: 5px 20px;
  color: #8a8a8a;
}
.gallery ul li a:hover, .gallery ul li a.active {
  color: #fe0002;
}
.gallery ul li:nth-child(2) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.gallery .wrap-box {
  padding: 2px;
  margin-bottom: 4px;
}
.gallery .wrap-box a {
  text-decoration: none;
}
.gallery .wrap-box .title {
  font-size: 20px;
  font-family: "roboto bold";
  padding: 15px 0;
  color: #222222;
}
.gallery .wrap-box .wrap-img {
  position: relative;
}
.gallery .wrap-box .wrap-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.gallery .wrap-box .wrap-img .bg .readmore {
  position: absolute;
  top: 45%;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: transparent;
}
.gallery .wrap-box .wrap-img .bg .readmore span {
  font-size: 30px;
}
.gallery .wrap-box .owl-product-d {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 40px;
}
.gallery .wrap-box .owl-product-d .tit-image {
  padding: 10px 0;
  font-family: "roboto light";
  font-size: 15px;
  text-align: center;
}
.gallery .wrap-box .wrapnextprev {
  position: absolute;
  top: 30%;
  width: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery .wrap-box .wrapnextprev .left {
  left: -53px;
}
.gallery .wrap-box .wrapnextprev .right {
  right: -53px;
}
.gallery .wrap-box .wrapnextprev .left, .gallery .wrap-box .wrapnextprev .right {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.gallery .wrap-box .wrapnextprev .left i, .gallery .wrap-box .wrapnextprev .right i {
  font-size: 35px;
  color: #8a8a8a;
  display: block;
  text-align: center;
  margin-top: 7px;
}
.gallery .wrap-box .wrapnextprev .left:hover, .gallery .wrap-box .wrapnextprev .right:hover {
  box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.2);
}
.gallery .wrap-box:hover .wrap-img {
  position: relative;
}
.gallery .wrap-box:hover .wrap-img .bg {
  background-color: rgba(53, 173, 99, 0.7);
  transition: background-color 0.1s ease-in-out;
}
.gallery .wrap-box:hover .wrap-img .bg .readmore {
  color: white;
}
.gallery .wrap-box:hover .wrap-img .bg .left {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 45%;
  height: 50%;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.gallery .wrap-box:hover .wrap-img .bg .right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
  width: 45%;
  height: 50%;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

@media only screen and (max-width: 650px) {
  .gallery h1 {
    font-size: 20px;
  }
  .gallery .wrap-box .title {
    font-size: 18px;
  }
  .gallery .wrap-box .owl-product-d {
    padding-bottom: 20px;
  }
}
/*SERVICE*/
.service-content {
  padding-bottom: 5%;
  /*.title {
  	font-family: $rbtReg;
  	font-size: 55px;
  	margin-top: 2%;
  }*/
}
.service-content .row-items {
  padding: 4% 0;
}
.service-content .row-items .wrap-box-text {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.service-content .row-items .wrap-box-img {
  display: inline-block;
  vertical-align: top;
  width: 51%;
}
.service-content .row-items .wrap-box-img .sm-title {
  display: none;
}
.service-content .row-items .wrap-box-img .sinopsis {
  display: none;
  font-family: "roboto regular";
  color: #222222;
  padding: 20px 0 35px 0;
  line-height: revert;
}
.service-content .row-items .wrap-img {
  position: relative;
  z-index: 1;
}
.service-content .row-items .wrap-img .bordered {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid #35ad63;
  z-index: 1;
}
.service-content .row-items .wrap-img img {
  position: relative;
  z-index: 10;
}
.service-content .wrap-text {
  padding: 5% 5% 0 0;
}
.service-content .wrap-text .title {
  font-family: "roboto bold";
  font-size: 35px;
}
.service-content .wrap-text .title a {
  color: #222222;
  text-decoration: none;
}
.service-content .wrap-text .sinopsis {
  font-family: "roboto regular";
  color: #222222;
  padding: 20px 0 35px 0;
  line-height: revert;
}
.service-content .wrap-text.position-right {
  padding: 5% 10% 0;
}
.service-content .wrap-detail-service {
  position: relative;
  margin: 6% 0;
  margin-left: 5%;
  padding-left: 5%;
  font-family: "roboto regular";
}
.service-content .wrap-detail-service:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 35%;
  left: 0;
  background-color: #e6e6e6;
}
.service-content .wrap-detail-service .title {
  font-family: "roboto regular";
  font-size: 23px;
  padding-bottom: 3%;
  color: #222222;
}
.service-content .wrap-detail-service .sinopsis {
  font-family: "roboto regular";
  font-size: 20px;
  padding-top: 3%;
  color: #fe0002;
}
.service-content .wrap-detail-service .desc {
  padding: 5% 0;
  font-family: "roboto regular";
  line-height: 2;
}

@media only screen and (max-width: 1000px) {
  .service-content .row-items .wrap-box-img {
    width: 45%;
  }
  .service-content .row-items .wrap-box-text {
    width: 54%;
  }
  .service-content .row-items .wrap-box-text .title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 750px) {
  .service-content .row-items .wrap-box-img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .service-content .row-items .wrap-box-img a {
    text-decoration: none;
  }
  .service-content .row-items .wrap-box-img .sm-title {
    display: block;
    font-family: "roboto bold";
    font-size: 25px;
    color: #222222;
    padding-bottom: 5px;
  }
  .service-content .row-items .wrap-box-img .sinopsis {
    display: block;
    padding-bottom: 0;
  }
  .service-content .row-items .wrap-img .bordered {
    display: none;
  }
  .service-content .row-items .wrap-box-text {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .service-content .row-items .wrap-box-text .title {
    display: none;
  }
  .service-content .row-items .wrap-box-text .sinopsis {
    padding-bottom: 0;
  }
  .service-content .wrap-text {
    padding: 0;
  }
  .service-content .wrap-text.position-right {
    padding: 0;
  }
  .service-content .wrap-text.position-left {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .service-content .row-items .wrap-box-img .sm-title {
    font-size: 20px;
  }
}
/*END SERVICE*/
.carousel-caption {
  height: 100%;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.carousel-caption .title {
  margin-top: 30%;
  width: 100%;
  font-size: 70px;
  font-family: "FUTURA MEDIUM BT";
}

.main {
  margin: 5% 0;
}
.main .title-one {
  font-size: 30px;
  font-family: "roboto bold";
  text-align: center;
}
.main .desc {
  font-size: 18px;
  font-family: "roboto light";
  text-align: center;
  margin: 30px 0;
}
.main .wrap-icon {
  display: flex;
  justify-content: center;
}
.main .wrap-icon .icon-img {
  border-right: 1px solid #e6e6e6;
}
.main .wrap-icon .icon-img:nth-child(5) {
  border: none;
}
.main .wrap-icon .icon-img .tit-icon {
  text-align: center;
  font-family: "roboto light";
  font-size: 18px;
  font-weight: bold;
}
.main .link-about {
  margin-top: 7%;
  margin-bottom: 2%;
}
.main .link-about a {
  display: inline-block;
  padding: 10px 20px;
  color: #8a8a8a;
  font-family: "roboto bold";
  border: 1px solid #8a8a8a;
  border-radius: 30px;
  font-size: 13px;
  margin: auto 10px;
  text-decoration: none;
}
.main .link-about a:hover {
  color: #fe0002;
  border-color: #fe0002;
}

@media (max-width: 991px) {
  .main .wrap-icon .icon-img .tit-icon {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .main .title-one {
    font-size: 22px;
  }
  .main .desc {
    font-size: 15px;
  }
  .main .wrap-icon {
    flex-wrap: wrap;
  }
  .main .wrap-icon .icon-img {
    width: 26%;
  }
  .main .wrap-icon .icon-img .tit-icon {
    font-size: 13px;
  }
}
@media (max-width: 556px) {
  .main .title-one {
    font-size: 20px;
  }
  .main .title-one br {
    display: none;
  }
  .main .desc br {
    display: none;
  }
  .main .wrap-icon .icon-img {
    width: 33%;
  }
}
@media (max-width: 450px) {
  .main .wrap-icon .icon-img {
    width: 50%;
    margin-top: 10px;
  }
  .main .wrap-icon .icon-img:nth-child(2), .main .wrap-icon .icon-img:nth-child(4) {
    border: none;
  }
  .main .link-about a {
    padding: 5px 15px;
    font-size: 12px;
    margin: unset;
  }
}
.clients {
  margin-top: 5%;
  /*padding: 10% 0 5%;*/
}
.clients .title {
  font-family: "roboto regular";
  font-size: 30px;
  color: #222222;
  line-height: 1.2;
  text-align: center;
}
.clients form {
  margin: 30px auto;
  width: 60%;
  display: flex;
  flex-flow: row;
}
.clients form select {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.clients form select:nth-child(2) {
  margin: 0 15px;
}
.clients form button {
  display: inline-block;
  width: 17%;
  vertical-align: top;
  padding: 10px;
  background-color: #fe0002;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: "roboto regular";
}
.clients .wrap-box-client {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e6e6;
}
.clients .wrap-box-client .title-name {
  color: #24653d;
  font-size: 18px;
  font-family: "roboto bold";
}
.clients .wrap-box-client .address {
  font-size: 16px;
  font-family: "roboto regular";
  color: #8a8a8a;
}
.clients .wrap-box-client .desc {
  padding: 20px 0;
  font-size: 16px;
  font-family: "roboto regular";
  color: #8a8a8a;
}
.clients .alert {
  margin-top: 30px;
  border-radius: 0;
}

@media only screen and (max-width: 900px) {
  .clients form {
    width: 80%;
  }
}
@media only screen and (max-width: 770px) {
  .clients .title {
    font-size: 25px;
  }
  .clients .wrap-box-client .title-name {
    padding: 10px 0;
  }
  .clients .wrap-box-client .desc {
    color: #222222;
  }
}
@media only screen and (max-width: 550px) {
  .clients .title {
    font-size: 25px;
  }
  .clients form {
    width: 90%;
    flex-flow: column;
  }
  .clients form select {
    width: 100%;
    margin: 0;
  }
  .clients form select:nth-child(2) {
    margin: 10px 0;
  }
  .clients form button {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .clients .title {
    font-size: 20px;
  }
}
.news {
  padding: 35px 0;
}
.news .wrap-box {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 5px;
  margin-bottom: 20px;
}
.news .wrap-box a {
  text-decoration: none;
}
.news .wrap-box .title {
  font-size: 18px;
  font-family: "roboto regular";
  padding: 10px 0;
  color: #222222;
}
.news .wrap-box .wrap-img {
  position: relative;
}
.news .wrap-box .wrap-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.news .wrap-box .wrap-img .bg .readmore {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: transparent;
}
.news .wrap-box:hover .wrap-img {
  position: relative;
}
.news .wrap-box:hover .wrap-img .bg {
  background-color: rgba(53, 173, 99, 0.5);
  transition: background-color 0.1s ease-in-out;
}
.news .wrap-box:hover .wrap-img .bg .readmore {
  color: white;
}
.news .wrap-box:hover .wrap-img .bg .left {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 45%;
  height: 50%;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.news .wrap-box:hover .wrap-img .bg .right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "";
  width: 45%;
  height: 50%;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

@media only screen and (max-width: 991px) {
  .news .wrap-box {
    width: 49%;
  }
}
@media only screen and (max-width: 550px) {
  .news .wrap-box .title {
    font-size: 15px;
  }
  .news .wrap-box .wrap-img .bg .readmore {
    font-size: 13px;
  }
}
@media only screen and (max-width: 380px) {
  .news .wrap-box {
    width: 80%;
  }
}
.career {
  margin-bottom: 5%;
}
.career .wrap-box-career {
  border-bottom: 2px solid #e6e6e6;
  padding: 10px 0;
  margin-bottom: 20px;
}
.career h1 {
  font-size: 35px;
  font-family: "roboto bold";
  color: #222222;
  margin-bottom: 4%;
}
.career .title {
  font-family: "roboto bold";
  font-size: 25px;
  color: #222222;
}
.career .tit-desc {
  font-family: "roboto bold";
  font-size: 18px;
  color: #222222;
}
.career .desc {
  font-family: "roboto light";
  font-size: 15px !important;
  color: #222222;
  margin-top: 20px;
}
.career .postdate {
  font-family: "roboto light";
  font-size: 1px;
  color: #8a8a8a;
  margin-top: 20px;
  font-style: italic;
}
.career .info-apply {
  font-family: "roboto regular";
  font-size: 16px;
  color: #222222;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
}
.career .info-apply a {
  color: #fe0002;
}
.career .detail {
  margin-top: 30px;
}
.career .detail a {
  font-family: "roboto regular";
  background-color: #35ad63;
  padding: 12px 30px;
  color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0 #35ad63;
  -ms-box-shadow: 0px 0px 10px 0 #35ad63;
  -moz-box-shadow: 0px 0px 10px 0 #35ad63;
  -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
  -o-box-shadow: 0px 0px 10px 0 #35ad63;
  text-decoration: none;
}
.career .detail a:hover {
  background-color: #fe0002;
  box-shadow: 0px 0px 10px 0 #fe0002;
  -ms-box-shadow: 0px 0px 10px 0 #fe0002;
  -moz-box-shadow: 0px 0px 10px 0 #fe0002;
  -webkit-box-shadow: 0px 0px 10px 0 #fe0002;
  -o-box-shadow: 0px 0px 10px 0 #fe0002;
}

@media only screen and (max-width: 991px) {
  .career .postdate {
    margin: unset;
    margin-bottom: 40px;
  }
  .career .postdate span:nth-child(1) {
    float: left;
  }
  .career .postdate span:nth-child(2) {
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  .career h1 {
    font-size: 25px;
  }
  .career .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .career .postdate {
    margin-bottom: 20px;
  }
  .career .postdate span {
    float: none !important;
  }
}
.search {
  margin: 5% 0;
}
.search form {
  position: relative;
  top: 0;
  right: 0;
  content: "";
  width: 350px;
  border: 1px solid #fe0002;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 2%;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.search form.active {
  top: 80px;
  visibility: visible;
}
.search form span {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #e6e6e6;
  font-size: 16px;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.search form .input-group {
  display: unset;
}
.search form input {
  width: 78%;
  border: none;
  color: #434343;
  padding: 7px 10px;
  background-color: transparent;
  outline: none;
  font-family: "roboto regular";
}
.search form input:focus {
  box-shadow: none;
  color: #222222;
  border: none;
}
.search form input::placeholder {
  color: #e6e6e6 !important;
}
.search form input:-ms-input-placeholder {
  color: #e6e6e6 !important;
}
.search form input:-ms-input-placeholder {
  color: #e6e6e6 !important;
}
.search form button {
  width: 22%;
  height: 34px;
  border: none;
  background-color: #fe0002;
  color: white;
  float: right;
}
.search .nav li {
  background-color: #e6e6e6;
}
.search .nav li a {
  font-family: "roboto regular";
  color: #35ad63;
}
.search .nav li.active a {
  color: white;
}
.search .nav li:nth-child(2) {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}
.search .tab-content {
  margin: 2% 0;
  /*.wrap-text {
  	padding-bottom: 20px;
  	margin-bottom: 20px;
  	border-bottom: 1px solid $colorGreyf9;

  	.title {
  		font-size: 15px;				
  		font-family: $rbtReg;

  		a {
  			text-decoration: none;
  			color: $colorDark;
  		}
  	}
  }*/
  /*.wrap-box {
  	@include set_display(33%, top);
  	padding: 2px;
  	margin-bottom: 4px;

  	a {
  		text-decoration: none;
  	}

  	.title {
  		font-size: 18px;
  		font-family: $rbtReg;
  		padding: 10px 0;
  		color: $colorDark;
  	}

  	.wrap-img {
  		position: relative;

  		.bg {
  			position: absolute;
  			top: 0;
  			left: 0;
  			content: "";
  			background-color: transparent;
  			width: 100%;
  			height: 100%;

  			.readmore {
  				position: absolute;
  				top: 50%;
  				left: 0;
  				content: "";
  				width: 100%;
  				height: 50%; 
  				text-align: center;
  				text-transform: uppercase;
  				font-size: 18px;
  				color: transparent;

  				span {
  					font-size: 30px;
  				}
  			}
  		}
  	}

  	&:hover .wrap-img {
  		position: relative;

  		.bg {
  			background-color: rgba($colorGreen, 0.5);
  			transition: background-color .1s ease-in-out;

  			.readmore {
  				color: white;
  			}

  			.left {
  				position: absolute;
  				top: 20px;
  				left: 20px;
  				content: "";
  				width: 45%;
  				height: 50%;
  				border-top: 1px solid white;
  				border-left: 1px solid white;
  			}
  			.right {
  				position: absolute;
  				bottom: 20px;
  				right: 20px;
  				content: "";
  				width: 45%;
  				height: 50%;
  				border-bottom: 1px solid white;
  				border-right: 1px solid white;
  			}
  		}
  	}
  }


  .row-items {
  	padding: 4% 0;

  	.wrap-box-text {
  		display: inline-block;
  		vertical-align: top;
  		width: 48%;
  	}

  	.wrap-box-img {
  		display: inline-block;
  		vertical-align: top;
  		width: 51%;

  		.sm-title {
  			display: none;
  		}

  		.sinopsis {
  			display: none;
  			font-family: $rbtReg;
  			color: $colorDark;
  			padding: 20px 0 35px 0;
  			line-height: revert;
  		}
  	}

  	.wrap-img {
  		position: relative;
  		z-index: 1;

  		.bordered {
  			position: absolute;
  			content: "";
  			left: 30px;
  			top: 30px;
  			width: 100%;
  			height: 100%;
  			//background-color: $colorRed;
  			border: 2px solid $colorGreen;
  			z-index: 1;
  		}

  		img {
  			position: relative;
  			z-index: 10;
  		}
  	}
  }

  .wrap-text {
  	padding: 5% 5% 0 0;

  	.title {
  		font-family: $rbtBold;
  		font-size: 35px;
  		color: $colorDark;
  	}
  	.sinopsis {
  		font-family: $rbtReg;
  		color: $colorDark;
  		padding: 20px 0 35px 0;
  		line-height: revert;
  	}

  	&.position-right {
  		padding: 5% 10% 0;
  	}

  }

  .wrap-box-client {
  	margin: 30px 0;
  	padding-bottom: 30px;
  	border-bottom: 2px solid $colorBorder;

  	.title-name {
  		color: #24653d;
  		font-size: 18px;
  		font-family: $rbtBold;
  	}
  	.address {
  		font-size: 16px;
  		font-family: $rbtReg;
  		color: $colorGrey;
  	}
  	.desc {
  		padding: 20px 0;
  		font-size: 16px;
  		font-family: $rbtReg;
  		color: $colorGrey;
  	}
  }

  .alert {
  	margin-top: 30px;
  	border-radius: 0;
  }*/
}

@media only screen and (max-width: 400px) {
  .search form {
    width: 100%;
  }
}
footer {
  background-color: #f0f0f0;
}
footer .wrap-footer {
  display: flex;
  justify-content: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
footer .wrap-footer.top {
  border-bottom: 2px solid #e6e6e6;
}
footer .wrap-footer .title {
  text-align: left;
  font-family: "roboto bold";
  font-size: 15px;
  padding-bottom: 10px;
}
footer .wrap-footer .content-item-top {
  width: 30%;
}
footer .wrap-footer .content-item-top.logo {
  width: 10%;
}
footer .wrap-footer .content-item-top .wrap-address {
  padding-left: 25px;
}
footer .wrap-footer .content-item-top .wrap-address .icon {
  text-align: right;
  float: right;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 15px;
  color: #000000;
}
footer .wrap-footer .content-item-top .wrap-address .phone {
  font-size: 25px;
  font-family: "roboto bold";
  display: block;
}
footer .wrap-footer .content-item {
  width: 20%;
  font-family: "roboto regular";
  font-size: 13px;
}
footer .wrap-footer .content-item .navbar {
  list-style: none;
  padding-left: 0;
}
footer .wrap-footer .content-item .navbar li {
  padding-bottom: 10px;
}
footer .wrap-footer .content-item .navbar li a {
  display: block;
  color: #8a8a8a;
  font-family: "roboto regular";
  font-size: 15px;
}
footer .copyright {
  background-color: #e0e0e0;
  padding: 20px 0;
  font-family: "roboto regular";
}
footer .copyright img {
  max-width: 180px;
  margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
  footer .wrap-footer {
    flex-wrap: wrap;
  }
  footer .wrap-footer .content-item-top .wrap-address .phone {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  footer .wrap-footer .content-item-top {
    width: 40%;
  }
  footer .wrap-footer .content-item-top:nth-child(4) {
    margin-top: 5%;
    width: 100%;
  }
  footer .wrap-footer .content-item-top .wrap-address .phone {
    font-size: 20px;
  }
  footer .wrap-footer .content-item-top .wrap-address .icon {
    float: none;
    text-align: left;
  }
  footer .wrap-footer .content-item {
    width: 33%;
  }
}
@media only screen and (max-width: 550px) {
  footer .wrap-footer .content-item-top {
    width: 100%;
  }
  footer .wrap-footer .content-item-top.logo {
    width: 15%;
  }
  footer .wrap-footer .content-item-top:nth-child(3) {
    margin-top: 5%;
    width: 100%;
  }
  footer .wrap-footer .content-item-top .wrap-address .icon {
    margin-left: 0;
  }
  footer .wrap-footer .content-item {
    width: 45%;
  }
  footer .wrap-footer .content-item .title {
    text-align: left;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  footer .wrap-footer .content-item-top {
    width: 100%;
  }
  footer .wrap-footer .content-item-top.logo {
    width: 25%;
  }
  footer .wrap-footer .content-item {
    width: 100%;
  }
}

/*# sourceMappingURL=lwd.style.css.map */
