﻿* {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
}

    *:focus {
        outline: none !important;
    }

.section-title-decor {
    visibility: hidden;
    height: 0;
}

div.pp_default .pp_content_container .pp_details {
    position: absolute;
    top: -30px;
    right: 0px;
}

.pp_social {
    display: none;
}

.arrow {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
}

.modal-open {
    overflow: scroll;
    padding-right: 0 !important;
}

.arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 10px;
}

.arrow:after {
    content: '';
    position: absolute;
    width: 65%;
    height: 65%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0px;
}

.ploading {
    background:  url(/Content/img/loading.gif) no-repeat center,rgb(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 99999;
}
@media screen and (max-width: 767.8px) {
    .vertical-768 {
        flex-direction: column;
    }
}

@media screen and (max-width: 991.8px) {
    .vertical-992 {
        flex-direction: column;
    }
}

@media screen and (max-width: 1199.8px) {
    .vertical-1200 {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .col-lg-3-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.33%;
        flex: 0 0 28.33%;
        max-width: 28.33%;
    }

    .col-lg-2-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.33%;
        flex: 0 0 18.33%;
        max-width: 18.33%;
    }

    .col-lg-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333%;
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
}

@media (min-width: 768px) {
    .col-md-3-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-md-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.33%;
        flex: 0 0 28.33%;
        max-width: 28.33%;
    }

    .col-md-2-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.33%;
        flex: 0 0 18.33%;
        max-width: 18.33%;
    }

    .col-md-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333%;
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
}

@media (min-width: 576px) {
    .col-sm-3-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-md-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28.33%;
        flex: 0 0 28.33%;
        max-width: 28.33%;
    }

    .col-md-2-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.33%;
        flex: 0 0 18.33%;
        max-width: 18.33%;
    }

    .col-sm-2-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333%;
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
    }
}




@media screen and (max-width: 575.8px) and (min-width: 0px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn.tsd-btn-1 {
    color: #005d8c;
    background: #fff;
    border-radius: 5px;
    padding: .5em 1em;
    text-transform: uppercase;
}

.btn.tsd-btn-2 {
    color: #fff;
    background: #005d8c;
    border-radius: 5px;
    padding: .3em 1em;
}

    .btn.tsd-btn-2:hover {
        background: #026fa7;
    }

.date {
    color: #e4e4e4;
    font-size: 13px;
}

    .date:before {
        content: url(/Content/img/date.png);
        margin-right: 5px;
    }

.bold {
    font-weight: bold;
}

.in-one-line {
    display: inline-block;
    white-space: nowrap;
}

.wrapper, .thumbnail-wrapper {
    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;
    overflow: hidden;
    position: relative;
}

    .wrapper > a, .thumbnail-wrapper > a {
        width: 100%;
        height: 0;
        display: block;
        position: relative;
        padding-top: 62.5%;
    }

        .wrapper > a > img, .thumbnail-wrapper > a > img {
            min-width: 100%;
            min-height: 100%;
            flex-shrink: 0;
            position: absolute;
            top: 0;
        }

    .wrapper > img, .thumbnail-wrapper > img {
        min-width: 100%;
        min-height: 100%;
        flex-shrink: 0;
    }

.top-menu-wrapper {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 5px #cccccc;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #ffffff;
    flex-direction: column;
}

    .top-menu-wrapper:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 50px;
        background: #005d8c;
        display: none;
    }

    .top-menu-wrapper + div {
        margin-top: 108px;
    }

#top-menu {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1365.8px) {
    #top-menu {
        -webkit-flex-direction: column;
        flex-direction: column;
        display: block;
    }
}

#top-menu > .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 8px 10px 0;
    flex: 1;
    height: 72px;
    background: #ffffff;
    position: relative;
    left: 10px;
}

    #top-menu > .logo > .logo-wrapper > a > img {
        width: 72px;
    }

@media screen and (max-width: 881.8px) {
    #top-menu > .logo > .logo-wrapper {
        flex: 1;
    }
}

#top-menu > .logo > a:nth-child(2) {
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 1;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    top: 1px;
}

@media screen and (max-width: 881.8px) {
    #top-menu > .logo > a:nth-child(2) {
        display: none;
    }
}

