@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Poppins:wght@300;600;700;800&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1440px;
}
ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #000;
}
.disabled{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
}
.btn{
    background-color: #2c2c2c;
    color: #fff;
    border: 0;
}
.active{
    color: #eeeeee;
}
.btn:hover{
    color: #2c2c2c;
    background: #fff;
    border: 1px solid #2c2c2c;
}

@media (max-width:768px){
    span.navbar-toggler-icon {
        background: #fff;
        border: 1px solid #000;
    }
}

/* start header */


/**
* Template Name: FlexStart - v1.0.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*:root {*/
/*  scroll-behavior: smooth;*/
/*}*/

/*a {*/
/*  color: #4154f1;*/
/*  text-decoration: none;*/
/*}*/

/*a:hover {*/
/*  color: #717ff5;*/
/*  text-decoration: none;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {*/
/*  font-family: "Nunito", sans-serif;*/
/*}*/


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumbs {*/
/*  padding: 15px 0;*/
/*  background: #012970;*/
/*  min-height: 40px;*/
/*  margin-top: 82px;*/
/*  color: #fff;*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .breadcrumbs {*/
/*    margin-top: 57px;*/
/*  }*/
/*}*/

/*.breadcrumbs h2 {*/
/*  font-size: 28px;*/
/*  font-weight: 500;*/
/*}*/

/*.breadcrumbs ol {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  list-style: none;*/
/*  padding: 0 0 10px 0;*/
/*  margin: 0;*/
/*  font-size: 14px;*/
/*}*/

/*.breadcrumbs ol a {*/
/*  color: #fff;*/
/*  transition: 0.3s;*/
/*}*/

/*.breadcrumbs ol a:hover {*/
/*  text-decoration: underline;*/
/*}*/

/*.breadcrumbs ol li + li {*/
/*  padding-left: 10px;*/
/*}*/

/*.breadcrumbs ol li + li::before {*/
/*  display: inline-block;*/
/*  padding-right: 10px;*/
/*  color: #8894f6;*/
/*  content: "/";*/
/*}*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*.back-to-top {*/
/*  position: fixed;*/
/*  visibility: hidden;*/
/*  opacity: 0;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  z-index: 99999;*/
/*  background: #4154f1;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 4px;*/
/*  transition: all 0.4s;*/
/*}*/

/*.back-to-top i {*/
/*  font-size: 24px;*/
/*  color: #fff;*/
/*  line-height: 0;*/
/*}*/

/*.back-to-top:hover {*/
/*  background: #6776f4;*/
/*  color: #fff;*/
/*}*/

/*.back-to-top.active {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*.header {*/
/*  transition: all 0.5s;*/
/*  z-index: 997;*/
/*  padding: 20px 0;*/
/*}*/

/*.header.header-scrolled {*/
/*  background: #fff;*/
/*  padding: 15px 0;*/
/*  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
/*}*/

/*.header .logo {*/
/*  line-height: 0;*/
/*}*/

/*.header .logo img {*/
/*  max-height: 40px;*/
/*  margin-right: 6px;*/
/*}*/

/*.header .logo span {*/
/*  font-size: 30px;*/
/*  font-weight: 700;*/
/*  letter-spacing: 1px;*/
/*  color: #012970;*/
/*  font-family: "Nunito", sans-serif;*/
/*  margin-top: 3px;*/
/*}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/*.navbar {*/
/*  padding: 0;*/
/*}*/

/*.navbar ul {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  display: flex;*/
/*  list-style: none;*/
/*  align-items: center;*/
/*}*/

/*.navbar li {*/
/*  position: relative;*/
/*}*/

/*.navbar a {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 10px 0 10px 30px;*/
/*  font-family: "Nunito", sans-serif;*/
/*  font-size: 16px;*/
/*  font-weight: 700;*/
/*  color: #013289;*/
/*  white-space: nowrap;*/
/*  transition: 0.3s;*/
/*}*/

/*.navbar a i {*/
/*  font-size: 12px;*/
/*  line-height: 0;*/
/*  margin-left: 5px;*/
/*}*/

/*.navbar a:hover, .navbar .active, .navbar li:hover > a {*/
/*  color: #4154f1;*/
/*}*/

/*.navbar .getstarted {*/
/*  background: #4154f1;*/
/*  padding: 8px 20px;*/
/*  margin-left: 30px;*/
/*  border-radius: 4px;*/
/*  color: #fff;*/
/*}*/

/*.navbar .getstarted:hover {*/
/*  color: #fff;*/
/*  background: #5969f3;*/
/*}*/

/*.navbar .dropdown ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 14px;*/
/*  top: calc(100% + 30px);*/
/*  margin: 0;*/
/*  padding: 10px 0;*/
/*  z-index: 99;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*  transition: 0.3s;*/
/*  border-radius: 4px;*/
/*}*/

/*.navbar .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/

/*.navbar .dropdown ul a {*/
/*  padding: 10px 20px;*/
/*  font-size: 15px;*/
/*  text-transform: none;*/
/*  font-weight: 600;*/
/*}*/

/*.navbar .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/

/*.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {*/
/*  color: #4154f1;*/
/*}*/

/*.navbar .dropdown:hover > ul {*/
/*  opacity: 1;*/
/*  top: 100%;*/
/*  visibility: visible;*/
/*}*/

/*.navbar .dropdown .dropdown ul {*/
/*  top: 0;*/
/*  left: calc(100% - 30px);*/
/*  visibility: hidden;*/
/*}*/

/*.navbar .dropdown .dropdown:hover > ul {*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 100%;*/
/*  visibility: visible;*/
/*}*/

/*@media (max-width: 1366px) {*/
/*  .navbar .dropdown .dropdown ul {*/
/*    left: -90%;*/
/*  }*/
/*  .navbar .dropdown .dropdown:hover > ul {*/
/*    left: -100%;*/
/*  }*/
/*}*/

/**
* Mobile Navigation 
*/
/*.mobile-nav-toggle {*/
/*  color: #012970;*/
/*  font-size: 28px;*/
/*  cursor: pointer;*/
/*  display: none;*/
/*  line-height: 0;*/
/*  transition: 0.5s;*/
/*}*/

/*.mobile-nav-toggle.bi-x {*/
/*  color: #fff;*/
/*}*/

/*@media (max-width: 991px) {*/
/*  .mobile-nav-toggle {*/
/*    display: block;*/
/*  }*/
/*  .navbar ul {*/
/*    display: none;*/
/*  }*/
/*}*/

/*.navbar-mobile {*/
/*  position: fixed;*/
/*  overflow: hidden;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: rgba(1, 22, 61, 0.9);*/
/*  transition: 0.3s;*/
/*}*/

/*.navbar-mobile .mobile-nav-toggle {*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  right: 15px;*/
/*}*/

/*.navbar-mobile ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 55px;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  left: 15px;*/
/*  padding: 10px 0;*/
/*  border-radius: 10px;*/
/*  background-color: #fff;*/
/*  overflow-y: auto;*/
/*  transition: 0.3s;*/
/*}*/

/*.navbar-mobile a {*/
/*  padding: 10px 20px;*/
/*  font-size: 15px;*/
/*  color: #012970;*/
/*}*/

/*.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {*/
/*  color: #4154f1;*/
/*}*/

/*.navbar-mobile .getstarted {*/
/*  margin: 15px;*/
/*}*/

/*.navbar-mobile .dropdown ul {*/
/*  position: static;*/
/*  display: none;*/
/*  margin: 10px 20px;*/
/*  padding: 10px 0;*/
/*  z-index: 99;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*}*/

/*.navbar-mobile .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/

/*.navbar-mobile .dropdown ul a {*/
/*  padding: 10px 20px;*/
/*}*/

/*.navbar-mobile .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/

/*.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {*/
/*  color: #4154f1;*/
/*}*/

/*.navbar-mobile .dropdown > .dropdown-active {*/
/*  display: block;*/
/*}*/



header{
    background-color: #03000D;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
a.nav-link{
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
}
.lg-home{
    border: 1px solid #fff;
    width: 60px;
}
a.nav-link i{
    margin-left: 10px;
}

@media (max-width:375px){
    input.form-control.mr-sm-2.nv-search {
        width: max-content;
    }
}


/* end header */

/* start footer */
footer{
    padding-top: 20px;
    background-color: #03000D;
}
footer .social-media > ul{
    display: flex;
    line-height: 0.2rem;
    letter-spacing: 20px;
}
footer .social-media > ul li a {
    color: #fff;
    font-size: 20px;
}
footer .ft-colum-nav > ul li a.ft-ctg-title{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins', poppins, sans-serif;
}
footer .ft-bottom .ft-bt-tl{
    font-size: 13px;
}
footer .ft-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer a{
    color: #fff;
}
footer span{
    color: #fff;
}

@media (max-width:414px){
    .social-media{
        margin-top: 30px;
    }
    .col-md-3.ft-contact {
        margin-bottom: 10px;
    }
}

@media (max-width:375px){
    .social-media{
        margin-top: 30px;
    }
    .col-md-3.ft-contact {
        margin-bottom: 10px;
    }
}
/* end footer */

/* start main */

/* start home page */

.bn-home{
    background: url(../img/bn-home.jpg);
    height: 450px;
    background-size: cover;
    color: #fff;
    text-align: center;

    /* content: "";
    position: fixed;
    background-size:cover;
    background-position:center top;
    display: block;
    background-image: url(../img/bn-home.jpg);
    width: 100%;
    height: 400px;
    filter: blur(5px) ;
    -webkit-filter: blur(5px) ; */
}
.section-hm{
    background-color: #262626;
    color: #fff;
}
.section-one-hm{
    background-color: #FBFBFD;
}
.top-ctg-home{
    text-align: center;
}
.section-four-hm{
    background-color: #262626;
    color: #fff;
}
.btn-ctg-home{
    justify-content: center;
    text-align: center;
}
.btn-art-home{
    justify-content: center;
    text-align: center;
}
.column-section-four-hm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bn-home .tl-bn-home{
    padding-top: 150px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.bn-home .fm-search-home > form{
    background: #2c2c2c;
    width: 248px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: inline-flex;
    border-radius: 20px;
}
.bn-home .fm-search-home > form i{
    margin-right: 7px;
    margin-left: 5px;
}
.bn-home .fm-search-home > form input.sc-h{
    border-radius: 20px 0px 0px 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
.bn-home .fm-search-home > form i{
    padding: 5px;
}
.sc-one-join .tl-join{
    padding-bottom: 20px;
    text-align: left;
}
.column-section-one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-section-four-hm-two{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1024px){
    .section-five-hm img{
        width: max-content;
    }
}
/* end home page */

/* start category */
main.ctg{
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}
main.ctg .link {
    margin-top: 20px;
    margin-bottom: 20px;
}
main.ctg .link a{
    color: #000;
    text-decoration: none;
}
main.ctg .colum-sc-ctg .sc-ctg{
    justify-content: end;
}
main.ctg .colum-sc-ctg .sc-ctg .fm-sc-ctg{
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}
main.ctg input.in-sc-ctg {
    border: 0;
}
.fm-ctg{
    margin-top: 20px;
}
.btn-ctg-filter{
    margin-top: 20px;
}
.jmb-ntr{
    background: url(../img/banner.jpeg);
    background-size: cover;
}
.jmb-syt{
    background: url(../img/bn-rubber.jpeg);
    background-size: cover;
}
/* end category */

/* start company */
.jmb-company{
    background: url(../img/bn-company-two.jpg);
    background-size: cover;
    height: 500px;
}
.section-two-cm{
    background-color: #262626;
    text-align: center;
}
.pc-company {
    text-align: -webkit-center;
}
.tl-bn-com{
    text-align: center;
    margin-top: 100px;
}
.tl-company-one{
    text-transform: uppercase;
}
h1.display-4{
    color: #fff;
    font-weight: 600;
}
p.lead {
    color: #fff;
    font-weight: 400;
}
.tl-company-two{
    font-size: 22px;
}
.tl-tradeasia-one{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1024px){
    .company-section-three img{
        width: -webkit-fill-available;
    }
    .col-md-6.colum-tl-tradeasia {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* end company */

/* CSS FORM */
:root{
    --black: #03000D;
    --light-blue: #DBE5F0;
    --dark-grey: #707070;
    --grey: #B7B7B7;
    --light-grey: #F4F4F4;
}

.bg-dark-blue{
    background-color: var(--black);
}
.intl-tel-input{
    width: 100%;
  }
.iti{
    width: 100%;
  }
.iti ul{
    max-width: 300px;
}

body#login{
    font-family: 'Lato', sans-serif;
    background-color: var(--light-grey);
}
#form-content{
    font-family: 'Lato', sans-serif !important;
}

#form-content .img-logo{
    width:8rem;
}
#login .container h1{
    font-size: 28px;
    font-weight:700;
    margin-bottom: 0;
    text-align: center;
}
#login .container h2{
    font-size: 16px;
    font-weight:600;
    text-align: center;
}
#login .card{
    border-radius: 10px;
}
.input-wrap i.left-icon{
    position: absolute;
    padding: 11px 10px;
    font-size: 18px;
    color: #03000D;
}
.input-form-login, .was-validated .input-wrap .input-form-login{
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid var(--light-grey);
    background-color: var(--light-grey);
    padding-left: 40px;
    color: var(--black);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-form-login:focus, .was-validated .input-wrap .input-form-login:focus {
    border-color: var(--black);
    outline: 0;
    box-shadow: none;
}
.input-wrap i{
    position: absolute;
    padding: 11px 10px;
    font-size: 18px;
    color: var(--black);
}
#form-content form span.form-link a{
    color: var(--black);
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif !important;
}
#login form span.form-link a{
    font-size: 14px;
}
#form-content form span.form-link a:hover{
    color: var(--dark-grey);
    text-decoration: none;
}
a.link{
    color: var(--black);
    text-align: right;
    font-size: 16px;
}
a.link:hover{
    color: var(--dark-grey);
    text-decoration: none;
}
#form-content form .btn-dark{
    background-color: var(--black);
    border: 1px solid var(--black);
    color: #fff;
    border-radius: 10px;
    font-weight:500;
}
#form-content form  .btn-dark:hover{
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}
#form-content form  .btn-dark:hover{
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}
#form-content form  .btn-dark:active{
    box-shadow: none;
}
#form-content form  .btn-grey{
    background-color: var(--dark-grey);
    border: 1px solid var(--dark-grey);
    color: #fff;
    border-radius: 10px;
    font-weight:500;
}
#form-content form  .btn-grey:hover{
    background-color: transparent;
    border: 1px solid var(--dark-grey);
    color: var(--dark-grey);
}
#form-content form  .btn-grey:hover{
    background-color: transparent;
    border: 1px solid var(--dark-grey);
    color: var(--dark-grey);
}
form .btn-grey:active{
    box-shadow: none;
}
/*END Form*/

