/*===== Start Clearfix Hack =====*/
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
/*===== End Clearfix Hack =====*/
#pixel {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: .4;
    z-index: 999;
}
/*===== Start HTML =====*/
html {
    height: 100%;
    width: 100%;
}
body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    transition: 500ms ease;
}
/*===== End HTML =====*/

/*========== Start Header Tags ==========*/
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Oswald';
}
h1 {
    display: inline-block;
    margin: 0;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    transition: 300ms ease;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 2em;
}
@media(min-width: 1024px) {
    h1 {
        margin: 0 55px 0 0;
    }
    h3 {
        font-size: 18px;
    }
}
@media(min-width: 1280px) {
    h1 {
        margin: 0 139px 0 0;
    }
}
/*========== End Header Tags ==========*/

/*========== Start Common ==========*/
* {
    flex-shrink: 0;
}
a {
    outline: none;
    transition: 300ms ease;
}
a:hover,
a:focus {
    outline: none;
}
sup {
    vertical-align: super;
}
.container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
}
.text-navajo-white {
    color: rgb(255, 224, 175);
}
.overlay {
    position: relative;
}
.overlay:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 2;
}
#hero-section-product.overlay:before, #hero-section-tech-edge:before,#hero-section-references:before,#hero-section-services:before {
    background-color: rgba(0, 0, 0, 0.65) !important;
}
.overlay:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../img/pattern-bg.png");
    background-position: top left;
    opacity: 0.45;
    z-index: 1;
}
/*.fp-bg{
    background-position: center center;
    background-size: cover;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;  Chrome, Safari, Opera 
    backface-visibility: hidden;
}*/
.fp-bg {
    background-position: center top;
    background-size: cover;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}
.no-margin-right {
    margin-right: 0 !important;
}
.shadow-left {
    box-shadow: -7vh 8vh 2vh rgba(0, 0, 0, 0.35);
}
.shadow-right {
    box-shadow: 7vh 8vh 2vh rgba(0, 0, 0, 0.35);
}
.border-yellow {
    position: relative;
}
.border-yellow:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1px;
    box-shadow: 0 0 0 1vh rgba(255, 224, 175, 0.25);
    z-index: -1;
}
.vertical-align {
    width: 100%;
    display: block;
}
@media(min-width: 1024px) {
    .vertical-align {
        position: relative;
    }
}
@media(min-width: 1280px) {
    .container {
        width: 1240px;
        padding: 0;
    }
}
@media(min-width: 1920px) {
    .shadow-left {
        box-shadow: -70px 80px 20px rgba(0, 0, 0, 0.35);
    }
    .shadow-right {
        box-shadow: 70px 80px 20px rgba(0, 0, 0, 0.35);
    }
    .border-yellow:after {
        box-shadow: 0 0 0 10px rgba(255, 224, 175, 0.25);
    }
    #hero-section-home .fp-bg {
        background-size: 105%;
    }
}
/*========== End Common ==========*/

/*========== Start Side Nav ==========*/
.side-nav {
    width: 60px;
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, .25);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    z-index: 9;
    transition: 300ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.side-nav a {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 auto 40px;
    border-radius: 50%;
    background-color: rgba(255, 224, 175, .15);
}
.side-nav a:last-child {
    margin: 0 auto;
}
.side-nav a.active,
.side-nav a:hover {
    background-color: rgba(255, 224, 175, 1);
    box-shadow: 0 0 5px 1px rgb(0, 0, 0);
}
@media(min-width: 1366px) {
    .side-nav {
        display: block;
    }
}
/*========== End Side Nav ==========*/

/*========== Start Header Section ==========*/
#main-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    z-index: 10;
    transition: 300ms ease 200ms;
    overflow: auto;
}
.remove-header {
    top: -15% !important; 
}
#main-header.mobile-menu {
    height: 100%;
    background-color: rgb(0, 0, 0);
    transition: 300ms ease;
}
#main-header .container {
    height: 100%;
    position: relative;
    padding: 0;
}
#main-logo {
    width: 60px;
    display: inline-block;
    margin: 20px 0 1%;
    transition: 300ms ease 200ms;
}
.mobile-menu #main-logo {
    width: 108px;
    margin: 19% 0 4%;
    transition: 300ms ease 0s;
}
#main-header h1 {
    width: 100%;
    display: block;
    /*margin: 0 0 6%;*/
    font-size: 10px;
    text-align: center;
    transition: all 300ms ease 200ms;
}
#main-header.mobile-menu h1 {
    margin: 0 0 20px;
}
#main-header.mobile-menu h1 {
    font-size: 12px;
    transition: all 300ms ease 0s;
}
.mobile-fixed-headers #main-header h1 {
    width: 100%;
    position: absolute;
    opacity: 0;
}
.mob-head-hide {
    z-index: 1;
}
.nav-toggler {
    width: 25px;
    position: absolute;
    left: 20px;
    top: 20px;
    border: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -wbkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 300ms ease;
}
.nav-toggler.open {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav-toggler img {
    width: 100%;
}
#main-nav {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease 0s;
}
.mobile-menu #main-nav {
    max-height: 1000px;
}
#main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.59% 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 0.95px;
    text-transform: uppercase;
}
#main-nav a.active,
#main-nav a:hover {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 1);
}
.social-wrap {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    vertical-align: middle;
}
.social-wrap a {
    display: inline-block;
    margin: 1px 20px 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 400ms ease 100ms;
}
.mobile-menu .social-wrap a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all 400ms ease 0s;
}
.social-wrap a:last-child {
    margin: 0;
    transition: all 600ms ease 200ms;
}
.social-wrap a img {
    width: 30px;
}
.active-nav {
    width: 60px;
    height: 5px;
    display: none;
    position: absolute;
    top: 0;
    background-color: rgb(255, 224, 175);
    transition: 300ms linear;
}

