/* # Developed by Kang Mohan - Konsultan Ekspor Impor */
/* # General Style */
body {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}

a {
    color: #CF202B;
}

a:hover {
    color: #F49E10;
    text-decoration: none;
}

.table td, .table th {
    border: 0.5px solid #dee2e6;
    padding: 0.4rem;
}

[class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-bottom {
    margin-bottom: 15px;
}

/* # Back To Top */
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #F49E10;
    color: #fff;
    transition: all 0.4s;
}

/* # Top Bar */
#topbar {
    background: #CF202B;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #F49E10;
}

#topbar .contact-info i {
    color: #CF202B;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #CF202B;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #F49E10;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

.back-to-top i:hover {
    background: #CF850A;
    color: #fff;
}

/* # Disable aos animation delay on mobile devices */
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/* # Heading */
#heading {
    padding: 0;
    overflow: hidden;
}

#heading .row {
    height: 80vh;
}

#heading .carousel-item {
    background-size: cover;
    background-position: center;
}

#heading .carousel-item {
    background-size: cover;
    background-position: center;
}

#heading h1 {
    padding: 0px 50px;
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
}

#heading p {
    padding: 0px 125px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    #heading h1 {
        font-size: 35px;
        padding: 0px 0px;
        text-align: left;
    }

    #heading p {
        text-align: left;
        padding: 0px;
        font-size: 20px;
    }
}

#heading .carousel-control-next-icon, #heading .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(246, 78, 2, 1);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: #ffffff;
}

#heading .carousel-control-prev, #heading .carousel-control-next {
    position: absolute;
    width: 2%;
    top: 50px;
}

#heading .carousel-indicators .active {
    background-color: #CF202B;
}

#heading .carousel-indicators li {
    background-color: rgba(207, 32, 42, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/* EVENT */
#event {
    padding: 100px 0px;
}

#event .row {
    margin-bottom: 50px;
}

#event .carousel-indicators .active {
    background-color: #B3B3B3;
}

#event .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/* INAPRODUCT */
#inaproduct .title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 50px;
}

@media (min-width: 1024px) {
    #inaproduct .title p {
        padding: 0px 250px;
    }
}

@media (max-width: 768px) {
    #inaproduct .title h2 {
        font-size: 40px;
    }

    #inaproduct .title h3 {
        font-size: 25px;
    }
}

#inaproduct h2 {
    margin-top: 100px;
}

#inaproduct h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
    color: #000;
}

#inaproduct .card:hover {
    transform: scale(1.05);
    transition: all 1s ease;
    z-index: 999;
}

#inaproduct .card {
    background: url("../img/inaproduct.jpg");
    background-size: cover;
    background-position: bottom right;
    border: none;
}

#inaproduct .card p {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}

#inaproduct .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none;
}

#inaproduct .card-img {
    border-radius: calc(0.25rem - 1px);
}

#inaproduct .card-body {
    padding: 5px 0px 0px 0px;
}

#inaproduct .card-footer {
    background: transparent;
    border-top: none;
    padding: 0px;
}

#inaproduct .btn {
    font-size: 0.9rem;
    border-radius: 0.25rem;
}

/* Contact Us */
#contact_us {
    background: #CF202B;
    color: #ffffff;
    padding: 60px 0;
}

#contact_us .row {
    padding: 50px 0px 0px 0px;
}

#contact_us h3 {
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: 700;
}

#contact_us h4 {
    font-size: 1rem;
    margin-bottom: 50px;
}

#contact_us p {
    color: #ffffff;
}

#contact_us ul {
    color: #fff;
}

#contact_us .contact_us-btn {
    font-size: 1rem;
    display: inline-block;
    padding: 14px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    color: #000;
    background: #FFF;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#contact_us .contact_us-btn:hover {
    background: #F49E10;
    color: #ffffff;
}

#contact_us ul {
    list-style: none;
    padding: 0;
}

#contact_us .icon {
    font-size: 75px;
    color: #CF202B;
    padding: 25px 20px;
}

#contact_us .card h3 {
    color: #000;
    margin: 0;
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#contact_us .card p {
    color: #000;
}

@media (max-width: 768px) {
    #contact_us h3 {
        font-size: 1.4rem;
        font-weight: 700;
    }
}

/* EXPORT ASSISTANCE */
#welcome {
    padding: 100px 0px;
}

/* EXPORT ASSISTANCE */
#assistance {
    padding: 100px 0px;
}

#assistance h1 {
    font-weight: 700;
}

#assistance .icon-box {
    text-align: center;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

#assistance .icon-box .icon {
    margin: 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 50px;
    border: 3px solid #CF202B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    color: #CF202B;
}

#assistance .icon-box .icon i {
    font-size: 56px;
}

#assistance .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

#assistance .icon-box:hover .icon {
    color: #fff;
    border: 3px solid #F49E10;
    background: #F49E10;
}

@media screen and (max-width: 768px) {
    #assistance .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 15px;
    }
}

#assistance ul {
    list-style: none;
    padding: 0;
}

/* # Sections General */
.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    /* font-weight: 500; */
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    color: #aaaaaa;
    /* font-family: "Poppins", sans-serif; */
}

.section-title h2::after {
    content: "";
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #CF202B;
    margin: 4px 10px;
}

.section-title h3 {
    margin: 0;
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
}

/* PRODUCT DETAIL */
#product-detail {
    padding: 100px 0px 0px 0px;
}

#product-detail .card {
    border: none;
    border-radius: 0;
    padding: 0;
}

#product-detail .card-body {
    border: none;
    border-radius: 0;
    padding: 0;
}

#product-detail .card-footer {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px 0px;
}

#product-detail .desc-2 {
    margin-top: 100px;
}

#product-detail h3 {
    font-family: "Poppins", sans-serif;
}

/* # Footer */
#footer {
    color: #fff;
    font-size: 14px;
    background: #CF202B;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #CF202B;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #CF202B;
}

#footer .footer-newsletter h3 {
    font-size: 33px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#footer .footer-newsletter {
    color: #000000;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #CF202B;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #F49E10;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .credits a {
    color: #CF202B;
    transition: 0.3s;
}

#footer .credits a:hover {
    color: #F49E10;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #CF202B;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #F49E10;
    color: #fff;
    text-decoration: none;
}

/* WHATSAPP */
.wafloat i {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 75%;
    right: 12.5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.wafloat i:hover {
    background: #F49E10;
    color: #ffffff;
}