/* adjustment this for new website */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

:root {
    --ci-primary: #c45696;
    --ci-blue: #165fab;
    --cu-blue2: #0c2e8a;
    --ci-brown: #78441c;
    --ci-darkgray: #606060;
    --ci-red: #f00;
    --ci-green: #007940;
    --ci-pink: var(--ci-primary);
    --cookie-pri: var(--ci-primary);
    --cookie-sec: var(--secondary);
    /* --base-back:#999999; */
    --font-xs: 0.75rem;
    /* 12px - หมายเหตุ, คำอธิบายเล็ก */
    --font-sm: 0.875rem;
    /* 14px - ป้าย, ปุ่มเล็ก */
    --font-base: 1rem;
    /* 16px - ข้อความปกติ (body) */
    --font-lg: 1.125rem;
    /* 18px - เน้นบางส่วน */
    --font-xl: 1.25rem;
    /* 20px - หัวข้อรอง */
    --font-2xl: 1.5rem;
    /* 24px - หัวข้อหลัก */
    --font-3xl: 2.25rem;
    /* 30px - H1 หรือ Hero ย่อย */
    --line-base: 1.5;
    --logo-size: max(4.5vw, 40px);
}

/* form echo idea */
/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.text-ci-main,
.text-ci-pink {
    color: var(--ci-pink);
}

.text-ci-primary {
    color: var(--ci-primary);
}

.border-ci-main,
.border-ci-pink {
    border-color: var(--ci-pink) !important;
}

body {
    background: #fff;
    color: #444;
    font-family: "Josefin Sans", sans-serif;
}

a {
    color: var(--ci-primary);
    /*#50d8af;*/
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 1lh 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
/* 
.back-to-top {
    position: fixed;
    display: none;
    background: var(--ci-primary);
  
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
} */

/* .back-to-top:focus {
    background: var(--ci-primary);

    color: #fff;
    outline: none;
} */

/* .back-to-top:hover {
    background: var(--ci-blue2);
    color: #fff;
} */

/*--------------------------------------------------------------
# flex
--------------------------------------------------------------*/

.flex-even {
    flex: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: transparent;
    /* #c45696;*/
    padding: 0;
    /* border-bottom: 1px solid #eee; */
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    /* default 1 */
    color: #fff;
}

#topbar .contact-info a:hover {
    color: var(--ci-brown);
    /*#50d8af;*/
}

#topbar .contact-info i {
    color: #fff;
    /*#50d8af;*/
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    /* padding-left: 20px; */
    /* margin-left: 20px; */
}

#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: var(--ci-brown);
    /*#50d8af;*/
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* #header {
    padding: 20px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 0;
} */

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: var(--ci-blue2);
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#header #logo img {
    padding: 0;
    margin: 2px 0 0 0;
}

/* .contact-list:nth-child(2){ */

.contact-list:not(last-child) {
    border-left: 1px solid #ccc;
}

.contact-list:last-child {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.social-links-list {
    text-align: center;
}

.social-links-list:not(last-child) {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.social-links-list:last-child {
    border-right: none;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 60vh;
    position: relative;
    background: url("../img/intro-carousel/1.jpg") no-repeat;
    background-size: cover;
}

#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#intro .intro-content h2 {
    color: var(--ci-blue2);
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}

#intro .intro-content h2 span {
    color: var(--ci-primary);
    /*#50d8af;*/
    text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#intro .intro-content .btn-get-started {
    background: var(--ci-blue2);
    border: 2px solid var(--ci-blue2);
}

#intro .intro-content .btn-get-started:hover {
    background: none;
    color: var(--ci-blue2);
}

#intro .intro-content .btn-projects {
    background: var(--ci-primary);
    /*#50d8af;*/
    border: 2px solid var(--ci-primary);
    /*#50d8af;*/
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: var(--ci-primary);
    /*#50d8af;*/
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
nav .mobile-logo{
    height: 50px;
}
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    /* position: absolute;
    display: none;
 
    top: 85%;
    left: 0;
    z-index: 99; */
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.navbar .nav-menu>li {

    /* float: left; */
    @media (min-width:992px) {
        flex-grow: 1;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 10px;
        position: relative;
        &:last-of-type::after{
            content: unset!important;
        }

        &:has(+ .menu-active){
           &::after{
            content: "";
            background-color: var(--ci-primary);
            position: absolute;
            aspect-ratio: 1 / 1;
            height: 50%;
            width: auto;
            top: 0;
            right: 0;
            transform: translate(0, 0);
            z-index: 1;
            border-radius: 0 50% 0 0;
           }
        }
        
        &.menu-active {
            background-color: white;
            border-radius: 0 0 1rem 1rem;
         
            &::before {
                content: "";
                background-color: white;
                position: absolute;
                aspect-ratio: 1 / 1;
                height: 50%;
                width: auto;
                top: 0;
                left: 0;
                transform: translate(-50%, 0);
                
            }
            &::after{
                content: "";
                background-color: white;
                position: absolute;
                aspect-ratio: 1 / 1;
                height: 50%;
                width: auto;
                top: 0;
                right: 0;
                transform: translate(50%, 0);
            }

            & + li::before{
                content: "";
                background-color: var(--ci-primary);
                position: absolute;
                aspect-ratio: 1 / 1;
                height: 50%;
                width: auto;
                top: 0;
                left: 0;
                transform: translate(0, 0);
                z-index: 1;
                border-radius: 50% 0 0 0;
               }
        }
    }
}

/* .nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
} */

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
nav .dropdown-menu {
    @media (max-width:991px) {
        float: unset;
        position: relative;
    }

}

#nav-menu-container {
    float: right;
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    /* padding: 10px 8px; */
    text-transform: capitalize;
    border-radius: .25rem;
    /* border-style: solid;
    border-color: var(--ci-primary);
    border-width: 1px; */
    padding: 5px 10px;
    margin: 5px auto;
    /* text-decoration: underline; */
    display: inline-block;
    color: #FFF;
    /* font-family: "Raleway", sans-serif; */
    font-weight: 700;
    font-size: 14px;
    outline: none;
    position: relative;
    z-index: 2;
    /* text-underline-offset: 1px;
    text-decoration-color: transparent; */
}

/* .nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: var(--ci-primary);
    
} */

.nav-menu>li {
    /* margin-left: 10px; */
}

.nav-menu ul {
    /* margin: 4px 0 0 0; */
    padding: 10px;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #FFF; */
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: var(--ci-primary);
    /*#50d8af;*/
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#mobile-nav ul .menu-item-active {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: var(--ci-primary);
    /*var(--ci-blue2);*/
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--ci-blue);
    /*#50d8af;*/
    bottom: 0;
    left: 0;
}

.section-header p {
    padding: 0;
    margin: 0;
}


/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 0 0;
    background: #FFF;
}

#services .box {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
}

#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#services .box .icon {
    float: left;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: var(--ci-blue2);
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

/* Clients Section
--------------------------------*/

#clients {
    padding: 30px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: var(--ci-primary);
    /*#50d8af;*/
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    background: #fff;
    padding: 30px 0;
}

#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}

#portfolio .portfolio-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 30px 0;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: var(--ci-primary);
    /*#50d8af;*/
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

#call-to-action .cta-btn {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: var(--ci-primary);
    /*#50d8af;*/
    border: 3px solid var(--ci-primary);
    /*#50d8af;*/
}

/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member .details {
    background: var(--ci-primary);
    /*#50d8af;*/
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
}

#team .member .social a {
    color: #fff;
}

#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #f2f5f8;
    padding: 0 0 1rem 0;
    font-size: 14px;
}

