﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700|Open+Sans:400,600,700');

::selection {
    color: #000;
    background: #00529c;
}

::-moz-selection {
    color: #000;
    background: #00529c;
}

::-webkit-input-placeholder {
    color: #c9c9c9;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #00529c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #00529c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #00529c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    -moz-box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    box-shadow: inset 0 0 6px rgba(100,100,100,.9);
    background-color: rgba(100,100,100,.9);
}

::-webkit-scrollbar-thumb {
    background: #00529c;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #00529c;
    }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: none !important;
    text-decoration: none
}

@font-face {
    font-family: 'texgyreadventor-regular';
    src: url(../fonts/texgyreadventor-regular.otf)
}

@font-face {
    font-family: 'texgyreadventor-bold';
    src: url(../fonts/texgyreadventor-bold.otf)
}

body {
    color: #303030;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #333
}

    a:hover {
        text-decoration: none;
        color: #1b75bb;
    }

.tbl {
    display: table;
}

    .tbl > .tbl-cell {
        display: table-cell;
    }

.fixed {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    top: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
    display: table;
    height: 1%; /* animation-name: header; */ /* animation-duration: .6s; */ /* animation-iteration-count: 1; */
}

@keyframes header {
    0% {
        top: -100%;
        opacity: 0;
        visibility: hidden;
        ;
        transform: scaleY(0);
    }

    100% {
        top: 0;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1)
    }
}

.hotline-mobile {
    display: none;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #b5cec1;
    background: #ca0058;
}

    .hotline-mobile a {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .hotline-mobile span {
        font-size: 14px;
        font-weight: bold;
    }

.top-header {
    /*background: #00529c;*/
    background: #1e478d;
    padding: 0 30px;
}

    .top-header .right {
        float: right;
        text-align: right;
    }

        .top-header .right ul {
            list-style: none;
            padding: 0;
            margin: 0
        }

            .top-header .right ul li {
                float: left;
                padding: 2px 8px;
                line-height: 24px;
            }

                .top-header .right ul li img {
                    border: 1px solid #fff;
                    width: 22px;
                    height: 16px;
                }

                .top-header .right ul li.nn {
                    position: relative;
                    cursor: grab;
                }

        .top-header .right ._lang ul li:before {
            display: none
        }

        .top-header .right ._lang ul li {
            padding-left: 10px;
            border: none;
        }

            .top-header .right ._lang ul li a {
                font-size: 11px
            }

            .top-header .right ._lang ul li:hover a {
                color: #333
            }

        .top-header .right li {
            color: #fff;
            font-size: 13px;
            position: relative;
            font-family: "texgyreadventor-regular", sans-serif;
        }

            .top-header .right li:first-child::before {
                content: '';
                background: url(../images/ic-phone-top.png)no-repeat;
                width: 18px;
                height: 17px;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .top-header .right li:nth-child(1) {
                border-left: none;
                padding-left: 25px;
                position: relative;
            }

                .top-header .right li:nth-child(1) a {
                    display: initial;
                    font-size: 16px;
                    line-height: 24px;
                }

        .top-header .right a {
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            display: block;
            line-height: 18px;
        }

        .top-header .right span i {
            padding-left: 5px
        }

.right ul li.leng {
    padding: 0;
    position: relative;
    font-size: 13px;
    line-height: 24px;
}

.right ul li.leng {
    white-space: nowrap;
    padding-left: 15px;
}

    .right ul li.leng span {
        padding-right: 6px
    }

.show-header {
    position: relative;
}

#logo {
    position: absolute;
    top: -28px;
    left: 0;
    background: #fff;
    padding: 13px 17px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.fixed #logo {
    position: inherit;
    /*width: 120px;*/
    float: left;
    top: 0;
    box-shadow: none;
    height: 70px;
    overflow: hidden;    
    padding: 5px 0 5px 5px;
}

    .fixed #logo img {
        width: 80%;
    }

.fixed #sticker {
    width: calc(100% - 230px)
}

#logo img {
    width: 100%;
}

.fixed #sticker .main-menu > li, .fixed #sticker .main-menu > li > a {
    line-height: 70px;
}

#sticker {
    float: right;
    width: 100%;
}

header {
    position: relative;
    z-index: 100;
}

.search .form-search {
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
    border-radius: 99px;
    z-index: 999999;
    background: #e6e6e6;
}

.search.active .form-search {
    opacity: 1;
    visibility: visible;
    border: 1.5px solid #d1c9c9;
    width: 290px;
}

.fixed .search.active .form-search {
    top: 70px;
}