#top-menu > .logo > a:nth-child(2) > p,
#top-menu > .logo > a:nth-child(2) > h1 {
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

    #top-menu > .logo > a:nth-child(2) > p:first-child,
    #top-menu > .logo > a:nth-child(2) > h1:first-child {
        color: #005d8c;
        font-weight: bold;
        font-size: 17px;
        line-height: 1em;
    }

    #top-menu > .logo > a:nth-child(2) > p:last-child {
        font-size: 13.6px;
        text-transform: uppercase;
        color: #000000;
        letter-spacing: 1.4px;
    }

#top-menu > .logo > .function {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    #top-menu > .logo > .function > .search > form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        #top-menu > .logo > .function > .search > form > input:first-child {
            border: 1px solid #d8d8d8;
            border-right: none;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            padding: 4px 0px 4px 14px;
        }

            #top-menu > .logo > .function > .search > form > input:first-child::placeholder {
                color: #d8d8d8;
                font-style: italic;
                opacity: 1;
            }

        #top-menu > .logo > .function > .search > form > span:last-child {
            display: block;
            background-color: #005d8c;
            height: 31px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border: 1px solid #005d8c;
            border-left: none;
            position: relative;
        }

            #top-menu > .logo > .function > .search > form > span:last-child:before {
                content: '';
                width: 16px;
                height: 16px;
                border-radius: 50%;
                border: 2px solid #ffffff;
                display: block;
                position: absolute;
                top: 5px;
                left: 9px;
            }

            #top-menu > .logo > .function > .search > form > span:last-child:after {
                content: '';
                width: 9px;
                height: 2px;
                position: absolute;
                transform: rotate(45deg);
                top: 20px;
                left: 20px;
                background: #ffffff;
                border-radius: 2px;
            }

            #top-menu > .logo > .function > .search > form > span:last-child > button {
                width: 38px;
                height: 29px;
                border: none;
                cursor: pointer;
                background: transparent;
                position: relative;
                z-index: 1;
            }

    #top-menu > .logo > .function > .account {
        width: 36px;
        height: 28px;
        border-radius: 5px;
        background: #015d8c;
        margin-left: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #top-menu > .logo > .function > .account:before {
            content: url(/Content/img/User-2.png);
            position: relative;
            top: 2px;
        }

    #top-menu > .logo > .function > .language {
        margin-left: 10px;
    }

        #top-menu > .logo > .function > .language > button {
            height: 28px;
            background: transparent;
            outline: none;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: none;
            padding: 0;
            border: 0;
        }

            #top-menu > .logo > .function > .language > button:before {
                content: url(/Content/img/vietnam.png);
                margin-right: 5px;
                height: 28px;
                border-radius: 5px;
                overflow: hidden;
            }

            #top-menu > .logo > .function > .language > button:after {
                position: absolute;
                top: 50%;
                right: -7px;
            }

        #top-menu > .logo > .function > .language > .dropdown-menu {
            transition: 0s;
            min-width: 0;
        }

#main-menu {
    background-color: #005d8c;
}

    #main-menu > .container > .row {
        padding-left: 105px;
        padding-right: 15px;
    }

        #main-menu > .container > .row > .menu {
            flex: 1;
        }

            #main-menu > .container > .row > .menu > nav {
                padding-top: 0;
                padding-bottom: 0;
                padding-left: 0;
            }

                #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item {
                    line-height: 1.5em;
                }