/* #footer .copyright {
    text-align: center;
    padding-top: 30px;
} */

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: var(--ci-blue2);
}

#footer .footer-logo {
    width: max(9vmax, 100px);
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        /* border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; */
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    /* .back-to-top {
        bottom: 15px;
    } */

    #header {
        padding: 20px 0;
        height: 84px;
    }

    #header #logo h1 {
        font-size: 34px;
    }

    #header #logo img {
        max-height: 40px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

.btn-ci {
    background-color: var(--ci-primary);
    color: #FFF;
    padding: 6px 20px;
    border-radius: 500px;
}

.btn-ci:hover,
.btn-ci:active {
    background-color: #b24183;
    color: #FFF;
    border-radius: 500px;
}

.top-product-card {
    position: relative;
    z-index: 1;
}

.top-product-card .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
}

.top-product-card .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card .product-thumbnail img {
    width: 100%;
}

.top-product-card .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #025485;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card .product-title {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.top-product-card .pdetail {
    margin-bottom: 0.25rem;
    font-size: 0.8em;
    color: #999;
}

.top-product-card .sale-price span {
    color: #025485;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 14px;
}

.top-product-card .product-rating {
    font-size: 10px;
    color: var(--ci-blue);
    /*#ffaf00;*/
    ;
}

.top-product-card .product-rating i {
    margin: 0 1px;
}

.top-product-card .btn {
    padding: 0;
    /*border-radius: 50%;*/
    border-radius: 500px;
    width: 124px;
    height: 34px;
    text-align: center;
    /*line-height: 32px;*/
    /*position: absolute;*/
    /*right: 12px;*/
    margin: 16px auto -10px;
    bottom: 12px;
    z-index: 9;
    /*box-shadow: 0 5px 12px 0 rgba(16, 13, 209, 0.175);*/
}

.top-product-card:hover .product-title,
.top-product-card:focus .product-title {
    color: #0076bd;
}

.top-product-card2 {
    position: relative;
    z-index: 1;
}

.top-product-card2 .badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
}

.top-product-card2 .wishlist-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #ea4c62;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card2 .product-thumbnail img {
    width: 38%;
    margin-right: 2%;
}

.top-product-card2 .delete-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    color: #025485;
    font-size: 1.25rem;
    line-height: 1;
}

.top-product-card2 .product-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5rem;
    vertical-align: top;
}

.top-product-card2 .pdetail {
    margin-bottom: 0.25rem;
    font-size: 1em;
    color: #999;
    vertical-align: top;
}

.top-product-card2 .sale-price span {
    color: #025485;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 14px;
}

.top-product-card2 .product-rating {
    font-size: 10px;
    color: var(--ci-blue);
    /*#ffaf00;*/
    ;
}

.top-product-card .product-rating i {
    margin: 0 1px;
}

.top-product-card2 .btn {
    padding: 0;
    /*border-radius: 50%;*/
    border-radius: 500px;
    width: 124px;
    height: 34px;
    text-align: center;
    /*line-height: 32px;*/
    /*position: absolute;*/
    /*right: 12px;*/
    margin: 16px auto -10px;
    bottom: 12px;
    z-index: 9;
    /*box-shadow: 0 5px 12px 0 rgba(16, 13, 209, 0.175);*/
}

.top-product-card2:hover .product-title,
.top-product-card2:focus .product-title {
    color: #0076bd;
}

.weekly-product-card {
    position: relative;
    z-index: 1;
}

.weekly-product-card .product-thumbnail-side {
    vertical-align: top;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding-right: 1rem;
    /*flex: 1 1 auto;*/
    padding: 1.25rem;
}

.weekly-product-card .product-thumbnail-side .product-thumbnail img {
    width: 100%;
}

.weekly-product-card .product-thumbnail-side .badge {
    /*position: absolute;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;*/
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    z-index: 10;
}

.weekly-product-card .product-thumbnail-side .wishlist-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #ea4c62;
    line-height: 1;
    z-index: 1;
}

.weekly-product-card .product-thumbnail-side .delete-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #025485;
    line-height: 1;
    z-index: 1;
}

.weekly-product-card .product-description {
    /*position: static;*/
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    width: 58%;
}

.weekly-product-card .product-description .product-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1em;
}

.weekly-product-card .product-description .pdetail {
    margin-bottom: 0.25rem;
    font-size: 0.8em;
    color: #999;
}

.weekly-product-card .product-description .title {
    font-size: 1.2em !important;
}

.weekly-product-card .product-description .sale-price i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #0076bd;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.25rem;
}

.weekly-product-card .product-description .sale-price span {
    text-decoration: line-through;
    color: #ea4c62;
    margin-left: 0.25rem;
    display: inline-block;
}

.weekly-product-card .product-description .product-rating {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.weekly-product-card .product-description .product-rating i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--ci-blue);
    /*#ffaf00;*/
    ;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    margin-right: 0.25rem;
    padding-left: 1px;
}

.weekly-product-card .btn {
    padding: 0;
    /*border-radius: 50%;*/
    border-radius: 500px;
    width: 124px;
    height: 34px;
    text-align: center;
    /*line-height: 32px;*/
    position: absolute;
    left: 2px;
    bottom: 12px;
    z-index: 9;
    /*box-shadow: 0 5px 12px 0 rgba(16, 13, 209, 0.175);*/
}

.weekly-product-card:hover .product-title,
.weekly-product-card:focus .product-title {
    color: #0076bd;
}

/* top news min-width*/

@media (max-width: 767px) {
    .top-product-card2 .product-thumbnail img {
        width: 100%;
        margin: 0 auto;
    }

    .top-product-card2 .product-title {
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 0.25rem;
        vertical-align: top;
    }

    .top-product-card2 .pdetail {
        margin-bottom: 0.25rem;
        font-size: 0.8em;
        color: #999;
        vertical-align: top;
    }
}

/* End Top News*/
/* Search result */

.search-result-card {
    position: relative;
    z-index: 1;
}

/*.search-result-card .result-thumbnail-side {
vertical-align:top;
position: relative;
z-index: 1;
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
width: 40%;
padding-right: 1rem; }*/

.search-result-card .result-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.search-result-card .result-description .result-title {
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1.3rem;
    color: var(--ci-primary);
}

.search-result-card .result-description .mydetail {
    margin-bottom: 0.25rem;
    font-size: 0.9em;
    color: #999;
}

.search-result-card:hover .result-title,
.search-result-card:focus .result-title {
    color: var(--ci-blue);
    /* text-decoration: underline; */
}

/* End Search result */
/* for banner full widht */

.img-width-full {
    width: 100%;
}

.img-width-90 {
    max-width: 90%;
    height: auto;
}

.img-width-80 {
    max-width: 80%;
    height: auto;
}

.img-width-70 {
    max-width: 70%;
    height: auto;
}

/* end full width */


@media (min-width: 320px) {
    .d-xs-none {
        display: none !important;
    }
}


/* Shared button */

.btn-circle .btn-xl {
    width: 120px;
    height: 120px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

#share {
    width: 100%;
    margin: 0 10px 20px;
    text-align: left;
    vertical-align: top;
    /*background-color:#999999;*/
}

/* buttons */

#share a {
    vertical-align: top;
    width: 30px;
    height: 30px;
    display: inline-block;
    /*margin: 8px;*/
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}

#share a:hover {
    opacity: 1;
}

/* icons */

#share i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    alignment-adjust: middle;
}

/* colors */

.shared-text {
    /*margin-top: -12px !important;*/
    float: left;
    margin-right: 12px;
}

.sfacebook {
    background: #3b5998;
}

.stwitter {
    background: #55acee;
}

.sgoogleplus {
    background: #dd4b39;
}

