@charset "UTF-8";
a:hover {
    text-decoration: none;
}


/*Header Icon*/

#header_linkedin {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/header_linkedin.png");
    cursor: pointer;
}

#header_linkedin:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/header_linkedin_hover.png");
}

#header_facebook {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/header_facebook.png");
    cursor: pointer;
}

#header_whatapp {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icons/whatapp-header.png");
    cursor: pointer;
    background-size: contain;
}

#header_facebook:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/header_facebook_hover.png");
}


/*Footer Icon*/

#footer_linkedin {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/footer_linkedin.png");
    cursor: pointer;
}

#footer_linkedin:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/footer_linkedin_hover.png");
    text-decoration: none;
}

#footer_facebook {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/footer_facebook.png");
    cursor: pointer;
}

#footer_whatapp {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/icons/footer-whatapp.png");
    cursor: pointer;
}

#footer_whatapp:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/icons/footer-whatapp-hover.png");
    cursor: pointer;
}

#whatapp_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/icons/whatapp-map.png");
    cursor: pointer;
}

#whatapp_icon:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../img/whatapp-hover.png");
    cursor: pointer;
}

#footer_facebook:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/footer_facebook_hover.png");
    text-decoration: none;
}

.header-top {
    padding: 5px 0;
}

.header-top a {
    vertical-align: middle;
}


/* BG Footer*/

.grey-footer {
    background-color: #DDDDDC;
    width: 50%;
    height: 100%;
    right: 0;
    overflow-y: hidden;
}

.grey-footer:after {
    position: absolute;
    content: "";
    height: 0;
    border-right: 200px solid transparent;
    border-top: 100vh solid #ffffff;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.btn-send-career {
    float: right;
} 

/*Button Kruger Red*/

