@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;
}

.contents-page {
    min-height: 500px;
}

.btn-search {
    background-color: #1057ae;
    color: #fff;
    padding-inline: 16px;
}

.btn-search:hover {
    color: #fff;
    background-color: #03428e;
}

.widget-wrapper {
    width: 100%;
}

.widget-wrapper .widget-title {
    margin-bottom: 20px;
    line-height: normal;
}

.widget-wrapper .widget-title-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 5px;
    position: relative;
    display: block;
}

.widget-wrapper .widget-title-name::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 95px;
    height: 2px;
    background-color: #1057ae;
}

.data-vaccine .widget-content .search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.btn-appointment a {
    background-color: #1057ae;
    color: #fff;
}

.btn-appointment a:hover {
    color: #fff;
}

.data-vaccine form .form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
	flex-wrap: wrap;
}

.data-vaccine form .form-group label {
    flex-shrink: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.data-vaccine form .form-group .input-group {
    max-width: 300px;
}

.data-vaccine form .form-group input[name='date'] {
    width: 200px;
}

.data-vaccine form button[type='submit'] {
    padding-left: 24px;
    padding-right: 24px;
}

.data-vaccine form .updatedAt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.data-vaccine table {
    width: 100%;
}

.data-vaccine table thead tr {
    background-color: #f8f4d8;
}

.data-vaccine table thead th {
    color: #1070da;
}

.data-vaccine table tbody .price {
    color: #fb2c36;
    font-weight: 500;
}

.datepicker.datepicker-dropdown {
    z-index: 100 !important;
}

.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;
}

.select2-container--default .select2-selection--single {
    border-color: #ced4da;
}

.appointment {
    padding-bottom: 40px;
}

.appointment .widget-title-name {
    color: #1057ae;
}

.appointment .title-group {
    font-size: 24px;
    color: #03428e;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.appointment input {
    height: 38px;
}

.appointment .form-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment .form-button button {
    background-color: #f26522;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    line-height: 1.5;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 500;
    box-shadow:
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    position: relative;
}

.appointment .form-button button > * {
    z-index: 1;
}

.appointment .form-button button::before {
    content: '';
    position: absolute;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: linear-gradient(94.88deg, #0a4bc1 -2.42%, #2796e6 100.19%);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.appointment .form-button button:hover::before {
    left: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .container {
	padding: 0 12px;
}

@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;
    }

	.data-vaccine form .form-group {
		flex-wrap: nowrap;
	}

    .data-vaccine .widget-content .search {
        justify-content: space-between;
    }
	
	.data-sevice-price .btn-appointment {
		align-self: self-end;
		text-align: right;
	}
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