#back-top {
    cursor: pointer;
    display: none;
    position: fixed;
    width: 41px;
    height: 41px;
    border-radius: 4px;
    background: #00529c;
    bottom: 29px;
    right: 8%;
    z-index: 999;
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    overflow: hidden;
    padding: 10px;
}

    #back-top:before {
        content: "\f102";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }

    #back-top:hover:before {
        animation-name: up;
        animation-iteration-count: infinite;
        animation-duration: 1.5s
    }

@keyframes up {
    to {
        top: -20%
    }

    from {
        top: 100%
    }
}

.icon-sr a {
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: inline-grid;
    text-align: center;
    place-items: center;
}

    .icon-sr a img {
        width: 16px;
        display: block;
    }

.form-search {
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 2s ease-in-out;
}

    .form-search form {
        line-height: 0;
        position: relative;
    }

    .form-search input {
        padding: 9px 47px 9px 20px;
        width: 100%;
        overflow: hidden;
        border: initial;
        height: 39px;
    }

    .form-search button {
        position: absolute;
        top: -2px;
        right: 0;
        line-height: 38px;
        padding: 0 12px;
        background: #00529c;
        color: #fff;
        border-radius: 50%;
        z-index: 999;
    }

.icon-sr a i {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.nn ._lang.show {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

._lang {
    position: absolute;
    top: 100%;
    left: 0%;
    background: #00529c;
    border-radius: 3px;
    z-index: 101;
    width: 100%;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0)
}

    ._lang ul {
        list-style: none;
        padding: 10px;
        display: block;
    }

        ._lang ul li {
            font-size: 14px;
            font-weight: bold;
            color: #000;
            line-height: 24px;
            padding: 10px 0;
            border-bottom: 1px solid #59ba47;
        }

            ._lang ul li:last-child {
                border: none
            }

            ._lang ul li img {
                padding-right: 10px
            }
/* Liên hệ */
.slider-banner {
    position: relative
}

    .slider-banner img {
        width: 100%;
    }

    .slider-banner .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }

        .slider-banner .lSSlideOuter .lSPager.lSpg > li a {
            background: #fff0;
            border: 1px solid #ffffff0a;
            width: 13px;
            height: 13px
        }

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    border: 1px solid #fff
}

.slider-banner .lSSlideOuter .lSPager.lSpg > li a:after {
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    position: absolute
}

