@font-face {
  font-family: 'Roboto-Thin';
  src: url(../fonts/Roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: 'Roboto-Italic';
  src: url(../fonts/Roboto/Roboto-Italic.ttf);
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

* {
  font-family: "Roboto-Regular", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.font-bold {
  font-family: "Roboto-Bold";
}

.font-regular {
  font-family: "Roboto-Regular";
}

.font-thin {
  font-family: "Roboto-Thin";
}

body {
  overflow: auto;
  background-color: #f5f5f5;
}

.headers {
  position: relative;
  max-height: 285px;
  -webkit-clip-path: ellipse(88% 80% at 59% 18%);
  clip-path: ellipse(88% 80% at 59% 18%);
}

.headers .header-curve {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  background: url("../img/curved-header.png");
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-position: center;
  z-index: 10;
}

.headers .breadcrumb-box {
  position: absolute;
  top: 50%;
}

.headers .breadcrumb-box h1,
.headers .breadcrumb-box h3 {
  text-align: left;
  color: #f5f5f5;
}

.headers .breadcrumb-box h1 {
  font-family: "Roboto-Bold";
  margin-bottom: .2rem;
}

.headers .breadcrumb-box h3 {
  font-family: "Roboto-Thin";
  font-size: 1.2rem;
}

.headers .breadcrumb-box h3 a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.font-thin {
  font-family: "Roboto-Thin";
}

.font-italic {
  font-family: "Roboto-Italic";
}

.font-regular {
  font-family: "Roboto-Regular";
}

.font-bold {
  font-family: "Roboto-Bold";
}

.sidenav {
  width: 250px;
  height: 100%;
  position: fixed;
  padding-top: 90px;
  z-index: 2000;
  top: 0;
  right: -250px;
  background-color: #348d81ec;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: right;
}

.sidenav a {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #0f6e5d;
  text-decoration: none !important;
  font-size: 1.1em;
  color: white;
  display: block;
  transition: 0.3s;
  text-decoration: none;
  border-right: 5px solid #0f6e5d;
  transition: 0.3s;
}

.sidenav a:hover,
.sidenav a.active {
  color: #f1f1f1;
  background-color: #0f6e5d;
}

.sidenav .lang-mobile {
  display: none;
  border-bottom: 1px solid #0f6e5d;
  border-right: 5px solid #0f6e5d;
}

.sidenav .lang-mobile a {
  display: inline-block !important;
  border-color: transparent;
  border-right: 0px solid transparent;
}

.sidenav .closebtn {
  position: absolute;
  margin-bottom: 60px !important;
  top: 0;
  right: 0;
  font-size: 36px;
  border-bottom: none;
  border-right: 5px solid transparent;
}

.sidenav .closebtn:hover,
.sidenav .closebtn.active {
  color: #f1f1f1;
  background-color: transparent;
}

.sidenav .drpdn-menu {
  display: none;
  margin-right: 5px;
}

.sidenav .drpdn-menu a {
  margin-right: 0;
}

h1 {
  font-size: 2em !important;
}

h2 {
  font-size: 1.7em !important;
}

h1.title,
h1 a,
h2.title,
h2 a {
  font-family: "Roboto-Bold";
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 1em;
  text-decoration: none;
}

h1.color-green,
h1 a,
h2.color-green,
h2 a {
  color: #329080;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover {
  text-decoration: none;
}

.box-search {
  margin-top: 11px;
  border-right: 1px solid #aaaaaa;
}

.btn-search {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 7px 10px;
}

.btn-search:focus,
.btn-search:active {
  outline: none;
}

.btn-search i {
  font-size: 1.4rem;
  color: #aaaaaa;
}

.form-search {
  display: none;
  max-width: 100%;
  font-size: 1.5rem;
  font-family: "Roboto-Thin";
  padding: 5px;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #aaaaaa;
  color: #aaaaaa;
}

.form-search:focus,
.form-search:active {
  outline: none;
}

.search-img-box {
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.color-green {
  color: #329080 !important;
}

.font-size-small {
  font-size: 0.85rem;
}

.bg-white {
  background-color: white;
}

.bg-green {
  background-color: #329080;
  color: white;
}

.bg-green-alpha {
  background-color: #3290803b;
}

.material-icons.md-36 {
  transform: rotateY(180deg);
  font-size: 36px;
}

.navbar-gradient {
  /* background: #FFFFFF; */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 50%, rgba(255, 255, 255, 0) 100%); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%); */
  transition: 0.8s;
}

.navbar-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 100%);
  transition: 0.8s;
}

