﻿.hotline{
    display:none;
}

:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
}

.hide {
    display: none;
}

.full-height{
    height:100%;
}

.flex{
    display:flex;
}

.flex-column{
    flex-direction:column;
}

.flex-group-up{
    flex-grow:2;
}

.scrollbar-thin {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f5f5f5;
}

    .scrollbar-thin::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .scrollbar-thin::-webkit-scrollbar-track {
        background: #f5f5f5;
    }

    .scrollbar-thin::-webkit-scrollbar-thumb {
        background-color: #ddd;
        border-radius: 20px;
        border: 0px solid #f5f5f5;
    }

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.header {
    background: #FFF;
    padding: 0px 0px;
    position: relative;
    height:75px;
}

    .header:before {
        content: "";
        background: #0000;
        position: absolute;
        left: 0px;
        top: 0px;
        background-image: url(../../images/banner_background.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 314px;
        width: 300px;
        height: 100%;
    }

.content-wrap {
    flex-grow: 2;
    height: 100%;
    overflow: auto;
}
.container {
    width: 100%;
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.relative {
    position: relative;
}

.logo-text {
    height: 80px;
    position: relative;
    color: #2A6EBB;
    text-align: left;
    display: flex;
    align-items: center;
}

    .logo-text .logo {
        left: 0px;
/*        max-width: 536px;*/
        width: 100%;
        display: flex;
        align-items: center;
    }

    .logo-text .logo:hover {
       text-decoration:none;
    }

.logo-img {
    width:70px;
    height: 47px;
    background-repeat:no-repeat;
    float:left
}

.logo-title {
    font-weight: 600;
    font-size: 25px;
    color: var(--primary-color);
    text-decoration: none !important;
    margin-left: 5px;
    width: calc(100% - 240px);
    white-space: nowrap;
    overflow: hidden;
}

.header-account {
    position: absolute;
    top: 20px;
    right: 0px;
}

    .header-account .btn:focus {
        outline: none;
        box-shadow: none;
    }

    .header-account .btn-register {
        margin: 0px 15px;
        border-color:var(--primary-color);
        color: #fff;
        border-radius: 8px;
        width: 130px;
        min-width: 0px;
        font-size: 15px;
        height: auto;
        font-weight: 500;
        background: var(--primary-color);
    }

        .header-account .btn-register:hover {
            background-color: rgba(var(--primary-color-rgb),0.85);
        }

    .header-account .btn-login {
        color: #6e6d7a;
    }

    .header-account .btn-login:hover {
        text-decoration:none;
    }

    .header-account .info-number {
        display: block;
        position: relative;
        height: 47px;
        padding: 0 18px;
        line-height: 47px;
        color: var(--primary-color);
        font-size: 1.2em;
        font-weight: 500;
    }

        .header-account .info-number.dropdown-toggle::after {
            display: none;
        }

        .header-account .info-number .badge {
            font-size: 10px;
            font-weight: normal;
            line-height: 13px;
            padding: 2px 6px;
            position: absolute;
            right: 5px;
            top: 5px;
        }

	.header-account .list-notify {
		width: 300px;
		max-height: 350px;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: #ddd #f5f5f5;
	}

		.header-account .list-notify::-webkit-scrollbar {
			width: 4px;
			height: 4px;
		}

		.header-account .list-notify::-webkit-scrollbar-track {
			background: #f5f5f5;
		}

		.header-account .list-notify::-webkit-scrollbar-thumb {
			background-color: #ddd;
			border-radius: 20px;
			border: 0px solid #f5f5f5;
		}

        .header-account .list-notify li {
            padding: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 6px 6px 0;
            width: 96% !important;
            box-shadow: 0px 1px 12px rgb(0 0 0 / 6%);
        }

            .header-account .list-notify li:last-child {
                margin-bottom: 6px;
            }

            .header-account .list-notify li:last-child a{
                padding: 10px;
                cursor: pointer
            }

            .header-account .list-notify li.empty{
                font-size: 12px;
                justify-content: center;
                padding: 0.5rem;
                background: #fff
            }

        .header-account .list-notify .notify-item {
            padding: 3px 5px !important;
            cursor: pointer;
            width: 100%
        }


            .header-account .list-notify .notify-item span {
                white-space: normal;
                font-weight: bold;
            }

                .header-account .list-notify .notify-item span.image {
                    float: left;
                    margin-right: 10px;
                    width: 11%;
                    vertical-align: middle;
                    border-style: none;
                    min-height: 30px;
                    line-height: 30px;
                    font-size: 22px;
                    text-align: center;
                    color: var(--primary-color);
                }

        .header-account .list-notify .notify-item.seen span.image {
            color: #6c757d
        }

            .header-account .list-notify .notify-item:active span {
                color: #fff !important
            }

            .header-account .list-notify .notify-item span.time {
                font-size: 11px;
                font-style: italic;
                position: absolute;
                right: 35px;
                font-weight: normal;
                color: #bbbfc9;
            }

            .header-account .list-notify .notify-item span.message {
                display: block;
                font-size: 11px;
                font-weight: normal;
            }

	.header-account .user-profile {
		height: 47px;
		line-height: 47px;
		padding: 0 10px;
	}

.header-nav {
    background: var(--primary-color);
}

.header-nav .container{
    display:table;
}

    .header-nav .menus {
        font-size: 16px;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .header-nav .menus > li {
            float: left;
            position: relative;
        }

            .header-nav .menus > li > a {
                height: 40px;
                position: relative;
                padding-left: 10px;
                padding-right: 10px;
                display: flex;
                align-items: center;
                color: #FFF;
                font-weight: 500;
            }

            .header-nav .menus > li:hover {
                background: #ffffff1a;
            }

            .header-nav .menus > li.active > a, .header-nav .menus > li:hover > a {
                color: #fff;
                text-decoration:none;
            }

        .header-nav .menus .dropdown-menu {
            border-radius: 0px;
            margin: 0px;
            padding: 0px;
            min-width: 165px;
            background: var(--primary-color);
        }

        .header-nav .menus li:hover > .dropdown-menu {
            display: block;
        }

        .header-nav .menus .dropdown-menu > li {
            height: 45px;
            display: flex;
            align-items: center;
            padding: 10px;
            border-bottom: 1px solid #ffffff1a;
            position: relative;
        }

            .header-nav .menus .dropdown-menu > li:hover {
                background: #ffffff1a;
            }

        .header-nav .menus .dropdown-menu > li > a {
            color: #fff;
        }

            .header-nav .menus .dropdown-menu > li > a:hover {
                text-decoration:none
            }

.footer {
    display: flex;
    background-color: var(--primary-color);
    padding: 20px 0px;
}

    .footer .footer-content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 0.8rem;
        color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.user-profile {
    color: #0000009c;
    font-size: 0.9em;
}

.user-profile:hover {
    text-decoration: none;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px
}

.dropdown-usermenu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    padding:0;
    top: 20px !important;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0px;
    left: auto;
    width: 200px
}

.dropdown-usermenu li{
    width: 100%;
    padding:0;
}

    .dropdown-usermenu li a {
        padding: 10px 15px;
        display: block;
        color:#000;
        font-size:0.9em;
    }

        .dropdown-usermenu li a:hover {
            text-decoration: none;
            background: var(--primary-color);
            color: #fff
        }

    .dropdown-usermenu li a i{
        margin-right: 5px
    }

.header-account .buttons a{
    font-size:13px;
}

.center {
    text-align: center;
}

.select2-results {
    font-size: 0.8em;
}

.select2-container{
    outline:none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe3e7;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-search {
    font-size: 0.8em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    box-shadow: none;
}

.fieldset {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 30px 15px 20px 15px;
    position: relative;
    border-top: 1px solid rgb(0 0 0 / 6%);
    margin-top: 20px;
}

    .fieldset:before {
        content: attr(title);
        position: absolute;
        top: -16px;
        left: 5px;
        padding: 2px 10px;
        font-weight: 600;
        background: #FFF;
    }

.group-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: inset 0px 3px 0 var(--primary-color);
    /*border-top: 2px solid #4b4ba3;*/
    border: 0;
    font-size: 0.9rem
}

    .group-info .group-header {
        /*background: rgba(0,0,0,0.04);*/
        color: #393982;
        padding: 0.75rem 1rem;
        /*box-shadow: inset 0px 3px 0 #4b4ba3;*/
        font-weight: 500;
        color: var(--primary-color);
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
        border: 1px solid #e5e5e5;
        font-size: 12px
    }

        .group-info .group-header:hover {
            background: rgba(0,0,0,0.04);
            /*box-shadow: inset 3px 2px 0 #4b4ba3;*/
        }

        .group-info .group-header:after {
            content: '\f0d7';
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            position: absolute;
            top: 13px;
            right: 10px;
            color: var(--primary-color);
            transition: .3s;
        }

        .group-info .group-header.closed {
            border-top: none;
            box-shadow: none;
        }

            .group-info .group-header.closed:after {
                transform: rotate(-90deg);
            }

        .group-info .group-header i {
            font-size: 1.05rem;
            margin-right: 5px
        }

    .group-info .group-content {
        flex: 1;
        padding: 15px;
        max-height: 350px;
        border: 1px solid #e5e5e5;
        border-top: 0
    }

        .group-info .group-content > p {
            padding: 0.6rem 1.2rem;
            text-align: justify
        }

.list-info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

    .list-info .info {
        position: relative;
        padding: 0.6rem 0;
        margin-bottom: -1px;
        background-color: #fff;
        display: flex;
    }

        .list-info .info span {
            display: inline-block;
        }

            .list-info .info span.icon {
                width: 25px;
            }

            .list-info .info span.name {
                width: 40%;
            }

            .list-info .info span.value {
                flex: 1;
                padding-left: 10px;
                text-align: justify
            }

.modal .content-error {
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .modal .content-error .icon-error {
        font-size: 10em;
        color: #E74C3C;
    }

    .modal .content-error h2 {
        font-size: 2em;
        font-weight: bold;
    }

    .modal .content-error p {
        font-style: italic;
        font-size: 1.1em;
        margin: 20px;
    }

.navbar-nav-mobile{
    display:none;
}

    .navbar-nav-mobile .user-profile {
        font-size: 25px;
        margin-right: 15px;
        color: rgba(0,0,0,0.4)
    }

.navbar-nav-desktop .dropdown-menu {
    transform: translate3d(-22px, 32px, 0px) !important;
}

.navbar-nav-desktop .list-notify.dropdown-menu {
    transform: translate3d(-265px, 32px, 0px) !important;
}


.footersoluottruycap {
    background-color: #FFF;
    color: var(--primary-color);
}

@media (max-width:767px) {
    .header .container {
        padding-right: 0px !important;
    }

    .logo-title {
        display: none;
    }

    .logo-text{
        height:55px;
    }

    .header-account{
        display:none;
    }

    .header-nav{
        display:none;
    }

    .navbar-toggler {
        outline:none!important;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 100%;
        padding: 0.25rem 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #0000;
        border: 1px solid #0000;
        border-radius: 0.25rem;
        -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
        transition: -webkit-box-shadow 0.15s ease-in-out;
        transition: box-shadow 0.15s ease-in-out;
        transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

        .navbar-toggler .navbar-toggler-animation {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-image: none;
            position: relative;
            height: 22px;
            width: 22px;
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }

            .navbar-toggler .navbar-toggler-animation span:nth-child(1) {
                top: 6%;
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(2) {
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(3) {
                bottom: 10%;
            }

            .navbar-toggler .navbar-toggler-animation span {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
                height: 2px;
                background: #24292d;
                display: block;
                position: absolute;
                width: 100%;
                border-radius: 30px;
            }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
            -webkit-transform: rotateZ(45deg) translateY(-50%);
            transform: rotateZ(45deg) translateY(-50%);
            top: 50%;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            width: 100%;
        }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {
            visibility: hidden;
            -webkit-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
        }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
            -webkit-transform: rotateZ(-45deg) translateY(-50%);
            transform: rotateZ(-45deg) translateY(-50%);
            bottom: 42%;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            width: 100%;
        }

    .navbar-collapse {
        position: absolute;
        left: 0px;
        top: 55px;
        background: #fff;
        border-top: 1px solid #0000001a;
        z-index: 999;
        box-shadow: rgb(83 88 93 / 40%) 0px 10px 30px;
    }

    .navbar-collapse li.nav-item {
        border-bottom: 1px solid #0000001a;
        padding: 8px 30px;
    }

        .navbar-collapse .nav-item:not(.active) a {
            color: #747579;
        }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav-mobile {
        position: absolute;
        top: 0px;
        height: 100%;
        right: 50px;
        display: flex;
        align-items: center;
    }

    #profileDropdown.dropdown-menu.dropdown-animation.show {
        transform: translate3d(-67px, 0px, 0px) !important;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: dropdownslideIn;
        animation-name: dropdownslideIn;
        position: absolute !important;
        top: 67px !important;
        right: 0px;
        width: fit-content;
    }

    #profileDropdown .avatar {
        height: 3rem;
        width: 3rem;
        position: relative;
        display: inline-block !important;
        margin-right: 1rem;
    }

        #profileDropdown .avatar img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50% !important;
            -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
            box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
        }

    #profileDropdown .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: left;
        white-space: nowrap;
        background-color: #0000;
        border: 0;
    }

    .wpContentNotify.dropdown-menu.show {
        position: fixed !important;
        top: 58px !important;
        width: 100vw;
        transform: none !important;
        border-radius: 0px;
        border-top-color: #ddd;
    }

    .wpContentNotify.dropdown-menu nav-item{
       margin-left:0px;
    }

    @keyframes dropdownslideIn {
        0% {
            transform: translateY(1rem);
            opacity: 0;
        }

        100% {
            transform: translateY(0rem);
            transform: translateX(-67px);
            opacity: 1;
        }

        0% {
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes dropdownslideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }
}

    @media (min-width:1745px){
        .header:after {
            content: "";
            background: #0000;
            position: absolute;
            right: 0px;
            top: 0px;
            background-image: url(../../images/banner_background.png);
            background-position: left;
            background-repeat: no-repeat;
            background-size: 314px;
            width: 300px;
            height: 100%;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            z-index: 1;
        }
    }