body {
	font-family: poppins;
}


* {
    outline: none;
}

.row--0 {
    margin-left: -0px;
    margin-right: -0px;
}

.row--0 > [class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.pt-6 {
  padding-top: 5rem!important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.fullWidth {
  width: 100%;
}

.margin-top-image-header {
  margin-top: 90px;
}


/* NAVBAR STICKY */
.navbar-sticky {
  background: white;
  box-shadow: 0 1px 10px -2px black;
  -webkit-box-shadow: 0 1px 10px -2px black;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 1px 10px -2px black; 
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


/* NAVBAR */
.navbar-center ul li {
	margin: 10px;
}

.navbar-light .navbar-nav .nav-link {
	color: #386BCF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #1F4389;
}

.navbar-transparent .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #1F4389;
}


.navbar-expand-md {
	padding-top: 15px;
}


/* navbar about */
.navbar-transparent {
  background-color: transparent;
  border: none;
  color: white;
  z-index: 999;
  margin-top: 0px;
}

.navbar-transparent .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}
.navbar-transparent .form-search {
  background-color: transparent;
}

.btn {
  background-color: #1F4389;
  border: none;
  color: white;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn-contact:hover {
  background-color: #386BCF;
  color: #fff;
}

.form-search {
	text-align: center;
	height: 35px;
	position: relative;
    width: 100%;
    /*max-width: 450px;*/
   
    overflow: hidden;
    background-color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
}

.form-search input {
	position: relative;
    font-weight: 400;
    line-height: 50px;
    border: 2px solid #7FC4FD;
    outline: none;
    background-color: white;
    margin-bottom: 0;
    text-transform: inherit;
    font-size: 16px;
    display: inline-block;
    appearance: none;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    min-width: 280px;
}

.form-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #BCE0FD;
  	opacity: 1; /* Firefox */
  	font-size: 12px;
}

.form-search input:focus {
	border: 1px solid #3A6FB6 !important;
	outline: none !important;
}

.form-search button {
	position: absolute;
    top: 5px;
    right: 1px;
    background-color: transparent;
    color: #3A6FB6;
    font-size: 14px;
    cursor: pointer;
    border:none;
    outline: none;
}




/* HEADER */

.section-banner {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}
.content-banner-text h1 {
  font-size: 36px;
  font-weight: bold;
}

.content-banner-text h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}


/* SECTION PRODUCT */
.section-product-content {
  position: relative;
}

.filter-product {
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 35px;
  margin: 0 auto 24px;
  z-index: 30;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-product i {
  margin-right: 5px;
}



/* SECTION IMAGE CATEGORY */



.section-product-content span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.slider-header-content h6 {
  color: #3A6FB6;
  font-size: 24px;
  font-weight: bold;
}

.swiper-button-next {
  right: -50px;
  border: none;
}
.swiper-button-prev {
  left: -50px;  
  border-color: transparent;
}

.childHover {
    -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 0.5) !important;
    -o-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 0.5) !important;
    transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 0.5) !important;
    width: 100%;
}

.bottomShadow {
    -webkit-box-shadow: inset 0 -150px 90px -50px rgba(0, 0, 0, 1) !important;
     box-shadow: inset 0 -80px 30px -50px rgba(0, 0, 0, 1) !important; 
}

.style-image {
    background-size: cover !important;
    background-position: center;
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}
.swiper-container-image-lg, .swiper-container-image-md, .swiper-container-image-sm {
  overflow: hidden;
}

.swiper-container-image-lg .swiper-slide span, .swiper-container-image-md .swiper-slide span, .swiper-container-image-sm .swiper-slide span {
  position: absolute;
  left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1vw;
}


.section-image-slider {
  margin-bottom: 150px;
}

.section-pricelist {
  background-color: #3A6FB6;
  height: 280px;
}

.pricelist-content img {
  margin-top: -110px;
}

.heading-content-pricelist {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}

.content-pricelist {
  width: 100%;
}

.input-control {
    width: 100%;
    padding: .375rem .75rem;
    /*margin-bottom: 5%;*/
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 15px;
}

.input-control:focus {
  border: 1px solid #3A6FB6 !important;
  outline: none !important;
  /*text-align: center;*/
}

.input-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BCE0FD;
    opacity: 1; /* Firefox */
    font-size: 16px;
    /*text-align: center;*/
}

.btn-download {
  height: 40px;
    width: 150px;
    padding: 0 0 0 0;
    font-size: 12px;
    font-weight: bold;
}

.content-testimonial {
  padding-left: 15%;
  padding-top: 15%;
  width: 100%;
}

.content-testimonial p {
  width: 85%;
}

.swiper-container-testimonial {
  overflow: hidden;
  color: #000;
}

.swiper-container-testimonial h5 {
  font-size: 14px;
  font-weight: bold;
}

.swiper-container-testimonial h6 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}
.swiper-container-testimonial p {
  font-size: 14px;
  font-weight: 300;
}

.swiper-pagination {
  top: 88%;
}
.swiper-pagination-bullet {
  padding: 1px;
  margin-right: 15px;
}

.swiper-pagination-bullet-active:before {
  background-color: #3A6FB6;
  border: #3A6FB6;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  background-color: #3A6FB6;
  border: #3A6FB6;
}

.heading-menu {
  font-size: 16px;
  font-weight: bold;
  color: #1F4389;
  margin-bottom: 20px;
}
.ft-menu-list {
  list-style: none;
    padding: 0;
    margin: 0;
    color: #1F4389;
}

.ft-menu-list li a {
    color: #1F4389;
}

.list-menu-social li {
  margin-right: 20px;
}

.list-menu-social li a i {
  font-size: 24px;
  color: #3A6FB6;
}

.list-menu-social li a i:hover {
  color: #1F4389;
}