@media screen and (min-width: 768px) and (max-width: 991.8px) {
    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item:nth-child(n+5) {
        display: none;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.8px) {
    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item:nth-child(n+3) {
        display: none;
    }
}

@media screen and (max-width: 575.8px) {
    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item {
        display: none;
    }
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > a {
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 2em;
    padding-left: 2em;
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item:hover > a,
#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > div.submenu > ul > li > a:hover {
    background: #004f76;
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav {
    position: relative;
    left: -2em;
    flex-direction: row;
}


@media screen and (min-width: 992px) and (max-width: 1199.8px) {
    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > a {
        color: #ffffff;
        text-transform: uppercase;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav {
        left: -1.5em;
    }
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > div.submenu {
    display: none;
    position: absolute;
    background-color: #004f76;
    box-shadow: 2px 3px 10px #333;
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item:hover > div.submenu {
    display: block;
    /*padding-bottom: 5px;*/
}

#main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > div.submenu > ul > li {
    color: #ffffff;
    text-transform: uppercase;
    min-width: 230px;
    white-space: nowrap;
    line-height: 21px;
    border-bottom: 1px solid #80b5d3;
}

    #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > div.submenu > ul > li > a {
        color: #ffffff;
        text-decoration: none;
        text-transform: none;
        padding: .2em 2em .2em 19px;
        display: block;
        line-height: 2.5em;
    }

        #main-menu > .container > .row > .menu > nav > #menu > ul.navbar-nav > li.nav-item > div.submenu > ul > li > a:hover {
            background: #00486b;
        }

.opt {
    position: relative;
    cursor: pointer;
}

    .opt:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #00537d;
    }

    .opt:after {
        content: '';
        position: absolute;
        right: -1px;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #006ca3;
    }

    .opt > a {
        display: block;
        width: 48px;
        height: 100%;
        padding: 15px 12px 12px;
        position: relative;
    }

        .opt > a:before {
            content: '';
            position: absolute;
            left: -1px;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #00537d;
        }

        .opt > a:after {
            content: '';
            position: absolute;
            left: 0px;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #006ca3;
        }

        .opt > a.lines > span {
            display: block;
            width: 24px;
            height: 3px;
            background-color: #ffffff;
            position: relative;
            border-radius: 3px;
            top: -5px;
        }

            .opt > a.lines > span.line-2 {
                top: 0px;
            }

            .opt > a.lines > span.line-3 {
                top: 5px;
            }

    .opt > .dropdown-menu {
        background-color: #005d8c;
        margin-top: -1px;
        border-radius: 0;
    }

    .opt .menu > nav.navbar {
        padding: 0;
    }

    .opt .menu ul.navbar-nav {
        flex-direction: column;
        width: 100%;
    }

        .opt .menu ul.navbar-nav > li.nav-item {
            position: relative;
            line-height: 21px;
        }

            .opt .menu ul.navbar-nav > li.nav-item > a {
                color: #ffffff;
                padding: 0 7px 0 18px;
                line-height: 40px;
            }

            .opt .menu ul.navbar-nav > li.nav-item:hover {
                background: #004f76;
            }

                .opt .menu ul.navbar-nav > li.nav-item:hover > a {
                    color: #80b5d3;
                }

            .opt .menu ul.navbar-nav > li.nav-item > .submenu {
                display: none;
                position: absolute;
                left: -230px;
                width: 230px;
                top: -0.5rem;
                background-color: #005d8c;
                border: 0px solid rgba(0,0,0,.15);
                border-right: 0;
            }

                .opt .menu ul.navbar-nav > li.nav-item > .submenu > ul {
                    padding: .5rem 0rem;
                    padding-bottom: 0
                }

                    .opt .menu ul.navbar-nav > li.nav-item > .submenu > ul > li {
                        padding: 0 1rem;
                        border-bottom: 1px solid #80b5d3;
                    }

                        .opt .menu ul.navbar-nav > li.nav-item > .submenu > ul > li:hover {
                            background: #00486b;
                        }

                        .opt .menu ul.navbar-nav > li.nav-item > .submenu > ul > li > a {
                            color: #ffffff;
                            text-decoration: none;
                            line-height: 40px;
                        }

                        .opt .menu ul.navbar-nav > li.nav-item > .submenu > ul > li:hover > a {
                            color: #80b5d3;
                        }

            .opt .menu ul.navbar-nav > li.nav-item:hover > .submenu {
                display: block;
                background: #004f76;
            }

#banner {
    background-image: linear-gradient(to right, #03b3ad, #005d8c);
    background-size: cover;
    position: relative;
    top: -1px;
    height: 0px;
    opacity: 0;
    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;
}

    #banner > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #banner > div {
        text-align: center;
        position: relative;
    }

        #banner > div > a {
            color: #fff;
            text-decoration: none;
        }

            #banner > div > a:not(:first-child):before {
                content: ' / ';
                margin: 0 5px;
            }

        #banner > div > p {
            color: #fff;
            margin: 0;
            text-transform: uppercase;
        }

            #banner > div > p:last-child {
                font-size: 34px;
                font-weight: bold;
            }

