        body {
            background: #fff;
            font-family: 'Poppins', sans-serif;
        }
        
        body a {
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }
        
        ul {
            padding: 0;
            margin: 0;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        label,
        p {
            margin: 0;
            /*lemon*/
        }
        /*--banner--*/
        
        #geo {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0.5;
            z-index: 1;
            top: 0;
        }
        
        canvas {
            width: 100%;
        }
        
        .banner {
            position: relative;
            min-height: 712px;
            /*background: url(../images/index/hp_01.jpg) no-repeat;*/
            width: 100%;
            display: block;
            background-size: cover;
            margin: 0 auto;
        }
        
        .banner img {
            position: relative;
            display: block;
            background-size: cover;
            width: 100%;
        }
        
        .banner-text {
            z-index: 99;
            display: inline-block;
            position: absolute;
            top: 20%;
            left: 35%;
            right: 35%;
        }
        
        .banner-text h3 {
            color: #fff;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .banner-text span {
            color: #fd9f3e;
            font-size: 0.9em;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-top: 1em;
            display: block;
        }
        
        .banner-text p {
            color: #fff;
            font-size: 1em;
            width: 50%;
            margin: 1.5em auto 3em;
            line-height: 1.8em;
        }
        
        a.read-2 {
            color: #fd9f3e;
            font-size: 1em;
            text-decoration: none;
            border: 2px solid #fd9f3e;
            padding: 0.5em 1em;
            border-radius: 4px;
        }
        /* Shutter Out Horizontal */
        
        .hvr-shutter-out-horizontal {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }
        
        .hvr-shutter-out-horizontal:before {
            content: "";
            /*position: absolute;*/
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fd9f3e;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        
        .hvr-shutter-out-horizontal:hover,
        .hvr-shutter-out-horizontal:focus,
        .hvr-shutter-out-horizontal:active {
            color: white;
        }
        
        .hvr-shutter-out-horizontal:hover:before,
        .hvr-shutter-out-horizontal:focus:before,
        .hvr-shutter-out-horizontal:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
        
        .banner-top {
            min-height: 300px;
            background: url(../images/1_car_xxx.png) no-repeat;
            width: 100%;
            display: block;
            background-size: cover;
        }
        
        .banner-top2 {
            min-height: 300px;
            background: url(../images/homeglass.png) no-repeat;
            width: 100%;
            display: block;
            background-size: cover;
        }
        
        .banner-text1 {
            text-align: center;
            padding-top: 5em;
        }
        
        .banner-text1 h2 {
            color: #fff;
            font-size: 1em;
        }
        
        .banner-text1 h2 i {
            margin: 0 0.5em;
        }
        
        .banner-text1 h2 a {
            text-decoration: none;
            color: #fff;
        }
        
        .banner-text1 h2 a:hover {
            text-decoration: underline;
        }
        
        .banner-text1 img {
            width: 30%;
        }
        /*----*/
        
        .header {
            /*lemon*/
            z-index: 12312312;
            /*lemon*/
            padding: 0.5em 0;
            border-bottom: 1px solid #E4E4E4;
        }
        
        .logo {
            padding: 0;
            height: auto;
            margin-top: 0em;
        }
        
        .logo h1 {
            font-size: 200%;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .logo h1 a {
            color: #fd9f3e;
            text-decoration: none;
        }
        
        .logo h1 a span {
            color: #172A88;
        }
        /*---*/
        
        nav a {
            position: relative;
            display: inline-block;
            outline: none;
            text-decoration: none;
        }
        
        nav a:hover,
        nav a:focus {
            outline: none;
        }
        /* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
        
        .cl-effect-11 a::before {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            padding: 10px 0 0;
            max-width: 0;
            border-bottom: 2px solid #FD9F3E;
            color: #172A88;
            content: attr(data-hover);
            -webkit-transition: max-width 0.5s;
            -moz-transition: max-width 0.5s;
            transition: max-width 0.5s;
        }
        
        .cl-effect-11 a:hover::before,
        .cl-effect-11 a:focus::before {
            max-width: 100%;
        }
        /*----*/
        
        .navbar-default {
            background: none;
            border: none;
            margin: 0;
            margin-top: 5px;
            min-height: auto;
        }
        
        .navbar-default .navbar-nav>.active>a {
            color: #172A88;
            background: none;
            padding: 10px 0;
        }
        
        div#bs-example-navbar-collapse-1 {
            float: right;
        }
        
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
            color: #172A88;
            background: none;
        }
        
        .navbar-default .navbar-nav>li>a {
            color: #172A88;
            font-size: 1em;
            padding: 10px 0;
            margin: 0 0.8em;
            font-size: 1.5em;
        }
        
        .navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus {
            text-decoration: underline;
            /*menu 滑鼠指標在上面*/
            color: #FC9E3E;
            background: none;
            outline: none;
        }
        
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:hover,
        .navbar-default .navbar-nav>.open>a:focus {
            color: #172A88;
            background: none;
        }
        
        .dropdown-menu {
            top: 128%;
            background-color: #fff;
            padding: 0px 0;
            border-radius: 0px;
            border: 1px solid #E4E4E4;
            border-top: none;
        }
        
        .dropdown-menu>li>a {
            padding: 10px 0;
            color: #172A88;
            margin: 0 1em;
        }
        
        .dropdown-menu>li>a:hover,
        .dropdown-menu>li>a:focus {
            color: #172A88;
            text-decoration: none;
            background-color: #FFFFFF;
        }
        /*--content--*/
        
        .welcome {
            width: 100%;
            padding: 6em 0;
        }
        
        .welcome h2 {
            color: #172A88;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
            width: 100%;
        }
        /*----*/
        
        .tabs {
            text-align: center;
        }
        
        .tab-head {
            position: relative;
            z-index: 0;
            padding-top: 3em;
        }
        
        .tabs li {
            display: inline-block;
        }
        
        .tabs li a {
            margin: 0.5em;
            font-size: 1.5em;
            color: #8A8A8A;
            border-bottom: 3px solid #EFEFEF;
        }
        
        .tabs li a:hover,
        .tabs li.active a {
            background: none;
            color: #FD9F3E !important;
            border-bottom: 3px solid #172A88;
        }
        
        .tab-content {
            padding-left: 0px;
        }
        
        .fashion-tab {
            text-align: center;
            padding: 3em 0 0;
        }
        
        .fashion-tab h4,
        .fashion-tab1 h4,
        .fashion-tab2 h4 {
            color: #FD9F3E;
            font-size: 2.2em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
        }
        
        .fashion-tab p,
        .fashion-tab2 p {
            color: 000000;
            font-size: 1.3em;
            line-height: 2em;
            width: 80%;
            margin: 0 auto;
            padding: 2em 0 4em;
            font-weight: bold;
        }
        
        .fashion-tab1 p {
            color: #000000;
            font-size: 1.5em;
            line-height: 2em;
            padding: 0em 0 2em;
        }
        
        .fashion-tab1 {
            padding-top: 3em;
        }
        
        .tab_img1 {
            padding-top: 4em;
        }
        
        .fashion-img1 a {
            color: #172A88;
            font-size: 1em;
            text-decoration: none;
            border: 2px solid #172A88;
            padding: 0.5em 1em;
            border-radius: 4px;
        }
        
        .ideas li {
            list-style: none;
        }
        
        .ideas li a {
            color: #000000;
            font-size: 1.2em;
            line-height: 2em;
            margin: 1em 0 0;
            display: block;
            font-weight: bold;
        }
        
        .fashion-right h5 {
            color: #FD9F3E;
            font-size: 1.5em;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .img-top {
            margin-bottom: 1em;
        }
        
        .fashion-tab2 {
            padding-top: 3em;
        }
        
        .read-1:before {
            background: #172A88;
        }
        /*----*/
        
        .background-video {
            position: fixed;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            width: 100%;
            height: 100%;
        }
        
        .center-container {
            height: 400px;
        }
        /*--content-mid--*/
        
        .content-mid {
            position: relative;
            padding: 6em 0;
        }
        
        .content-mid1 h4 {
            font-size: 2em;
            color: #172A88;
            line-height: 1.4em;
            font-family: 'Montserrat Subrayada', sans-serif;
            font-weight: bold;
        }
        
        .content-mid1 p {
            color: #A9A9A9;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 1em;
        }
        
        a.more {
            color: #fd9f3e;
            font-size: 1em;
            text-decoration: none;
            border: 2px solid #fd9f3e;
            padding: 0.5em 1em;
            border-radius: 4px;
            display: inline-block;
        }
        
        .mid-1 {
            padding: 0;
        }
        
        a.mask {
            text-decoration: none;
            overflow: hidden;
            display: block;
            margin-bottom: 10px;
            margin-right: 10px;
        }
        
        img.zoom-img:hover {
            -webkit-transform: scale(1.1);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 750ms;
            -moz-transform: scale(1.15);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 750ms;
            overflow: hidden;
        }
        /*----*/
        
        .portfolio-modal .modal-content {
            padding: 10px 0 35px;
            min-height: 100%;
            border: 0;
            border-radius: 0;
            text-align: center;
            background-clip: border-box;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .portfolio-modal .modal-content h3 {
            margin: 0;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            color: #fff;
            margin-bottom: 0.5em;
        }
        
        .portfolio-modal .modal-content img {
            margin: 0 auto;
        }
        
        .portfolio-modal .modal-content p {
            font-size: 1em;
            padding: 30px 0;
            color: #fff;
            line-height: 2em;
        }
        
        .portfolio-modal .close-modal {
            position: absolute;
            top: 25px;
            right: 25px;
            width: 75px;
            height: 75px;
            background-color: transparent;
            cursor: pointer;
        }
        
        .portfolio-modal .close-modal:hover {
            opacity: .7;
        }
        
        .modal-content {
            background-color: rgba(0, 0, 0, 0.69);
        }
        
        .portfolio-modal .close-modal .lr {
            z-index: 91;
            width: 1px;
            height: 75px;
            margin-left: 35px;
            background-color: #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .portfolio-modal .close-modal .lr .rl {
            z-index: 92;
            width: 1px;
            height: 75px;
            background-color: #fff;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        /*-- /Portfolio --*/
        /*--footer--*/
        
        .footer-top {
            min-height: 300px;
            background: url(../images/index/fo.jpg) no-repeat;
            width: 100%;
            display: block;
            background-size: cover;
            padding-top: 9em;
        }
        
        .footer-in h6 {
            color: #fff;
            font-size: 1.3em;
            line-height: 2em;
        }
        
        .mail input[type="text"],
        .mail input[type="submit"] {
            width: 75%;
            padding: 0.6em 1em;
            outline: none;
            color: #fff;
            font-size: 1em;
            background: none;
            border: 1px solid #fff;
        }
        
        .mail input[type="submit"] {
            background: #172A88;
            color: #fff;
            font-size: 1em;
            border: none;
            padding: 0.8em 1em;
            width: 22%;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }
        
        .mail input[type="submit"]:hover {
            background: #FD9F3E;
        }
        
        .footer-left {
            padding: 4em 0;
        }
        
        .address-grid i {
            color: #FD9F3E;
            font-size: 1.5em;
            float: left;
            margin: 0 5% 0 0;
            display: inline-block;
            line-height: 2em;
        }
        
        .address1 {
            float: left;
            margin-top: 0.7em;
        }
        
        .address1 h6 {
            font-size: 1.1em;
            color: #fff;
            line-height: 1.3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            font-weight: bold;
        }
        
        .address1 p {
            font-size: 1.1em;
            color: #fff;
        }
        
        .address1 p a {
            text-decoration: none;
            color: #fff;
        }
        
        .address1 p a:hover {
            color: #172A88;
        }
        
        .address-more h4 {
            color: #fff;
            font-size: 2em;
            margin: 0 15px 0.7em;
        }
        
        .footer-bottom {
            background: #322F36;
        }
        
        .footer-right {
            border-top: 1px double #696969;
            padding: 2em 0;
        }
        
        .footer-class {
            float: left;
            color: #fff;
            font-size: 1em;
            padding-top: 0.8em;
        }
        
        .footer-class a {
            color: #172A88;
            text-decoration: none;
        }
        
        .social-ic {
            float: right;
        }
        
        .social-ic li {
            display: inline-block;
        }
        
        .social-ic li a i {
            width: 40px;
            height: 40px;
            display: block;
            background: #000 url(../images/img-sprite.png)no-repeat 3px 6px;
            margin: 0 0.5em;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }
        
        .social-ic li a i:hover {
            background: #FD9F3E url(../images/img-sprite.png)no-repeat 3px 6px;
        }
        
        .social-ic li a i.ic {
            background: #000 url(../images/img-sprite.png)no-repeat -72px 6px;
        }
        
        .social-ic li a i.ic:hover {
            background: #FD9F3E url(../images/img-sprite.png)no-repeat -72px 6px;
        }
        
        .social-ic li a i.ic1 {
            background: #000 url(../images/img-sprite.png)no-repeat -143px 6px;
        }
        
        .social-ic li a i.ic1:hover {
            background: #FD9F3E url(../images/img-sprite.png)no-repeat -143px 6px;
        }
        
        .social-ic li a i.ic2 {
            background: #000 url(../images/img-sprite.png)no-repeat -226px 6px;
        }
        
        .social-ic li a i.ic2:hover {
            background: #FD9F3E url(../images/img-sprite.png)no-repeat -226px 6px;
        }
        
        .social-ic li a i.ic3 {
            background: #000 url(../images/img-sprite.png)no-repeat -303px 6px;
        }
        
        .social-ic li a i.ic3:hover {
            background: #FD9F3E url(../images/img-sprite.png)no-repeat -303px 6px;
        }
        /*--contact--*/
        
        .contact {
            padding: 6em 0;
        }
        
        .us-contact {
            text-align: center;
        }
        
        .us-contact h3 {
            color: #172A88;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
        }
        
        .us-contact p {
            color: #A9A9A9;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
            width: 80%;
            margin: 0 auto;
        }
        
        .contact-bottom input[type="text"],
        .contact-bottom textarea {
            background: none;
            border: none;
            outline: none;
            border-bottom: 1px solid #D2D2D2;
            padding: 0.6em 1em;
            width: 100%;
            margin: 1em 0;
            font-size: 1em;
            color: #A9A9A9;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
        }
        
        .contact-bottom textarea {
            resize: none;
            min-height: 177px;
        }
        
        .grid-contact {
            padding: 2em 0;
        }
        
        .send {
            text-align: center;
        }
        
        .send label {
            color: #fd9f3e;
            font-size: 1em;
            text-decoration: none;
            border: 2px solid #fd9f3e;
            padding: 0.5em 1em;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            font-weight: normal;
        }
        
        .send input[type="submit"] {
            border: none;
            padding: 0;
            outline: none;
            background: none;
            cursor: pointer;
        }
        
        .send label:hover,
        .send label:active,
        .send label:focus {
            color: #fff;
        }
        
        .map iframe {
            width: 100%;
            height: 300px;
            border: none;
        }
        /*--gallery--*/
        
        .zoom-icon {
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
            background: transparent !important;
            border-radius: 0;
            cursor: pointer;
            overflow: hidden;
            -webkit-transition: 0.55s;
            -moz-transition: 0.55s;
            -o-transition: 0.55s;
            transition: 0.55s;
        }
        
        .zoom-icon:after {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            top: 50%;
            bottom: 50%;
            width: 0;
            height: 0;
            content: "";
            border-radius: 0;
            z-index: 0;
            -webkit-transition: 0.45s;
            -moz-transition: 0.45s;
            -o-transition: 0.45s;
            transition: 0.45s;
        }
        
        .zoom-icon:before {
            position: absolute;
            left: -50%;
            top: 48%;
            display: block;
            margin: 0;
            height: 0%;
            width: 200%;
            background: url(../images/dark.png);
            content: "";
            border-radius: 0;
            overflow: hidden;
            -webkit-transform: rotate(-55deg);
            -moz-transform: rotate(-55deg);
            -ms-transform: rotate(-55deg);
            -o-transform: rotate(-55deg);
            transform: rotate(-55deg);
            -webkit-transition: 0.65s;
            -moz-transition: 0.65s;
            -o-transition: 0.65s;
            transition: 0.65s;
        }
        
        .view a:hover .zoom-icon {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }
        
        .view a:hover .zoom-icon:before {
            left: -60%;
            top: -35%;
            height: 200%;
            width: 200%;
            -webkit-transform: rotate(-55deg);
            -moz-transform: rotate(-55deg);
            -ms-transform: rotate(-55deg);
            -o-transform: rotate(-55deg);
            transform: rotate(-55deg);
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
        }
        
        .view a:hover .zoom-icon:after {
            width: 44px;
            height: 63px;
            margin: -31px 0 0 -22px;
            -webkit-transition: 0.45;
            -moz-transition: 0.45;
            -o-transition: 0.45;
            transition: 0.45;
        }
        
        .view a:hover .zoom-icon {
            visibility: visible;
            border-radius: 0;
            overflow: hidden;
        }
        /*--gallery--*/
        
        .galley-grid {
            text-align: center;
            padding-bottom: 2em;
        }
        
        .galley-grid h3 {
            color: #172A88;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
        }
        
        .galley-grid p {
            color: #A9A9A9;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
            width: 80%;
            margin: 0 auto;
        }
        
        .gallery {
            padding: 6em 0;
        }
        
        .gallery-top {
            padding: 2em 0 0;
        }
        /*--gallery--*/
        /*--gallery--*/
        
        .b-link-stripe {
            position: relative;
            display: inline-block;
            vertical-align: top;
            font-weight: 300;
            width: 100%;
        }
        
        .b-link-stripe .b-wrapper {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            color: #ffffff;
            overflow: hidden;
        }
        
        .b-animate-go {
            text-decoration: none;
        }
        
        .b-animate {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            visibility: hidden;
            font-size: 1.1em;
            font-weight: 700;
        }
        
        .b-animate img {
            margin-top: 4%;
            display: -webkit-inline-box;
        }
        
        .b-animate ul {
            padding-top: 4em;
        }
        
        .b-animate ul li {
            list-style-type: none;
            display: inline-block;
        }
        
        .b-animate ul li label {
            width: 32px;
            height: 32px;
            display: block;
            cursor: pointer;
        }
        
        .b-animate ul li label.fb1 {
            background: url(../images/social2.png) no-repeat 1px 1px;
        }
        
        .b-animate ul li label.fb2 {
            background: url(../images/social2.png) no-repeat 1px -36px;
        }
        /* lt-ie9 */
        
        .b-animate-go:hover .b-animate {
            visibility: visible;
        }
        
        .b-from-top {
            position: relative;
            top: -100%;
            background: rgba(255, 255, 255, 0.72);
            background-size: 100% 100%;
            min-height: 150px;
            border-radius: 200px;
            width: 150px;
            margin: 0 auto;
        }
        
        .bottom-team:hover .b-from-top {
            top: 0;
        }
        /*--//gallery--*/
        /*--about--*/
        
        .about-top h3 {
            color: #172A88;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
        }
        
        .about-top {
            padding-top: 6em;
        }
        
        .about-in {
            padding: 3em 0;
        }
        
        .about-at {
            text-align: center;
            padding-bottom: 6em;
            width: 70%;
            margin: 0 auto;
        }
        
        .about-at h5 {
            color: #FD9F3E;
            font-size: 1.5em;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .about-at p {
            color: #A9A9A9;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
        }
        
        .about-grid {
            min-height: 720px;
            background: url(../images/aa.jpg) no-repeat center;
            width: 100%;
            display: block;
            background-size: cover;
            padding: 6em 0;
        }
        /*----*/
        
        .team {
            text-align: center;
        }
        
        .team h3 {
            color: #FFFFFF;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
            text-align: center;
        }
        
        .team p {
            color: #fff;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
            width: 80%;
            margin: 0 auto;
        }
        
        .about-grid1 {
            padding-top: 3em;
        }
        
        .member-team {
            text-align: center;
        }
        
        .member-team img {
            margin: 0 auto;
        }
        
        .member-team h4 {
            color: #fff;
            font-family: 'Montserrat Subrayada', sans-serif;
            font-size: 1.3em;
            padding-top: 1.5em;
        }
        
        .member-team span {
            color: #FFFFFF;
            font-size: 1.3em;
            padding: 0.5em 0;
            display: block;
            border-bottom: 1px solid #fff;
            margin-bottom: 1em;
            font-weight: 800;
        }
        
        .member-team p {
            color: #fff;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
        }
        /*--//about--*/
        /*--blog--*/
        
        .blog-1 {
            text-align: center;
        }
        
        .blog-1 h3 {
            font-size: 3em;
            color: #172A88;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .blog-1 p {
            color: #000000;
            font-size: 1em;
            line-height: 2em;
            padding: 0.5em 0 0;
            width: 80%;
            margin: 0 auto;
        }
        
        .blog-grid {
            padding: 5em 0;
        }
        
        .blog-top {
            background-color: #FAFAFA;
        }
        
        .blog-grid h4 {
            font-size: 1.5em;
            font-family: 'Montserrat Subrayada', sans-serif;
            padding-top: 0.8em;
            color: #FD9F3E;
        }
        
        .blog-grid h4 a {
            text-decoration: none;
            color: #FD9F3E;
        }
        
        .blog-grid h4 a:hover {
            color: #172A88;
        }
        
        .blog-grid p {
            font-size: 1em;
            color: #A9A9A9;
            line-height: 2em;
            margin-bottom: 1em;
        }
        
        ul.grid-blog li {
            display: inline-block;
        }
        
        ul.grid-blog li a,
        ul.grid-blog li span {
            text-decoration: none;
            font-size: 1em;
            color: #A9A9A9;
            display: inline-block;
            margin: 0 1em 0 0;
        }
        
        ul.grid-blog li i {
            margin: 0 5px 0 0;
            color: #172A88;
        }
        
        ul.grid-blog {
            padding: 0.8em 0 0.5em;
        }
        
        .pagin {
            text-align: center;
        }
        
        ul.pagination {
            margin: 0 auto;
            border-radius: 0px !important;
        }
        
        .pagination>.active>a,
        .pagination>li>a:hover {
            background-color: #172A88;
            border-color: #172A88;
            color: #fff;
        }
        
        .pagination>li>a,
        .pagination>li>span {
            color: #9F9F9F;
            font-size: 1.3em;
            padding: 1em 1.5em;
            line-height: 1em;
        }
        
        .pagination>li:first-child>a,
        .pagination>li:first-child>span {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }
        
        .pagination>li:last-child>a,
        .pagination>li:last-child>span {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }
        
        .blog {
            padding: 6em 0;
        }
        /*--//blog--*/
        /*--single--*/
        
        .comment h3 {
            font-size: 2.5em;
            color: #172A88;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        h4.media-heading {
            font-size: 1.5em;
            font-family: 'Montserrat Subrayada', sans-serif;
            color: #FD9F3E;
            float: left;
        }
        
        h5.reply {
            float: right;
        }
        
        h5.reply a {
            text-decoration: none;
            color: #172A88;
            font-size: 1.2em;
            display: block;
        }
        
        h5.reply a:hover {
            color: #000;
        }
        
        .media p {
            font-size: 1em;
            color: #A9A9A9;
            line-height: 2em;
            margin-bottom: 1em;
        }
        
        .media-left,
        .media>.pull-left {
            padding-right: 22px;
        }
        
        .leave h3 {
            font-size: 2.5em;
            color: #FD9F3E;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .single-us input[type="text"],
        .leave textarea {
            background: none;
            border: none;
            outline: none;
            border-bottom: 1px solid #D2D2D2;
            padding: 0.6em 1em;
            width: 100%;
            margin: 1em 0;
            font-size: 1em;
            color: #A9A9A9;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
        }
        
        .leave textarea {
            resize: none;
            width: 100%;
            margin: 0.5em 0em;
            height: 185px;
        }
        
        .send1 {
            text-align: center;
            padding-top: 1em;
        }
        
        .send1 label {
            color: #fd9f3e;
            font-size: 1em;
            text-decoration: none;
            border: 2px solid #fd9f3e;
            padding: 0.5em 1em;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            -ms-border-radius: 4px;
            font-weight: normal;
        }
        
        .send1 input[type="submit"] {
            border: none;
            padding: 0;
            outline: none;
            background: none;
            cursor: pointer;
        }
        
        .send1 label:hover,
        .send1 label:active,
        .send1 label:focus {
            color: #fff;
        }
        
        .single-us {
            padding: 0 2em 0 0;
        }
        
        .single-us:nth-child(2) {
            padding: 0;
        }
        
        .text-in {
            padding: 0;
        }
        
        .single-grid {
            padding: 0.7em 0;
        }
        
        .text-top {
            padding: 0.5em 0;
        }
        
        .leave {
            padding: 5em 0 5em;
        }
        
        .media {
            margin-top: 25px;
        }
        
        .single-top {
            padding: 6em 0 2em;
        }
        /*--single--*/
        /*--typo--*/
        
        .short-top {
            text-align: center;
        }
        
        .short-top h3 {
            color: #172A88;
            font-size: 3em;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .short-top p {
            font-size: 1em;
            color: #A9A9A9;
            line-height: 2em;
            margin: 0.5em auto 0;
            width: 80%;
        }
        
        .page-header h3 {
            font-size: 2.5em;
            color: #FD9F3E;
            font-family: 'Montserrat Subrayada', sans-serif;
        }
        
        .table>thead>tr>th,
        .table>tbody>tr>th,
        .table>tfoot>tr>th,
        .table>thead>tr>td,
        .table>tbody>tr>td,
        .table>tfoot>tr>td {
            padding: 8px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: none;
        }
        
        .grid1 {
            margin: 1.5em 0 0;
        }
        
        ul.nav.nav-pills {
            margin: 1.5em 0 0;
        }
        
        .grid2 {
            margin: 1em 0 0;
        }
        
        .page {
            padding: 6em 0;
        }
        
        .bs-example {
            padding: 1em 0 0;
        }
        
        .form-horizontal .control-label {
            text-align: left;
        }
        /*--//typo--*/
        /*--responsive--*/
        
        @media(max-width:1366px) {}
        
        @media(max-width:1280px) {}
        
        @media(max-width:1024px) {
            .banner-text {
                top: 16%;
                left: 22%;
                right: 22%;
            }
            .banner {
                min-height: 596px;
            }
            .content-mid1 h4 {
                font-size: 1.6em;
            }
            .portfolio-modal .close-modal .lr {
                height: 40px;
            }
            .portfolio-modal .close-modal .lr .rl {
                height: 40px;
            }
            .portfolio-modal .close-modal {
                width: 40px;
                height: 40px;
            }
        }
        
        @media(max-width:991px) {
            .banner-text p {
                width: 75%;
                margin: 1.5em auto 2em;
            }
            .banner {
                font-size: 10px;
                min-height: 400px;
            }
            .tabs li a {
                font-size: 1.2em;
            }
            .welcome {
                padding: 4em 0;
                width: 100%;
            }
            .fashion-img {
                margin-top: 2em;
            }
            .fashion-tab p,
            .fashion-tab2 p {
                padding: 2em 0;
            }
            .fashion-right {
                padding-top: 2em;
            }
            .fashion-img1 {
                padding-bottom: 2em;
            }
            .tab_img1 {
                padding-top: 2em;
            }
            .fashion-tab1 p {
                padding: 0em 0 1em;
            }
            .mid-1 {
                float: left;
                width: 25%;
            }
            .content-mid {
                padding: 4em 0;
            }
            .content-mid2 {
                margin-top: 2em;
            }
            .address1 {
                width: 70%;
            }
            .in-about {
                width: 66.66666667%;
                float: left;
            }
            .in-about1 {
                width: 33.33333333%;
                float: left;
            }
            .about-top {
                padding-top: 3em;
            }
            .about-at {
                padding-bottom: 4em;
                width: 95%;
            }
            .about-grid {
                padding: 4em 0;
            }
            .top-gal {
                float: left;
                width: 50%;
                padding-top: 2em;
            }
            .gal-top {
                width: 33.333%;
            }
            .gallery-top {
                padding: 0em 0 0;
            }
            .gallery {
                padding: 4em 0 3em;
            }
            .galley-grid {
                padding-bottom: 1em;
            }
            .contact {
                padding: 4em 0;
            }
            .blog {
                padding: 4em 0;
            }
            .blog-grid {
                padding: 4em 0;
            }
            .single-us {
                padding: 0 15px;
            }
            .single-us:nth-child(2) {
                padding: 0 15px;
            }
            .text-in {
                padding: 0 15px;
            }
            .leave {
                padding: 3em 0 4em;
            }
            .single-top {
                padding: 4em 0 2em;
            }
            .single-grid {
                padding: 0.7em 0 0;
            }
            .portfolio-modal .close-modal {
                top: 15px;
                right: 15px;
            }
            .col-lg-8.col-lg-offset-2 {
                margin-top: 4em;
            }
            .footer-in {
                margin-bottom: 1em;
            }
            /*--typo--*/
            h1.grid2 {
                font-size: 2.3em;
            }
            .page {
                padding: 4em 0;
            }
        }
        
        @media(max-width:768px) {
            .navbar-nav {
                float: none;
                background-color: #F7F7F7;
            }
            ul.nav.navbar-nav li a {
                padding: 10px 0em;
            }
            .navbar-collapse {
                border-top: none;
                box-shadow: none;
            }
            .navbar-default .navbar-toggle {
                border-color: #172A88;
            }
            .navbar-default .navbar-toggle .icon-bar {
                background-color: #FD9F3E;
            }
            .navbar-toggle {
                margin-top: 4px;
            }
            div#bs-example-navbar-collapse-1 {
                float: none;
            }
            .navbar-nav .open .dropdown-menu>li>a,
            .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 10px 0;
                color: #172A88 !important;
            }
            .navbar-default .navbar-toggle:hover,
            .navbar-default .navbar-toggle:focus {
                background-color: #FFF;
            }
            /*--typo--*/
            button.btn.btn-lg {
                font-size: 1.1em;
            }
            h1.grid2 {
                font-size: 2em;
            }
            h2.grid2 {
                font-size: 1.9em;
            }
            .b-wrapper1.long-img {
                padding-top: 16em;
            }
            td.add-check a {
                width: 106px;
            }
            .heart li a {
                margin: 0 0.3em;
            }
        }
        
        @media(max-width:640px) {
            .banner-text p {
                width: 85%;
            }
            .banner {
                min-height: 400px;
            }
            .welcome h2 {
                font-size: 2.5em;
                width: 100%;
            }
            .tabs li a {
                font-size: 1em;
            }
            .fashion-tab h4,
            .fashion-tab1 h4,
            .fashion-tab2 h4 {
                font-size: 1.6em;
            }
            .fashion-tab p,
            .fashion-tab2 p {
                padding: 2em 0 0;
            }
            .footer-top {
                padding-top: 7em;
            }
            .footer-left {
                padding: 3em 0;
            }
            .footer-class {
                float: none;
                text-align: center;
            }
            .social-ic {
                float: none;
                text-align: center;
                margin-top: 1em;
            }
            .banner-text h3 {
                font-size: 2.5em;
            }
            .banner-top {
                min-height: 270px;
            }
            .banner-text1 {
                padding-top: 4em;
            }
            .team h3,
            .about-top h3 {
                font-size: 2.5em;
            }
            .about-at h5 {
                font-size: 1.3em;
            }
            .gallery-top {
                padding: 0em 0 0;
            }
            .galley-grid h3 {
                font-size: 2.5em;
            }
            .gallery {
                padding: 4em 0 2em;
            }
            .us-contact h3 {
                font-size: 2.5em;
            }
            .short-top h3 {
                font-size: 2.5em;
            }
            .blog-1 h3 {
                font-size: 2.5em;
            }
            .leave h3,
            .comment h3 {
                font-size: 2em;
            }
        }
        
        @media(max-width:480px) {
            .banner-text h3 {
                font-size: 2em;
            }
            .banner-text img {
                width: 17%;
            }
            .banner-text p {
                margin: 1em auto 1.5em;
            }
            .banner {
                min-height: 200px;
            }
            .banner-text {
                top: 15%;
                font-size: 5px;
                left: 25%;
                right: 25%;
            }
            .welcome {
                padding: 2.5em 0;
                width: 100%;
            }
            .tabs li a {
                font-size: 0.9em;
                padding: 0.3em;
            }
            .fashion-tab p,
            .fashion-tab2 p {
                width: 95%;
            }
            .fashion-img1 {
                padding-bottom: 1em;
            }
            .content-mid {
                padding: 3em 0;
            }
            .footer-top {
                padding-top: 6em;
            }
            .mail input[type="submit"] {
                width: 23%;
            }
            .about-top {
                padding-top: 2.5em;
            }
            .about-in {
                padding: 2em 0;
            }
            .about-at h5 {
                font-size: 1.2em;
                line-height: 1.5em;
            }
            .about-at {
                padding-bottom: 3em;
            }
            .about-grid {
                padding: 3em 0;
            }
            .team p {
                width: 95%;
            }
            .galley-grid p {
                width: 95%;
            }
            .galley-grid {
                padding-bottom: 2em;
            }
            .gallery {
                padding: 3em 0 2em;
            }
            .us-contact p,
            .short-top p {
                width: 95%;
            }
            .grid-contact {
                padding: 1em 0;
            }
            .top-gal {
                width: 100%;
                padding-top: 1em;
            }
            .us-contact h3,
            .galley-grid h3,
            .team h3,
            .about-top h3,
            .short-top h3,
            .blog-1 h3 {
                font-size: 2.2em;
            }
            .contact {
                padding: 3em 0;
            }
            .blog {
                padding: 3em 0;
            }
            .pagination>li>a,
            .pagination>li>span {
                padding: 0.8em 1em;
            }
            .blog-grid h4 {
                font-size: 1.3em;
            }
            .blog-grid {
                padding: 3em 0;
            }
            .blog-1 p {
                width: 95%;
            }
            .leave h3,
            .comment h3 {
                font-size: 1.8em;
            }
            .single-top {
                padding: 3em 0 2em;
            }
            .leave {
                padding: 2em 0 3em;
            }
            .banner-text1 {
                padding-top: 2em;
            }
            .banner-text1 img {
                width: 30%;
            }
            .banner-top {
                min-height: 158px;
            }
            /*--typo--*/
            .page-header h3 {
                font-size: 2em;
            }
            button.btn.btn-lg {
                font-size: 1em;
                padding: 7px;
            }
            button.btn.btn-1 {
                font-size: 0.9em;
                padding: 8px;
            }
            button.btn.btn-sm {
                font-size: 0.8em;
                padding: 9px;
            }
            h1#h1-bootstrap-heading {
                font-size: 2.2em;
            }
            h2#h2-bootstrap-heading {
                font-size: 2em;
            }
            h1.grid2 {
                font-size: 1.45em;
            }
            h2.grid2 {
                font-size: 1.35em;
            }
            h3.grid2 {
                font-size: 1.3em;
            }
            h4.grid2 {
                font-size: 1.2em;
            }
        }
        
        @media(max-width:320px) {
            .banner-text h3 {
                font-size: 1.5em;
            }
            .banner-text span {
                font-size: 0.87em;
            }
            .banner-text p {
                width: 95%;
                font-size: 0.85em;
                margin: 1em auto 1em;
            }
            a.read-2 {
                font-size: 0.9em;
            }
            .banner {
                min-height: 315px;
            }
            .welcome h2 {
                font-size: 2em;
                width: 100%;
            }
            .tab-head {
                padding-top: 1em;
            }
            .fashion-tab {
                padding: 1em 0 0;
            }
            .fashion-tab h4,
            .fashion-tab1 h4,
            .fashion-tab2 h4 {
                font-size: 1.2em;
            }
            .fashion-tab p,
            .fashion-tab2 p {
                width: 99%;
                padding: 1em 0 0;
                font-size: 0.85em;
            }
            .fashion-img {
                margin-top: 1em;
                padding: 0;
            }
            .center-container {
                height: 200px;
            }
            .content-mid1 {
                padding: 0;
            }
            .content-mid1 h4 {
                font-size: 1.2em;
            }
            .content-mid {
                padding: 2em 0;
            }
            .content-mid1 p {
                font-size: 0.85em;
            }
            .content-mid2 {
                padding: 0;
            }
            .footer-in {
                padding: 0;
            }
            .mail {
                padding: 0;
            }
            .footer-in h6 {
                font-size: 1em;
                line-height: 1.6em;
                margin-bottom: 0.3em;
            }
            .mail input[type="text"] {
                width: 66%;
                padding: 0.4em 1em;
            }
            .mail input[type="submit"] {
                width: 32%;
                padding: 0.6em 0.5em;
            }
            .footer-top {
                padding-top: 4em;
            }
            .footer-left {
                padding: 1em 0;
            }
            .address1 p {
                font-size: 0.85em;
                line-height: 1.8em;
            }
            .address1 h6 {
                font-size: 1.1em;
            }
            .footer-right {
                padding: 1em 0;
            }
            .social-ic li a i {
                margin: 0px 0.3em;
            }
            .logo h1 {
                font-size: 1.8em;
            }
            .navbar-toggle {
                margin-top: 0px;
                margin-right: 0;
                margin-bottom: 3px;
            }
            .banner-top {
                min-height: 124px;
            }
            .us-contact h3,
            .galley-grid h3,
            .team h3,
            .about-top h3,
            .short-top h3,
            .blog-1 h3 {
                font-size: 1.8em;
            }
            .in-about {
                width: 100%;
                float: left;
                padding: 0;
                margin-bottom: 1em;
            }
            .in-about1 {
                width: 100%;
                float: left;
                padding: 0;
            }
            .about-at h5 {
                font-size: 1em;
            }
            .about-at {
                width: 100%;
                padding-bottom: 2em;
            }
            .about-at p {
                font-size: 0.85em;
            }
            .about-in {
                padding: 1.5em 0;
            }
            .about-top {
                padding-top: 2em;
            }
            .team p {
                font-size: 0.85em;
            }
            .member-team h4 {
                font-size: 1.2em;
            }
            .member-team span {
                font-size: 1.2em;
            }
            .member-team p {
                font-size: 0.85em;
            }
            .about-grid {
                padding: 2em 0;
            }
            .about-grid1 {
                padding-top: 2em;
            }
            a.more {
                padding: 0.4em 0.7em;
            }
            .footer-top {
                min-height: 204px;
            }
            .gallery {
                padding: 2em 0 1em;
            }
            .galley-grid p {
                font-size: 0.85em;
            }
            .top-gal {
                padding: 0 5px 10px;
            }
            .blog {
                padding: 2em 0;
            }
            .blog-1 p {
                font-size: 0.85em;
            }
            .blog-grid {
                padding: 1.5em 0;
            }
            .blog-grid h4 {
                font-size: 1.2em;
                line-height: 1.5em;
            }
            ul.grid-blog li a,
            ul.grid-blog li span {
                font-size: 0.85em;
            }
            .blog-grid p {
                font-size: 0.85em;
            }
            a.more {
                font-size: 0.9em;
            }
            .pagination>li>a,
            .pagination>li>span {
                font-size: 1em;
            }
            .short-top p {
                font-size: 0.85em;
            }
            .us-contact p {
                font-size: 0.85em;
            }
            .contact-bottom {
                padding: 0;
            }
            .contact-bottom input[type="text"],
            .contact-bottom textarea {
                margin: 0.5em 0;
                font-size: 0.9em;
            }
            .contact-bottom textarea {
                min-height: 130px;
            }
            .send label {
                font-size: 0.9em;
            }
            .contact {
                padding: 2em 0;
            }
            h4.media-heading {
                font-size: 1em;
            }
            h5.reply a {
                font-size: 1em;
            }
            .media p {
                font-size: 0.85em;
            }
            .single-us,
            .single-us:nth-child(2) {
                padding: 0;
            }
            .single-us input[type="text"],
            .leave textarea {
                margin: 0.5em 0;
                font-size: 0.9em;
            }
            .text-in {
                padding: 0;
            }
            .leave textarea {
                height: 120px;
            }
            .leave {
                padding: 2em 0 2em;
            }
            .send1 label {
                font-size: 0.9em;
            }
            .portfolio-modal .modal-content p {
                font-size: 0.9em;
                padding: 20px 0;
                line-height: 1.8em;
            }
            .portfolio-modal .modal-content h3 {
                font-size: 1.7em;
            }
            .col-lg-8.col-lg-offset-2 {
                margin-top: 2em;
            }
            .map iframe {
                height: 200px;
            }
            /*--typo--*/
            h1#h1-bootstrap-heading {
                font-size: 1.6em;
            }
            h2#h2-bootstrap-heading {
                font-size: 1.5em;
            }
            h3#h3-bootstrap-heading {
                font-size: 1.4em;
            }
            button.btn.btn-lg {
                font-size: 0.9em;
                margin: 0 0 0.5em 0px;
                padding: 9px;
            }
            .grid1 {
                margin: 0.7em 0 0;
            }
            button.btn.btn-1 {
                font-size: 0.8em;
                margin: 0 0 0.5em;
            }
            button.btn.btn-sm {
                font-size: 0.7em;
                padding: 5px;
                margin: 0 0 0.5em;
            }
            button.btn.btn-xs {
                font-size: 0.7em;
            }
            ul.nav.nav-pills a {
                padding: 0.5em;
                font-size: 0.9em;
            }
            span.label {
                margin: 0 0 0.5em;
                display: inline-block;
            }
            .page {
                padding: 2em 0 1em;
            }
            .page-header {
                margin: 16px 0 9px;
            }
            .grid2 {
                margin: 0.4em 0 0;
            }
            .bs-example {
                padding: 1em 0 0;
            }
            .page-header h3 {
                font-size: 1.6em;
            }
            td.add-check a {
                width: 86px;
            }
        }
        
        .pro_logo {
            position: relative;
            margin-bottom: 20px
        }
        
        .pro_logo::before,
        .pro_logo::after {
            position: absolute;
            content: '';
            height: 1px;
            background-color: #385dc6;
            top: 35px
        }
        
        .pro_logo::before {
            width: 50px
        }
        
        .pro_logo::after {
            width: calc(100% - 270px)
        }
        
        .pro_logo img {
            margin-left: 60px;
            margin-right: 10px
        }
        
        @media screen and (max-width: 769px) {
            .pro_logo {
                position: relative;
                margin-bottom: 20px
            }
            .pro_logo::before,
            .pro_logo::after {
                position: absolute;
                content: '';
                height: 1px;
                background-color: #385dc6;
                top: 35px
            }
            .pro_logo::before {
                width: 50px
            }
            .pro_logo::after {
                width: calc(100% - 270px)
            }
            .pro_logo img {
                margin-left: 60px;
                margin-right: 10px
            }
        }
        
        @media (max-width: 480px) {
            .pro_logo {
                text-align: center
            }
            .pro_logo img {
                width: 150px;
                margin: 0
            }
            .pro_logo::before,
            .pro_logo::after {
                top: 26px
            }
            .pro_logo::after {
                width: 25%;
                right: 0
            }
            .pro_logo::before {
                width: 25%;
                left: 0
            }
        }
        
        .brand_intro_box {
            position: relative;
            margin-top: 40px
        }
        
        .brand_intro_box::after {
            position: absolute;
            content: '';
            width: 90%;
            height: 200px;
            border: 2px solid #d6d6d6;
            top: 10px;
            left: 20px;
            z-index: -1
        }
        
        .brand_intro_box img {
            float: left;
            width: 45%
        }
        
        .brand_intro {
            float: right;
            width: 55%;
            margin-top: 30px;
            background-color: rgba(255, 255, 255, 0.95);
            padding: 25px;
            box-shadow: 0 0 8px #d3d3d3
        }
        
        .title_style {
            position: relative;
            color: #fff;
            display: inline-block;
            padding: 5px 10px;
            font-weight: 600;
            font-size: 22px;
            background-color: orange
        }
        
        .title_style::after {
            position: absolute;
            content: '';
            width: 3px;
            height: 100%;
            left: -5px;
            top: 0;
            background-color: orange
        }
        
        .title_style i {
            margin-left: 5px;
            font-size: 16px
        }
        
        .brand_intro_t {
            padding: 0 20px
        }
        
        .brand_feature {
            margin-top: 50px
        }
        
        .brand_feature figure {
            width: calc(100% / 4);
            text-align: center;
            float: left;
            padding: 0 15px;
            margin-bottom: 15px
        }
        
        .brand_feature_icon_box {
            position: relative;
            text-align: center;
            display: inline-block;
            box-shadow: 0 0 0 3px #385dc6;
            border-radius: 60%;
            width: 80px;
            height: 80px;
            line-height: 75px;
            margin-bottom: 15px
        }
        
        .brand_feature_icon_box::after {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            content: '';
            box-sizing: content-box;
            margin-left: 50%;
            margin-top: 50%;
            top: -40px;
            left: -40px;
            z-index: -1;
            background: #385dc6;
            -webkit-transition: -webkit-transform 0.2s, opacity .2s;
            -moz-transition: -moz-transform 0.2s, opacity .2s;
            transition: transform 0.2s, opacity .2s
        }
        
        .brand_feature_box figure:hover .brand_feature_icon_box::after {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85)
        }
        
        .brand_feature_icon img {
            width: 45px
        }
        
        .brand_feature figcaption p:nth-of-type(1) {
            color: #fd9b00;
            font-weight: 600;
            font-size: 18px
        }
        
        .brand_feature figcaption .defult_p {
            text-align: center
        }
        
        .brand_intro_box_un img {
            float: right
        }
        
        .brand_intro_box_un .brand_intro {
            float: left
        }
        
        .brand_intro_box .brand_intro p>i {
            margin-right: 10px;
            color: #fd9b00
        }
        
        .brand_intro_box .sp_img {
            padding: 10px;
            background-color: #fff;
            box-shadow: 0 0 8px #d3d3d3
        }
        
        .brand_feature_icon_sp .brand_feature_icon_box {
            float: left
        }
        
        .brand_feature_icon_sp figcaption {
            float: right;
            width: calc(100% - 120px);
            margin-left: 0
        }
        
        .brand_feature_icon_sp figcaption p {
            margin-left: 0
        }
        
        @media (max-width: 996px) {
            .brand_intro_box img {
                width: 80%
            }
            .brand_intro {
                width: 100%;
                margin-top: 10px
            }
        }
        
        @media (max-width: 768px) {
            .brand_intro {
                width: 100%
            }
            .brand_feature_box {
                display: flex;
                flex-wrap: wrap
            }
            .brand_feature_box figure {
                margin: 0 0 20px;
                padding: 20px;
                border: 2px solid #385dc6
            }
            .brand_feature figure {
                width: calc(100% / 2 - 20px);
                margin: 10px
            }
            .brand_intro_box::after {
                height: 500px;
            }
            .brand_feature_box {
                display: flex;
                flex-wrap: wrap
            }
            .brand_feature_box figure {
                margin: 0 0 20px;
                padding: 20px;
                border: 2px solid #385dc6
            }
            .brand_feature figure {
                width: calc(100% / 2 - 20px);
                margin: 10px
            }
        }
        
        @media (max-width: 480px) {
            .brand_intro {
                padding: 15px
            }
            .brand_feature {
                margin-top: 30px
            }
            .brand_feature figure {
                width: 100%;
                margin: 10px 0
            }
            .img_exp figure {
                border-bottom: 1px solid #eee
            }
            .img_exp figcaption {
                margin-top: 10px
            }
            .product_inner .mj_title {
                margin-top: 30px
            }
            .mj_title h3 {
                font-size: 22px
            }
            .brand_intro h4 {
                font-size: 20px
            }
            .brand_feature_icon_sp .brand_feature_icon_box {
                float: none;
                margin: 0 auto 20px;
                display: block
            }
            .brand_feature_icon_sp figcaption {
                float: none;
                width: 100%;
                text-align: center
            }
            .brand_feature_box02 .brand_feature_icon_box::before {
                border-top: 15px solid #fd9b00;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: none;
                right: 50%;
                margin-right: -11px;
                top: auto;
                bottom: -15px;
                margin-top: auto
            }
            .build_feature figure {
                width: calc(100% - 20px)
            }
            .build_l_box img {
                width: 100%
            }
            .build_l_box figcaption {
                margin-top: 10px
            }
            .cons_box .cons_img {
                width: 100%
            }
            .cons_box_img figure {
                width: calc(100% - 30px)
            }
            .brand_intro_box::after {
                height: 200px;
            }
            .brand_intro {
                padding: 15px
            }
            .brand_feature {
                margin-top: 30px
            }
            .brand_feature figure {
                width: 100%;
                margin: 10px 0
            }
            .brand_feature_icon_sp .brand_feature_icon_box {
                float: none;
                margin: 0 auto 20px;
                display: block
            }
            .brand_feature_icon_sp figcaption {
                float: none;
                width: 100%;
                text-align: center
            }
            .brand_feature_box02 .brand_feature_icon_box::before {
                border-top: 15px solid #fd9b00;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: none;
                right: 50%;
                margin-right: -11px;
                top: auto;
                bottom: -15px;
                margin-top: auto
            }
        }
        /*----------------------------*/
        
        .product_step {
            display: flex;
            flex-wrap: wrap
        }
        
        .product_step .step_box {
            width: calc(100% / 4 - 30px);
            margin: 0 15px;
            float: left;
            background-color: #f6f6f6;
            padding: 20px;
            border-radius: 5px;
            position: relative
        }
        
        .product_step .step_box::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 15px solid #f6f6f6;
            border-bottom: 10px solid transparent;
            right: -15px;
            top: 50%;
            margin-top: -10px
        }
        
        .product_step_ra .step_box {
            width: calc(100% / 3 - 30px)
        }
        
        .product_step .last_step_box::before {
            display: none
        }
        
        .step_title_style {
            background-color: #385dc6;
            padding: 10px;
            color: #fff;
            border-radius: 5px;
            margin: 0 0 10px;
            font-weight: 600
        }
        
        .step_title_style i {
            margin-left: 10px
        }
        
        .step_box:hover {
            background-color: #fd9b00;
            -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
        }
        
        .step_box:hover::before {
            border-left: 15px solid #fd9b00;
            -webkit-transition: -webkit-transform 0.2s, opacity .2s;
            -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
        }
        
        .step_box:hover .step_title_style {
            background-color: #fff;
            color: #fd9b00
        }
        
        .step_box:hover p {
            color: #fff
        }
        
        .product_step_ra .step_box {
            width: calc(100% / 3 - 30px)
        }
        
        .ralon_brand_feature {
            margin-top: 30px
        }
        
        .ralon_brand_feature figure {
            width: calc(100% / 7 - 20px);
            margin: 0 10px;
            float: left;
            text-align: center
        }
        
        .ralon_brand_feature_icon {
            position: relative;
            background-color: #385dc6;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px
        }
        
        .ralon_brand_feature_icon::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid #385dc6;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            bottom: -10px;
            left: 50%;
            margin-left: -10px
        }
        
        .ralon_brand_feature figcaption {
            color: #fd9b00;
            font-size: 18px;
            font-weight: 600
        }
        
        .usl_brand_feature figure {
            width: calc(100% / 5)
        }
        
        .no_title_table .table-container {
            margin-bottom: 30px
        }
        
        .product_step_sol {
            margin-top: 30px
        }
        
        .step_box:hover ul {
            color: #fff
        }
        
        .product_step_sol .step_box {
            width: calc(100% / 2 - 30px);
            margin-bottom: 30px
        }
        
        .product_step_sol .step_box::before {
            display: none!important
        }
        
        @media (max-width: 996px) {
            .product_step .step_box {
                width: calc(100% / 2 - 30px);
                margin: 0 15px 30px
            }
            .product_step .step_box::before {
                display: none
            }
        }
        
        @media (max-width: 640px) {
            .product_step .step_box {
                width: 100%;
                margin: 0 auto 20px
            }
        }
        
        .defult_p {
            line-height: 28px;
            letter-spacing: 1px;
            text-align: justify
        }
        
        .mj_title {
            margin-bottom: 25px
        }
        
        .mj_title h3 {
            position: relative;
            border-bottom: 1px solid #385dc6;
            display: inline-block;
            padding: 0 50px 3px 5px;
            margin: 0 0 5px;
            letter-spacing: 1px;
            font-weight: 600;
            color: #5a5a5a
        }
        
        .mj_title h3::after {
            position: absolute;
            content: '';
            height: 2px;
            width: 50px;
            left: 0;
            bottom: -3px;
            background-color: #385dc6
        }
        
        .mj_title span {
            display: block;
            color: #385dc6;
            font-size: 14px;
            padding-left: 5px
        }
        /*------------------------------------------------------------*/
        
        .series_tit {
            font-size: 18px;
            color: #385dc6;
            font-weight: 600;
            margin-top: 30px
        }
        
        .series_tit i {
            margin-right: 5px;
            color: #fd9b00;
            font-size: 15px
        }
        
        .table-container {
            width: 100%;
            overflow-y: auto;
            _overflow: auto;
            margin: 0
        }
        
        .m-tables {
            width: 100%;
            background-color: #fff;
            border-left: 1px #eee solid;
            border-top: 1px #eee solid
        }
        
        .m-tables th,
        .m-tables td {
            font-size: 15px;
            padding: 5px;
            border-bottom: 1px #eee solid;
            border-right: 1px #eee solid;
            text-align: center
        }
        
        .m-tables th {
            font-weight: 700;
            background-color: #44c0df;
            font-weight: 400;
            padding: 10px;
            color: #fff;
            white-space: nowrap
        }
        
        .m-tables tr:nth-child(odd) {
            background-color: #f9f9f9
        }
        
        .s_tt {
            border-bottom: 1px solid #eee;
            padding: 10px;
            color: #888
        }
        
        .product_inner .mj_title {
            margin-top: 50px
        }
        /*------------------------------------------------------------*/
        
        .brand_intro_t {
            padding: 0 20px
        }
        
        .brand_feature {
            margin-top: 50px
        }
        
        .brand_feature figure {
            width: calc(100% / 4);
            text-align: center;
            float: left;
            padding: 0 15px;
            margin-bottom: 15px
        }
        
        .brand_feature_icon_box {
            position: relative;
            text-align: center;
            display: inline-block;
            box-shadow: 0 0 0 3px #385dc6;
            border-radius: 60%;
            width: 80px;
            height: 80px;
            line-height: 75px;
            margin-bottom: 15px
        }
        
        .brand_feature_icon_box::after {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            content: '';
            box-sizing: content-box;
            margin-left: 50%;
            margin-top: 50%;
            top: -40px;
            left: -40px;
            z-index: -1;
            background: #385dc6;
            -webkit-transition: -webkit-transform 0.2s, opacity .2s;
            -moz-transition: -moz-transform 0.2s, opacity .2s;
            transition: transform 0.2s, opacity .2s
        }
        
        .brand_feature_box figure:hover .brand_feature_icon_box::after {
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            transform: scale(0.85)
        }
        
        .brand_feature_icon img {
            width: 45px
        }
        
        .brand_feature figcaption p:nth-of-type(1) {
            color: #fd9b00;
            font-weight: 600;
            font-size: 18px
        }
        
        .brand_feature figcaption .defult_p {
            text-align: center
        }
        
        .brand_feature_box02 .brand_feature_icon_box {
            box-shadow: 0 0 0 3px #fd9b00;
            vertical-align: middle;
            display: inline-block
        }
        
        .brand_feature_box02 .brand_feature_icon_box::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 15px solid #fd9b00;
            border-bottom: 10px solid transparent;
            right: -15px;
            top: 50%;
            margin-top: -10px
        }
        
        .brand_feature_box02 .brand_feature_icon_box::after {
            background-color: #fd9b00
        }
        
        .brand_feature_box02 figure {
            width: 100%;
            vertical-align: middle;
            margin-bottom: 10px
        }
        
        .brand_feature_box02 figcaption {
            vertical-align: middle;
            margin-left: 35px;
            display: inline-block
        }
        
        .brand_feature_box02 figcaption span {
            display: block;
            color: #385dc6;
            font-weight: 600;
            font-size: 20px
        }
        
        .brand_feature_box02 figcaption p {
            display: inline-block;
            margin-left: 15px
        }
        
        .brand_feature_icon_sp .brand_feature_icon_box {
            float: left
        }
        
        .brand_feature_icon_sp figcaption {
            float: right;
            width: calc(100% - 120px);
            margin-left: 0
        }
        
        .brand_feature_icon_sp figcaption p {
            margin-left: 0
        }
        
        .same_brand_feature {
            color: #fd9b00;
            font-weight: 600;
            font-size: 18px
        }