﻿        /* 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: #1e2d9a;
            text-decoration: none;
            transition: color .3s;
            text-decoration: none;
            transition: color .3s;
        }
        /* END */
        
        header {
            padding: 30px 0;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 10;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        header.fixmenu {
            padding: 15px 0;
            position: fixed;
            background-color: #fff;
            box-shadow: 0 2px 10px #eee;
        }
        
        .innerpage header {
            position: relative !important;
            box-shadow: 0 2px 10px #eee;
        }
        
        header .container {
            padding: 0;
        }
        
        header .menu .nav-item .nav-link {
            color: #212529;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            font-weight: 600;
        }
        
        header .menu .nav-item .nav-link.active,
        header .menu .nav-item:hover .nav-link {
            color: #1e2d9a;
            font-weight: 600;
        }
        
        main section {
            position: relative;
            line-height: 25px;
            text-align: center;
        }
        
        main section.banner {
            height: 100vh;
            text-align: left;
            background-image: url(../images/banner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        
        main section.banner .image {
            position: absolute;
            height: 100%;
            width: 50%;
            z-index: 9;
            right: 0;
            top: 0;
        }
        
        main section.banner .container {
            height: 100%;
        }
        
        main section.banner .row {
            height: 100%;
        }
        
        main section.banner .banner_title .title {
            margin-bottom: 10px;
            color: #f59300;
        }
        
        main section.banner .banner_title .text {
            color: #1e2d9a;
        }
        
        main section.aboutus {
            margin-top: 80px;
            text-align: center;
            line-height: 25px;
        }
        
        main section .blackback {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(0, 0, 0, 0.4);
        }
        
        main section.aboutus .container {
            position: relative;
        }
        
        main section.aboutus .image {
            padding-right: 30px;
            position: relative;
        }
        
        main section.aboutus .image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        main section.aboutus .image::before {
            content: "";
            position: absolute;
            width: calc(100% - 45px);
            height: 100%;
            top: -10px;
            right: 20px;
            left: auto;
            border: solid 1px #1e2d9a;
            z-index: -1;
        }
        
        main section.aboutus .image::after {
            content: "";
            position: absolute;
            width: calc(100% - 45px);
            height: 100%;
            top: 10px;
            right: auto;
            left: 3px;
            border: solid 1px #f59300;
            z-index: -1;
        }
        
        main section.aboutus .content {
            padding: 15px;
        }
        
        main section .section_title {
            margin-bottom: 60px;
            position: relative;
            display: inline-block;
        }
        
        main section .section_title ul {
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.8rem;
            text-align: center;
            margin: 0;
            padding: 0;
        }
        
        main section .section_title ul.left {
            left: -30px;
        }
        
        main section .section_title ul.right {
            right: -30px;
        }
        
        main section .section_title ul li {
            list-style-type: none;
            width: 10px;
            height: 10px;
            background: #1e2d9a;
            border-radius: 100%;
        }
        
        main section .section_title ul.left li::before {
            content: "";
            position: absolute;
            z-index: 4;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 60px;
            height: 2px;
            background-color: #c1c1c1;
            right: 10px;
        }
        
        main section .section_title ul.right li::before {
            content: "";
            position: absolute;
            z-index: 4;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 60px;
            height: 2px;
            background-color: #c1c1c1;
            left: 10px;
        }
        
        main section .section_title .blue {
            color: #1e2d9a;
        }
        
        main section.services {
            margin-top: 80px;
            padding-top: 80px;
            padding-bottom: 80px;
            background: #f7f7f7;
        }
        
        main section.services .box {
            padding: 15px;
        }
        
        main section.services .box .total {
            background: #fff;
            height: 100%;
            box-shadow: 0 2px 18px #f2f2f2;
            padding-top: 15px;
            position: relative;
        }
        
        main section.services .box .image {
            width: 80px;
            height: 80px;
            border-radius: 100%;
            margin: auto;
            background: #f59300;
            text-align: center;
            position: absolute;
            top: -40px;
            right: 0;
            left: 0;
        }
        
        main section.services .box .image svg {
            fill: #fff;
            margin: auto;
        }
        
        main section.services .box .content {
            padding: 40px 15px 15px 15px;
        }
        
        main section.services .box .content .title {
            margin-bottom: 15px;
            color: #1e2d9a;
        }
        
        main section.services .box .content .text {
            margin: 0;
        }
        
        main section.responsibility {
            position: relative;
            overflow: hidden;
            padding: 60px 0;
            background-image: url(../images/responsibility.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom;
            background-attachment: fixed;
        }
        
        main section.responsibility .container {
            position: relative;
            z-index: 2;
        }
        
        main section.responsibility .section_title {
            color: #fff;
        }
        
        main section.responsibility .section_title ul.right li::before,
        main section.responsibility .section_title ul.left li::before {
            background-color: #585858;
        }
        
        main section.responsibility .text {
            color: #fff;
        }
        
        main section.products,
        .innerpage main section.products_list {
            position: relative;
            text-align: center;
            margin-top: 60px;
        }
        
        main section.products .box,
        .innerpage main section.products_list .box {
            padding: 15px;
        }
        
        main section.products .total {
            background: #f7f7f7;
            position: relative;
            display: block;
            color: #212529;
        }
        
        main section.products .box .image {
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        main section.products .box:hover .image {
            opacity: 0.3;
        }
        
        main section.products .box .content {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 45px;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        main section.products .box:hover .content {
            color: #1e2d9a;
            bottom: 50%;
            -webkit-ransform: translateY(50%);
            -moz-transform: translateY(50%);
            transform: translateY(50%);
        }
        
        .innerpage main section.products_list .total {
            position: relative;
            display: block;
            color: #212529;
            border: solid 1px #eee;
        }
        
        .innerpage main section.products_list .row {
            padding: 30px;
            background: #f7f7f7;
            margin: auto;
        }
        
        .innerpage main section.products_list .total .image {
            background-color: #fff;
            border-bottom: solid 1px #eee;
        }
        
        .innerpage main section.products_list .box .content {
            padding: 15px;
            background-color: #eee;
        }
        
        .innerpage main section.products_list .box .content .title {
            margin: 0;
        }
        
        footer {
            position: relative;
            text-align: center;
            margin-top: 60px;
        }
        
        footer .container {
            height: 100%;
        }
        
        footer .row {
            height: 100%;
        }
        
        footer .section_title {
            margin-bottom: 60px;
            position: relative;
            display: inline-block;
        }
        
        footer .section_title ul {
            position: absolute;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.8rem;
            text-align: center;
            margin: 0;
            padding: 0;
        }
        
        footer .section_title ul.left {
            left: -30px;
        }
        
        footer .section_title ul.right {
            right: -30px;
        }
        
        footer .section_title ul li {
            list-style-type: none;
            width: 10px;
            height: 10px;
            background: #212529;
            border-radius: 100%;
        }
        
        footer .section_title ul.left li::before {
            content: "";
            position: absolute;
            z-index: 4;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 60px;
            height: 2px;
            background-color: #c1c1c1;
            right: 10px;
        }
        
        footer .section_title ul.right li::before {
            content: "";
            position: absolute;
            z-index: 4;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 60px;
            height: 2px;
            background-color: #c1c1c1;
            left: 10px;
        }
        
        footer .image iframe {
            width: 100%;
        }
        
        footer .content {
            text-align: center;
            line-height: 25px;
        }
        
        footer .content .contact_box {
            margin-bottom: 30px;
        }
        
        footer .content .contact_box .title {
            font-size: 1.5rem;
            margin-bottom: 5px;
            display: block;
        }
        
        footer .content .contact_box p {
            margin: 0;
            color: #666;
        }
        
        .copyright {
            text-align: center;
            padding: 15px 0;
            background: #f7f7f7;
            margin-top: 15px;
        }
        
        .copyright .blue {
            color: #1e2d9a;
        }
        
        @media (max-width: 990px) {
            header {
                position: relative;
            }
            header .row,
            header .row>div {
                margin: auto;
            }
            header .nav {
                -ms-flex-pack: center!important;
                justify-content: center!important
            }
            header .menu {
                padding: 0;
            }
            footer .total,
            main section {
                height: auto !important;
                margin-bottom: 30px;
            }
            main section.banner {
                background: none;
            }
            main section.aboutus .image {
                padding-right: 15px;
            }
            main section.aboutus .content {
                margin-top: 30px;
            }
            main section.banner .banner_title>div {
                width: 100%;
            }
            footer::before,
            main section.banner::before,
            main section.banner .image {
                display: none;
            }
            footer .image,
            main section .image {
                position: relative !important;
            }
            main section.services .box .image {
                top: 0;
            }
            main section.services .box .content {
                padding-top: 30px;
            }
            main section.banner .banner_title {
                padding: 30px 15px;
                text-align: center;
            }
            main section.responsibility {
                padding: 60px 15px;
            }
        }
        
        @media (max-width: 767px) {}