.slider-banner .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .slider-banner .desc img {
        width: 100%;
    }

    .slider-banner .desc .item-ct {
        width: 50%;
        position: absolute;
        display: grid;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .slider-banner .desc .content {
    }

    .slider-banner .desc .item-ct .cmd-ct:last-child {
        height: 489px;
        display: block;
        position: relative;
    }

    .slider-banner .desc .item-ct p, .banner-ab .text p {
        font-size: 49px;
        text-transform: uppercase;
        color: #fff;
        padding-left: 30px;
        border-left: 4px solid #fff;
        line-height: 70px;
        font-family: "Muli",sans-serif;
        font-weight: 700;
        transition: all 1s ease-in-out;
        transform: translate(-200%,0);
        transform-origin: 0 50%;
    }

        .slider-banner .desc .item-ct p span {
            transition: all 1s ease-in-out;
            transform: translate(-200%,0);
            transition-delay: .3s;
        }

.slider-banner .item.active .item-ct p span {
    transform: translate(0,0);
}

.slider-banner .item.active .desc .item-ct p {
    transform: scale(1) translate(0);
    opacity: 1;
}

.slider-banner .desc .item-ct span, .banner-ab .text p span {
    font-size: 29px;
    line-height: 31px;
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

.slider-banner .item-ct .img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out;
}

    .slider-banner .item-ct .img:nth-child(1) {
        left: 100%;
        top: 118px;
    }

    .slider-banner .item-ct .img:nth-child(2) {
        left: 147px;
        top: -100%;
    }

    .slider-banner .item-ct .img:nth-child(3) {
        top: 100%;
        left: 108px;
    }

    .slider-banner .item-ct .img:nth-child(4) {
        top: 127px;
        left: 100%;
    }

.slider-banner .item.active .item-ct .img:nth-child(1) {
    left: 0;
    top: 118px;
    width: 220px;
    height: 220px
}

.slider-banner .item.active .item-ct .img:nth-child(2) {
    left: 147px;
    top: 13px;
    width: 245px;
    height: 245px;
}

.slider-banner .item.active .item-ct .img:nth-child(3) {
    top: 237px;
    left: 108px;
    width: 245px;
    height: 245px;
}

.slider-banner .item.active .item-ct .img:nth-child(4) {
    top: 127px;
    left: 280px;
    width: 282px;
    height: 282px;
}

.slider-banner .item-ct .img img {
    width: 100%;
    transition: all .3s ease-in-out;
    transform: scale(0)
}

.slider-banner .item.active .img img {
    transform: scale(1)
}

.content-dt {
    position: relative;
}

    .content-dt .lSAction > a {
        right: -49px;
    }

    .content-dt .lSAction > a {
        content: '';
        background: url(../images/ic-right.png );
        width: 38px;
        height: 38px;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: 11px;
        top: 50%;
        border: 1px solid #fff;
        border-radius: 5px;
    }

    .content-dt .lSAction > .lSPrev {
        transform: rotate(180deg);
        left: -49px
    }

    .content-dt .lSSlideWrapper {
        position: initial
    }

.about-id .content {
    padding: 48px 0;
    display: inline-block;
}

.about-id .item {
    text-align: center
}

    .about-id .item .img {
        width: 101px;
        height: 101px;
        border: 9px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
        background: #00529c;
        margin: 0 auto;
        display: grid;
        align-items: center;
    }

.about-id .col-md-4:nth-child(2) .img {
    background: #f52e2f
}

.about-id .col-md-4:nth-child(3) .img {
    background: #002e75
}

.about-id .item .img img {
    text-align: center;
    margin: 0 auto;
    max-height: 45px;
    object-fit: contain;
    max-width: 45px;
}

.about-id .item .img > span {
    text-align: center;
}

.about-id .item h3 {
    font-size: 20px;
    line-height: 23px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 15px
}

.about-id .item p {
    font-size: 15px;
    line-height: 24px;
    color: #5b5b5b;
    font-family: "Open Sans",sans-serif;
    margin: 0
}

.view-detail a {
    font-size: 14px;
    line-height: 32px;
    color: #000;
    border: 1px solid #5b5b5b;
    border-radius: 5px;
    width: 105px;
    height: 32px;
    display: block;
    margin: 25px auto 0;
    font-family: "Open Sans",sans-serif;
}

.view-detail:hover a:hover {
    background: #00529c;
    color: #fff
}

.project {
    background: url(../images/bg-da-id.png)no-repeat;
    background-size: cover;
    padding: 45px 0;
}

    .project .item {
        position: relative;
        z-index: 2;
        background: rgba(0,0,0,.11);
    }

.tit h2 {
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin: 0;
    font-family: "Muli",sans-serif;
    font-weight: 700;
}

    .tit h2::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: #fff;
    }

.slider-dt {
    position: relative
}

    .slider-dt .text h3 {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 15px;
        margin: 0;
        position: relative;
        margin-bottom: 10px;
    }

        .slider-dt .text h3:before, .slider-dt .text p:nth-child(3):before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background: url(../images/bottom.png)no-repeat;
            height: 2px;
            width: 100%;
            background-position: 50%;
        }

        .slider-dt .text h3 a {
            color: #fff
        }

    .slider-dt .text p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        color: #fff;
        text-align: left;
        position: relative;
    }

        .slider-dt .text p:nth-child(3) {
            padding-bottom: 15px
        }

    .slider-dt .text {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: center;
        height: 100%;
        width: 100%;
        padding: 25px;
        transition: all .6s ease-in-out;
        z-index: 2;
    }

    .slider-dt .item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        transform-origin: 50% 50%;
        height: 100%;
        background: rgba(0,0,0,.3);
        opacity: 0;
    }

    .slider-dt .item:hover:after {
        opacity: 1;
    }

    .slider-dt .item:hover .text {
        top: 0
    }

    .slider-dt ._img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .7s ease-in-out
    }

    .slider-dt .item:hover img {
        transform: scale(1.1,1.1)
    }

    .slider-dt ._img {
        height: 237px;
        border: 1px solid #fff;
        overflow: hidden
    }

.project .nav-tabs a {
    border: 2px solid #fff;
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 43px;
    margin: 0 4.5px;
    border-radius: 99px;
    font-weight: 600
}

    .project .nav-tabs a.active, .project .nav-tabs a:hover {
        background: #fff;
        color: #000
    }

.project .nav-tabs {
    border: none;
    text-align: center;
    margin: 25px 0 35px;
}

a.view {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    width: 120px;
    border: 2px solid #fff;
    border-radius: 99px;
    display: block;
    margin: 15px auto 0;
}

.product-id {
    background: #fff
}

.tit-h2 h2 {
    color: #000;
    font-family: "Muli", sans-serif;
    font-weight: 700;
}

    .tit-h2 h2::before {
        background: #f52e2f
    }