.slinkedin {
    background: #0077b5;
}

.spinterest {
    background: #cb2027;
}

.bfont {
    font-size: 1.2em;
}

.priv ol {
    list-style: none;
    counter-reset: item;
}

.priv li {
    counter-increment: item;
    margin-bottom: 5px;
}

.priv li:before {
    margin-right: 10px;
    content: counter(item)".";
    background: var(--ci-primary);
    border-radius: 100%;
    color: #FFFFFF;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    display: inline-block;
    /*padding: 10px;*/
}

.priv-fifth ol {
    list-style: none;
    counter-reset: count;
}

.priv-fifth li {
    counter-increment: count;
    margin-bottom: 5px;
}

.priv-fifth li:before {
    margin-right: 10px;
    content: "5."counter(count)".";
    background: #cccccc;
    border-radius: 100%;
    color: #2c2c2c;
    width: 2em;
    height: 1.8em;
    text-align: center;
    display: inline-block;
    /*padding: 10px;*/
}

/* End Shared button */
/* p{
    color: var(--base-back);
} */
body {
    font-size: var(--font-base);
    line-height: var(--line-base);
}

h1 {
    font-size: var(--font-3xl);
}

small {
    font-size: var(--font-xs);
}

.ci-pink {
    color: var(--ci-primary) !important;
}

.ci-blue {
    color: var(--ci-blue) !important;
}

.ci-green {
    color: var(--ci-green) !important;
}

.ci-brown {
    color: var(--ci-brown) !important;
}

.ci-dark-gray {
    color: var(--ci-darkgray) !important;
}

.ci-red {
    color: var(--ci-red) !important;
}

.a-white {
    color: #FFF;
}

.a-white:hover {
    color: rgba(255, 255, 255, .8);
}

.is-sticky {
    -webkit-box-shadow: 0px 32px 32px -35px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 32px 32px -35px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 32px 32px -35px rgba(0, 0, 0, 0.76);
}


/**
* ICON
**/

#contact .contact-info i {
    /* font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff; */
}


/******************  header  *********************/

.hd-cct-info {
    font-size: inherit;
}


/******************  preload  *********************/

.aai-preloader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1051 !important;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.aai-preloader {
    position: absolute;
    /* border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--ci-primary); */
    width: 200px;
    height: 240px;
    /* -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite; */
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -100px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* .aai-preloader-container{
    position:fixed; width:100%; height:100%; z-index: 1051 !important; top:0; bottom:0;
    background: rgba(0, 0, 0, 0.8);
    }
  .aai-preloader {
  position:absolute;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--ci-primary);
    width: 60px;
    height: 60px;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-30px;
  }
  
  @-webkit-keyframes spinner {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */


/**
* TABS
**/




/**
  BG COLOR
  **/

.bg-white {
    background-color: #FFF;
}

.bg-ci-blue {
    background-color: var(--ci-blue);
}

.bg-ci-pink {
    background-color: var(--ci-primary);
}

.bg-ci-brown {
    background-color: var(--ci-brown);
}

.bg-ci-green {
    background-color: var(--ci-green);
}

.bg-ci-grey {
    background-color: #ddd !important;
}


/** END **/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 10px 0;
    height: auto;
    transition: all 0.5s;
    z-index: 0;
    /* background-color: var(--ci-primary); */
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: var(--ci-blue2);
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#header #logo img {
    padding: 0;
    margin: 2px 0 0 0;
}

/* .ci-pink {
    color: var(--ci-primary) !important;
}

.ci-blue {
    color: var(--ci-blue) !important;
}

.ci-green {
    color: var(--ci-green) !important;
}

.ci-brown {
    color: var(--ci-brown) !important;
} */
body {
    min-height: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 5;
    /* padding: 10px 0; */
    height: auto;
    transition: .5s;

    background-color: var(--ci-primary);

    max-height: 100dvh;
    /* box-shadow: 0px 6px 6px 0px #00000022; */

    @media (max-width:991px) {
        overflow-y: auto;

    }
}

html,
body {
    margin: 0;
    padding: 0;
    bottom: 0;
    /* height: 100%; */
    overflow-x: clip;
    background-color: var(--ci-primary);
    font-family: 'Source Sans Pro', sans-serif;
    background-repeat: no-repeat;
}

