/*#header-main,*/
#content-main,
#footer-main {
    float: left;
    width: 100%;
    background-color: #333C46
}

    #header-main .bot-head {
        background: #cb0236
    }

    #header-main .top-head {
        height: 100px;
        background: #fff url(/Skin/green/images/bg-top.png) no-repeat 80% top;
    }

      /*  #header-main .top-head .container {
            background: url(/Skin/default/images/img-header.jpg) no-repeat 21% -100%;
        }

@media (max-width: 1100px) {
    #header-main .top-head .container {
        background: url(/Skin/default/images/img-header.jpg) no-repeat 27% -100%;
    }
}

@media (max-width: 900px) {
    #header-main .top-head .container {
        background: url(/Skin/default/images/img-header.jpg) no-repeat 35% -100%;
    }
}*/

#header-main .top-head .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-main .logo {
    /* padding: 10px 0*/
}

.top-head .logo p {
    color: #333;
    font-weight: bold;
    /* font-style: italic; */
    font-size: 18px;
    /* margin-left: 48px; */
    /* margin-top: -15px; */
    text-shadow: 1px 1px #fff;
    margin: 0;
    padding-left: 15px;
}

@media (max-width: 813px) {
    .top-head .logo p {
        font-size: 14px
    }
}


.top-head .pull-right .hotline {
    color: #a2a2a2;
    background: url(/Skin/green/images/hotline_red.png) no-repeat left center;
    padding-left: 26px;
    line-height: 26px;
    margin-right: 15px;
}

    .top-head .pull-right .hotline span {
        color: #ff1919;
        font-size: 17px;
    }

.top-head .pull-right .search {
    position: relative;
}

    .top-head .pull-right .search input[type="text"] {
        width: 256px;
        height: 33px;
        border: 1px solid #d3d3d3;
        padding: 0 35px 0 10px;
        color: #8e8e8e;
        font-style: italic;
        font-size: 13px;
        outline: none !important
    }

    .top-head .pull-right .search input[type="submit"] {
        background: url(/Skin/green/images/search.png) no-repeat;
        width: 20px;
        height: 16px;
        border: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        outline: none;
    }

.work-time {
    color: #a2a2a2;
    font-size: 12px;
}

@media (min-width: 992px) {
    #header-main .bot-head.fixed {
        z-index: 99999;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .sticky-el {
        top: 45px;
    }
}

#nav-main {
    display: block;
    /*   margin-top: 11px;*/
    /* text-align: right*/
}

    #nav-main > ul {
        display: inline-block
    }

        #nav-main > ul > li {
            display: inline-block;
            position: relative
        }


            #nav-main > ul > li:first-child > a {
                border: none
            }

            #nav-main > ul > li:first-child {
                margin-right: 20px
            }

                #nav-main > ul > li:first-child a {
                    width: 23px;
                    height: 23px;
                    background-image: url(../images/logo-home.png);
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    padding: 0;
                    position: relative;
                    top: 4px
                }

                    #nav-main > ul > li:first-child a span {
                        color: #ed161d;
                        font-size: 18px;
                        padding-left: 5px
                    }

            #nav-main > ul > li > a {
                font-size: 18px;
                color: #fff;
                display: block;
                padding: 10px 15px;
                font-family: robotor;
            }

                #nav-main > ul > li > a span {
                    color: #fff;
                    font-size: 20px;
                    padding-left: 5px;
                    top: 2px;
                    position: relative
                }

            #nav-main > ul > li::before {
                content: "";
                position: absolute;
                background: #fff;
                height: 2px;
                width: 100%;
                left: 0;
                bottom: 0px;
                opacity: 0;
                transition: all .5s ease;
            }

            #nav-main > ul > li:first-child:before {
                content: none
            }

            #nav-main > ul > li:hover::before {
                opacity: 1;
            }

            #nav-main > ul > li > ul {
                position: absolute;
                opacity: 0;
                visibility: hidden;
                width: 220px;
                transition: ease .1s;
                left: 0;
                z-index: 999;
                padding: 0;
                border: 1px solid #e1e1e1;
                background: #fff;
            }

            #nav-main > ul > li:hover > ul {
                opacity: 1;
                visibility: visible;
                transition: ease .3s
            }

            #nav-main > ul > li > ul > li {
                text-align: left
            }

                #nav-main > ul > li > ul > li > a {
                    padding: 8px 15px;
                    display: block;
                    border-bottom: 1px solid #e1e1e1;
                    font-size: 16px;
                    color: #414141
                }

                #nav-main > ul > li > ul > li:last-child > a {
                    border: none
                }

                #nav-main > ul > li > ul > li > a:hover {
                    color: #cb0236
                }

                #nav-main > ul > li > ul > li > a i {
                    font-size: 18px
                }

.banner-page {
    padding-top: 21px;
    padding-bottom:21px;
    width: 100%;
    float: left;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: robotol;
}

    .banner-page h2 {
        margin-top: 70px;
        font-size: 36px;
        color: #fff;
        margin-bottom: 10px;
    }

    .banner-page span {
        color: #bebebe;
        font-size: 18px;
    }