.btn-kruger-red {
    position: relative;
    padding: 10px 80px 10px 20px;
    background-color: #f03344;
    /* Green */
    border: none;
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-kruger-red:after {
    content: "\e04b";
    font-family: "linea-arrows-10" !important;
    font-size: 25px;
    line-height: 48px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    padding-left: 8px;
    height: 0;
    border-bottom: 45px solid #B21B29;
    border-left: 29px solid transparent;
}
.btn-kruger-footer-red {
    position: relative;
    padding: 10px 80px 10px 20px;
    background-color: #f03344;
    /* Green */
    border: none;
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-kruger-footer-red:after {
    content: "\e04b";
    font-family: "linea-arrows-10" !important;
    font-size: 25px;
    line-height: 48px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    padding-left: 8px;
    height: 0;
    border-bottom: 45px solid #B21B29;
    border-left: 29px solid transparent;
}

.btn-kruger-red:hover {
    background-color: #B21B29;
}


/*Button Kruger Black*/

.btn-kruger-black {
    position: relative;
    padding: 10px 80px 10px 20px;
    background-color: #323232;
    /* Green */
    border: none;
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-kruger-black:after {
    content: "\e04b";
    font-family: "linea-arrows-10" !important;
    font-size: 25px;
    font-weight: normal;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 0;
    border-bottom: 45px solid #000000;
    border-left: 29px solid transparent;
    padding-left: 8px;
}

.btn-kruger-black:hover {
    background-color: #000000;
}

.btn-kruger-black-reverse {
    position: relative;
    padding: 10px 20px 10px 80px;
    background-color: #323232;
    /* Green */
    border: none;
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-kruger-black-reverse:before {
    content: "\e03f";
    font-family: "linea-arrows-10" !important;
    line-height: 48px;
    ;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    padding-left: 20px;
    height: 0;
    border-bottom: 45px solid #000000;
    border-right: 29px solid transparent;
}

.btn-kruger-black-reverse:hover {
    background-color: #000000;
}


/* Button Careers Search */

.btn-careers-search {
    font-family: Roboto Slab, serif;
    background-color: #f03344;
    border: 3px solid #f03344;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.4rem;
    padding: 5px 40px;
    letter-spacing: 1.75px;
}

.btn-careers-search:hover {
    background-color: transparent;
    color: #f03344;
}


/* Btn Contact Us*/

.btn-contact-us-product-details {
    text-transform: none;
    font-size: 18px;
    color: white;
}

.btn-contact-us-product-details:hover {
    background-color: transparent;
    color: #f03344;
    text-decoration: none;
}

.post-item {
    overflow: hidden;
}

.post-info {
    min-height: 250px;
    margin-top: 52px;
}

.triangle-info {
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 272px solid transparent;
    border-right: 971px solid #f03344;
}

.triangle-info-detail {
    content: "";
    height: 0;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    border-top: 272px solid transparent;
    border-right: 2800px solid #f03344;
}

.products-image {
    position: absolute;
    top: 50px;
    width: 150px;
    margin: auto;
    left: 0;
    right: 0;
}

.post-info h6,
.post-info p {
    padding-left: 10px;
}

.product-button-position {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
}


/* Header Red Border*/

.header-red-border {
    top: -10px;
    position: absolute;
    border-bottom: 10px solid #f03344;
    border-left: 100vw solid transparent;
    z-index: 1;
}


/* Footer Red Border */

.footer-red-border {
    top: -10px;
    position: relative;
    border-bottom: 10px solid #f03344;
    border-right: 100vw solid transparent;
    z-index: 1;
}

body {
    overflow-x: hidden;
    font-family: Roboto Slab, serif, sans-serif, helvetica;
}

.bg-black {
    background-color: #000000;
}

.bg-gray-kruger {
    background-color: #323232;
    font-size: 20px;
}

.career-form {
    min-height: 1000px;
}

.bg-light-gray-kruger {
    background-color: #C2BFBE;
}

.text-light-gray-kruger {
    color: #C2BFBE;
}

.bg-kruger {
    background-color: #f03344;
}

.fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.w-65 {
    width: 65% !important;
}

.topmenu-search {
    border: 1px solid #323232;
    border-radius: 0px;
}


/* Products Details */

.tab-nav--2 li a {
    background-color: transparent;
    font-size: 14px;
    padding: 15px 20px;
}

.ht-list li:before {
    content: "";
}


/*Menu*/

.main-menu>li.has-submenu.full-width.active>a {
    color: #F03344;
}

.main-menu>li>a:after {
    background-color: #ffffff;
}

.tab-nav--2 li a.active {
    background-color: transparent;
    color: #F03344;
    border-bottom: 5px solid #F03344;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.tab-nav--2 li a:before {
    margin-left: none;
    border: 15px solid transparent;
    border-top-color: #F03344;
    z-index: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
}

.carousel-gallery .active {
    border: 5px solid #F03344;
}


/* Application */

.car-park {
    position: relative;
}

.car-park-circle {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.car-park-circle:hover {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}

.car-park-position-one {
    position: absolute;
    right: 13.5rem;
    top: 5rem;
}

.car-park-position-two {
    position: absolute;
    left: 11rem;
    top: 8rem;
}

.header-menu-top {
    background: linear-gradient(to right, #fff 0%, #fff 25%, #fff 40%, #f03344 60%, #f03344 100%);
    padding: 0;
}

.header-menu-space::after {
    content: "\a";
    position: absolute;
    right: -60px;
    top: -5px;
    border-top: 48px solid transparent;
    border-right: 48px solid #f03344;
    z-index: 0;
}

.header-icons {
    padding-top: 5px;
}

.header-top__left {
    padding-top: 5px;
}

.icon-box-item {
    height: 220px;
}

.lSSlideOuter.lightArrows-2 .lSAction a {
    color: #fff;
}

.widget-body {
    margin-left: 20px;
}

.header-area-construction .main-menu .submenu-nav {
    margin-top: 0;
}

form.topmenu-search-form input[type=text]::-webkit-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::-moz-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]:-ms-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::-ms-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text] {
    padding: 3px 10px 3px 10px;
    font-size: 17px;
    border: 1px solid #323232;
    float: left;
    width: 80%;
    background: #ffffff;
}

form.topmenu-search-form button {
    float: left;
    width: 20%;
    padding: 3px 10px 3px 10px;
    background: #323232;
    color: white;
    font-size: 17px;
    border: 1px solid #323232;
    border-left: none;
    cursor: pointer;
}

form.topmenu-search-form button:hover {
    background: #000000;
    border: 1px solid #000000;
}

form.topmenu-search-form::after {
    content: "";
    clear: both;
    display: table;
}

form.footer-form input[type=text] {
    padding: 3px 10px 3px 10px;
    font-size: 17px;
    border: 1px solid #323232;
    float: left;
    width: 80%;
    background: #ffffff;
}

.nice-select {
    padding-left: 30px;
    border-bottom: none;
}

.footer-select {
    background-color: #ffffff;
    font-size: 12px;
    color: #969292;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.careers-select {
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 24px;
    color: #969292;
    height: 40px;
    line-height: 40px;
    font-weight: lighter;
}

.nice-select:after {
    height: 8px;
    width: 8px;
}

input.careers-select {
    width: 100%;
    padding: 0 30px;
    border: none;
}


/* Contact Us Form */

.contact-us-form {
    background-color: #ffffff;
    width: 100%;
    border: none;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #000000;
    font-size: 24px;
    color: #000000;
    font-weight: lighter;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


/* Contact Us Form */

.contact-us-form:focus {
    border-bottom: 2px solid #F03344;
}

.contact-us-form select {
    width: 100%;
    border: none;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #000000;
    font-size: 24px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}

.contact-us-area {
    z-index: 1;
}

.portfolio-item:hover .portfolio-item__thumb figure {
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item:hover .portfolio-item-cover-text-bottom,
.portfolio-item:hover .portfolio-item-cover-text-top {
    display: none;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-cover-text-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 10px 20px 10px 20px;
    /*font-size: 36px;
  font-weight: bold;*/
}

.portfolio-item-cover-text-top {
    position: absolute;
    top: 0;
    text-align: right;
    width: 100%;
    color: white;
    padding: 10px 20px 10px 20px;
    /*font-size: 36px;
  font-weight: bold;*/
}

.portfolio-item:hover .portfolio-item-small-cover-bottom-layer-1,
.portfolio-item:hover .portfolio-item-small-cover-bottom-layer-2,
.portfolio-item:hover .portfolio-item-large-cover-bottom-layer-1,
.portfolio-item:hover .portfolio-item-large-cover-bottom-layer-2,
.portfolio-item:hover .portfolio-item-long-cover-bottom-layer-1,
.portfolio-item:hover .portfolio-item-long-cover-bottom-layer-2,
.portfolio-item:hover .portfolio-item-small-cover-top-layer-1,
.portfolio-item:hover .portfolio-item-small-cover-top-layer-2,
.portfolio-item:hover .portfolio-item-large-cover-top-layer-1,
.portfolio-item:hover .portfolio-item-large-cover-top-layer-2,
.portfolio-item:hover .portfolio-item-long-cover-top-layer-1,
.portfolio-item:hover .portfolio-item-long-cover-top-layer-2,
.portfolio-item:hover .news-item-cover-bottom-layer-1,
.portfolio-item:hover .news-item-cover-bottom-layer-2 {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0) skew(0);
    -ms-transform: translate(0) skew(0);
    transform: translate(0) skew(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}


/*Small Square Cover*/

.news-item-cover-bottom-layer-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(45%) skewY(25deg);
    -ms-transform: translateX(0) translateY(45%) skewY(25deg);
    transform: translateX(0) translateY(45%) skewY(25deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.news-item-cover-bottom-layer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: translateX(0) translateY(45%) skewY(20deg);
    -ms-transform: translateX(0) translateY(45%) skewY(20deg);
    transform: translateX(0) translateY(45%) skewY(20deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}


/*Small Square Cover*/

.portfolio-item-small-cover-bottom-layer-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(75%) skewY(25deg);
    -ms-transform: translateX(0) translateY(75%) skewY(25deg);
    transform: translateX(0) translateY(75%) skewY(25deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-small-cover-bottom-layer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: translateX(0) translateY(75%) skewY(20deg);
    -ms-transform: translateX(0) translateY(75%) skewY(20deg);
    transform: translateX(0) translateY(75%) skewY(20deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-small-cover-top-layer-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(-75%) skewY(25deg);
    -ms-transform: translateX(0) translateY(-75%) skewY(25deg);
    transform: translateX(0) translateY(-75%) skewY(25deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-small-cover-top-layer-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 0, 22, 0.8)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
    -webkit-transform: translateX(0) translateY(-75%) skewY(20deg);
    -ms-transform: translateX(0) translateY(-75%) skewY(20deg);
    transform: translateX(0) translateY(-75%) skewY(20deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}


/*Large Square Cover*/

.portfolio-item-large-cover-bottom-layer-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(85%) skewY(18deg);
    -ms-transform: translateX(0) translateY(85%) skewY(18deg);
    transform: translateX(0) translateY(85%) skewY(18deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-large-cover-bottom-layer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: translateX(0) translateY(85%) skewY(15deg);
    -ms-transform: translateX(0) translateY(85%) skewY(15deg);
    transform: translateX(0) translateY(85%) skewY(15deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-large-cover-top-layer-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(-80%) skewY(18deg);
    -ms-transform: translateX(0) translateY(-80%) skewY(18deg);
    transform: translateX(0) translateY(-80%) skewY(18deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-large-cover-top-layer-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 0, 22, 0.8)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
    -webkit-transform: translateX(0) translateY(-80%) skewY(15deg);
    -ms-transform: translateX(0) translateY(-80%) skewY(15deg);
    transform: translateX(0) translateY(-80%) skewY(15deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}


/*Long Cover*/

.portfolio-item-long-cover-bottom-layer-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
    background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
    -webkit-transform: translateX(0) translateY(85%) skewY(25deg);
    -ms-transform: translateX(0) translateY(85%) skewY(25deg);
    transform: translateX(0) translateY(85%) skewY(25deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.portfolio-item-long-cover-bottom-layer-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: translateX(0) translateY(85%) skewY(20deg);
    -ms-transform: translateX(0) translateY(85%) skewY(20deg);
    transform: translateX(0) translateY(85%) skewY(20deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

#map {
    height: 500px;
    z-index: -1;
}

#careers-table th {
    border-top: none;
    border-color: #000000;
}

.post-item--3 .post-info {
    border: 1px solid #eee;
    padding: 60px 20px 20px;
}

figure {
    height: 220px;
}

.find-our-locations {
    margin: auto;
}

.pagination li a {
    line-height: unset;
}

.page-item.active .page-link {
    z-index: 3;
    color: #F03344;
    background-color: transparent;
    border-color: #F03344;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #F03344;
    border-color: #dee2e6;
}


/* MODAL */

.modal-header {
    border: none;
}

.modal-content {
    border-radius: 0;
}

.modal-content {
    border: none;
    border-bottom: 3px solid #F03344;
}

.box-header {
    padding-left: 48px;
    padding-right: 48px;
}

@media (min-width: 1921px) {
    /* All screens larger than 1920px */
}

@media (max-width: 1920px) {
    /* 1920px screen and all screens smaller */
}

@media (max-width: 1680px) {
    /* 1680px screen and all screens smaller */
}

@media (max-width: 1440px) {
    /* 1440px screen and all screens smaller */
    .careers-select {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    /* 1280px screen and all screens smaller */
}

@media (max-width: 1199px) {
    /* 1194px screen and all screens smaller */
    /*Small Square Cover*/
    .portfolio-item-small-cover-bottom-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(65%) skewY(25deg);
        -ms-transform: translateX(0) translateY(65%) skewY(25deg);
        transform: translateX(0) translateY(65%) skewY(25deg);
    }
    .portfolio-item-small-cover-bottom-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        -webkit-transform: translateX(0) translateY(65%) skewY(20deg);
        -ms-transform: translateX(0) translateY(65%) skewY(20deg);
        transform: translateX(0) translateY(65%) skewY(20deg);
    }
    .portfolio-item-small-cover-top-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(-65%) skewY(25deg);
        -ms-transform: translateX(0) translateY(-65%) skewY(25deg);
        transform: translateX(0) translateY(-65%) skewY(25deg);
    }
    .portfolio-item-small-cover-top-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 0, 22, 0.8)));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        -webkit-transform: translateX(0) translateY(-65%) skewY(20deg);
        -ms-transform: translateX(0) translateY(-65%) skewY(20deg);
        transform: translateX(0) translateY(-65%) skewY(20deg);
    }
    /*Large Square Cover*/
    .portfolio-item-large-cover-bottom-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(70%) skewY(21deg);
        -ms-transform: translateX(0) translateY(70%) skewY(21deg);
        transform: translateX(0) translateY(70%) skewY(21deg);
    }
    .portfolio-item-large-cover-bottom-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        -webkit-transform: translateX(0) translateY(70%) skewY(18deg);
        -ms-transform: translateX(0) translateY(70%) skewY(18deg);
        transform: translateX(0) translateY(70%) skewY(18deg);
    }
    .portfolio-item-large-cover-top-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(-70%) skewY(21deg);
        -ms-transform: translateX(0) translateY(-70%) skewY(21deg);
        transform: translateX(0) translateY(-70%) skewY(21deg);
    }
    .portfolio-item-large-cover-top-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 0, 22, 0.8)));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        -webkit-transform: translateX(0) translateY(-70%) skewY(18deg);
        -ms-transform: translateX(0) translateY(-70%) skewY(18deg);
        transform: translateX(0) translateY(-70%) skewY(18deg);
    }
    /*Long Cover*/
    .portfolio-item-long-cover-bottom-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(80%) skewY(25deg);
        -ms-transform: translateX(0) translateY(80%) skewY(25deg);
        transform: translateX(0) translateY(80%) skewY(25deg);
    }
    .portfolio-item-long-cover-bottom-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        -webkit-transform: translateX(0) translateY(80%) skewY(20deg);
        -ms-transform: translateX(0) translateY(80%) skewY(20deg);
        transform: translateX(0) translateY(80%) skewY(20deg);
    }
}