.product-id .nav-tabs a {
    background: #1e478d;
    border-color: #1e478d
    /*background: #00529c;
    border-color: #00529c*/
}

    .product-id .nav-tabs a.active, .product-id .nav-tabs a:hover {
        background: #f52e2f;
        color: #fff;
        border-color: #f52e2f
    }

.product-id .lSAction > a {
    background: #1e478d url(../images/ic-right.png ) no-repeat;
    /*background: #00529c url(../images/ic-right.png ) no-repeat;*/
    background-position: 11px;
}

.slider-sp {
    position: relative
}

    .slider-sp .item {
        padding: 7px;
        border: 1px solid #d5d5d5
    }

        .slider-sp .item:hover {
            box-shadow: 0 0 10px rgba(0,0,0,.25)
        }

    .slider-sp ._img {
        height: 250px;
        width: 100%;
        overflow: hidden;
        background: rgb(213, 213, 213);
    }

        .slider-sp ._img img {
            width: 100%;
            height: 100%;
            margin: 0px auto;
            transition: all 0.3s ease-in-out 0s;
        }

        .slider-sp ._img a {
            height: 250px;
            width: 100%;
            background: #d5d5d5;
            align-content: center;
            overflow: hidden;
        }

    .slider-sp h3 a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        text-align: center;
        height: 48px;
        overflow: hidden;
        display: grid;
        align-items: center;
    }

    .slider-sp h3 {
        margin: 15px 0;
    }

    .slider-sp .slider {
        display: flex
    }

.product-id .item {
    background: #fff
}

.news {
    background: #f2f2f2;
    padding: 30px 0
}

    .news .item {
        background: #fff;
        padding: 12px;
        box-shadow: 0 0 4px rgba(0,0,0,.11);
        overflow: hidden;
        margin-bottom: 22px
    }

    .news ._img {
        height: 120px;
        overflow: hidden;
        width: 170px;
        float: left;
        position: relative
    }

    .news .item-first ._img {
        height: 305px;
        width: 100%
    }

    .news .text {
        width: calc(100% - 170px);
        float: left;
        padding-left: 15px
    }

    .news .item-first .text {
        width: 100%;
        padding: 18px 5px;
    }

    .news ._img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: all .5s ease-in-out
    }

    .news ._img:after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        left: -100%;
        width: 120%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,.15)35%,rgba(255,255,255,.2), 70%,rgba(255,255,255,.3) 100%);
        transform: skewX(-25deg);
    }

    .news .item:hover ._img:after {
        opacity: 1;
        left: 120%;
        transition-property: left, top, opacity;
        transition-duration: 1s, 2s, .1s;
        transition-timing-function: ease;
    }

    .news .item:hover img {
        transform: scale(1.1,1.1)
    }

    .news .text h3 {
        font-size: 17px;
        line-height: 24px;
        font-family: "Muli",sans-serif;
        margin: 0;
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        height: 48px;
        overflow: hidden;
    }

    .news .item-first .text h3 {
        margin-bottom: 15px;
        font-size: 20px
    }

    .news .text p {
        font-size: 14px;
        line-height: 24px;
        color: #575757;
        height: 48px;
        overflow: hidden;
        margin: 0;
    }

.content-news {
    margin-top: 26px
}

.news .col-md-6 {
    padding: 0 11px
}

.news .row {
    margin: 0 -11px
}

.view-content {
    width: 160px;
    text-align: center;
    margin: 20px auto 0;
}

    .view-content a {
        font-family: "Muli",sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: 43px;
        color: #000;
        text-transform: uppercase;
        display: block;
        border: 2px solid #b6b6b6;
        border-radius: 3px;
        clear: both;
        position: relative;
        z-index: 1;
    }

        .view-content a::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: -1;
            transform: scale(0);
            background: rgb(0, 82, 156);
            transition: all 0.3s ease-in-out 0s;
        }

        .view-content a:hover::after {
            transform: scale(1);
        }

    .view-content:hover a {
        color: #fff;
    }

footer {
    background: url(../images/img-ft.jpg)no-repeat;
    overflow: hidden;
    background-size: cover;
}

