@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

*{
    outline: none !important;
}

body {
    font-family: 'Nunito', sans-serif !important;
}

.float-btn{
	position:fixed;
    z-index:100;
}
.whatsapp-btn a:hover{
    color:#ddd;
}

.cover-note {
    color: #212529;
    font-weight: 700;
}

@media (min-width: 576px) {
    /*Menu*/
    .brand-logo {
        font-size: 31px
    }
    #navbar-mobile span {
        height: 3px;
    }
    /*Banner*/
    .ms-banner .content-banner .cover-text-mobile h2 {
        font-weight: bold;
    }
    /*Section Public*/
    .our-product p,
    .our-client p,
    .about-us p,
    .contact-us p {
        font-size: 16px;
        font-weight: 400;
    }
    /*Section Our Product*/
    .our-product::before{
        top: 110px;
    }
    .section-our-product.mobile-layout {
        display: none;
    }
    /*Footer*/
    .ms-footer {
        padding: 100px 0 46px;
    }
}

@media (min-width: 768px) {
    /*Section Banner*/
    .ms-banner {
        padding: 200px 0;
    }
    .ms-banner .content-banner .cover-text-mobile {
        display: none;
    }
    .ms-banner .content-banner .cover-text-desktop {
        display: block;
    }
    .ms-banner .content-banner .cover-text-desktop h2 {
        font-size: 40px;
        font-weight: bold;
    }
    .ms-banner::after {
        background-image: url(../img/icon/banner-icon.png);
        opacity: 0.75;
        background-size: auto 100%;
    }
    /*Section Public*/
    section {
        padding: 100px 0;
        margin: 50px 0;
    }

    .our-client .title-section {
        margin-bottom: 10px;
    }

    .our-product .subtitle-section,
    .new-product .subtitle-section {
        font-size: 18px;
        margin-bottom: 90px;
    }

    .about-us .title-section,
    .contact-us .title-section {
        margin-bottom: 90px;
        font-size: 30px;
    }
    /*Section Our Client*/
    .section-our-client.mobile-layout {
        display: none;
    }
    /*Section About Us*/
    .about-us .content-area .title {
        font-size: 22px;
    }
    /*Section Contact Us*/
    .section-contact-us.mobile-layout {
        display: none;
    }
    /*Footer*/
    .ms-footer::before {
        background-size: contain;
    }
    .ms-footer p {
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
    }

    .whatsapp-btn .desktop-layout .float-btn{
        right: 10px;
        top:50%;
        bottom:50%;
        max-width: 165px;
    }
}

