#customer-logo > .container > .row > div > .customer-carousel {
    padding: 0 40px;
}
@media (max-width: 1199px) {
    #header > .container > .main-menu-mobile > a#condensed-menu {
        display: block;
        height: 100%;
        padding: 23px 20px 23px 18px;
        position: relative;
    }
}


@media (max-width: 414px) {
    #header > .container > .main-menu-mobile > a#condensed-menu {
        display: block !important;
        height: 100% !important;
        padding: 23px 20px 23px 18px !important;
        position: relative !important;
    }

    #header {
        position: relative !important;
    }
}



    #customer-logo > .container > .row > div > .customer-carousel .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 124px;
    }

    #customer-logo > .container > .row > div > .customer-carousel > .owl-nav > button {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 27px;
        transform: translateY(-50%);
    }

        #customer-logo > .container > .row > div > .customer-carousel > .owl-nav > button.owl-prev {
            left: 0;
            background: url(/Content/img/prev.png);
        }

        #customer-logo > .container > .row > div > .customer-carousel > .owl-nav > button.owl-next {
            right: 0;
            background: url(/Content/img/next.png);
        }

        #customer-logo > .container > .row > div > .customer-carousel > .owl-nav > button > span {
            display: none;
        }

#articles {
    padding: 20px 0;
}

.pagination > a { 
    text-align: center;
    color: #000;  
    text-decoration: none;
    line-height: 1em;
    height: 30px;
    padding: 5px 5px;
    font-size : 13pt;
}

    .pagination > a.truoc {
        text-align: center;
        color: #000;
        text-decoration: none;
        line-height: 1em;
        height: 30px;
        width: 30px;
        padding: 5px;
        background: url(/Content/img/truoc.png) no-repeat;
        margin-top: 8px;
    }

    .pagination > a.sau {
        text-align: center;
        color: #000;
        text-decoration: none;
        line-height: 1em;
        height: 30px;
        padding: 5px;
        width: 30px;
        background: url(/Content/img/sau.png) no-repeat;
        margin-top : 8px;
    }

    .pagination > a.active {
        background: #47699E;
        color: #fff;
        border-radius: 50% !important;
        -webkit-justify-content: center;
         justify-content: center; 
         -webkit-align-items: center; 
        align-items: center;
        width: 30px;
        height: 30px;
    }
    .pagination > a:hover {
        color: #47699E;
        font-weight: bolder;
    }

.pagination > p {
    position: relative;
    bottom: -15px;
}

.pagination > span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex: 1;
    font-style: italic;
    margin: 0;
}

@media screen and (max-width: 577.8px) {
    .pagination > span {
        display: none;
    }
}

.pagination > * {
    margin-right: 10px;
}

#main-content {
    padding: 20px 0 0;
}

    #main-content > .body > .container > .row > div > .top-articles {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 30px;
    }

        #main-content > .body > .container > .row > div > .top-articles > .top-1 {
            flex: 1;
        }

            #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item {
                height: 100%;
                overflow: hidden;
            }

                #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper {
                    height: 331px;
                    position: relative;
                }

                    #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > a > img {
                        position: absolute;
                        height: 100%;
                    }

                    #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content {
                        position: absolute;
                        bottom: 0;
                        background: rgba(0, 0, 0, 0.3);
                        padding: 10px;
                        border-bottom: 4px solid #e67e22;
                    }

                        #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content > .title {
                            color: #ffffff;
                            font-size: 18px;
                            font-weight: bold;
                            display: block;
                            text-decoration: none;
                        }

                            #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content > .title > h3 {
                                font-weight: 700;
                            }

                        #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content > span.time {
                            color: #c5c5c5;
                        }

                            #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content > span.time:before {
                                content: url(/Content/img/date-2.png);
                                padding-right: 6px;
                            }

        #main-content > .body > .container > .row > div > .top-articles > .top-2 {
            width: 250px;
        }

            #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                padding: 10px;
                background: #f1f1f1;
            }

                #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item:not(:last-child) {
                    border-bottom: 1px solid #ffffff;
                }

                #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item > .thumbnail-wrapper {
                    width: 90px;
                }

                #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item > .title {
                    padding: 0 10px;
                    flex: 1;
                    color: #000000;
                    text-decoration: none;
                }

                    #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item > .title > h3 {
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        max-height: 4.5em;
                        line-height: 1.5em;
                        box-sizing: content-box;
                        height: 4.5em;
                        font-size: 14px;
                        font-weight: normal;
                    }

                #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item:hover {
                    background: #f9f9f9;
                    cursor: pointer;
                }

                    #main-content > .body > .container > .row > div > .top-articles > .top-2 > .item:hover > .title {
                        color: #e67e22;
                    }