.bg-aai-preloading {
    background-image: url(https://www.asiaticagro.com/images/aai-sharing-white.png);
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/aai-sharing-white.webp') 1x);
    background-position-y: center;
    background-position-x: center;
    background-position: center center;
    background-size: 20% auto;
}

@media screen and (max-width:480px) {
    .bg-aai-preloading {
        background-size: 80% auto;
    }
}

.bg-pattern-cocogarden {
    background-image: url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.png');
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.webp') 1x);
    position: top left;
    background-size: auto;
    background-repeat: repeat;
    overflow-x: hidden;
}

.bg_modal_cocoleaf {
    height: 100%;
    height: 100vh;
    background-image: url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.png');
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.webp') 1x);
    position: left top;
    background-size: auto;
    background-repeat: repeat;
    backdrop-filter: blur(5px);
}


.box-static {
    margin: 0;
    padding: 0;
    height: auto;
}

.sidenav {
    position: fixed;
    width: 0;
    /* height:100%;
  height: 100vh; */
    z-index: 6;
    top: 0;
    left: 0;
    /* bottom:0; */
    /* background-color: #fff; */
    overflow: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 0;
    text-decoration: none;
    font-size: var(--font-base);
    color: var(--ci-brown);
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.sidenav a:hover {
    color: var(--ci-blue);
    font-weight: bold;
}

.seminav {
    display: inline-block;
    margin-left: -5px !important;
}


/* .seminav a {
    padding: 0;
    text-decoration: none;
    font-size: 1rem !important;
    color: var(--ci-brown);
    display: block;
    transition: 0.3s;
    font-weight: bold;
} */

.seminav a {
    padding: 0;
    text-decoration: none;
    font-size: 0.8rem !important;
    color: var(--ci-brown);
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.seminav a:hover {
    color: var(--ci-blue);
    font-weight: bold;
}

.miniarrow {
    font-size: 0.5em !important;
}

/* ul {
    margin: 0 1rem !important;
} */

ul.faq-list {
    margin: 0 !important;
}

ul li:before a {
    content: '|';
    color: var(--ci-primary);
    width: 3px;
}


/**
BUTTON
**/

a.disabled {
    pointer-events: none;
    /* cursor: default; */
    opacity: 0.6;
    cursor: not-allowed;
}

button.aai-search-btn {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: var(--ci-primary);
}

button.aai-search-btn:hover {
    color: var(--ci-blue);
}

.btn-ci-white {
    text-decoration: underline;
    color: #FFF;
}

.btn-ci-white:hover {
    font-weight: 500;
    text-decoration: underline;
    color: #FFF;
}


/**
override A tag
**/

.a-blue {
    color: var(--ci-blue);
}

.a-green {
    color: var(--ci-green);
}

.a-brown {
    color: var(--ci-brown);
}


/**
fonts override
**/

.fmontserrat {
    font
}

.social-links-list-d2:not(:last-child) {
    /* border-right: 1px solid rgba(0, 0, 0, .1); */
}

.social-links-list-d2 {
    text-align: center;
}

.social-links-list-d2:focus {
    color: var(--ci-blue) !important;
}


/**
 button custom
*/

.btn-ci-d2 {
    border-radius: 2rem;
    color: #FFF;
    border: #FFF solid 2px;
    background-color: rgb(196, 86, 150) !important;
}

.btn-ci-d2:hover {
    background-color: rgb(168, 60, 123) !important;
    border: rgb(168, 60, 123) solid 2px;
}

.btn-ci-blue {
    border-radius: 2rem;
    color: #FFF;
    border: #FFF solid 2px;
    background-color: rgba(22, 95, 171, 1) !important;
}

.btn-ci-blue:hover {
    background-color: rgba(22, 95, 171, 1) !important;
    border: rgba(22, 95, 171, 1) solid 2px;
}

.btn-ci-green {
    border-radius: 2rem;
    color: #FFF;
    border: #FFF solid 2px;
    background-color: rgba(0, 121, 64, 1) ;
}

.btn-ci-green:hover {
    background-color: rgba(0, 121, 64, 1) ;
    border: rgb(0, 121, 64) solid 2px;
}

.btn-ci-brown {
    color: #FFF ;
    font-size: 1em;
    padding: 12px 20px;
    border-radius: 2rem;
    border: #FFF solid 2px;
    background-color: var(--ci-brown) ;
}

.btn-ci-brown:hover {
    background-color: var(--ci-brown) ;
    border: var(--ci-brown) solid 2px;
}

.btn-ci-leaf {
    color: #FFF ;
    font-size: 1.125rem;
    padding: 12px 20px;
    background-image: url(https://www.asiaticagro.com/images/business/obm/bg-for-button.png);
    background-repeat: no-repeat;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 10em;
}

.btn-ci-leaf:hover,
btn-ci-leaf:active {
    color: #9cc55b !important;
}


/**
extend btn-social as below
**/

a.btn-social-custom-blue,
.btn-social-custom-blue {
    border-radius: 50%;
    color: var(--ci-blue) !important;
    border: var(--ci-blue) solid 1px !important;
    padding-top: 10px;
}

a.btn-social-custom-brown,
.btn-social-custom-brown {
    border-radius: 50%;
    color: var(--ci-brown) !important;
    border: var(--ci-brown) solid 1px !important;
    padding-top: 10px;
}

a.btn-social-custom-green,
.btn-social-custom-green {
    border-radius: 50%;
    color: var(--ci-green) !important;
    border: var(--ci-green) solid 1px !important;
    padding-top: 10px;
}

a.btn-social-custom-pink,
.btn-social-custom-pink {
    border-radius: 50%;
    color: var(--ci-primary) !important;
    border: var(--ci-primary) solid 1px !important;
    padding-top: 10px;
}


/**
circle button
*/

.btn-social-main {
    border-radius: 50%;
    /* color: var(--ci-primary) !important; */
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    color: var(--ci-primary);
    border: var(--ci-primary) solid 1px;
}

.btn-social-obm {
    border-radius: 50%;
    /* color: var(--ci-primary) !important; */
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    color: var(--ci-green);
    border: var(--ci-green) solid 1px;
}

.btn-social-oem {
    border-radius: 50%;
    /* color: var(--ci-primary) !important; */
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    color: var(--ci-blue);
    border: var(--ci-blue) solid 1px;
}

.btn-social-industrial {
    border-radius: 50%;
    /* color: var(--ci-primary) !important; */
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    color: var(--ci-brown);
    border: var(--ci-brown) solid 1px;
}

.btn-social-main .fa,
.btn-social-main i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social-obm .fa,
.btn-social-obm i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social-oem .fa,
.btn-social-oem i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social-industrial .fa,
.btn-social-industrial i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

a.btn-social,
.btn-social {
    border-radius: 50%;
    color: var(--ci-primary) ;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 42px;
    border: var(--ci-primary) solid 1px;
}

.btn-social-w {
    border-radius: 50%;
    color: #fff ;
    display: inline-block;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin: 6px 4px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 42px;
    border: #fff solid 1px ;
}

.btn-social .fa,
.btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social-w .fa,
.btn-social-w i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.btn-social:hover,
.btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.btn-social-w:hover,
.btn-social-w:focus {
    color: rgba(255, 255, 255, 0.65) ;
    outline: none;
    text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}

.btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}

.btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}

.btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-circle-primary {
    border: var(--ci-primary) solid 2px;
    background-color: transparent;
}

.btn-behance {
    background-color: #1769ff;
}

.btn-behance:hover {
    background-color: #4a8aff;
}

.btn-bitbucket {
    background-color: #205081;
}

.btn-bitbucket:hover {
    background-color: #2a69aa;
}

.btn-codepen {
    background-color: #76daff;
}

.btn-codepen:hover {
    background-color: #a9e8ff;
}

.btn-deviantart {
    background-color: #4e6252;
}

.btn-deviantart:hover {
    background-color: #657e6a;
}

.btn-digg {
    background-color: #000;
}

.btn-digg:hover {
    background-color: #1a1a1a;
}

.btn-dribbble {
    background-color: #ea4c89;
}

.btn-dribbble:hover {
    background-color: #ef7aa7;
}

.btn-dropbox {
    background-color: #007ee5;
}

.btn-dropbox:hover {
    background-color: #1998ff;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-facebook:hover {
    background-color: #4c70ba;
}

.btn-flickr {
    background-color: #0063dc;
}

.btn-flickr:hover {
    background-color: #107cff;
}

.btn-foursquare {
    background-color: #ef4b78;
}

.btn-foursquare:hover {
    background-color: #f37a9b;
}

.btn-github {
    background-color: #4183c4;
}

.btn-github:hover {
    background-color: #689cd0;
}

.btn-google-plus {
    background-color: #dd4b39;
}

.btn-google-plus:hover {
    background-color: #e47365;
}

.btn-instagram {
    background-color: #3f729b;
}

.btn-instagram:hover {
    background-color: #548cb9;
}

.btn-jsfiddle {
    background-color: #4679bd;
}

.btn-jsfiddle:hover {
    background-color: #6c94ca;
}

.btn-lastfm {
    background-color: #e31b23;
}

.btn-lastfm:hover {
    background-color: #e9484e;
}

.btn-linkedin {
    background-color: #0976b4;
}

.btn-linkedin:hover {
    background-color: #0b96e5;
}

.btn-paypal {
    background-color: #253b80;
}

.btn-paypal:hover {
    background-color: #304da8;
}

.btn-pinterest {
    background-color: #cc2127;
}

.btn-pinterest:hover {
    background-color: #e04046;
}

.btn-reddit {
    background-color: #ff4500;
}

.btn-reddit:hover {
    background-color: #ff6a33;
}

.btn-skype {
    background-color: #00aff0;
}

.btn-skype:hover {
    background-color: #24c4ff;
}

.btn-soundcloud {
    background-color: #f80;
}

.btn-soundcloud:hover {
    background-color: #ffa033;
}

.btn-stack-overflow {
    background-color: #fe7a15;
}

.btn-stack-overflow:hover {
    background-color: #fe9748;
}

.btn-steam {
    background-color: #7da10e;
}

.btn-steam:hover {
    background-color: #a1d012;
}

.btn-stumbleupon {
    background-color: #eb4924;
}

.btn-stumbleupon:hover {
    background-color: #ef7053;
}

.btn-trello {
    background-color: #256a92;
}

.btn-trello:hover {
    background-color: #2f88bb;
}

.btn-tumblr {
    background-color: #35465c;
}

.btn-tumblr:hover {
    background-color: #485f7c;
}

.btn-twitch {
    background-color: #6441a5;
}

.btn-twitch:hover {
    background-color: #7e5bbe;
}

.btn-twitter {
    background-color: #55acee;
}

.btn-twitter:hover {
    background-color: #83c3f3;
}

.btn-vimeo {
    background-color: #1ab7ea;
}

.btn-vimeo:hover {
    background-color: #49c6ee;
}

.btn-vine {
    background-color: #00b488;
}

.btn-vine:hover {
    background-color: #00e7af;
}

.btn-vk {
    background-color: #45668e;
}

.btn-vk:hover {
    background-color: #587fae;
}

.btn-wechat {
    background-color: #98d11c;
}

.btn-wechat:hover {
    background-color: #afe53b;
}

.btn-wordpress {
    background-color: #21759b;
}

.btn-wordpress:hover {
    background-color: #2a95c5;
}

.btn-xing {
    background-color: #026466;
}

.btn-xing:hover {
    background-color: #039598;
}

.btn-yahoo {
    background-color: #400191;
}

.btn-yahoo:hover {
    background-color: #5601c4;
}

.btn-yelp {
    background-color: #af0606;
}

.btn-yelp:hover {
    background-color: #e00808;
}

.btn-youtube {
    background-color: #e52d27;
}

.btn-youtube:hover {
    background-color: #ea5955;
}

.btn-email {
    background-color: #44c456;
}

.btn-email:hover {
    background-color: #6bd079;
}


/**
* 
**/




/**
NAVBAR TOP extend  
**/

nav {
    position: relative;
    width: 100%;
}

/* .nav-menu,
.nav-menu * {
    display: flex;
 
    justify-content: space-between;
    font-family: 'Source Sans Pro', sans-serif !important;
} */

.nav-menu ul li>a:hover {
    color: var(--ci-primary) !important;
}

.nav-menu>li:not(.menu-active):hover>a {
    /* color: white; */
    background-color: #ffffff22;
    /* text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: white; */
}

.nav-menu>.menu-active>a {
    color: var(--ci-primary);
    background-color: white;
    border-color: var(--ci-primary);
}

.modal-sm-top-align {
    top: 0 !important;
}


/**
* Typer
**/

.typeBoxContainer {
    width: 84%;
    height: 80px;
    margin: 0 auto;
}

.typeBox {
    border: #fff solid 2px;
    border-radius: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.typed {
    font-size: 30px !important;
    line-height: 30px;
    vertical-align: middle;
    color: #FFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.typed_cursor {
    font-size: 30px !important;
    line-height: 30px;
    vertical-align: middle;
    color: #FFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.typeIconSearch {
    font-size: 24px;
    vertical-align: middle;
    color: #FFF;
    padding-left: 16px;
    padding-right: 10px;
}

.btn-aai-play {
    width: 85%;
    max-width: 90px !important;
    margin-top: 20px !important;
}


/**
* search
**/
input#aaiSpotlightSearch::placeholder {
    /* opacity: 1;
    color: var(--ci-primary) !important; */
}

.aaiSpotlightSearch {
    -webkit-border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    font-size: 18px !important;
}

input.aaiSpotlightSearch:focus {
    /* background-color: rgba(0, 0, 0, 0.05) !important; */
    color: #000;
    font-size: 18px !important;
}

input.aaiSpotlightSearch::placeholder {
    font-size: 18px !important;
}

input.aaiSpotlightSearch::-webkit-placeholder {
    font-size: 18px !important;
}

input.aaiSpotlightSearch::-ms-placeholder {
    font-size: 18px !important;
}

.contact li a {
    color: #fff !important;
}

.contact li a:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}


/**
SHAPES
 */

.half-circle-600-br {
    position: fixed;
    z-index: 6;
    width: 450px;
    height: 450px;
    background-color: #FFF;
    border-top-left-radius: 450px;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 14px 15px -15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 14px 15px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 14px 15px -15px rgba(0, 0, 0, 0.5);
}

.half-circle-600-tl {
    position: fixed;
    z-index: 6;
    width: 0;
    height: 0;
    background-color: #FFF;
    border-bottom-right-radius: 450px;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 14px 18px -18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 14px 18px -18px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 14px 18px -18px rgba(0, 0, 0, 0.25);
}

.div-center {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.aai-ul-nav-main {
    list-style: none;
    font-size: 1rem !important;
}

.aai-semi-ul-nav-main {
    vertical-align: top;
    list-style: square;
    font-size: 1rem !important;
}

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

#cocoDiv {
    width: 150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    margin-top: -400px;
    overflow: hidden;
}

#cocoDiv2 {
    width: 150px;
    position: absolute;
    left: 50%;
    /* margin-left:-75px; */
    top: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 109 !important;
    overflow: hidden;
}

