﻿/* DEFAULT */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    line-height: normal;
    min-height: 100%;
}

a,
a:hover,
a:active,
a:focus {
    color: #007bff;
    text-decoration: none;
    transition: color .3s;
    text-decoration: none;
    transition: color .3s;
}

.color {
    color: #efb413;
}


/* END */

header {
    display: block;
    width: 100%;
}

header .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

header .row {
    margin: 0;
}

header .container>.d-flex {
    height: 100%;
}

header .mainmenu .icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

header .col {
    padding: 0;
}

.black {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

header .mainmenu {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

header .fixmenu {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px #efefef;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

header.fix .fixmenu {
    top: 0;
}

header .fixmenu .container {
    padding: 0 15px !important;
}

.innerpage header .mainmenu {
    box-shadow: 0 2px 5px #efefef;
}

.logo {
    position: relative;
    overflow: hidden;
}

.logo a,
.logo a:hover {
    display: block;
    color: #525252;
    text-decoration: none !important;
}

footer .logo a {
    display: block;
    color: #fff;
}

.logo .logotype {
    font-family: 'Kaushan Script', cursive;
}

footer .logo .logotype {
    font-size: 3rem !important;
    margin-bottom: 2rem;
}

header .topmenu {
    background: #525252;
}

header .topmenu .menu .nav {
    margin: 0;
}

header .topmenu .menu .nav .nav-item .nav-link {
    color: #fff;
    font-size: 0.80rem;
    padding-right: 0;
    padding-left: 0;
}

header .topmenu .menu:first-child .nav .nav-item .nav-link {
    color: #fff;
    font-size: 0.80rem;
    padding-left: 0;
    padding-right: 2rem;
}

header .topmenu .menu .nav .nav-item .nav-link svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

header .topmenu .menu .nav .nav-item .nav-link span {
    display: inline-block;
    vertical-align: middle;
}

header .topmenu .menu .nav .nav-item .nav-link.active,
header .topmenu .menu .nav .nav-item .nav-link:hover {
    color: #fff;
}

header .menu .nav {
    margin: 25px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

header.fix .menu .nav {
    margin: 15px 0;
}

header .menu .nav .nav-item {
    position: relative;
}

header .menu .nav .nav-item .nav-link {
    color: #212529;
    font-size: 1.1rem;
    padding-left: 2rem;
    padding-right: 0;
}

header .menu .nav .nav-item:hover .nav-link,
header .menu .nav .nav-item .nav-link.active {
    color: #efb413;
}

header .banner_title {
    height: 100vh;
    padding: 0;
}

header .menu .nav .nav-item .dropdown-menu {
    padding: 0;
    margin: 0;
}

header .menu .nav .nav-item .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

header .menu .nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    border: 0;
}

header .menu .nav .nav-item .dropdown-menu .dropdown-item:hover,
header .menu .nav .nav-item .dropdown-menu .dropdown-item.active {
    background-color: #efb413;
    color: #fff;
}


/* SWIPER */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: .4;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #efb413;
    opacity: 1;
}

header .banner_title .swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

header .banner_title .swiper-container .swiper-slide .caption {
    position: absolute;
    z-index: 10;
    height: auto;
    right: 0;
    left: 0;
    bottom: 30%;
    text-align: left;
    padding: 0 15px;
}

header .banner_title .swiper-container .swiper-slide .caption .title {
    color: #fff;
    font-size: 60px;
}

header .banner_title .swiper-container .swiper-slide .caption .text {
    color: #f7f7f7;
    font-size: 1.2rem;
    margin-top: 30px;
}


/* END */

main .aboutus .box {
    margin: 80px 0;
}

main .aboutus .row,
main .products .row,
main .make .row {
    margin: 0;
}

main .aboutus .box .image img {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

main .aboutus .box .content .title,
main .target .title,
main .team .title,
main .products .container>.title {
    margin-bottom: 1.5rem;
}

main .aboutus .box .content .text,
main .target .text,
main .team .text {
    text-align: justify;
}

main .aboutus .box .content .text:last-child,
main .target .text:last-child,
main .team .text:last-child {
    margin: 0;
}

main .target {
    position: relative;
    overflow: hidden;
    background-image: url(../images/target.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    height: 60vh;
    text-align: center;
}

main .team {
    position: relative;
    overflow: hidden;
    background-image: url(../images/team.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    height: 60vh;
    text-align: center;
}

main .target .container {
    z-index: 100;
    position: relative;
    height: 100%;
}

main .team .container {
    z-index: 100;
    position: relative;
    height: 100%;
}

main .target .container .row {
    height: 100%;
    margin: 0;
}

main .team .container .row {
    height: 100%;
    margin: 0;
}

main .target .text {
    text-align: center;
}

main .team .text {
    text-align: center;
}

main .products {
    margin-top: 80px;
}

main .products .box {
    padding: 15px;
}

main .products .box>div {
    position: relative;
    overflow: hidden;
}

main .products .box .black {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

main .products .box:hover .black {
    opacity: 1;
}

main .products .box img {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}

main .products .box:hover img {
    transform: scale(1.1) rotate(3deg);
}

main .products .box .caption {
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    top: 100%;
    padding: 15px;
    height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

main .products .box:hover .caption {
    top: 0;
}

main .products .box .caption>div {
    width: 100%;
}

main .products .box .image::before {
    content: "";
    position: absolute;
    z-index: 101;
    top: 10px;
    right: 100%;
    left: 10px;
    height: 3px;
    background-color: #efb413;
    transition: all .3s 1.2s;
    -webkit-transition: all .3s 1.2s;
    -moz-transition: all .3s 1.2s;
}

main .products .box:hover .image::before {
    right: 10px;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}

main .products .box .image::after {
    content: "";
    position: absolute;
    z-index: 101;
    top: 10px;
    bottom: 100%;
    right: 10px;
    width: 3px;
    background-color: #efb413;
    transition: all .3s 0.9s;
    -webkit-transition: all .3s 0.9s;
    -moz-transition: all .3s 0.9s;
}

main .products .box:hover .image::after {
    bottom: 10px;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
}

main .products .box>div::before {
    content: "";
    position: absolute;
    z-index: 101;
    bottom: 10px;
    right: 10px;
    left: 100%;
    height: 3px;
    background-color: #efb413;
    transition: all .3s 0.6s;
    -webkit-transition: all .3s 0.6s;
    -moz-transition: all .3s 0.6s;
}

main .products .box:hover>div::before {
    left: 10px;
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}

main .products .box>div::after {
    content: "";
    position: absolute;
    z-index: 101;
    top: 100%;
    bottom: 10px;
    left: 10px;
    width: 3px;
    background-color: #efb413;
    transition: all .3s 0.3s;
    -webkit-transition: all .3s 0.3s;
    -moz-transition: all .3s 0.3s;
}

main .products .box:hover>div::after {
    top: 10px;
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
}

main .products .box .caption .title {
    color: #fff;
    margin: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

main .products .box .caption .text {
    margin: 0;
    margin-top: 15px;
    color: #f7f7f7;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

main .make {
    margin: 80px 0;
}

main .make .row {
    margin-top: 60px;
}

main .make .box {
    padding: 15px;
}

main .make .box .caption .title {
    margin: 15px 0;
}

main .make .box .caption .text {
    color: #888;
    margin: 0;
}

main section .text {
    font-size: 15px !important;
}

footer {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    background: #3e3e3e;
    color: #fff;
}

footer .title {
    margin-bottom: 1.5rem;
}

footer .row {
    margin: 0;
}

footer .container {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin-bottom: 60px;
    margin-top: 60px;
}

footer .small-about img {
    margin-bottom: 2rem;
}

footer .small-about .title {
    padding: 0;
    margin-bottom: 10px;
}

footer .small-about .text {
    color: #f7f7f7;
}

footer .box {
    display: block;
    margin-bottom: 1rem;
}

footer .box span {
    font-weight: 700;
    margin-bottom: 0.3rem;
    display: block;
}

footer .box p {
    margin: 0;
    color: #f7f7f7;
}

footer .copyright {
    text-align: center;
    padding: 10px 0;
    background: #525252;
    color: #fff;
}

footer p:last-child {
    margin: 0;
}


/*Inner Page*/

.innerpage main .job {
    margin-top: 60px;
}

.innerpage main .job .row {
    margin: auto;
}

.innerpage main .job .content {
    padding: 0;
}

.innerpage main .job .content>div {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
}

.innerpage main .job .content>div::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    border-left: solid 2px #efb413;
    z-index: 2;
}

.innerpage main .job .content>div>.title {
    margin-bottom: 30px;
    z-index: 3;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

.innerpage main .job .content>div>.title::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: -30px;
    width: 40px;
    border-top: solid 2px #efb413;
    z-index: -1;
}

.innerpage main .job .content .box {
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    text-align: justify;
}

.innerpage main .job .content .box .text {
    color: #777;
}

.innerpage main .job .content form {
    padding: 0 15px;
    position: relative;
}

.innerpage main .job .content form::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 0;
    left: -30px;
    width: 40px;
    border-top: solid 2px #efb413;
    z-index: -1;
}

.innerpage main .job .content form::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: -30px;
    width: 40px;
    border-top: solid 2px #efb413;
    z-index: -1;
}

.innerpage main .job .content form .btn {
    background: #efb413;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 30px;
    font-size: 1.3rem;
    z-index: 3;
    margin-top: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
}

.innerpage main .job .content form .btn:hover {
    background: #178631;
}

.innerpage main .job .content form .custom-file {
    position: relative;
    z-index: 4;
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 10px 0;
    box-shadow: none !important;
    border: 0 !important;
    padding-left: 59px;
}

.innerpage main .job .content form .custom-file::before {
    content: "Choose Resume";
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    min-height: 100%;
    padding: 10px 15px;
    border-radius: .25rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.innerpage main .job .content form .custom-file.error::before {
    box-shadow: 0 0 5px #ff8989;
}

.innerpage main .job .content form .custom-file:hover::before {
    background: rgb(214, 214, 214);
}

.innerpage main .job .image {
    padding: 0;
}

.innerpage main .job img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.innerpage main .job .content .notice {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-top: 15px;
    padding-left: 5px;
    color: #efb413;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.innerpage main .job .content .notice.show {
    opacity: 1;
    visibility: visible;
}


/* End */

@media(max-width: 990px) {
    header .col {
        flex-basis: 100%;
    }
    header .col:last-child {
        display: none;
    }
    header .menu .nav .nav-item {
        width: 100%;
    }
    header .mainmenu .icon {
        display: block;
    }
    header .mainmenu .menu {
        position: relative;
        overflow: hidden;
        max-height: 0px;
        padding: 0;
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
    }
    header.show .mainmenu .menu {
        max-height: 1000px;
    }
    header .logo {
        padding: 15px;
    }
    header.show .logo {
        border-bottom: solid 1px #ccc;
    }
    header.fix .fixmenu .container {
        padding: 0 !important;
    }
    header .menu .nav .nav-item .nav-link {
        padding: 0;
    }
    header .menu .nav .nav-item {
        padding: 10px 15px;
    }
    header .container {
        padding: 0;
    }
    header .menu .nav .nav-item .dropdown-menu {
        position: relative;
        top: 0;
    }
    header .banner_title {
        height: auto;
    }
    header .banner_title .swiper-container .swiper-wrapper {
        height: auto;
    }
    header .banner_title .swiper-container .swiper-slide .caption .title {
        font-size: 2rem;
    }
    header .banner_title .swiper-container .swiper-slide .caption {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .banner_title .swiper-container .swiper-slide:last-child,
    .swiper-pagination {
        display: none;
    }
    main .container {
        padding: 0;
    }
    main .aboutus .box,
    main .make {
        margin: 30px 0;
    }
    main .aboutus .box .content .title {
        margin-top: 1.5rem;
    }
    main .target .container .row,
    main .team .container .row {
        padding: 15px;
    }
    main .target,
    main .team {
        height: auto;
    }
    main .products .box>div::before,
    main .products .box>div::after,
    main .products .box .image::before,
    main .products .box .image::after,
    main .products .box .black {
        display: none;
    }
    main .products .box .caption .title {
        color: inherit;
    }
    main .products,
    footer {
        margin-top: 30px;
    }
    footer .container {
        padding: 0;
        margin: 30px 0;
    }
    .innerpage main .job .content {
        order: 1;
        margin-top: 30px;
    }
    .innerpage main .job {
        margin-top: 0;
        padding: 30px 15px;
    }
    .innerpage main .job .content>div::before,
    .innerpage main .job .content>div>.title::before,
    .innerpage main .job .content form::before,
    .innerpage main .job .content form::after {
        display: none;
    }
    .innerpage main .job .content .box,
    .innerpage main .job .content>div>.title,
    .innerpage main .job .content>div,
    .innerpage main .job .content form {
        padding: 0;
    }
    footer .small-contact {
        margin-top: 30px;
    }
    .fixmenu {
        display: none !important;
    }
    main .products .box {
        position: relative;
        overflow: hidden;
    }
    main .products .box>div {
        height: 100%;
        background: #eee;
    }
    main .products .box .caption {
        position: relative;
        top: 0;
        height: auto;
    }
}

@media(max-width: 1025px) {
    header .banner_title {
        height: auto;
    }
}