@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;
}

:root {
	--primary: #f49502;
	--secondary: #db8500;
}

/* width */
html::-webkit-scrollbar {
    width: 8px;
}

/* Track */
html::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c0c0c0;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}

html,
body {
    font-family: "GoogleSans";
}

.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;
}

.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;
}

/*---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;
}

.TinTuc-13 .cstab-button li {
    display: table-cell;
    width: inherit;
    max-width: 30%;
}

.wd-section-245219025238 {
    background: #c7b2b614;
    padding: 8px 0px;
}

.wd-section-245219025238 .tabs-list-items .card {
    background-color: transparent !important;
}

.Marquee-0 .nav-marquee {
    border: none;
    margin-bottom: 0px;
}

.layout-wd-5 .title_catparent h4 > a::before,
.layout-wd-5 .VanBan-2 h4 > a::before,
.layout-wd-5 .VanBan-1 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;
}

.gallery_col_50 .gallery-thumb-item,
.video_col_50 .gallery-thumb-item {
    width: 50%;
}

.gallery_col_50 .album-Image .gallery-thumb-item a::after,
.video_col_50 .album-Videos .gallery-thumb-item a::after {
    font-size: 30px;
    right: 10px !important;
    top: 15px !important;
    left: inherit;
    bottom: inherit;
    background: #a3a3a3d1 !important;
    border-radius: 50%;
}

.Menu-3 ul {
    margin-bottom: 0;
}

.toggle-right > a::after {
    top: 50%;
    transform: translateY(-50%);
}

.TinTuc-17 .card-title:hover {
    color: #ff8d13;
}

.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;
}

.tabs-list-items a.card-title {
    color: #212526;
	margin: 0 !important;
    max-height: unset;
}

.tab-contents .tabs-list-items .card-body {
	margin-top: 5px;
}

.TinTuc-17 .tabs-list-items .items:hover .card-title {
    color: #fa8a0a;
}

.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%;
}

.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;
}

.nav-breadcrumb {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.btn-widget {
	background-color: var(--primary);
	color: #fff;
}

.btn-widget:hover {
	background-color: var(--secondary);
	color: #fff;
}

.title-category,
.title_catparent,
.LienKet-3 .title-category,
[class*="NoiDung"] .title_catparent {
    padding: 0;
    margin: 0 !important;
    border: none;
    line-height: normal;
}

.Album-3 .title-category,
[class*="TinTuc"] .title-category {
    margin-bottom: 5px !important;
    padding-top: 0;
}

.TinTuc-6 .title-category:after {
    display: none;
}
.VanBan-2 .wd-box-document h4,
.TinTuc-6 .title-category {
    border: none;
}

.title-category a,
.VanBan-2 .wd-box-document h4 a,
.widget-auction .title_catparent h4 a {
    font-size: 16px;
    border: none;
    padding: 10px 6px !important;
    background-color: #f49502;
    color: #fff;
    border-radius: 2px;
    display: block;
}

.Menu-3 .title-category a,
.Marquee-2 .title-category a {
    border-radius: 2px 2px 0 0;
}

.title_catparent::after,
.title-category::after {
    background-color: transparent;
}

.title_catparent::after,
.LienKet-3 .title-category:after,
.VanBan-2 .wd-box-document h4>a:after,
[class*="NoiDung"] .title_catparent::after {
    display: none;
}

.widget-auction .title_catparent h4,
.widget-auction table a,
#widget-data-3 table a,
[class*="NoiDung"] .title_catparent h4 {
    display: block;
}

.tab-widget-17 .title-category a,
.widget-auction .title_catparent > a,
[class*="NoiDung"] .title_catparent h4 > a {
    font-size: 16px;
    border: none;
    padding: 10px 6px !important;
    background-color: #f49502;
    color: #fff;
    border-radius: 2px;
    display: block;
}

.layout-gray .tab-widget-17 .title-category a span {
    padding: 0;
    background-color: transparent !important;
}

.tab-contents {
	padding: 0;
	border: none;
}

[class*="NoiDung"] .page-frm-search,
.widget-auction .page-frm-search {
    row-gap: 12px;
}

[class*="NoiDung"] .table-auction thead th,
.widget-auction thead th {
    min-width: 150px;
}

[class*="NoiDung"] .table-auction thead th:nth-child(2),
.widget-auction thead th:nth-child(2) {
    min-width: 400px;
}

[class*="NoiDung"] .table-auction thead th:first-child,
.widget-auction thead th:first-child {
    min-width: 50px;
}

.TinTuc-1 .title-category,
.LienKet-3 .title-category {
    margin-bottom: 5px !important;
}

.navbar-mobile {
    margin: 2px 0;
}

.navbar-mobile .navbar-toggler {
    padding: 7px 6px;
}

.mainsubnav ul li:last-child {
    border-bottom: none;
}

[class*="NoiDung"] .title_catparent h4 {
    padding: 0;
    margin-bottom: 15px;
}

.page-content .content-meta-title {
    text-align: left;
}

.page-content .content-meta-tacgia .title {
    background-color: unset;
    color: #000;
    text-align: right;
    display: block;
}

.page-content .title {
    padding: 10px 6px;
    color: #fff;
    background-color: #f49502;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-content .print {
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
}

.table-auction-detail {
    text-align: left;
    margin-bottom: 0;
}

.table-auction-detail tr td:first-child {
    min-width: 200px;
}

.table-auction-detail tr td:last-child {
    min-width: 500px;
}

.page-content .share {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 25px;
}

.page-content .share .list-social {
    display: flex;
    gap: 12px;
}

.page-content .share .list-social .icon_social {
    display: inline-block;
    padding: 8px;
    border: 1px solid #f2f2f2;
    border-radius: 36px;
    transition: all 0.2s linear;
}

.page-content .show-more {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
}

.page-content .auctions {
    padding-left: 0;
    list-style: none;
}

.page-content .auctions .auction {
    padding: 12px;
	background-color: #f2f2f2;
    border-bottom: 1px solid #dee2e6;
}

.page-content .auctions li:nth-child(even) {
	background-color: #fff;
}

.page-content .auctions li p {
    margin: 0;
}

.widget-auction .auctions .auction .auction-name,
.page-content .auctions .auction-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.widget-auction .auctions .auction .auction-name a,
.page-content .auctions .auction-name a {
    display: block;
    line-height: 1.5;
    color: #7e200f;
    position: relative;
    padding-right: 30px;
    font-size: 15px;
}

.widget-auction .auctions .auction .auction-name a:hover,
.page-content .auctions .auction-name a:hover {
    color: #f49502;
}

.catparent_listitems_other .items {
    border-top: none;
}

.auction .auction-name .new-gif {
    width: auto;
    position: absolute;
    bottom: 2px;
    margin-left: 2px;
}

.page-content .auctions .auction-info {
    display: flex;
    flex-direction: column;
}

.page-content .auctions .auction-info span {
    display: inline-block;
}
.TinTuc-10 .title-category {
    margin-bottom: 5px;
}

.widget-auction .title_catparent h4 {
    line-height: normal;
	padding: 0;
	margin-bottom: 5px;
}

.customer-slider-gallery .gallery-thumb-item {
    width: 50%;
}

.layout-gray .tab-widget-17 .title-category a::before {
    border: none !important;
}

.TinTuc-17 .tabs-widget .cstab-button li a span {
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
}

.TinTuc-17 .article-thumbnail {
    border-radius: 0;
}

.TinTuc-17 .article-thumbnail img {
    border-radius: inherit !important;
}

.body-template-1 .tab-widget-17 .cstab-button li a::after {
    border-color: #fff;
}

.LienKet-3 .right-adver-portal.wd-links {
    border: none;
}

[class*="NoiDung"] .LienKet-3 .title-category {
    border: none;
    margin-bottom: 0 !important;
}

[class*="NoiDung"] .LienKet-3 .title-category a {
    border-radius: 2px 2px 0 0;
}

[class*="NoiDung"] .LienKet-3 .accordion {
    border: 1px solid #f49502;
    border-top: 0;
}

.LienKet-3 .title-category:after {
    background-color: unset;
}

.LienKet-3 .title-category a {
    width: 100%;
}

[class*="NoiDung"] .box-document {
	margin-top: 5px;
}

[class*="NoiDung"] #form-document .page-frm-search{
	margin-top: 5px;
}

.formLienHe p {
    margin: 0;
    padding: 0;
}

.formLienHe .item {
	margin-bottom: 10px;	
}

.page-content table .auction-files .files {
    margin-bottom: 0;
}

.menu .nav-top .navbar-nav .nav-link.active {
    background-color: var(--secondary);
}

.menu .nav-top .navbar-nav li:hover > a {
    background-color: var(--primary) !important;
}

[class*="NoiDung"] .main-content > div {
    background-color: #fff;
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
}

[class*="NoiDung"] .main-content > div:nth-child(odd) {
    background-color: #f2f2f2
}

[class*="NoiDung"] .main-content > div:first-child {
    color: #2361A1;
    font-weight: 600;
    font-size: 16px
}

[class*="NoiDung"] .main-content .auction-files .files {
    margin-bottom: 0;
    padding-left: calc(1rem / 2 + 6px);
}

[class*="NoiDung"] .main-content .submission-time,
[class*="NoiDung"] .main-content .auction-start {
    color: #7e200f;
    line-height: 25px;
    font-weight: 700;
}

.widget-auction .auctions {
    padding-left: 0;
    list-style: none;
}

.widget-auction .auctions .auction {
    padding: 12px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dee2e6;
}

.widget-auction .auctions .auction .auction-info {
    display: flex;
    flex-direction: column;
}

.widget-auction .auctions .auction:nth-child(even) {
    background-color: #fff;
}

.widget-auction .auctions .auction p {
    margin: 0;
}

.widget-auction .auctions .auction .submission-time span,
.widget-auction .auctions .auction .auction-start span,
.NoiDung-1 .auctions .auction .submission-time span,
.NoiDung-1 .auctions .auction .auction-start span {
    color: var(--secondary);
    font-weight: 700;
}

.widget-auction .auctions .auction .starting-price span,
.NoiDung-1 .auctions .auction .starting-price span {
     color: var(--secondary);
    font-weight: 700;
}

#widget-data-3 .paging .card-footer {
    border-top: none;
}

.Marquee-2 .card-items a {
    display: block;
}

.NoiDung-1 .listitems_other_right .line-clamp-2 {
    max-height: unset
}

.NoiDung-1 .listitems_other_right a {
    display: block;
    padding: 0;
}

[class*="NoiDung"] table, [class*="NoiDung"]  table th, [class*="NoiDung"]  table td {
    border: 1px solid #9a9a9a;
}

[class*="NoiDung"] table th, [class*="NoiDung"] table td {
    padding: 5px;
}

@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;
    }
}

@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;
    }

    .menu .navbar-nav {
        gap: 4px;
    }

    .menu .nav-top .navbar-nav li {
        font-weight: 500;
    }

    .menu .nav-top .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 10px;
    }

    .layout-gray .nav-top .navbar-nav .nav-link {
        border: none !important;
    }

    .form-search-header {
        margin: 0;
    }

    .navbar-desktop .box-search-nav {
        display: block !important;
        right: 0;
        width: 250px;
    }

    .navbar-desktop .form-search-header button {
        position: relative;
        z-index: 5;
        color: #000;
        padding: 10px 12px;
    }

    .wd-section-menu .form-search-header .txt-form-search {
        padding-right: 40px;
    }

    .widget-auction .title_catparent h4 {
        padding: 0;
    }

    .page-frm-search {
        margin-top: 15px;
        row-gap: 15px;
    }

    #widget-data-3 .page-frm-search > div:first-child {
        width: 50%;
    }

    #widget-data-3 .page-frm-search > div:nth-child(2) {
        width: 50%;
    }

    #widget-data-3 .page-frm-search > div:last-child {
        width: 100%;
    }

    .widget-auction .paging .card-footer {
        background-color: #fff;
        border: none;
        padding-left: 0;
    }
	
	.widget-auction .table-auction td a {
        text-align: justify;
    }

    .mainsubnav {
        margin-top: 0;
    }

    .mainsubnav ul {
        border: 1px solid #f49502;
    }

    .mainsubnav ul li {
        border: none;
        padding: 0px 12px;
    }

    .mainsubnav ul li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    .mainsubnav ul li a {
        padding: 8px 0;
    }

    .Marquee-2 .list-items-small {
        border: 1px solid #f49502;
        padding: 10px 12px 0 12px;
    }

    .Marquee-2 .wd-contents {
        position: relative;
    }

    .Marquee-2 .btn-showmore {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .Marquee-2 .btn-showmore a {
        border: none;
        color: #fff;
        padding: 0;
    }

    .Marquee-2 .btn-showmore a u::after {
        display: none;
    }

    footer > div > .container {
        padding: 12px;
    }

    .page-content .nav-breadcrumb {
        margin-bottom: 15px;
    }

    .page-content .breadcrumb {
        text-transform: initial;
        font-weight: 400;
        padding: 0;
        border: none;
    }

    .page-content table {
        margin-bottom: 0;
    }

    .page-content table td p:last-of-type {
        margin: 0;
    }

    .page-content table .auction-name {
        background-color: #f7f7f7;
        color: #2361a1;
        font-size: 18px;
        font-weight: 500;
    }

    .page-content table .img-aucion img {
        width: 100%;
        object-fit: cover;
    }

    .page-content .main-content {
        margin-bottom: 0px;
    }

    [class*="NoiDung"] .table-auction thead th,
    .widget-auction thead th {
        min-width: auto;
    }

    [class*="NoiDung"] .table-auction thead th:nth-child(2),
    .widget-auction thead th:nth-child(2) {
        min-width: auto;
    }

    [class*="NoiDung"] .table-auction thead th:first-child,
    .widget-auction thead th:first-child {
        min-width: auto;
    }

    .table-auction-detail tr td:first-child {
        min-width: auto;
    }

    .table-auction-detail tr td:last-child {
        min-width: auto;
    }

    .tab-widget-17 .cstab-button, .tab-widget-18 .cstab-button {
        top: 0;
    }
	
	.tab-contents .tabs-list-items .card-body {
		margin-top: 0px;
	}

    .banner-container {
        padding: 0;
    }
    
    .header_banner .banner-title .title {
        margin-left: 0;
    }

    .widget-auction .auctions .auction .auction-info,
    .page-content .auctions .auction-info {
        flex-direction: row;
        gap: 15px;
    }

    .page-content .auctions .auction-info > * {
        flex-basis: calc((100% - (15px / 2)) / 3)
    }

    .page-content .auction-info .location {
        min-width: 210px;
    }

/*    .page-content .auction-info .submission-time,
    .page-content .auction-info .auction-start {
        min-width: 225px;
    }*/
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