.account-link {
    float: right;
    display: inline-block;
    padding: 15px 20px;
}

    .account-link .search-mini .ipt {
        width: 32px;
        height: 32px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: 0;
        text-indent: 5px;
        position: absolute;
        right: 0;
        top: 5px;
        background-color: transparent;
        z-index: 4;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

.header-search {
    width: 256px;
    height: 33px;
    border: 1px solid #d3d3d3;
    color: #8e8e8e;
    font-style: italic;
    font-size: 13px;
    text-align: right;
}

    .header-search .vs_title .fa {
        width: 32px;
        height: 32px;
        background-color: transparent;
        color: red;
        font-size: 18px;
        text-align: center;
        line-height: 27px;
        z-index: 3;
        border: 1.5px solid #fff;
        border-radius: 50%;
        cursor: pointer;
    }



    .header-search .vs_content {
        position: absolute;
        z-index: 900;
        top: 100%;
        right: 0;
        width: 240px;
        padding: 3px;
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .header-search .vs_content:before {
            position: absolute;
            bottom: 100%;
            right: 10px;
            content: '';
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 8px solid #fff;
        }

    .header-search.active .vs_content {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

.formsearch .text_search {
    padding: 5px;
    margin: 0;
    border: 1px solid #82BADD;
    background: #fff;
}

.formsearch .btn {
    background-color: #82BADD;
    color: #fff;
}

.bg-top-hotline {
    background: url(../images/ico-hotline.png) no-repeat left center;
    height: 74px
}

.top-hotline {
    padding-left: 40px;
    float: left;
    width: 100%;
    padding-top: 24px
}

    .top-hotline b {
        display: block;
        font-size: 21px;
        color: #fff;
        text-align: right
    }

.navi-top {
    padding: 6px 0;
    width: 100%;
    float: left;
    background: #f9f9f9
}

.box-hotnews {
    width: 100%;
    float: left
}

    .box-hotnews .title-hotnews {
        padding: 5px 10px;
        color: #353535;
        background: #eceeed;
        font-weight: bold;
        margin-right: 21px;
        display: block;
        border-left: 5px solid #016eb7;
        position: relative;
        width: 97px;
        float: left
    }

        .box-hotnews .title-hotnews:after {
            content: "";
            border: 15px solid transparent;
            border-left: 15px solid #eceeed;
            position: absolute;
            right: -30px;
            top: 0
        }

.body-hotnews a {
    color: #404041
}

    .body-hotnews a:hover,
    .body-hotnews a:focus {
        color: #cb0236
    }

.body-hotnews {
    width: calc(100% - 118px);
    float: left
}

    .body-hotnews .owl-item {
        text-align: left
    }

    .body-hotnews .list-hotnews {
        position: relative;
        top: 5px
    }

.box-search {
    width: 100%;
    float: left
}

    .box-search form {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        background: #fff
    }

        .box-search form input {
            border: none;
            height: 26px;
            text-indent: 5px;
            width: calc(100% - 34px);
            float: left
        }

        .box-search form button {
            background: none;
            border: none;
            width: 32px;
            height: 26px;
            float: right;
            color: #cb0236;
            font-size: 18px;
            text-align: center
        }

            .box-search form button span {
                font-size: 18px
            }

.owlFull {
    float: left;
    width: 100%
}

    .owlFull:hover .owl-prev,
    .owlFull:hover .owl-next {
        opacity: 1
    }

    .owlFull .owl-item img {
        max-width: 100%
    }

    .owlFull .item-owlFull a {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 720px
    }

    .owlFull .owl-controls .owl-buttons {
        position: absolute;
        top: 44%;
        height: 0;
        width: 100%
    }

    .owlFull .owl-prev,
    .owlFull .owl-next {
        line-height: 32px;
        position: absolute;
        margin: 0;
        border-radius: 5px;
        background: rgba(0, 0, 0, .3);
        width: 48px;
        height: 52px;
        padding: 12px 0 0;
        line-height: 18px;
        text-align: center;
        font-size: 46px;
        color: #fff;
        transition: all .5s ease;
        opacity: 0
    }

        .owlFull .owl-prev:hover,
        .owlFull .owl-next:hover {
            background: rgba(0, 0, 0, .6)
        }

    .owlFull .owl-prev {
        left: 10px
    }

    .owlFull .owl-next {
        right: 10px
    }

    .owlFull .owl-controls {
        margin-top: 0
    }

    .owlFull .owl-pagination {
        text-align: center;
        bottom: 10px;
        position: absolute;
        width: 100%
    }

    .owlFull .owl-controls .owl-page {
        margin-top: 0
    }

        .owlFull .owl-controls .owl-page span {
            margin: 0 7px 0 0;
            background: #c5c5c5;
            opacity: 1
        }

        .owlFull .owl-controls .owl-page.active span,
        .slider-thub-view .owl-controls.clickable .owl-page:hover span {
            background: #fff
        }

.item-owlFull .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.item-owlFull .owl-caption {
    width: 70%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    padding: 15px;
    position: absolute
}

    .item-owlFull .owl-caption h3 {
        margin: 0;
        margin-bottom: 10px
    }

        .item-owlFull .owl-caption h3 a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            font-size: 22px
        }

.about-service {
    padding: 20px 0;
    font-family: robotor;
}

.sec-home {
    float: left;
    width: 100%;
}

.sec-customer {
    background: url(/Images/doitac/inter.png) no-repeat top right;
    padding: 0px 0 60px;
}

.about-service .text-html {
    float: left;
    width: 100%;
    color: #77858b;
    line-height: 1.4em;
}

.sec-home .text-html {
    text-align: justify;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px dashed #e0e0e0;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    color: #77858b;
    line-height: 1.4em;
    font-family: robotor;
    position: relative;
}

.about-service h2, .home-news h2, .sec-customer h2, .sec-product h2 {
    font-size: 24px;
    color: #313132;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px 20px 0px;
}

.about-service .item-service {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    display: block;
    width: 100%;
    float: left;
    padding: 13px;
    font-family: robotor;
    background-image: linear-gradient(to top right, #cb0236, #d95314);
}

    .about-service .item-service:hover {
        background: #fb9c00 !important;
    }

.max-title {
    position: relative;
    margin-bottom: 35px;
    margin-top: 10px;
}

    .max-title:before, .max-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        height: 3px;
    }

.max-title3:before {
    width: 35%;
}

.max-title3:after {
    width: 140px;
}

.max-title:after {
    background-color: #e6051c;
}

.max-title3 h2:before, .max-title h2:after {
    border-color: #e6051c;
}

.max-title3 h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-bottom: 18px solid #e6051c;
    z-index: 2;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.max-title h2:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    border: 2px solid #00c2e5;
    z-index: 2;
}

.max-title3 h2:after {
    width: 0;
    height: 0;
    bottom: -3px;
    background-color: transparent;
    border: 0;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 12px solid #fff !important;
    -webkit-transform: translate(-50%) rotate(0);
    transform: translate(-50%) rotate(0);
}


.item-service h3 {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin-top: 5px;
    text-align: center;
    font-style: inherit;
}

.item-service:hover h3 {
    color: #fff;
}

.item-service .icon-pluto {
    width: 75px;
    height: 60px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 15px;
}

    /*.item-service:hover .icon-pluto.design-web {
    background-image: url(../images/ico-thietke.png)
}*/

    .item-service .icon-pluto.design-web {
        background-image: url(../images/ico-thietke-h.png)
    }

    /*.item-service:hover .icon-pluto.design-software {
    background-image: url(../images/ico-thietke-pm.png)
}*/

    .item-service .icon-pluto.design-software {
        background-image: url(../images/ico-thietke-pm-h.png)
    }

    /*.item-service:hover .icon-pluto.daotao-trainning {
    background-image: url(../images/ico-daotao.png)
}*/

    .item-service .icon-pluto.daotao-trainning {
        background-image: url(../images/ico-daotao-h.png)
    }

    /*.item-service:hover .icon-pluto.ungcuu-service {
    background-image: url(../images/ico-ungcuu.png)
}*/

    .item-service .icon-pluto.ungcuu-service {
        background-image: url(../images/ico-ungcuu-h.png)
    }

.item-service .detail .text-html {
    color: #2a2a2a;
    font-size: 15px;
}

.cate-list-home {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0px
}

    .cate-list-home h3 {
        text-align: left;
        color: #cb0236;
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold
    }

    .cate-list-home .list-cate {
        text-align: left;
        float: left;
        width: 100%
    }

        .cate-list-home .list-cate li {
            border-bottom: 1px dashed #c6c6c6
        }

            .cate-list-home .list-cate li a {
                display: block;
                padding: 12px 0;
                font-size: 16px;
                color: #484848
            }

                .cate-list-home .list-cate li a:hover {
                    color: #cb0236
                }

                .cate-list-home .list-cate li a i {
                    font-size: 18px;
                    padding-right: 10px;
                    color: #cb0236
                }

.banner-qc-home {
    padding: 15px 0
}

.box-customer {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px
}

    .box-customer h2 {
        font-size: 24px;
        color: #cb0236;
        display: block;
        text-align: center
    }

.list-cus-home .item-cus-home {
    width: 33.3333%;
    float: left;
    padding: 10px 15px
}

    .list-cus-home .item-cus-home .img {
        width: 30%;
        float: left;
        border: 1px solid #e3e3e3;
        text-align: center;
        height: 70px;
        line-height: 66px;
        overflow: hidden;
        padding: 2px
    }

        .list-cus-home .item-cus-home .img img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%
        }

    .list-cus-home .item-cus-home .detail {
        width: 70%;
        float: left;
        padding-left: 20px
    }

        .list-cus-home .item-cus-home .detail a {
            font-size: 18px;
            color: #cb0236;
            font-weight: bold;
            display: block;
            padding-bottom: 2px
        }

        .list-cus-home .item-cus-home .detail span {
            color: gray;
            font-family: robotol
        }