#main-content > .tab {
    background: #f7f7f7;
    border-bottom: 2px solid #f0f0f0;
}

    #main-content > .tab > .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #main-content > .tab > .container > #breadcrumb {
            flex: 1;
            height: 54px;
            display: none;
        }

            #main-content > .tab > .container > #breadcrumb > div {
                height: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
            }

                #main-content > .tab > .container > #breadcrumb > div > a {
                    position: relative;
                    color: #666666;
                    font-size: 13px;
                }

                    #main-content > .tab > .container > #breadcrumb > div > a:hover {
                        color: #005d8c;
                    }

                    #main-content > .tab > .container > #breadcrumb > div > a:not(:first-child) {
                        padding-left: 25px;
                    }

                        #main-content > .tab > .container > #breadcrumb > div > a:not(:first-child):before {
                            content: '';
                            width: 5px;
                            height: 10px;
                            display: block;
                            margin: 10px;
                            position: absolute;
                            left: 0px;
                            top: -5px;
                            border-left: 5px solid #9f9f9f;
                            border-top: 5px solid transparent;
                            border-bottom: 5px solid transparent;
                        }

        #main-content > .tab > .container > .wrapper {
            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;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            #main-content > .tab > .container > .wrapper > .item {
                padding: 5px 14px 0;
                position: relative;
            }

                #main-content > .tab > .container > .wrapper > .item:not(:first-child):before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 1.5em;
                    left: 0;
                    top: calc(50% - 0.75em);
                    background-image: linear-gradient(to top, #f7f7f7, #d8d8d8 35%, #d8d8d8 65%, #f7f7f7);
                }

                #main-content > .tab > .container > .wrapper > .item > a {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-align-items: center;
                    align-items: center;
                    color: #000;
                    font-weight: 600;
                    min-height: 3.5em;
                    position: relative;
                }

                    #main-content > .tab > .container > .wrapper > .item > a.active, #main-content > .tab > .container > .wrapper > .item > a:hover {
                        color: #08628f;
                        text-decoration: none;
                    }

                        #main-content > .tab > .container > .wrapper > .item > a.active:before, #main-content > .tab > .container > .wrapper > .item > a:hover:before {
                            content: '';
                            width: 100%;
                            height: 2px;
                            background: #08628f;
                            bottom: 0;
                            position: absolute;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.ecus:before, #main-content > .tab > .container > .wrapper > .item > a:hover.ecus:before {
                            background: transparent;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.einvoice:before, #main-content > .tab > .container > .wrapper > .item > a:hover.einvoice:before {
                            background: transparent;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.etax:before, #main-content > .tab > .container > .wrapper > .item > a:hover.etax:before {
                            background: transparent;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.ebh:before, #main-content > .tab > .container > .wrapper > .item > a:hover.ebh:before {
                            background: transparent;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.cloud-office:before, #main-content > .tab > .container > .wrapper > .item > a:hover.cloud-office:before {
                            background: transparent;
                        }

                        #main-content > .tab > .container > .wrapper > .item > a.active.thaison-ca:before, #main-content > .tab > .container > .wrapper > .item > a:hover.thaison-ca:before {
                            background: transparent;
                        }

                    #main-content > .tab > .container > .wrapper > .item > a > img {
                        height: 27px;
                    }

#footer {
    background: #f6f6f6;
    padding: 30px 0 10px;
}

    #footer > .container > .row:first-child > div {
        padding-right: 5px;
        margin-bottom: 0px;
    }

        #footer > .container > .row:first-child > div .titleHead {
            color: #005d8c;
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
            line-height: 1.5em;
            margin-bottom: 0;
        }

@media screen and (min-width: 992px) {
    #footer > .container > .row:first-child > div .titleHead {
        height: auto;
    }
}

#footer > .container > .row:first-child > div .title-decor {
    height: 2px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    display: none;
}

    #footer > .container > .row:first-child > div .title-decor:before {
        content: '';
        height: 1px;
        width: calc(100% - 60px);
        position: absolute;
        right: 0;
        bottom: 0;
        background: #00496e;
    }

    #footer > .container > .row:first-child > div .title-decor:after {
        content: '';
        height: 1px;
        width: calc(100% - 60px);
        position: absolute;
        right: 0;
        bottom: 1px;
        background: #002b41;
    }