.footer {
    padding: 35px 0
}

    .footer .item {
        width: calc(100% / 4);
        float: left;
    }

        .footer .item:nth-child(1) {
            width: 45%;
        }

        .footer .item:nth-child(2) {
            width: 16%;
        }

        .footer .item:nth-child(3) {
            width: 16%;
        }

        .footer .item:nth-child(4) {
            width: 16%;
        }

        .footer .item h3 {
            font-family: "Muli",sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            text-transform: uppercase;
            margin: 0 0 15px;
            display: block;
            font-weight: 700
        }

    .footer .content-ft ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer .content-ft .item ul li a, .footer .item ul li {
        font-size: 14px;
        line-height: 24px;
        color: #eaeaea;
        font-weight: 300;
    }

        .footer .content-ft .item ul li a:hover {
            color: red
        }

    .footer .content-ft .item ul li span {
        font-weight: 700;
        color: #fff
    }

.copy-right {
    background: #002a6b7a;
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}

    .copy-right .item-right ul {
        margin: 0 auto;
        padding-left: 0;
        margin-right: 0;
    }

        .copy-right .item-right ul li {
            padding: 10px 0;
            padding-left: 9px;
        }

            .copy-right .item-right ul li a {
                color: #fff;
                display: block;
                height: 35px;
                width: 35px;
                border: 1.5px solid #fff;
                border-radius: 50%;
                text-align: center;
            }

                .copy-right .item-right ul li a i {
                    transition: all .35s;
                    color: #fff;
                    font-size: 15px;
                    line-height: 35px;
                }

                .copy-right .item-right ul li a:hover {
                    background: #1DA1F2;
                    box-shadow: 0 0 10px rgba(255,255,255,.5)
                }

    .copy-right .item-left ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .copy-right .item-left ul li {
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            margin-right: 20px;
            float: left;
        }

            .copy-right .item-left ul li a, .copy-right .item-left p {
                color: #fff
            }

    .copy-right .item-left p {
        font-size: 13px;
        font-style: italic;
        padding-top: 5px;
        clear: both;
    }

    .copy-right .item-left {
        float: left;
    }

    .copy-right .item-right {
        float: right
    }

.banner-ab {
    position: relative;
}

    .banner-ab img {
        width: 100%;
    }

    .banner-ab .text {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        right: 0;
    }

        .banner-ab .text p {
            font-size: 36px;
        }

        .banner-ab .text span {
            font-size: 18px
        }

.tool-right ul {
    padding: 8px 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}

    .tool-right ul li {
        font-size: 14px;
        line-height: 26px;
        float: left;
    }

        .tool-right ul li i {
            padding: 0 9px;
            color: #b9b9b9
        }

.right-bar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

    .right-bar ul li {
        font-size: 14px;
        line-height: 36px;
        border-top: 1px solid #dadada;
        padding: 5px 0;
    }

        .right-bar ul li:last-child { /* border: none */
        }

        .right-bar ul li i {
            padding-right: 5px;
        }

.tit-dt h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #00529c;
    margin: 0;
}

.right-bar-new ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .right-bar-new ul li {
        border-bottom: 1px solid #dadada;
        padding: 10px 0;
        overflow: hidden;
    }

    .right-bar-new ul li {
        border: none
    }

        .right-bar-new ul li .img {
            width: 66px;
            height: 66px;
            float: left;
            padding: 3px;
            border: 1px solid #d6d6d6;
            ;
        }

        .right-bar-new ul li .text {
            width: calc(100% - 66px);
            float: left;
            padding-left: 12px
        }

            .right-bar-new ul li .text h3 {
                font-size: 14px;
                line-height: 18px;
                display: block;
                margin: 0;
                height: 36px;
                overflow: hidden;
                margin-top: 5px;
            }

        .right-bar-new ul li .img img {
            width: 100%;
            min-height: 100%;
            object-fit: cover;
        }

.tit-ct {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

    .tit-ct h1, .tit-ct h2 {
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 11px;
        margin: 0;
        float: left;
        display: block;
    }

    .tit-ct a {
        float: right;
        line-height: 35px;
        color: #00529c;
        font-size: 14px;
    }

        .tit-ct a i {
            padding-left: 7px
        }

.content-project .content {
    margin: 10px -7.5px;
    overflow: hidden;
}

    .content-project .content .item {
        width: calc((100% / 3) - 15px);
        margin: 7.5px;
        float: left;
    }

.content-project .item ._img {
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .content-project .item ._img:hover img {
        transform: scale(1.1,1.1)
    }

    .content-project .item ._img .desc {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 22px;
        z-index: 22;
        bottom: 0;
        transition: all .5s ease-in-out;
        transform-origin: 50% 0;
        height: 100%;
    }

.content-project .item:hover .desc {
    transform: scalex(1);
    top: 0
}

.content-project ._img .desc span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    max-height: 48px;
    overflow: hidden;
}

.content-project .item .desc a {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    width: 110px;
    line-height: 30px;
    border: 2px solid #fff;
    border-radius: 99px;
    margin: 15px auto 0;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.content-project .item ._img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
    z-index: 0;
    opacity: 0;
    transition: all .2s ease-in-out
}

.content-project .item ._img:hover:after {
    opacity: 1
}

.content-project .item .desc a:hover {
    box-shadow: 0 0 15px rgba(255,255,255,.5);
    background: #000
}

.content-project .item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out
}