#nav {
  max-width: 100%;
}

.nav-item .lang {
  margin-top: 5px;
}

.nav-item img.rounded-circle {
  border: 4px solid #f9f9f9;
  box-sizing: border-box;
}

.nav-item img.active {
  border-color: #329080 !important;
}

.nav-item .nav-link a {
  text-decoration: none !important;
}

.nav-item .nav-link .material-icons {
  color: #aaaaaa;
}

.logo-box img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

.logo-box img:hover {
  cursor: pointer;
}

.video-box {
  height: 100%;
  margin-left: 30px;
}

.video-box video {
  width: 100%;
  height: inherit;
}

.img-header {
  background-color: white;
}

#carouselId {
  position: relative;
  background-color: #0984cc;
}

#carouselHead {
  position: relative;
  -webkit-clip-path: ellipse(100% 64% at 58% 34%);
  clip-path: ellipse(100% 64% at 58% 34%);
}

.carousel {
  box-shadow: none !important;
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel-home .carousel-caption {
  position: absolute;
  width: 500px !important;
  bottom: 40% !important;
  left: 50% !important;
  z-index: 100;
}

.carousel-home .carousel-caption h3,
.carousel-home .carousel-caption p {
  text-align: left !important;
  color: white;
}

.carousel-home .carousel-caption h3 {
  font-family: "Roboto-Bold";
}

.curved-top,
.curved-bottom {
  position: absolute;
  width: 100%;
  background-size: contain;
}

.curved-top {
  height: 97px;
  background: url("../img/curved-top.png") no-repeat center;
  bottom: 0;
  z-index: 3;
}

.curved-bottom {
  height: 250px;
  background: url("../img/curved-bottom.png") no-repeat center;
  bottom: 2;
  background-size: cover;
}

.bg-grape {
  position: relative;
  background-color: #0984cc;
  color: white;
}

.bg-grape a,
.bg-grape a:hover,
.bg-grape h1,
.bg-grape p {
  color: white;
  text-decoration: none;
}

.bg-grape a {
  font-family: "Roboto-Bold";
}

.bg-grape a i {
  border: 1px solid white;
  border-radius: 50%;
  padding: 3px;
  margin-right: 5px;
}

.bg-grape p {
  font-family: "Roboto-Thin";
  margin-bottom: 3em;
}

#home-about-product {
  position: relative;
  overflow: hidden;
  z-index: 100;
  height: 810px;
  max-width: 100%;
}

#home-about-product img {
  position: absolute;
  z-index: 100;
  top: 4px;
  right: -340px;
  width: 800px;
  height: auto;
  border-radius: 50%;
  padding: 30px;
  box-shadow: 0px 0px 0px 1px #aaaaaa;
}

#home-category {
  position: relative;
  top: -250px;
}

#home-category .button-box {
  position: relative;
}

#home-category .button-box a {
  z-index: 10 !important;
  border: 10px solid #f5f5f5;
}

#home-category .button-box .careousel-company {
  position: absolute;
  z-index: -1 !important;
  left: 50%;
  top: 30px;
  width: 50%;
  padding: 15px 15px 15px 100px;
  border: 3px solid #329080;
  border-radius: 25px;
}

#home-news {
  top: -100px;
  position: relative;
}

.category {
  position: relative;
}

.category a {
  text-decoration: none;
  display: block;
  width: 100% !important;
  text-align: center;
}

.category a span,
.category a .name-category {
  display: block !important;
  font-family: "Roboto-Bold";
  color: #4e4e4e;
  display: block;
  text-decoration: none;
}

.category a .category-image {
  background: linear-gradient(90deg, transparent 50%, #329080 50%);
  position: relative;
  width: 300px;
  height: 300px;
  display: inline-block;
  border-bottom-right-radius: 600px;
  border-top-right-radius: 600px;
  padding: 10px;
  margin-bottom: 30px;
  transition: .5s ease;
}

.category a .category-image img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border: 15px solid #fff;
  border-radius: 50%;
}