@media (max-width: 991.8px) {
    #main-content > .body > .container > .row > div > .top-articles {
        flex-direction: column;
    }

        #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper {
            height: 250px;
        }

            #main-content > .body > .container > .row > div > .top-articles > .top-1 > .item > .image-wrapper > .content > .title > h3 {
                font-size: 18px;
            }

        #main-content > .body > .container > .row > div > .top-articles > .top-2 {
            width: 100%;
        }
}

#main-content > .body > .container > .row > div > .articles {
    margin-bottom: 30px;
}

    #main-content > .body > .container > .row > div > .articles > .article-2 {
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e2e2e2;
    }

        #main-content > .body > .container > .row > div > .articles > .article-2:nth-last-child(2) {
            margin-bottom: 40px;
        }

#main-content > .body > .container > .row > div > .document-section {
    margin-bottom: 30px;
}

    #main-content > .body > .container > .row > div > .document-section > .title {
        font-size: 20px;
        color: #076a98;
       
        line-height: 20px;
        margin-bottom: 10px !important;
    }

    #main-content > .body > .container > .row > div > .document-section > p.subtitle {
        color: #47699E !important;
        font-size: 18px;
    }

    #main-content > .body > .container > .row > div > .document-section > .content {
        margin-bottom: 10px;
    }

        #main-content > .body > .container > .row > div > .document-section > .content > .file, #main-content > .body > .container > .row > div > .document-section > .content > .folder, #main-content > .body > .container > .row > div > .document-section > .content > .download {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            color: #000000;
            text-decoration: none;
            border: 1px solid #e5e5e5;
            position: relative;
        }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:not(:last-child), #main-content > .body > .container > .row > div > .document-section > .content > .folder:not(:last-child), #main-content > .body > .container > .row > div > .document-section > .content > .download:not(:last-child) {
                border-bottom: none;
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:nth-child(2n), #main-content > .body > .container > .row > div > .document-section > .content > .folder:nth-child(2n), #main-content > .body > .container > .row > div > .document-section > .content > .download:nth-child(2n) {
                background: #fafafa;
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .file > p, #main-content > .body > .container > .row > div > .document-section > .content > .folder > p, #main-content > .body > .container > .row > div > .document-section > .content > .download > p {
                margin-bottom: 0;
                padding-left: 20px;
                position: relative;
                color: #000000;
                padding-right: 38px;
                flex: 1;
            }

                #main-content > .body > .container > .row > div > .document-section > .content > .file > p:before, #main-content > .body > .container > .row > div > .document-section > .content > .folder > p:before, #main-content > .body > .container > .row > div > .document-section > .content > .download > p:before {
                    content: "";
                    top: calc(50% - 5px);
                    /*width: 5px;
                    height: 5px;*/
                    /*background: #ffffff;*/
                    border: none;
                    /*border-right: 1px solid #e5e5e5;
                    border-bottom: 1px solid #e5e5e5;*/
                    transform: rotate(-45deg);
                    position: absolute;
                    /*left: -2px;*/
                }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:before, #main-content > .body > .container > .row > div > .document-section > .content > .folder:before, #main-content > .body > .container > .row > div > .document-section > .content > .download:before {
                content: "";
                width: 42px;
                height: 42px;
                /*background-color: #ffffff;*/
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                border-right: 1px solid #e5e5e5;
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:after, #main-content > .body > .container > .row > div > .document-section > .content > .folder:after, #main-content > .body > .container > .row > div > .document-section > .content > .download:after {
                content: "+";
                position: absolute;
                right: 15px;
                top: 7px;
                font-weight: bold;
                font-size: 23px;
                color: #47699E;
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:hover, #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover, #main-content > .body > .container > .row > div > .document-section > .content > .download:hover {
                background: #e67e22;
                color: #ffffff;
                border-color: transparent;
            }

                #main-content > .body > .container > .row > div > .document-section > .content > .file:hover:after, #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover:after, #main-content > .body > .container > .row > div > .document-section > .content > .download:hover:after {
                    color: #ffffff;
                }

                #main-content > .body > .container > .row > div > .document-section > .content > .file:hover > p, #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover > p, #main-content > .body > .container > .row > div > .document-section > .content > .download:hover > p {
                    color: #ffffff;
                }

                    #main-content > .body > .container > .row > div > .document-section > .content > .file:hover > p:before, #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover > p:before, #main-content > .body > .container > .row > div > .document-section > .content > .download:hover > p:before {
                        background: #b66116;
                        border-color: transparent;
                    }

                #main-content > .body > .container > .row > div > .document-section > .content > .file:hover:before, #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover:before, #main-content > .body > .container > .row > div > .document-section > .content > .download:hover:before {
                    border-right-color: transparent;
                    background-color: #b66116;
                }
            /*#main-content > .body > .container > .row > div > .document-section > .content > .file:last-child:before, #main-content > .body > .container > .row > div > .document-section > .content > .folder:last-child:before, #main-content > .body > .container > .row > div > .document-section > .content > .download:last-child:before {
          border-bottom: 1px solid #e5e5e5; }*/
            #main-content > .body > .container > .row > div > .document-section > .content > .file:before {
                background-image: url(/Content/img/file-1.png);
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .file:hover:before {
                background-image: url(/Content/img/file.png);
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .folder:before {
                background-image: url(/Content/img/folder-1.png);
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .folder:hover:before {
                background-image: url(/Content/img/folder.png);
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .download:before {
                background-image: url(/Content/img/download-1.png);
            }

            #main-content > .body > .container > .row > div > .document-section > .content > .download:hover:before {
                background-image: url(/Content/img/download-1-hover.png);
            }

#main-content > .body > .container > .row > div > .top-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

    #main-content > .body > .container > .row > div > .top-videos > .top-1 {
        flex: 2;
    }

        #main-content > .body > .container > .row > div > .top-videos > .top-1 > iframe {
            margin-bottom: 20px;
            max-width: 100%;
        }

        #main-content > .body > .container > .row > div > .top-videos > .top-1 > h2 {
            font-size: 26px;
            color: #e67e22;
            font-weight: bold;
        }

        #main-content > .body > .container > .row > div > .top-videos > .top-1 > p {
            font-size: 15px;
        }

    #main-content > .body > .container > .row > div > .top-videos > .top-2 {
        flex: 1;
        padding: 10px;
        border: 5px solid #f5f5f5;
        margin-left: 5px;
    }

        #main-content > .body > .container > .row > div > .top-videos > .top-2 .article-video-sm-1 {
            border-bottom: 1px dashed #e1e1e1;
        }