.content-project .item .text h3 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    height: 48px;
    display: grid;
    align-content: center;
    overflow: hidden;
}

.content-project .item .text {
    background: #f2f2f2;
    padding: 14px 10px;
    text-align: center
}

.pagi {
    clear: both;
}

.pagination {
    padding: 20px 0;
    margin: 0 auto;
    display: table;
}

.pagi nav ul li {
    display: inline;
    border: none;
}

    .pagi nav ul li a {
        margin-right: 10px;
        color: #312c2c;
        font-weight: 600;
        transition: ease-in-out .3s;
        display: block;
        border-color: #b4b4b4;
        padding: 6px 11px;
        text-align: center;
        font-size: 15px;
        border: 1px solid #d4d4d4;
        line-height: 18px;
    }

.pagination > li > a.active, .pagination > li > a:hover {
    border-color: #f52e2f;
    color: #fff;
    background: #f52e2f;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    border-radius: 0px;
}

.trade {
    border-top: 1px solid #dddddd
}

.content-detail-project {
    overflow: hidden;
    margin-bottom: 35px
}

    .content-detail-project .item {
        width: 50%;
        float: left;
    }

        .content-detail-project .item .img {
            height: 295px;
        }

        .content-detail-project .item img {
            width: 100%;
            min-height: 100%;
            object-fit: cover;
        }

    .content-detail-project .desc {
        padding-left: 15px
    }

        .content-detail-project .desc ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

    .content-detail-project .item ul li {
        padding: 14px 0;
        border-bottom: 1px dotted #ddd;
        padding-left: 25px;
        position: relative
    }

        .content-detail-project .item ul li:last-child {
            border: none
        }

        .content-detail-project .item ul li:before {
            content: '';
            background: url(../images/ic-da-1.jpg)no-repeat;
            width: 18px;
            height: 22px;
            position: absolute;
            left: 0;
            top: 15px
        }

        .content-detail-project .item ul li:nth-child(2):before {
            background: url(../images/ic-da-2.jpg)no-repeat
        }

        .content-detail-project .item ul li:nth-child(3):before {
            background: url(../images/ic-da-3.jpg)no-repeat
        }

        .content-detail-project .item ul li span {
            font-weight: bold;
            display: block;
            margin-bottom: 3px;
        }

    .content-detail-project h1 {
        font-size: 22px;
        line-height: 24px;
        color: #000;
        text-transform: uppercase;
        margin: 0 0 15px;
        font-family: "Muli",sans-serif;
        font-weight: 700
    }

.project-orther {
    clear: both;
    margin-bottom: 20px
}

.right-bar ul li > ul {
    display: none;
    margin-bottom: 0;
}

.content-product .desc > ul > li {
    font-weight: bold;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #d8d5d5dd;
    border-top: none;
}

    .content-product .desc > ul > li:last-child {
        border-bottom: none
    }

    .content-product .desc > ul > li.active .down {
        transform: rotate(180deg);
    }

    .content-product .desc > ul > li ul li {
        font-weight: 300;
        overflow: hidden;
        clear: both;
    }

        .content-product .desc > ul > li ul li:last-child {
            border-top: 1px solid #d8d5d5dd;
        }

.content-product .slider-sp .item {
    width: calc((100% / 3) - 17px);
    float: left;
    margin: 8.5px
}

.content-product .slider-sp {
    margin: 0 -8.5px
}

.menu-top {
    position: relative;
}

.content-product .content.product-id {
    margin: 8.5px 0
}

.content-product .content-detail {
    margin-bottom: 20px; /* overflow: hidden; */
}

.content-intro .content h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700
}

.content-intro .content p {
    margin-bottom: 15px
}

.content-intro .content img {
    width: 100%;
}

.content-album .item {
    padding: 4px;
    border: 1px solid #e7e7e7;
    position: relative;
}

    .content-album .item .text h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: initial;
        font-weight: 500;
    }

