@font-face {
    font-family: "robotolight";
    src: url(../font/roboto/Roboto-Light.woff);
    format: "woff";
}
@font-face {
    font-family: "robotobold";
    src: url(../font/roboto/Roboto-Bold.woff);
    format: "woff";
}
@font-face {
    font-family: "robotoregular";
    src: url(../font/roboto/Roboto-Regular.woff);
    format: "woff";
}
@font-face {
    font-family: "OVERPASSBOLD";
    src: url(../font/overpass/OVERPASS-BOLD.TTF);
    format: "TTF";
}
@font-face {
    font-family: "OVERPASSITALIC";
    src: url(../font/overpass/OVERPASS-ITALIC.TTF);
    format: "TTF";
}
@font-face {
    font-family: "OVERPASSLIGHT";
    src: url(../font/overpass/OVERPASS-LIGHT.TTF);
    format: "TTF";
}
@font-face {
    font-family: "OVERPASSREGULAR";
    src: url(../font/overpass/OVERPASS-REGULAR.TTF);
    format: "TTF";
}
@font-face {
    font-family: "BARLOWSEMICONDENSEDMEDIUM";
    src: url(../font/barlow/BARLOWSEMICONDENSED-MEDIUM_1.TTF);
    format: "TTF";
}
@font-face {
    font-family: "BARLOWSEMICONDENSEDBOLD";
    src: url(../font/barlow/BARLOWCONDENSED-BOLD_1.TTF);
    format: "TTF";
}
@font-face {
    font-family: "BARLOWSEMICONDENSEDLIGHT";
    src: url(../font/barlow/BARLOWCONDENSED-LIGHT_1.TTF);
    format: "TTF";
}
@font-face {
    font-family: "FUTURAMEDIUMBT";
    src: url(../font/futuraMdBt/FUTURA-MEDIUM-BT.TTF);
    format: "TTF";
}

@keyframes showingpage {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    margin: 0 auto;
    padding: 0 0;
    animation-name: showingpage;
    animation-duration: 2s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /**/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.active::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(67, 67, 67, 0.8);
    z-index: 100;
}

/*loding image*/
.modal-loading {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background-color: rgb(0,0,0); */
    background-color: rgba(255, 255, 255, 0.6);
}

.modal-loading .content-loading {
    margin: auto;
    display: block;
    width: 10%;
    max-width: 100px;
}

.img {
    width: 100%;
}

.banner {
    position: relative;
}

.banner .breadcrumb-banner {
    position: absolute;
    left: 7%;
    bottom: 70px;
}

.banner .breadcrumb-banner span {
    position: relative;
    font-size: 25px;
    color: #e6e6e6;
    font-family: "BARLOWSEMICONDENSEDLIGHT";
}

.banner .breadcrumb-banner .title {
    position: relative;
    font-size: 80px;
    color: #e6e6e6;
    z-index: 2;
    text-transform: uppercase;
    font-family: "BARLOWSEMICONDENSEDMEDIUM";
}

.banner .breadcrumb-banner .title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70%;
    height: 2px;
    background-color: #35ad63;
}

/*breadcrumb*/
.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    background-color: #f9f9f9;
}

.breadcrumb ul {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}

.breadcrumb ul li {
    list-style: none;
    font-family: "robotoregular";
    color: #a2a2a2;
    white-space: pre;
}

.breadcrumb ul li.active {
    color: #1d4d5b;
    white-space: pre;
}

.breadcrumb ul li a {
    color: #a2a2a2;
    font-family: "robotoregular";
    text-decoration: none;
}

.breadcrumb ul > li + li:before {
    content: "\276F";
    padding: 0 10px;
    color: #ccc;
}

.pagination-custom {
    padding-left: 0;
}

.pagination-custom li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.pagination-custom li a {
    padding: 7px 10px;
    font-family: "robotoregular";
    text-decoration: none;
    color: #555;
    text-align: center;
    display: block;
    border-bottom: 2px solid transparent;
}

.pagination-custom li a:hover {
    border-bottom: 2px solid #35ad63;
}

.pagination-custom li.active a {
    border-bottom: 2px solid #35ad63;
}

/*about us*/
.about {
    padding: 5% 0;
}

.about .desc {
    font-family: "robotoregular";
}

@media only screen and (max-width: 800px) {
    .banner .breadcrumb-banner span {
        font-size: 20px;
    }
    .banner .breadcrumb-banner .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 550px) {
    .banner .breadcrumb-banner span {
        font-size: 15px;
    }
    .banner .breadcrumb-banner .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .banner .breadcrumb-banner {
        bottom: 10px;
    }
    .banner .breadcrumb-banner span {
        font-size: 12px;
    }
    .banner .breadcrumb-banner .title {
        font-size: 25px;
    }
}

.carousel-indicators {
    right: 10% !important;
    left: unset !important;
    text-align: right !important;
}

#myModal .modal-body {
    background-image: url("../../images/popup.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 630px;
    position: relative;
    padding: 0;
}

#myModal .modal-body .modalClose {
    position: absolute;
    right: 5px;
    top: 5px;
    content: "";
    background-color: white;
    padding: 0 5px;
    border-radius: 2px;
}

#myModal .modal-body .box-contact {
    right: 0;
    top: 0;
    float: right;
    width: 340px;
    height: 100%;
    background-color: rgba(241, 204, 128, 0.7);
}

#myModal .modal-body .box-contact {
    padding: 50px 30px;
}

#myModal .modal-body .box-contact .title {
    font-size: 45px;
    font-family: "BARLOWSEMICONDENSEDBOLD";
    line-height: 1.1;
    padding: 7px 0;
}

#myModal .modal-body .box-contact .snap {
    font-size: 20px;
    font-family: "BARLOWSEMICONDENSEDMEDIUM";
}

#myModal .modal-body .box-contact .form-control {
    border: none;
    font-family: "robotoregular";
}

#myModal .modal-body .box-contact form {
    margin-top: 20px;
}

#myModal .modal-body .box-contact button {
    background-color: #434343;
    color: white;
}

#myModal .modal-body .box-contact ul {
    display: inline-block;
    padding: 0;
}

#myModal .modal-body .box-contact ul li {
    list-style: none;
    display: inline-block;
}

#myModal .modal-body .box-contact ul li:nth-child(1) {
    margin-right: 15px;
}

#myModal .modal-body .box-contact ul li a {
    font-size: 12px;
    color: white;
    font-family: "robotoregular";
    text-decoration: none;
}

.backToTop {
    position: fixed;
    bottom: 85px;
    right: -50px;
    content: "";
    width: 45px;
    height: 45px;
    background-color: #434343;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.backToTop.active {
    right: 50px;
}

.backToTop i {
    font-size: 40px;
    text-align: center;
    color: white;
}

.backToTop:hover {
    background-color: white;
    box-shadow: 0px 0px 20px -5px #a2a2a2;
    -ms-box-shadow: 0px 0px 20px -5px #a2a2a2;
    -moz-box-shadow: 0px 0px 20px -5px #a2a2a2;
    -webkit-box-shadow: 0px 0px 20px -5px #a2a2a2;
    -o-box-shadow: 0px 0px 20px -5px #a2a2a2;
}

.backToTop:hover i {
    color: #434343;
}

.backToTop:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20%;
    width: 60%;
    box-shadow: 0px 0px 5px 1px #434343;
    -ms-box-shadow: 0px 0px 5px 1px #434343;
    -moz-box-shadow: 0px 0px 5px 1px #434343;
    -webkit-box-shadow: 0px 0px 5px 1px #434343;
    -o-box-shadow: 0px 0px 5px 1px #434343;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.buttonWa {
    position: fixed;
    bottom: 20px;
    right: 45px;
    content: "";
    width: 55px;
    height: 55px;
    text-align: center;
    cursor: pointer;
    border-radius: 100px;
    z-index: 100;
    animation: 2s ease 0s normal none infinite running bounce;
    background-image: url("../../images/whatsapp.png");
    background-size: contain;
}

.buttonWa i {
    font-size: 45px;
    text-align: center;
    color: #35ad63;
}

.buttonWa:hover {
    animation: unset;
}