@media (max-width: 1199.8px) {
    #main-content > .body > .container > .row > div > .top-videos {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        #main-content > .body > .container > .row > div > .top-videos > .top-1 {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            align-items: center;
        }

        #main-content > .body > .container > .row > div > .top-videos > .top-2 {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            #main-content > .body > .container > .row > div > .top-videos > .top-2 > .article-video-sm-1 {
                flex: 0 0 50%;
            }
}

#main-content > .body > .container > .row > div > .videos > .video-tabs {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    #main-content > .body > .container > .row > div > .videos > .video-tabs > .item {
        flex: 1;
        border: 1px solid #dcdcdc;
        border-bottom: 4px solid #d4d4d4;
        position: relative;
    }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item > a {
            display: block;
            text-align: center;
            padding: 10px;
            font-weight: bold;
            color: #000000;
        }

            #main-content > .body > .container > .row > div > .videos > .video-tabs > .item > a > h2 {
                font-size: 18px;
                color: #000000;
                margin-bottom: 0;
                font-weight: 700;
            }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item.active {
            background: #e67e17;
            border-color: #e67e17;
            border-bottom-color: #c1691c;
        }

            #main-content > .body > .container > .row > div > .videos > .video-tabs > .item.active > a {
                color: #ffffff;
                text-decoration: none !important;
            }

                #main-content > .body > .container > .row > div > .videos > .video-tabs > .item.active > a > h2 {
                    color: #ffffff;
                }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item > a:hover {
            color: #e67e17;
            text-decoration: none;
        }

            #main-content > .body > .container > .row > div > .videos > .video-tabs > .item > a:hover h2 {
                color: #e67e17;
                text-decoration: none;
            }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item.active > a:hover h2 {
            color: #000;
            text-decoration: none;
        }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item.active:before {
            content: '';
            position: absolute;
            width: 11px;
            height: 6px;
            bottom: -10px;
            left: 50%;
            border-top: 6px solid #c1691c;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
        }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        #main-content > .body > .container > .row > div > .videos > .video-tabs > .item:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