/*start login*/
#login p{
    font-size: 14px;
}
.line-between{
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid var(--grey); 
    color: var(--grey);
    line-height: 0.1em;
    margin: 30px 0 20px;
}

.line-between span { 
    background:#fff; 
    padding:0 10px; 
}
.text-line-white{
    margin-top: 20px;
    border-top: 5px solid #fff;
}
.text-line-blue{
    margin-top: 20px;
    border-top: 5px solid var(--dark-blue);
}

.font-black{
    color: #03000D !important;
}
#form-content form label, #form-content form p{
    font-weight: 500;
    font-family: 'Lato', sans-serif !important;
}

#form-content h1, #form-content h2, #form-content h3, #form-content h4 {
    font-family: 'Lato', sans-serif !important;
}

#form-content .input-form, .was-validated .form-group .input-form{
    width: 100%;
    font-size: 16px;
    border-radius: 10px !important;
    border: 1px solid var(--grey);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#form-content .input-form:focus, .was-validated .form-group .input-form:focus, form .custom-file-input:focus ~ .custom-file-label {
    border-color: var(--dark-blue);
    outline: 0;
    box-shadow: none;
}
/* END form */

/*start FAQ page*/
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
/*end faq page*/

/*start contact-us page*/
.bg-dark-blue{
    background-color: #03000D;
}

