/*.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .row:after, .row:before {
    display: table;
    content: " ";
    width: 100%;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Ubuntu", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}
.section-bg-rounded {
  position: relative;
  background-size: cover;
}
.bg-14 {
  /*background-image: url(clouds18.f11934a….png);*/
}
.info-box-text a {
  color: #49bdaa;
}
.latest-blog h4 {
  line-height: 28px;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #333;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 768px) {
  .latest-blog h4 {
    padding-bottom: 15px;
  }

  .blog-isi {
    padding-bottom: 25px;
  }

  .partner img {
    margin-left: 25px;
  }

  .dm-mb-100 {
    margin-bottom: 100px !important;
  }

  .m-banner {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
  }

  .m-banner-2 {
    margin-top: 3rem !important;
    margin-bottom: 1rem !important;
  }

  .dm-h-200 {
    height: 200px !important;
  }

  .dm-objectf-cover {
    object-fit: cover !important;
  }

  .dm-objectp-center {
    object-position: center !important;
  }

  .mobile-version {
    display: block !important;
  }

  .desktop-version {
    display: none !important;
  }

  .dm-pt-10 {
    padding-top: 10px !important;
  }

  .dm-size-22 {
    font-size: 22px !important;
  }

  .dm-lh-26 {
    line-height: 26px !important;
  }

  .dm-pl-20 {
    padding-left: 20px !important;
  }

  .dm-p-50-0 {
    padding: 50px 0 !important;
  }

  .dm-mb-0 {
    margin-bottom: 0 !important;
  }

  .dm-mb-3r {
    margin-bottom: 3rem !important;
  }

  .dm-mb-13r {
    margin-bottom: 13rem !important;
  }

  .dm-mb-115r {
    margin-bottom: 11.5rem !important;
  }

  .h-250 {
    height: 320px !important;
  }

  .dm-d-none {
    display: none !important;
  }

  .box-services {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0px 10px !important;
  }

  .product {
    width: 50% !important;
  }

  .product img {
    width: 130px !important;
  }

  .product h3 {
    font-size: 13px !important;
  }

  .dm-d-partner {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .partner img.partner-logo {
    width: 25% !important;
  }

  .partner img {
    padding: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-xs-4 {
    width: 33.333333% !important;
  }

  .p-milestone-title {
    padding: 0px 10px !important;
  }

  .dm-size-11 {
    font-size: 11px !important;
  }

  .p-milestone-content {
    padding: 10px 0px 15px 0 !important;
  }

  .size-milestone-counter {
    font-size: 25px !important;
  }

  .mb-partner-title {
    margin-bottom: 20px !important;
  }

  #carousel1 {
    max-width: 100% !important;
  }

  .owl-carousel .owl-dots .owl-dot {
    margin: 0px 4px 0 4px !important;
  }

  .mt-blog-content {
    margin-top: 0.25rem !important;
  }

  .gallery {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .dm-lh-24 {
    line-height: 24px !important;
  }

  .dm-p-0 {
    padding: 0 !important;
  }

  .m-20-auto {
    margin: 20px auto !important;
  }

  .fancy-title {
    margin-bottom: 10px !important;
  }

  figure {
    padding: 0 !important;
    margin: 0 !important;
  }

  figure iframe {
    width: auto !important;
    height: auto !important;
  }

  .footer {
    padding-top: 25px !important;
  }

  .single-video {
    width: 100% !important;
  }

  #carousel-desktop {
    display: none !important;
  }

  #carousel-mobile {
    display: block !important;
  }

  .size-carrier-title {
    font-size: 20px !important;
  }
}
.latest-blog div {
  text-align: justify;
}
.info-box-content {
  text-align: left;
}
.heading-title span {
  display: block;
  font-size: 31px;
}
.quote {
  background-color: #f9f9f9;
  padding: 30px 30px 30px 50px;
  /* border-left: solid 5px yellow !important; */
  font-family: "Work Sans", sans-serif;
  border-radius: 15px;
  font-size: 22px !important;
  color: darkgrey;
  line-height: 32px !important;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
}
.quote a {
  color: tomato !important;
}
.bg-primary-color {
  background: rgba(245, 160, 130, 1);
  background: -moz-linear-gradient(-45deg, rgba(245, 160, 130, 1) 0%, rgba(255, 118, 94, 1) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(245, 160, 130, 1)),
    color-stop(100%, rgba(255, 118, 94, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(245, 160, 130, 1) 0%,
    rgba(255, 118, 94, 1) 100%
  );
  background: -o-linear-gradient(-45deg, rgba(245, 160, 130, 1) 0%, rgba(255, 118, 94, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(245, 160, 130, 1) 0%, rgba(255, 118, 94, 1) 100%);
  background: linear-gradient(135deg, rgba(245, 160, 130, 1) 0%, rgba(255, 118, 94, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a082', endColorstr='#ff765e', GradientType=1 );
}

.bg-primary-color2 {
  background: rgba(255, 221, 0, 1);
  background: -moz-linear-gradient(-45deg, rgba(255, 221, 0, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 221, 0, 1)),
    color-stop(100%, rgba(255, 191, 0, 1))
  );
  background: -webkit-linear-gradient(-45deg, rgba(255, 221, 0, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 221, 0, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 221, 0, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 221, 0, 1) 0%, rgba(255, 191, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#ffbf00', GradientType=1 );
}

.bg-primary-color3 {
  background: rgba(129, 239, 247, 1);
  background: -moz-linear-gradient(-45deg, rgba(129, 239, 247, 1) 0%, rgba(94, 255, 228, 1) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(129, 239, 247, 1)),
    color-stop(100%, rgba(94, 255, 228, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(129, 239, 247, 1) 0%,
    rgba(94, 255, 228, 1) 100%
  );
  background: -o-linear-gradient(-45deg, rgba(129, 239, 247, 1) 0%, rgba(94, 255, 228, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(129, 239, 247, 1) 0%, rgba(94, 255, 228, 1) 100%);
  background: linear-gradient(135deg, rgba(129, 239, 247, 1) 0%, rgba(94, 255, 228, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81eff7', endColorstr='#5effe4', GradientType=1 );
}
.pt100 {
  padding-top: 100px;
}
.bg-rounded-style1:before {
  height: 220px;
  background-image: url(01-wave-rotate-180.3c9ebef….svg);
}
.section-bg-rounded:before {
  top: -1px;
  left: -2px;
}
.section-bg-rounded:after,
.section-bg-rounded:before {
  content: "";
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background-size: cover;
  width: calc(100% + 2px);
}
.bg-rounded-style1:after {
  height: 220px;
  background-image: url(01-wave.2763c6f….svg);
}
.section-bg-rounded:after {
  left: -2px;
  bottom: -1px;
}
.section-bg-rounded:after,
.section-bg-rounded:before {
  content: "";
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background-size: cover;
  width: calc(100% + 2px);
}
*,
:after,
:before {
  box-sizing: border-box;
}
.widget-archive {
  font-size: 13px;
  line-height: 24px;
  color: #666;
}
.widget-archive li a span {
  color: white;
  background-color: #f16564;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
  font-size: 11px;
}

.section-bg-rounded > .container {
  z-index: 1;
  position: relative;
}
.pb120 {
  padding-bottom: 120px;
}
.bg-rounded-style1:after {
  height: 691px !important;
  background-image: url(../img/01-wave.svg);
}
.section-bg-rounded:after {
  left: -2px;
  bottom: -1px;
}
.section-bg-rounded:after,
.section-bg-rounded:before {
  content: "";
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background-size: cover;
  width: calc(100% + 2px);
}
.custom-color :not(.btn):not(.breadcrumbs-item):not(.category-link):not(.breadcrumbs-custom) {
  color: #444 !important;
  fill: inherit !important;
}

.tecdiary-heading > :first-child {
  margin-top: 0;
}
.heading-sup-title {
  opacity: 0.7;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
}
.h6,
h6 {
  margin: 0.5em 0;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
  color: #333;
  font-family: KoHo, sans-serif;
  letter-spacing: 0.02em;
}
.heading-title {
  margin-bottom: 0px;
  line-height: 1.3em;
}

.w900 {
}

h3 {
  margin: 20px 0 !important;
}

.h1,
h1 {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  color: #273f5b;
  font-family: KoHo, sans-serif;
  line-height: 1em;
  letter-spacing: 0.02em;
}
.tecdiary-heading > :last-child {
  margin-bottom: 0;
}
.heading-text {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.75;
}
.btn--with-shadow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}
.btn--secondary.btn--with-shadow:after {
  box-shadow: 10px 0 30px 0 rgba(39, 63, 91, 0.5);
}
.btn--secondary {
  background-color: #f16564;
}
.btn--secondary:hover {
  background-color: #f5ce16;
  color: #333;
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  color: white;
  font-size: 21px;
  font-weight: 900;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.tecdiary-heading + * {
  margin-top: 25px;
}

.bg-blue-lighteen {
  background-color: #fff;
  padding-top: 60px;
}
.tecdiary-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.dropdown-menu li {
  line-height: 28px;
}

.featured-boxes-style-3 {
  z-index: 0;
}

.featured-box {
  z-index: 0;
}

.info-box--classic .info-box-image {
  float: left;
  margin: 20px 40px 0 0;
}
.tecdiary-info-box .info-box-image {
  margin-right: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
a {
  text-decoration: none;
  color: #273f5b;
  transition: all 0.15s linear;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a,
button {
  cursor: pointer;
}
a.button-detail {
  border-color: #999 !important;
  color: #999 !important;
  margin-right: 5px;
  border-radius: 5px;
}
a.button-detail:hover {
  background-color: #999 !important;
  color: white !important;
}
.button-order {
  border-radius: 5px;
}

.info-box-image[_ngcontent-c5] .tec-icon[_ngcontent-c5] {
  width: 60px;
  height: auto;
}
.info-box--classic .tec-icon {
  height: 60px;
  width: 60px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

html .scroll-to-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #fff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 10px 35px;
  position: fixed;
  right: 100px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
}

html .scroll-to-top:hover {
  opacity: 1;
}

html .scroll-to-top.visible {
  opacity: 0.75;
}

html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

html.ie11 .scroll-to-top {
  right: 25px;
}
img {
  max-width: 125%;
  height: auto;
  display: inline-block;
  border-style: none;
  margin-right: 2px;
}

.special-dropdown {
  border-top: solid 1px #cecece;
}
.firstmenu-dropdown {
  padding-bottom: 10px;
}
.firstmenu-dropdown img {
  float: left;
  margin-left: 5px;
}
.firstmenu-dropdown p {
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  float: left;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}
.firstmenu-dropdown span {
  font-weight: normal;
  font-style: italic;
  display: block;
  color: #666;
  font-size: 9px;
}
.dropdown li a:hover {
  font-weight: bold;
}

/*	our customer*/
h1 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
/*h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #1abc9c;
	left: 0;
	right: 0;
	bottom: -20px;
}*/
.carousel {
  margin: 0 auto;
  /*padding: 0 70px;*/
}

.carousel img {
}
.carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial-wrapper {
  padding: 0 10px;
}
.carousel .testimonial {
  color: #808080;
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: justify;
}
.carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #f1f1f1;
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.carousel .star-rating li {
  padding: 0 2px;
}
.carousel .star-rating i {
  font-size: 16px;
  color: #ffdc12;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 5px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #1abc9c;
}
.carousel .carousel-indicators {
  bottom: -70px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 1px 2px;
}
.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
  background: #1abc9c;
  border: 5px double;
}

.customer {
  height: 400px;
}

/*end customer*/

.dropdown-toggle::after {
  border: 0 !important;
}

.logo-footer img {
  margin-left: 15px;
}
/* Basic styling */
html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  /* font-family: "Ubuntu", sans-serif; */
  line-height: 1.4;
  transition: all 0.5s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.01em;
  line-height: 36px;
}
code {
  display: block;
  background-color: #eee;
  padding: 2em;
  overflow: scroll;
  white-space: nowrap;
}

.footer-down {
  display: inline-flex;
  width: 100%;
}

.down-left p {
  margin-top: 10px;
  font-size: 11px;
  position: relative;
  /*left:-165px;*/
}

.down-right {
  right: -325px;
  margin-top: -10px;
  position: relative;
  left: 395px;
}

.footer {
  /*max-width: 800px;*/
  padding-top: 8px;
  margin: 0 auto;
  background: url(../img/footer-bar.gif) no-repeat top left;
  clear: both;
}
.karir li {
  text-align: right;
  list-style: none;
  padding: 10px;
  font-size: 11px !important;
  display: inline-flex;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.meta {
  margin: 0 0 40px 0;
  font-size: 0.8em;
}
.properties-table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin-top: 2em;
  font-size: 0.85em;
  background-color: #eee;
}
.properties-table th,
.properties-table td {
  text-align: left;
  padding: 10px;
}
.properties-table th {
  border-bottom: 1px solid #333;
  line-height: 2;
}
/* End Basic styling */

#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 400px;
  background-color: #999;
}

#demo-2 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 400px;
  background: url(../img/bg.jpg) #fff no-repeat top center;
}

.demo-inner-content img {
  width: 30%;
}

.fa-phone {
  color: white;
  background: #333;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  margin: 31px;
  font-size: 1.2em;
}
.fa-comment-o {
  margin: 30px;
  color: white;
  background: #333;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.6em 0.6em;
  font-size: 1.2em;
}
.fa-ticket {
  margin: 30px;
  color: white;
  background: #333;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.6em 0.6em;
  font-size: 1.2em;
}
.fa-question-circle {
  margin: 28px;
  font-size: 3em !important;
}

.support .col-md-3 {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border: 1px solid #f1f1f1;
  margin: 5px;
  width: 24% !important;
  padding: 0;
}

.support .col-md-3 p {
  padding: 0 30px !important;
}

.btn-sup-1 {
  margin-top: 40px;
  background: #f15a24;
}
.btn-sup-2 {
  background: #652e91;
  bottom: -29px !important;
}
.btn-sup-3 {
  margin-top: 49px;
  background: #168f9a;
}
.btn-sup-4 {
  margin-top: 49px;
  background: #f15a24;
}
.support p b {
  letter-spacing: 5px;
}

.widget-archive li {
  list-style: none;
}

.support button {
  color: white;
  border: none;
  width: 100%;
  border-radius: 0px;
  font-size: 13px;
  position: relative;
  bottom: 0;
}

.content-about li {
  list-style: circle;
  margin-left: 15px;
}

.demo-inner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 600px;
  min-height: 600px;
  text-align: center;
  font-size: 1em;
}

.login-register {
  width: 5%;
}

.login-register button {
  border-radius: 0px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid white;
  border-right: none;
  font-size: 10px;
  background: #168f9a;
  padding: 5px 15px !important;
}

.btn-login {
  border-right: 1px solid white !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.btn-register {
  margin-left: -4px;
  margin-right: 20px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.login-register button a {
  color: white;
  text-decoration: none;
}

.login-register div {
  position: relative;
  right: 0;
  display: inline-flex;
  top: 10px;
}

.btn-wa {
  padding: 10px 41px !important;
  font-size: 15px !important;
  margin-top: -15px !important;
  border-radius: 5px;
  border: none !important;
  background: #25d366;
  color: white;
}
.btn-wa:hover {
  background: #075e54;
  color: white;
}

.logo-inside {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  font-size: 1em;
}

.logo-inside img {
  width: 30%;
}

.menu {
  position: fixed;
  z-index: 4;
  height: 50px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

.btn_standard a {
  font-size: 16px;
  text-decoration: underline;
  color: red;
}

.two-grid {
  width: 50%;
  float: left;
  padding-top: 20px;
}
.contact-list {
  font-size: 13px;
  line-height: 22px;
  margin-top: -30px;
}
.contact-list span {
  font-weight: bold;
  font-size: 20px;
}
.contact-list a {
  text-decoration: underline;
  color: #333;
}

.four-grid {
  width: 25%;
  float: left;
  padding-top: 20px;
}

.four-grid-split {
  width: 12%;
  float: left;
  padding-top: 20px;
}

.footer img {
  margin-top: 20px;
  -webkit-filter: grayscale(30%); /* Safari 6.0 - 9.0 */
  filter: grayscale(30%);
}

.footer p {
  font-size: 12px;
  color: #333;
  line-height: 15px !important;
  margin: 5px 0 !important;
}

.footer p a {
  text-decoration: none;
  color: #999;
  border: solid 1px #999;
  border-radius: 3px;
  padding: 1px 4px;
  margin-top: 2px;
  line-height: 25px;
  font-size: 10px;
}

.footer ul a.active {
  font-weight: bold;
}

.footer span {
  font-size: 10px;
  color: #f15a24;
}

.footer ul {
  margin-top: 10px;
  padding-left: 0;
}

.footer ul li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 5px;
  line-height: 15px !important;
}

.footer ul li a {
  text-decoration: none;
  color: #333;
}

.footer ul li a:hover {
  color: #f15a24;
  text-decoration: underline;
}

.footer ul li a.graphie {
  color: #f15a24;
  font-weight: bold;
}

.medsos a {
  float: right;
  margin-right: 12px;
  margin-bottom: 30px;
}

.menu a {
  font-size: 0.875em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 7px 15px;
  font-family: tahoma;
  float: left;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgba(237, 30, 120, 1);
  border-bottom-color: -moz-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  border-bottom-color: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(237, 30, 120, 1)),
    color-stop(49%, rgba(102, 45, 145, 1)),
    color-stop(100%, rgba(0, 169, 158, 1))
  );
  border-bottom-color: -webkit-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  border-bottom-color: -o-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  border-bottom-color: -ms-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  border-bottom-color: linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1e78', endColorstr='#00a99e', GradientType=1 );
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

button {
  padding: 10px 20px;
  font-size: 1.6em;
  border-radius: 5px;
}

.inside-rule {
  text-align: left;
  margin: 20px 40px 20px 0;
}

.news {
  width: 660px;
  float: left;
}

#gotoTop {
  display: none;

  z-index: 299;

  position: fixed;

  width: 40px;

  height: 40px;

  background-color: #333;

  background-color: rgba(0, 0, 0, 0.3);

  font-size: 20px;

  line-height: 36px;

  text-align: center;

  color: #fff;

  top: auto;

  left: auto;

  right: 100px;

  bottom: 0px;

  cursor: pointer;

  border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
  transition: background-color 0.2s linear;

  -webkit-transition: background-color 0.2s linear;

  -o-transition: background-color 0.2s linear;
}

.stretched #gotoTop {
  bottom: 30px;
}

#gotoTop:hover {
  background-color: #0d72ba;
}

.paging a {
  font-size: 14px;
  color: #000;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  border: solid 1px #eee;
  border-radius: 3px;
  margin-top: 20px;
}

.paging a:hover {
  text-decoration: underline;
  background-color: #f9f9f9;
}

.paging a.active {
  color: red;

  border-color: red;
}

.cf {
  clear: both;
}

.menu a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.menu a.selected {
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-width: 4px;
  border-bottom-style: solid;
  background-color: rgba(237, 30, 120, 1);
  background-color: -moz-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  background-color: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(237, 30, 120, 1)),
    color-stop(49%, rgba(102, 45, 145, 1)),
    color-stop(100%, rgba(0, 169, 158, 1))
  );
  background-color: -webkit-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  background-color: -o-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  background-color: -ms-linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  background-color: linear-gradient(
    45deg,
    rgba(237, 30, 120, 1) 0%,
    rgba(102, 45, 145, 1) 49%,
    rgba(0, 169, 158, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1e78', endColorstr='#00a99e', GradientType=1 );
}

.w1000 {
  width: 1000px;
}

.w770 {
  width: 770px;
}

.border-graphie {
  background: url(../img/footer-bar.gif) no-repeat top center;
  margin-top: 40px;
  padding-top: 10px;
}

.breadcrumb {
  text-align: left;
  font-size: 11px;
  padding-top: 10px;
  text-transform: capitalize;
  margin-left: 15px;
}
.breadcrumb a {
  text-decoration: none;
  color: #999;
  border: solid 1px #cdcdcd;
  padding: 3px 5px;
}
.breadcrumb span {
  margin-left: 10px;
  color: #333;
}

.product {
  width: 30%;
  float: left;
  margin-left: 32px;
}
.product img {
  width: 230px;
}
.product h4 {
  margin: 0;
}
.product p {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
  width: 80%;
  min-height: 75px;
}

.price-list {
  width: 30%;
  float: left;
}
.price-list h5 {
  font-size: 14px;
  font-weight: bold;
}
.price-list h5,
.price-list h6 {
  text-align: center;
  margin: 0;
}
.price-list h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.price-list h6 span {
  font-weight: normal;
  font-size: 13px;
  color: #eee;
}
.price-list h6 i {
  display: block;
  color: #aaa79e;
  line-height: 12px;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
.price-list img {
  width: 200px;
}

.partner img {
  float: left;
  padding: 2.7%;
  width: 140px;
  filter: grayscale(100%);
  height: 5rem;
  object-fit: contain;
}
.list-services {
  border-bottom: solid 5px #fff;
  margin-bottom: 30px;
}
.list-services a {
  text-decoration: none;
  color: #f15a24;
  font-size: 13px;
}
.list-services h4 {
  margin: 0;
  font-size: 28px;
  padding: 20px 0 10px 0;
}
.list-services p {
  margin-top: 0px;
}
.list-services img {
  /*margin: 0 20px;*/
}
.list-services ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.list-services ul li {
  margin-left: 20px;
  margin-bottom: 5px;
}
.list-services ul li span {
  font-size: 12px;
  color: #999;
  display: block;
}
.also-provide p {
  font-size: 13px;
  text-align: center;
  width: 84%;
  margin-bottom: 60px;
}
.also-provide .four-grid img {
  width: 30% !important;
  margin-bottom: 10px;
}

.left {
  float: left;
}
.right {
  float: right;
}

/* Smartphones (portrait and landscape) ----------- */
/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { */

@media (min-width: 320px) and (max-width: 480px) {
  /* Styles */

  .btn-wa {
    padding: 5px 10px !important;
    font-size: 15px !important;
    margin-top: -15px !important;
    border-radius: 5px;
    border: none !important;
    background: #25d366;
    color: white;
  }

  #demo-1 {
    top: -17px;
  }
  .demo-inner-content {
    padding: 0;
  }

  .menu a {
    width: 20px;
    font-size: 0px;
    height: 30px;
  }

  .menu-login {
    background: url(../img/login-icon.png) no-repeat center center;
  }
  .menu-register {
    background: url(../img/register-icon.png) no-repeat center center;
  }
  .w1000 {
    width: 98%;
  }
  .w770 {
    width: 320px;
  }
  .dm-p-0-10 {
    padding: 0 10px !important;
  }
  /*	.four-grid {
		width: 100%;
		float: none;
	}*/
  .footer {
    /* max-width: 800px; */
    padding-top: 8px;
    margin: 0 auto;
    background: url(../img/footer-bar.gif) no-repeat center top;
  }
  .four-grid,
  .four-grid-split {
    width: 100%;
    float: none;
    text-align: center;
  }
  .four-grid img {
    margin-top: -10px;
  }
  .four-grid ul {
    /*margin-left: -40px;*/
  }
  .medsos {
    margin: 20px 0;
  }
  .medsos a {
    float: none !important;
    margin-right: 0px;
  }
  .logo-btn img {
    border-left: solid 1px #333;
    padding-left: 10px;
  }
  .product {
    float: none;
    width: 90%;
  }
  .partner img {
    float: left;
    width: 25%;
    padding: 4%;
    height: 100%;
  }
  .w900 {
    width: 100% !important;
  }
  .price-list {
    width: 90%;
    float: none;
  }
  .price-list img {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .blog-news-details p img {
    max-width: 100%;
    border: none;
  }

  .line-clamp-5 {
    -webkit-line-clamp: 4 !important;
    max-height: 75px !important;
  }

  .dm-mb-075 {
    margin-bottom: 0.75rem !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  .w900 {
    width: 100% !important;
  }
  img {
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    border-style: none;
  }
  .support .col-md-3 {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin: 5px;
    width: 80% !important;
    padding: 0;
  }
  .customer {
    height: 450px;
  }
  .down-left p {
    margin-top: 10px;
    font-size: 12px;
    position: relative;
    left: -10px;
  }

  .down-right {
    right: -325px;
    margin-top: -10px;
    position: relative;
    left: 10px;
  }

  .w1000 {
    width: 90%;
  }
  .four-grid {
    width: 25%;
    float: left;
  }
  .four-grid img {
    margin-top: -10px;
  }
  .four-grid ul {
    margin-left: -40px;
  }
  .medsos a {
    float: left;
  }
  .logo-btn img {
    border-left: solid 1px #333;
    padding-left: 10px;
  }

  .product {
    width: 45%;
    padding: 2%;
    float: left;
  }
  .partner img {
    float: left;
    width: 16%;
    padding: 2%;
  }

  .price-list {
    width: 30%;
    float: left;
  }
  .price-list img {
    width: 90%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  html .scroll-to-top.hidden-mobile {
    display: block !important;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/*header menu*/
li.dropdown {
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 15px 0 5px 0;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  list-style: none;
}
li .dropdown.active {
  color: #333;
  /* border-bottom: solid 1px #333; */
}
/*blog*/
#blog-archive {
  /*background-color: #f8f8f8;*/
  /* padding: 50px 0; */
  display: inline;
  float: left;
  padding: 0 15px 50px 0;
  width: 100%;
}
#blog-archive .container {
  width: 100%;
}

#blog-archive .container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-archive-area {
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left {
  display: inline;
  float: left;
  width: 100%;
  padding-left: 10px;
}

.blog-archive-left .blog-news-single {
  margin-bottom: 30px;
}

.blog-news-single {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.blog-archive-left .blog-news-img {
  height: auto;
}

.blog-news-img {
  display: inline;
  float: left;
  height: 270px;
  width: 100%;
}

.widget-title .tag-cloud a {
  text-decoration: none;
  color: #2f2f2f;
}

.breadcrumb span:first-child {
  margin-left: 0 !important;
}

.blog-news-img img {
  width: 100%;
}

.blog-news-title {
  /* padding: 20px 15px 15px; */
  display: inline;
  float: left;
  padding: 20px 0 15px;
  width: 100%;
}

.blog-news-title h2,
.blog-news-title h2 > a {
  color: tomato;
  font-family: "Poppins", sans-serif;
  /* font-family: "Lato", sans-serif; */
  font-size: 34px;
  font-weight: bold;
  padding: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 44px;
  margin: 0;
  text-align: left;
}

.blog-news-title p {
  font-size: 11px;
  color: #999;
  margin: 10px 0 0 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-news-details {
  /* padding: 0 15px; */
  display: inline;
  float: left;
  padding: 0 0 15px;
  width: 100%;
}

.blog-news-details ul {
  margin-left: 30px;
  font-size: 14px;
  line-height: 24px;
}
.blog-news-details ul li {
  margin-bottom: 5px;
}
.blog-news-details ol {
  margin-left: 30px;
  font-size: 14px;
  line-height: 24px;
}
.blog-news-details ol li {
  margin-bottom: 5px;
}
.blog-news-details ol li ul {
  margin-left: 30px;
}
.blog-news-details p img {
  width: 125%;
  border: solid 1px #f1f1f1;
}
.blog-news-details table {
  font-size: 12px;
  border: none;
}
.blog-news-details table img {
  max-width: 100%;
}
.blog-news-details table tr p {
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
}
.blog-news-details table thead tr {
  background-color: #fec93e;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  border-color: #fec93e;
}
.blog-news-details table tbody tr:first-child {
  background-color: #fec93e;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  border-color: #fec93e;
}
.blog-news-details table tr:first-child {
  background-color: #fec93e;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  border-color: #fec93e;
}
.blog-news-details table ul {
  font-size: 12px;
  line-height: 16px;
  margin-left: 15px;
}
.blog-news-details table tr td {
  padding: 5px 10px;
  text-align: justify;
}

.blog-news-details p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.blog-news-details p strong {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 30px;
  display: block;
  text-align: left;
}
.blog-news-details p strong.fancy {
  font-size: 18px;
  margin-bottom: -20px;
  margin-top: 30px;
  display: block;
  color: tomato;
  text-align: left;
}

.blog-more-btn {
  color: #838282;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

.blog-pagination {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}

.blog-side-bar {
  display: inline;
  float: left;
  width: 100%;
}

.sidebar-widget {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.search-group {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.search-group .blog-search-btn {
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.search-group .blog-search-btn {
  background-color: #f16564;
}

.search-group input[type="search"] {
  height: 40px;
  outline: medium none;
  padding: 5px 10px 5px 55px;
  width: 100%;
}

.search-group input[type="search"] {
  border: 1px solid #f16564;
}

.widget-title {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.widget-title::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.widget-title::after {
  background-color: #cecece;
}
.blog-date {
  font-size: 12px;
  color: #999;
}
.blog-news-details p a,
.blog-news-details ul li a,
.blog-news-details ol li a {
  color: tomato;
}
.blog-news-details ol li {
  text-align: justify;
}
.blog-news-details ol li strong {
  font-size: 21px;
  margin-top: 35px;
  margin-bottom: -10px;
  display: block;
}
.blog-single-social span {
  font-size: 12px;
}
.widget-catg {
  padding-left: 20px;
  margin: 0;
  list-style: outside;
  font-size: 13px;
  line-height: 21px;
}

.iklandalamblog {
  text-align: center;
  border-top: solid 1px #cdcdcd;
}

.iklandalamblog h3 {
  font-weight: bolder;
}

.iklandalamblog a {
  font-weight: bolder;
  color: white;
  background-color: tomato;
  padding: 10px 25px;
  border-radius: 5px;
}

.widget-catg li {
  color: #f16564;
  margin-bottom: 15px;
}

.sidebar-widget > p {
  font-size: 12px;
}

.sidebar-widget ul > li > a:hover {
  color: #2bcdc1;
}

.widget-archive li a:hover,
.widget-archive li a:focus {
  text-decoration: none;
}

.tag-cloud {
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
}

.tag-cloud a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tag-cloud a:hover,
.tag-cloud a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.tag-cloud a:hover,
.tag-cloud a:focus {
  background-color: #f16564;
  border-color: #f16564;
}

.pagination-nav {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  display: inline-block;
  background-color: #f9f9f9;
  margin: 0 5px;
  padding: 5px 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

/*blog detail*/

.search-group .blog-search-btn {
  padding: 8px 17px;
  border-radius: 5px;
  margin-top: 0;
  /*font-size: 1.6em;*/
}

.blog-single-social {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.blog-single-bottom {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}

.blog-single-tag {
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: left;
}

.blog-single-tag a {
  margin-left: 5px;
  color: #333;
  text-decoration: none;
}

.blog-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: #2f2f2f;
}

.blog-single-social a:hover,
.blog-single-social a:focus {
  text-decoration: none;
  outline: none;
}

.blog-single-social a:hover,
.blog-single-social a:focus {
  color: #2bcdc1;
  border-color: #2bcdc1;
}

.blog-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.blog-navigation-prev {
  float: left;
  text-align: left;
}

.blog-navigation-prev a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  color: #2f2f2f;
}

.blog-navigation-prev a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-prev a > span {
  font-size: 14px;
}
.blog-navigation-prev a > span {
  color: #2bcdc1;
}

.blog-navigation-next {
  float: right;
  text-align: right;
}

.blog-navigation-next a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 15px;
  text-decoration: none;
  color: #2f2f2f;
}

.blog-navigation-next a > h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-next a > span {
  font-size: 14px;
}

.blog-navigation-next a > span {
  color: #2bcdc1;
}

.pagination-active {
  background: #f16564 !important;
  font-weight: bold;
  color: white;
}

@media (max-width: 2560px) {
  .bg-rounded-style1:after {
    height: 1000px;
    background-image: url(../img/01-wave.svg);
  }
}

@media (max-width: 1920px) {
  .bg-rounded-style1:after {
    height: 800px;
    background-image: url(../img/01-wave.svg);
  }
}

@media (max-width: 425px) {
  .sublead {
    width: 100% !important;
  }
  .portfolio-client *:first-child {
    margin-top: 25px !important;
  }
  .portfolio-client * {
    width: 30px !important;
  }
  .portfolio-client-cat p {
    display: none;
  }
  .portfolio-client h2 {
    display: none;
  }
  .w200 {
    width: 50px !important;
  }

  .card-body {
    padding: 1rem 0.2rem !important;
  }
  .list-services h4 {
    padding-top: 0;
    font-size: 22px;
    padding-bottom: 10px;
  }
  .content-about {
    width: 100% !important;
  }
  .section-bg-rounded img {
    /* margin-bottom: 39px; */
    position: relative;
    display: none; /*gambar di halaman services*/
  }
  .section-bg-rounded {
    margin-top: -170px !important;
  }
  img {
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    border-style: none;
  }
  .support .col-md-3 {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin: 5px;
    width: 80% !important;
    padding: 0;
  }
  .customer {
    height: 830px;
  }
  .footer-down {
    display: block;
  }
  .karir {
    margin-left: 40px;
  }
  .karir li {
    text-align: center;
    list-style: none;
    padding: 0px;
    font-size: 12px !important;
    font-size: 11px !important;
    display: inline-flex;
  }
  .down-left p {
    margin-top: 10px;
    font-size: 12px;
    position: relative;
    left: 0;
    text-align: center;
  }
  .down-right {
    right: 0;
    left: 0;
  }
  .price-list {
    width: 90%;
    float: none;
  }
  .price-list img {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .single-video {
    margin: 0 !important;
    /* margin: -0.2rem 0.2rem !important; */
  }
}

@media (max-width: 375px) {
  .down-right {
    left: -20px;
  }
}

@media (max-width: 320px) {
  .karir li {
    font-size: 9px !important;
  }
  .down-left p {
    margin-top: 10px;
    font-size: 9px;
    position: relative;
    left: 0;
    text-align: center;
  }
}

.opacity-03 {
  opacity: 0.3;
}

.height-30 {
  height: 30px;
}

.logo-graphie {
  width: 50px;

  z-index: 999;

  position: relative;

  margin-top: -20px;
}

.error {
  color: #f00;
}

.mt-35 {
  margin-top: 35px;
}

.background-graphie {
  background: url("../img/bg-about.jpg") no-repeat top center;
  height: 150px;
  background-size: cover;
}

.mb--2 {
  margin-bottom: -2px;
}

.mt--150 {
  margin-top: -190px;
}

.max-width128 {
  max-width: 128%;
}

.height184 {
  height: 164px;
}

.bg-about {
  background: url("../img/bg-about.jpg") no-repeat top center;

  height: 150px;
}

.bg-banner {
  /* height: 220px; */
  /* background-size: cover; */
  height: 155px;
  background-size: contain !important;
}

.wa-float {
  position: fixed;
  width: 50px;
  height: 50px;
  /* height: 60px; */
  bottom: 61px;
  /* right: 10px; */
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* taking care of responsive layout */
.gallery {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0.5rem; */
}

.single-video {
  width: 10rem;
  flex-grow: 1;
  margin: 0 0.2rem;
}

/* taking care of the video aspect-ratio */
figure {
  position: relative;
  padding: 0 0 56.25% 0;
}

figure iframe {
  /* position: absolute; */
  position: relative;
  width: 100%;
  height: 100%;
}

.style-h2 {
  font-size: 13px;
  color: #666;
  margin-bottom: 40px;
  font-style: italic;
  text-align: center;
}

.size-15 {
  font-size: 15px !important;
}

.size-13 {
  font-size: 13px !important;
}

.color-tomato {
  color: tomato !important;
}

.style-date {
  font-style: normal;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.box-latestnews {
  /* min-height: 50vw; */
  background-color: #f9f9f9;
  padding-bottom: 5px;
  height: 135vw;
  margin-bottom: 30px;
}

.entry-meta {
  position: relative;
  overflow: hidden;
}

.mt--10 {
  margin-top: -10px !important;
}

.color-444f60 {
  color: #444f60 !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ribbon.is-accent {
  color: #fff;
  background-color: tomato;
  border-color: tomato;
}
.badge-category {
  border-radius: 100px;
  left: 15px;
  top: 15px;
  font-weight: 700;
}
.badge-category {
  border-radius: 4px;
  left: 15px;
  top: 15px;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 8px;
}
.ribbon {
  background-color: #fff;
  border: 0.1rem solid #ededed;
  border-right: none;
  color: #999;
  font-size: 13px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.55em;
  padding-right: 0.55em;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0.5em;
  left: 5px;
  font-weight: 800;
  z-index: 1;
}

.lh-15 {
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .h-65vw {
    height: 6.5vw;
  }

  .m-banner {
    margin: 6rem auto 0.75rem auto;
  }

  .m-banner-2 {
    margin: 4rem auto 0.75rem auto;
  }

  .custom-style {
    line-height: 1.3em !important;
    height: 60px !important;
    font-size: 18px !important;
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .entry {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fw-800 {
  font-weight: 800 !important;
}

.h-15percent {
  height: 15% !important;
}

.size-25 {
  font-size: 25px !important;
}

.size-20 {
  font-size: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.color-unset:hover {
  color: unset !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.5em * 3);
}

@media only screen and (min-width: 4480px) {
  .line-clamp-3 {
    max-height: calc(1.5em * 3) !important;
  }

  .line-clamp-5 {
    max-height: calc(2em * 5) !important;
  }
}

.mt-1r {
  margin-top: 1rem !important;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(2em * 5);
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(2em * 6);
}

.d-block {
  display: block !important;
}

.mt--152 {
  margin-top: -152px;
}

.mt-4r {
  margin-top: 4rem !important;
}

.flex {
  display: flex !important;
}

.mr-1r {
  margin-right: 1rem !important;
}

.mw-15r {
  min-width: 15rem !important;
}

.mw-12r {
  min-width: 12rem !important;
}

.size-14 {
  font-size: 14px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-4r {
  margin-top: 4rem !important;
}

.line-clamp-4 > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-submit {
  display: block;
  padding: 19px 39px 18px 39px !important;
  color: #fff;
  margin: 0 auto;
  background: #1abc9c;
  font-size: 18px !important;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #16a085;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#captcha {
  height: 200px !important;
}

.mt-18r {
  margin-top: 1.8rem !important;
}

.mt-2r {
  margin-top: 2rem !important;
}

.bottom-8r {
  bottom: 8rem !important;
}

a.wa-float:hover {
  color: #fff !important;
}

.telegram-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 61px;
  right: 25px;
  background-color: #229ed9;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

a.telegram-float:hover {
  color: #fff !important;
}

.submenu-toggle {
  display: flex;
}

.items-center {
  align-items: center !important;
}

/* Submenu dengan scroll */
.submenu {
  display: none; /* Disembunyikan secara default */
  list-style-type: none;
  /* padding-left: 20px; */
  max-height: 200px;
  overflow-y: auto;
  /* background-color: #333; Sesuaikan dengan warna tema menu */
  border-radius: 5px;
}

/* Style scrollbar untuk tampilan lebih menarik */
.submenu::-webkit-scrollbar {
  display: none;
}

.submenu::-webkit-scrollbar-thumb {
  background-color: #888; /* Warna scrollbar */
  border-radius: 5px;
}

.submenu::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Warna scrollbar saat hover */
}

.menu-link {
  flex-grow: 1;
  text-decoration: none;
}

.arrow-submenu {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.submenu {
  background: #f9efc5 !important;
  border: none !important;
}

.submenu li {
  border-bottom: none !important;
  padding-left: 0 !important;
}

.p-0-20 {
  padding: 0 20px !important;
}

.mobile-version {
  display: none;
}

.desktop-version {
  display: block;
}

.bg-arrow-submenu {
  background-color: #f9efc5;
}

.arrow-submenu:before {
  padding-left: 0 !important;
}

.mt-5r {
  margin-top: 5rem !important;
}

.mb-4r {
  margin-bottom: 4rem !important;
}

.font-bold {
  font-weight: bold !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.h-250 {
  height: 250px;
}

.btn-custom {
  padding: 10px !important;
  font-size: 14px !important;
  font-weight: 700;
  border-radius: 10px;
  background: #1abc9c;
}

.fit-cover {
  object-fit: cover !important;
}

.title-search {
  border-bottom: 1px solid #ced0d4;
  text-align: center;
  font-weight: 700;
}

.lh-1 {
  line-height: 1 !important;
}

.valign-top {
  vertical-align: top !important;
}

.size-22 {
  font-size: 22px !important;
}

.p-50 {
  padding: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay dengan transparansi */
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mh-none {
  max-height: none !important;
}

.size-13 {
  font-size: 13px !important;
}

.ml-10 {
  margin-left: 10px;
}

.p-milestone-title {
  padding: 35px 15px;
}

.p-milestone-content {
  padding: 35px 15px;
}

.size-milestone-counter {
  font-size: 30px;
}

.mb-partner-title {
  margin-bottom: 40px;
}

#carousel1 {
  width: 100%;
  max-width: 100vw;
}

.mt-blog-content {
  margin-top: 1rem;
}

#carousel-desktop {
  display: block;
}
#carousel-mobile {
  display: none;
}