#main-content > .body > .container > .row > div > .videos > .list > .row {
    margin-bottom: 20px;
}

    #main-content > .body > .container > .row > div > .videos > .list > .row > div > .article-video-1 {
        box-shadow: 0 0 8px #e6e6e6;
        margin-bottom: 20px;
    }

#main-content > .body > .container > .row > div > .documents > .search {
    margin-bottom: 30px;
}

    #main-content > .body > .container > .row > div > .documents > .search > form {
        border: 1px solid #e4e4e4;
        background: #fbfbfb;
        padding: 10px;
        margin-left: 0;
        margin-right: 0;
    }

        #main-content > .body > .container > .row > div > .documents > .search > form > div > .form-group > label {
            color: #076a98;
            font-size: 18px;
        }

        #main-content > .body > .container > .row > div > .documents > .search > form > div > .form-group > input {
            border-radius: 30px;
            padding-right: 30px;
            background: url(/Content/img/search.png);
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: calc(100% - 20px);
            height: 45px;
        }

#main-content > .body > .container > .row > div > .documents > .list {
    margin-bottom: 30px;
}

    #main-content > .body > .container > .row > div > .documents > .list > .table > thead > tr > th {
        background: #076a98;
        color: #ffffff;
        vertical-align: middle;
        min-width: 150px;
    }

.table td, .table th {
    padding: 5px;
}

#main-content > .body > .container > .row > div > .documents > .list > .table > thead > tr > th:not(:last-child) {
    text-align: center;
}

#main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr > td {
    padding: 0;
    border-left: 1px solid #dee2e6;
}

    #main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr > td:not(:last-child) {
        text-align: center;
    }

    #main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr > td:last-child {
        border-right: 1px solid #dee2e6;
    }

    #main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr > td > div {
        color: #000000;
        display: block;
        padding: .75rem;
        text-decoration: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    #main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr > td > a {
        color: #000000;
        display: block;
        padding: .75rem;
        text-decoration: none;
        text-align: justify;
    }

#main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr:last-child > td {
    border-bottom: 1px solid #dee2e6;
}

#main-content > .body > .container > .row > div > .documents > .list > .table > tbody > tr:hover > td > a {
    color: #e67e22;
}

#main-content > .body > .container > .row > div > .adv > a > img {
    max-width: 100%;
}