@media(min-width: 768px) {
    #main-logo {
        width: 80px;
    }
    .mobile-menu #main-logo {
        width: 180px;
        margin: 9vh 0 2%;
    }
    #main-nav a {
        padding: 2.49% 0;
    }
}
@media(min-width: 1024px) {
    #main-header {
        height: 96px;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        background-color: transparent;
        text-align: left;
        transition: 300ms ease 300ms;
    }
    .fixed-headers #main-header {
        height: 76px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #main-header .container {
        padding: 0 15px;
    }
    #main-logo {
        width: 70px;
        margin: 14px 0 0 60px;
    }
    .fixed-headers #main-header #main-logo {
        width: 50px;
        margin: 9px 0 0 65px;
    }
    #main-header h1 {
        display: none;
    }
    .nav-toggler {
        display: none;
    }
    #main-nav {
        max-height: 100%;
        width: 610px;
        height: 100%;
        display: flex;
        align-items: center;
        position: absolute;
        right: 141px;
        top: 0;
    }
    #main-nav:after {
        width: 1px;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 255, 255, .5);;
    }
    #main-nav a {
        height: auto;
        display: inline-block;
        padding: 0 10px;
        border: none;
        color: rgb(255, 255, 255);
        font-size: 12px;
    }
    #main-nav a.active, 
    #main-nav a:hover {
        background-color: transparent;
        color: rgb(255, 224, 175);
    }
    .social-wrap {
        right: 30px;
        top: 53%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .social-wrap a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .fixed-headers .social-wrap {
        top: 46%;
    }
    .active-nav {
        display: block;
    }
}
@media(min-width: 1280px) {
    #main-header .container {
        padding: 0;
    }
    #main-logo {
        margin: 14px 0 0 73px;
    }
    .fixed-headers #main-header #main-logo {
        margin: 11px 0 0 85px;
    }
    .social-wrap {
        right: 0;
    }
}
@media(min-width: 1366px) {
    #main-nav {
        width: 810px;
    }
    #main-nav a {
        padding: 0 18px;
        font-size: 14px;
    }
    .social-wrap {
        right: 20px;
    }
}
/*========== End Header Section ==========*/

/*========== Start Secondary Nav Section ==========*/
#secondary-nav {
    min-height: 45px;
    width: 100%;
    display: none;
    position: fixed;
    right: 0;
    top: 96px;
    padding: 9px 20px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    z-index: 9;
    transition: 300ms ease 0s, top 300ms ease 300ms;
}
#secondary-nav.active {
    display: block;
}
#secondary-nav:before {
    width: 0;
    height: 100%;
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 224, 175, 0.3);
    transition: all 200ms linear 0s;
}
#secondary-nav.active:before {
    width: 100%;
}
.fixed-headers #secondary-nav {
    top: 76px;
}
#secondary-nav .container {
    padding: 0;
}
.fixed-headers #secondary-nav .container {
    text-align: center;
}
#secondary-nav h1 {
    display: none;
}
.fixed-headers #secondary-nav h1 {
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0;
}
.selected-option {
    width: 150px;
    height: 28px;
    display: inline-block;
    position: relative;
    padding: 5px 25px 5px 5px;
    border: 1px solid rgb(255, 224, 175);
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
}
.selected-option span {
    width: 100%;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: capitalize;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
.secondary-nav-toggler {
    width: 10px;
    height: 10px;
    display: none;
    position: absolute;
    top: 14px;
    right: 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform:  rotate(180deg);
    transform:  rotate(180deg);
    z-index: 1;
}
.secondary-nav-toggler.show {
    display: inline-block;
}
.secondary-nav-toggler.active {
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform:  rotate(0deg);
    transform: rotate(0deg);
}
.secondary-nav-toggler img {
    width: 100%;
}
.navigations {
    width: 150px;
    display: none;
    position: absolute;
    top: -1px;
    left: 50%;
    border: 1px solid rgb(255, 224, 175);
    border-radius: 3px;
    box-shadow: -10px 20px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 1);
    text-align: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 300ms ease;
}
#secondary-nav.active .navigations {
    display: none;
}
#secondary-nav.active .navigations.open {
    display: block;
}
#secondary-nav .navigations:before,
#secondary-nav .navigations:after {
    display: none;
    position: absolute;
    top: 0;
    color: rgb(255, 255, 255);
    font-size: 15px;
}
#secondary-nav .navigations:before {
    content: "[";
    left: 0;
}
#secondary-nav .navigations::after {
    content: "]";
    right: 0;
}
.navigations a {
    width: 100%;
    color: rgb(255, 255, 255);
    display: block;
    position: relative;
    padding: 8px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#secondary-nav .navigations  a.active {
    background-color: rgba(255, 224, 175, 0.3);
    color: rgb(255, 255, 255);
}
#secondary-nav .navigations a:hover {
    background-color: rgba(255, 224, 175, 0.7);
    color: rgb(255, 255, 255);
}
.seperator-dot {
    width: 4px;
    height: 4px;
    display: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}
#secondary-nav .btn-close {
    display: none;
}
.btn-close {
    width: 14px;
    position: absolute;
    right: 14px;
    top: 50%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}
.btn-close img {
    width: 100%;
}

@media(min-width:768px) {
    .selected-option,
    .navigations {
        width: 200px;
    }
}
@media(min-width: 1024px) {
    #secondary-nav {
        width: 100%;
        display: block;
        right: auto;
        left: 0;
        padding: 20px 0;
        background-color: transparent;
        text-align: left;
    }
    #secondary-nav:before {
        display: block;
    }
    #secondary-nav .container {
        padding: 0 15px;
    }
    #secondary-nav h1 {
        display: inline-block;
    }
    .seperator-dot {
        display: inline-block;
    }
    .navigations {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    #secondary-nav.active .navigations {
        display: inline-block;
    }
    #secondary-nav .navigations:before,
    #secondary-nav .navigations:after {
        display: block;
    }
    #secondary-nav .navigations  a.active,
    #secondary-nav .navigations a:hover {
        background-color: transparent;
        color: rgba(255, 224, 175, 1);
    }
    .navigations a {
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 0 22px;
        overflow: visible;
        white-space: normal;
        text-overflow: normal;
        text-transform: uppercase;
    }
    #secondary-nav .navigations a:after {
        display: block;
    }
    .btn-close {
        width: 20px;
    }
    .selected-option {
        display: none;
    }
}
/*========== End Secondary Nav Section ==========*/

