#main-content > .body {
    padding: 50px 0 30px;
}

    #main-content > .body .page-content {
        margin-bottom: 30px;
    }

        #main-content > .body .page-content * {
            font-size: inherit;
        }

        #main-content > .body .page-content .TextSize {
            line-height: 2.0;
        }

        #main-content > .body .page-content > .title {
            font-weight: bold;
            color: #005d8c;
            font-size: 24px;
        }

    #main-content > .body.ecus-download .page-content > .title {
        font-size: 20px;
    }

    #main-content > .body .page-content > .content-wrapper > .top-toolbar {
        background: #f7f7f7;
        padding: 0 5px;
        line-height: 2em;
        border-top: 1px solid #eaeaea;
    }

        #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.date {
            color: #a6a6a6;
            margin-right: 10px;
        }

            #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.date:before {
                content: url(/Content/img/date-2.png);
            }

        #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.view {
            color: #a6a6a6;
        }

            #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.view:before {
                content: url(/Content/img/view.png);
                margin-right: 5px;
            }

@media screen and (max-width: 359.8px) {
    #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.view {
        display: none;
    }
}

#main-content > .body .page-content > .content-wrapper > .top-toolbar > span.font-size {
    float: right;
    color: #a6a6a6;
}

    #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.font-size > * {
        margin-left: 5px;
    }

        #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.font-size > *:hover {
            cursor: pointer;
        }

    #main-content > .body .page-content > .content-wrapper > .top-toolbar > span.font-size > img {
        position: relative;
        top: -2px;
    }

@media screen and (max-width: 991.8px) and (min-width: 768px) {
    #main-content > .body .page-content > .content-wrapper > .top-toolbar .ignorable {
        display: none;
    }
}

@media screen and (max-width: 575.8px) {
    #main-content > .body .page-content > .content-wrapper > .top-toolbar .ignorable {
        display: none;
    }
}

#main-content > .body .page-content > .content-wrapper > .bottom-toolbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f7f7f7;
    padding: 0 5px;
    line-height: 2em;
    border-top: 1px solid #eaeaea;
}

    #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > a {
        font-size: 13px;
    }

        #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > a.back {
            color: #a6a6a6;
            margin-right: 10px;
        }

            #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > a.back:before {
                content: url(/Content/img/back.png);
                margin-right: 5px;
                position: relative;
                top: 3px;
            }

        #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > a.print {
            color: #a6a6a6;
        }

            #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > a.print:before {
                content: url(/Content/img/print.png);
                margin-right: 5px;
                position: relative;
                top: 3px;
            }

    #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > div:nth-child(3) {
        flex: 1;
    }

        #main-content > .body .page-content > .content-wrapper > .bottom-toolbar > div:nth-child(3) ~ div {
            position: relative;
            top: -4px;
        }

#main-content > .body .page-content > .content-wrapper > .content {
    padding: 10px 0 20px;
    overflow: hidden;
    width: 100%;
}

    #main-content > .body .page-content > .content-wrapper > .content table {
        margin-bottom: 20px;
        width: 100%;
    }

        #main-content > .body .page-content > .content-wrapper > .content table td, #main-content > .body .page-content > .content-wrapper > .content table th {
            border: 1px solid #e1e1e1;
            padding: 10px;
        }

.content img {
    max-width: 100%;
    /*width: 100%*/
}

@media (max-width:991px) {
    #main-content > .body .page-content > .content-wrapper > .content img {
        max-width: 100%;
        /*width: 100% !important;*/
        height: auto !important
    }
    #main-content > .body .page-content > .content-wrapper > .content span:has(> img) {
        
        width: 100% !important;
        height: auto !important
    }
}

#main-content > .body .page-content > .content-wrapper > .content ul {
    padding-left: 20px;
}

    #main-content > .body .page-content > .content-wrapper > .content ul li:before {
        content: "\2022";
        /* Add content: \2022 is the CSS Code/unicode for a bullet */
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 18px;
        position: absolute;
    }