.listItemStyle2 .item-cus-home {
    min-height: 200px;
    border-bottom: 1px dashed #e2e2e2;
    padding-top: 20px
}

    .listItemStyle2 .item-cus-home:nth-child(2n) {
        border-left: 1px dashed #e2e2e2
    }

    .listItemStyle2 .item-cus-home .detail {
        text-align: justify
    }

        .listItemStyle2 .item-cus-home .detail a {
            font-size: 18px;
            color: #cb0236;
            display: block;
            padding-bottom: 8px
        }

        .listItemStyle2 .item-cus-home .detail span {
            color: gray;
            font-family: robotol
        }

    .listItemStyle2 .item-cus-home img {
        height: 160px;
        width: 100%
    }

    .listItemStyle2 .item-cus-home .btn-detail {
        float: left;
        margin-bottom: 10px
    }

.box-pluto {
    float: left;
    width: 100%
}

    .box-pluto .pluto-link {
        width: 25%;
        float: left;
        display: block;
        text-align: center;
        background: #e8e8e8
    }

        .box-pluto .pluto-link:hover {
            background: #cb0236 !important
        }

            .box-pluto .pluto-link:hover h2 {
                color: #fff
            }

        .box-pluto .pluto-link:nth-child(2n) {
            background: #f5f5f5
        }

        .box-pluto .pluto-link h2 {
            color: #4a4a4a;
            font-size: 18px;
            padding: 10px 0;
            margin-top: 5px
        }

        .box-pluto .pluto-link .icon-pluto {
            width: 75px;
            height: 60px;
            margin: 0 auto;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: 15px
        }

.pluto-link .icon-pluto.design-web {
    background-image: url(../images/ico-thietke.png)
}

.pluto-link:hover .icon-pluto.design-web {
    background-image: url(../images/ico-thietke-h.png)
}

.pluto-link .icon-pluto.design-software {
    background-image: url(../images/ico-thietke-pm.png)
}

.pluto-link:hover .icon-pluto.design-software {
    background-image: url(../images/ico-thietke-pm-h.png)
}

.pluto-link .icon-pluto.daotao-trainning {
    background-image: url(../images/ico-daotao.png)
}

.pluto-link:hover .icon-pluto.daotao-trainning {
    background-image: url(../images/ico-daotao-h.png)
}

.pluto-link .icon-pluto.ungcuu-service {
    background-image: url(../images/ico-ungcuu.png)
}

.pluto-link:hover .icon-pluto.ungcuu-service {
    background-image: url(../images/ico-ungcuu-h.png)
}

.pluto-link .icon-pluto.seo-web {
    background-image: url(../images/ico-seo.png)
}

.pluto-link:hover .icon-pluto.seo-web {
    background-image: url(../images/ico-seo-h.png)
}

.pluto-link .icon-pluto.host-web {
    background-image: url(../images/ico-host.png)
}

.pluto-link:hover .icon-pluto.host-web {
    background-image: url(../images/ico-host-h.png)
}

.navi-foo {
    background: #e6e7e9;
    padding: 15px 0;
    width: 100%
}

    .navi-foo .newsletter {
        width: 33%;
        float: left;
        border-right: 1px solid #178cdb;
        height: 120px;
        padding-right: 15px
    }

        .navi-foo .newsletter h3 {
            font-size: 24px;
            color: #fff;
            margin-top: 15px;
            margin-bottom: 18px
        }

        .navi-foo .newsletter form button {
            width: 116px;
            text-align: center;
            line-height: 37px;
            border: 1px solid #c2c2c2;
            background: #6fbf42;
            font-size: 18px;
            color: #fff;
            margin-left: 4px
        }

        .navi-foo .newsletter form input {
            width: calc(100% - 120px);
            float: left;
            height: 40px;
            background: #fff;
            border: none;
            text-indent: 10px
        }

    .navi-foo .exchange-rate {
        float: left;
        width: 17%;
        height: 120px
    }

        .navi-foo .exchange-rate a {
            display: block;
            width: 100%;
            height: 60px;
            line-height: 60px;
            padding-left: 60px;
            color: #fff;
            font-size: 18px
        }

            .navi-foo .exchange-rate a.ico-exchange-rate {
                border-bottom: 1px solid #178cdb;
                background: url(../images/ico-tigia.png) 15px center no-repeat
            }

            .navi-foo .exchange-rate a.ico-gold-price {
                background: url(../images/ico-giavang.png) 15px center no-repeat
            }

    .navi-foo .weather {
        width: 25%;
        float: left;
        border-left: 1px solid #178cdb;
        height: 120px;
        padding: 10px
    }

.weather .weather-left {
    width: 50%;
    float: left
}

.weather-left .ico-trangthai {
    float: left;
    width: 40%
}

.weather-left .display-doc {
    float: left;
    width: 60%;
    font-size: 30px;
    color: #fff;
    padding-top: 5px
}

.weather .weather-right {
    width: 50%;
    float: left
}

    .weather .weather-right select {
        width: 100%;
        height: 36px;
        border: 0;
        text-indent: 5px
    }

.weather .detail-weather {
    float: left;
    width: 100%
}

    .weather .detail-weather span {
        display: block;
        color: #fff
    }