@media only screen and (max-width: 700px) {
    .breadcrumb {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 550px) {
    .banner .breadcrumb-banner span {
        font-size: 15px;
    }
    .banner .breadcrumb-banner .title {
        font-size: 30px;
    }
    .backToTop.active {
        right: 20px;
    }
    .buttonWa {
        right: 20px;
    }
    .carousel .arrowbottom {
        left: 46%;
        width: 40px;
        height: 40px;
        bottom: 15px;
        z-index: 20;
    }
    .carousel .arrowbottom i {
        font-size: 35px;
    }
}

@media only screen and (max-width: 500px) {
    .breadcrumb ul {
        overflow-x: hidden;
    }
    .breadcrumb ul:hover {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 400px) {
    .breadcrumb {
        padding: 5px 0;
    }
}

/*MENU*/
.menu {
    z-index: 101;
    position: relative;
    display: block;
    height: 110px;
    font-family: "robotolight";
}

.menu:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(to bottom, rgba($colorDark, 1), rgba($colorDark, 0.7), rgba($colorDark, 0.2)); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    transition: opacity 0.5s linear;
    opacity: 0;
}

.menu .inline-block {
    width: 82% !important;
    margin: 0 9%;
    position: relative;
    z-index: 2;
}

.menu .inline-block .m-inline-left, .menu .inline-block .m-inline-mid {
    display: inline-block;
    vertical-align: top !important;
}

.menu .inline-block .m-inline-left {
    margin-top: 15px;
    width: 15%;
    /*width: 17%;*/
}

.menu .inline-block .m-inline-left img {
    width: 90%;
}

.menu .inline-block .m-inline-mid {
    /*width: 70%;*/
    width: 85%;
    float: right;
    padding-top: 40px;
}

.menu .inline-block .m-inline-mid .bar-icon {
    display: none;
}

.menu .inline-block .m-inline-mid .menu-content {
    position: absolute;
}

.menu .inline-block ul {
    padding-left: 0;
    float: right;
}

.menu .inline-block ul li {
    display: inline-block;
    float: left;
    margin-left: 25px;
    position: relative;
}

.menu .inline-block ul li a {
    padding: 12px 5px;
    color: black;
    text-decoration: none;
    border-bottom: 2px solid none;
    font-family: "robotobold";
    color: #1d4d5b;
    text-transform: uppercase;
    font-size: 13px;
}

.menu .inline-block ul li a.active {
    border-bottom: 2px solid #1d4d5b;
    color: #1d4d5b;
}

.menu .inline-block ul li a:hover {
    border-bottom: 2px solid #1d4d5b;
}

.menu .inline-block ul li .shop-menu-button {
    font-family: "robotolight";
    border: 1px solid white;
    padding: 12px 30px !important;
    border: 1px solid #1d4d5b;
    border-radius: 50px;
}

.menu .inline-block ul li .shop-menu-button:hover {
    background-color: #1d4d5b;
    color: white;
}

.menu .inline-block ul li .menu-search {
    margin: 0 20px;
    position: relative;
    font-family: "robotolight";
}

.menu .inline-block ul li .menu-search i {
    font-size: 20px;
}

.menu .inline-block ul li .menu-search.active {
    border-bottom: none;
}

.menu .inline-block ul li .menu-search:hover {
    border-bottom: none;
}

.menu .inline-block ul li .img-tabs-menu {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: unset !important;
}

.menu .inline-block ul li .img-tabs-menu:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    transform: rotate(45deg);
}

.menu .inline-block ul li .img-tabs-menu span {
    content: "";
    position: absolute;
    top: 8px;
    left: 13px;
    background-color: white;
    width: 25px;
    height: 2px;
}

.menu .inline-block ul li .img-tabs-menu span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-color: white;
    width: 25px;
    height: 2px;
}

.menu .inline-block ul li .img-tabs-menu span:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    background-color: white;
    width: 25px;
    height: 2px;
}

.menu .inline-block ul li.dropdown:hover {
    padding-bottom: 50px;
}

.menu .inline-block ul li.dropdown:hover .subdrop {
    opacity: 1;
    visibility: visible;
    background-color: white;
}