.category a .category-image img.img-home {
  border: 15px solid #f5f5f5;
}

.category a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.category a .middle .text {
  background-color: #50599a;
  color: white;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 50%;
}

.category a:hover {
  text-decoration: none;
}

.category:hover .category-image {
  opacity: 0.7;
}

.category:hover .middle {
  opacity: 1;
}

#owl-two .category-image {
  width: 220px !important;
  height: 220px !important;
}

#owl-two .category-image img {
  width: 200px !important;
  height: 200px !important;
}

#owl-insta .item_insta:hover .layer {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translateY(-10%);
  transition-delay: 0.04s;
}

#owl-insta .item_insta .layer {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 61, 109, 0.5);
  z-index: 999;
  transform: translateZ(0);
  top: 10%;
  text-align: center;
}

#owl-insta .item_insta .layer span {
  display: block;
  margin-top: 30%;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
}

#owl-insta .item_insta .layer span i {
  font-weight: bold;
  font-size: 40px;
}

.btn-grape {
  background-color: #50599a !important;
  color: white !important;
  border-radius: 17px !important;
  transition: all 0.5s !important;
}

.btn-grape.flat {
  border-radius: 0 !important;
}

.btn-grape:hover {
  background-color: #fdbe00 !important;
  color: white !important;
  border-color: #fdbe00;
}

.card {
  background-color: white;
  border-radius: 0 !important;
  box-shadow: none;
}

.card:hover {
  cursor: pointer;
}

.card .card-img-top {
  border-radius: 0 !important;
}

.card .card-img-top img {
  max-width: 100px !important;
}

.card .card-body.berita {
  padding: 1.3rem 0.3rem 1.3rem 1.8rem;
  background: white;
  position: relative;
  top: -2.8rem;
  margin-right: 2.8rem;
}

.card .card-body .card-date {
  font-size: 0.85em;
  font-family: "Roboto-Regular";
  color: #329080;
  text-transform: capitalize;
}

.card .card-body .card-title {
  height: 72px;
  font-size: 1.2rem;
  font-family: "Roboto-Bold";
}

.card .card-body .card-text {
  font-family: "Roboto-Regular";
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-news {
  font-family: "Roboto-Regular";
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  border-radius: 0 !important;
}

.custom-owl-nav {
  text-align: center;
  margin-top: 2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-owl-nav .icons {
  display: inline-block;
  width: 40px;
  padding: 7px 10px;
  background-color: #cccccc;
  color: #575757;
  cursor: pointer;
}

.custom-owl-nav .owl-dots {
  display: inline;
  padding: 0;
  margin: 0 15px;
}

.custom-owl-nav .owl-dots li.owl-dot {
  display: inline-block;
  margin: 2px;
  width: 8px;
  height: 8px;
  background-color: #aaaaaa;
  border-radius: 50%;
}

.custom-owl-nav .owl-dots li.owl-dot.active {
  background-color: #7a7a7a;
}

.custom-owl-nav .owl-dots li.owl-dot:hover {
  cursor: pointer;
}

.galery {
  display: flex;
  flex-wrap: nowrap;
  max-height: 272px;
}

.galery .picture {
  width: 25%;
  margin: 0 5px;
}

.galery .picture:first-of-type {
  margin-left: 0;
}

.galery .picture:last-of-type {
  margin-right: 0;
}

.galery .picture img {
  max-width: 100%;
  height: auto;
}

#home-footer {
  background-color: #0984cc;
}

#home-footer .location-bg {
  background: #f5f5f5;
  background-size: cover;
  min-height: 630px;
}

footer {
  position: relative;
  background-color: #0984cc;
}

footer .curved-ftr {
  position: absolute;
  top: -70px;
  left: 0;
  min-width: 100%;
  height: 70px;
  background: url("../img/bg-footer.png") no-repeat center;
  background-size: cover;
}

footer h3 {
  color: white;
  font-size: 1rem;
  font-family: "Roboto-Bold";
  margin: 30px 0 10px;
  text-transform: uppercase;
}

footer .footer-info {
  color: white;
  font-family: "Roboto-Thin";
  font-size: 1rem;
}

footer .footer-info a {
  display: block;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Roboto-Thin";
}

footer .footer-info a.inline {
  color: #fdbe00;
  text-transform: none;
  display: inline !important;
  font-family: "Roboto-Regular";
}