#main-content > .body .page-content > .content-wrapper > .content > .submit-cv {
    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;
}

    #main-content > .body .page-content > .content-wrapper > .content > .submit-cv a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background: #005d8c;
        border-radius: 8px;
        text-transform: uppercase;
        color: #fff;
        box-shadow: 0 3px #004568;
        text-decoration: none;
        font-weight: bold;
    }

        #main-content > .body .page-content > .content-wrapper > .content > .submit-cv a:before {
            content: url(/Content/img/cv.png);
            display: inline-block;
            padding: 13px 17px 7px;
            border-right: 1px solid #004466;
        }

        #main-content > .body .page-content > .content-wrapper > .content > .submit-cv a:hover {
            cursor: pointer;
        }

        #main-content > .body .page-content > .content-wrapper > .content > .submit-cv a > span {
            padding: 13px;
            border-left: 1px solid #0074ae;
            font-size: 18px;
        }

#main-content > .body .page-content > .content-wrapper > .library {
    margin-bottom: 30px;
}

    #main-content > .body .page-content > .content-wrapper > .library .header > p.title {
        color: #005d8c;
        font-size: 26px;
        font-weight: bold;
    }

    #main-content > .body .page-content > .content-wrapper > .library .header > p.content {
        text-align: justify;
    }

    #main-content > .body .page-content > .content-wrapper > .library .pictures {
        width: 100%;
    }

        #main-content > .body .page-content > .content-wrapper > .library .pictures > .row {
            padding: 0 10px;
        }

            #main-content > .body .page-content > .content-wrapper > .library .pictures > .row > div {
                padding: 0 5px;
            }

        #main-content > .body .page-content > .content-wrapper > .library .pictures .item {
            width: 100%;
            border: 1px solid #d9d9d9;
            padding: 1px;
            margin-bottom: 10px;
            cursor: pointer;
        }

            #main-content > .body .page-content > .content-wrapper > .library .pictures .item > .wrapper {
                width: 100%;
                height: 200px;
                position: relative;
                overflow: hidden;
            }

                #main-content > .body .page-content > .content-wrapper > .library .pictures .item > .wrapper > img {
                    min-width: 100%;
                    min-height: 100%;
                }

                #main-content > .body .page-content > .content-wrapper > .library .pictures .item > .wrapper > p.title {
                    color: #ffffff;
                    background: rgba(0, 0, 0, 0.5);
                    opacity: 0.5;
                    position: absolute;
                    bottom: -100%;
                    width: 100%;
                    padding: 10px;
                    margin: 0;
                }

                #main-content > .body .page-content > .content-wrapper > .library .pictures .item > .wrapper:hover > p.title {
                    opacity: 1;
                    bottom: 0;
                }