#footer > .container > .row:first-child > div .menuBot {
    padding: 20px 10px 0 0;
}

    #footer > .container > .row:first-child > div .menuBot li {
        line-height: 1.5em;
        color: #005d8c;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        #footer > .container > .row:first-child > div .menuBot li > span,
        #footer > .container > .row:first-child > div .menuBot li > a {
            color: #005d8c;
        }

        #footer > .container > .row:first-child > div .menuBot li:before {
            content: '';
            width: 18px;
            display: block;
            background: url(/Content/img/disc-1.png) no-repeat;
            position: relative;
            top: 7px;
        }

        #footer > .container > .row:first-child > div .menuBot li.address:before {
            background: url(/Content/img/contact.png) no-repeat top left;
            top: 2px;
            width: 30px;
            height: 25px;
        }

        #footer > .container > .row:first-child > div .menuBot li.phone:before {
            width: 30px;
            background: url(/Content/img/contact.png) no-repeat center left;
            top: 0;
        }

        #footer > .container > .row:first-child > div .menuBot li.web:before {
            background: url(/Content/img/contact.png) no-repeat bottom left;
            top: -3px;
            width: 30px;
        }

        #footer > .container > .row:first-child > div .menuBot li.no-disc:before {
            display: none;
        }

        #footer > .container > .row:first-child > div .menuBot li > .social {
            margin-top: 20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

            #footer > .container > .row:first-child > div .menuBot li > .social > a {
                width: 32px;
                height: 32px;
                display: block;
                background: url(/Content/img/social.png) no-repeat;
                margin-right: 12px;
            }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.fb {
                    background-position-x: left;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.gg {
                    background-position-x: -40px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.tw {
                    background-position-x: -80px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.pi {
                    background-position-x: -120px;
                }

                #footer > .container > .row:first-child > div .menuBot li > .social > a.yh {
                    background-position-x: -159px;
                }

#footer > .container > .line {
    width: 100%;
    height: 1px;
    background: #00496e;
    margin: 0px 0 25px;
    position: relative;
}

    #footer > .container > .line:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #e0e0e0;
        top: 0;
        position: absolute;
    }

#footer > .container > .row:last-child .item {
    padding: 12px 0;
    border: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #efefef;
    border-radius: 12px;
}

    #footer > .container > .row:last-child .item > a {
        padding: 0 15px;
    }

    #footer > .container > .row:last-child .item > .spliter {
        width: 2px;
        height: 17px;
        background-color: #006d8e;
        position: relative;
    }

        #footer > .container > .row:last-child .item > .spliter:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            background-color: #013646;
        }

    #footer > .container > .row:last-child .item > div:last-child {
        padding: 0 14px;
    }

        #footer > .container > .row:last-child .item > div:last-child > a:first-child {
            font-weight: bold;
            color: #005d8c;
            display: block;
            font-size: 17px;
            padding-bottom: 8px;
        }

            #footer > .container > .row:last-child .item > div:last-child > a:first-child:before {
                content: url(/Content/img/location.png);
                margin-right: 8px;
                position: relative;
                top: 3px;
            }

        #footer > .container .item p {
            color: #005d8c;
            display: block;
            margin-bottom: 10px;
        }

#footer > .container .item a {
    color: #005d8c;
    margin: 0;
    font-size: 16px;
    display: block;
}

#copyright {
    background: #efefef;
    position: relative;
    overflow: hidden
}

    #copyright > .container {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #005d8c;
    }

        #copyright > .container > p {
            display: inline-block;
            margin: 0;
        }

            #copyright > .container > p > a {
                text-transform: uppercase;
                color: #fff;
                padding: 0 0.5em;
            }

        #copyright > .container > a.oldVer {
            color: #005d8c;
            float: right
        }

    #copyright > #message {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0;
        background: #ff5a23;
        padding: 0 15px;
        cursor: pointer;
    }

        #copyright > #message > a {
            color: #ffffff;
        }

            #copyright > #message > a:before {
                content: url(/Content/img/msg.png);
                padding-right: 10px;
                position: relative;
                top: 1px;
            }

            #copyright > #message > a:after {
                content: url(/Content/img/up.png);
                padding-left: 10px;
                position: relative;
                top: 1px;
            }