footer .footer-info a:hover {
  color: #fdbe00;
}

footer .footer-info .form-subscribe {
  margin: 15px 0;
}

footer .footer-info .form-subscribe input,
footer .footer-info .form-subscribe button {
  border: none;
  font-size: 0.9rem;
}

footer .footer-info .form-subscribe input {
  width: 100%;
  border-radius: 10px;
  padding: 12px 20px;
  color: #aaaaaa;
  font-family: "Roboto-Italic";
}

footer .footer-info .form-subscribe button {
  display: inline;
  margin-left: -85px;
  padding: 10px;
  border-radius: 8px;
  background-color: #50599a;
  color: white;
}

footer .sosmed {
  display: flex;
  flex-wrap: nowrap;
}

footer .sosmed a {
  text-align: center;
  width: 35px;
  line-height: 35px;
  background-color: #07517c;
  margin-top: 15px;
  margin-right: 5px;
  color: white;
  border-radius: 50%;
}

footer .copyright {
  position: relative;
  padding: 30px 0;
  margin-top: 60px;
  background-color: #07517c;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Roboto-Regular";
  color: white;
}

footer .copyright a,
footer .copyright a:hover {
  text-decoration: none;
  color: white;
  font-family: "Roboto-Regular";
}

.icon {
  position: fixed;
  bottom: 10px;
  z-index: 1000;
}

.icon.icon-wa {
  left: 30px;
}

.icon.icon-chat {
  right: 30px;
}

.side-about ul {
  padding: 0;
  margin-left: 10px;
}

.side-about ul li {
  list-style: none;
}

.side-about ul li a {
  display: block;
  margin: 10px;
  text-decoration: none;
  color: #24796a;
  font-size: 0.9rem;
  font-family: "Roboto-Bold";
}

.side-about ul li a::before {
  font-family: "Material Icons";
  margin-left: -15px;
  content: "\e5cc";
}

.about-content {
  padding-top: 6rem;
}

.about-content:first-of-type {
  padding-top: 0;
}

.about-content p {
  font-family: "Roboto-Regular";
  font-weight: 300;
  font-size: 0.9rem;
}

.bg-clouds-g {
  background-color: #32908030;
  padding: 5rem 0;
  margin-bottom: 10px;
}

.bg-clouds-w {
  background-color: #fff;
  padding: 5rem 0;
}

.img-div {
  position: relative;
}

.img-div .image-about {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-div .image-about img {
  width: inherit;
  box-shadow: 0px 2px 10px #888888;
}

.ctg-item {
  margin-bottom: 2rem;
  position: relative;
}

.ctg-item a {
  color: #3d3d3d;
  font-family: "Roboto-Bold";
  text-decoration: none;
}

.ctg-item .ctg-img {
  background-color: white;
}

.ctg-item .ctg-name {
  margin: 15px 0;
  color: #3d3d3d;
  font-family: "Roboto-Bold";
  text-decoration: none;
}

.ctg-item .border-bottom {
  width: 93%;
  border-bottom: 1px solid #aaaaaa;
  position: absolute;
  bottom: 0;
}

#ctg {
  padding-bottom: 10rem !important;
}

#ctg .category {
  margin-bottom: 5rem !important;
}

.product-side h3 {
  font-family: "Roboto-Bold";
  font-size: 1rem;
  color: black;
}

.product-type-box {
  max-height: 400px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.product-type-box::-webkit-scrollbar {
  width: 5px;
}

.product-type-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product-type-box::-webkit-scrollbar-thumb {
  background: #888;
}

.product-type-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.product-type-box .custom-control {
  font-size: 0.85rem;
  line-height: 1.9;
}

.product-type-box .custom-control .custom-control-label::before {
  width: 1rem;
  height: 1rem;
  border-radius: 4px;
}

.product-type-box .custom-control .custom-control-label::after {
  top: 4px;
  left: 5px;
}

.product-type-box .custom-control .custom-control-input:checked~.custom-control-label::before {
  background-color: #329080;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
}

.btn-prd-search {
  line-height: 0 !important;
}

.btn-prd-search:hover {
  background-color: #329080;
  color: white;
}

.btn-prd-search i {
  font-size: 0.7rem;
}

.product-category-box {
  font-family: "Roboto-Regular";
  margin-bottom: 3rem;
}

.product-category-box a {
  display: block;
  text-decoration: none;
  font-size: 0.85rem;
  color: #555;
  font-family: "Roboto-Regular";
}

.product-category-box a:hover {
  color: #329080 !important;
}

.product-container .items-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-container a {
  text-decoration: none;
}

.product-container .product-show-info {
  font-size: 0.85rem;
  color: black;
  font-family: "Roboto-Regular";
}

.product-container .product-show-info b {
  font-family: "Roboto-Bold";
  padding: 5px 15px;
}

.product-container .product-show-info select {
  display: inline-block;
  min-width: 70px;
  padding: 5px 15px;
  text-align: right;
  border: none;
  border-left: 1px solid #aaaaaa;
  outline: none;
}

.product-container .product-item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 10px 15px;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
}