/*========== Start Home Section ==========*/
#hero-section-home {
    width: 100%;
    display: block;
    text-align: center;
}
#hero-section-home .fp-bg {
    background-image: url("../../img/bg-hero-section-home.jpg");
}
#hero-section-home .container {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 22vh;
}
.logo-large {
    width: 24.6vh;
    display: none;
    margin: 0 auto 8vh;
}
.hero-article {
    display: block;
    margin: 0 0 5vh;
    text-align: center;
}
.hero-article h2 {
    margin: 0 0 5px;
    color: rgb(255, 224, 175);
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-transform:uppercase;
}
.hero-article p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 20px;
}

@media(min-width: 768px) {
    #hero-section-home .container {
        padding-top: 0;
    }
    .hero-article h2 {
        font-size: 24px;
    }
    .hero-article p {
        font-size: 14px;
    }
}
@media(min-width: 1024px) {
    #hero-section-home .container {
        padding-top: 70px;
    }
    .logo-large {
        display: block;
    }
    .hero-article {
        width: 230px;
        display: inline-block;
        margin: 0;
        padding: 0 25px;
        border-right: 2px solid rgba(255, 255, 255, .10);
    }
    .hero-article:last-child {
        border: none;
    }
    .hero-article h2 {
        margin: 0 0 10px ;
        line-height: 28px;
    }
    .hero-article p {
        line-height: 28px;
    }
}
@media(min-width: 1920px) {
    #hero-section-home .container {
        padding-top: 50px;
    }
    .logo-large {
        width: 230px;
        margin: 0 auto 146px;
    }
}
/*========== End Home Section ==========*/