#main-content > .contact > .container {
    margin-bottom: 40px;
}

    #main-content > .contact > .container > .row > div:first-child > p:first-child {
        margin-bottom: 5px;
    }

        #main-content > .contact > .container > .row > div:first-child > p:first-child > img {
            position: relative;
            height: 20px;
            top: -5px;
            padding-left: 8px;
        }

    #main-content > .contact > .container > .row > div:first-child > h2:nth-child(2) {
        color: #076a98;
        font-size: 23px;
        text-transform: uppercase;
        font-weight: 600;
    }

    #main-content > .contact > .container > .row > div:first-child > p:nth-child(3) {
        padding-left: 20px;
        background: url(/Content/img/contact-icons-1.png);
        background-repeat: no-repeat;
    }

    #main-content > .contact > .container > .row > div:first-child > p:nth-child(4) {
        padding-left: 20px;
        background: url(/Content/img/contact-icons-1.png);
        background-repeat: no-repeat;
        background-position-y: -28px;
    }

    #main-content > .contact > .container > .row > div:first-child > p:nth-child(5) {
        padding-left: 20px;
        background: url(/Content/img/contact-icons-1.png);
        background-repeat: no-repeat;
        background-position-y: -58px;
    }

    #main-content > .contact > .container > .row > div:first-child > p:nth-child(6) {
        margin-bottom: 0;
    }

    #main-content > .contact > .container > .row > div:first-child > .branches {
        padding: 10px;
        background: #f9f9f9;
    }

        #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper {
            border: 1px solid #ffffff;
            padding: 10px;
        }

            #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper > div > div > .item {
                margin-bottom: 20px;
                cursor: pointer;
            }

                #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper > div > div > .item > .title {
                    margin-bottom: 5px;
                }

                    #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper > div > div > .item > .title > a {
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        max-height: 1.5em;
                        line-height: 1.5em;
                        box-sizing: content-box;
                        height: 1.5em;
                        font-size: 18px;
                        color: #076a98;
                        padding-left: 30px;
                        background: url(/Content/img/ico-logo.png) no-repeat left center;
                        position: relative;
                        overflow: visible;
                        display: inline-block;
                    }

                        #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper > div > div > .item > .title > a:after {
                            content: "";
                            background: url(/Content/img/gmap.png) no-repeat;
                            display: inline-block;
                            width: 30px;
                            height: 30px;
                            position: absolute;
                            top: -5px;
                            right: -35px;
                            margin-left: 10px;
                        }

                #main-content > .contact > .container > .row > div:first-child > .branches > .wrapper > div > div > .item > .contact > p {
                    margin-bottom: 5px;
                }

#main-content > .contact > #map {
    height: 350px;
    width: 100%;
}

.questions > .title {
    font-size: 24px;
    font-weight: bold;
   
}

    .questions > .title > span:first-child {
        color: #f7952c;
        font-size: 24px;
        font-weight: bold;
    }

    .questions > .title > span:last-child {
        color: #00758f;
        font-size: 24px;
        font-weight: bold;
    }

.questions > .note > a {
    color: #e67e22;
    font-weight: bold;
}

.questions > .section {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .questions > .section > .title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        background: #076a98;
        color: #ffffff;
        position: relative;
        top: -1px;
    }

    .questions > .section > .item {
        position: relative;
    }

        .questions > .section > .item > a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            padding: 10px 30px;
            line-height: 1.4em;
            color: #000000;
            position: relative;
            border-bottom: 1px dashed #e3e3e3;
        }

            .questions > .section > .item > a:before {
                content: "";
                position: absolute;
                left: 8px;
                top: 13px;
                width: 14px;
                height: 14px;
                background: url(/Content/img/question.png);
                background-size: contain;
            }

            .questions > .section > .item > a:after {
                content: "+";
                position: absolute;
                right: 8px;
                top: 9px;
                font-size: 30px;
                font-weight: normal;
                color: #076a98;
            }

            .questions > .section > .item > a[aria-expanded="true"]:after {
                content: "-";
                font-size: 40px;
            }

        .questions > .section > .item > div {
            padding: 10px 15px;
                background: #e8f0fe;
        }

            .questions > .section > .item > div li {
                list-style: disc;
            }

            .questions > .section > .item > div ul {
                padding-left: 20px;
            }

.look-up {
    padding: 50px 0;
}

    .look-up > .container > .row > div > .tab-content > .tab-pane > .title {
        font-size: 24px;
        font-weight: bold;
        color: #076a98;
    }

    .look-up > .container > .row > div > .tab-content > .tab-pane img {
        max-width: 100%;
    }

    .look-up > .container > .row > div > .appendix {
        border: 1px solid #eeeeee;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
    }

        .look-up > .container > .row > div > .appendix > .title {
            font-size: 20px;
            /* text-transform: uppercase; */
            /* font-weight: bold; */
            background: #076a98;
            color: #ffffff;
            margin-bottom: 0;
            padding: 10px;
        }

        .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link {
            padding: 10px;
            padding-left: 30px;
            position: relative;
            background: #fcfcfc;
            border: none;
            display: block;
            width: 100%;
            margin-bottom: 1px;
        }

            .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link:not(:last-child) {
                border-bottom: 1px dashed #eeeeee;
            }

            .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link:before {
                content: '';
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #b5b5b5;
                position: absolute;
                top: 16px;
                left: 10px;
            }

            .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link > h3 {
                color: #000000;
                font-size: 14px;
                margin: 0;
            }

            .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link:hover > h3 {
                color: #e67e22;
            }

            .look-up > .container > .row > div > .appendix > nav > .nav > a.nav-link:hover:before {
                background: #e67e22;
            }

