﻿
@media(min-width: 992px) {
    #sticker {
        display: block;
        line-height: 14px;
        padding-left: 160px;
    }

    #sticker-container .tbl > .tbl-cell {
        vertical-align: middle;
    }

        #sticker-container .tbl > .tbl-cell.mobile {
            display: none;
        }

    #sticker-container.menu-fix {
        z-index: 999;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fafafa;
    }

    #sticker-container ul.main-menu {
        display: table;
        padding: 0;
        margin: 0;
        float: right;
    }

    #sticker .main-menu:after {
        display: table;
        clear: both; /* content: ""; */
    }

    #sticker .main-menu > li {
        position: relative;
        text-align: center;
        transition: ease-in-out .3s;
        padding: 0 20px;
        line-height: 72px;
    }

        #sticker .main-menu > li.mobile {
            display: none;
        }

    #sticker .main-menu ul > li > a {
        display: block;
        white-space: nowrap;
    }

    #sticker .main-menu > li > a {
        color: #575656;
        transition: ease-in-out .3s;
        display: block;
        line-height: 72px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        font-family: "texgyreadventor-bold", sans-serif;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
    }

    #sticker .main-menu > li:first-child i {
        font-size: 22px;
        color: #00529c;
        font-weight: 400
    }

    #sticker .main-menu > li:hover > a, #sticker .main-menu > li.active > a {
        color: #00529c;
    }

    #sticker .main-menu > li:last-child {
        border-right: 0;
        padding-right: 0;
        background: none;
        list-style: none;
    }

    #sticker .main-menu > li ul {
        background: #fff;
        list-style: none;
        position: absolute;
        min-width: 260px;
        top: 100%;
        left: 0;
        z-index: 1000;
        transform: translate(0,10px);
        box-shadow: none;
        border-radius: 0;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        border-radius: 0 0 4px 4px;
        border-top: 4px solid #d3d1d147;
        transform: scaley(0);
        transform-origin: 50% 0;
    }

    #sticker .main-menu > li:nth-child(2) ul {
        left: 0;
        right: auto;
    }

    #sticker .main-menu > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transition: ease-in-out .3s;
        transform: scaley(1);
    }

    #sticker .main-menu > li ul:after {
        content: "";
        display: block;
        position: absolute;
        height: .4px;
        top: -.4px;
        width: 100%;
    }

    #sticker .main-menu > li ul > li > a {
        border-bottom: 1px solid #00529c;
        color: #442314;
        padding: 12px 10px 14px;
        line-height: 18px;
        border-left: 3px solid rgba(17, 17, 17, 0);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 15px;
        text-align: left;
        font-weight: bold;
    }

    #sticker .main-menu > li ul > li:last-child > a {
        border-bottom: 0;
    }

    #sticker .main-menu > li ul > li > a:hover, #sticker .main-menu > li ul > li.active > a {
        background: #ffffff;
        color: #00529c;
        border-left: 3px solid #00529c;
        padding-left: 5px
    }
}