/*========== Start Product Section ==========*/
#hero-section-product {
    width: 100%;
    display: block;
    text-align: center;
}
#hero-section-product .fp-bg {
    background-image: url("../../img/bg-hero-section-gallery.jpg");
}
#hero-section-product .container {
    height: 100%;
    padding: 0;
}
.gallery-panel-listing {
    display: none;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transition: 300ms ease 300ms;
}
.gallery-panel-listing.hide {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 300ms ease 0ms;
}
.gallery-panel-listing .slick-list {
    padding: 30px 0;
}
.panel {
    width: 240px !important;
    height: 65.8vh;
    display: inline-block !important;
    position: relative;
    margin: 0 0.49vh;
    padding: 2.1vh 2vh 4vh;
    border: 1vh solid rgba(255, 255, 255, .15);
    border-radius: 1vh;
    box-shadow: 0 0 1vh 0 rgba(0, 0, 0, .75);
    background-color: rgba(0, 0, 0, .75); 
    text-align: left;
    float: none;
    overflow: hidden;
    transition: 300ms ease;
    cursor: pointer;
}
.panel:hover {
    border-color: rgba(255, 224, 175, 0.5);
    background-color: rgb(0, 0, 0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.panel.active:after {
    background-color: rgb(0, 0, 0);
}
.panel figure {
    height: 52.6vh;
    margin: -2.2vh -2vh 2.2vh;
    overflow: hidden;
}  
/*.panel figure img {
    width: 100%;
}*/
.panel h3 {
    margin: 0 0 1.3vh;
    color: rgb(255, 224, 175);
    line-height: 0.9em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.panel p {
    height: calc(50% - 5.7%);
    display: none;
    color: rgb(255, 255, 255);
    font-size: 1.4em;
    letter-spacing: 0.6px;
    line-height: 22px;
    overflow: hidden;
}
.panel a {
    color: rgb(255, 224, 175);
    font-family: 'Oswald';
    font-size: 1em;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.gallery-panel-listing .slick-next {
    width: 12vh;
    height: 15vh;
    bottom: auto;
    left: 0;
    right: auto;
    top: 57%;
    background-image: url("../../img/icons/icon-moble-toggler.svg");
    background-size: 100% auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    opacity: .25 !important;
}
.gallery-panel-listing .slick-next:before {
    display: none;
}

@media(min-width: 1024px) {
    #hero-section-product .container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 55px 15px 30px;
    }
    .panel p {
        font-size: 12px;
    }
    .panel a {
        font-size: 12px;
    }
    #product-start-slide {
        display: none;
    }
    .gallery-panel-listing {
        display: block;
    }
}
@media(min-width: 1366px) {
    #hero-section-product .container {
        padding: 60px 15px 30px;
    }
}
@media(min-width: 1400px) {
    .product-detail {
        margin-top: 0;
    }
}
@media(min-width:1920px) {
    #hero-section-product .container {
        padding: 55px 15px 30px;
    }
    .panel {
        height: 540px;
        padding: 20px 19px;
        border: 10px solid rgba(255, 255, 255, 0.15);
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }
    .panel figure {
        height: 438px;
        margin: -22px -19px 23px;
    }
    .panel h3 {
        margin: 0 0 10px;
    }
}
@media(min-width: 0) and (max-width: 559px) {
    #hero-section-product .vertical-align {
        height: calc(100% - 153px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(min-width: 600px) and (max-width: 1023px) {
    .pannel-detail {
        position: absolute;
        top: 38%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
/*========== End Product Section ==========*/

/*========== Start Product Section Popup ==========*/
.pannel-detail {
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    transition: 300ms ease 0ms;
}
.pannel-option-left,
.pannel-option-right {
    width: 20%;
    height: 58.0vh;
    display: none;
    justify-content: center;
    flex-direction: column;
    vertical-align: top;
}
.pannel-option-left a,
.pannel-option-right a {
    width: 100%;
    min-height: 4.5vh;
    margin: 0 0 2px 0;
    padding: 1.5vh 2vh;
    display: block;
    color: rgb(255, 224, 175);
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5em;
}
.pannel-option-left {
    align-items: left;
    border-left: 2px solid rgb(138, 45, 0);
    text-align: left;
}
.pannel-option-left a {
    margin: 0 0 2px 17px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(255, 224, 175, 0.25);
}
.pannel-option-left a.active {
    width: 16.5vh;
    margin: 0;
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.5);
    background-image: url(../../img/Products/bg-active-list.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.product-detail {
    width: 100%;
    padding: 0 15px;
    transition: opacity 0.3s ease;
}
.product-detail figure {
    width: 14vh;
    height: 14vh;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    overflow: hidden;
}
#product-image {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
.product-detail h3 {
    margin: 0 0 20px;
    color: rgb(255, 224, 175);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow:
        1px 1px 0 rgb(0, 0, 0), 
        -1px -1px 0 rgb(0, 0, 0), 
        1px -1px 0 rgb(0, 0, 0), 
        -1px 1px 0 rgb(0, 0, 0), 
        1px 1px 0 rgb(0, 0, 0);
}
.product-detail h3 span {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    letter-spacing: 0.9px;
}
.info-product {
    height: 145px;
    display: block;
    margin: 0 0 14px;
    padding: 0 20px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    letter-spacing: 0 0 .8vh;
    line-height: 18px;
    text-shadow:
        2px 1px 0 rgb(0, 0, 0), 
        -1px -1px 0 rgb(0, 0, 0), 
        1px -1px 0 rgb(0, 0, 0), 
        -1px 1px 0 rgb(0, 0, 0), 
        1px 1px 0 rgb(0, 0, 0);
    overflow: hidden;
}
.info-product:last-child {
    margin: 0;
}
.pannel-option-right {
    align-items: right;
    border-right: 2px solid rgb(0, 0, 0);
    text-align: right;
}
.pannel-option-right a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgba(0, 0, 0, .25);
}
.pannel-option-right a.active {
    width: 16.5vh;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.5);
    background-color: rgb(0, 0, 0);
}
.mobile-products-filter {
    position: relative;
    margin: 22vh 0 20px;
    padding: 10px;
    background-color:rgb(0, 0, 0);
    z-index: 5;
}
.mobile-products-filter .select2 {
    width: 31% !important;
    display: inline-block;
    margin: 0 3.5% 0 0;
}
.mobile-products-filter .select2:last-child {
    margin: 0;
}
.mobile-products-filter .select2-container--default .select2-selection--single {
    border: 1px solid rgb(255, 224, 175);
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
}
.mobile-products-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: capitalize;
}
.select2-dropdown {
    padding: 0;
    border: 1px solid rgb(255, 224, 175);
    background-color: rgb(0, 0, 0);
}
.select2-results__option {
    margin: 0;
    padding: 8px;
    color: rgb(255, 224, 175);
    font-size: 10px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(255, 224, 175, 0.7);
    color: rgb(255, 255, 255);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgba(255, 224, 175, 0.3);
    color: rgb(255, 255, 255);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 9px;
    height: 9px;
    right: 7px;
    top: 8px;
    border: none;
    background-image: url("../../img/icons/icon-moble-toggler.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 300ms ease;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 104px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.slimScrollBar {
    border-radius: 0 !important;
    opacity: 0.7 !important;
}
.slimScrollRail {
    border-radius: 0 !important;
    opacity: 0.5 !important;
}

@media(min-width: 768px) {
    .pannel-option-left a,
    .pannel-option-right a {
        font-size: 12px;
    }
    .product-detail {
        height: 540px;
        display: inline-flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0 45px;
    }
    .product-detail figure {
        display: block;
    }
    .product-detail h3 {
        font-size: 16px;
    }
    .product-detail h3 span {
        font-size: 11px;
    }
    .info-product {
        margin: 0 0 0.5vh;
    }
    .info-product span {
        line-height: 18px;
    }
}

@media(min-width: 1024px) {
    .pannel-detail {
        width: 920px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0) translate(-50%, -50%);
        -moz-transform: scale(0) translate(-50%, -50%);
        -ms-transform: scale(0) translate(-50%, -50%);
        -o-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }
    .pannel-detail.open {
        -webkit-transform: scale(1) translate(-50%, -50%);
        -moz-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
        transition: 300ms ease 500ms;
    }
    .pannel-option-left,
    .pannel-option-right {
        width: 167px;
        display: inline-flex;
    }
    .pannel-option-left {
        align-items: right;
        position: relative;
        border-right: 2px solid rgb(138, 45, 0);
        border-left: none;
        text-align: right;
    }
    .pannel-option-left:before {
        width: 0;
        height: 150px;
        /*content: "";*/
        position: absolute;
        right: 40px;
        top: 50%;
        border-radius: 50%;
        box-shadow: 0 0 60px 10px rgb(255, 224, 175);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pannel-option-left a,
    .pannel-option-right a {
        width: 100%;
    }
    .pannel-option-left a {
        margin: 0 0 2px 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: rgba(255, 224, 175, .25);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .pannel-option-left a.active {
        width: 190px;
        margin: 0 0 0 -25px;
    }
    .product-detail {
        width: 520px;
        height: 58vh;
    }
    .pannel-option-right {
        align-items: left;
        border-left: 2px solid rgb(0, 0, 0);
        border-right: none;
        text-align: left;
    }
    .pannel-option-right a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: rgba(0, 0, 0, .25);
    }
    .pannel-option-right a.active {
        width: 190px;
        margin: 0 -25px 0 0;
    }
    .product-detail figure {
        margin: 0 auto 20px;
    }
    .product-detail h3 {
        margin: 0 0 20px;
    }
    .info-product {
        margin: 0 0 0vh;
    }
    .mobile-products-filter {
        display: none;
    }
}
@media(min-width: 1400px) {
    .product-detail {
        height: 540px;
    }
}
@media(min-width: 1920px) {
    .pannel-option-left,
    .pannel-option-right {
        width: 200px;
        height: 540px;
    }
    .pannel-option-left a,
    .pannel-option-right a {
        width: 178px;
        height: 50px;
        padding: 14px 20px; 
        font-size: 14px;
    }
    .pannel-option-left a {
        margin: 0 0 2px 20px;
    }
    .product-detail figure {
        width: 160px;
        height: 160px;
        margin: 0 auto 30px;
    }
    .product-detail h3 {
        margin: 0 0 27px;
        font-size: 18px;
    }
    .product-detail h3 span {
        font-size: 12px;
    }
    .info-product {
        margin: 0 0 18px;
        font-size: 12px;
    }
    .pannel-option-left a.active,
    .pannel-option-right a.active {
        width: 198px;
        margin: 0 0 2px 0;
    }
}
/*========== End Product Section Popup ==========*/

/*========== Start Product Image popup  ==========*/
#product-image-toggler {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}
#product-image-toggler img {
    width: 100%;
}
#product-image-overlay {
    width: calc(100% - 20px);
    height: 58vh;
    display: block;
    position: absolute;
    top: 61%;
    left: 50%;
    background-size: cover;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: 0 -18% 0;
    -moz-transform-origin: 0 -18% 0;
    -ms-transform-origin: 0 -18% 0;
    -o-transform-origin: 0 -18% 0;
    transform-origin: 0 -18% 0;
    z-index: 6;
    transition: 300ms ease ;
}
#product-image-overlay.open {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
}
#close-product-image-overlay {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 0 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
    cursor: pointer;
}
#close-product-image-overlay img {
    width: 15px;
}
#overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 5;
}
#secondary-nav-overlay,
#footer-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