#introduction { 
     margin-bottom : 50px;
}

    #introduction li {
        padding-left: 15px;
        position: relative;
    }

        #introduction li:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #e67e22;
            position: absolute;
            left: 0;
            top: 5px;
        }

.title-img img {
    max-width: 100%;
}

#about-us {
    background: #f9f9f9;
    overflow: hidden;
    padding: 50px 0;
}

    #about-us > .container > .title > div {
        margin-bottom: 30px;
    }

        #about-us > .container > .title > div > .title {
            font-size: 40px;
            margin-bottom: 5px;
        }

    #about-us > .container > .content {
        margin-bottom: 0px;
    }

        #about-us > .container > .content > div:first-child > img {
            max-width: 100%;
            margin-bottom: 20px;
        }

        #about-us > .container > .content > div:nth-child(2) > p {
            margin-bottom: 20px;
            text-align: justify;
            font-size: 17px;
            line-height: 30px;
        }

            #about-us > .container > .content > div:nth-child(2) > p:first-child:before {
                content: url(/Content/img/quote-1.png);
                padding-right: 8px;
            }

        #about-us > .container > .content > div:nth-child(2) > .row > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
        }

            #about-us > .container > .content > div:nth-child(2) > .row > div > img {
                width: 130%;
                margin-bottom: 20px;
                transform: translateX(-11%);
            }

            #about-us > .container > .content > div:nth-child(2) > .row > div > div {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
            }

                #about-us > .container > .content > div:nth-child(2) > .row > div > div > p {
                    text-align: center;
                }

            #about-us > .container > .content > div:nth-child(2) > .row > div > p {
                text-align: center;
                font-size: 15px;
            }

    #about-us > .container > .function {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        #about-us > .container > .function > a.btn-1 {
            font-weight: 300;
            border: 1px solid #e67e22;
            padding: .5em 3.5em;
            background: transparent;
            color: #e67e22;
        }


#features > .container > .row > div > .title {
    font-size: 24px;
    margin-bottom: 15px !important;
}

#features > .container > .row > div > img {
    margin-bottom: 30px;
}

#features > .container > .row > div > .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    #features > .container > .row > div > .item > .content {
        flex: 1;
        font-size: 17px;
        padding: 20px 20px 0 10px;
        line-height: 28px;
    }


.invoice-model > .container > .title {
    font-size: 24px;
    margin-bottom: 0;
}

.invoice-model > .container > .subtitle {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}

.invoice-model > .container > .content {
    text-align: center;
}

    .invoice-model > .container > .content > img {
        max-width: 100%;
        margin-bottom : 50px;
    }

#model-1 {
    background: #ffff;
    margin-top : -20px;
}


#overview .title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 32px;
    color: #47699E;
}

#overview > .container > .row > div > .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px #e5e5e5;
}

    #overview > .container > .row > div > .item > .thumb {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100px;
        min-height: 100px;
        background: #fff7ef;
    }

    #overview > .container > .row > div > .item > .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 15px;
        flex: 1;
    }

        #overview > .container > .row > div > .item > .content > p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 28px;
            box-sizing: content-box;
            height: auto;
            font-size: 17px;
            margin-bottom: 0;
        }


@media (max-width: 1199.8px) {
    #detail-feature:before {
        opacity: 0.4;
    }
}

#detail-feature > .container > .row > div:first-child > .title {
    font-size: 24px;
    margin-bottom: 15px;
}

#detail-feature > .container > .row > div:first-child > .subtitle {
    font-size: 22px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 10px;
}