@media screen and (max-width: 767.8px) {
    #copyright > #message > a > span {
        display: none;
    }

    #copyright > #message > a:after {
        display: none;
    }

    #copyright > #message > a:before {
        padding: 0;
    }
}

.pagination > a {
    background: #f6f6f6;
    text-align: center;
    color: #000;
    box-shadow: 0px 1px 2px #c5c5c5;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1em;
    height: 30px;
    padding: 8px 12px;
}

    .pagination > a:hover, .pagination > a.active {
        background: #005d8c;
        color: #fff;
    }

.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: 575.8px) {
    .pagination > span {
        display: none;
    }
}

.pagination > * {
    margin-right: 10px;
}

#submitModal > .modal-dialog {
    margin-top: 50px;
}

    #submitModal > .modal-dialog > .modal-content {
        position: relative;
        border: 6px solid rgba(25, 72, 96, 0.7);
    }

        #submitModal > .modal-dialog > .modal-content > button.close {
            position: absolute;
            top: -35px;
            right: 0;
            color: #fff;
            text-shadow: 0 0 0;
            right: 0;
            opacity: 1;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            outline: none;
            text-transform: uppercase;
        }

            #submitModal > .modal-dialog > .modal-content > button.close > span {
                font-size: 30px;
                padding-left: 5px;
                position: relative;
                top: 4px;
            }

        #submitModal > .modal-dialog > .modal-content > .modal-header {
            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;
            -webkit-align-items: center;
            align-items: center;
            background: #005d8c;
            border-radius: 0;
        }

            #submitModal > .modal-dialog > .modal-content > .modal-header > p.modal-title {
                color: #fff;
                font-weight: bold;
                font-size: 23px;
            }

            #submitModal > .modal-dialog > .modal-content > .modal-header > .decor {
                flex: 1;
                background: url(/Content/img/decor.png) no-repeat;
                height: 10px;
            }

                #submitModal > .modal-dialog > .modal-content > .modal-header > .decor:last-child {
                    transform: rotate(180deg);
                }

        #submitModal > .modal-dialog > .modal-content > .modal-body > form > div {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-bottom: 10px;
        }

            #submitModal > .modal-dialog > .modal-content > .modal-body > form > div.center {
                -moz-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
            }

                #submitModal > .modal-dialog > .modal-content > .modal-body > form > div.center > button {
                    border-radius: 5px;
                    margin-right: 10px;
                    font-weight: bold;
                }

                    #submitModal > .modal-dialog > .modal-content > .modal-body > form > div.center > button.register {
                        color: #fff;
                        background: #005d8c;
                    }

                    #submitModal > .modal-dialog > .modal-content > .modal-body > form > div.center > button.reset {
                        color: #fff;
                        background: #b3b3b3;
                    }

            #submitModal > .modal-dialog > .modal-content > .modal-body > form > div > input {
                flex: 1;
                padding: 5px 10px;
                border-radius: 8px;
                border: 1px solid #cfcfcf;
            }

            #submitModal > .modal-dialog > .modal-content > .modal-body > form > div > span.notation {
                width: 20px;
                padding: 5px;
                color: #ff0000;
                font-weight: bold;
            }

            #submitModal > .modal-dialog > .modal-content > .modal-body > form > div > span.note {
                font-style: italic;
            }