.flow-img img {
  background-size: cover;
  background-position: center; 
  object-fit: cover;
  width: 100%;
}

.header-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}


/* MENU */


.dropdown-menu {
  width: 100%;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #1F4389;
  color: #fff;
  border: none;
}

/*.dropdown:hover .dropdown-menu {
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  z-index: 100;
  display: block;
}*/

.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #386BCF;
}

@media only screen and (min-width: 992px) {
  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: 190px;
    min-width: 190px;
    padding: 10px 0;
    background-color: white;
    margin: 0;
  }
}
.navbar-nav > li > .menu-item:before {
    display: block;
  }
@media only screen and (max-width: 991px) {

  .navbar-nav > li > a.dropdown-toggle:after {
    content: "+";
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    font-weight: 400;
  }
}




/* breadcrumb */

.breadcrumb {
  background-color: #1F4389;
  width: 100%;
  border-radius: 0;
}

.breadcrumb-inner {  
  position: relative;
  height: 300px;
}

.breadcrumb-inner .product-list-content-lg img {
  left: 710px;
  top: 30px;
  position: absolute;
}

.breadcrumb-inner .product-list-content-lg h1 {
  color: #fff;
  font-size: 242px;
  font-weight: bold;
  position: absolute;
  top: 105px;
  left: -150px;
  opacity: 0.1;
}




/* Product List */

.responsive {
  width: 100%;
  height: auto;
}

.pr-sidebar .widget-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.pr-sidebar .category-list {
  list-style: none;
  padding: 0;
    margin: 0;
}

.pr-sidebar .category-list li {
  color: #000;
}
.pr-sidebar .category-list li a {
  color: #000;
}
.pr-sidebar .category-list li a:hover {
  color: #3A6FB6;
  text-decoration: none;
}

.pr-sidebar .category-list li a.active {
  color: #3A6FB6;
}

/* PRODUCT CATEGORY */
.header-product {
  font-size: 32px;
  font-weight: bold;
}


/* PRODUCT DETAILS */

.product-details {
  margin-top: 120px;
}

.product-grid h6 a {
  color: #1F4389;
}

.btn-perfect {
  background-color: #fff;
  border: 1px solid #3A6FB6;
  border-radius: 7px;
  padding: .375rem .75rem;
  color: #000;
  font-size: 14px;
  pointer-events: none !important;
  margin-bottom: 5px;
}
.product-perfect h6 {
  color: #000;
  font-weight: bold;
}

.product-details .product-title h2 {
  color: #1F4389;
  font-weight: bold;
  font-size: 42px;
}

.product-details .product-desc {
  color: #000;
  font-size: 14px;
}

.products-gallery-carousel {
    position: relative;
}

.products-gallery-carousel-1 .products-slider {
    padding-right: 50px;
}


.owl-carousel {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-controls {
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.products-gallery-carousel .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.owl-nav.disabled {
    display: none;
}

.products-gallery-carousel-1 .owl-thumbs {
    position: absolute;
    top: 0;
    /*right: 45px;*/
    right: 0;
    z-index: 3;
    max-width: 50px;
}

.products-gallery-carousel-1 .owl-thumbs .owl-thumb-item {
    display: block;
    margin-bottom: 15px;
}

.owl-thumbs .owl-thumb-item {
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    opacity: 0.7;
    cursor: pointer;
    margin-left: 18px;
}

.owl-thumbs .owl-thumb-item img {
  max-width: 80px;
}

.size-comparison-title h2 {
  color: #1F4389;
  font-weight: bold;
  font-size: 32px;
}

.size-comparison-content img {
  width: 100%;
}




.product-same-title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.product-same {
  margin-bottom: 280px;
}

.product-same-bg {
  background-color: #3A6FB6; 
  height: 230px;
}

.product-same-all {
  /*position: relative;*/
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.product-same-content {
  width: 100%;
}

.swiper-container-product-same, .swiper-container-product-same-md, .swiper-container-product-same-sm {
  display: flex;
  overflow: hidden;
}


.swiper-container-product-same .entry--title h6 a,
.swiper-container-product-same-md .entry--title h6 a,
.swiper-container-product-same-sm .entry--title h6 a  {
  color: #1F4389;
  font-weight: bold;
}

.product-header {
  font-weight: bold;
  font-size: 24px;
  text-transform: capitalize;
}

.product-same-title {
  padding-left: 21%;
}




/* ABOUT */

.section-about {
  padding-top: 250px;
  margin-top: -100px;
  background-color: #3A6FB6;
  padding-bottom: 180px;
  color: #fff;
}

.section-about .about-info {
  z-index: 99;
}

.logo-labelbox {  
    background-image: url(../images/logo-labelbox.png);
    background-repeat: no-repeat;
    /*background-size: 500px;*/
    background-position: 125%, -25%;
}

.section-about .about-info h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.section-about .about-info h1 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.section-about .about-info p {
  font-size: 14px;
}

.logo-label {
    top: -20px;
    left: 380px;
    position: absolute;
    width: 70%;
    /*max-width: 250px;*/
}

.about-video {
  position: absolute;
  top: 200px;
}

.about-video .video-box {
  position: relative;
}

.video-box .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.video-box .play-now .icon {
    background-color: #ffffff;
    color: #353535;
    padding-left: 0;
    font-size: 44px;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #040025;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.section-find h1 {
  font-size: 18px;
  font-weight: bold;
  color: #1F4389;
}

.section-find .socials-media a {
  font-size: 24px;
  color: #3A6FB6;
  padding-right: 2%;
}

.section-find {  
  margin-bottom: 150px !important;
}



/* BTN WA FIXED */
.btn-wa-fixed {
  position:fixed; 
  right:30px; 
  bottom:30px; 
  z-index:9;
}