.detail-product {
    overflow: hidden;
    margin: 20px 0;
}

    .detail-product .item {
        width: 50%;
        float: left;
    }

        .detail-product .item ._img {
            background: #fff;
            border: 1px solid #dfdfdf;
            padding: 11px;
        }

            .detail-product .item ._img a {
                background: #eaeaea;
                height: 405px;
                display: block;
                overflow: hidden;
                display: grid;
                align-items: center;
            }

            .detail-product .item ._img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .detail-product .item .desc {
            padding-left: 20px
        }

            .detail-product .item .desc h1 {
                font-size: 20px;
                line-height: 24px;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0px 0 10px;
            }

            .detail-product .item .desc ul {
                padding: 0 0 0 15px;
                margin: 0 0 25px;
                list-style: inside
            }

            .detail-product .item .desc p {
                font-size: 15px;
                padding-bottom: 10px
            }

            .detail-product .item .desc ul li {
                border-top: 1px dotted #dddddd;
                font-size: 14px;
                line-height: 35px;
                font-weight: 400;
                border-bottom: none;
            }

                .detail-product .item .desc ul li:last-child {
                    border-bottom: 1px dotted #dddddd
                }

                .detail-product .item .desc ul li span {
                    font-weight: bold
                }

    .detail-product .cart span a {
        display: block;
        height: 56px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        background: #00529c;
        line-height: 56px;
        border-radius: 5px;
        margin-top: 10px;
        font-weight: 700;
    }

    .detail-product .cart span:nth-child(2) a {
        background: #e90000;
        font-size: 20px;
    }

    .detail-product .cart span a b {
        font-weight: 300;
        text-transform: initial
    }

    .detail-product .cart span a img {
        padding-right: 15px
    }

.detail-content {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}

    .detail-content p {
        margin: 15px 0
    }

.product-orther .slider-sp {
    margin: 7.5px -7.5px;
    overflow: hidden;
}

.news-detail .item {
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #dadada
}

    .news-detail .item:last-child {
        border: none
    }

.news-detail ._img {
    width: 33.333%;
    float: left;
    overflow: hidden;
    height: 175px;
    border: 1px solid #ededed;
    padding: 4px;
}

    .news-detail ._img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover
    }

.news-detail .desc {
    width: calc(100% - 33.333%);
    float: left;
    padding-right: 30px;
}

    .news-detail .desc h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin: 0 0 10px;
        display: block
    }

    .news-detail .desc p {
        line-height: 24px;
        display: block;
        margin: 0;
        height: 96px;
        overflow: hidden;
        ;
    }

.view-ct-detail a {
    font-size: 14px;
    line-height: 30px;
    color: #868686;
    position: relative;
    width: 112px;
    height: 30px;
    display: block;
    border: 1px solid #868686;
    text-align: center;
    border-radius: 3px;
    padding-right: 12px;
}

    .view-ct-detail a::before {
        content: '';
        position: absolute;
        top: 55%;
        right: 5px;
        transform: translateY(-50%);
        width: 11px;
        height: 10px;
        background: url(../images/ic-right-ct.png)no-repeat;
    }

    .view-ct-detail a:hover {
        box-shadow: 0 0 5px rgba(0,0,0,.3);
    }

.form-submit label {
    font-size: 14px;
    line-height: 34px;
    color: #3b3b3b;
    margin: 0;
}

    .form-submit label b {
        color: red
    }

.form-submit input {
    border-radius: 0;
    border: 1px solid #cfcfcf;
}

.form-submit .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

.form-submit textarea {
    width: 100%;
    height: 122px;
    border: 1px solid #cfcfcf;
}

.detail-contact {
    margin-bottom: 38px
}

    .detail-contact .col-md-6 {
        padding: 0 8px
    }

    .detail-contact .row {
        margin: 0 -8px
    }

    .detail-contact h1, .form-submit h2 {
        font-size: 16px;
        line-height: 24px; /* font-family: "Muli",sans-serif; */
        font-weight: bold;
        margin: 0 0 20px;
        text-transform: uppercase;
    }

.item-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .item-contact ul li {
        font-size: 14px;
        line-height: 48px;
        padding-left: 25px;
        position: relative;
        font-weight: 700
    }

        .item-contact ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 20px;
            height: 22px;
            background: url(../images/ic-contact.png)no-repeat;
            background-position-y: 0px;
        }

        .item-contact ul li:nth-child(2):before {
            background-position-y: -25px;
        }

        .item-contact ul li:nth-child(3):before {
            background-position-y: -47px;
        }

        .item-contact ul li:nth-child(4):before {
            background-position-y: -74px;
        }

        .item-contact ul li:nth-child(5):before {
            background-position-y: -104px;
        }

        .item-contact ul li:nth-child(6):before {
            background-position-y: 0;
        }

        .item-contact ul li:nth-child(7):before {
            background-position-y: -127px;
        }

        .item-contact ul li a {
            font-weight: 400
        }