#register-successfully > .modal-dialog {
    margin-top: 50px;
}

    #register-successfully > .modal-dialog > .modal-content {
        height: 300px;
        width: 425px;
        margin: auto;
        max-width: 100%;
    }

        #register-successfully > .modal-dialog > .modal-content > button.close {
            position: absolute;
            top: -24px;
            right: 0;
            color: #fff;
            text-shadow: 0 0 0;
            right: 0;
            opacity: 1;
            font-weight: normal;
            line-height: 20px;
            outline: none;
            text-transform: uppercase;
            font-size: 14px;
        }

            #register-successfully > .modal-dialog > .modal-content > button.close > span {
                font-size: 20px;
                padding-left: 5px;
                position: relative;
                top: 3px;
            }

        #register-successfully > .modal-dialog > .modal-content > .modal-body {
            text-align: center;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            #register-successfully > .modal-dialog > .modal-content > .modal-body > img {
                margin-bottom: 10px;
            }

            #register-successfully > .modal-dialog > .modal-content > .modal-body > p {
                margin-bottom: 0;
            }

                #register-successfully > .modal-dialog > .modal-content > .modal-body > p:nth-child(2) {
                    font-weight: bold;
                    color: #005d8c;
                    margin-bottom: 15px;
                    font-size: 18px;
                }

                #register-successfully > .modal-dialog > .modal-content > .modal-body > p:nth-child(3) > a {
                    color: #005d8c;
                }

            #register-successfully > .modal-dialog > .modal-content > .modal-body > a:last-child {
                background: #005d8c;
                color: #fff;
                border-radius: 5px;
                margin-top: 15px;
            }

////
#register-loading > .modal-dialog {
    margin-top: 50px;
}

#register-loading > .modal-dialog > .modal-content {
    height: 300px;
    width: 425px;
    margin: auto;
    max-width: 100%;
}

    #register-loading > .modal-dialog > .modal-content > button.close {
        position: absolute;
        top: -24px;
        right: 0;
        color: #fff;
        text-shadow: 0 0 0;
        right: 0;
        opacity: 1;
        font-weight: normal;
        line-height: 20px;
        outline: none;
        text-transform: uppercase;
        font-size: 14px;
    }

        #register-loading > .modal-dialog > .modal-content > button.close > span {
            font-size: 20px;
            padding-left: 5px;
            position: relative;
            top: 3px;
        }

    #register-loading > .modal-dialog > .modal-content > .modal-body {
        text-align: center;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        #register-loading > .modal-dialog > .modal-content > .modal-body > img {
            margin-bottom: 10px;
        }

        #register-loading > .modal-dialog > .modal-content > .modal-body > p {
            margin-bottom: 0;
        }

            #register-loading > .modal-dialog > .modal-content > .modal-body > p:nth-child(2) {
                font-weight: bold;
                color: #005d8c;
                margin-bottom: 15px;
                font-size: 18px;
            }

            #register-loading > .modal-dialog > .modal-content > .modal-body > p:nth-child(3) > a {
                color: #005d8c;
            }

        #register-loading > .modal-dialog > .modal-content > .modal-body > a:last-child {
            background: #005d8c;
            color: #fff;
            border-radius: 5px;
            margin-top: 15px;
        }

#top-menu > .top-right > .contact-info > p > span:last-child > a {
    color: #ec5b2b;
    font-weight: bold;
    font-size: 15px
}

#top-menu > .top-right > .menu > nav > div.navbar-collapse > ul.navbar-nav > li > ul.submenu > li > a {
    min-width: 200px;
}

#go-top {
    width: 57px;
    height: 57px;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 100px;
    cursor: pointer;
    background: url(/Content/img/go-top.png) no-repeat center center;
}

.viewer-container > .viewer-footer {
    overflow: visible;
}

    .viewer-container > .viewer-footer > .viewer-toolbar .viewer-prev,
    .viewer-container > .viewer-footer > .viewer-toolbar .viewer-next {
        position: absolute;
        bottom: 50vh;
        width: 100px;
        height: 100px;
    }

    .viewer-container > .viewer-footer > .viewer-toolbar .viewer-prev {
        left: 30px;
    }

    .viewer-container > .viewer-footer > .viewer-toolbar .viewer-next {
        right: 30px;
        transform: rotate(180deg);
    }

        .viewer-container > .viewer-footer > .viewer-toolbar .viewer-prev:before,
        .viewer-container > .viewer-footer > .viewer-toolbar .viewer-next:before {
            content: '';
            width: 50px;
            height: 6px;
            border-radius: 8px;
            background: #ffffff;
            top: 33px;
            left: 20px;
            transform: rotate(-45deg);
            margin: 0;
            position: absolute;
        }

        .viewer-container > .viewer-footer > .viewer-toolbar .viewer-prev:after,
        .viewer-container > .viewer-footer > .viewer-toolbar .viewer-next:after {
            content: '';
            width: 50px;
            height: 6px;
            border-radius: 8px;
            background: #ffffff;
            top: 65px;
            left: 20px;
            transform: rotate(45deg);
            margin: 0;
            position: absolute;
        }