@media (max-width: 1024px) {
    /* The smallest iPad in landscape mode and super old desktops and laptops */
    /* Products Details */
    .tab-nav--2 li a {
        background-color: transparent;
        font-size: 14px;
    }
    .tab-nav--2 li a.active {
        background-color: #F03344;
        color: #ffffff;
        border-bottom: 5px solid #F03344;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .tab-nav--2 li a:before {
        visibility: hidden !important;
    }
}

@media (max-width: 992px) {
    /* sm on bootstrap */
    .header-logo-area {
        max-width: 80px;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    /* A tablet version in portrait mode */
    /*Large Square Cover*/
    .portfolio-item-large-cover-bottom-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(70%) skewY(20deg);
        -ms-transform: translateX(0) translateY(70%) skewY(20deg);
        transform: translateX(0) translateY(70%) skewY(20deg);
    }
    .portfolio-item-large-cover-bottom-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 22, 0.8)), to(rgba(0, 0, 0, 0.8)));
        background-image: -o-linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        background-image: linear-gradient(rgba(255, 0, 22, 0.8), rgba(0, 0, 0, 0.8));
        -webkit-transform: translateX(0) translateY(70%) skewY(17deg);
        -ms-transform: translateX(0) translateY(70%) skewY(17deg);
        transform: translateX(0) translateY(70%) skewY(17deg);
    }
    .portfolio-item-large-cover-top-layer-1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 51, 68, 0.3)), to(rgba(240, 51, 68, 0.3)));
        background-image: -o-linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        background-image: linear-gradient(rgba(240, 51, 68, 0.3), rgba(240, 51, 68, 0.3));
        -webkit-transform: translateX(0) translateY(-70%) skewY(20deg);
        -ms-transform: translateX(0) translateY(-70%) skewY(20deg);
        transform: translateX(0) translateY(-70%) skewY(20deg);
    }
    .portfolio-item-large-cover-top-layer-2 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 0, 22, 0.8)));
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 0, 22, 0.8));
        -webkit-transform: translateX(0) translateY(-70%) skewY(17deg);
        -ms-transform: translateX(0) translateY(-70%) skewY(17deg);
        transform: translateX(0) translateY(-70%) skewY(17deg);
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    /* A mobile version for all devices that is smaller than the smalles iPad */
    .btn-brand {
        padding: 15px 25px;
    }
}