#main-content > .body .page-content > .content-wrapper > .video {
    margin-bottom: 30px;
}

    #main-content > .body .page-content > .content-wrapper > .video .header > p.title {
        color: #005d8c;
        font-size: 26px;
        font-weight: bold;
    }

    #main-content > .body .page-content > .content-wrapper > .video .header > p.content {
        text-align: justify;
    }

    #main-content > .body .page-content > .content-wrapper > .video > .gallery ul#video-gallery > li > iframe {
        width: 100%;
        height: 500px;
    }

    #main-content > .body .page-content > .content-wrapper > .video > .gallery .lSAction {
        display: none;
    }

    #main-content > .body .page-content > .content-wrapper > .video > .gallery .action {
        position: relative;
    }

        #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div {
            position: absolute;
            width: 25px;
            height: 50px;
            overflow: hidden;
            top: -92px;
        }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div:hover:before {
                cursor: pointer;
                background: #005d8c;
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div:before {
                content: '';
                position: absolute;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: #c6c6c6;
                left: -25px;
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div.prev {
                left: 4px;
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div.next {
                right: 4px;
                transform: rotate(180deg);
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery .action > div > a:before {
                content: url(/Content/img/prev.png);
                position: absolute;
                top: 15px;
                left: 5px;
            }

    #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li {
        margin-top: 10px;
        height: 135px;
        border: 5px solid #c6c6c6;
        border-radius: 0;
    }

        #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li.active {
            border-color: #005d8c;
        }

        #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li > a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li > a:before, #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li > a:after {
                content: '';
                background: rgba(0, 0, 0, 0.5);
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                position: absolute;
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li > a:after {
                background: url(/Content/img/play.png) no-repeat center center;
            }

            #main-content > .body .page-content > .content-wrapper > .video > .gallery ul.lSPager.lSGallery > li > a > img {
                min-height: 100%;
            }

#main-content > .body .page-content > .other-article {
    padding: 20px 0 50px;
}

    #main-content > .body .page-content > .other-article > 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: 20px;
    }

        #main-content > .body .page-content > .other-article > div:first-child > span {
            color: #005d8c;
            font-weight: bold;
            font-size: 22px;
            margin: 0;
        }

        #main-content > .body .page-content > .other-article > div:first-child > .next,
        #main-content > .body .page-content > .other-article > div:first-child > .prev {
            height: 20px;
            width: 20px;
            background: url(/Content/img/next.png) no-repeat;
            margin-left: 7px;
            margin-right: 7px;
        }

            #main-content > .body .page-content > .other-article > div:first-child > .next:hover,
            #main-content > .body .page-content > .other-article > div:first-child > .prev:hover {
                background: url(/Content/img/next-hover.png) no-repeat;
                cursor: pointer;
            }

        #main-content > .body .page-content > .other-article > div:first-child > .prev {
            transform: rotate(180deg);
        }

    #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item {
        background-color: #f5faff;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        border-radius: 8px;
        overflow: hidden;
        background: transparent;
        border: 1px solid #e4e3e3;
    }

        #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > .thumbnail-wrapper {
            overflow: hidden;
            position: relative;
            width: 100%;
            max-width: 100%;
        }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > .thumbnail-wrapper img {
                min-height: 100%;
                min-width: 100%;
            }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > .thumbnail-wrapper > div.category {
                display: none;
                position: absolute;
                bottom: 3px;
                left: 0;
                padding: 10px 10px 7px;
            }

                #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > .thumbnail-wrapper > div.category > a {
                    margin: 0;
                    color: #fff;
                    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;
                }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > .thumbnail-wrapper > div.line {
                position: absolute;
                width: 100%;
                bottom: 0;
                height: 3px;
            }

        #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title {
            padding: 15px 20px;
        }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title > a {
                text-decoration: none;
            }

                #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title > a > h3 {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    max-height: 3em;
                    line-height: 1.5em;
                    box-sizing: content-box;
                    height: 3em;
                    font-weight: bold;
                    font-size: 16px;
                    color: #000;
                    text-decoration: none;
                }

                #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title > a:hover > h3 {
                    color: #005d8c;
                    cursor: pointer;
                }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title > p.date {
                color: #a9a9a9;
                margin-top: 10px;
                margin-bottom: 0;
            }

                #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .title > p.date:before {
                    content: url(/Content/img/date-1.png);
                }

        #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .content {
            padding: 0px 20px 20px;
        }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .content > p:first-child {
                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;
                margin: 0;
            }

            #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item > div:last-child > .content > p:last-child {
                display: none;
            }

        #main-content > .body .page-content > .other-article > .other-articles-carousel .lg-item p.date:before {
            content: url(/Content/img/date-1.png);
        }

@media screen and (max-width: 360px) {
    #main-content > .body .page-content > .other-article > div:first-child > span {
        font-size: 17px;
    }
}