.product-container .product-item .product-image {
  position: relative;
  margin-bottom: 30px;
}

.product-container .product-item .product-image img {
  width: 100%;
  height: auto;
}

.product-container .product-item .product-image .product-type {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-family: "Roboto-Regular" !important;
  color: #24796a !important;
  font-size: 0.8rem;
}

.product-container .product-item .product-name {
  margin-bottom: auto;
  font-size: 1rem;
  color: black;
  font-family: "Roboto-Bold";
}

.pgn {
  padding: 0;
}

.pgn .pg-item {
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  border: 2px solid #329080;
  border-radius: 50%;
  line-height: 1.5;
}

.pgn .pg-item:hover {
  background-color: #329080;
}

.pgn .pg-item:hover .pg-link {
  color: white;
}

.pgn .pg-item .pg-link {
  font-size: 0.9rem;
  display: inline-block;
  color: #329080;
}

.pagination {
  margin: 5px 0;
}

.pagination li a,
.pagination li a:first-child,
.pagination li a:last-child {
  text-align: center;
  text-decoration: none;
  float: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #329080;
  border-radius: 50%;
  line-height: 1.7;
}

.pagination li.active>a,
.pagination li a:hover,
.pagination li a:focus,
.pagination li.active>a:hover {
  text-decoration: none;
  color: white;
  border: 1px solid #329080;
  background-color: #329080;
  line-height: 1.7;
}

.type-detail {
  color: #329080;
  font-size: 0.9rem;
}

.desc-detail {
  font-size: 0.95rem;
  font-family: "Roboto-Regular";
}

.desc-detail p {
  font-size: inherit !important;
  font-family: "Roboto-Regular";
}

.detail-contact {
  color: white;
  background-color: #50599a;
  padding: 10px 5px;
}

.detail-contact h6 {
  text-align: center;
  color: white;
  font-weight: 600;
}

.detail-contact a span {
  background-color: #50599a;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  color: white;
}

.detail-contact a span:hover {
  color: #329080;
  text-decoration: none;
}

.socmed-detail {
  position: relative;
}

.socmed-detail i {
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 0.85rem;
  color: white;
  border-radius: 50%;
  padding-top: 8px;
}

.socmed-detail i.fa-facebook {
  background-color: #3b5997;
}

.socmed-detail i.fa-twitter {
  background-color: #17bee2;
}

.socmed-detail i.fa-google-plus {
  background-color: #d74035;
}

.socmed-detail i.fa-linkedin {
  background-color: #036b8e;
}

.socmed-detail i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 10%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 10%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 10%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.socmed-detail i.fa-youtube-play {
  background-color: #ff0000;
}

.btn-enquiry {
  background-color: #24796a;
  color: white;
  padding: 8px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Roboto-Thin";
  font-size: 0.9rem;
  text-decoration: none;
}

.btn-enquiry:hover {
  color: white;
  text-decoration: none;
}

.tabs-detail {
  margin-top: 4rem;
}

.tabs-detail .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.tabs-detail .nav-tabs li a {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  font-family: "Roboto-Bold";
  color: #999;
  border-bottom: 3px solid transparent;
  width: max-content;
}

.tabs-detail .nav-tabs li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #329080;
}

.tabs-detail .nav-tabs li a.active {
  border-bottom: 3px solid #329080;
}

.tabs-detail .nav-tabs li a.active .arrow-top {
  position: absolute;
  bottom: 0;
  left: 45%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #329080;
}