@media (min-width: 992px) {
    /*Menu*/
    .navbar-dark .navbar-nav .nav-link.active{
        /*border-bottom: 2px solid #f9cb40;*/
        border-bottom: 2px solid #e32227;
    }
    /*Spacing*/
    .clear7 {
        padding-top: 70px;
    }
    .container-fluid {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 190px;
    }
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    /*Menu*/
    .navbar-dark .navbar-nav .nav-link.active{
        /*color:#f9cb40 !important;*/
        color:#e32227 !important;
    }
    .bg-white-on-sm {
        background: white !important;
        box-shadow: 0px -1px 10px rgba(5, 5, 5, 0.05);
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
    /*Section Public*/
    .our-product::before,
    .our-client::after,
    .about-us::before,
    .contact-us::after {
        opacity: .2;
    }
    /*Spacing*/
    .clear7 {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    /*Menu*/
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: inherit;
        padding-left: inherit;
    }
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    /*Section Banner*/
    .ms-banner {
        padding: 150px 0 76px;
    }
    .ms-banner .content-banner .cover-text-mobile {
        display: block;
    }
    .ms-banner .content-banner .cover-text-mobile h2 {
        font-size: 30px;
    }
    .ms-banner .content-banner .cover-text-desktop {
        display: none;
    }
    .ms-banner .content-banner .cover-text-desktop h2 {
        font-size: 30px;
    }
    .ms-banner::after {
        background-image: url(../img/icon/right-client.png);
        background-size: contain;
        opacity: 0;
        transform: scaleY(-1);
        transform: scaleX(-1);
    }
    /*Section Public*/
    .our-product .title-section,
    .our-client .title-section,
    .about-us .title-section,
    .contact-us .title-section,
    .new-product .title-section {
        justify-content: center !important;
        text-align: center;
        font-size: 26px;
        margin-bottom: 40px;
    }
    .new-product .subtitle-section {
        font-size: 16px;
        color: #4c4c4c;
        line-height: 175%;
        margin-bottom: 30px;
    }
    section {
        padding: 90px 0;
        /*margin: 60px 0;*/
    }
    /*Section Our Product*/
    .our-product .description-product {
        text-align: center;
    }
    /*Section Our Client*/
    .section-our-client.desktop-layout {
        display: none;
    }
    .section-our-client.mobile-layout {
        display: block;
    }
    .section-our-client.mobile-layout .flex-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .section-our-client.mobile-layout .flex-grid-item {
        height: 100px;
        flex-grow: 1;
        width: 40%;
        flex-basis: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-our-client.mobile-layout .flex-grid-item:nth-child(1),
    .section-our-client.mobile-layout .flex-grid-item:nth-child(2) {
        margin-bottom: 70px;
    }
    .section-our-client.mobile-layout .flex-grid-item img {
        width: 70%;
        height: auto;
    }
    /*Section About Us*/
    .about-us .content-area {
        text-align: center;
    }
    .about-us .content-area {
        margin: 20px 0 10px;
    }
    .about-us .content-area .title {
        font-size: 20px;
    }
    /*Section Contact Us*/
    .section-contact-us.desktop-layout {
        display: none;
    }
    .section-contact-us.mobile-layout {
        display: block
    }
    /*Footer*/
    .ms-footer {
        padding: 60px 0 30px;
    }
    .ms-footer::before {
        opacity: .3;
        background-size: contain;
    }
    .ms-footer p {
        font-weight: 600;
        font-size: 14px;
    }

    .whatsapp-btn .mobile-layout .float-btn{
        border-radius:100px;
        text-align:center;
        font-size:32px;
        box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.85);
        width: 56px;
        height: 56px;
        bottom:45px;
        right:23px;
        display:table-cell;
        background-color:#00db71;
        color:#FFF;
    }
    .whatsapp-btn .mobile-layout .my-float{
        vertical-align: middle;
    }
}

@media (max-width: 575.98px) {
    /* Menu */
    .brand-logo {
        font-size: 28px;
    }
    #navbar-mobile span {
        height: 2px;
    }
    /*Section Public*/
    section{
        margin:20px 0;
    }
    .our-product p,
    .our-client p,
    .about-us p,
    .contact-us p {
        font-size: 15px;
        font-weight: 500;
    }
    section {
        padding: 50px 0;
    }
    /*Section Banner*/
    .ms-banner::before {}
    .our-product .title-section,
    .our-client .title-section,
    .about-us .title-section,
    .contact-us .title-section,
    .new-product .title-section {
        font-size: 28px;
    }
    .ms-banner .content-banner .cover-text-mobile h2 {
        font-size: 30px;
        font-weight: 400;
        /*font-size: 25px;
        font-weight: 700;*/
    }
    /*Section Our Product*/
    .our-product::before{
        top:50px;
    }
    .section-our-product.mobile-layout {
        display: block;
    }
    .section-our-product.desktop-layout {
        display: none;
    }
    .section-our-product.mobile-layout .flex-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .section-our-product.mobile-layout .flex-grid-item {
        height: auto;
        flex-grow: 1;
        width: 40%;
        flex-basis: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-our-product.mobile-layout .flex-grid-item img {
        width: 60%;
        height: auto;
    }
    .new-product .subtitle-section {
        font-size: 15px;
        line-height: 20px;
    }
    .new-product .section-our-product.mobile-layout .flex-grid-item {
        margin-bottom: 25px;
    }
    /*Section Our Client*/
    .section-our-client.mobile-layout .flex-grid-item img {
        width: 70%;
        height: auto;
    }
    .section-our-client.mobile-layout .flex-grid-item {
        width: 50%;
    }
    .section-our-client.mobile-layout .flex-grid-item:nth-child(1),
    .section-our-client.mobile-layout .flex-grid-item:nth-child(2) {
        margin-bottom: 20px;
    }
    /*Footer*/
    .ms-footer::before {
        background-size: cover;
    }
    .ms-footer p {
        font-weight: 600;
        font-size: 14px;
    }
}


/*---------------------------------------------------Main Style------------------------------------------------------*/

.test {
    border: 1px solid red;
}
.text-underline{
    text-decoration: underline;
}
/*
.custom-toggler.navbar-toggler {
    border-color: transparent;
    outline: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 186, 0, 0.92)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
*/

/*Menu*/
.navbar,
.navbar a {
    transition: 0.4s ease;
}
.brand-logo:hover {
    /*color: #f7ba00;*/
    color: #e32227;
    text-shadow: -1px 1px 7px rgba(0, 0, 0, 0.05)
}
.navbar-expand-lg .navbar-nav .nav-link {
    /*padding:0 1rem 0 1rem; */
    border-bottom:2px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
}
.navbar-dark .navbar-nav .nav-link.active{
    color:#000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #555;
    transition: 0.3s;
    font-weight: 600;
}
.navbar {
    z-index: 100;
}

/*Menu Mobile*/
#navbar-mobile {
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 30px;
}