@media(min-width: 768px) {
    #product-image-overlay {
        width: 520px;
        height: 500px;
    }
}
@media(min-width: 1024px) {
    #product-image-overlay {
        top: 50%;
    }
}
/*========== Start Product Image popup ==========*/

/*========== Start Tech Edge Section ==========*/
#hero-section-tech-edge {
    width: 100%;
    display: block;
    text-align: center;
}
#hero-section-tech-edge .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
}
#hero-section-tech-edge .fp-bg {
    background-image: url("../../img/bg-hero-section-tech-edge.jpg");
}
.tech-edge-wrapper {
    width: 100%;
    margin: 0 auto;
}
#tech-edge-thumb {
    width: 80%;
    height: 27.8vh;
    margin: 0 auto;
    border: 1vh solid rgba(255, 255, 255, 0.15);
    border-radius: 1vh;
    overflow: hidden;
    z-index: 1;
}
#tech-edge-thumb .slick-list {
    height: 100%;
}
#tech-edge-thumb .slick-track {
    height: 100%;
}
#tech-edge-thumb figure {
    width: 100%;
    display: block;
}
#tech-edge-info {
    width: 90%;
    height: 33.7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: -7vh auto 0;
    padding: 30px 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .9);
    color: rgb(255, 255, 255);
    font-size: 20px;
    overflow: visible;
    z-index: 2;
}
#tech-edge-info .slick-list {
    width: 100%;
}
#tech-edge-info article {
    width: 63.8%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.6px;
}
#tech-edge-info article h3 {
    margin: 0 0 2vh;
    color: rgb(255, 224, 175);
    font-size: 18.02px;
}
#tech-edge-info article h3 a {
    width: 20px;
    display: inline-block;
    margin: 0 0 0 5px;
}
#tech-edge-info article p {
    font-size: 12px;
    line-height: 1.5em;
}
#tech-edge-info .slick-next,
#tech-edge-info .slick-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    background-image: url("../../img/icons/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#tech-edge-info .slick-prev {
    left: 12px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
#tech-edge-info .slick-next {
    right: 12px;
}
#tech-edge-info .slick-next:before,
#tech-edge-info .slick-prev:before {
    display: none;
}

@media(min-width: 768px) {
    #hero-section-tech-edge .container {
        padding-top: 150px;
    }
    .tech-edge-wrapper {
        width: 80%;
    }
    #tech-edge-thumb {
        width: 443px;
        height: 256px;
    }
    #tech-edge-info {
        width: 502px;
        height: 320px;
        padding: 40px 90px;
    }
    #tech-edge-info article {
        height: 175px;
    }
    #tech-edge-info article p {
        line-height: 1.8em;
    }
    #tech-edge-info .slick-prev {
        left: 32px;
    }
    #tech-edge-info .slick-next {
        right: 32px;
    }
}
@media(min-width: 1024px) {
    .tech-edge-wrapper {
        width: 90vh;
    }
    #hero-section-tech-edge .container {
        padding-top: 90px;
    }
    #tech-edge-thumb {
        width: 53.6vh;
        height: 38.7vh;
        margin: 0 0 0 0.1vh;
    }
    #tech-edge-info {
        width: 53.6vh;
        height: 38.7vh;
        margin: -18.2vh 0 0 35.4vh;
    }
    #tech-edge-info article h3 {
        font-size: 18.02px;
    }
    #tech-edge-info article p {
        line-height: 24px;
    }
}
@media(min-width: 1920px) {
    .tech-edge-wrapper {
        width: 842px;
    }
    #tech-edge-thumb {
        width: 440px;
        height: 320px;
        margin: 0;
        border: 10px solid rgba(255, 255, 255, 0.15);
        border-radius: 10px;   
    }
    #tech-edge-info {
        width: 480px;
        height: 320px;
        margin: -170px 0 0 330px;
        padding: 90px 113px;
    }
    #tech-edge-info article{
        height: 190px;
    }
    #tech-edge-info .slick-prev {
        left: 30px;
        top: 170px;
    }
    #tech-edge-info .slick-next {
        right: 30px;
        top: 180px;
    }
}
/*========== End Tech Edge Section ==========*/

/*========== Start References ==========*/
#hero-section-references .fp-bg {
    background-image: url("../../img/bg-hero-section-references.jpg");
}
#hero-section-references .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
}
.fp-viewing-references #secondary-nav {
    display: none;
}
#list-reference {
    width: 100%;
    margin: 0 auto !important;
    transition: 300ms ease 300ms;
    -webkit-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    -o-transform-origin: center center 0;
    transform-origin: center center;
}
#list-reference:before,
#list-reference:after {
    width: 95px;
    height: 80px;
    content: "";
    position: absolute;
    top: 50%;
    background-image: url("../../img/icons/icon-moble-toggler.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.25;
    z-index: -1;
}
#list-reference:before {
    left: 12px;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
}
#list-reference:after {
    right: 12px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}