#cocoDiv3 {
    width: 249px;
    position: absolute;
    left: 50%;
    /* margin-left:-75px; */
    top: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 111 !important;
    overflow: hidden;
}


/* .waves{
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
  left:0;
} */

.aaiHeroDesign2 {
    /* background-image:url(https://www.asiaticagro.com/images/cocotree.gif);
  background-repeat:no-repeat;
  -webkit-background-position-x: right;
  -webkit-background-position-y: 82%;
  background-position:right -50% bottom -20px;
  background-size:75% auto;
  background-color:var(--ci-primary); */
    background-image: url('https://www.asiaticagro.com/images/cocotree.gif'), url('https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png');
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/cocotree.webp') 1x, url('https://www.asiaticagro.com/images/cocotree.webp') 2x);
    /* etc ;*/
    background-repeat: no-repeat, no-repeat;
    -webkit-background-position-x: right, left;
    -webkit-background-position-y: 82%, bottom;
    background-position: right -50% bottom -20px, left bottom;
    background-size: 75% auto, contain;
    background-color: var(--ci-primary), var(--ci-primary);
}

.footer-bg-d2-pink {
    background-image: url(https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-position-x: left !important;
    -webkit-background-position-y: bottom !important;
    background-position: left bottom !important;
    background-size: contain !important;
    background-color: var(--ci-primary) !important;
}

.footer-bg-d2-blue {
    background-image: url(https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-position-x: left !important;
    -webkit-background-position-y: bottom !important;
    background-position: left bottom !important;
    background-size: contain !important;
    background-color: var(--ci-blue) !important;
}

.footer-bg-d2-brown {
    background-image: url(https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-position-x: left !important;
    -webkit-background-position-y: bottom !important;
    background-position: left bottom !important;
    background-size: contain !important;
    background-color: var(--ci-brown) !important;
}

.footer-bg-d2-green {
    background-image: url(https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png) !important;
    background-repeat: no-repeat !important;
    -webkit-background-position-x: left !important;
    -webkit-background-position-y: bottom !important;
    background-position: left bottom !important;
    background-size: contain !important;
    background-color: var(--ci-green) !important;
}

.aaiHeroDesign3 {
    background-image: url(https://www.asiaticagro.com/images/cover/Main_BGAAi-1920.png);
    background-repeat: no-repeat;
    -webkit-background-position-x: right;
    -webkit-background-position-y: bottom;
    background-position: left bottom;
    background-size: contain;
    background-color: var(--ci-primary);
}

#preloading {
    position: absolute;
    z-index: 110;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: 0;
    min-height: 100px;
    max-height: 150px;
}

/* .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
} */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .aaiHeroDesign2 {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        /** full height */
        background: url('https://www.asiaticagro.com/images/cocotree_mobile.gif');
        background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/cocotree_mobile.webp'));
        /* etc */
        background-position: right -90px bottom -20px;
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-color: var(--ci-primary);
    }

    .modal-sm-top-align {
        top: -2.5rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .hd-cct-info {
        font-size: 14px !important;
    }
}


/** modal */

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
}

.modal-close {
    width: 64px;
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #999;
}

.modal-close:hover {
    color: var(--ci-primary);
}

.nav-h-close {
    width: 48px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #999;
}

.nav-h-close:hover {
    color: var(--ci-primary);
}


/* .textSharingTheWorld{
  height:300px; position:absolute; z-index:4; top:40%; margin-top:-150px; left:50%; margin-left:-150px;
}
.textSharingTheWorld img{
  width:100%; height:auto;
  margin: 0 auto;
} */

.textSharingTheWorld {
    position: absolute;
    width: 500px;
    height: auto;
    z-index: 4;
    top: 34%;
    margin-top: -150px;
    left: 50%;
    margin-left: -250px;
    /* transform: translate(-50%,-50%); */
}

.textSharingTheWorld img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.logo {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 5px;
    top: 10px;
}

.logo-d2 {
    max-width: 200px;
    margin: 10px auto;
}

.btn-aai {
    width: auto;
    height: 100px;
    z-index: 115;
}

.aai-business-menu {
    max-width: 70%;
    margin: 0 auto;
}

.cta-container {
    position: absolute;
    z-index: 115;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.facebook:hover {
    color: #3b5998 ;
    background-color: #FFF;
}

.youtube:hover {
    color: #c4302b ;
    background-color: #FFF;
}

.instagram:hover {
    color: #3f729b ;
    background-color: #FFF;
}

.search:hover {
    color: var(--ci-blue) ;
    background-color: transparent;
}

/* .banner-top-rwd-1 {
    display: block;
}

.banner-top-rwd-2 {
    display: none;
}

.banner-top-rwd-3 {
    display: none;
} */
.col-gap-vw{
    column-gap: 5vw;
}
.btn-aai-responsive {
    width: 90px;
    height: auto;
    /* height: 100px; */
    z-index: 115;
    margin: 0 auto;
}

@media(min-width:1600px) {
    .cta-container {
        bottom: 15% !important;
    }

    /* .banner-top-rwd-1 {
        display: none;
    }

    .banner-top-rwd-2 {
        display: block;
    }

    .banner-top-rwd-3 {
        display: none;
    } */
}

@media(min-width:2400px) {
    .cta-container {
        bottom: 10% !important;
    }
}

@media(max-width:1200px) {
    .textSharingTheWorld {
        position: absolute;
        width: 500px;
        height: auto;
        z-index: 4;
        top: 34%;
        margin-top: -150px;
        left: 50%;
        margin-left: -250px;
    }

    .textSharingTheWorld img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .aai-business-menu {
        max-width: 80%;
        margin: 0 auto;
    }

    .textSharingTheWorld {
        position: absolute;
        width: 320px;
        height: auto;
        z-index: 4;
        top: 40%;
        margin-top: -120px;
        left: 50%;
        margin-left: -160px;
        /* -webkit-transform:translateX(-50%, -50%);
  transform:translateX(-50%, -50%); */
    }

    .textSharingTheWorld img {
        width: 100%;
        /* max-width:480px;  */
        height: auto;
        margin: 0 auto;
    }

    .logo {
        width: 64px !important;
        height: 64px !important;
    }

    .modal-window>div {
        padding: .5em;
    }

    .btn-aai {
        width: 200px;
        height: 180px;
        z-index: 115;
    }

    .typeBoxContainer {
        width: 94% !important;
        height: auto;
        line-height: 18px;
        margin: 20px auto;
    }

    .typeBox {
        border: #fff solid 2px;
        padding: 5px 10px 10px 10px;
    }

    .typed {
        font-size: 18px !important;
        line-height: 18px;
        vertical-align: middle;
        color: #FFF !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .typed_cursor {
        font-size: 18px !important;
        line-height: 18px;
        vertical-align: middle;
        color: #FFF !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btn-aai-responsive {
        width: 100px;
        height: auto;
        /* height: 100px; */
        z-index: 115;
        margin: 0 auto;
    }

    .btn-aai-play {
        width: 90%;
        max-width: 100px;
        margin-top: 20px;
    }

    .typeIconSearch {
        font-size: 16px;
        vertical-align: middle;
        color: #FFF;
        padding-left: 10px;
        padding-right: 10px;
    }
/* 
    .banner-top-rwd-1 {
        display: none;
    }

    .banner-top-rwd-2 {
        display: none;
    }

    .banner-top-rwd-3 {
        display: block;
    } */
}


/************** ALERT ********************/

.alert-mail-sent {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}


/************** ALERT ********************/

@media(max-width:480px) {
    .alert-mail-sent {
        background-color: rgb(255, 255, 255);
        border-radius: 0px;
    }

    .textSharingTheWorld img {
        width: 90%;
        /* max-width:480px;  */
        height: auto;
        margin: 0 auto;
    }

    .typeBoxContainer {
        width: 86% !important;
        height: auto;
        line-height: 20px;
        margin: 20px auto;
    }

    .typeBox {
        border: #fff solid 2px;
        padding: 5px 10px 10px 10px;
        background-color: var(--ci-primary) !important;
    }

    .typed {
        font-size: 19px !important;
        line-height: 19px;
        vertical-align: middle;
        color: #FFF !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .typed_cursor {
        font-size: 19px !important;
        line-height: 19px;
        vertical-align: middle;
        color: #FFF !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .btn-aai {
        width: 100px;
        height: 100px;
        z-index: 115;
        margin: 0 auto;
    }

    .btn-aai-play {
        width: 90%;
        max-width: 100px;
        margin-top: 20px;
    }

    .logo {
        width: 64px !important;
        height: 64px !important;
    }

    .aai-business-menu {
        max-width: 90%;
        margin: 0 auto;
    }

    .textSharingTheWorld {
        position: absolute;
        width: 240px;
        height: auto;
        z-index: 4;
        top: 50%;
        margin-top: -120px;
        left: 50%;
        margin-left: -120px;
        /* -webkit-transform:translateX(-50%, -50%), translateY(-50%, -50%); 
    transform:translateX(-50%, -50%), translateY(-50%, -50%); */
    }
}

#aaiOurBrand:hover {
    cursor: pointer
}

#aaiPrivateLabel:hover {
    cursor: pointer
}

#aaiIndustrial:hover {
    cursor: pointer
}