#main-content > .body .other-albums {
    padding: 30px 0 0;
}

    #main-content > .body .other-albums > 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: 20px;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        #main-content > .body .other-albums > div:first-child > span {
            color: #005d8c;
            font-weight: bold;
            font-size: 22px;
            margin: 0;
        }

        #main-content > .body .other-albums > div:first-child > .next,
        #main-content > .body .other-albums > div:first-child > .prev {
            height: 20px;
            width: 20px;
            background: url(/Content/img/next.png) no-repeat;
            margin-left: 7px;
            margin-right: 7px;
        }

            #main-content > .body .other-albums > div:first-child > .next:hover,
            #main-content > .body .other-albums > div:first-child > .prev:hover {
                background: url(/Content/img/next-hover.png) no-repeat;
                cursor: pointer;
            }

        #main-content > .body .other-albums > div:first-child > .prev {
            transform: rotate(180deg);
        }

    #main-content > .body .other-albums > .other-albums-carousel .item {
        position: relative;
        margin-bottom: 30px;
    }

        #main-content > .body .other-albums > .other-albums-carousel .item:before {
            content: '';
            width: 100%;
            position: absolute;
            background: #f6f6f6;
            height: calc(100% - 20px);
            bottom: 0;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 30px;
            transition: 0.3s;
        }

        #main-content > .body .other-albums > .other-albums-carousel .item > .top {
            width: 100%;
            height: 170px;
            position: relative;
        }

            #main-content > .body .other-albums > .other-albums-carousel .item > .top > .wrapper {
                width: calc(100% - 20px);
                height: 100%;
                overflow: hidden;
                border-top-left-radius: 30px;
                border-bottom-right-radius: 30px;
                border-top-right-radius: 3px;
                position: relative;
                border-bottom: 1px solid transparent;
                border-right: 1px solid transparent;
            }

                #main-content > .body .other-albums > .other-albums-carousel .item > .top > .wrapper:before {
                    content: url(/Content/img/photo.png);
                    position: absolute;
                    bottom: 7px;
                    left: 10px;
                    z-index: 2;
                }

                #main-content > .body .other-albums > .other-albums-carousel .item > .top > .wrapper > a > img {
                    min-width: 100%;
                    min-height: 100%;
                }

                #main-content > .body .other-albums > .other-albums-carousel .item > .top > .wrapper > .description {
                    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;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    opacity: 0;
                    background: rgba(0, 0, 0, 0.5);
                    text-decoration: none;
                    padding-top: 0;
                    z-index: 1;
                }

                    #main-content > .body .other-albums > .other-albums-carousel .item > .top > .wrapper > .description > p {
                        color: #ffffff;
                        margin: 0;
                    }

        #main-content > .body .other-albums > .other-albums-carousel .item > .bottom {
            position: relative;
            padding: 8px 5px 8px 12px;
        }

            #main-content > .body .other-albums > .other-albums-carousel .item > .bottom > p {
                margin: 0;
            }

                #main-content > .body .other-albums > .other-albums-carousel .item > .bottom > p > a {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    max-height: 3em;
                    line-height: 1.5em;
                    box-sizing: content-box;
                    height: 3em;
                    color: #000000;
                    text-decoration: none;
                }

        #main-content > .body .other-albums > .other-albums-carousel .item:hover:before {
            background: #005d8c;
        }

        #main-content > .body .other-albums > .other-albums-carousel .item:hover > .top > .wrapper {
            border-color: #1688c3;
        }

            #main-content > .body .other-albums > .other-albums-carousel .item:hover > .top > .wrapper > a > img {
                transform: scale(1.1);
            }

            #main-content > .body .other-albums > .other-albums-carousel .item:hover > .top > .wrapper > .description {
                opacity: 1;
            }

        #main-content > .body .other-albums > .other-albums-carousel .item:hover > .bottom > p > a {
            color: #ffffff;
        }

    #main-content > .body .other-albums > .other-videos-carousel .item {
        position: relative;
        margin-bottom: 30px;
    }

        #main-content > .body .other-albums > .other-videos-carousel .item:before {
            content: '';
            width: 100%;
            position: absolute;
            background: #f6f6f6;
            height: calc(100% - 20px);
            bottom: 0;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 30px;
            transition: 0.3s;
        }

        #main-content > .body .other-albums > .other-videos-carousel .item > .top {
            width: 100%;
            height: 170px;
            position: relative;
        }

            #main-content > .body .other-albums > .other-videos-carousel .item > .top > .wrapper {
                width: calc(100% - 20px);
                height: 100%;
                overflow: hidden;
                border-top-left-radius: 30px;
                border-bottom-right-radius: 30px;
                border-top-right-radius: 3px;
                position: relative;
                border-bottom: 1px solid transparent;
                border-right: 1px solid transparent;
            }

                #main-content > .body .other-albums > .other-videos-carousel .item > .top > .wrapper:before {
                    content: url(/Content/img/video.png);
                    position: absolute;
                    bottom: 7px;
                    left: 10px;
                    z-index: 2;
                }

                #main-content > .body .other-albums > .other-videos-carousel .item > .top > .wrapper > a > img {
                    min-width: 100%;
                    min-height: 100%;
                }

                #main-content > .body .other-albums > .other-videos-carousel .item > .top > .wrapper > .description {
                    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;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    opacity: 0;
                    background: rgba(0, 0, 0, 0.5);
                    text-decoration: none;
                    padding-top: 0;
                    z-index: 1;
                }

                    #main-content > .body .other-albums > .other-videos-carousel .item > .top > .wrapper > .description > p {
                        color: #ffffff;
                        margin: 0;
                    }

        #main-content > .body .other-albums > .other-videos-carousel .item > .bottom {
            position: relative;
            padding: 8px 5px 8px 12px;
        }

            #main-content > .body .other-albums > .other-videos-carousel .item > .bottom > p {
                margin: 0;
            }

                #main-content > .body .other-albums > .other-videos-carousel .item > .bottom > p > a {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    max-height: 3em;
                    line-height: 1.5em;
                    box-sizing: content-box;
                    height: 3em;
                    color: #000000;
                    text-decoration: none;
                }

        #main-content > .body .other-albums > .other-videos-carousel .item:hover:before {
            background: #005d8c;
        }

        #main-content > .body .other-albums > .other-videos-carousel .item:hover > .top > .wrapper {
            border-color: #1688c3;
        }

            #main-content > .body .other-albums > .other-videos-carousel .item:hover > .top > .wrapper > a > img {
                transform: scale(1.1);
            }

            #main-content > .body .other-albums > .other-videos-carousel .item:hover > .top > .wrapper > .description {
                opacity: 1;
            }

        #main-content > .body .other-albums > .other-videos-carousel .item:hover > .bottom > p > a {
            color: #ffffff;
        }