.hide-references {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: 300ms ease 500ms;
}
.references {
    width: 210px;
    height: 100% !important;
    margin: 0 0 0 10px;
    transition: 300ms ease;
}
.reference-description {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-align: center;
}
.reference-description h3 {
    width: 100%;
    margin: 0 0 6px;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.reference-description span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-align: center;
}
.references .length {
    margin: 0 0 20px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.reference-thumb {
    width: 66.7%;
    height: 100%;
    display: none;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.reference-thumb img {
    height: 20.1vh !important;
    display: inline-block;
    vertical-align: top;
}
#list-reference .slick-prev,
#list-reference .slick-next {
    width: 22px;
    height: 22px;
    display: block !important;
    position: absolute;
    left: 50%;
    background-image: url("../../img/icons/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1 !important;
    cursor: pointer;
}
#list-reference .slick-prev {
    display: none !important;
    top: -7.3%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}
#list-reference .slick-prev:before,
#list-reference .slick-next:before {
    display: none;
}
.slick-vertical .slick-slide {
    border: none !important;
}
#reference-thumb-overlay {
    width: 100%;
    height: 270px;
    position: absolute;
    left: 50%;
    top: 54%;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    -o-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    transition: 300ms ease 00ms;
}
#reference-thumb-overlay.active {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    transition: 300ms ease 500ms;
}
#reference-thumb-overlay .slick-track {
    height: 100%;
}
#reference-thumb-overlay .slick-slide {
    position: relative;
    overflow: hidden;
}
#reference-thumb-overlay .slick-slide img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pop-title {
    width: 100%;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgb(0, 0, 0);
    font-size: 14px;
}
#reference-thumb-overlay #reference-thumb-slider,
#reference-thumb-overlay #reference-thumb-slider .slick-list{
    height: 100%;
}
#reference-thumb-overlay .slick-prev,
#reference-thumb-overlay .slick-next {
    width: 20px;
    height: 20px;
    top: auto;
    bottom: -30px;
    background-image: url("../../img/icons/icon-arrow.svg");
    background-size: 100% auto;
    opacity: 1 !important;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
}
#reference-thumb-overlay .slick-prev:before,
#reference-thumb-overlay .slick-next:before {
    display: none;
}
#reference-thumb-overlay .slick-prev {
    left: 20px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#reference-thumb-overlay .slick-next {
    right: 20px;
}
#close-reference-thumb-overlay {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 0 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
    cursor: pointer;
}
#close-reference-thumb-overlay img {
    width: 15px;
}
.half-slide-right {
    -webkit-transform: translateX(20px) !important;
    -moz-transform: translateX(20px) !important;
    -ms-transform: translateX(20px) !important;
    -o-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
}
.half-slide-left {
    -webkit-transform: translateX(-3.95%) !important;
    -moz-transform: translateX(-3.95%) !important;
    -ms-transform: translateX(-3.95%) !important;
    -o-transform: translateX(-3.95%) !important;
    transform: translateX(-3.95%) !important;
}

@media(min-width: 768px) {
    #list-reference {
        padding: 0;
    }
    .references {
        width: 220px ;
    }
    #reference-thumb-overlay {
        width: 650px;
        height: 360px;
        top: 50%;
    }
    .reference-description {
        padding: 25px 35px;
    }
    #reference-thumb-overlay {
        top: 50%;
    }
    #reference-thumb-overlay .slick-prev,
    #reference-thumb-overlay .slick-next {
        bottom: -9%;
    }
    .half-slide-left {
        -webkit-transform: translateX(-3%) !important;
        -moz-transform: translateX(-3%) !important;
        -ms-transform: translateX(-3%) !important;
        -o-transform: translateX(-3%) !important;
        transform: translateX(-3%) !important;
    }
    #close-reference-thumb-overlay img {
        margin: 0 0 0 -1px;
    }
}
@media(min-width: 900px) {
    #reference-thumb-overlay {
        top: 53%;
    }
}
@media(min-width: 1024px) {
    #list-reference {
        width: 980px;
    }
    #list-reference:before,
    #list-reference:after {
        display: none;
    }
    .references {
        height: 20.1vh !important;
        margin: 0 0 14px;
        padding: 0 70px;
        background-image: url(../../img/reference-glow.png);
        background-size: 100% auto;
    }
    .reference-description {
        width: 33.3%;
        padding: 0;
    }
    .references .length {
        font-size: 24px;
    }
    .reference-thumb {
        display: inline-block;
    }
    #list-reference .slick-prev {
        display: block !important;
    }
    #list-reference .slick-next {
        width: 22px;
        height: 22px;
        top: auto;
        bottom: -4%;
        left: 50%;
        background-image: url("../../img/icons/icon-arrow.svg");
        -webkit-transform: translateX(-50%) translateY(0) rotate(90deg);
        -moz-transform: translateX(-50%) translateY(0) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(0) rotate(90deg);
        -o-transform: translateX(-50%) translateY(0) rotate(90deg);
        transform: translateX(-50%) translateY(0) rotate(90deg);
        opacity: 1 !important;
    }
    #references-start-slide {
        display: none;
    }
    #reference-thumb-overlay {
        width: 842px;
        height: 475px;
        top: 55%;
    }
    #reference-thumb-overlay .slick-prev,
    #reference-thumb-overlay .slick-next {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #reference-thumb-overlay .slick-prev {
        left: -5%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }
    #reference-thumb-overlay .slick-next {
        right: -5%;
    }
    .pop-title {
        display: none;
    }
    #close-reference-thumb-overlay {
        width: auto;
        height: auto;
        padding: 10px;
    }
    #close-reference-thumb-overlay img {
        width: 20px;
        margin: 0;
    }
}
@media(min-width: 1366px) {
    #reference-thumb-overlay {
        top: 54%;
    }
}
@media(min-width: 1920px) {
    #reference-thumb-overlay {
        top: 50%;
    }
    .references {
        height: 167px !important;
    }
}
/*========== End References ==========*/

/*========== Start Services ==========*/
#hero-section-services .fp-bg {
    background-image: url("../../img/bg-hero-section-services.jpg");
}
#hero-section-services .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 135px;
}
.services-wrap {
    width: 100%;
    margin: 0 auto;
}
.service-desc-pannel,
.service-img-pannel {
    width: 80%;
    height: 27.8vh;
    display: block;
    margin: 0 auto;
    border: 1vh solid rgba(0, 0, 0, 0.25);
    border-radius: 1vh;
    overflow: hidden;
    vertical-align: top;
}
.service-desc-pannel {
    width: 90%;
    height: 33.7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    left: 50%;
    margin: -7vh 0 0;
    padding: 30px 40px;
    background-color: rgba(0, 0, 0, 0.9);
    border: medium none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    overflow: visible;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#service-slide2,
#service-slide3 {
    display: none;
}
.service-desc-pannel article {
    width: 71.1%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.6px;
}
.service-desc-pannel article h3 {
    margin: 0 0 2vh;
    color: rgb(255, 224, 175);
    font-size: 18.02px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.service-desc-pannel article p {
    max-height: 15vh;
    font-size: 12.02px;
    letter-spacing: 0.4px;
    line-height: 1.5em;
    overflow: hidden;
}
#service-slide4 .slick-prev,
#service-slide4 .slick-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    background-image: url("../../img/icons/icon-arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#service-slide4 .slick-prev {
    left: 2.3vh;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
#service-slide4 .slick-next {
    right: 2.1vh;
}
#service-slide4 .slick-prev:before,
#service-slide4 .slick-next:before {
    display: none;
}
#service-slide4 .slick-list {
    width: 100%;
}