#navbar-mobile span {
    display: block;
    position: absolute;
    background: #f7ba00;
    width: 100%;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#navbar-mobile span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#navbar-mobile span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#navbar-mobile span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#navbar-mobile.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}

#navbar-mobile.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#navbar-mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 0px;
}

/*Section Banner*/
.ms-banner {
    position: relative;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.ms-banner::after {
    content: "";
    position: absolute;
    z-index: -8;
    top: 0;
    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
}
.ms-banner::before {
    content: "";
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/icon/left-banner.png);
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
}

/*Section Public*/
.bg-transparent{
    border-bottom:1px solid transparent;
}
.bg-white {
    background-color: #fff !important;
    /*box-shadow: 0px -1px 5px rgba(5, 5, 5, 0.05);*/
    border-bottom: 1px solid #ededed;
}
.bolder {
    font-weight: 700;
}
/*.main-color {
    color: #f7ba00 !important;
}*/
.main-color {
    color: #e32227 !important;
}
.clear2 {
    padding-top: 20px;
}

/*Section Our Product*/
.our-product {
    position: relative;
}

.our-product::after {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    background-position: right;
    background-image: url(../img/icon/right-client.png);
    width: 100%;
    background-size: auto 75%;
    background-repeat: no-repeat;
    height: 100%;
}
.our-product .title-section,
.our-client .title-section,
.about-us .title-section,
.contact-us .title-section,
.new-product .title-section {
    font-weight: 600;
    color: #00539a;
}
.our-product p,
.our-client p,
.about-us p,
.contact-us p,
.new-product p,
.new-product li {
    color: #00539a;
    line-height: 175%;
}
.content-box .title {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
}
.color-area .title {
    margin-bottom: 13px;
}
.color-area .box-color {
    width: 25px;
    height: 25px;
    margin-right: 1%;
    border-radius: 2px;
    display: inline-block;
}
.size-area p {
    font-weight: normal;
}
.red {
    background: #c92926;
}
.blue {
    background: #1b76fa;
}
.green {
    background: #349c5f;
}
.skyblue {
    background: #90d1f3;
}
.yellow {
    background: #ffdb56;
}

/*Section Our Client*/
.our-client {
    position: relative;
}
.our-client::before {
    content: "";
    position: absolute;
    z-index: -10;
    left: 0;
    background-image: url(../img/icon/left-product.jpg);
    width: 100%;
    background-size: auto 75%;
    background-repeat: no-repeat;
    height: 100%;
}
.our-client .quotes{
    margin-bottom: 50px;
}
.our-client .quotes i{
    opacity: .2
}
.section-our-client.desktop-layout img{
/*border:1px solid #fafafa;*/
}

.section-our-client .item {
    margin-bottom: 20px;
}


/*Section About Us*/
.about-us .content-area .title {
    /*color: #f7ba00;*/
    color: #e32227;
    margin-bottom: 30px;
}
.about-us {
    position: relative;
}
.about-us::after {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    background-position: right;
    background-image: url(../img/icon/right-contact.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

/*Section Contact Us*/
.contact-us {
    position: relative;
}
/*.contact-us::after,*/
.section-contact-us .contact-us-item {
    transition: 0.2s;
    color:inherit;
    border-bottom:1px dotted #eee;
    font-weight: bold;
}

.section-contact-us .contact-us-item:hover {
   border-bottom:1px dotted #eee;
   color:#f7ba00;
}

.section-contact-us .contact-us-item:hover{
   text-decoration: none;
}

/*Section New Product*/
.new-product {
    position: relative;
}
.new-product .title-section {
    margin-bottom: 15px;
}
.new-product .subtitle-section {
    line-height: 24px;
}
.new-product .description-product {
    margin-bottom: 90px;
    /*text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);*/
}
.new-product::before {
    content: "";
    position: absolute;
    z-index: -10;
    left: 0;
    background-image: url(../img/icon/left-about.png);
    width: 100%;
    background-size: auto 36%;
    background-repeat: no-repeat;
    height: 100%;
}

/*Section Footer*/
.ms-footer {
    margin-top: 80px;
    position: relative;
    bottom: -24px;
}
.ms-footer::before {
    content: "";
    position: absolute;
    z-index: -10;
    left: 0;
    bottom: 0;
    background-image: url(../img/icon/footer-icon.png);
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100%;
}

p.contact-details {
  line-height: 200%;
}

img.img-fluid.extra-padding {
  padding: 0 20px;
}