@media(max-width: 991px) {
    #sticker .main-menu > li.mobile {
        display: block;
    }

    #sticker {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        position: fixed;
    }

        #sticker.opened {
            visibility: visible;
            opacity: 1;
            transition: ease-in-out .3s;
        }

        #sticker .container {
            padding: 0;
        }

    #sticker-overlay {
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    #sticker-wrapper {
        width: 310px;
        max-width: 100%;
        background: #00529c;
        height: 1%;
        border: none;
        z-index: 1;
        left: -100%;
        display: block;
        position: relative;
        padding: 116px 0 50px;
        transition: all .3s ease-out;
        margin: 0;
        opacity: 0;
        transform: scaleX(0);
    }

    #sticker.opened #sticker-wrapper {
        left: 0;
        z-index: 9999;
        opacity: 1;
        transform: scale(1);
        animation-name: example;
        animation-duration: 1s;
        animation-iteration-count: 1;
        height: 100%
    }

    #sticker.opened #sticker-overlay {
        opacity: 1;
        visibility: visible;
    }

    #sticker .tbl, #sticker .tbl-cell {
        display: block;
        width: 100%;
    }

    #sticker .sticker-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        #sticker .sticker-header .title {
            font-size: 20px;
            line-height: 75px; /* font-weight: 700; */
            text-transform: uppercase;
            color: #fff;
            padding: 0 50px 0 20px;
        }

        #sticker .sticker-header .close-menu {
            width: 40px;
            height: 40px;
            line-height: 40px;
            position: absolute;
            right: 5px;
            top: 17px;
            cursor: pointer;
            text-transform: uppercase;
        }

            #sticker .sticker-header .close-menu:before, #sticker .sticker-header .close-menu:after {
                width: 18px;
                height: 2px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -1px 0 0 -9px;
                content: "";
                background: #fff;
            }

            #sticker .sticker-header .close-menu:before {
                transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            }

            #sticker .sticker-header .close-menu:after {
                transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            }

    #sticker .sticker-body {
        max-height: 100%;
        overflow: auto;
        transition: all 1s ease-in-out;
    }

    #sticker .search form {
        position: relative;
    }

        #sticker .search form input {
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0 30px 0 15px;
            background-color: #fff;
            border: none;
            outline: none !important;
        }

        #sticker .search form button {
            position: absolute;
            top: 7px;
            right: 10px;
            background: none !important;
            color: #666;
            outline: none !important;
            border: none;
            font-size: 20px;
            padding: 0;
        }

    #sticker ul.main-menu {
        display: block;
        float: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 46px;
    }

    #sticker .main-menu > li {
        display: block;
        border-bottom: 1px solid #cdd0cc;
        padding: 0;
        position: relative;
        width: 100%;
    }

        #sticker .main-menu > li:last-child {
            display: none
        }

        #sticker .main-menu > li > a {
            color: #ffffff;
            line-height: 14px;
            padding: 11px 45px 11px 15px;
            display: block;
            text-align: left;
            font-weight: normal;
            font-size: 16px;
            text-transform: capitalize;
            position: relative
        }

    #sticker #sticker-wrapper .main-menu > li > .fa {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 39px;
        width: 39px;
        text-align: center;
        cursor: pointer;
        margin: 0;
        font-size: 12px;
        display: block;
        color: #fff;
    }

        #sticker #sticker-wrapper .main-menu > li > .fa i {
            display: none
        }

    #sticker ul.main-menu > li ul {
        position: static;
        transform: none;
        width: 100%;
        padding-left: 10px;
        margin-left: 0;
        background-color: transparent;
        display: none;
        margin-bottom: 10px;
    }

        #sticker ul.main-menu > li ul:after {
            display: none;
        }

        #sticker ul.main-menu > li ul > li {
            border-bottom: none;
            list-style: none;
        }

            #sticker ul.main-menu > li ul > li > a {
                border-bottom: none;
                padding: 7px 10px 7px 20px;
                color: #fff;
                font-size: 14px;
                position: relative;
                line-height: 24px;
            }

                #sticker ul.main-menu > li ul > li > a:before {
                    content: "\f105";
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 12px;
                    left: 5px;
                    position: absolute;
                    top: 8px
                }

    #sticker .sticker-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #00529c;
        color: #fff;
    }

    #sticker .hotline {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 16px;
        padding-right: 0;
        color: #fff;
    }

        #sticker .hotline a {
            color: #fff
        }

        #sticker .hotline .text {
            min-height: 34px;
            line-height: 34px;
            background: url('../img/hotline-icon.png') 3px 4px no-repeat;
            white-space: nowrap;
            padding: 0px 10px 0px 40px;
            background-color: #fff !important;
            border-radius: 34px;
        }

            #sticker .hotline .text span, #sticker .main-menu > li.hotline .text b {
                display: inline-block;
                font-weight: 600;
            }

            #sticker .hotline .text span {
                color: #5d5d5d;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 0;
                padding-right: 5px;
            }

            #sticker .hotline .text b {
                color: #0a4976;
                font-size: 16px;
            }

    #sticker .lang {
        border-top: 1px solid #006530;
        padding: 12px 15px;
        text-transform: uppercase;
    }

        #sticker .lang .current {
            color: #ddd;
            font-weight: bold;
        }

    #sticker .socials {
        display: inline-block;
        width: auto;
        color: #fff;
        margin-bottom: 0;
        padding: 0;
        background: #03315b;
    }

        #sticker .socials:after {
            content: "";
            display: table;
            clear: both;
        }

    #sticker .top-header .right ul {
        display: block;
        width: 100%;
    }

    #sticker .socials > li {
        width: 20%;
        border: none;
        float: left;
        list-style: none;
    }

        #sticker .socials > li > a {
            padding: 0;
            display: block;
            height: 50px;
            line-height: 50px;
            border: 1px solid #b5cec1;
            text-align: center;
            border-left: none;
            text-transform: uppercase;
            font-size: 19px;
            color: #fff;
        }

        #sticker .socials > li:last-child > a {
            border-right: 0;
        }

    #sticker .top-header {
        height: 50px;
        border-top: 1px solid #b5bfba;
        padding: 12px;
        background: #03315b;
        color: #fff;
    }

    #sticker .socials > li > a .fa {
        border-radius: 0;
        font-size: 20px;
        color: #fff;
    }

    #sticker .socials > li:last-child > a .fa {
        border-right: none;
    }

    #sticker .top-header .right ul li.hotline:before {
        top: 6px;
    }

    #touch-menu {
        width: 29px;
        height: 25px;
        float: right;
        position: absolute;
        right: 15px;
        top: 5px;
        z-index: 99;
        transition: ease-in-out .3s;
    }

        #touch-menu .touch-menu-inner, #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
            position: absolute;
            background-color: #fff;
            width: 30px;
            height: 4px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
        }

        #touch-menu .touch-menu-inner {
            display: block;
            margin-top: -2px;
            top: auto;
            bottom: 0;
            transition-delay: .13s;
            transition-timing-function: cubic-bezier(.55,.055,.675,.19);
            transition-duration: .13s;
        }

        #touch-menu.opened .touch-menu-inner {
            transition-delay: .22s;
            transition-timing-function: cubic-bezier(.215,.61,.355,1);
            transform: translate3d(0,-10px,0) rotate(-45deg);
        }

            #touch-menu.opened .touch-menu-inner:before {
                top: 0;
                transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
                transform: rotate(-90deg);
            }

            #touch-menu.opened .touch-menu-inner:after {
                top: 0;
                transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
                opacity: 0;
            }

        #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
            display: block;
            content: "";
        }

        #touch-menu .touch-menu-inner:before {
            top: -10px;
            transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
        }

        #touch-menu .touch-menu-inner:after {
            top: -20px;
            transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
        }
}