.tabs-detail .tab-content {
  padding: 3rem 1rem;
}

.news-list-box .news-item {
  position: relative;
  height: 465px;
  margin-bottom: 30px;
  border-radius: .625rem;
  box-shadow: 0px 3px 10px #ebe2e2;
}

.news-list-box .news-item .card-text {
  font-family: "Roboto-Regular";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list-box .news-item .btn-news {
  position: absolute;
  bottom: -20px;
}

.carousel-news {
  box-shadow: 0px 3px 10px #ebe2e2 !important;
}

.carousel-news .carousel-item {
  cursor: pointer;
}

.carousel-news .carousel-item .carousel-caption {
  width: inherit !important;
  max-height: 40%;
  bottom: 0 !important;
  left: 0 !important;
  padding: 15px;
  background-color: white;
}

.carousel-news .carousel-item .carousel-caption h3 {
  font-size: 1.5rem;
  text-align: left;
  font-family: "Roboto-Bold";
}

.carousel-news .carousel-item .carousel-caption p {
  font-size: 0.9rem;
  text-align: left;
  font-family: "Roboto-Regular";
  color: black;
}

.news-side-box {
  padding: 0 10px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 10px #ebe2e2 !important;
}

.news-side-box h3 {
  margin: 0 -10px;
  padding: 10px;
  background-color: #50599a;
  font-family: "Roboto-Bold";
  font-size: 1.25rem;
  color: white;
}

.news-side-box .news-side-box-list {
  padding: 10px 0;
}

.news-side-box .news-side-box-list ul {
  margin: 0px;
  padding: 0px;
}

.news-side-box .news-side-box-list ul li {
  display: inline-block;
  list-style: none;
  border: 1px solid #24796a;
  border-radius: 3px;
}

.news-side-box .news-side-box-list ul li a {
  display: block;
  padding: 0 5px;
  font-size: 0.9rem;
  color: #329080;
  text-decoration: none;
}

.news-side-box .news-side-box-list ul li a:hover {
  text-decoration: none;
}

.news-side-box .news-side-box-list ul li:hover {
  background-color: #329080;
}

.news-side-box .news-side-box-list ul li:hover a {
  color: white;
}

.maps-container iframe {
  background-color: #aaaaaa;
  width: 100%;
}

#contact-sec .message-header h3 {
  font-family: "Roboto-Regular" !important;
}

#contact-sec .location,
#contact-sec .contact {
  margin-bottom: 15px;
  font-family: "Roboto-Regular";
  font-size: 0.9rem;
}

#contact-sec .location h5,
#contact-sec .contact h5 {
  font-family: "Roboto-Bold";
}

#contact-sec .form-control {
  border: 1px solid #329080;
  border-radius: 0;
  font-family: "Roboto-Regular";
}

#contact-sec .with-border {
  border-right: 1px dotted #24796a;
}

h1.office-center {
  font-family: "Roboto-Bold";
  margin-bottom: 0px;
}

h1.office-center {
  color: rgba(50, 144, 128, 0.5);
}

.header-contact {
  padding: 5px;
  background-color: #329080;
  color: white;
}

.header-contact h1 {
  color: white;
  margin: 0;
  font-size: 1.4rem !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#contact-branch {
  background-color: #3290803b;
}

#contact-branch .title {
  color: white;
  margin-bottom: 0;
}

#contact-branch .branch-maps iframe {
  width: 100%;
  max-height: 250px;
}

#accordion h4 {
  padding: 5px 10px;
  font-size: 1.3em;
  background-color: #24796a;
  color: white;
  font-family: "Roboto-Bold";
}

#accordion .loc,
#accordion .phn,
#accordion .fax,
#accordion .email {
  position: relative;
  padding: 5px 25px;
  font-size: 0.9rem;
  font-family: "Roboto-Regular" !important;
}

#accordion .loc i.fa,
#accordion .phn i.fa,
#accordion .fax i.fa,
#accordion .email i.fa {
  width: 18px;
  margin-left: -20px;
}

#accordion .loc a,
#accordion .phn a,
#accordion .fax a,
#accordion .email a {
  text-decoration: none;
  color: #50599a;
}

#accordion .loc a:hover,
#accordion .phn a:hover,
#accordion .fax a:hover,
#accordion .email a:hover {
  color: #fdbe00;
}