@-webkit-keyframes point-up-down {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes point-up-down {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.delCNCssAnimationBounce {
    -webkit-animation: point-up-down 1s linear infinite alternate;
    animation: point-up-down 1s linear infinite alternate;
}


/* iPhone X and Xs Max */

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .logo {
        position: -webkit-absolute;
        position: absolute;
        width: 64px !important;
        height: 64px !important;
        /* --safe-area-inset-top: env(safe-area-inset-top); */
        top: 120px !important;
        /*80px;*/
        top: env(safe-area-inset-top);
    }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .logo {
        position: -webkit-absolute;
        position: absolute;
        width: 64px !important;
        height: 64px !important;
        /* --safe-area-inset-top: env(safe-area-inset-top); */
        top: 120px !important;
        /*80px;*/
        top: env(safe-area-inset-top);
    }
}




.shadow-bar {
    -webkit-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.55);
}


/********************** INPUT CUSTOM ***********************/

input.cusorCI {
    padding: 0 20px;
    color: var(--ci-primary) !important;
    text-shadow: 0px 0px 0px #000;
    -webkit-text-fill-color: transparent !important;
}


/********************** BEGIN MOBILE MENUBAR ****************************/


/**
* FONT SIZE MObile NAV
**/

.delFontTHMobileSizeSmall {
    font-size: 16px;
}

.delFontTHMobileSizeMedium {
    font-size: 18px;
}

.delFontENMobileSizeSmall {
    font-size: 14px;
}

.delFontENMobileSizeMedium {
    font-size: 16px;
}


/**
* COLOR BY PAGE 
**/

.icon-color-main {
    color: var(--ci-primary);
}

.icon-color-oem {
    color: var(--ci-blue);
}