#main-content > .body .sidebar {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

    #main-content > .body .sidebar > .header {
        background: #005d8c;
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        #main-content > .body .sidebar > .header > .wrapper {
            padding: 10px 12px;
            background: #004e75;
            height: 100%;
        }

            #main-content > .body .sidebar > .header > .wrapper > img {
                min-width: 0;
                min-height: 0;
            }

        #main-content > .body .sidebar > .header > .title {
            padding: 10px;
        }

            #main-content > .body .sidebar > .header > .title > p {
                margin: 0;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
            }

    #main-content > .body .sidebar > .content {
        padding: 15px;
        background: #fafafa;
        border: 1px solid #eeeeee;
    }

        #main-content > .body .sidebar > .content > .lg-item .item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
        }

            #main-content > .body .sidebar > .content > .lg-item .item > .thumbnail-wrapper {
                overflow: hidden;
                border-radius: 5px;
                width: 100%;
                margin-bottom: 10px;
                max-height: 200px;
            }

                #main-content > .body .sidebar > .content > .lg-item .item > .thumbnail-wrapper > a {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                    #main-content > .body .sidebar > .content > .lg-item .item > .thumbnail-wrapper > a > img {
                        width: 100%;
                        min-height: 100%;
                    }

            #main-content > .body .sidebar > .content > .lg-item .item > .title {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: column;
                flex-direction: column;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                flex: 1;
            }

                #main-content > .body .sidebar > .content > .lg-item .item > .title > a {
                    text-decoration: none;
                }

                    #main-content > .body .sidebar > .content > .lg-item .item > .title > a > h3 {
                        color: #000;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        max-height: 4.5em;
                        line-height: 1.5em;
                        font-size: 1em;
                        box-sizing: content-box;
                        height: auto;
                    }

                    #main-content > .body .sidebar > .content > .lg-item .item > .title > a:hover > h3 {
                        color: #005d8c;
                    }

                #main-content > .body .sidebar > .content > .lg-item .item > .title > p.date {
                    margin: 5px 0 0;
                    color: #999999;
                }

                    #main-content > .body .sidebar > .content > .lg-item .item > .title > p.date:before {
                        content: url(/Content/img/date-1.png);
                    }

            #main-content > .body .sidebar > .content > .lg-item .item .title > a {
                font-weight: bold;
                font-size: 17px;
            }

        #main-content > .body .sidebar > .content > .line {
            margin: 20px 0;
            height: 1px;
            background-image: linear-gradient(to right, #fcfcfc, #d6d1c0, #fcfcfc);
        }

        #main-content > .body .sidebar > .content > .sm-items {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -moz-justify-content: space-around;
            -webkit-justify-content: space-around;
            justify-content: space-around;
        }

            #main-content > .body .sidebar > .content > .sm-items .item {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row;
                flex-direction: row;
                padding: 10px 0;
            }

                #main-content > .body .sidebar > .content > .sm-items .item > .thumbnail-wrapper {
                    overflow: hidden;
                    border-radius: 5px;
                    margin-right: 10px;
                    width: 140px;
                    height: 80px;
                    max-width: 50%;
                }