.career-title {
  padding: 5px 10px;
  font-size: 1.3em;
  color: white;
  font-family: "Roboto-Regular";
  background-color: #24796a;
}

.career-title i {
  color: white;
}

.career-nodata {
  display: block;
  padding: 10px;
  border: 1px solid #24796a;
  background-color: rgba(50, 144, 128, 0.5);
  font-family: "Roboto-Thin";
  font-size: 1.4rem;
  text-align: center;
  color: white;
}

.cv-box {
  padding: 10px;
  border: 1px dashed #50599a;
}

.cv-box h4 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #50599a;
}

.cv-box .form-control {
  border-radius: 0px;
  border: 1px solid #50599a;
}

.cv-box label {
  color: black;
  font-family: "Roboto-Bold";
  font-size: 0.9rem;
}

.cv-box fieldset {
  display: block !important;
  margin-bottom: 15px;
  margin-inline-start: 2px !important;
  margin-inline-end: 2px !important;
  padding-block-start: 0.35em !important;
  padding-inline-start: 0.75em !important;
  padding-inline-end: 0.75em !important;
  padding-block-end: 0.625em !important;
  min-inline-size: min-content !important;
  border-width: 2px !important;
  border-style: groove !important;
  border-color: threedface !important;
  border-image: initial !important;
}

.cv-box legend {
  display: block !important;
  width: auto !important;
  font-size: 1.2rem !important;
  padding-inline-start: 2px !important;
  padding-inline-end: 2px !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}

.career-desc {
  padding: 10px;
  font-size: 0.9rem;
  font-family: "Roboto-Regular";
  font-weight: 100;
}

.tabs-cv ul {
  border: none;
}

.tabs-cv ul li {
  margin-right: 5px;
}

.tabs-cv ul li:hover,
.tabs-cv ul li.active {
  border-bottom: 5px solid #329080;
}

.tabs-cv ul li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #24796a;
}

.cate-slide-box {
  position: relative;
}

.cate-slide-box .category {
  display: flex;
}

.cate-slide-box #news-prev,
.cate-slide-box #news-next {
  position: absolute;
  top: 38%;
  color: rgba(128, 128, 128, 0.623);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cate-slide-box #news-prev:hover,
.cate-slide-box #news-next:hover {
  cursor: pointer;
}

.cate-slide-box #news-prev {
  left: -30px;
}

.cate-slide-box #news-next {
  right: -30px;
}

.no-data {
  background-color: #3290802c;
  margin-top: 50px;
  text-align: center;
  padding: 75px 0;
  font-family: "Roboto-Thin";
  color: #aaaaaa;
}

.datepicker {
  border-radius: 0 !important;
}

#page-info {
  display: none;
  padding: 20px 0;
}

#page-info h1 {
  font-weight: bold;
}

/* MEDIA QUERIES */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .video-box {
    margin-left: 0;
  }

  #home-about-product {
    height: auto;
  }

  #home-about-product .pb-5 {
    padding-bottom: 0 !important;
  }

  #home-category {
    top: 0;
  }

  #home-category>.pt-5 {
    padding-top: 0 !important;
  }

  #home-category .button-box .careousel-company {
    position: relative !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: auto;
    padding: 15px;
  }

  #home-news {
    top: 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #home-category .button-box .careousel-company {
    position: relative !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: auto;
    padding: 15px;
  }

  .video-box {
    margin-left: 0;
  }

  #news-prev {
    left: 0px;
  }

  #news-next {
    right: 0px;
  }
}

@media (max-width: 767.98px) {
  .logo-box {
    display: block !important;
  }

  .carousel-news .carousel-caption {
    position: relative;
  }

  .category-image {
    width: 280px !important;
    height: 280px !important;
  }

  .category-image img {
    width: 260px !important;
    height: 260px !important;
  }

  .lang {
    display: none !important;
  }

  .lang-mobile {
    display: block !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  #home-category .button-box .careousel-company {
    position: relative;
    padding: 15px 40px;
    margin: 0 auto;
    left: 0;
    top: 0;
  }

  .category-image {
    width: 230px !important;
    height: 230px !important;
  }

  .category-image img {
    width: 210px !important;
    height: 210px !important;
  }
}