/* Map */

.mapboxgl-popup {
    max-width: 350px !important;
}

.mapboxgl-popup-content {
    width: 350px;
    border-bottom: 2px solid #F03344;
    padding: 20px !important;
    /* padding-right: 16px; */
}

.mapboxgl-popup-close-button {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    display: none
}

.marker {
    display: block;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    line-height: 30px;
    background-color: #F03344;
    /* border:3px solid rgba(202, 45, 45, 0.2);  */
}

.marker:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border: 3px rgba(211, 45, 45, 0.6) solid;
    border-radius: 50%;
}

.marker-info {
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 30px
}

.mapboxgl-popup-content .country-name {
    font-size: 15px;
    color: #f03344;
    padding-top: 0px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.mapboxgl-popup-content p {
    margin-bottom: 0;
}

.mapboxgl-popup-content .address {
    margin-bottom: 10px;
}

.mapboxgl-popup-content .company-name {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: capitalize;
}


/* Header */

.header-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 0;
    padding-right: 0;
}

.megamenu-nav {
    margin-top: 0px;
}

.header-logo-area {
    width: 185px;
    margin-top: -60px;
    height: 192px;
}

.header-logo-area {
    max-width: 185px;
}

.header-logo-area-scrolll {
    margin-top: -110px;
    height: auto;
}