@media(min-width: 768px) {
    #hero-section-services .container {
        padding-top: 155px;
    }
    .services-wrap {
        width: 80%;
    }
    #service-slide1 {
        width: 443px;
        height: 256px;
    }
    #service-slide4 {
        width: 502px;
        height: 320px;
        padding: 40px 90px;
    }
    #service-slide4 article {
        height: 140px;
    }
    .service-desc-pannel article p {
        line-height: 18px;
    }
    .service-desc-pannel {
        padding: 9.3vh 12.2vh;
    }
}
@media(min-width: 1024px) {
    #hero-section-services .container {
        padding-top: 120px;
    }
    .services-wrap {
        width: 842px;
    }
    .service-desc-pannel, .service-img-pannel {
        width: 48.8%;
        display: inline-block;
        margin: 0 2.4% 2.4% 0;
    }
    #service-slide4.service-desc-pannel {
        width: 46.5%;
        height: 25.5vh;
        left: auto;
        margin: 1.1% 0 0 1%;
        padding: 3vh 7.7vh;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #service-slide4 article {
        height: 100%;
    }
    #service-slide1 {
        width: 48.8%;
        height: 27.8vh;
    }
    #service-slide2,
    #service-slide3 {
        display: inline-block;
    }
}
@media(min-width: 1366px) {
    .service-desc-pannel article p {
        line-height: 20px;
    }
}
@media(min-width: 1920px) {
    #hero-section-services .container {
        padding-top: 110px ;
    }
    .service-desc-pannel,
    .service-img-pannel {
        width: 410px;
        height: 260px;
        margin: 0 22px 20px 0;
        border: 10px solid rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    #service-slide4.service-desc-pannel {
        width: 390px;
        height: 239px;
        margin: 10px 0 0 9px;
        padding: 27px 73px;
        border: none;
        border-radius: 0;
    }
    #service-slide1 {
        height: 260px;
    }
    #service-slide1 {
        width: 410px;
    }
    #service-slide4 .slick-prev {
        left: 25px;
        top: 120px;
    }
    #service-slide4 .slick-next {
        right: 25px;
        top: 120px;
    }
}
/*========== End Services ==========*/

/*========== Start Training ==========*/
#hero-section-training .fp-bg {
    background-image: url("../../img/bg-hero-section-training.jpg");
}
#hero-section-training .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}
#hero-section-training article {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 2.4vh 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
}
.logo-bca {
    width: 22.5vh;
    position: absolute;
    left: 51.7%;
    top: -19vh;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);    
    transform: translateX(-50%);
}
#hero-section-training article h3 {
    margin: 0 0 3.2vh;
    color: rgb(255, 224, 175);
    font-size: 18.05px;
    letter-spacing: 1.4px;
    line-height: 27.07px;
}
#hero-section-training article p {
    color: rgb(255, 255, 255);
    font-size: 12.02px;
    letter-spacing: 0.1px;
    line-height: 2em;
}
#hero-section-training article p:last-child {
    margin: 3.2vh 0 0;
    font-size: 14px;
    letter-spacing: 0.6px;
}

@media(min-width: 768px) {
    #hero-section-training article p {
        line-height: 24px;
    }
}
@media(min-width: 1024px) {
    #hero-section-training .container {
        padding-top: 200px;
    }
    #hero-section-training article {
        width: 67.8%;
        padding: 2.4vh 70px;
    }
}
@media(min-width: 1920px) {
    #hero-section-training .container {
        padding-top: 220px;
    }
    #hero-section-training article {
        width: 820px;
        padding: 24px 70px;
    }
    .logo-bca {
        width: 210px;
        top: -177px;
    }
}
/*========== End Training ==========*/

