@font-face {
    font-family: 'GoogleSans';
    src: url('/Client/font/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('/Client/font/GoogleSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('/Client/font/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('/Client/font/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('/Client/font/GoogleSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

html,
body {
    font-family: 'GoogleSans';
    font-size: 15px;
}

/* width */
html::-webkit-scrollbar {
    width: 8px;
}

/* Track */
html::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #b8b8b8;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*---FULL header footer----*/

.wd-section-menu-footer > .container,
.wd-section-header > .container,
.wd-section-menu > .container,
.wd-section-footer > .container {
    max-width: 100% !important;
}

.wd-section-menu-footer .Menu-2,
.wd-section-menu .Menu-1,
.wd-section-header .Header-1,
.wd-section-footer .Footer-1 {
    padding: 0px;
}

.wd-section-menutop {
    border-bottom: none;
    background: #f1f1f1;
    overflow: hidden;
}

.wd-section-menutop .nav-items-line {
    border-bottom: none;
}

.Header-2 .col-md-4 {
    padding-left: 0px;
}

.Header-2 .col-md-8 {
    padding-right: 0px;
}

.wd-section-header .Header-2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*---END FULL header footer----*/

/*---Customer bg footer----*/

.wd-section-menu-footer .Menu-2 .nav-item {
    list-style: none;
}

.wd-section-menu-footer .Menu-2 .nav-item a {
    color: #fff;
}

.Marquee-0 .nav-marquee {
    border: none;
    margin-bottom: 0px;
}

.layout-wd-5 .title_catparent h4 > a::before,
.layout-wd-5 .title-category > a::before {
    border-bottom: 1px solid #d9d9d9;
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
}

.nav-item:first-child a.nav-link i {
    font-size: inherit;
}

.icon-social a {
    background: #88011b;
    box-shadow: 2px 1px 4px #dd9ca98c;
    border: 1px solid #ff000042;
}

.toggle-right > a::after {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

a:hover {
    color: #1057ae;
}

.MaNhung-0 .title-category + div.row {
    text-align: center;
}

.pr-0 .title-category a {
    padding-right: 0;
}

.date-weather-nav .txt-date,
.date-weather-nav .txt-weather {
    display: flex;
    align-items: center;
}

.ft-bt-left,
.ft-left,
.ft-right {
    z-index: 1;
}
.wd-section-menu .form-search-header .txt-form-search {
    background: #fff !important;
    color: #000 !important;
    height: 100%;
}

.wd-section-menu .form-search-header .txt-form-search::placeholder {
    color: #ccc;
}

.navbar-desktop .form-search-header {
    cursor: pointer;
    position: relative;
}

.navbar-desktop .form-search-header:hover .box-search-nav {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
}

.box-search-nav {
    width: 220px;
}

.navbar-desktop .box-search-nav {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.content .view-data-widget,
.contents-page .view-data-widget {
    margin-top: 15px;
}

.title-category {
    margin: 0;
}

.title-category::after {
    background-color: unset;
}

.mainsubnav {
    margin: 0;
}

.wd-section-menu-body.sticky,
.wd-section-menu.sticky {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.layout-wd-5 .title-category {
    margin: 0 0 15px 0 !important;
}

.layout-wd-5 .title-category > a::before,
.layout-wd-5 .title_catparent h4 > a::before {
    border: none;
}

.layout-wd-5 .title-category > a {
    padding: 0 0 5px 0;
    font-size: 16px !important;
}

.mainsubnav ul li:last-child {
    border-bottom: none;
}

.layout-wd-5 .btn-widget {
    background-color: #1057ae !important;
}

.layout-wd-5 .btn-login-sign-in-users span {
    display: none;
}

.layout-gray .nav-top .navbar-nav .nav-link {
    border: none !important;
}

@media only screen and (max-device-width: 480px) {
    .navbar-pull-right button {
        background: transparent !important;
    }

    .navbar-pull-right,
    .form-search-header,
    .box-search-nav {
        flex: 1;
    }

    .form-search-header input {
        height: 100%;
    }

    .navbar-pull-right {
        margin-left: 5px;
    }

    .navbar-toggler {
        padding: 4px 6px;
    }

    .body-template-1 .box-search-nav {
        margin-right: 5px;
    }

    .wd-section-menu-body.sticky,
    .wd-section-menu.sticky {
        z-index: 1000;
    }
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.NoiDung-4 .btn-group a {
    margin-bottom: 0;
}

.navbar-mobile .btn-login-sign-in-users {
    display: none;
}

.dropdown-menu .dropdown .dropdown-toggle {
    position: relative;
}

.dropdown-menu .dropdown .dropdown-toggle::after {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.navbar-mobile {
    margin: 2px 0;
}

.nav-top .navbar-light .navbar-toggler {
    padding: 8px;
}

.listitems_other_right a {
    display: block;
    padding: 0;
    margin-top: 8px;
}

.listitems_other_right .line-clamp-2 {
    max-height: unset;
}

.collapse.show .dropdown-menu .dropdown .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.container-full > .container {
    max-width: 100%;
}

.select2-container .select2-selection--single {
    height: 38px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 6px;
}

.duty-schedule {
    padding-bottom: 60px;
}

.lich-truc .container {
    padding: 0 12px;
}

.lich-truc .widget-title-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
    position: relative;
}

.lich-truc .widget-title {
    margin-bottom: 20px;
}

.lich-truc .widget-title-name::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 95px;
    height: 2px;
    background-color: #1057ae;
}

.lich-truc .caption {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}


.lich-truc .caption p {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0;
	text-align: center;
}

.lich-truc .caption span {
    font-size: 16px;
    font-style: italic;
    color: #606060;
}

.table-duty-schedule thead tr:first-child th:first-child,
.table-duty-schedule tbody tr td:first-child {
	position: sticky;
	left: 0;
	background-color: #fff;
}

.table-duty-schedule thead tr:first-child th:first-child:after,
.table-duty-schedule tbody tr td:first-child:after {
	content: '';
    position: absolute;
	left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dee2e6
}

.table-duty-schedule thead tr:first-child th:first-child:before,
.table-duty-schedule tbody tr td:first-child:before {
	content: '';
    position: absolute;
	right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dee2e6
}

.table-duty-schedule td {
    min-width: 80px;
}

.table-duty-schedule th {
    min-width: 100px;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

    #navbarSupportedContent > ul {
        column-gap: 25px;
    }

    #navbarSupportedContent > ul .dropdown-menu {
        min-width: 250px;
    }

    #navbarSupportedContent > ul > li > a {
        position: relative;
        padding: 12px 0;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 1.5;
    }

    #navbarSupportedContent > ul > li:hover > a::before,
    #navbarSupportedContent > ul > li > a.active::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #fff;
    }

    #navbarSupportedContent .dropdown-menu li:hover > a {
        background-color: #fff !important;
        color: #000 !important;
    }

    #navbarSupportedContent .dropdown-menu li:hover > a::after {
        color: #000;
    }

    .navbar-desktop .form-search-header {
        margin: 0;
    }

    .navbar-desktop {
        column-gap: 5px;
    }

    .btn-login-sign-in-users i {
        padding-right: 0;
    }

    .navbar-desktop .form-search-header button {
        padding: 8px 12px;
    }

    .navbar-desktop .btn-login-sign-in-users {
        margin: 0;
        padding: 0px 15px !important;
    }

    .navbar-desktop .btn-login-sign-in-users:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

    .navbar-desktop .form-search-header .box-search-nav {
        display: block !important;
        right: 0;
        width: 280px;
    }

    .wd-section-menu .form-search-header .txt-form-search {
        padding-right: 30px;
    }

    .navbar-desktop .form-search-header button {
        z-index: 5;
        color: #000;
    }

    footer > div > .container {
        padding: 12px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