.portfolio-content-wrap-home .lSSlideOuter.lightArrows-2 .lSAction a {
    color: #969292;
    top: 200px;
}

.project-page .lSSlideOuter.lightArrows-2 .lSAction a {
    color: #969292;
    top: 150px;
}

.portfolio-content-wrap-home .lSAction .lSPrev {
    margin-top: -40px;
}

.portfolio-content-wrap-home .lSAction .lSNext {
    margin-top: -40px;
}

.portfolio-content-wrap-home .lSSlideOuter .lSPager.lSpg {
    margin-top: 0;
}

.portfolio-content-wrap-project .lSSlideOuter.lightArrows-2 .lSAction a:hover {
    color: #fff;
}

.nice-select .option {
    font-size: 14px;
    text-transform: capitalize;
}

.portfolio-content-wrap-home .lSAction {
    margin-top: 0;
}

.lSAction {
    margin-top: -100px;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 100px 0 0;
    padding-top: 20px;
}

.portfolio-content-wrap-home .portfolio-carousel-wrap .lSPager.lSpg li.active a {
    background-color: #fff;
    border-color: #f03344;
}

.portfolio-content-wrap-project .portfolio-carousel-wrap .lSPager.lSpg li.active a {
    background-color: #fff;
    border-color: #fff;
}

.portfolio-carousel-wrap .lSPager.lSpg li.active a {
    background-color: #fff;
    border-color: #fff;
}

.footer-widget-area .widget-body {
    margin-top: 50px;
}

.widget-title {
    margin-top: 0;
}

.footer-logo {
    max-width: 330px;
}


/* Nav */

.main-menu {
    flex-direction: row;
    justify-content: space-between;
}

.has-submenu {
    padding-right: 0;
}


/* Career */

#careers-table .text-dark {
    color: #F03344 !important;
}

.jobs {
    border-top: 1px solid #f0f0f0;
}

.jobs li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.title-job {
    font-weight: 800;
    color: "#333"
}

.job-desc {
    color: #999;
}

.jobs-content {
    height: 200px;
    overflow: auto;
}

.jobs-content .company-name {
    font-weight: 400;
}

.map-career .mapboxgl-popup-content {
    width: 300px;
    padding-right: 10px !important;
}

.map-career-detail .mapboxgl-popup-content {
    padding-right: 10px !important;
}

.has-submenu .submenu-nav {
    /* visibility: visible !important; */
    /* opacity: 1 !important; */
    z-index: 999;
    min-height: 500px;
    background-color: #f0f0f0;
}


/* Mega Menu  */

.has-submenu .submenu-nav-mega {
    width: 1024px;
}

.menu-level-2 {
    width: 200px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.sub-menu-level-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.menu-level-2-content {
    padding-top: 60px !important;
    padding-left: 0 !important;
}

.menu-level-2-content h6 {
    color: #F03344
}

.menu-level-2-content .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}