/*========== Start Get In Touch ==========*/
#hero-section-get-in-touch .fp-bg {
    background-image: url("../../img/bg-hero-section-get-in-touch.jpg");
}
#hero-section-get-in-touch .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.contact-info {
    width: 25.8%;
    display: none;
    padding: 20px 0 0;
    text-align: left;
    vertical-align: top;
}
.contact-info address {
    margin: 0 0 35px;
    color: rgb(255, 224, 175);
    opacity: .25;
    cursor: pointer;
    transition: 300ms ease;
}
.contact-info address.show {
    padding: 0 0 0 20px;
    border-left: 5px solid rgb(255, 224, 175);
    opacity: 1;
    cursor: default;
}
.contact-info address .location-title {
    width: 100%; 
    display: block;
    position: relative;
    margin: 0 0 18px;
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    transition: 300ms ease;
}
.contact-info address .location-title:after {
    width: 0;
    height: 2px;
    content: "";
    display: none;
    position: absolute;
    top: 9px;
    left: calc(100% - 122px);
    background-color: rgb(255, 224, 175);
    z-index: 1;
    transition: all 150ms linear 0s;
}
.contact-info address.show .location-title:after {
    width: calc(100% - 110px);
}
.contact-info address p {
    margin: 0 0 10px;
}
#map-canvas {
    width: 100%;
    height: 25vh;
    display: inline-block;
    border-radius: 5px;
    background: none;
    vertical-align: top;
    overflow: hidden;
}
#map-canvas div {
    background: none !important;
}
.contact-form {
    width: 21.1%;
    height: 473px;
    display: none;
    position: relative;
    margin: 6px 0 0 4%;
    padding: 16px 30px;
    background-color: rgb(0, 0 , 0);
    color: rgb(255, 224, 175);
    vertical-align: top;
    text-align: center;
}
.contact-form h3 {
    margin: 0 0 20px;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.group-holder {
    position: relative;
    margin: 0 0 10px;
    letter-spacing: 0.6px;
    text-align: left;
}
.group-holder label {
    display: block;
    margin: 0 0 9px;
    font-size: 11.9px;
}
.group-holder input {
    width: 100%;
    padding: 0.5vh 10px;
    border: none;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 12px;
}
.group-holder textarea {
    width: 100%;
    height: 75px;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 12px;
    line-height: 23px;
    resize: none;
}
.contact-form button {
    margin: 0;
    padding: 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 224, 175);
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}
.submit-form span {
    font-size: 14px;
}
.error {
    width: 100%;
    height: 28px;
    display: none;
    position: absolute;
    top: 3.5vh;
    left: 0;
    padding: 0.7vh 10px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 0, 0);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.6px;
}
.form-message-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    background-color: rgb(0, 0, 0);
    transition: 300ms ease;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    z-index: 2;
}
.form-message-overlay p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 24px;
}
.form-message-overlay a {
    color: rgb(255, 224, 175);
}
.sucess-submit.show ,
.fail-submit.show {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.mobile-view-info {
    margin: 1.7vh 0 0;
}
.mobile-view-info .contact-info {
    width: 100%;
    display: inline-block;
}
.mobile-view-info .contact-info address p {
    margin: 0 0 5px;
    font-size: 12px;
}
.mobile-view-info .contact-info address {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 ;
    border-left: 3px solid rgb(255, 224, 175);
}
.mobile-view-info .contact-info address .location-title {
    margin: 0 0 10px;
}
.mobile-view-info .contact-form {
    width: 100%;
    display: block;
    /*position: fixed;*/
	position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    -webkit-transform: translateY(102%);
    -moz-transform: translateY(102%);
    -ms-transform: translateY(102%);
    -o-transform: translateY(102%);
    transform: translateY(102%);
    transition: 300ms ease;
}
.mobile-view-info .contact-form.open {
    height: 100%;
    padding: 90px 20px 20px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.mobile-view-info .contact-form h3 {
    display: none;
}
.mobile-view-info .group-holder {
    margin: 0 0 12px;
}
.mobile-view-info .group-holder label {
    margin: 0 0 5px;
    font-size: 12px;
}
.mobile-view-info .group-holder input {
    height: 30px;
    padding: 5px 10px;
}
.mobile-view-info .group-holder textarea {
    height: 16.7vh;
}
.mobile-view-info .contact-form button {
    margin: 0;
}
.mobile-view-info .contact-form .error {
    top: 17px;
    padding: 8px 10px;
}
.mobile-view-info .contact-form .contact-toggler {
    width: 100%;
    position: absolute;
    left: 0;
    top: -51px;
    padding: 10px 13px;
    border: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(255, 224, 175);
    font-family: Oswald;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2;
}
.mobile-view-info .contact-form .contact-toggler.active {
    position: relative;
    top: auto;
    padding-top: 20px;
    background-color: rgb(0, 0, 0);
}
.contact-toggler span {
    display: inline-block;
    vertical-align: middle;
}
.contact-toggler img {
    width: 20px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-view-info .contact-form .contact-toggler.active img {
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.mobile-view-info .contact-form .form-message-overlay h3 {
    display: block;
}

@media(min-width: 600px) {
    .mobile-view-info .contact-form.open {
        height: auto;
        padding: 20px;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .mobile-view-info .contact-form .contact-toggler.active {
        position: absolute;
        top: -52px;
    }
    .mobile-view-info .group-holder {
        width: 300px;
        margin: 0 auto 12px;
    }
    .mobile-view-info .group-holder textarea {
        height: 5.7vh;
    }
}
@media(min-width: 768px) {
    #map-canvas {
        height: 30vh;
    }
    .error {
        top: 3.8vh;
    }
    .contact-info address .location-title {
        font-size: 20px;
    }
    .mobile-view-info .contact-info address p {
        margin: 0 0 10px;
        font-size: 14px;
    }
}
@media(min-width:1024px) {
    #hero-section-get-in-touch .container {
        padding-top: 60px;
    }
    .contact-info {
        display: inline-block;
    }
    .contact-info address .location-title:after {
        display: block;
    }
    #map-canvas {
        width: 48.4%;
        height: 486px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .contact-form {
        display: inline-block;
    }
    .mobile-view-info .contact-form {
        display: none;
    }
    .mobile-view-info .contact-info {
        display: none;
    }
    .error {
        top: 47%;
    }
    .contactUs .group-holder:nth-child(6) .error {
        height: 61px;
        top: 26%;
    }
}
@media(min-width: 1366px) {
    #hero-section-get-in-touch .container {
        padding-top: 100px;
    }
    #map-canvas {
        height: 443px;
    }
    .contact-form {
        height: 424px;
    }
    .contact-info address .location-title:after {
        left: calc(100% - 185px);
    }
    .error {
        height: 24px;
        padding: 1vh 10px;
    }
}
@media(min-width: 1920px) {
    .contact-info{
        width: 320px;
    }
    .contact-info address {
        margin: 0 0 50px;
    }
    #map-canvas {
        width: 600px;
        height: 540px;
    }
    .contact-form {
        width: 260px;
        height: 520px;
        padding: 40px 30px;
    }
    .contact-form h3 {
        margin: 0 0 30px;
    }
    .group-holder {
        margin: 0 0 10px;
    }
    .group-holder textarea {
        height: 104px;
    }
    .contact-form button {
        margin: 0;
    }
    .group-holder label {
        margin: 0 0 10px;
    }
    .error {
        height: 28px;
        top: 22px;
        padding: 0.7vh 10px;
    }
    .contact-info address p {
        margin: 0 0 14px;
    }
    .contactUs .group-holder:nth-child(6) .error {
        height: 61px;
        top: 18%;
    }
}
/*========== End Get In Touch ==========*/

/*========== Start Footer ==========*/
#main-footer {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px ;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: 'Oswald';
    font-size: 10px;
    text-align: center;
    z-index: 9;
}
#main-footer p {
    font-size: 9px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
#main-footer a {
    color: rgb(255, 255, 255);
    font-size: 9px;
    text-transform: uppercase;
}
#main-footer a:hover {
    color: rgb(255, 224, 175);
}
@media(min-width: 1024px) {
    #main-footer {
        display: block;
        padding: 10px 40px;
    }
}
/*========== End Footer ==========*/
.product-detail.inactive {
    opacity: 0;
    transition: opacity 0.3s ease;
}