#detail-feature > .container > .row > div:nth-child(2) {
    margin-bottom: 20px;
}

    #detail-feature > .container > .row > div:nth-child(2) > .row > div > p {
        padding-left: 30px;
        background-image: url(/Content/img/icon-check.png);
        background-repeat: no-repeat;
        background-position: 0 5px;
        min-height: 25px;
        margin-bottom: 15px !important;
    }

#top-customers {
    padding: 50px 0;
}

    #top-customers > .container > .row > div:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 30px;
    }

        #top-customers > .container > .row > div:first-child > div:first-child {
            flex: 1;
        }

            #top-customers > .container > .row > div:first-child > div:first-child > .title {
                font-size: 24px;
                margin-bottom: 0;
            }

            #top-customers > .container > .row > div:first-child > div:first-child > .subtitle {
                font-size: 22px;
                font-weight: 300;
                color: #666666;
            }

    #top-customers > .container > .row > div:last-child > .row {
        margin-left: 0;
        margin-right: 0;
    }

        #top-customers > .container > .row > div:last-child > .row > div {
        }

            #top-customers > .container > .row > div:last-child > .row > div > .item {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                height: 150px;
                width: 100%;
                overflow: hidden;
            }

                #top-customers > .container > .row > div:last-child > .row > div > .item > a > img {
                    max-height: 100%;
                    max-width: 100%;
                }

#quotation-banner {
    height: 120px;
    background-image: url(/Content/img/bao-gia-banner.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    #quotation-banner > .container {
        padding-top: 40px;
    }

        #quotation-banner > .container > .title {
            font-size: 30px;
            color: #ffffff;
            font-weight: normal;
        }

#quotation {
    position: relative;
   
    border-top: 1px solid #ffffff;
}

    #quotation > .container > .tabs {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        #quotation > .container > .tabs > a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            flex: 1;
            text-align: center;
            height: 70px;
            font-size: 24px;
            background: transparent;
               color: #9fa1a1;
   
    border-bottom: 1px solid #9fa1a1;
        }

            #quotation > .container > .tabs > a.active {
                   background: #ffffff;
    color: #076a98;
    font-weight: bold;
    border-bottom: 2px solid #076a98;
            }

    #quotation > .container > .content {
        padding: 50px 0;
    }

        #quotation > .container > .content.pc > .row {
            margin-left: 0;
            margin-right: 0;
        }

            #quotation > .container > .content.pc > .row.body {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                margin-bottom: 20px;
                border-radius: 10px;
                border: 1px solid #e7e7e7;
            }

                #quotation > .container > .content.pc > .row.body > .item {
                    flex: 1;
                }

                    #quotation > .container > .content.pc > .row.body > .item:nth-child(2) {
                        flex: 4;
                    }

                    #quotation > .container > .content.pc > .row.body > .item > .header {
                        padding-bottom: 40px;
                        padding-top: 20px;
                        height: 160px;
                        border-bottom: 1px solid #e7e7e7;
                    }

                        #quotation > .container > .content.pc > .row.body > .item > .header > .title {
                            font-size: 28px;
                            font-weight: bold;
                            text-align: center;
                            margin-bottom: 0;
                        }

                        #quotation > .container > .content.pc > .row.body > .item > .header > .subtitle {
                            font-weight: bold;
                            text-align: center;
                            margin-bottom: 0;
                        }

                        #quotation > .container > .content.pc > .row.body > .item > .header > .note {
                            text-align: center;
                            font-style: italic;
                        }

                    #quotation > .container > .content.pc > .row.body > .item .quote-group {
                        display: -webkit-box;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                    }

                    #quotation > .container > .content.pc > .row.body > .item .quote {
                        padding: 35px 5px;
                        flex: 1;
                        position: relative;
                        min-height: 215px;
                    }

                        #quotation > .container > .content.pc > .row.body > .item .quote > .price {
                            font-size: 25px;
                            font-weight: bold;
                            text-align: center;
                        }

                        #quotation > .container > .content.pc > .row.body > .item .quote > .description {
                            text-align: center;
                            font-size: 13px;
                        }

                        #quotation > .container > .content.pc > .row.body > .item .quote > .tag {
                            position: absolute;
                            background: #00758f;
                            padding: 5px 20px;
                            border-radius: 5px;
                            font-size: 20px;
                            color: #ffffff;
                            font-weight: bold;
                            top: -20px;
                            transform: translateX(50%);
                            right: 50%;
                            white-space: nowrap;
                        }

        #quotation > .container > .content.web > .table {
            border: 1px solid #e7e7e7;
            border-radius: 10px;
        }


        #quotation > .container > .content.web td, #quotation > .container > .content.web th {
            border-top: none;
            border-bottom: none;
        }

            #quotation > .container > .content.web td:not(:first-child),
            #quotation > .container > .content.web th:not(:first-child) {
                text-align: center;
            }

            #quotation > .container > .content.web th > p {
                font-size: 28px;
                font-weight: bold;
                margin-bottom: 0;
                line-height: 1.2em;
            }

            #quotation > .container > .content.web td:first-child {
                font-weight: bold;
            }

        #quotation > .container > .content.web thead {
            border-bottom: 1px solid #e7e7e7;
        }

        #quotation > .container > .content.web tbody > tr:first-child > td:not(:first-child) {
            font-size: 20px;
            font-weight: bold;
        }
        /*#quotation > .container > .content.web tbody > tr:first-child > td:not(:first-child):before {
        border-top: 1px solid #e7e7e7; }*/
        #quotation > .container > .content.web tbody > tr:first-child > td:nth-child(2):before {
            border-top-left-radius: 10px;
        }

        #quotation > .container > .content.web tbody > tr:first-child > td:last-child:before {
            border-top-right-radius: 10px;
        }

        #quotation > .container > .content.web tbody > tr > td {
            position: relative;
        }

            #quotation > .container > .content.web tbody > tr > td:before {
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
            }

        #quotation > .container > .content.web thead > tr > th {
            padding: 15px 10px;
        }

            #quotation > .container > .content.web tbody > tr > td:nth-child(2n+2),
            #quotation > .container > .content.web thead > tr > th:nth-child(2n+2) {
                background: #faf9f9;
            }
        /*#quotation > .container > .content.web tbody > tr > td:last-child:before {
      border-right: 1px solid #e7e7e7; }*/
        /*#quotation > .container > .content.web tbody > tr > td:nth-child(2):before {
      border-left: 1px solid #e7e7e7; }*/
        #quotation > .container > .content.web tbody > tr:last-child > td:nth-child(2) > i {
            font-size: 18px;
        }

        #quotation > .container > .content.web tbody > tr:last-child > td:nth-child(2):before {
            background: #e7e7e7;
            z-index: -1;
        }

        #quotation > .container > .content > .row.function {
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            #quotation > .container > .content > .row.function > a:first-child {
                margin-right: 8px;
            }

            #quotation > .container > .content > .row.function > a {
                padding: .5em 2em;
            }