.menu-level-2-content .content li .card {
    margin-bottom: 10px;
}

.menu-level-2-content .content .col-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.card-text {
    font-size: 13px;
}

.card-body .btn i {
    font-size: 24px;
}

.sub-menu-level-2.active a {
    color: #f03344 !important;
    font-weight: 800 !important;
}


/* Custom scroll Mapbox */

.nice-select .list {
    max-height: 380px;
    overflow: auto;
}

.footer-bottom-link a,
.copy-right {
    font-size: 16px;
}

.footer-widget-link a {
    font-size: 20px;
}

.contact-us-form .list li.disabled {
    display: none;
}

.logo-scroll-event {
    /* height: 150px; */
    object-fit: cover;
    width: 100%;
    margin-top: 0px !important;
}

.header-logo-area .logo-main {
    margin-top: 15px;
}

#header_linkedin {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/header_linkedin.png");
    cursor: pointer;
    background-size: contain;
}

#header_linkedin:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/header_linkedin_hover.png");
}

#header_facebook {
    width: 30px;
    height: 30px;
    background: url("../img/header_facebook.png");
    cursor: pointer;
    background-size: contain;
}

#header_facebook:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: url("../img/header_facebook_hover.png");
}

#header_whatapp {
    width: 30px;
    height: 30px;
    background: url("../img/whatapp-normal.png");
    cursor: pointer;
    background-size: contain;
}

#header_whatapp:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px;
    height: 30px;
    background: url("../img/whatapp-hover.png");
    background-size: contain;
}

.sticky-header .left-logo img {
    width: 160px;
    height: 160px;
}

.sticky-header .seacrh-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 40px;
    height: 145px;
}

.sticky-header .seacrh-section .search {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sticky-header .seacrh-section .search .main-logo img {
    max-height: 34px;
}

.sticky-header .seacrh-section .main-menu {
    margin-top: 15px;
}

form.topmenu-search-form input[type=text]::-webkit-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::-moz-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]:-ms-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::-ms-input-placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text]::placeholder {
    color: #cccccc;
}

form.topmenu-search-form input[type=text] {
    padding: 3px 10px 3px 10px;
    font-size: 17px;
    border: 1px solid #323232;
    float: left;
    width: 80%;
    background: #ffffff;
}

form.topmenu-search-form button {
    float: left;
    width: 20%;
    padding: 3px 10px 3px 10px;
    background: #323232;
    color: white;
    font-size: 17px;
    border: 1px solid #323232;
    border-left: none;
    cursor: pointer;
}

form.topmenu-search-form button:hover {
    background: #000000;
    border: 1px solid #000000;
}

form.topmenu-search-form::after {
    content: "";
    clear: both;
    display: table;
}

.megamenu {
    z-index: 15;
}

.sticky .megamenu .megamenu-content {
    top: 40px;
}

.sticky .main-menu {
    margin-top: 0px;
}