.icon-color-obm {
    color: var(--ci-green);
}

.bg-color-main {
    background-color: var(--ci-primary);
}

.bg-color-oem {
    background-color: var(--ci-blue);
}

.bg-color-obm {
    background-color: var(--ci-green);
}

.bg-color-industrial {
    background-color: var(--ci-brown);
}

.bg-color-oem i,
.bg-color-obm i,
.bg-color-main i {
    color: #FFF !important;
}

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

.mt-mobile-submenu {
    margin-top: var(--nav-height);
}

.nav-mobile-container {
    height: var(--nav-height);
}

.header-mobile {
    position: fixed !important;
    z-index: 50 !important;
    top: 0;
}


/**
* shadow 
*/

.box-shadow-news {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}


/**
* radius
*/

.border-radius-xs {
    border-radius: .2rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
}

.border-radius-sm {
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem;
}

.border-radius-md {
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
}

.border-radius-lg {
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
}

.border-radius-xl {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
}


/**
* foot navbar
*/

.wrap-footer-navbar-mobile {
    display: none;
}

.footer-navbar-shadow-top {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

.footer-navbar-more {
    position: fixed;
    z-index: 1029 !important;
    margin: 0;
    bottom: 0;
    top: 0;
    width: calc(100vw);
    height: 100vh;
    padding: 0;
}

.delNvMRMobilemMenu {
    color: #111;
    margin-top: 5px;
}

.delNvMRMobilemMenu i {
    color: #FFF !important;
}

.delNvMRMobilemMenu:hover {
    color: #111 !important;
}

@media screen and (max-width:992px) {
    :root {
        --nav-height: 60px
    }

    /* .mt-mobile-submenu {
        margin-top: 60px;
    }

    .nav-mobile-container {
        height: 60px;
    } */

    .wrap-footer-navbar-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --nav-height: 48px
    }

    .delFontTHMobileSizeSmall {
        font-size: 14px;
    }

    .delFontTHMobileSizeMedium {
        font-size: 16px;
    }

    .delFontENMobileSizeSmall {
        font-size: 12px;
    }

    .delFontENMobileSizeMedium {
        font-size: 14px;
    }

    /* .nav-mobile-container {
        height: 48px;
    }

    .mt-mobile-submenu {
        margin-top: 48px;
    } */
}


/**
* mobile nav 
**/

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

.pt-60 {
    padding-bottom: 60px !important;
}

.mobile-more-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-more-menu-content {
    width: 100%;
    border-radius: .5rem;
    color: #FFF;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.mobile-more-menu-content-item {
    line-height: 1.0;
}


/* headlines with lines */

.decorated {
    overflow: hidden;
    text-align: center;
    color: #555 !important;
    font-size: 20px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.decorated>span {
    position: relative;
    display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 100vw;
    margin: 0 20px;
}

.decorated>span:before {
    right: 100%;
}

.decorated>span:after {
    left: 100%;
}


/**
PAGINATION
**/

/* .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.page-item:last-child .page-link {
    margin-right: 0;
    border-top-right-radius: 2rem ;
    border-bottom-right-radius: 2rem ;
}

.page-item.active .page-link {
    background-color: var(--ci-primary);
    border-color: var(--ci-primary);
    color: #FFF;
}

.page-link {
    color: var(--ci-primary);
} */


/**
SEARCH RESULT
**/

.result-box {
    background-color: #FFF;
    border-radius: 0 1rem 1rem 0;
    border-left: 3px solid var(--ci-pink);
    transition: .5s;

}
.result-box:hover{
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

/**
* Article settings
**/

.product-title:hover {
    color: var(--ci-blue);
}


/**
* Cookie
**/

#aaiCookieWrapper {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 1rem;
    z-index: 111222;
    border-radius: 2rem;
    /* max-width:800px; */
    /* background-color: #FFF!important; */
}

.cookieContainer {
    position: absolute;
    width: 96%;
    max-width: 800px;
    margin: 0 2%;
    bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 111222;
    border-radius: 2rem;
}

.bg-ci-blue-alpha-sm {
    background-color: rgb(22, 95, 171, .9);
}

#acceptCookie {
    color: #FFF;
}

#acceptCookie:hover {
    text-decoration: underline;
}

#closeCookieWindow {
    color: #FFF;
}

#closeCookieWindow:hover {
    text-decoration: underline;
}

#acceptCookie {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

#acceptCookie:hover {
    color: #FFF !important;
    background-color: transparent !important;
}

@media(max-width:600px) {
    .cookieContainer {
        padding: 0;
    }
}

.bgannounce {
    background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size800x600px-01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 768px) {
    .bgannounce {
        background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size550x600px-01.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;
    }
}


/************************ END ************************************/


/**
* radius
*/

.border-radius-xs {
    border-radius: .2rem;
    -moz-border-radius: .2rem;
    -webkit-border-radius: .2rem;
}

.border-radius-sm {
    border-radius: .75rem;
    -moz-border-radius: .75rem;
    -webkit-border-radius: .75rem;
}

.border-radius-md {
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
}

.border-radius-lg {
    border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
}

.border-radius-xl {
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
}


/**
* foot navbar
*/

.wrap-footer-navbar-mobile {
    display: none;
}

.footer-navbar-shadow-top {
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
}

.footer-navbar-more {
    position: fixed;
    z-index: 1029 !important;
    margin: 0;
    bottom: 0;
    top: 0;
    width: calc(100vw);
    height: 100vh;
    padding: 0;
}

.delNvMRMobilemMenu {
    color: #111;
    margin-top: 5px;
}

.delNvMRMobilemMenu i {
    color: #FFF !important;
}

.delNvMRMobilemMenu:hover {
    color: #111 !important;
}

@media screen and (max-width:992px) {
    /* .mt-mobile-submenu {
        margin-top: 60px;
    }

    .nav-mobile-container {
        height: 60px;
    } */

    .wrap-footer-navbar-mobile {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .delFontTHMobileSizeSmall {
        font-size: 14px;
    }

    .delFontTHMobileSizeMedium {
        font-size: 16px;
    }

    .delFontENMobileSizeSmall {
        font-size: 12px;
    }

    .delFontENMobileSizeMedium {
        font-size: 14px;
    }

    .nav-mobile-container {
        height: 48px;
    }

    .mt-mobile-submenu {
        margin-top: 48px;
    }
}


/**
* mobile nav 
**/

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

.pt-60 {
    padding-bottom: 60px !important;
}

.mobile-more-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-more-menu-content {
    width: 100%;
    border-radius: .5rem;
    color: #FFF;
    align-items: center;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.mobile-more-menu-content-item {
    line-height: 1.0;
}


/* headlines with lines */

.decorated {
    overflow: hidden;
    text-align: center;
    color: #555 !important;
    font-size: 20px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.decorated>span {
    position: relative;
    display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 100vw;
    margin: 0 20px;
}

.decorated>span:before {
    right: 100%;
}

.decorated>span:after {
    left: 100%;
}


/**
PAGINATION
**/

.page-item:first-child .page-link {
    margin-left: 0;
    /* border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important; */
}

.page-item:last-child .page-link {
    margin-right: 0;
    /* border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important; */
}

.page-item.active .page-link {
    background-color: var(--ci-primary);
    border-color: var(--ci-primary) ;
    color: #FFF ;
}

.page-link {
    color: var(--ci-primary);
}


/**
SEARCH RESULT
**/

/* .result-box {
    background-color: #FFF;
    border-radius: 1rem;
} */


/**
* Article settings
**/

.product-title:hover {
    color: var(--ci-blue) !important;
}


/**
* Cookie
**/

#aaiCookieWrapper {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 1rem;
    z-index: 111222;
    border-radius: 2rem;
    /* max-width:800px; */
    /* background-color: #FFF!important; */
}

.cookieContainer {
    position: absolute;
    width: 96%;
    max-width: 800px;
    margin: 0 2%;
    bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 111222;
    border-radius: 2rem;
}

.bg-ci-blue-alpha-sm {
    background-color: rgb(22, 95, 171, .9);
}

#acceptCookie {
    color: #FFF;
}

#acceptCookie:hover {
    text-decoration: underline;
}