.navi-foo .hotline-foo {
    width: 25%;
    float: left;
    border-left: 1px solid #178cdb;
    border-right: 1px solid #178cdb;
    height: 120px;
    padding: 5px 10px 10px 0
}

    .navi-foo .hotline-foo span {
        color: #fff;
        padding: 10px;
        display: block;
        font-family: robotol
    }

.navi-foo .item {
    float: left;
    width: 33.333%;
    border-right: 1px solid #cb0236;
    height: 68px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-repeat: no-repeat;
    /*padding-left: 80px;*/
    background-position: 15px center;
    text-align: center;
}

    .navi-foo .item h3 {
        font-size: 18px;
        color: #cb0236;
        margin-top: 0;
        font-family: Robotor;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .navi-foo .item a {
        font-size: 18px;
        color: #333;
    }

        .navi-foo .item a:hover {
            color: #cb0236;
        }

    .navi-foo .item:first-child {
        border-left: 1px solid #cb0236;
    }

/*.navi-foo .item:nth-child(1) {
    background-image: url(../images/i-navi-foo-1.png);
}

.navi-foo .item:nth-child(2) {
    background-image: url(../images/i-navi-foo-2.png);
}

.navi-foo .item:nth-child(3) {
    background-image: url(../images/i-navi-foo-3.png);
}*/

.hotline-number-foo {
    padding-left: 70px;
    background: url(../images/ico-hotline-foo.png) no-repeat 10px center
}

    .hotline-number-foo b {
        display: block;
        font-size: 20px;
        color: #fff
    }

.copy-right {
    background-color: #e5e5e5;
    padding: 5px;
}

    .copy-right h6 {
        float: right;
        margin-top: 14px;
        text-align: right;
        color: #fff;
        font-family: robotol;
    }


@media(min-width:992px) and (max-width:1199px) {
    .navi-foo .item {
        background-size: 40px;
        background-position: 10px center;
        padding-left: 60px;
        height: 58px;
    }

        .navi-foo .item h3 {
            font-size: 16px;
        }

        .navi-foo .item a {
            font-size: 20px;
        }

    .menu-foo h4 {
        font-size: 15px;
    }
}

@media(max-width:800px) {
    .navi-foo .item {
        width: 100%;
        border-right: 0;
        border-top: 1px solid #cb0236;
        padding-top: 11px;
        padding-bottom: 11px;
        /*padding-left: 65px;*/
        height: 74px;
        background-position: 0 center;
    }

        .navi-foo .item:first-child {
            border: 0;
        }
}

@media(max-width:480px) {
    .copy-right {
        text-align: center;
    }

        .copy-right img {
            margin: auto;
        }

        .copy-right h6 {
            text-align: center;
            padding-bottom: 10px;
        }

    .navi-foo .item h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width:320px) and (max-height:768px) {
    .navi-foo .item {
        background-size: 40px;
        background-position: 0 center;
        padding-left: 50px;
        height: auto;
    }

        .navi-foo .item h3 {
            font-size: 15px;
        }

        .navi-foo .item a {
            font-size: 20px;
        }
}

.foo-top {
    background: #cb0236;
    padding: 10px 0;
    float: left;
    width: 100%
}

    .foo-top h3 {
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .foo-top a:hover {
        color: #70bf44
    }

    .foo-top span {
        color: #a2a2a2;
        text-align: justify;
    }

.menu-foo {
    padding: 10px 0 20px 0;
}

    .menu-foo h4 {
        margin-top: 20px;
        margin-bottom: 13px;
        float: left;
        width: 100%;
        font-family: Robotor;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .menu-foo .menu, .menu-foo .address {
        float: left;
        width: 100%;
    }

        .menu-foo .menu li a {
            color: #A7A9AC;
            font-size: 15px;
            padding: 3px 0 3px 11px;
            display: block;
            position: relative;
        }

            .menu-foo .menu li a:hover {
                color: #fff;
            }


            .menu-foo .menu li a:before {
                content: "";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                top: 1px;
            }

        .menu-foo .address li {
            display: block;
            float: left;
            width: 100%;
            position: relative;
            color: #fff;
            font-size: 15px;
            padding: 3px 0 5px 23px;
        }

    .menu-foo .counter li {
        color: #A7A9AC;
        cursor: pointer
    }

        .menu-foo .counter li:hover {
            color: #fff;
        }

        .menu-foo .counter li:nth-child(1):before {
            content: "\f007";
            font-family: FontAwesome;
            margin-right: 5px;
        }

        .menu-foo .counter li:nth-child(2):before {
            content: "\f012";
            font-family: FontAwesome;
            margin-right: 5px;
        }

    .menu-foo .address li:hover {
        color: #EB2227
    }

    .menu-foo .address li:nth-child(1):before {
        content: "";
    }

    .menu-foo .address li:nth-child(2):before {
        content: "";
    }

    .menu-foo .address li:nth-child(3):before {
        content: "";
    }

    .menu-foo .address li:nth-child(4):before {
        content: "";
    }

    .menu-foo .address li:before {
        color: #cb0236;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 17px;
    }

.foo-top .menu-foo {
    float: left;
    width: 100%
}

    .foo-top .menu-foo li {
        border-bottom: 1px dashed #FFFFFF;
        display: block;
        width: 100%;
        padding: 11px 0
    }

        .foo-top .menu-foo li a {
            font-size: 14px;
            color: #fff
        }

            .foo-top .menu-foo li a i {
                font-size: 17px
            }

            .foo-top .menu-foo li a:hover,
            .foo-top .menu-foo li a:focus {
                color: #70bf44
            }

.foo-contact span i {
    color: #01C910;
    font-style: normal
}

.foo-contact span strong {
    color: Yellow;
    font-weight: normal
}

.item-news-aside {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dashed #688496
}

    .item-news-aside:first-child {
        padding-top: 0
    }

    .item-news-aside:last-child {
        border-bottom: 0
    }

    .item-news-aside .img {
        float: left;
        width: 30%;
        position: relative
    }

    .item-news-aside .detail {
        float: left;
        width: 70%;
        padding-left: 10px;
        text-align: justify
    }

    .item-news-aside a {
        color: #a2a2a2;
        display: block
    }

    .item-news-aside time {
        color: #9b9b9b;
        display: block;
        padding-top: 5px;
        font-size: 12px
    }

.foo-bot {
    padding: 20px 0;
    background: #cb0236;
    float: left;
    width: 100%
}

    .foo-bot span {
        display: block;
        color: White
    }

    .foo-bot h2 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 18px;
        text-transform: uppercase;
        color: White;
        line-height: 1.4em
    }

.abouts-foo {
    width: 100%;
    float: left;
    background: #91bcd9;
    margin-top: 10px;
    font-family: robotol
}

    .abouts-foo p {
        text-align: justify;
        font-size: 16px
    }

.foo-fanpage {
    height: 230px;
    float: left;
    width: 100%;
    position: relative;
    top: -10px
}

.copy-right {
    background-color: #cb0236;
    padding: 5px;
}

.newletter {
    float: left;
    width: 100%;
}

    .newletter .ipt {
        width: calc(100% - 105px);
        float: left;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        height: 38px;
        border-right: 0;
        border-color: #e1e1e1;
    }

    .newletter .bt {
        float: right;
        width: 105px;
        background-color: #82BADD;
        color: #fff;
        border: 0;
        height: 38px;
        padding: 12px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        font-family: robotor;
        text-transform: uppercase;
        background: linear-gradient(to right,rgba(0,150,205,1) 0%,rgba(0,198,175,1) 100%);
    }

.social-foo {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .social-foo strong {
        float: left;
        width: 100%;
        font-family: Robotor;
    }

    .social-foo a {
        float: left;
        display: inline-block;
        width: 38px;
        height: 36px;
        margin-right: 7px;
        text-align: center;
        -ms-border-radius: 4px;
        border-radius: 4px;
        background-color: #cb0236;
        margin-top: 7px;
        color: #fff;
    }

        .social-foo a:hover, .social-foo a:focus {
            color: #fef200;
            ;
        }

        .social-foo a span {
            font-size: 22px;
            line-height: 36px;
        }

.bg-foo-tag {
    background: #028EC1;
    padding: 5px 0
}

.tags-home ul li {
    display: inline-block;
    position: relative;
    color: #dedede
}

    .tags-home ul li:after {
        content: "|";
        float: right;
        display: inline-block;
        height: 24px;
        width: 1px;
        position: absolute;
        top: 2px;
        right: 0;
        color: #3e4242
    }

    .tags-home ul li:last-child:after {
        content: ""
    }

    .tags-home ul li a {
        display: block;
        font-size: 13px;
        color: #3e4242;
        margin-top: 5px;
        padding: 0 10px
    }

        .tags-home ul li a:hover {
            color: #fff
        }

.title-header {
    display: block;
    width: 100%;
    float: left;
    background: url(../images/bg-title-header.png) center center no-repeat;
    height: 107px
}

    .title-header h2 {
        display: block;
        color: #fff;
        font-size: 30px;
        margin-top: 35px
    }

.box-breadcrumb {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1
}

    .box-breadcrumb .breadcrumb {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

.box-service {
    padding-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.item-cate-service {
    margin-bottom: 30px
}

    .item-cate-service .img {
        border: 5px solid #e6e6e6;
        overflow: hidden
    }

    .item-cate-service .detail h2 {
        margin-top: 15px
    }

        .item-cate-service .detail h2 a {
            font-size: 24px;
            color: #cb0236
        }

            .item-cate-service .detail h2 a:hover,
            .item-cate-service .detail h2 a:focus {
                color: #70bf44
            }

    .item-cate-service .detail p {
        color: #757474;
        text-align: justify
    }

.item-ef-scale .img {
    position: relative
}

    .item-ef-scale .img img {
        transition: ease .4s
    }

.item-ef-scale:hover .img img {
    transform: scale(1.3);
    transition: ease .4s
}

.item-ef-scale .img .roll {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    font: normal normal normal 14px/1 FontAwesome
}

    .item-ef-scale .img .roll:before {
        color: #fff;
        width: 40px;
        height: 40px;
        border: 1px solid #70bf44;
        border-radius: 2px;
        top: 50%;
        left: 50%;
        text-align: center;
        line-height: 35px;
        display: block;
        position: absolute;
        margin: -20px 0 0 -20px;
        transform: scale(0);
        transition: ease-in-out .4s;
        font-size: 18px;
        background-color: #70bf44
    }

.item-ef-scale .img a:hover .roll {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .3s
}

    .item-ef-scale .img a:hover .roll:before {
        transform: scale(1);
        transition: ease-in-out .4s
    }

.item-ef-scale .img .roll.tie-news:before {
    content: ''
}

.item-ef-scale .img .roll.tie-video:before {
    content: ''
}

.item-ef-scale .img .roll.tie-picture:before {
    content: ''
}

.item-ef-scale .img .roll.tie-eye:before {
    content: ''
}

.content-news-detail .title-page {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

    .content-news-detail .title-page:after {
        content: '';
        display: block;
        height: 2px;
        margin: 15px auto 40px;
        width: 80px;
        background: #cb0236;
    }

.menu-product {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.sec-product .list-new-home {
    margin-top: 0;
}

.list-new-home {
    float: left;
    width: 100%;
}

    .list-new-home .item-news {
        margin-bottom: 30px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        display: block;
        width: 100%;
        float: left;
        padding: 13px;
        font-family: robotol;
        text-align: justify;
        background-color: #fff;
    }

        .list-new-home .item-news:hover {
            border: 1px solid #fb9c00;
        }

@media (min-width: 1200px) {
    .list-new-home .item-news .img, .list-careers-home .item-news .img {
        height: 160px;
    }

    .list-new-home .item-news .detail {
        height: 255px;
    }

    .list-careers-home .item-news .detail {
        height: 120px !important;
    }
}

.list-new-home .item-news .img {
    overflow: hidden;
}

.list-new-home .item-news .detail h3 {
    display: block;
    width: 100%;
    color: #cb0236;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
    line-height: 1.4em;
    font-weight: bold;
}

.list-new-home .item-news:hover .detail h3 {
    color: #fb9c00;
}

.list-new-home .item-news .detail time {
    color: #999;
    font-size: 13px;
}

.list-new-home .item-news .detail .text-html {
    color: #2a2a2a;
    font-size: 15px;
    border: 0px;
    padding: 0px;
}

.list-new-home .item-news .readmore {
    color: #cb0236;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

    .list-new-home .item-news .readmore img {
        margin-left: 5px
    }

.list-product {
    float: left;
    width: 100%;
}

    .list-product .item-product {
        height: 420px;
        overflow: hidden;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 30px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        -ms-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
    }

        .list-product .item-product:hover .img img {
            -moz-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            top: 100%;
        }

        .list-product .item-product .img {
            overflow: hidden;
        }

            .list-product .item-product .img img {
                transition: all 2s ease-in-out;
                top: 0;
                position: absolute;
                left: 0;
                width: 100%;
            }

        .list-product .item-product:hover .detail {
            -ms-opacity: 1;
            opacity: 1;
            visibility: visible;
        }

        .list-product .item-product .detail {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.7);
            top: 0;
            left: 0;
            text-align: center;
            padding: 20px;
            -ms-opacity: 0;
            opacity: 0;
            -moz-transition: .4s ease-in;
            -o-transition: .4s ease-in;
            -webkit-transition: .4s ease-in;
            -ms-transition: .4s ease-in;
            transition: .4s ease-in;
            visibility: hidden;
        }

            .list-product .item-product .detail .title {
                margin-top: 30%;
            }

                .list-product .item-product .detail .title a {
                    font-size: 24px;
                    color: #fff;
                    font-family: robotor;
                }

.sec-home .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-family: robotol;
    color: #cb0236;
    margin-bottom: 10px;
}

.list-product .item-product .detail .option {
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 15px;
}

.bt-blue {
    background-color: #cb0236;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cb0236;
    padding: 0 20px;
    margin: 0 2px;
    -webkit-box-shadow: 0 4px 0 #04628f;
    -moz-box-shadow: 0 4px 0 #04628f;
    -ms-box-shadow: 0 4px 0 #04628f;
    box-shadow: 0 4px 0 #04628f;
}

.btf {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    margin: 1em auto 2em;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.detail-news {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .detail-news h1.title-news {
        font-size: 24px;
        color: #cb0236;
        margin: 15px 0;
        font-family: robotor;
    }

/*.detail-news {
    width: 100%;
    float: left
}

.detail-news h1.title-news {
    font-size: 24px;
    color: #222;
    margin: 0px 0
}*/

.social-like {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 50px;
    min-height: 30px;
    padding: 5px 0
}

.content-news-detail {
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify
}

    .content-news-detail img {
        max-width: 100%;
        margin-bottom: 10px
    }

.tags-news {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d1d1d1
}

    .tags-news strong {
        font-size: 16px;
        color: #4a4a4a
    }

        .tags-news strong span {
            font-size: 18px;
            color: #4a4a4a;
            padding-right: 5px
        }

    .tags-news a {
        font-size: 14px;
        border: 1px solid #d1d1d1;
        padding: 3px 6px;
        display: inline-block;
        margin-right: 3px;
        margin-left: 3px;
        color: #222;
        margin-top: 3px;
        margin-bottom: 3px
    }

        .tags-news a:hover {
            border: 1px solid #222;
            background: #222;
            color: #fff
        }

.list-news-other {
    margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .list-news-other h3 {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        float: left
    }

    .list-news-other strong {
        display: inline-block;
        float: left;
        border-bottom: 2px solid #cb0236;
        padding-bottom: 3px;
        font-size: 18px;
        color: #cb0236;
        font-weight: bold
    }

    .list-news-other ul {
        padding-left: 15px
    }

        .list-news-other ul li {
            display: block;
            width: 100%;
            padding: 6px 0;
            float: left
        }

            .list-news-other ul li a:before {
                margin-top: 8px;
                float: left;
                background: #707070;
                width: 6px;
                height: 6px;
                content: '';
                display: inline-block;
                margin-left: -15px
            }

            .list-news-other ul li a:hover:before {
                background: #cb0236
            }

            .list-news-other ul li a {
                color: #4a4a4a
            }

                .list-news-other ul li a:hover {
                    color: #cb0236
                }

.other-service-design li {
    display: block;
    float: left;
    width: 100%;
    padding: 7px 0
}

    .other-service-design li a i {
        width: 14px;
        height: 14px;
        border-radius: 2px;
        background: #cb0236;
        text-align: center;
        line-height: 14px;
        color: #fff;
        padding-right: 0;
        margin-right: 10px
    }

    .other-service-design li a {
        color: #454343
    }

        .other-service-design li a:hover {
            color: #70bf44
        }

.other-service-software h4 {
    font-size: 18px;
    color: #454343;
    padding-top: 6px
}

.other-service-software li {
    display: block;
    float: left;
    width: 100%;
    padding: 7px 0
}

    .other-service-software li a {
        color: #454343
    }

        .other-service-software li a:hover {
            color: #70bf44
        }

        .other-service-software li a i {
            width: 14px;
            height: 14px;
            border-radius: 2px;
            background: #cb0236;
            text-align: center;
            line-height: 14px;
            color: #fff;
            padding-right: 0;
            margin-right: 10px
        }

.other-service-host h4 {
    font-size: 18px;
    color: #454343;
    padding-top: 6px
}

.item-other-sevice {
    float: left;
    width: 100%;
    margin-bottom: 6px
}

    .item-other-sevice .left {
        width: 54px;
        height: 54px;
        float: left
    }

        .item-other-sevice .left span {
            background: #cb0236;
            width: 54px;
            height: 54px;
            border-radius: 27px;
            color: #fff;
            text-align: center;
            line-height: 54px;
            font-size: 28px
        }

    .item-other-sevice .right {
        width: calc(100% - 54px);
        float: left;
        padding-left: 15px
    }

        .item-other-sevice .right h5 {
            margin-top: 0;
            color: #cb0236;
            font-size: 16px;
            margin-bottom: 5px
        }

        .item-other-sevice .right p {
            margin-bottom: 0
        }

.item-about {
    padding: 40px 0;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e2e2e2
}

    .item-about .img {
        width: 45%;
        float: right;
        padding: 0 20px
    }

        .item-about .img img {
            float: right
        }

    .item-about .detail {
        width: 55%;
        float: left;
        padding-right: 20px;
        font-size: 16px
    }

        .item-about .detail h3 {
            font-size: 24px;
            color: #454343;
            margin-top: 0
        }

        .item-about .detail .text-about {
            color: #757474;
            line-height: 1.6em;
            text-align: justify;
            margin-bottom: 15px
        }

    .item-about:nth-child(2n) {
    }

        .item-about:nth-child(2n) .img {
            width: 45%;
            float: left;
            padding: 0 20px
        }

        .item-about:nth-child(2n) .detail {
            width: 55%;
            float: right;
            padding-left: 20px;
            padding-right: 0
        }

.box-customer {
    width: 100%;
    float: left;
    padding: 15px 0
}

    .box-customer .item-cus {
        margin-top: 15px;
        margin-bottom: 15px
    }

        .box-customer .item-cus .img {
            height: 140px;
            line-height: 140px;
            text-align: center;
            border: 1px solid #d7d7d7;
            position: relative;
            overflow: hidden
        }

            .box-customer .item-cus .img:hover {
                border: 1px solid #0f75bd
            }

        .box-customer .item-cus img {
            vertical-align: middle;
            display: inline-block;
            max-height: 100%
        }

        .box-customer .item-cus .img a {
            display: block;
            height: 100%
        }

        .box-customer .item-cus .detail h5 {
            font-size: 18px;
            color: #454343;
            text-align: center;
            margin-top: 10px
        }

.box-contact {
    padding: 30px 0;
    float: left;
    width: 100%
}

.main-contact {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px
}

    .main-contact p {
        color: #8b8b8b;
        padding: 10px 0
    }

    .main-contact span {
        color: #8b8b8b;
        padding: 10px 0;
        display: block
    }

    .main-contact h2 {
        margin: 0;
        font-size: 24px;
        font-weight: normal
    }

    .main-contact h3 {
        margin-top: 0;
        font-size: 18px;
        color: #222;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .main-contact h3:before {
            content: "";
            width: 100px;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            background-color: #cb0236;
        }

.form-contact {
    margin-top: 20px
}

    .form-contact label {
        font-weight: normal;
        text-align: left !important
    }

        .form-contact label strong {
            font-size: 18px;
            color: #e03232
        }

    .form-contact .form-control {
        border-radius: 0 !important;
        border: 1px solid #e1e1e1;
        box-shadow: none;
        padding: 6px 8px;
    }

    .form-contact .button {
        color: #fff;
        border: none;
        background: #cb0236;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.detail-contact {
    float: left;
    width: 100%
}

    .detail-contact h3 {
        margin-top: 0;
        font-size: 18px;
        color: #222;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .detail-contact h3:before {
            content: "";
            width: 100px;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            background-color: #cb0236;
        }

    .detail-contact li {
        float: left;
        width: 100%;
        padding: 4px 0
    }

        .detail-contact li strong {
            width: 13%;
            float: left;
            font-weight: normal
        }

        .detail-contact li span {
            width: 87%;
            float: left
        }

.note-contact {
    float: left;
    width: 100%
}

    .note-contact strong {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px
    }

    .note-contact span {
        line-height: 1.5em
    }

.list-news {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px
}

    .list-news .item-news {
        margin-bottom: 30px
    }

        .list-news .item-news .text-news {
            height: 65px;
            overflow: hidden
        }

        .list-news .item-news .img {
            position: relative;
            overflow: hidden;
            height: 200px
        }

            .list-news .item-news .img img {
                width: 100%
            }

        .list-news .item-news .detail h3 {
            margin-top: 15px;
            margin-bottom: 5px;
            height: 56px;
            overflow: hidden
        }

            .list-news .item-news .detail h3 a {
                font-size: 22px;
                color: #454343;
                display: block;
                line-height: 1.3em
            }

                .list-news .item-news .detail h3 a:hover {
                    color: #cb0236
                }

.post-date {
    padding: 4px 0;
    font-size: 13px;
    color: #afafaf;
    margin-bottom: 5px
}

    .post-date a {
        font-family: 'Segoe UI';
        padding-left: 5px;
        color: #afafaf
    }

    .post-date span:hover,
    .post-date span:hover a {
        color: #555 !important
    }

    .post-date span {
        border-left: 1px solid #aaa;
        padding: 0 10px
    }

        .post-date span:first-child {
            border-left: 0;
            padding-left: 0
        }

.fb-like.fb_iframe_widget {
    vertical-align: bottom;
}

.box-detail-news {
    padding: 0px 0;
    float: left;
    width: 100%
}

.box-aside {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .box-aside .title-box {
        float: left;
        border-bottom: 2px solid #cb0236;
        width: 100%;
    }

        .box-aside .title-box a {
            font-size: 18px;
            color: #cb0236;
            font-weight: bold;
            display: block;
            padding-bottom: 3px;
        }

    /*.box-aside .title-box {
    float: left;
    border-bottom: 2px solid #e0e0e0;
    width: 100%;
    background-color: #cb0236
}
.box-aside .title-box a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding-left: 10px;
    margin-top: 3px;
    text-transform: uppercase;
    line-height: 35px
}*/

    .box-aside ul {
        float: left;
        width: 100%
    }

        .box-aside ul li {
            border-bottom: 1px dashed #656565;
            display: block;
            width: 100%
        }

            .box-aside ul li a {
                font-size: 15px;
                color: #373737;
                padding-left: 5px;
                display: block;
                line-height: 42px
            }

                .box-aside ul li a i {
                    font-size: 14px
                }

                .box-aside ul li a:hover,
                .box-aside ul li a:focus {
                    color: #cb0236;
                    background-color: rgba(255, 235, 59, .22)
                }

    .box-aside .item-news-aside a {
        color: #797979
    }

        .box-aside .item-news-aside a:hover,
        .box-aside .item-news-aside a:focus {
            color: #cb0236
        }

    .box-aside .item-news-aside {
        border-bottom: 0
    }

        .box-aside .item-news-aside:first-child {
            padding-top: 15px
        }

.btn-oranges-size1 {
    font-size: 16px;
    color: #454343;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #e1e1e1
}

    .btn-oranges-size1 span {
        padding-left: 5px
    }

    .btn-oranges-size1:hover,
    .btn-oranges-size1:focus {
        background: #fcb040;
        color: #fff;
        cursor: pointer;
        border: 1px solid #fcb040
    }

.btn-detail {
    font-size: 16px;
    color: #ff5722;
    margin-left: 15px
}

    .btn-detail span {
        padding-left: 5px
    }

    .btn-detail:hover,
    .btn-readmore:focus {
        color: #ff9800;
        cursor: pointer
    }

.btn-readmore {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 50px;
    display: inline-block;
    background: #0d88da;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #0d88da
}

    .btn-readmore span {
        padding-left: 5px
    }

    .btn-readmore:hover,
    .btn-readmore:focus {
        background: #fcb040;
        color: #fff;
        cursor: pointer;
        border: 1px solid #fcb040
    }

.btn-blue-size1 {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
    background: #1e7cba;
    border-radius: 4px;
    margin-top: 10px
}

    .btn-blue-size1 span {
        padding-left: 5px
    }

    .btn-blue-size1:hover,
    .btn-blue-size1:focus {
        background: #0d88da;
        color: #fff
    }

.item-ef .img .roll-tim {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(15, 117, 189, .8);
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    font: normal normal normal 14px/1 FontAwesome
}

    .item-ef .img .roll-tim:before {
        color: #fff;
        width: 40px;
        height: 40px;
        top: 3%;
        right: 3%;
        text-align: center;
        line-height: 35px;
        display: block;
        position: absolute;
        transform: scale(0);
        transition: ease-in-out .4s;
        font-size: 36px
    }

.item-ef .img a:hover .roll-tim {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .3s
}

    .item-ef .img a:hover .roll-tim:before {
        transform: scale(1);
        transition: ease-in-out .4s
    }

.item-ef .img .roll-tim.tie-plus:before {
    content: '+'
}

.item-ef .img .roll {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    transition: ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    font: normal normal normal 14px/1 FontAwesome
}

    .item-ef .img .roll:before {
        color: #fff;
        width: 40px;
        height: 40px;
        border: 3px solid #fff;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        text-align: center;
        line-height: 35px;
        display: block;
        position: absolute;
        margin: -20px 0 0 -20px;
        transform: scale(0);
        transition: ease-in-out .4s;
        font-size: 18px
    }

.item-ef .img a:hover .roll {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .3s
}

    .item-ef .img a:hover .roll:before {
        transform: scale(1);
        transition: ease-in-out .4s
    }

.item-ef .img .roll.tie-news:before {
    content: ''
}

.item-ef .img .roll.tie-video:before {
    content: ''
}

.item-ef .img .roll.tie-picture:before {
    content: ''
}

.item-new-type-1 {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ebebeb;
    padding: 8px 0 15px 0
}

    .item-new-type-1:last-child {
        border: none
    }

    .item-new-type-1 a.title-a {
        font-size: 16px;
        color: #454343;
        font-weight: bold;
        display: block;
        margin-bottom: 5px
    }

        .item-new-type-1 a.title-a:hover {
            color: #0687de
        }

    .item-new-type-1 .img {
        width: 100%;
        float: left;
        position: relative
    }

    .item-new-type-1 .detail {
        width: 100%;
        float: left;
        padding-top: 10px
    }

.box-site-maps {
    padding: 0 0 20px 0;
    float: left;
    width: 100%
}

    .box-site-maps h1 {
        font-size: 24px
    }

.site-maps {
    float: left;
    width: 100%
}

    .site-maps > li {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

        .site-maps > li > a {
            color: #016eb7;
            font-weight: bold
        }

            .site-maps > li > a:hover {
                color: #ef8508
            }

        .site-maps > li > ul {
            float: left;
            width: 100%;
            padding-left: 20px
        }

            .site-maps > li > ul > li {
                display: block;
                float: left;
                width: 100%
            }

                .site-maps > li > ul > li a {
                    color: #696969;
                    display: block;
                    padding: 3px 0
                }

                    .site-maps > li > ul > li a:hover {
                        text-decoration: underline;
                        color: #ef8508
                    }

    .site-maps a {
        display: block;
        float: left
    }

@media only screen and (max-width:1366px) {
    .owlFull .item-owlFull a {
        height: 435px
    }
}

@media only screen and (max-width:1100px) {
    #nav-main > ul > li > a {
        font-size: 16px;
        padding: 15px 9px
    }
}

@media only screen and (max-width:1024px) {
    #header-main {
        background: linear-gradient(to right, #cb0236 100%, #70be44 0%)
    }

    .container {
        width: 100%
    }

    #nav-main > ul > li > a {
        font-size: 16px;
        padding: 15px 9px
    }

    .top-hotline {
        padding-top: 15px
    }

        .top-hotline b {
            font-size: 15px
        }

    .navi-foo .newsletter,
    .navi-foo .exchange-rate,
    .navi-foo .weather,
    .navi-foo .hotline-foo {
        width: 50%
    }

    .navi-foo .newsletter {
        border-bottom: 1px solid #178cdb
    }

    .navi-foo .weather {
        border-left: 0;
        padding-left: 0;
        border-right: 1px solid #178cdb
    }

    .navi-foo .hotline-foo {
        border-left: 0;
        border-right: 0
    }

    .navi-foo .exchange-rate a {
        border-bottom: 1px solid #178cdb
    }

    .owlFull .item-owlFull a {
        height: 470px
    }

    .list-news .item-news .img {
        height: 180px
    }
}

@media only screen and (max-width:877px) {
    #nav-main > ul > li > a {
        font-size: 15px;
        padding: 15px 5px
    }
}

@media only screen and (max-width:800px) and (max-height:1200px) {
    #header-sidebar, #BreakNewsMobile {
        display: block
    }
    #wrapper-main {
        padding-top: 0px
    }

    #header-main {
        display: none
    }

    .list-cus-home .item-cus-home {
        width: 50%
    }

    .news-home .item-news-big img {
        width: 100%
    }

    .form-contact .no-pd-r {
        padding-right: 15px
    }

    #contact-code {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .item-cate-service .img img {
        width: 100%
    }

    .owlFull .item-owlFull a {
        height: 400px
    }

    .box-pluto .pluto-link h2 {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) and (max-height:768px) {
    .box-pluto .pluto-link {
        width: 50%
    }

        .box-pluto .pluto-link:nth-child(4) {
            background: #e8e8e8
        }

        .box-pluto .pluto-link:nth-child(3) {
            background: #f5f5f5
        }

    .list-cus-home .item-cus-home {
        width: 100%
    }

    .navi-foo .newsletter,
    .navi-foo .exchange-rate,
    .navi-foo .weather,
    .navi-foo .hotline-foo {
        width: 100%;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #178cdb;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

        .navi-foo .exchange-rate a.ico-exchange-rate,
        .navi-foo .exchange-rate a.ico-gold-price,
        .hotline-number-foo {
            background-position: 0 center
        }

        .navi-foo .exchange-rate a {
            padding-left: 50px
        }

        .navi-foo .hotline-foo span {
            padding-left: 0;
            padding-right: 0
        }

    .foo-top .col-sm-6 {
        float: left;
        width: 100%
    }

    .social-foo {
        margin-top: 15px
    }

    .item-about .img {
        width: 100% !important;
        float: left;
        margin-bottom: 15px
    }

    .item-about .detail {
        width: 100% !important;
        float: left;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .item-cate-service .img img {
        width: 100%
    }

    .owlFull .item-owlFull a {
        height: 220px
    }

    .box-pluto .pluto-link {
        height: 145px
    }
}

.div-phantrang {
    padding-left: 0;
    margin-bottom: -25px;
    float: left;
    width: 100%
}

.dot-fillin {
    text-align: center
}

    .dot-fillin ul {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .dot-fillin li {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
        width: 26px;
        height: 26px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 5px;
        line-height: 26px
    }

        .dot-fillin li a:focus {
            outline: none
        }

        .dot-fillin li a {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            color: #65bd77;
            cursor: pointer;
            position: absolute;
            background-color: transparent;
            box-shadow: inset 0 0 0 1px #65bd77;
            -webkit-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease
        }

            .dot-fillin li a span {
                float: left;
                padding: 3px 9px
            }

            .dot-fillin li a:hover,
            .dot-fillin li a:focus {
                box-shadow: inset 0 0 0 2px #2e7e3e
            }

        .dot-fillin li.current a {
            box-shadow: inset 0 0 0 15px #65bd77;
            color: #fff
        }

    .dot-fillin i {
        float: left;
        margin-top: 2px
    }

    .dot-fillin .fa-angle-left,
    .dot-fillin .fa-angle-right {
        margin-left: 2px
    }

.hiennt {
    color: #fff;
    border: none;
    background: #0089d0;
    padding: 6px 30px;
}


/*-----danpa-----*/

@media only screen and (min-width: 768px) {
    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 0 6px #939393;
        background: #0F77BD;
    }
}

.menu-float {
    float: right;
}

@media only screen and (max-width:1024px) {
    .menu-float {
        position: absolute;
        top: 0;
        right: 0px;
    }
}

.foo-bottom {
    background: #094782;
    padding: 8px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    text-align: left;
    color: White;
}