@media(max-width:1200px) {
}

@media(max-width:991px) {
    .fixed #sticker .main-menu > li, .fixed #sticker .main-menu > li > a {
        line-height: 14px
    }

    #sticker .top-header ul {
        padding: 0
    }

    .fixed #sticker {
        width: 100%
    }
}

@media(max-width:768px) {
    .fixed #logo, #logo {
        position: absolute;
        top: -34px;
        width: 68px;
        padding: 5px;
        height: auto;
        box-shadow: 0 0 10px rgba(0,0,0,.4);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .fixed #logo img {
            width: 100%
        }

    .content-dt .lSAction > .lSPrev {
        left: 0;
    }

    .content-dt .lSAction > a {
        right: 0;
    }

    .top-header {
        height: 35px;
    }

    .footer .item {
        width: 100% !important;
        margin-bottom: 15px
    }

        .footer .item h3 {
            margin-bottom: 0px
        }

    .footer {
        padding: 15px 0
    }

    .about-id .content, .about-id .item {
        padding: 0;
        overflow: hidden;
    }

    .project .nav-tabs a {
        margin-bottom: 10px;
        line-height: 24px;
        display: block;
        font-size: 14px;
        overflow: hidden;
        clear: both;
    }

    .content-dt .lSAction > a {
        top: 50%;
        background-color: #3333335c;
    }

    .detail-contact h1, .form-submit h2 {
        text-align: center
    }

    .item-contact, .form-submit {
        height: auto;
        margin-bottom: 10px;
    }

    .detail-product .item {
        width: 100%;
        margin-bottom: 10px;
    }

        .detail-product .item .desc {
            padding: 0
        }

    .content-detail-project {
        margin-bottom: 0
    }

    .detail-content {
        margin: 0
    }

    .detail-product .item ._img a {
        height: auto
    }

    .detail-product {
        margin-bottom: 0
    }

    .detail-content p {
        margin: 5px 0
    }

    .library ._img {
        height: auto
    }

    .detail-product .item ._img img {
        height: auto
    }

    #imageGallery2 li {
        height: auto !important
    }
}