.item-contact, .form-submit {
    background: #f4f4f4;
    padding: 23px 15px;
    overflow: hidden;
    height: 506px;
}

.submit {
    text-align: right;
    margin: 0 15px 0;
    margin-bottom: 0 !important;
}

    .submit button {
        float: left;
        font-size: 14px;
        height: 30px;
        display: block;
        border-radius: 5px;
        box-shadow: none;
        text-transform: uppercase;
        padding: 0 21px;
        background: #ee2f33;
        color: #fff;
        border: none;
        margin-left: 10px;
    }

    .submit .desc {
        float: right
    }

    .submit button:nth-child(2) {
        background: #c7c7c7;
        color: #505050
    }

.othernew {
    display: block;
    margin: 0;
    padding: 0;
}

    .othernew ul {
        padding: 0
    }

        .othernew ul li {
            list-style: none
        }

            .othernew ul li a {
                color: #000
            }

                .othernew ul li a:hover {
                    color: #e70012
                }

.news-title-index {
    clear: both
}

    .news-title-index h4 {
        color: #e70012;
        font-weight: bold;
        border-bottom: 2px solid #e70012;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

.right-bar li a {
    color: #00529c; /* display: block; */
}

a
.right-bar li a:hover {
    color: #000
}

.right-bar li .down {
    float: right;
    padding: 0 10px;
}

    .right-bar li .down i {
        padding-right: 0 !important
    }

.main-slider img {
    width: 100%;
}

.main-slider .lSPager img {
    width: 100%;
    height: 80px
}

.main-slider {
    margin-top: 20px;
    position: relative
}

.library h2 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.library {
    padding-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

    .library ._img {
        height: 184px;
        overflow: hidden;
        position: relative;
    }

    .library .item:hover ._img img {
        transform: scale(1.1,1.1)
    }

    .library .item ._img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease-in-out
    }

    .library .text h3 {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        text-transform: uppercase;
        height: 48px;
        overflow: hidden;
        text-align: center;
        font-weight: 600;
    }

    .library .text {
        padding: 15px 30px
    }

    .library .item {
        border: 1px solid #d2d2d2;
        box-shadow: 0 0 4px rgba(0,0,0,.22);
        margin: 20px 0
    }

        .library .item:hover {
            box-shadow: 0px 2px 8px rgba(0,0,0,.35)
        }

        .library .item .text {
            border-top: 1px solid #d2d2d2;
            transition: all .3s ease-in-out
        }

        .library .item:hover .text {
            background: #00529c
        }

            .library .item:hover .text a {
                color: #fff
            }

    .library .col-md-3 {
        padding: 0 10px
    }

    .library .row {
        margin: 0 -10px
    }

.main-slider .lSAction > a {
    right: -49px;
}

.main-slider .lSAction > a {
    top: 50%;
    content: '';
    background: #00529c url(../images/ic-right.png );
    width: 38px;
    height: 38px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 11px;
    border-radius: 3px
}

.main-slider .lSAction > .lSPrev {
    transform: rotate(180deg);
    left: -49px
}

.clearfix, .clearfix:after, .clearfix:before {
    clear: both
}

.tab-slide {
    position: relative;
}

    .tab-slide > .tab-pane {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1;
        opacity: 0;
        display: block;
        visibility: hidden;
    }

        .tab-slide > .tab-pane.active {
            position: relative;
            z-index: 99;
            opacity: 1;
            visibility: visible;
        }

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.share {
    margin: 7px 0;
}

.copy-right .item-left ul li:hover a {
    color: red
}

.play a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3333334f;
    z-index: 10;
}

.play i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.content-project .content-detail .desc {
    padding: 20px 0
}

.content-product .detail-content ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: inside;
}

    .content-product .detail-content ul li {
        font-weight: 400;
        line-height: 24px;
        border-bottom: none;
    }

.content-product .content.product-id .text a {
    height: 48px;
    display: grid;
    align-items: center;
}

.detail-news .nav-tabs a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid
}

.album-img .item ._img:after {
    display: none
}

#imageGallery2 li span {
    font-size: 16px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding: 10px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#imageGallery2 li {
    height: 500px !important
}

#imageGallery2 {
    height: 500px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
    height: 70px
}

    .lSSlideOuter .lSPager.lSGallery li img {
        width: 100%;
        min-height: 100%;
        object-fit: cover
    }