#contact-successfully {
    background-image: url(/Content/img/contact-successfully.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    #contact-successfully > .container > .row > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        #contact-successfully > .container > .row > div:last-child > div:first-child > .title {
            font-size: 25px;
            font-weight: bold;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        #contact-successfully > .container > .row > div:last-child > div:first-child > p {
            margin-bottom: 0;
            color: #ffffff;
            text-align: center;
            line-height: 1.4em;
        }

        #contact-successfully > .container > .row > div:last-child > div:last-child {
            margin-top: 20px;
        }

            #contact-successfully > .container > .row > div:last-child > div:last-child > .btn-1 {
                border-radius: 0;
                padding: .4em 2em;
                text-transform: uppercase;
            }

.item .thumbnail-wrapper a img {
    height: 56px;
}

#main-content > .body > .container > .row > div > .top-articles > .top-2 > .item {
    padding: 6px !important;
}

@media (max-width:768px) {
    #quotation > .container > .content.pc > .row.body > .item {
        flex: none !important;
        width: 100%;
    }

        #quotation > .container > .content.pc > .row.body > .item .quote {
            flex: none;
            width: 100%;
        }

        #quotation > .container > .content.pc > .row.body > .item .quote-group {
            display: grid;
        }

    #quotation > .container > .tabs > a.active {
        color: black;
        border-bottom: 3px solid #4485c5;
    }

    #quotation > .container > .tabs > a {
        color: #c2c2c2;
    }
}
/*# sourceMappingURL=danhsach.css.map */