.menu .inline-block ul li .subdrop {
    visibility: hidden;
    position: absolute;
    margin-top: 50px;
    background-color: white;
    width: 225px;
    padding-left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
    -ms-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -o-box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.menu .inline-block ul li .subdrop li {
    margin-left: 0;
    padding: 7px 10px;
    width: 100%;
    background-color: #f9f9f9;
}

.menu .inline-block ul li .subdrop li a {
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: block;
    padding: 0;
}

.menu .inline-block ul li .subdrop li:hover {
    background-color: #1d4d5b;
}

.menu .inline-block ul li .subdrop li:hover a {
    color: white;
    padding-left: 10px;
    border: none;
}

.menu .inline-block ul li .subdrop li:hover .subsubdrop {
    opacity: 1;
    visibility: visible;
    background-color: white;
}

.menu .inline-block ul li .subdrop li .subsubdrop {
    visibility: hidden;
    position: absolute;
    top: 0;
    margin-top: 0;
    background-color: white;
    width: 225px;
    left: 225px;
    padding-left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
    -ms-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -o-box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.menu .inline-block ul li .subdrop li .subsubdrop li {
    margin-left: 0;
    padding: 7px 10px;
    width: 100%;
}

.menu .inline-block ul li .subdrop li .subsubdrop li a {
    color: #1d4d5b !important;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    display: block;
    padding: 0;
}

.menu .inline-block ul li .subdrop li .subsubdrop li:hover {
    background-color: #1d4d5b;
}

.menu .inline-block ul li .subdrop li .subsubdrop li:hover a {
    color: white !important;
    padding-left: 10px;
}

.menu .inline-block ul .search-wrap {
    position: relative;
}

.menu .inline-block ul .search-wrap form {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 300px;
    border: 1px solid #35ad63;
    background-color: white;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.menu .inline-block ul .search-wrap form.active {
    top: 80px;
    visibility: visible;
}

.menu .inline-block ul .search-wrap form span {
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #e6e6e6;
    font-size: 16px;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

.menu .inline-block ul .search-wrap form .input-group {
    display: unset;
}

.menu .inline-block ul .search-wrap form input {
    width: 78%;
    border: none;
    color: #434343;
    padding: 7px 10px;
    background-color: transparent;
    font-family: "robotoregular";
}

.menu .inline-block ul .search-wrap form input:focus {
    box-shadow: none;
    color: #434343;
}

.menu .inline-block ul .search-wrap form input::placeholder {
    color: #e6e6e6 !important;
}

.menu .inline-block ul .search-wrap form input:-ms-input-placeholder {
    color: #e6e6e6 !important;
}

.menu .inline-block ul .search-wrap form input:-ms-input-placeholder {
    color: #e6e6e6 !important;
}

.menu .inline-block ul .search-wrap form button {
    width: 20%;
    height: 34px;
    border: none;
    background-color: #35ad63;
    color: white;
    float: right;
}

.menu .wrap-menu-galllery {
    position: absolute;
    left: 0;
    top: 60px;
    content: "";
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
    z-index: 5;
    visibility: hidden;
    padding-top: 50px;
}

.menu .wrap-menu-galllery.active {
    opacity: 1;
    visibility: visible;
}

.menu .wrap-menu-galllery .parent-box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 9%;
}

.menu .wrap-menu-galllery .wrap-box {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 {
    padding: 0;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 li {
    list-style: none;
    background-color: #e6e6e6;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #434343;
    font-family: "OVERPASSREGULAR";
    font-size: 15px;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 li a:after {
    content: '\25B6';
    position: absolute;
    right: 0;
    color: #a2a2a2;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 li:hover, .menu .wrap-menu-galllery .wrap-box .list_gal_1 li.active {
    background-color: #35ad63;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_1 li:hover a, .menu .wrap-menu-galllery .wrap-box .list_gal_1 li:hover a::after, .menu .wrap-menu-galllery .wrap-box .list_gal_1 li.active a, .menu .wrap-menu-galllery .wrap-box .list_gal_1 li.active a::after {
    color: white;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 {
    padding: 0;
    width: 200px;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 li {
    list-style: none;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .head_list_cat {
    display: none;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .head_list_cat.active {
    display: block;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .head_list_cat a {
    font-family: "OVERPASSBOLD";
    font-size: 18px;
    color: #434343;
    text-decoration: none;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .child_list {
    display: none;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .child_list.active {
    display: block;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .child_list a {
    font-family: "OVERPASSLIGHT";
    font-size: 15px;
    color: #434343;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
}

.menu .wrap-menu-galllery .wrap-box .list_gal_2 .child_list a:hover {
    color: #35ad63;
}

.menu .wrap-menu-galllery .wrap-box:nth-child(2) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-left: 70px;
}

.menu .wrap-menu-galllery .wrap-box:nth-child(3) {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.menu .wrap-menu-galllery .wrap-box:nth-child(3) img {
    width: 100%;
}

/*side menu*/
.headerMb {
    display: none;
    height: 80px;
    padding: 18px 20px;
    top: 0;
    z-index: 10;
    width: 100%;
    position: fixed;
    background-color: #1d4d5b;
}

@media (max-width: 1200px) {
    .headerMb {
        position: relative;
    }
}

.headerMb .wrap-box {
    position: relative;
}

.headerMb ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-top: 15px;
}

.headerMb ul li {
    display: inline-block;
    list-style: none;
}

.headerMb ul li a {
    font-family: "robotolight";
    font-size: 15px;
    padding: 0 10px;
    color: white;
}

.headerMb .logo {
    display: none;
    position: absolute;
    top: 10px;
    width: 60%;
    z-index: 100;
    margin: 0 auto;
    left: 20%;
}

.headerMb .logo img {
    width: auto;
    max-height: 60px;
    margin: 0 auto;
    display: block;
}

.headerMb .wrap-mb {
    position: relative;
}

.headerMb .bar-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 50px;
    padding-top: 18px;
    top: 5px;
}

.headerMb span {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: white;
}

.headerMb span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: white;
    top: -11px;
}

.headerMb span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: white;
    top: 11px;
}

.headerMb .wrap-search {
    display: block;
    position: absolute;
    content: "";
    width: 30%;
    top: 5px;
    right: 20px;
    z-index: 2;
    background-color: white;
    border-radius: 5px;
    transition: width .2s ease-in-out;
}

.headerMb form .input-group {
    display: flex;
    flex-direction: row;
}

.headerMb form button {
    width: 19.5%;
    height: 34px;
    border: none;
    background-color: #2649a3;
    color: white;
}

.headerMb form input {
    width: 80%;
    border: none;
    color: #434343;
    padding: 10px;
}

.copy-freeze-top {
    visibility: hidden;
    width: 100%;
    position: fixed;
    -webkit-transition: top 1s;
    transition: top .5s;
    background-color: white;
    height: 70px;
    transition: all .2s ease;
    box-shadow: 0px 0px 7px 0 #ccc;
    -ms-box-shadow: 0px 0px 7px 0 #ccc;
    -moz-box-shadow: 0px 0px 7px 0 #ccc;
    -webkit-box-shadow: 0px 0px 7px 0 #ccc;
    -o-box-shadow: 0px 0px 7px 0 #ccc;
}

.copy-freeze-top:before {
    background-image: unset;
}

.copy-freeze-top.active {
    visibility: visible;
    top: 0px;
}

.copy-freeze-top.active .search-wrap form {
    display: block !important;
}

.copy-freeze-top .inline-block ul li {
}

.copy-freeze-top .inline-block ul li .subdrop {
    margin-top: 25px !important;
}

.copy-freeze-top .inline-block ul .search-wrap form {
    display: none;
}

.copy-freeze-top .inline-block .m-inline-left {
    margin-top: 10px;
}

.copy-freeze-top .inline-block .m-inline-left img {
    width: 60%;
}

.copy-freeze-top .inline-block .m-inline-mid {
    padding-top: 25px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu .link-hover {
    width: 30px;
    height: 30px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu .link-hover span {
    top: -4px;
    left: 11px;
    font-size: 17px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu .link-hover:after,
.copy-freeze-top .inline-block .m-inline-mid .list-menu .link-hover:before {
    width: 30px;
    height: 30px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu .link-hover:after {
    top: -1px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu-default .img-tabs-menu {
    height: 30px;
    width: 30px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu-default .img-tabs-menu:before {
    top: -5px;
    height: 30px;
    width: 30px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu-default .img-tabs-menu span {
    width: 15px;
    left: 7px;
    top: 9px;
}

.copy-freeze-top .inline-block .m-inline-mid .list-menu-default .img-tabs-menu span:after,
.copy-freeze-top .inline-block .m-inline-mid .list-menu-default .img-tabs-menu span:before {
    width: 15px;
}

.copy-freeze-top .m-inline-left .logo {
    padding: 0 10%;
    padding: 10px 0 10px 0;
}

.copy-freeze-top .m-inline-right {
    padding-top: 0;
}

.copy-freeze-top .m-inline-right ul .li-search .wrap-search {
    top: 20px;
}

.copy-freeze-top img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.copy-freeze-top .wrap-menu-galllery {
    top: 50px;
    padding-top: 20px;
}

.side-menu {
    visibility: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    width: 320px;
    color: black !important;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
    box-shadow: -5px 0px 10px -2px rgba(0, 0, 0, 0.48);
}

.side-menu:hover {
    overflow-y: scroll;
}

.side-menu #side-menu-close {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    float: right;
    right: 30px;
    margin: 10px 0;
}

.side-menu #side-menu-close span {
    position: absolute;
    top: 9px;
    left: 13px;
    color: #434343;
    font-size: 18px;
}

.side-menu .wrap-media {
    padding: 5px 10px;
}

.side-menu .wrap-media a {
    display: block;
    padding: 5px 10px;
    color: #434343;
    text-decoration: none;
    font-family: "robotoregular";
}

.side-menu .wrap-media a:hover {
    background-color: white;
    color: #35ad63;
}

.side-menu .wrap-media ul {
    padding: 0;
    margin-top: 10px;
    border-left: 1px solid #35ad63;
}

.side-menu .wrap-media ul li {
    list-style: none;
}

.side-menu .wrap-media ul li a {
    color: #35ad63;
    font-size: 14px;
}

.side-menu .tag-side-menu {
    padding: 9.5px 15px;
    font-size: 16px;
    color: white;
    border-bottom: 3px solid white;
    cursor: pointer;
}

.side-menu .tag-side-menu .fa {
    margin-top: 2px;
    font-size: 18px;
    color: #1d4d5b;
}

.side-menu .tag-side-menu .logo {
    margin: 5px auto;
    display: block;
}

.side-menu .tag-side-menu .logo img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.side-menu .list-side-menu {
    padding: 0;
}

.side-menu .list-side-menu li {
    display: block;
}

.side-menu .list-side-menu li a {
    display: block;
    padding: 10px 15px;
    color: #434343;
    border-bottom: 1px solid rgba(247, 143, 37, 0.2);
    font-family: "robotoregular";
    text-decoration: none;
}

.side-menu .list-side-menu li a:hover,
.side-menu .list-side-menu li a:focus,
.side-menu .list-side-menu li a.active {
    background-color: #35ad63;
    color: white;
}

.side-menu .list-side-menu li a .fa {
    margin-right: 5px;
}

.side-menu .list-side-menu li ul {
    padding-left: 0;
}

.side-menu .list-side-menu li ul li a {
    padding-left: 25px;
}

@media only screen and (max-width: 1200px) {
    .menu .inline-block {
        background-color: white;
        width: 100% !important;
        margin: 0;
        padding: 0 9%;
    }
    .menu .inline-block.activeSticky {
        background-color: white;
        box-shadow: 0px 0px 10px 0 #e6e6e6;
        -ms-box-shadow: 0px 0px 10px 0 #e6e6e6;
        -moz-box-shadow: 0px 0px 10px 0 #e6e6e6;
        -webkit-box-shadow: 0px 0px 10px 0 #e6e6e6;
        -o-box-shadow: 0px 0px 10px 0 #e6e6e6;
    }
    .menu .inline-block.activeSticky ul li .img-tabs-menu:before {
        border: 2px solid #434343;
    }
    .menu .inline-block.activeSticky ul li .img-tabs-menu span {
        background-color: #434343;
    }
    .menu .inline-block.activeSticky ul li .img-tabs-menu span:before,
    .menu .inline-block.activeSticky ul li .img-tabs-menu span:after {
        background-color: #434343;
    }
    .menu .inline-block ul li .img-tabs-menu:before {
        border: 2px solid white;
        top: -11px;
        width: 40px;
        height: 40px;
    }
    .menu .inline-block ul li .img-tabs-menu span {
        top: 7px;
        left: 8px;
        background-color: white;
    }
    .menu .inline-block ul li .img-tabs-menu span:before,
    .menu .inline-block ul li .img-tabs-menu span:after {
        background-color: white;      
    }
    .menu .inline-block .m-inline-left {
        margin: 15px 0;
    }
    .menu .inline-block .m-inline-mid {
        width: 85%;
        /*width: 75%;*/
    }
}

@media only screen and (max-width: 1200px) {
    .menu {
        display: none;
    }
    .headerMb {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .menu .inline-block .m-inline-mid {
        width: 80%;
    }
    .dis_respone_mb {
        padding-top: 0;
        /*padding-top: 79px;*/
    }
}

@media only screen and (max-width: 800px) {
    .menu .inline-block ul li:nth-child(1), .menu .inline-block ul li:nth-child(2) {
        display: none;
    }
    .menu .inline-block .m-inline-left {
        width: 24%;
    }
    .menu .inline-block .m-inline-mid {
        width: 75%;
    }
    .headerMb ul {
        width: 80%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 700px) {
    .dis_respone_mb {
        padding-top: 54px;
    }
    .headerMb {
        height: 55px;
        padding: 5px 20px;
    }
    .menu .inline-block ul li {
        float: right;
    }
}

@media only screen and (max-width: 670px) {
    .menu .inline-block .m-inline-left {
        width: 30%;
    }
    .menu .inline-block .m-inline-mid {
        width: 69%;
    }
    .headerMb .wrap-search {
        width: 50%;
    }
    .headerMb ul {
        display: none;
    }
    .headerMb .logo {
        top: 0;
        display: block;
    }
    .headerMb .logo img {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .menu .inline-block ul li .img-tabs-menu:before {
        width: 35px;
        height: 35px;
    }
    .menu .inline-block ul li .img-tabs-menu span {
        top: 6px;
        left: 5px;
    }
    .menu .inline-block .m-inline-mid {
        width: 68%;
    }
    .side-menu .wrap-media a span {
        visibility: hidden;
    }
}

@media only screen and (max-width: 400px) {
    .headerMb .wrap-search {
        width: 65%;
        right: 0px;
    }
    .headerMb span {
        width: 40px;
    }
    .menu .inline-block ul li .img-tabs-menu:before {
        width: 30px;
        height: 30px;
    }
    .menu .inline-block ul li .img-tabs-menu span {
        width: 20px;
        top: 4px;
        left: 5px;
    }
    .menu .inline-block ul li .img-tabs-menu span:before,
    .menu .inline-block ul li .img-tabs-menu span:after {
        width: 20px;
    }
    .menu .inline-block .m-inline-mid {
        width: 62%;
    }
    .menu .inline-block .m-inline-left {
        width: 35%;
    }
}

.lokasidealer .title {
    font-size: 45px;
    font-family: "robotolight";
    color: #1d4d5b;
    padding: 30px 0;
}

.lokasidealer .wrap-client {
    margin-top: 5%;
}

.lokasidealer .wrap-client .wrap-text {
    display: inline-block;
    width: 24.6%;
    vertical-align: top;
    margin-bottom: 60px;
    font-family: "robotolight";
}

.lokasidealer .wrap-client .wrap-text .title-address {
    font-size: 16px;
    font-family: "robotobold";
    color: #434343;
    text-align: center;
}

.lokasidealer .wrap-client .wrap-text .detail-address {
    font-size: 14px;
    color: #434343;
    text-align: center;
    margin: 10px 0 25px 0;
}

.lokasidealer .wrap-client .wrap-text a {
    color: #b72854;
    font-size: 14px;
    text-align: center;
    display: block;
}

.lokasidealer .ourclient {
    margin-bottom: 5%;
}

.lokasidealer .ourclient .title-client {
    font-size: 40px;
    color: #1d4d5b;
    font-family: "robotolight";
    text-align: center;
    position: relative;
    margin-bottom: 6%;
}

.lokasidealer .ourclient .title-client:before {
    position: absolute;
    content: "";
    bottom: -15px;
    background-color: #b72854;
    width: 5%;
    height: 2px;
    left: 48%;
}

.lokasidealer .ourclient .wrap-box {
    padding: 5% 10%;
    border-right: 1px solid rgba(230, 230, 230, 0.8);
}

@media only screen and (max-width: 900px) {
    .lokasidealer .title {
        font-size: 40px;
    }
    .lokasidealer .wrap-client .wrap-text {
        width: 32%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 650px) {
    .lokasidealer .title {
        font-size: 30px;
    }
    .lokasidealer .wrap-client .wrap-text {
        width: 32%;
    }
}

@media only screen and (max-width: 550px) {
    .lokasidealer .wrap-client .wrap-text {
        width: 49%;
    }
    .lokasidealer .ourclient .title-client {
        font-size: 30px;
    }
}

/*@media (max-width: 991px) {
    #informasi {
        min-height: 100vh;
    }
}*/

#informasi {
    flex: 1;
}

.product .banner {
    margin: 4% 0;
}

.product .wrap-desc .brand {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.product .wrap-desc .brand .wrap-text {
    font-size: 50px;
    font-family: "robotoregular";
    color: #00275e;
    position: relative;
}

.product .wrap-desc .brand .wrap-text .brand-name {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product .wrap-desc .desc {
    font-family: "robotolight";
    font-size: 18px;
    padding: 15px 0;
}

.product .wrap-box-category {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.product .wrap-box-category .wrap-items {
    width: 33.3%;
    padding: 1%;
    position: relative;
}

.product .wrap-box-category .wrap-items a {
    text-decoration: none;
}

.product .wrap-box-category .wrap-items .bottom-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd;
    padding: 10px 15px;
}

.product .wrap-box-category .wrap-items .bottom-left .title {
    font-size: 20px;
    font-family: "robotoregular";
    color: #00275e;
    padding: 5% 0 7%;
}

@media (max-width: 991px) {
    .product .wrap-box-category .wrap-items .bottom-left .title {
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .product .wrap-box-category .wrap-items .bottom-left .title {
        font-size: 10px;
        margin-top: 0;
    }
}

.product .wrap-box-category .wrap-items .title {
    font-family: "robotobold";
    color: #1d4d5b;
    font-size: 18px;
    line-height: normal;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.product-category .wrap-desc {
    margin-top: 1%;
}

.product-category .wrap-desc .brand {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.product-category .wrap-desc .brand .logo {
    width: 15%;
}

.product-category .wrap-desc .brand .wrap-text {
    font-size: 35px;
    font-family: "robotoregular";
    color: #00275e;
    position: relative;
}

.product-category .wrap-desc .brand .wrap-text .brand-name {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-category .wrap-box {
    margin-top: 3%;
}

.product-category .wrap-box .wrap-side {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    background-color: #f9f9f9;
    padding: 20px;
}

.product-category .wrap-box .wrap-side .logo {
    margin-bottom: 2%;
}

.product-category .wrap-box .wrap-side .logo img {
    width: 70%;
}

.product-category .wrap-box .wrap-side .wrap-option .title {
    font-size: 18px;
    font-family: "robotobold";
    color: #00275e;
    margin-bottom: 10px;
}

.product-category .wrap-box .wrap-side .wrap-option ul {
    padding-left: 0;
    margin-bottom: 25px;
}

.product-category .wrap-box .wrap-side .wrap-option ul li {
    list-style: none;
    padding: 5px 0;
}

.product-category .wrap-box .wrap-side .wrap-option ul li a, 
.product-category .wrap-box .wrap-side .wrap-option ul li label {
    font-size: 14px;
    font-family: "robotolight";
    color: #00275e;
    font-weight: normal;
}

.product-category .wrap-box .wrap-content {
    display: inline-block;
    width: 74%;
    vertical-align: top;
    float: right;
    margin-bottom: 5%;
}

.product-category .wrap-box .wrap-content .title-category {
    font-family: "robotobold";
    font-size: 25px;
    color: #1d4d5b;
}

.product-category .wrap-box .wrap-content span {
    font-family: "robotolight";
    font-size: 12px;
    color: #1d4d5b;
}

.product-category .wrap-box .wrap-content .wrap-box {
    margin-top: 1% 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 2%;
}

.product-category .wrap-box .wrap-content .wrap-box .wrap-item {
    width: 33.3%;
    padding: 2%;
    margin-bottom: 3%;
    border: 1px solid transparent;
    transition: all .2s ease;
}

.product-category .wrap-box .wrap-content .wrap-box .wrap-item:hover {
    box-shadow: 0px 0px 10px 0px #e6e6e6;
    -ms-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -o-box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.product-category .wrap-box .wrap-content .wrap-box .wrap-item a {
    text-decoration: none;
}

.product-category .wrap-box .wrap-content .wrap-box .wrap-item .title {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 10px;
    font-family: "robotoregular";
    font-size: 16px;
    color: #1d4d5b;
}

.product-category .wrap-box .wrap-content .filter {
    display: none;
    margin-top: 10px;
}

.product-category .wrap-box .wrap-content .filter .title {
    font-size: 18px;
    font-family: "robotobold";
    color: #00275e;
    margin-bottom: 10px;
}

.product-category .wrap-box .wrap-content .filter ul {
    padding-left: 0;
    margin-bottom: 25px;
}

.product-category .wrap-box .wrap-content .filter ul li {
    list-style: none;
    padding: 5px 0;
}

.product-category .wrap-box .wrap-content .filter ul li a,
.product-category .wrap-box .wrap-content .filter ul li label {
    font-size: 14px;
    font-family: "robotolight";
    color: #00275e;
    font-weight: normal;
    display: block;
    text-decoration: none;
}

.product-detail .wrap-box {
    margin-top: 4%;
}

.product-detail .wrap-box-item {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.product-detail .wrap-box-item:nth-child(1) {
    padding-right: 40px;
}

.product-detail .wrap-box-item:nth-child(2) {
    display: inline-block;
    width: 59.5%;
    vertical-align: top;
}

.product-detail .wrap-box-item .wrap-img-thumb {
    display: flex;
    flex-wrap: wrap;
}

.product-detail .wrap-box-item .wrap-img-thumb img {
    width: 16%;
    border: 1px solid #e6e6e6;
    margin: 5px;
    padding: 3px;
    cursor: pointer;
}

.product-detail .wrap-box-item .wrap-desc {
    margin-top: 1%;
}

.product-detail .wrap-box-item .wrap-desc .brand {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.product-detail .wrap-box-item .wrap-desc .brand .logo {
    width: 15%;
}

.product-detail .wrap-box-item .wrap-desc .brand .wrap-text {
    font-size: 25px;
    font-family: "robotoregular";
    color: #00275e;
    position: relative;
}

.product-detail .wrap-box-item .wrap-desc .brand .wrap-text .brand-name {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail .wrap-box-item .title {
    font-size: 35px;
    font-family: "robotobold";
    color: #00275e;
    padding: 15px 0;
}

.product-detail .wrap-box-item .desc {
    font-size: 14px;
    font-family: "robotoregular";
    color: #000000;
    padding: 15px 0;
}

.product-detail .wrap-box-item .mediaecommerce {
    margin-top: 30px;
}

.product-detail .wrap-box-item .mediaecommerce ul {
    padding-left: 0;
}

.product-detail .wrap-box-item .mediaecommerce ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
}

.product-detail .wrap-box-item .mediaecommerce ul li:nth-child(2) {
    margin: 0 20px;
}

.product-detail .video {
    margin: 5% 0;
}

.product-detail .video .video-item {
    display: inline-block;
    width: 30%;
    vertical-align: bottom;
}

.product-detail .video .video-item iframe {
    width: 100%;
    height: 400px;
}

.product-detail .video .video-item .bg-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color .2s ease-in;
}

.product-detail .video .video-item .bg-yt .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-detail .video .video-item .bg-yt .icon i {
    position: relative;
    font-size: 50px;
    color: #f60000;
    z-index: 2;
}

.product-detail .video .video-item .bg-yt .icon span {
    position: absolute;
    content: "";
    width: 30px;
    height: 22px;
    left: 10px;
    background-color: white;
    z-index: 1;
    top: 14px;
}

.product-detail .product-related {
    background-color: #e6e6e6;
    padding: 5% 0;
}

.product-detail .product-related .title {
    font-size: 25px;
    color: #1d4d5b;
    font-family: "robotobold";
    text-align: center;
    position: relative;
    margin-bottom: 6%;
}

.product-detail .product-related .title:before {
    position: absolute;
    content: "";
    bottom: -15px;
    background-color: #b72854;
    width: 5%;
    height: 2px;
    left: 48%;
}

.product-detail .product-related .wrap-box .wrap-box-items {
    background-color: white;
    padding: 25px;
}

.product-detail .product-related .wrap-box .wrap-box-items a {
    text-decoration: none;
}

.product-detail .product-related .wrap-box .wrap-box-items .title-item {
    padding: 10px 0;
    font-family: "robotobold";
    color: #1d4d5b;
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .product-category .wrap-box .wrap-side {
        width: 27%;
    }
    .product-category .wrap-box .wrap-content {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .product .wrap-desc .brand .logo {
        width: 20%;
    }
    .product .wrap-desc .brand .wrap-text .brand-name {
        font-size: 35px;
    }
    .product .wrap-desc .desc {
        font-size: 16px;
    }
    .product .wrap-box-category .wrap-items {
        width: 49.5%;
    }
    .product .wrap-box-category .wrap-items .title {
        font-size: 18px;
    }
    .product-category .wrap-box .wrap-side {
        display: none;
    }
    .product-category .wrap-box .wrap-content {
        width: 100%;
    }
    .product-category .wrap-box .wrap-content .filter {
        display: block;
    }
    .product-detail .wrap-box-item {
        width: 100% !important;
    }
    .product-detail .wrap-box-item:nth-child(2) {
        width: 100%;
        margin-top: 5%;
    }
}

@media only screen and (max-width: 650px) {
    .product-category .wrap-box .wrap-content .wrap-box .wrap-item {
        width: 49.5%;
    }
    .product-detail .wrap-box-item .title {
        font-size: 25px;
    }
    .product-detail .video .video-item {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .product .wrap-desc .brand .logo {
        width: 25%;
    }
    .product .wrap-desc .brand .wrap-text .brand-name {
        font-size: 25px;
    }
    .product .wrap-box-category .wrap-items .title {
        font-size: 15px;
    }
    .product-category .wrap-box .wrap-content .title-category {
        font-size: 20px;
    }
    .product-category .wrap-box .wrap-content .wrap-box .wrap-item .title {
        font-size: 14px;
    }
    .product-detail .product-related .title {
        font-size: 20px;
    }
    .product-detail .product-related .title:before {
        bottom: -5px;
    }
    .product-detail .product-related .wrap-box .wrap-box-items .title-item {
        font-size: 15px;
    }
}

.wrap-works {
    position: relative;
    columns: 6 300px;
    column-gap: 1px;
}

.wrap-works .wrap-items {
    position: relative;
    margin-bottom: 1px;
}

.wrap-works .wrap-items:hover .wrap-bg {
    background-color: transparent;
}

.wrap-works .wrap-items .wrap-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color .2s;
}

.wrap-works .wrap-items .title {
    visibility: hidden;
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 0;
    font-size: 0px;
    padding: 8px 0;
    padding-left: 40px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: "robotolight";
    color: white;
    transition: width .2s, font-size .3s;
}

.wrap-works .wrap-items .title:after {
    position: absolute;
    content: "";
    bottom: 17px;
    width: 20px;
    left: 15px;
    height: 1px;
    background-color: white;
}

.wrap-works .wrap-items:hover .title {
    visibility: visible;
    width: 100%;
    height: auto;
    font-size: 14px;
}

.wrap-works-detail {
    position: relative;
}

.wrap-works-detail .wrap-info {
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 25px;
    display: flex;
    flex-direction: initial;
    color: white;
}

.wrap-works-detail .wrap-info h1 {
    width: 20%;
    font-size: 25px;
    font-family: "robotolight";
    margin: 0;
    margin-right: 5%;
}

.wrap-works-detail .wrap-info .info {
    margin: 0 3%;
    font-family: "robotolight";
}

.wrap-works-detail .wrap-info .info span {
    display: block;
    width: 100%;
    font-family: "robotobold";
    margin-bottom: 10px;
}

.notAvailable {
    text-align: center;
    height: 100%;
    padding: 30% 0;
    font-family: "robotobold";
    font-size: 30px;
}

@media only screen and (max-width: 900px) {
    .wrap-works-detail .wrap-info h1 {
        width: 30%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 795px) {
    .wrap-works {
        columns: 3 250px;
    }
    .wrap-works .wrap-items {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .wrap-works .wrap-items .wrap-bg {
        position: unset;
    }
    .wrap-works-detail .wrap-info {
        position: unset;
        display: block;
    }
    .wrap-works-detail .wrap-info h1 {
      width: 95%;
        margin-bottom: 5%;
    }
    .wrap-works-detail .wrap-info .info {
        margin: 0;
        margin-bottom: 25px;
    }
    .wrap-works-detail .wrap-info .info span {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .wrap-works .wrap-items {
        width: 49%;
    }
}

.contact {}

.contact .contact-form {
    margin-top: 3%;
}

.contact .contact-form .form-group {
    margin-bottom: 5px;
}

.contact .contact-form input,
.contact .contact-form textarea,
.contact .contact-form select {
    padding: 24px 10px;
    background-color: #efefef;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder,
.contact .contact-form select::placeholder {
    font-family: "robotolight";
    font-size: 12px;
}

.contact .contact-form .fileAttachment {
    position: relative;
}

.contact .contact-form .fileAttachment input {
    padding: 10px 15px;
    height: 43px;
}

.contact .contact-form select {
    padding: 0;
    height: 42px;
}

.contact .contact-form form .row {
    margin: 0 -5px;
}

.contact .contact-form form .tagName-col {
    padding: 5px;
}

.contact .contact-form .sinopis {
    font-family: "robotolight";
    font-size: 16px;
    padding-bottom: 5%;
}

.contact .contact-form label {
    margin-top: 14px;
    font-family: "robotolight";
    padding-bottom: 5px;
}

.contact .contact-form button {
    background-color: #35ad63;
    border-style: none;
    color: white;
    padding: 10px 30px;
    margin: 20px 0;
    font-family: "robotolight";
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0 #35ad63;
    -ms-box-shadow: 0px 0px 10px 0 #35ad63;
    -moz-box-shadow: 0px 0px 10px 0 #35ad63;
    -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
    -o-box-shadow: 0px 0px 10px 0 #35ad63;
}

.contact .contact-right {
    padding-top: 10%;
}

.contact .contact-right .info-contact {
    font-size: 17px;
    font-family: "robotobold";
    position: relative;
    margin-bottom: 15px;
}

.contact .contact-right .desc {
    font-family: "robotolight";
}

.contact .contact-right .desc i {
    color: #35ad63;
}

.contact .contact-right .telp {
    font-size: 30px;
    font-family: "robotolight";
}

.contact .contact-right .telp a {
    color: #434343;
}

.contact .contact-right .email a {
    color: #434343;
    font-family: "robotolight";
}

.contact .contact-right .mediatag {
    position: relative;
}

.contact .contact-right .mediatag .mediatit {
    font-size: 15px;
    font-family: "robotoregular";
    color: #434343;
    padding-left: 70px;
}

.contact .contact-right .mediatag .linkmedia {
    padding-left: 70px;
    margin-bottom: 20px;
}

.contact .contact-right .mediatag .linkmedia a {
    font-size: 18px;
    font-family: "robotoregular";
    color: #35ad63;
    text-decoration: none;
}

.contact .contact-right .mediatag .phone {
    position: absolute;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color: #35ad63;
    display: block;
    box-shadow: 0px 0px 10px 0 #35ad63;
    -ms-box-shadow: 0px 0px 10px 0 #35ad63;
    -moz-box-shadow: 0px 0px 10px 0 #35ad63;
    -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
    -o-box-shadow: 0px 0px 10px 0 #35ad63;
}

.contact .contact-right .mediatag .phone:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    width: 20px;
    height: 25px;
    background-image: url("../../images/icon/contact/Icon-phone.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.contact .contact-right .mediatag .fax {
    position: absolute;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color: #35ad63;
    display: block;
    box-shadow: 0px 0px 10px 0 #35ad63;
    -ms-box-shadow: 0px 0px 10px 0 #35ad63;
    -moz-box-shadow: 0px 0px 10px 0 #35ad63;
    -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
    -o-box-shadow: 0px 0px 10px 0 #35ad63;
}

.contact .contact-right .mediatag .fax:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    width: 20px;
    height: 25px;
    background-image: url("../../images/icon/contact/Icon-fax.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.contact .contact-right .mediatag .email {
    position: absolute;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background-color: #35ad63;
    display: block;
    box-shadow: 0px 0px 10px 0 #35ad63;
    -ms-box-shadow: 0px 0px 10px 0 #35ad63;
    -moz-box-shadow: 0px 0px 10px 0 #35ad63;
    -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
    -o-box-shadow: 0px 0px 10px 0 #35ad63;
}

.contact .contact-right .mediatag .email:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    width: 20px;
    height: 25px;
    background-image: url("../../images/icon/contact/Icon-envelope.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.contact .maps iframe {
    width: 100%;
    height: 450px;
}

@media only screen and (max-width: 991px) {
    .contact .wrap-title .title {
        font-size: 40px;
    }
    .contact .contact-right {
        padding: 2% 0;
    }
}

@media only screen and (max-width: 550px) {
    .contact .wrap-title .title {
        font-size: 40px;
    }
    .contact .contact-form .sinopis {
        margin-left: unset;
    }
    .contact .contact-form .wrap-form-input {
        margin-left: 0;
        padding-left: 5%;
    }
}

.gallery ul {
    margin-top: 4%;
    padding: 0;
}

.gallery ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 0;
}

.gallery ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-family: "robotoregular";
    padding: 5px 20px;
    color: #a2a2a2;
}

.gallery ul li a:hover, .gallery ul li a.active {
    color: #b72854;
}

.gallery ul li:nth-child(2) {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.gallery .tagtitle {
    font-size: 28px;
    font-family: "robotoregular";
    text-align: center;
}

.gallery .tagtitlesubcat {
    font-size: 30px;
    font-family: "robotoregular";
    margin-top: 5%;
    margin-bottom: -3%;
}

.gallery .wrap-box-subcat {
    margin: 5% 0;
}

.gallery .wrap-box {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 2px;
    margin-bottom: 4px;
}

.gallery .wrap-box a {
    text-decoration: none;
}

.gallery .wrap-box .title {
    font-size: 18px;
    font-family: "robotoregular";
    padding: 10px 0;
    color: #434343;
}

.gallery .wrap-box .wrap-img {
    position: relative;
}

.gallery .wrap-box .wrap-img .bg {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.gallery .wrap-box .wrap-img .bg .readmore {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: transparent;
}

.gallery .wrap-box .wrap-img .bg .readmore span {
    font-size: 30px;
}

.gallery .wrap-box:hover .wrap-img {
    position: relative;
}

.gallery .wrap-box:hover .wrap-img .bg {
    background-color: rgba(53, 173, 99, 0.7);
    transition: background-color .1s ease-in-out;
}

.gallery .wrap-box:hover .wrap-img .bg .readmore {
    color: white;
}

.gallery .wrap-box:hover .wrap-img .bg .left {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 45%;
    height: 50%;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.gallery .wrap-box:hover .wrap-img .bg .right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 45%;
    height: 50%;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.gallery-detail .wrap-slider {
    margin: 5% 0;
    position: relative;
}

.gallery-detail .wrap-slider .wrapnextprev {
    position: absolute;
    top: 10%;
    width: 100%;
}

.gallery-detail .wrap-slider .wrapnextprev .left {
    left: -75px;
}

.gallery-detail .wrap-slider .wrapnextprev .right {
    right: -75px;
}

.gallery-detail .wrap-slider .wrapnextprev .left,
.gallery-detail .wrap-slider .wrapnextprev .right {
    position: absolute;
    content: "";
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.gallery-detail .wrap-slider .wrapnextprev .left i,
.gallery-detail .wrap-slider .wrapnextprev .right i {
    font-size: 35px;
    color: #a2a2a2;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.gallery-detail .wrap-slider .wrapnextprev .left:hover,
.gallery-detail .wrap-slider .wrapnextprev .right:hover {
    box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
}

.gallery-detail .title {
    font-size: 18px;
    font-family: "robotoregular";
}

.gallery-detail .desc {
    font-size: 15px;
    font-family: "robotolight";
    margin-top: 20px;
    text-align: justify;
}

.gallery-detail .youtube {
    width: 70%;
    display: block;
    margin: 5% auto;
}

.gallery-detail .youtube iframe {
    width: 100%;
    height: 600px;
    border: none;
}

.gallery-detail .wrap-tags-related {
    margin: 10% 0;
}

.gallery-detail .wrap-tags-related .title {
    text-align: center;
    font-size: 40px;
    font-family: "robotoregular";
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.gallery-detail .wrap-tags-related .title span {
    position: absolute;
    top: -30px;
    left: 25%;
    margin: 0 auto;
    content: "";
    width: 50%;
    height: 3px;
    background-color: #35ad63;
}

.gallery-detail .wrap-tags-related .wrapnextprev {
    position: relative;
    top: 40%;
    width: 70px;
    margin: 0 auto;
}

.gallery-detail .wrap-tags-related .wrapnextprev:before {
    position: absolute;
    bottom: -19px;
    content: "";
    background-color: #e6e6e6;
    width: 25px;
    height: 1px;
    left: 23px;
}

.gallery-detail .wrap-tags-related .wrapnextprev .left {
    left: -10px;
}

.gallery-detail .wrap-tags-related .wrapnextprev .right {
    right: -10px;
}

.gallery-detail .wrap-tags-related .wrapnextprev .left,
.gallery-detail .wrap-tags-related .wrapnextprev .right {
    position: absolute;
    content: "";
    cursor: pointer;
    width: 30px;
    height: 35px;
}

.gallery-detail .wrap-tags-related .wrapnextprev .left i,
.gallery-detail .wrap-tags-related .wrapnextprev .right i {
    font-size: 35px;
    color: #a2a2a2;
    display: block;
    text-align: center;
}

.gallery-detail .wrap-tags-related .wrapnextprev .left:hover,
.gallery-detail .wrap-tags-related .wrapnextprev .right:hover {
    box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(67, 67, 67, 0.2);
}

.gallery-detail .wrap-related {
    margin-bottom: 5%;
}

.gallery-detail .wrap-related .wrap-box {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .gallery .wrap-box .wrap-img .bg .readmore {
        font-size: 14px;
    }
    .gallery-detail .wrap-tags-related .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 990px) {
    .gallery .tagtitle {
        font-size: 25px;
    }
    .gallery .wrap-box {
        width: 49%;
    }
    .gallery-detail .youtube {
        width: 100%;
    }
}

@media only screen and (max-width: 795px) {
    .gallery .tagtitle {
        font-size: 21px;
        padding-top: 10px;
    }
    .gallery .wrap-img:hover .title {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (max-width: 600px) {
    .gallery .wrap-box .wrap-img .bg .readmore {
        top: 35%;
        font-size: 14px;
        padding: 0 10px;
    }
    .gallery .wrap-box:hover .wrap-img .bg .left {
        top: 10px;
        left: 10px;
    }
    .gallery .wrap-box:hover .wrap-img .bg .right {
        bottom: 10px;
        right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .gallery .tagtitle {
        font-size: 17px;
    }
    .gallery .wrap-box .wrap-img .bg .readmore {
        font-size: 13px;
    }
    .gallery ul li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .gallery-detail .wrap-tags-related .title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 390px) {
    .gallery .wrap-box {
        width: 80%;
    }
}

/*SERVICE*/
.service-content {
    padding-bottom: 5%;
}

.service-content .row-items {
    padding: 4% 0;
}

.service-content .row-items .wrap-box-text {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.service-content .row-items .wrap-box-img {
    display: inline-block;
    vertical-align: top;
    width: 51%;
}

.service-content .row-items .wrap-box-img .sm-title {
    display: none;
}

.service-content .row-items .wrap-box-img .sinopsis {
    display: none;
    font-family: "robotoregular";
    color: #434343;
    padding: 20px 0 35px 0;
    line-height: revert;
}

.service-content .row-items .wrap-img {
    position: relative;
    z-index: 1;
}

.service-content .row-items .wrap-img .bordered {
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid #35ad63;
    z-index: 1;
}

.service-content .row-items .wrap-img img {
    position: relative;
    z-index: 10;
}

.service-content .wrap-text {
    padding: 5% 5% 0 0;
}

.service-content .wrap-text .title {
    font-family: "robotobold";
    font-size: 35px;
}

.service-content .wrap-text .title a {
    color: #434343;
    text-decoration: none;
}

.service-content .wrap-text .sinopsis {
    font-family: "robotoregular";
    color: #434343;
    padding: 20px 0 35px 0;
    line-height: revert;
}

.service-content .wrap-text.position-right {
    padding: 5% 10% 0;
}
  
.service-content .wrap-detail-service {
    position: relative;
    margin: 6% 0;
    margin-left: 5%;
    padding-left: 5%;
    font-family: "robotoregular";
}

.service-content .wrap-detail-service:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35%;
    left: 0;
    background-color: #e6e6e6;
}

.service-content .wrap-detail-service .title {
    font-family: "robotoregular";
    font-size: 23px;
    padding-bottom: 3%;
    color: #434343;
}

.service-content .wrap-detail-service .sinopsis {
    font-family: "robotoregular";
    font-size: 20px;
    padding-top: 3%;
    color: #b72854;
}

.service-content .wrap-detail-service .desc {
    padding: 5% 0;
    font-family: "robotoregular";
    line-height: 2;
}

@media only screen and (max-width: 1000px) {
    .service-content .row-items .wrap-box-img {
        width: 45%;
    }
    .service-content .row-items .wrap-box-text {
        width: 54%;
    }
    .service-content .row-items .wrap-box-text .title {
        font-size: 27px;
    }
}

@media only screen and (max-width: 750px) {
    .service-content .row-items .wrap-box-img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .service-content .row-items .wrap-box-img a {
        text-decoration: none;
    }
    .service-content .row-items .wrap-box-img .sm-title {
        display: block;
        font-family: "robotobold";
        font-size: 25px;
        color: #434343;
        padding-bottom: 5px;
    }
    .service-content .row-items .wrap-box-img .sinopsis {
        display: block;
        padding-bottom: 0;
    }
    .service-content .row-items .wrap-img .bordered {
        display: none;
    }
    .service-content .row-items .wrap-box-text {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .service-content .row-items .wrap-box-text .title {
        display: none;
    }
    .service-content .row-items .wrap-box-text .sinopsis {
        padding-bottom: 0;
    }
    .service-content .wrap-text {
        padding: 0;
    }
    .service-content .wrap-text.position-right {
        padding: 0;
    }
    .service-content .wrap-text.position-left {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .service-content .row-items .wrap-box-img .sm-title {
        font-size: 20px;
    }
}
/*END SERVICE*/

.main marquee {
    padding: 15px 0;
    font-size: 15px;
    font-family: "robotoregular";
    color: #b72854;
}

.main .welcome {
    text-align: center;
}

.main .welcome span {
    font-family: "OVERPASSBOLD";
    font-size: 30px;
    color: #a2a2a2;
    display: block;
    margin-bottom: -10px;
    position: relative;
}

.main .welcome span:before {
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #b72854;
    width: 5%;
    height: 2px;
    left: 48%;
}

.main .welcome span:nth-child(2) {
    font-family: "OVERPASSBOLD";
    font-size: 35px;
    color: #1d4d5b;
    display: block;
    position: relative;
}

.main .welcome span:nth-child(2):before {
    position: absolute;
    content: "";
    bottom: -15px;
    background-color: #b72854;
    width: 5%;
    height: 2px;
    left: 48%;
}

.main .about {
    font-size: 16px;
    font-family: "robotoregular";
    color: #585858;
    line-height: normal;
    text-align: center;
    padding: 40px 30px;
    /*padding: 6% 8%;*/
}

.main .wrap-visimisi {
    display: flex;
    flex-flow: row wrap;
}

.main .wrap-visimisi .wrap-box {
    width: 50%;
}

.main .wrap-visimisi .wrap-box .wrap-text {
    padding: 15% 10%;
    font-family: "robotoregular";
}

.main .wrap-visimisi .wrap-box .wrap-text .title {
    font-size: 40px;
    color: #1d4d5b;
}

.main .wrap-visimisi .wrap-box .wrap-text .desc {
    padding-top: 3%;
    padding-right: 20%;
    font-size: 16px;
    color: #585858;
}

.main .clientbrand {
    margin: 3% 0;
}

.main .clientbrand .title {
    font-size: 40px;
    color: #1d4d5b;
    font-family: "robotolight";
    text-align: center;
    position: relative;
    margin-bottom: 6%;
}

.main .clientbrand .title:before {
    position: absolute;
    content: "";
    bottom: -15px;
    background-color: #b72854;
    width: 5%;
    height: 2px;
    left: 48%;
}

.main .clientbrand .wrap-box {
    padding: 5% 10%;
    border-right: 1px solid rgba(230, 230, 230, 0.8);
}

.owl-controls .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px  !important;
    background-color: transparent  !important;
    border-radius: 100%;
    border: 1px solid #fff;
}

.owl-controls .owl-dots .owl-dot.active span {
    opacity: 1 !important;
    background-color: #fff !important;
}

@media (max-width: 900px) {
    .main .about {
        font-size: 17px;
    }
    .main .wrap-visimisi .wrap-box .wrap-text {
        padding: 0 5%;
    }
    .main .wrap-visimisi .wrap-box .wrap-text .title {
        font-size: 30px;
    }
    .main .wrap-visimisi .wrap-box .wrap-text .desc {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (max-width: 800px) {
    .main .wrap-visimisi .wrap-box {
        width: 90%;
    }
    .main .wrap-visimisi .wrap-box .wrap-text {
        padding: 5%;
    }
    .main .wrap-visimisi .wrap-box .wrap-text .desc {
        padding-right: 0;
    }
    .main .clientbrand .title {
        font-size: 30px;
    }
}

@media (max-width: 550px) {
    .main .welcome span {
        font-size: 25px;
    }
    .main .welcome span:nth-child(2) {
        font-size: 30px;
    }
    .main .welcome span:nth-child(2):before {
        bottom: 0px;
    }
    .main .about {
        font-size: 15px;
    }
}

.clients {
    margin-top: 5%;
}

.clients .title {
    font-family: "robotoregular";
    font-size: 30px;
    color: #434343;
    line-height: 1.2;
    text-align: center;
}

.clients form {
    margin: 30px auto;
    width: 60%;
    display: flex;
    flex-flow: row;
}

.clients form select {
    display: inline-block;
    width: 39%;
    vertical-align: top;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.clients form select:nth-child(2) {
    margin: 0 15px;
}

.clients form button {
    display: inline-block;
    width: 17%;
    vertical-align: top;
    padding: 10px;
    background-color: #b72854;
    border: none;
    border-radius: 5px;
    color: white;
    font-family: "robotoregular";
}

.clients .wrap-box-client {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #e6e6e6;
}

.clients .wrap-box-client .title-name {
    color: #24653d;
    font-size: 18px;
    font-family: "robotobold";
}

.clients .wrap-box-client .address {
    font-size: 16px;
    font-family: "robotoregular";
    color: #a2a2a2;
}

.clients .wrap-box-client .desc {
    padding: 20px 0;
    font-size: 16px;
    font-family: "robotoregular";
    color: #a2a2a2;
}

.clients .alert {
    margin-top: 30px;
    border-radius: 0;
}

@media only screen and (max-width: 900px) {
    .clients form {
        width: 80%;
    }
}

@media only screen and (max-width: 770px) {
    .clients .title {
        font-size: 25px;
    }
    .clients .wrap-box-client .title-name {
        padding: 10px 0;
    }
    .clients .wrap-box-client .desc {
        color: #434343;
    }
}

@media only screen and (max-width: 550px) {
    .clients .title {
        font-size: 25px;
    }
    .clients form {
        width: 90%;
        flex-flow: column;
    }
    .clients form select {
        width: 100%;
        margin: 0;
    }
    .clients form select:nth-child(2) {
        margin: 10px 0;
    }
    .clients form button {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .clients .title {
        font-size: 20px;
    }
}

/*star-wrap-brand*/
.wrap-brand {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0px;
    padding-bottom: 20px;
}

.item-brand {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: calc(100% / 3);
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 20px;
    position: relative;
}

.item-brand .relative {
    position: relative;
    display: block;
    background: #1c3e97;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

.item-brand img {
    display: block;
    max-width: 100%;
    background: #1c3e97;
    border-radius: 45px;
}

.item-brand .bg-brand {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color .2s ease-in;
}

.item-brand .bg-brand .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-brand .groups {
    background: #1c3e97;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    /*max-height: 130px;*/
    /*overflow-y: scroll;*/
}

.item-brand .groups .our {
    font-family: "OVERPASSBOLD";
    font-size: 28px;
    line-height: normal;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 20px;
}

.item-brand .groups .nameItem {
    margin-bottom: 20px;
}

.item-brand .groups .nameItem .nameItem-content {
    border-radius: 20px;
    background: #ffffff;
    padding: 10px 10px;
    cursor: pointer;
}

.item-brand .groups .nameItem .nameItem-content a {
    color: #1d4d5b;
    font-family: "robotoregular";
    font-size: 15px;
    line-height: normal;
}

.item-brand .groups .nameItem .nameItem-content a:hover,
.item-brand .groups .nameItem .nameItem-content a:focus {
    color: #1d4d5b;
}

@media (max-width: 991px) {
    .item-brand {
        width: calc(100% / 2);
    }
}

@media (max-width: 900px) {
    .item-brand {
        width: calc(100% / 2);
    }
}

@media (max-width: 850px) {
    .item-brand {
        width: calc(100% / 2);
    }
}

@media (max-width: 800px) {
    .item-brand {
        width: calc(100% / 2);
    }
}

@media (max-width: 750px) {
    .item-brand {
        width: calc(100% / 2);
    }
}

@media (max-width: 500px) {
    .item-brand {
        width: calc(100% / 1);
    }
}
/*end-wrap-brand*/

.news {
    padding: 35px 0;
    flex: 1;
}

.news .wrap-box {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 5px;
    margin-bottom: 20px;
    transition: all .2s ease;
}

.news .wrap-box:hover {
    box-shadow: 0px 0px 10px 0 #e6e6e6;
    -ms-box-shadow: 0px 0px 10px 0 #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 0 #e6e6e6;
    -webkit-box-shadow: 0px 0px 10px 0 #e6e6e6;
    -o-box-shadow: 0px 0px 10px 0 #e6e6e6;
}

.news .wrap-box a {
    text-decoration: none;
}

.news .wrap-box .title {
    font-size: 18px;
    font-family: "robotoregular";
    padding: 10px 0;
    color: #434343;
}

.news .wrap-box .wrap-img {
    position: relative;
}

.news .wrap-box .wrap-img .bg {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.news .wrap-box .wrap-img .bg .readmore {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: transparent;
}

.news .wrap-box:hover .wrap-img {
    position: relative;
}

.news .wrap-box:hover .wrap-img .bg {
    background-color: rgba(53, 173, 99, 0.5);
    transition: background-color .1s ease-in-out;
}

.news .wrap-box:hover .wrap-img .bg .readmore {
    color: white;
}

.news .wrap-box:hover .wrap-img .bg .left {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 45%;
    height: 50%;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.news .wrap-box:hover .wrap-img .bg .right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 45%;
    height: 50%;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

/*@media (max-width: 1920px) {
    .news {
        min-height: 100vh;
    }
}*/

@media only screen and (max-width: 991px) {
    .news .wrap-box {
        width: 49%;
    }
}

@media only screen and (max-width: 550px) {
    .news .wrap-box .title {
        font-size: 15px;
    }
    .news .wrap-box .wrap-img .bg .readmore {
        font-size: 13px;
    }
}

@media only screen and (max-width: 380px) {
    .news .wrap-box {
        width: 80%;
    }
}

.career {
    padding: 5% 0;
}

.career .wrap-box-career {
    border-bottom: 2px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 20px;
}

.career .title {
    font-family: "robotobold";
    font-size: 25px;
    color: #434343;
}

.career .desc {
    font-family: "robotoregular";
    font-size: 14px;
    color: #434343;
    margin-top: 20px;
}

.career .postdate {
    font-family: "robotoregular";
    font-size: 14px;
    color: #a2a2a2;
    margin-top: 20px;
    font-style: italic;
}

.career .detail {
    margin-top: 30px;
}

.career .detail a {
    font-family: "robotoregular";
    background-color: #35ad63;
    padding: 12px 30px;
    color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0 #35ad63;
    -ms-box-shadow: 0px 0px 10px 0 #35ad63;
    -moz-box-shadow: 0px 0px 10px 0 #35ad63;
    -webkit-box-shadow: 0px 0px 10px 0 #35ad63;
    -o-box-shadow: 0px 0px 10px 0 #35ad63;
    text-decoration: none;
}

.career .detail a:hover {
    background-color: #b72854;
    box-shadow: 0px 0px 10px 0 #b72854;
    -ms-box-shadow: 0px 0px 10px 0 #b72854;
    -moz-box-shadow: 0px 0px 10px 0 #b72854;
    -webkit-box-shadow: 0px 0px 10px 0 #b72854;
    -o-box-shadow: 0px 0px 10px 0 #b72854;
}

.video {
    margin: 0% 0 5% 0;
}

.video .title {
    font-size: 45px;
    font-family: "robotolight";
    color: #1d4d5b;
    padding: 30px 0;
}

.video .video-item {
    position: relative;
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
    margin-bottom: 1%;
    padding: 0 0.5%;
}

.video .video-item a {
    text-decoration: none;
}

.video .video-item iframe {
    width: 100%;
    height: 400px;
}

.video .video-item .bg-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color .2s ease-in;
}

.video .video-item .bg-yt .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video .video-item .bg-yt .icon i {
    position: relative;
    font-size: 50px;
    color: #f60000;
    z-index: 2;
}

.video .video-item .bg-yt .icon span {
    position: absolute;
    content: "";
    width: 30px;
    height: 22px;
    left: 10px;
    background-color: white;
    z-index: 1;
    top: 14px;
}

.video .video-item .title {
    color: #1d4d5b;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .video .title {
        font-size: 40px;
    }
    .video .video-item {
        width: 49.5%;
    }
}

@media only screen and (max-width: 650px) {
    .video .video-item {
        width: 49%;
    }
}

@media only screen and (max-width: 427px) {
    .video .title {
        font-size: 30px;
    }
}

.search {
    margin-top: 5%;
}

.search form {
    position: relative;
    top: 0;
    right: 0;
    content: "";
    width: 350px;
    border: 1px solid #35ad63;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 2%;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.search form.active {
    top: 80px;
    visibility: visible;
}

.search form span {
    position: absolute;
    top: -20px;
    left: 0;
    background-color: #e6e6e6;
    font-size: 16px;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
}

.search form .input-group {
    display: unset;
}

.search form input {
    width: 78%;
    border: none;
    color: #434343;
    padding: 7px 10px;
    background-color: transparent;
    font-family: "robotoregular";
}

.search form input:focus {
    box-shadow: none;
    color: #434343;
    border: none;
}

.search form input::placeholder {
    color: #e6e6e6 !important;
}

.search form input:-ms-input-placeholder {
    color: #e6e6e6 !important;
}

.search form input:-ms-input-placeholder {
    color: #e6e6e6 !important;
}

.search form button {
    width: 22%;
    height: 34px;
    border: none;
    background-color: #35ad63;
    color: white;
    float: right;
}

.search.product-category {
    margin-top: 0 !important;
}

.search.product-category .wrap-box {
    margin-top: 0;
}

.search.product-category .wrap-box .wrap-content {
    width: 100%;
}

.search.product-category .wrap-box .wrap-content .wrap-box .wrap-item {
    width: 25%;
}

.search .nav li {
    background-color: #e6e6e6;
}

.search .nav li a {
    font-family: "robotoregular";
    color: #35ad63;
}

.search .nav li.active a {
    color: white;
}

.search .nav li:nth-child(2) {
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
}

.search .tab-content {
    margin: 2% 0;
}

@media only screen and (max-width: 400px) {
    .search form {
        width: 100%;
    }
}

footer {
    background-color: #194e5e;
    position: relative;
}

/*footer {
    background-color: #194e5e;
    position: fixed;
    bottom: 0;
    width: 100%;
}*/

footer .cofyrightside {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 13px;
    font-family: "robotoregular";
    color: rgba(162, 162, 162, 0.6);
}

footer .cofyrightside .wrap-copyright {
    float: left;
    margin-top: 23px;
}

footer .cofyrightside .wrap-copyright a {
    color: rgba(162, 162, 162, 0.6) !important;
}

footer .cofyrightside ul {
    padding-left: 0;
    float: right;
    margin-top: 14px;
}

footer .cofyrightside ul li {
    display: inline-block;
    list-style: none;
    padding: 0 20px;
}

footer .cofyrightside ul li a {
    color: #FFF;
    font-size: 24px;
}

@media only screen and (max-width: 1000px) {
    footer .side-left {
        width: 100%;
    }
    footer .footer-list::before {
        background-repeat: repeat;
        background-size: auto;
    }
    footer .side-right {
        margin-top: 20px;
        float: left;
        width: 70%;
    }
}

@media only screen and (max-width: 550px) {
    footer .footer-list::before {
        background-size: 200%;
    }
    footer .side-left {
        width: 100%;
    }
    footer .side-left .wrap-side-left {
        flex-flow: column;
    }
    footer .side-left .wrap-side-left .nav-menu-footer {
        margin-bottom: 20px;
    }
    footer .side-right {
        width: 100%;
    }
}

/*# sourceMappingURL=lwd.style.css.map */


/*star-accordion*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}

#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#accordion .panel-title a {
    background: #194e5e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-family: "robotoregular";
    line-height: normal;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
    /*background: #9be3e36b none repeat scroll 0 0;*/
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #194e5e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#accordion .panel-title a.collapsed::after {
    background: #9be3e36b none repeat scroll 0 0;
    /*background: #fff none repeat scroll 0 0;*/
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}

#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}

#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
/*end-accordion*/

/*star-productDet*/
.product-detail {
    padding-bottom: 0;
}

.product-detail .abouts {
    color: #1d4d5b;
    font-size: 36px;
    font-family: "robotolight";
    padding-top: 35px;
}

.product-detail .descen {
    color: #1d4d5b;
    font-size: 14px;
    font-family: "robotolight";
    padding-top: 10px;
}

.product-detail .descen p {
    color: #1d4d5b;
    font-size: 14px;
    font-family: "robotolight";
}

.product-detail .title {
    font-size: 45px;
    font-family: "robotolight";
    color: #1d4d5b;
    padding: 30px 0;
}

.product-detail .video-item a {
    text-decoration: none;
}

.product-detail .video-item {
    position: relative;
    display: inline-block;
    width: 33%;
    vertical-align: bottom;
    margin-bottom: 1%;
    padding: 0 0.5%;
}

.product-detail .video-item .bg-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color .2s ease-in;
}

.product-detail .video-item .bg-yt .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-detail .video-item .bg-yt .icon i {
    position: relative;
    font-size: 50px;
    color: #f60000;
    z-index: 2;
}

.product-detail .video-item .title {
    color: #1d4d5b;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
}
/*end-productDet*/

/*star-prodCat*/
.prodCat {
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
}

.prodCat .panel-group {
    padding: 0;
}

/**/
.prodCat .video {
    margin: 5% 0;
}

.prodCat .video-item {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: calc(100% / 3);
    font-size: 14px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.prodCat .video-item iframe {
    width: 100%;
    height: 400px;
}

.prodCat .video-item .bg-yt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    transition: background-color .2s ease-in;
}

.prodCat .video-item .bg-yt .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prodCat .video-item .bg-yt .icon i {
    position: relative;
    font-size: 50px;
    color: #f60000;
    z-index: 2;
}

.prodCat .video-item .bg-yt .icon span {
    position: absolute;
    content: "";
    width: 30px;
    height: 22px;
    left: 10px;
    background-color: white;
    z-index: 1;
    top: 14px;
}

.prodCat .video-item .title {
    /* padding: 10px 0; */
    font-family: "robotobold";
    color: #1d4d5b;
    font-size: 18px;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .prodCat .video-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 400px) {
    .prodCat .video-item {
        width: calc(100% / 1);
    }
}
/**/

.box-agent {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0px;
    padding-bottom: 20px;
}

.box-agent .showName {
    color: #1d4d5b;
    font-family: "robotolight";
    font-size: 36px;
    line-height: normal;
    padding-bottom: 15px;
}

.box-agent .showDesc {
    color: #1d4d5b;
    font-family: "robotolight";
    font-size: 14px;
    line-height: normal;
}

.item-agent {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: calc(100% / 3);
    font-size: 14px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.item-agent img {
    display: block;
    width: 100%;
}

.i-agent {
    border: 0 #ddd solid;
    padding: 0;
}

.i-agent:hover {
    border-color: #de1a32;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.i-agent span {
    /*padding: 10px 0;*/
    font-family: "robotobold";
    color: #1d4d5b;
    font-size: 18px;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

/*@media (max-width: 991px) {
    .prodCat {
        min-height: 100vh;
    }
}*/

@media (max-width: 600px) {
    .item-agent {
        width: calc(100% / 2);
    }
}

@media (max-width: 450px) {
    .item-agent {
        width: calc(100% / 1);
    }
}
/*end-prodCat*/

/*star-wrap-product*/
.wrap-product {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0px;
    padding-bottom: 20px;
}

.item-product {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /* width: 33%; */
    width: calc(100% / 3);
    font-size: 14px;
    vertical-align: top;
    padding-bottom: 20px;
    position: relative;
}

.item-product img {
    width: 100%;
}

.item-product .orname {
    text-align: center;
    color: #1d4d5b;
    font-family: "robotoregular";
    font-size: 15px;
    line-height: normal;
}

@media (max-width: 750px) {
    .item-product {
        width: calc(100% / 2);
    }
}

@media (max-width: 400px) {
    .item-product {
        width: calc(100% / 1);
    }
}
/*end-wrap-product*/