#closeCookieWindow {
    color: #FFF;
}

#closeCookieWindow:hover {
    text-decoration: underline;
}

#acceptCookie {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

#acceptCookie:hover {
    color: #FFF !important;
    background-color: transparent !important;
}

@media(max-width:600px) {
    .cookieContainer {
        padding: 0;
    }
}

@media(max-width:2800px) and (min-width:1367px) {
    .bgannounce {
        background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size800x630px-01.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-position: top;
    }
}

@media(max-width:1366px) and (min-width:1025px) {
    .bgannounce {
        background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size800x630px-01.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;
    }
}

@media(max-width:1024px) and (min-width:769px) {
    .bgannounce {
        background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size800x600px-01.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;
    }
}

@media (max-width: 768px) {
    .bgannounce {
        background-image: url(https://www.asiaticagro.com/images/PopUp_AAI_Size550x600px-01.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;
    }
}

.thumb {
    border: #FFFFFF 4px solid;
}


/************************ END ************************************/
.ms-footer .text-google{
    color:var(--ci-primary);
}
.ms-footer .text-google a{
    color:var(--ci-primary);
}
.text-google{
    color: white;
}
.text-google a{
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
}
/* additional for new footer */
input[type=text],
select {
    width: 100%;
    background-color: #f8f9fa;
    height: 45px;
    /* border-radius: .25rem; */
    border: 1px solid #a3a3a3;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;

}

textarea {
    width: 100%;
    border: 1px solid #a3a3a3;

    background-color: #f8f9fa;
    border-radius: .25rem;

    padding-left: 1rem;
    padding-top: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

footer button[type=submit] {
    border: 3px solid white;
    font-weight: 600;
    margin-top: 1rem;
}

input[type=text]::placeholder {
    color: #9a9a9a;
    transition: .5s;
    opacity: 0;
}

input[type=text]+label {
    position: absolute;
    left: 0;
    transition: .5s;
    margin-left: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
    color: #9a9a9a;
    pointer-events: none;
    transform: translateY(-50%);
    top: 50%;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

textarea+label {
    position: absolute;
    left: 0;
    transition: .5s;
    margin-left: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
    color: #9a9a9a;
    pointer-events: none;
    transform: translateY(-50%);
    top: 25%;
}

input[type=text]:placeholder-shown+label {
    opacity: 1;

}
.ms-footer input[type=text]:not(:placeholder-shown)+label,
.ms-footer input[type=text]:focus-visible+label,
.ms-footer textarea:focus+label,
.ms-footer textarea:not(:placeholder-shown)+label,
.ms-footer select+label{
color: var(--ci-primary);
background-color: white;
font-size: .8rem;
}
.ms-footer :is(input[type=text], select , textarea){
    background-color: white;
}
.ms-footer select:focus+label{
color: var(--ci-primary);
}
input[type=text]:not(:placeholder-shown)+label,
input[type=text]:focus-visible+label,
textarea:focus+label,
textarea:not(:placeholder-shown)+label {
    top: 10px;
    opacity: 1;
    margin-left: .75rem;
    color: white;
    background-color: transparent;
    font-size: .85rem;

}

select+label {
    position: absolute;
    left: 0;
    font-size: .85rem;
    margin-left: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    color: white;
    pointer-events: none;
    transform: translateY(-50%);
    top: 10px;
    background-color: transparent;
}

select:focus+label {
    color: white
}

input[type=text]:focus-visible::placeholder {}

input[type=text]:focus-visible,
select:focus,
textarea:focus {
    outline: unset;
    background-color: white;
    border-color: var(--ci-pink);
}

#aaiSpotlightSearch {
    height: 48px;
    margin-top: 0px;
    background: transparent;
    border: 0;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: var(--ci-primary) !important; 
    /* border: 1px solid red !important; */
    /* กำหนดสีข้อความใหม่ (จำเป็นในบางกรณี)*/
}

#footer {
    /* & input[type=text], select{
    width: 100%;
   
    height: 55px;

    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-width: 0px 0px 2px 0px;
    border-color: white;
    background-color: transparent;
    color: white;
    border-radius: 0;
    } */

    & input[type=text]:not(:placeholder-shown)+label,
    input[type=text]:focus-visible+label,
    textarea:focus+label,
    textarea:not(:placeholder-shown)+label,
    select+label {
        top: 0px;
    }

    & #btnValidateForm {
        width: 150px;
        text-align: center;
        background-color: var(--ci-primary);
        border: 2px solid white;
        color: white;
        transition: .5s;

        &:hover {
            color: var(--ci-pink);
            background-color: white;
        }
    }

    & .linklist {
        /* font-size: 1rem; */
        list-style-type: none;

        & li:first-of-type {
            margin-bottom: .5lh;

        }

        & li {
            margin-bottom: .25lh;

            & i {
                margin-right: .5rem;

            }
        }
    }

}

#aaiModalContactMain {
    & .modal-content {
        border-radius: .75rem;
    }

    & .close {
        position: absolute;
        left: calc(100% - .5rem);
        top: .5rem;
        transform: translate(-100%, 0);
        z-index: 1;
        color: var(--ci-pink);
        font-size: 2rem;
    }

    /* background-image: url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.png');
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.webp') 1x); */
    & #btnValidateForm {
        width: 150px;
        text-align: center;
        background-color: white;
        border: 2px solid var(--ci-pink);
        color: var(--ci-pink);
        transition: .5s;

        &:hover {
            color: white;
            background-color: var(--ci-pink);
        }
    }

    & :is(input[type=text]:not(:placeholder-shown)+label,
        input[type=text]:focus-visible+label,
        textarea:focus+label,
        textarea:not(:placeholder-shown)+label),
    select:not(:placeholder-shown)+label {

        color: var(--ci-primary);

    }

    & input[type=text]:not(:placeholder-shown),
    select:valid,
    textarea:not(:placeholder-shown) {
        border-color: var(--ci-pink);
    }



    & :is(input[type=text],
        select) {

        background-color: white;
        height: 55px;
        border-width: 0px 0px 2px 0px;
        border-radius: 0;
        padding-top: 15px;

    }

    & textarea {
        border-width: 0px 0px 2px 0px;
        background-color: white;
        border-radius: 0;
        padding-top: 15px;
    }

    & .md-head {
        /* background-image: url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.png');
    background-image: -webkit-image-set(url('https://www.asiaticagro.com/images/BG-Pattern-size-500x500.webp') 1x); */
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

#faq #faq-list>li>div {
    padding-top: 1.5rem;
}




::-webkit-scrollbar-track {
    background: white;

}

::-webkit-scrollbar-thumb {
    background: var(--ci-pink);
}

::-webkit-scrollbar {
    width: 5px;
}

.gfca-logo-bot {
    height: 16px;
    filter: brightness(0) invert(1);
}
/* .back-to-top{
    display: none!important;
} */
/*Disable ปุ่มเปลี่ยนภาษา */
#dropdownMenuButton{
pointer-events: none;
filter: grayscale(1) opacity(.25);

}
/*Disable Privacy Policy*/
/* .cookie-bar-content span:first-of-type a {
    pointer-events: none;
    opacity: 0;
} */