.megamenu .megamenu-nav {
    padding: 0;
    /* margin: 0; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    align-content: center;
}

.sticky .megamenu .megamenu-nav {
    margin-top: 0;
}

.megamenu .megamenu-nav .nav-item.is-open>.megamenu-content {
    visibility: visible;
    opacity: 1;
}

.megamenu .megamenu-nav .nav-item.is-open>.nav-link {
    background: #fff;
    color: #333;
}

.megamenu .megamenu-nav .nav-link {
    color: #323232;
    font-size: 18px;
    padding: 0;
    font-weight: 700;
}

.megamenu .megamenu-nav .nav-link:hover {
    color: #F03344;
}

.megamenu .megamenu-nav .nav-item.is-open>.nav-link {
    color: #F03344;
}

.megamenu .megamenu-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 122px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 14;
    transition: all .3s ease-in-out;
    background-color: #fff;
}

.megamenu .megamenu-content .container {
    padding: 20px;
}

.megamenu .megamenu-content .container .content .col-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.megamenu .megamenu-content .container .content .card {
    margin-bottom: 16px;
    height: 200px;
}

.megamenu .megamenu-content .container .content .content-title {
    padding-top: 70px;
}

.megamenu .megamenu-content .container .content .content-title h4 {
    color: #F03344;
    font-size: 20px;
}

.megamenu .megamenu-content .container .content .content-title h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.megamenu .megamenu-content .container .content .card .card-body {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.megamenu .megamenu-content .container .content .card .card-body .action {
    flex: 0.1;
}

.megamenu .megamenu-content .container .content .card .card-body p {
    font-size: 12px;
}

.megamenu .megamenu-content .container .content .card .card-body .btn-arrow-right i {
    font-size: 22px;
    color: #323232;
}

.megamenu .megamenu-content .subnav {
    margin: 0;
    padding: 0;
}

.megamenu .megamenu-content .subnav-item {
    display: block;
}

.megamenu .megamenu-content .subnav-item .subnav-link {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    color: #323232;
}

.megamenu .megamenu-content .subnav-item .subnav-link:hover {
    color: #F03344;
}

.megamenu-background {
    position: absolute;
    left: 0;
    top: 150px;
    right: 0;
    height: 0;
    transition: all .3s ease-in-out;
    z-index: 13;
}

.megamenu-dim {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    visibility: hidden;
    opacity: 0;
    z-index: -12;
    transition: all .3s ease-in-out;
}

body.megamenu-visible .megamenu-dim {
    z-index: 12;
    visibility: visible;
    opacity: 1;
    top: 180px;
}

.items-slider-container {
    margin: 0 auto;
    height: 640px;
    position: relative;
}

.items-slider-container .slider-single {
    margin-bottom: 0;
}

.items-slider-container .slider-single .item {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-position: center;
}

.items-slider-container .slider-single img {
    max-width: 100%;
}

.items-slider-container .slider-single .item-informations-container {
    position: absolute;
    z-index: 9;
    top: 227px;
    max-width: 450px;
}

.item-slide-title h2 {
    color: #F03344;
    font-size: 2rem;
    margin-bottom: 16px;
}

.item-slide-desc h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    line-height: 42px;
    margin-bottom: 20px;
}

.items-slider-container .slider-nav {
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 4px solid #F03344;
    width: 15%;
    position: absolute;
    bottom: 246px;
    right: 0;
    height: 160px;
    margin-bottom: 0;
    opacity: 0;
}

.items-slider-container .slider-nav.slider-nav-left {
    left: 0;
    border-right: 4px solid #F03344;
    border-left: 0px solid #F03344;
    padding-left: 55px;
}

.items-slider-container .slider-nav.show {
    opacity: 1;
}

.items-slider-container .slider-nav .slick-slide {
    position: relative;
    width: 80px !important;
    height: 60px !important;
    margin: 10px;
    border: 1px solid #000;
    overflow: hidden;
}

.items-slider-container .slider-nav .slick-slide:hover {
    border: 1px solid #F03344;
    cursor: pointer;
}

.items-slider-container .slider-nav .slick-list {
    display: flex;
    height: 160px;
    justify-content: center;
    flex-direction: column;
}

.items-slider-container .slider-nav .slick-active.is-active {
    border: 1px solid #F03344;
}

.items-slider-container .slider-nav .slick-slide img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    width: 80px !important;
    height: 60px !important;
    margin-right: 5px;
}

.slider-nav .slick-track {
    width: auto !important;
}

.slick-prev,
.slick-next {
    margin-top: -34px;
    z-index: 9;
    width: 72px;
    height: 72px;
    color: #fff;
}

.nav-active {
    color: #F03344 !important;
    opacity: 1;
}

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.slick-prev:before {
    content: "\e686";
    font-family: Pe-icon-7-stroke;
    font-size: 72px;
    line-height: 50px;
    color: inherit;
    opacity: inherit;
}

.slick-next:before {
    content: "\e684";
    font-family: Pe-icon-7-stroke;
    font-size: 72px;
    color: inherit;
    opacity: inherit;
}

.bg-bottom {
    background-image: url(../img/bottom-bg-hero-slider.png);
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: -12px;
    z-index: 1;
}

.our-mission-area {
    background-image: url("../img/homepage/homepage_video_section.png?v=002");
    background-size: cover;
    width: 100%;
    /* height: 640px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-thumb {
    position: relative;
    margin-bottom: 250px;
}

.about-thumb img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}

.our-mission-content p {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
}

.action-video-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 38%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.action-video-icon i {
    font-size: 40px;
    color: #323232;
    opacity: 0.75;
    margin-left: 8px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.action-video-icon:hover i {
    color: #F03344;
    opacity: 1;
}

.list::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
}

.list::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    background-color: #fbfbfb;
}

.list li.disabled {
    display: none;
}

.portfolio-content-wrap-project .lSSlideOuter .lSPager.lSpg>li a:hover {
    background-color: #323232;
    border-color: #323232;
}


/* header */

.header {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    /* height: 100%; */
    z-index: 99;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header ul li {
    /* padding-right: 16px; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #565656;
}

.header li a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #fff;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}


/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 23px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}


/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    height: 100%;
    display: contents;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}


/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 30px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    /* border-bottom: 1px solid #CCC; */
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #565656;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 0px;
    right: 12px;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #fff;
}

.accordion li.open i {
    color: #fff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/**
   * Submenu
   -----------------------------*/

.submenu {
    display: none;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.card-img-top {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-top: 10px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

.news-content {
    padding-bottom: 40px;
    border-top: 4px solid #f03344;
    padding-top: 40px;
    margin-top: 40px;
}

.news-content p span {
    font-size: 15px;
    line-height: 24px;
}

.content-container p {
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.125rem !important;
}

.application-products li a {
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.125rem !important;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.application-products li a:hover {
    color: #b63b4d;
}

.short-content {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    margin-top: 0px;
    margin-bottom: 0;
}

.left-section-content .title-section {
    font-size: 18px;
}

.title-new {
    font-size: 14px;
    /* margin-bottom: 0; */
}

.left-section-content .media {
    border-bottom: 1px solid #f0f0f0;
}

.left-section-content .media a {
    font-size: 13px;
    color: #f03344;
}

.news-current h6,
.news-current p {
    color: #f03344;
}

.accordion {
    margin-top: 0;
    /* background: #f0f0f0 */
}

.accordion .card-header {
    border-left: 18px solid #f03344;
    padding-left: 16px;
    position: relative;
}

.accordion .card-header .dot {
    background-color: #fff;
    height: 16px;
    width: 16px;
    border: 2px solid #f03344;
    border-radius: 8px;
    position: absolute;
    left: -8px;
    top: 40%;
}

.accordion .card {
    margin-bottom: 0;
}

.accordion .card-header .btn {
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 16px;
}

.accordion .card-body .body-content {
    border-left: 4px solid #f03344;
    padding-left: 12px;
    margin-left: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.accordion .card-body {
    background-color: #f0f0f0;
    padding: 0;
    padding-right: 16px;
}

.accordion .card-header h4 {
    border-bottom: 0;
    padding-bottom: 0;
}

.space-card {
    height: 10px;
    background-color: #f0f0f0;
    margin-left: 14px;
    border-left: 4px solid #f03344;
}

.icon-accordion .fa {
    color: #f03344;
    font-size: 24px;
}

.icon-accordion .fa-plus-circle {
    display: none;
}

.collapsed .icon-accordion .fa-plus-circle {
    display: block
}

.icon-accordion .fa-minus-circle {
    display: block
}

.collapsed .icon-accordion .fa-minus-circle {
    display: none
}

.accordion .space-card:last-child {
    display: none
}

.share-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#share {
    width: 200px;
}

.popover-default>.popover-title {
    margin-bottom: 0;
}

.icon-share {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #f0f0f0;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #333;
    margin-right: 8px;
}

@media print {
    .print-content {
        width: 100% !important;
    }
}

.popup {
    width: 900px;
    margin: auto;
    text-align: center
}

.popup img {
    width: 200px;
    height: 200px;
    cursor: pointer
}

.show-news-image {
    z-index: 999;
    display: none;
}

.show .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.show-news-image .img-show {
    width: 100%;
    height: 400px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.show-news-image .img-show img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.show-news-image .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.img-show .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.close-popup i {
    color: #f03344;
    font-size: 20px;
}

.news-detail img {
    width: 100% !important
}

.pagination li a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #323232;
    display: block;
    text-align: center;
    line-height: 45px !important;
    height: 45px;
    width: 45px;
}

.pagination li.active a {
    color: #f03344;
    border: 1px solid #f03344;
}

.table td,
.table th {
    border: 0 !important
}

.header-mobile {
    background-color: #565656;
    overflow-y: auto;
    max-height: 100%;
}

.header-mobile .menu-icon .navicon,
.header-mobile .menu-icon .navicon:before,
.header-mobile .menu-icon .navicon:after {
    color: #fff;
}

.icons-share {
    background-color: #f03344;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    color: #fff!important;
}

.news-detail img:hover {
    cursor: zoom-in
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.mask .img-box {
    width: 100%;
    max-width: 650px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mask .img-box img {
    width: 100%;
}

.mask .img-box .close {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}


/* .mask .img-box .close:hover {
    background: white;
} */

.is-visible {
    display: block !important;
}

.fadein {
    animation: fadein 400ms ease-in-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeout {
    animation: fadeout 400ms ease-in-out;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    display: flex;
    flex: 1;
}

.nav li a {
    width: 100%;
    text-align: center;
}

.contain {
    position: fixed;
    right: 15%;
    top: 15%;
    width: 300px;
    height: 320px;
}

.div-product-detail {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0px solid;
}

.div-product-detail[aria-expanded="true"]{
    color: #F03344;
    border-bottom: 3px solid #F03344;
}

.div-product-detail[aria-expanded="false"]{
    color: #000;
    border-bottom: 0px solid;
}

.nav-item {
    max-width: 300px;
    float: left;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #F03344;
    max-width: 300px;
}

.nav li a {
    width: 100%;
    text-align: center;
    max-width: 300px;
    background-color: #ecf0f1;
    color: #2c3e50;
}

.c-teaser__image-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%);
}

.u-icon.is-xl {
    height: 3.2500rem;
    width: 3.2500rem;
    font-size: 1.71429rem;
}

.u-icon.has-bg {
    transition: all 150ms ease-in-out;
    background: #F03344;
    border-radius: 1.6rem;
    padding: .5rem;
    line-height: 0;
}

.icon {
    display: inline-block;
    width: 80%;
    height: 80%;
    top: 10%;
    float: right;
    position: relative;
}

.carousel-indicators {
    top: 92%;
}