@media screen and (min-width: 992px) and (max-width: 1199.8px) {
    #main-content > .body .sidebar > .content > .sm-items .item > .thumbnail-wrapper {
        width: 100px;
    }
}

#main-content > .body .sidebar > .content > .sm-items .item > .thumbnail-wrapper > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

    #main-content > .body .sidebar > .content > .sm-items .item > .thumbnail-wrapper > a > img {
        width: 100%;
        min-height: 100%;
    }

#main-content > .body .sidebar > .content > .sm-items .item > .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex: 1;
}

    #main-content > .body .sidebar > .content > .sm-items .item > .title > a > h3 {
        color: #000;
        text-decoration: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        font-size: 1em;
        box-sizing: content-box;
        height: auto;
    }

    #main-content > .body .sidebar > .content > .sm-items .item > .title > a:hover > h3 {
        color: #005d8c;
    }

    #main-content > .body .sidebar > .content > .sm-items .item > .title > p.date {
        margin: 5px 0 0;
        color: #999999;
    }

        #main-content > .body .sidebar > .content > .sm-items .item > .title > p.date:before {
            content: url(/Content/img/date-1.png);
        }

#main-content > .body .sidebar > .products > .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 25px 5px 5px;
    border-radius: 24px;
    margin-bottom: 10px;
}

    #main-content > .body .sidebar > .products > .item > .brand {
        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;
        border-radius: 20px;
        background: #ffffff;
        height: 50px;
        width: 100px;
    }

        #main-content > .body .sidebar > .products > .item > .brand > a {
            text-align: center;
        }

            #main-content > .body .sidebar > .products > .item > .brand > a > img {
                max-width: 90%;
                max-height: 100%;
            }

    #main-content > .body .sidebar > .products > .item > .title {
        padding-left: 10px;
        flex: 1;
    }

        #main-content > .body .sidebar > .products > .item > .title > a {
            color: #ffffff;
        }

    #main-content > .body .sidebar > .products > .item:first-child {
        background: #003b4d;
    }

    #main-content > .body .sidebar > .products > .item:nth-child(2) {
        background: #00758f;
    }

    #main-content > .body .sidebar > .products > .item:nth-child(3) {
        background: #3a913f;
    }

    #main-content > .body .sidebar > .products > .item:nth-child(4) {
        background: #328b79;
    }

    #main-content > .body .sidebar > .products > .item:nth-child(5) {
        background: #005d8c;
    }

    #main-content > .body .sidebar > .products > .item:nth-child(6) {
        background: #ec5d2d;
    }