@media (max-width: 991.98px) {
  .logo-box {
    max-width: 230px;
  }

  img.logo {
    height: auto;
  }

  .curved-top,
  .curved-bottom {
    display: none;
  }

  #home-about-product img {
    display: none;
  }

  .category-image {
    transform: rotate(0);
  }

  .category-image img {
    transform: rotate(0);
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
  .headers {
    clip-path: none;
    -webkit-clip-path: none;
    max-height: 100px;
    overflow: hidden;
  }

  .headers .breadcrumb-box {
    display: none;
  }

  #page-info {
    display: block;
  }

  .link-site {
    display: flex;
    padding-left: 0;
    margin: 0;
  }

  .link-site li {
    position: relative;
    list-style: none;
    margin-right: 25px;
  }

  .link-site li:last-child:before {
    display: none;
  }

  .link-site li:before {
    position: absolute;
    content: '/';
    top: 0;
    right: -17px;
  }

  .link-site li a {
    display: block;
    color: #565656;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

/*new */
.nav-link {
  color: #FFFFFF
}

.nav-link:hover {
  color: #0984cc;
  border-bottom: 2px solid #0984cc;
  border-width: thin;
  box-shadow: 2px 4px;
}

.nav-link-col {
  color: #3d3d3d;
}

.navbar-toggler {
  width: 47px;
  height: 34px;
  background-color: transparent;
  border: none;
}

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

.navbar-toggler .line2 {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #3d3d3d;
  margin-bottom: 5px;
}

.navbar-toggler:focus.linenav {
  outline: 1px solid #FFFFFF;
}

.navbar-toggler:focus.linenav2 {
  outline: 1px solid #3d3d3d;
}

.navbar {
  padding: 1.75rem 1.5rem;
}

.bg_load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #EEE;
  z-index: 99999;
}

.wrapper {
  z-index: 99999;
  /* Size and position */
  font-size: 25px;
  /* 1em */
  width: 8em;
  height: 8em;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;

  /* Styles */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1em dashed rgba(138, 189, 195, 0.5);
  box-shadow:
    inset 0 0 2em rgba(255, 255, 255, 0.3),
    0 0 0 0.7em rgba(255, 255, 255, 0.3);
  animation: rota 3.5s linear infinite;

  /* Font styles */
  font-family: 'Racing Sans One', sans-serif;

  color: #444;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 .04em rgba(255, 255, 255, 0.9);
  line-height: 6em;
}

.wrapper:before,
.wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 0 2em rgba(255, 255, 255, 0.3);
  border: 1em dashed;
}

.wrapper:before {
  border-color: rgba(138, 189, 195, 0.2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wrapper:after {
  border-color: rgba(138, 189, 195, 0.4);
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
}

.wrapper .inner {
  width: 110%;
  height: 110%;
  animation: rota 3.5s linear reverse infinite;
}

.wrapper span {
  display: inline-block;
  animation: placeholder 1.5s ease-out infinite;
}

.wrapper span:nth-child(1) {
  animation-name: loading-1;
}

.wrapper span:nth-child(2) {
  animation-name: loading-2;
}

.wrapper span:nth-child(3) {
  animation-name: loading-3;
}

.wrapper span:nth-child(4) {
  animation-name: loading-4;
}

.wrapper span:nth-child(5) {
  animation-name: loading-5;
}

.wrapper span:nth-child(6) {
  animation-name: loading-6;
}

.wrapper span:nth-child(7) {
  animation-name: loading-7;
}

@keyframes rota {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-1 {
  14.28% {
    opacity: 0.3;
  }
}

@keyframes loading-2 {
  28.57% {
    opacity: 0.3;
  }
}

@keyframes loading-3 {
  42.86% {
    opacity: 0.3;
  }
}

@keyframes loading-4 {
  57.14% {
    opacity: 0.3;
  }
}

@keyframes loading-5 {
  71.43% {
    opacity: 0.3;
  }
}

@keyframes loading-6 {
  85.71% {
    opacity: 0.3;
  }
}

@keyframes loading-7 {
  100% {
    opacity: 0.3;
  }
}

@media screen and (min-width: 992px) {
  .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }
  .gale{
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    background: #5a6a81;
    transition: 0.8s;
  }
  header{
    margin-bottom: 80px;
  }
}