@media(max-width:480px) {
    .news .item-first ._img {
        height: auto
    }

    .news ._img {
        width: 100%;
        height: auto
    }

    .news .text {
        width: 100%;
        padding: 10px
    }

    .copy-right .item-left ul li a, .copy-right .item-left p {
        display: block;
        clear: both;
        margin: 2px 0;
    }

    .copy-right .item-right {
        float: initial;
        clear: both;
    }

        .copy-right .item-right ul {
            margin: 0 auto
        }

    .slider-banner .desc .content .item-ct:nth-child(2) {
        display: none
    }

    .slider-banner .desc .item-ct p, .banner-ab .text p {
        font-size: 18px;
        line-height: 16px;
        padding-left: 9px;
    }

    .slider-banner .desc .item-ct span, .banner-ab .text span {
        font-size: 14px
    }

    .slider-banner .desc .item-ct {
        width: 100%;
        height: 100%;
        justify-content: left;
        padding-left: 15px;
    }

    .slider-banner .lSSlideOuter .lSPager.lSpg {
        bottom: 0
    }

    .tit h2 {
        font-size: 20px
    }

    .project {
        padding: 20px 0
    }

    .top-header .right li:nth-child(1) a {
        font-size: 14px
    }

    .content-project .content .item {
        width: 100%;
        margin: 7.5px 0;
    }

    .content-project .item ._img {
        height: auto;
    }

    .content-detail-project .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .content-detail-project .desc {
        padding: 0
    }

    .content-project .content {
        margin: 10px 0;
    }

    .tool-right ul {
        margin-bottom: 0;
        padding: 0
    }

    .content-intro .content h2 {
        margin: 10px 0
    }

    .right-bar ul li {
        line-height: 24px
    }

    .content-news {
        margin-top: 10px
    }

    .news-detail .desc {
        width: 100%;
        padding: 15px 10px;
    }

    .news-detail ._img {
        width: 100%;
        height: auto;
    }

    .content-product .slider-sp .item {
        margin: 8.5px 0;
        width: 100%;
    }

    .content-product .slider-sp {
        margin: 0
    }

    .tit-ct {
        margin-top: 10px
    }

    .project .nav-tabs {
        margin-bottom: 15px
    }

    .slider-sp h3 a {
        height: auto;
    }

    .content-project .item ._img .desc {
        display: none
    }

    .about-id .item .img {
        margin: 0;
        float: left;
        width: 80px;
        height: 80px;
        margin-top: 50px;
        margin-left: 5px;
    }

    .about-id .item .desc {
        width: calc(100% - 85px);
        float: left;
        text-align: left;
        padding-left: 20px;
    }

    .view-detail a {
        margin: 5px 0;
        text-align: center;
    }

    .top-header .right ul li {
        line-height: 35px;
        padding: 0 8px;
        height: 35px;
    }

    .top-header .right a {
        line-height: 35px
    }

    .slider-sp ._img a {
        height: auto
    }

    .content-project .item .text h3 {
        height: auto
    }

    .right-bar-new ul li {
        padding: 5px 0
    }

    #imageGallery2 li span {
        font-size: 12px
    }

    .detail-news .nav-tabs a {
        font-size: 16px
    }
}