#main-content > .body .faq > .section {
    border: 2px solid #005d8c;
    border-radius: 5px;
    margin-bottom: 30px;
}

    #main-content > .body .faq > .section > .title {
        padding: 10px 12px;
        background: #005d8c;
        color: #ffffff;
        font-weight: bold;
    }

    #main-content > .body .faq > .section > .content > .item > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        line-height: 1.5em;
        padding: 0.5em 0px 0.5em 10px;
        color: #000;
        border-bottom: 1px dashed #e5e5e5;
        text-decoration: none;
    }

        #main-content > .body .faq > .section > .content > .item > a > span {
            font-weight: bold;
            flex: 1;
        }

        #main-content > .body .faq > .section > .content > .item > a:before {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            content: url(/Content/img/faq.png);
            padding-right: 20px;
            top: 2px;
            position: relative;
        }

        #main-content > .body .faq > .section > .content > .item > a:after {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            content: "-";
            float: right;
            font-size: 25px;
            color: #005d8c;
            padding-right: 10px;
            padding-left: 10px;
        }

        #main-content > .body .faq > .section > .content > .item > a.collapsed:after {
            content: "+";
        }

    #main-content > .body .faq > .section > .content > .item > .answer {
        padding: 15px;
        background: #f7f7f7;
    }

#main-content > .body.red .page-content > h1.title {
    color: #d75221;
}

#main-content > .body.red .page-content .content ul li:before {
    color: #d75221;
}

#main-content > .body.red .page-content .content table th {
    background: #d75221;
    color: #ffffff;
    border: 1px solid #c54d25;
    border-bottom: 2px solid rgba(181, 71, 31, 0.8);
}

#main-content > .body.red .sidebar > .header {
    background: #d75221;
}

    #main-content > .body.red .sidebar > .header > .wrapper {
        background: #c1491c;
    }

#main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box {
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 20px;
}

    #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background: #f1f1f1;
        height: 50px;
        align-items: center;
        padding: 0 30px;
    }

        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title > h2,
        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title > p {
            flex: 1;
            font-weight: bold;
            color: #005d8c;
            font-size: 16px;
            margin-bottom: 0;
        }

            #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title > p:before,
            #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title > h2:before {
                margin-right: 15px;
                position: relative;
                top: 5px;
            }

        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.download > p:before,
        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.download > h2:before {
            content: url(/Content/img/icon-download.png);
        }

        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.document > p:before,
        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.document > h2:before {
            content: url(/Content/img/icon-document.png);
        }

        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.video > p:before,
        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .title.video > h2:before {
            content: url(/Content/img/icon-video.png);
        }

    #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .box-body {
        padding: 20px 30px;
    }

        #main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box > .box-body > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
            max-width: 100%;
        }

#main-content > .body.ecus-download .page-content > .content-wrapper > .content ul li:before {
    color: #005d8c;
}

#main-content > .body.ecus-download .download-sections {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
}

    #main-content > .body.ecus-download .download-sections > .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex: 1;
    }

        #main-content > .body.ecus-download .download-sections > .item:not(:last-child) {
            border-right: 1px solid #e6e6e6;
        }

        #main-content > .body.ecus-download .download-sections > .item > a {
            padding: 10px 8px;
            flex: 1;
            color: #000000;
            font-weight: bold;
            text-align: center;
            font-size: 25px;
            background: #f4fbff;
        }

            #main-content > .body.ecus-download .download-sections > .item > a:before {
                content: '';
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #e6e6e6;
                display: none;
                margin-right: 10px;
            }

            #main-content > .body.ecus-download .download-sections > .item > a:hover,
            #main-content > .body.ecus-download .download-sections > .item > a.active {
                color: #005d8c;
                background: #ffffff;
            }

                #main-content > .body.ecus-download .download-sections > .item > a:hover:before,
                #main-content > .body.ecus-download .download-sections > .item > a.active:before {
                    background: #005d8c;
                }

#main-content > .body.ecus-download .page-content > .content-wrapper > .content > .box a {
    color: #005d8c;
    font-weight: bold;
}

/*# sourceMappingURL=TinTuc-ChiTiet.css.map */