#video-modal > .modal-dialog {
    max-width: none;
    margin-top: 100px;
}

    #video-modal > .modal-dialog > .modal-content {
        background: rgba(83, 92, 100, 0.8);
        border-radius: 10px;
        padding: 8px;
        position: relative;
    }

        #video-modal > .modal-dialog > .modal-content > .title {
            background: #005d8c;
            color: #ffffff;
            font-size: 18px;
            padding: 5px 10px;
            position: relative;
        }

        #video-modal > .modal-dialog > .modal-content > button.close {
            position: absolute;
            top: -20px;
            right: 0;
            color: #ffffff;
            text-shadow: none;
            opacity: 1;
            font-size: 15px;
            font-weight: normal;
            cursor: pointer;
        }

.fixMobile .btnShowMenuMobile {
    display: none
}

.textShowMenuMobile {
    display: none
}


#slide {
    background: url(../bgslide.jpg) no-repeat
}

.showInMobile {
    display: none
}

@media screen and (max-width:768px) {
    .showInMobile {
        display: block
    }
}
/*# sourceMappingURL=style.css.map */

/*Fix color notify*/
.alert-success {
    background-color: #c9e2b3;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }



.toc {
    background-color: rgb(246,248,249);
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    margin: 18px 0;
}

    .toc ul {
        list-style-type: none !important;
        margin: 0;
    }

    .toc strong {
        display: block;
        margin: 10px;
        font-size: 20px;
    }

.toc-h2 {
    color: #007bff;
}

    .toc-h2:hover {
        text-decoration: underline;
    }

    .toc-h2 a:hover {
        color: #0056b3;
    }

.image-khach-hang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-field {
    border: 2px solid #dc3545 !important;
    background-color: #fff5f5;
}

.error-message {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    align-items: center;
    gap: 5px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-message i {
    font-size: 14px;
}

#submitRegister:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.function {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.phone-section {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .phone-section.hidden {
        opacity: 0;
        visibility: hidden;
        width: 0;
        overflow: hidden;
    }

.phone-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    content: url(/assets/image/icon/iconHotline.png);
}

.phone-numbers {
    display: flex;
    flex-direction: column;
}

    .phone-numbers div {
        font-size: 14px;
    }

.phone-label {
    color: #333;
    font-weight: 500;
}

.phone-number {
    color: #005d8c;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    .function {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-content {
        width: 200px;
    }
}

#main-menu {
    position: relative;
}

/* Nút bấm trên menu */
.search-toggle-btn {
    cursor: pointer;
    color: #333; /* Màu icon mặc định */
}

    .search-toggle-btn:hover {
        color: #00446D; /* Màu khi di chuột */
    }

/* FORM DROPDOWN (Phần quan trọng nhất) */
.search-dropdown {
    position: absolute;
    top: 100%; /* Đẩy xuống ngay mép dưới của menu */
    left: 65%;
    /* width: 100%;  Nếu muốn full màn hình chiều ngang menu */
    width: 300px; /* Hoặc để chiều rộng cố định */
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); /* Tạo bóng đổ cho đẹp */
    border-top: 2px solid #00446D; /* Đường viền màu chủ đạo phía trên */
    border-radius: 0 0 5px 5px;
    /* Hiệu ứng ẩn/hiện */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); /* Dịch lên 1 chút để tạo đà trượt */
    transition: all 0.3s ease;
    z-index: 999; /* Đè lên các nội dung bên dưới */
}

    /* Class active để hiện form */
    .search-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* Style cho ô input bên trong */
.container-input {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.search-input-drop {
    width: 100%;
    border: none;
    padding: 8px 10px;
    outline: none;
}

.search-submit-icon {
    background: #00446D;
    color: #fff;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

@media(max-width:1200px) and (min-width: 881.8px) {
    #phoneSection{
        display:none;
    }
}

@media(max-width:768px) and (min-width: 576px) {
    #phoneSection {
        display: none;
    }
}

@media(max-width:540px) {
    #phoneSection {
        display: none;
    }
}