:root {
    --bg-primary: #ab1c21;
    --bg-sub-primary: #b73239;
    --bg-opacity-primary:#a9363b14;
    --color-primary: #333;
    --color-in-bg: #fff;
    --colorTextHover: #ffde02;
    --color-default-hover: #0587db;
    --bg-primary-title-widget: #b73239;
    --fs-title-normal: 15px;
    --fs-title-cate:18px;
    --fs-title-medium: 24px;
    --bg-colorsub-primary:#0587db;
    --bg-colorsub-opacity-primary:#2fa2ea57;
}

@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;
}

@font-face {
    font-family: Merriweather;
    src: url(/Client/font/Merriweather-Regular.ttf);
}

@font-face {
    font-family: MerriweatherLight;
    src: url(/Client/font/Merriweather-Light.ttf);
}

@font-face {
    font-family: MerriweatherBold;
    src: url(/Client/font/Merriweather-Bold.ttf);
}

@font-face {
    font-family: MerriweatherBlack;
    src: url(/Client/font/Merriweather-Black.ttf);
}

html,
body {
    font-family: 'Inter', sans-serif;
    font-size: var( --fs-title-normal);
}
body a{
    font-weight: 700;
    color: #333;
    transition: font-weight 0.3s ease;
    display: inline-block;
}
a:hover {
    color: var(--color-default-hover);
    text-decoration: none;
    font-weight: 800;
}

/* 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;
}

.view-data-widget a img{
    /* border-radius: 8px; */
}


.wrapper {
    z-index: 1;
    position: relative;
}
body:before {
    /* content: '';
    display: block;
    position: absolute;
    top: 400px;
    right: 0;
    width: 50%;
    height: 920px;
    z-index: 0;
    background-image: url('/Client/image/bg-cau-trang-tien-trans.png'); */
}


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
}

/* body .wrapper {
    background-image: url(/Client/image/bg-left-cau-trang-tien-trans.png);
    background-position-x: left;
    background-position-y: 85%;
    background-size: 70%;
    background-repeat: no-repeat;
}
 */

/*---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;
}


.nav-top {
    background: var(--bg-primary);
}
.nav-top .nav-link {
    font-weight: 700;
 }
 .nav-top .nav-link:hover
 {
     color: var(--colorTextHover) !important;
 }

 .nav-top.sticky {
    background: var(--bg-primary);
}
.nav-top .navbar-nav .nav-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
}

.header-nav {
    width: 100%;
    background-color: #0a5493;
    background-image: url(/view-file/?id=MTY2MTQ4fFRUVERU0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav-top {
    background-color: transparent !important;
}

.navbar-nav>.nav-item>.nav-link{
    overflow: hidden;
    transition: transform 0.3s ease;
}
.navbar-nav>.nav-item>.nav-link:hover {
    transform: scale(1.1);
}

.banner-slider>.container {
    max-width: 100%;
    padding: 0px;
}


.banner-slider{
   overflow: hidden;
}

.body-template-1 .banner-slider .LienKet-5>section {
   margin: 0px !important;
   padding: 0px !important;
}

.banner-top-slider .adv-item-link-desc {
    max-width: 900px;
    line-height: 36px;
    bottom: 120px;
    position: absolute;
}

/* .header-nav .Menu-1 {
    margin-left: 25px;
    width: 98%;
} */
/*---END FULL header footer----*/

.tabs-list-items a.card-title {
    color: #333;
    -webkit-line-clamp: 3;
    max-height: 75px;
    text-align: justify;
}

.tabs-list-items a.card-title:hover{
    color: var(--color-default-hover);
}

.TinTuc-23 .main .article-image:hover + .article-info .article-title, .TinTuc-23 .main .article-title:hover {
    color: var(--color-default-hover);
}

.form-search-header {
    overflow: inherit;
    margin-right: -10px;
}

.layout-wd-6 .form-search-header .txt-form-search{
    margin: 0px !important;
    padding: 6px 10px;
    background-color: var(--bg-sub-primary) !important;
}

.form-search-header button {
    background: var(--bg-sub-primary) !important;
}
.form-search-header button i{
    color: #fff;
}

.navbar-desktop .box-search-nav {
    top: 0px;
    bottom: 0px;
    z-index: 5;
    min-width: 200px;
    margin: auto;
    display: flex !important;
    align-items: center;
    opacity: 1;
    cursor: pointer;
    right: 30px;
}

.layout-wd-6 .navbar-desktop .box-search-nav input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent !important;
    border: 1px solid #a9c9d9;
    height: 37px;
}
.navbar-desktop button {
    z-index: 9;
    background-color: #2f71ad !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border: 1px solid #a9c9d9;
    border-left-width: 0px;
    
}

.navbar-desktop:hover  .box-search-nav {
    width: 200px;
    opacity: 1;
}

.navbar-desktop-banner .header_banner_body .header_banner_login{
    margin-right: 0px;
}

/*---- box-wg-container -----------------*/
.box-wg-container.box-wg-bd .widget-wrapper,
.box-wg-container.box-wg-bd .wd-r-category,
.box-wg-container.box-wg-bd section.wd{
    padding: 10px;   
}

.box-wg-container h4::after {
   display: none;
}

.box-wg-container.box-wg-bd .widget-wrapper,
.box-wg-container.box-wg-bd .wd-r-category,
.box-wg-container.box-wg-bd section.wd{
    border: 1px solid var(--bg-opacity-primary);
    border-radius: 8px;
    height: 100%;
}

.box-wg-container h4 {
    margin-bottom: 15px !important;
}

.box-wg-container h4 a{
    padding: 8px 0px !important;
    position: relative !important;
    width: 100%;
    max-width: 100% !important;
    
}

.box-wg-container h4 a::before{
    content: '';
    display: block;
    background-color: var(--bg-primary);
    height: 22px;
    width: 4px;
    position: absolute;
    
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.box-wg-container h4 a::after{
    content: '';
    display: block;
    background-color: #dd18233d !important;
    height: 1px !important;
    width: 100% !important;
    position: absolute;
    bottom: -5px !important;
    border-left: none !important;
    border-width:0 !important ;
}

.box-wg-container h4 .widget-title-name{
    font-size: var(--fs-title-normal);
    padding-left: 10px;
    color: var(--bg-primary);
}

/*----END box-wg-container -----------------*/

/*----Tab tab-wg-container -----------------*/
.body-template-1 .tab-wg-container h4{
    padding: 8px 15px !important;
}

.tab-wg-container .tab-button-outer h4 a::before{
    content: '';
    display: block;
    background-color: var(--bg-primary);
    height: 22px;
    width: 4px;
    position: absolute;    
    top: 0;
    bottom: 0;
    margin: auto 0;    
}

.tab-wg-container .tab-button-outer h4 a::after{
    content: '';
    display: block;
    background-color: #dd18233d !important;
    height: 1px !important;
    width: 100% !important;
    position: absolute;
    bottom: -10px !important;
    border-left: none !important;
    border-width:0 !important ;
}

.tab-wg-container .cstab-button { 
    right: 10px;
    bottom: 0;
    top: 0px;
    margin: 5px auto;
}

.tab-wg-container  .title-category a span{
    background-color: transparent !important;
    color: var(--bg-primary);
    font-weight: bold;
    text-transform: uppercase;
}
.tab-wg-container .tab-contents .col-md-7,
.tab-wg-container .tab-contents .col-md-5{
    width: 50%;
}

.tab-wg-container .tab-contents .col-md-5{
   
}
.tab-wg-container .tab-contents .col-md-7{

}

.tab-wg-container  .cstab-button li a{
    padding: 8px 20px !important;
    margin-left: 10px;
    border: 1px solid #fbeaea !important;
    background-color: #ffe4e463;
    border-radius: 5px;
}
.tab-wg-container  .cstab-button li a::after{
    display: none;
}

.tab-wg-container  .cstab-button li a span{
}

.body-template-1 .tab-wg-container .cstab-button li{
    background-color: transparent; 
    height: 40px;
}

.body-template-1 .tab-wg-container .cstab-button li.is-active a {
    background-color: var(--bg-sub-primary) !important;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 700 !important;
}

.body-template-1 .tab-wg-container .cstab-button li.is-active a span {
    font-weight: bold;
}

.tab-wg-container  .tab-contents{
    border: none;
    padding: 15px;
    padding-bottom: 0px;
}

.tab-wg-container  .wd-contents{
    border: 1px solid var(--bg-opacity-primary);
    border-radius: 8px;
}

.TinTuc-17 .tabs-content-larger h5 a {
    font-size: var(--fs-title-medium);
    max-height: 95px;
    -webkit-line-clamp: 3;
}

.tab-wg-container  .card-body-text{
    text-align: justify;
}

.tab-wg-container  .tabs-list-items .col-md-2{
    width: 25%;
}
.tab-wg-container  .tabs-list-items .col-md-10{
    width: 70%;
}

.tab-wg-container  .tabs-list-items .items .card {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg-opacity-primary) !important;
    border-radius: inherit;
}
.tab-wg-container  .tabs-list-items .items:last-child .card {
    border-bottom: none !important;
}

.tab-wg-container .tabs-list-items .items:last-child .card,.tab-wg-container .tabs-list-items .items:last-child .card .card-title {
    margin-bottom: 0px !important;
}

/*----END tab-wg-container -----------------*/
.bg-wd-page{
    background-color: #7ba8c71c;
    margin-bottom: 25px;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-box-page .wd{
    background-color: #7ba8c70f;
}

.wd-mutimedia {
    /* background-color: #7ba8c71c; */
    margin-top: 25px;
    margin-bottom: 25px;
}
.wd-mutimedia .side-news li{
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 8px;
    background-color: #ffffff9c;
}

.DaPhuongTien-3 .widget-wrapper{
    border: 1px solid var(--bg-colorsub-opacity-primary);
    border-radius: 8px;
    padding: 10px;
    padding-top: 0px;
}

.DaPhuongTien-3 .widget-title{
    background-color: #ffffff9c;
}

.DaPhuongTien-3 .widget-title,
.DaPhuongTien-3 .widget-title a{
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
}

.DaPhuongTien-3 .widget-title {
    border-radius: 8px;
    margin: 15px 0px;
    padding: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex;
    align-items: center;
}

.DaPhuongTien-3 .widget-title>a::before{
    content: '\f87c';
    display: block;
    position: absolute;    
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -5px;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 22px;
    color:var(--bg-colorsub-primary)
}

.DaPhuongTien-3 .widget-title>a .widget-title-name{
    padding-left: 35px;
    font-size: 16px;
}


.DaPhuongTien-3  .widget-title-name{
    text-transform: uppercase;
    color: var(--bg-colorsub-primary);
}
.DaPhuongTien-1 .media-types .icon, .DaPhuongTien-3 .media-types .icon {
   
    border-radius: 3px;
}

.DaPhuongTien-1 .widget-title .media-types, .DaPhuongTien-2 .widget-title .media-types, .DaPhuongTien-3 .widget-title .media-types {
    gap: 40px;
}

.TinTuc-23 .article-publish{
 display: none;
}

.mq-h-4 marquee{
    height: 480px !important;
}

.list-item-doc .list-file-doc span {
    display: none;
}
.list-file-doc a {
    border: 1px solid #a9c9d9;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
}
.VanBan-3 .list-file-doc a i, .VanBan-2 .list-file-doc a i {
    color: #638497;
    font-size: 18px;
    margin-right: 5px;
}
.list-file-doc a i::before {
    content: '\f019';
    font-size: 12px;
    color: #0A59AB;
}
.list-file-doc a i::after {
    content: " Táº£i tÃ i liá»‡u";
    font-family: GoogleSans;
    font-weight: normal;
    font-size: 12px;
    color: rgb(10, 89, 171);
}

.Marquee-2 .card-items {
    border-bottom: 1px solid var(--bg-opacity-primary);
}


.TinTuc-6 .list-items-small .card-items {
    border-top: 1px solid var(--bg-opacity-primary);
}

.TinTuc-6 .list-items-small .card-items,
.TinTuc-10 .card-items {
    padding: 10px 0px;
}
.TinTuc-6 .list-items-small .card-title,
.TinTuc-6 .list-items-small .line-clamp-2{
    margin-bottom: 0px !important;
}

.list-items-large .line-clamp-2{
    -webkit-line-clamp: 3;
    max-height: 75px;
}

.list-items-large .line-clamp-2 a{
    font-size: var(--fs-title-cate);
}

.Marquee-3 .marquee-item a,
.TinTuc-10 .list-items-small a {
    position: relative;
    padding-left: 15px !important;
}

.Marquee-3 .marquee-item a::before,
.TinTuc-10 .list-items-small a:before {
    content: '';
    background-color: var(--bg-primary);
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    margin: auto;
    border-radius: 50%;
}

.wd-box-document .title-symbol {
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0px 20px !important;
    align-content: flex-start;
    justify-content: center;
}

.wd-box-document .title-symbol p:nth-child(1) {
    font-size: 15px;
    color: #333;
}
.wd-box-document .title-symbol p:nth-child(2) {
    color: #333;
}

.wd-box-document .title-symbol p:nth-child(2)::before {
    content: '\f073';
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    margin-right: 5px;
    color: #333;
}

.wd-box-document .list-item-doc .items {
    background: #dc354508;
    border-bottom: 1px solid #f5f5f500;
}

.wd-box-document .item-title {
    padding: 8px 0px;
    background-color: var(---bg-sub-primary) !important;
    margin-bottom: 8px;
    border-radius: 5px;
}

.wd-box-document  .list-item-doc .items .p-2 {
    padding: 20px !important;
}

/*----------FOOTER------------*/
.back-to-top {
    background-color: var(--bg-colorsub-primary);
}

.ft-bottom{
    background-image: url(/view-file/?id=MTY2MTQ5fFRUVERU0) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    margin-top: 20px !important;
    padding-top: 30px;
}

.ft-bt-header-body .ft-bt-left .title-footer{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.ft-bt-header-body .ft-bt-left .title-footer .logo-title-footer {
    display: block !important;
    margin-right: 20px;
}

.ft-bt-header-body .ft-bt-left .title-footer .logo-title-footer img {
    width: 65px;
}

.body-template-1 .ft-bt-header-bg-color{
    background: transparent !important;
}

.ft-bt-header-body-bg-img{
    background: transparent !important;
}

.body-template-1 .ft-bt-bottom{
    background-color: transparent !important;
}

.ft-bt-bottom .col-md-12.text-center::before {
    content: '';
    display: block;
    border-top: 1px solid #cccccc7d;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
}

.ft-bottom .ft-bt-left p {
    margin-bottom: 5px;
}
.icon-social a {
    border: 1px solid #65a0f7;
}
.statistical p {
    border: 1px solid #65a0f7;
    
}
.ft-bt-header {
    padding: 25px 15px;
}
.title-footer h4 {
    font-size: 25px;
    font-family: MerriweatherBlack;
    font-weight: 700;
}
.title-footer h4:before {
    content: 'Trang thông tin điện tử';
    display: block;
    font-size: 18px;
    color: #fff;
    font-family: 'Merriweather';
    font-weight: 600;
    margin-bottom: 10px;
}

.ft-bt-left {
	z-index: 1;
}

/*----------END FOOTER------------*/


.sidebar-left .LienKet-1 {
    margin-bottom: 0.5rem;
}

.page-frm-search .btn-widget {
    color: #fff;
}

.Marquee-3 .widget-content .marquee-item{
    border-bottom: 1px solid var(--bg-opacity-primary);
    padding-bottom: 10px;
}

#mn-right .title-category::after{
    display: none !important;
}

#mn-right .accordion-item,
#mn-right .wd-links{
    border: none !important;
    background: transparent !important;
}
#mn-right .title-category > a{
    padding: 10px 0px !important;
    position: relative !important;
    width: 100%;
    max-width: 100% !important;
}
#mn-right .title-category > a span::before{
    content: '';
    display: block;
    background-color: var(--bg-primary);
    height: 22px;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 8px;
}
#mn-right .title-category a span::after {
    content: '';
    display: block;
    background-color: #dd18233d !important;
    height: 1px !important;
    width: 100% !important;
    position: absolute;
    bottom: -5px !important;
    border-left: none !important;
    border-width: 0 !important;
}
#mn-right{
    border: 1px solid var(--bg-opacity-primary);
    border-radius: 8px;
    height: 100%;
}
#mn-right .title-category > a span{
    padding-left: 20px;
}

.work-schedule-header .btn-widget {
    color: #fff;
}

.bg-workschedule-dayofweek {
    background: var(--bg-opacity-primary) !important;
    color: #333;
    padding: 2px 0px !important;
}

.work-schedule .nav-tabs .nav-link.active {
    background: var(--bg-primary);
}

.work-schedule .nav-link {
    color:  var(--bg-primary);
}


.lienket-tuongtac .right-adver-portal{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-template-rows: repeat(3, 1fr);  
  gap: 20px; 
}

.lienket-tuongtac .right-adver-portal .col-md-12 a{
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Container thÃ¡ÂºÂ» A */
.lienket-tuongtac .right-adver-portal  a {
    position: relative;
    text-decoration: none;
    min-height: 65px;
    overflow: hidden;
    padding: 8px 20px;
    padding-right: 75px;
    border: 1px solid #0d6efd40;
    border-radius: 5px;
  }
  
/* ThÃ¡ÂºÂ» IMG mÃ¡ÂºÂ·c Ã„â€˜Ã¡Â»â€¹nh Ã¡ÂºÂ©n Ã¡ÂºÂ£nh nhÃ†Â°ng vÃ¡ÂºÂ«n giÃ¡Â»Â¯ khung hÃƒÂ¬nh */
.lienket-tuongtac .right-adver-portal  img {
	width: 100%;
	height: 100%;
	opacity: 0; /* Ã¡ÂºÂ¨n Ã¡ÂºÂ£nh Ã„â€˜i */
	transition:  all 0.3s ease;
	display: block;
	left: -100%;
	position: absolute;
padding-bottom: 0px;
}
 
.lienket-tuongtac .right-adver-portal   a::before {
	content: attr(title); /* LÃ¡ÂºÂ¥y text tÃ¡Â»Â« alt */
	position: absolute;
	top: 0;
	left: 20px;
	width: 100%;
	height: 100%;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: left;
	font-weight: bold;
	z-index: 10;
	transition: all 0.3s ease;
	text-transform: uppercase;
	padding-right: 75px;
}

.lienket-tuongtac .right-adver-portal   a::after {
	content: '\f0da';
	position: absolute;
	margin: auto ;
	right: 20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	opacity: 1;
}
  /* Khi HOVER vÃƒÂ o thÃ¡ÂºÂ» A: HiÃ¡Â»â€¡n Ã¡ÂºÂ£nh, Ã¡ÂºÂ©n Text */
.lienket-tuongtac .right-adver-portal  a:hover img {
	opacity: 1;
	left: 0;
}

.lienket-tuongtac .right-adver-portal  a:hover::before{
	transform: scale(1.075);
}

.lienket-tuongtac .right-adver-portal  a:hover::after{
	opacity: 0;
} 

.tab-wg-container .title-category a span {
	background-color: transparent !important;
	color: var(--bg-colorsub-primary);
}

.tab-wg-container .tab-button-outer h4 a::before {
	background-color: var(--bg-colorsub-primary);
	border: none;
}

.tab-wg-container .tab-button-outer h4 a::after {  
	background-color: var(--bg-colorsub-opacity-primary) !important;
}

.body-template-1 .tab-wg-container .cstab-button li.is-active a, 
.body-template-1 .tab-wg-container .cstab-button li:hover a {
	background-color: var(--bg-colorsub-primary) !important;
	color: #fff !important;
}


.tab-wg-container .cstab-button li a {
	border: 1px solid var(--bg-colorsub-opacity-primary) !important;
	background-color: var(--bg-colorsub-opacity-primary);
}

.body-template-1 .tab-wg-container .wd-contents {
	border: 1px solid var(--bg-colorsub-opacity-primary);
}

.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-title {       
	font-size: 20px;
    font-family: 'MerriweatherBlack';
	font-weight: bold;
    color: #ffbf00;
    text-shadow: 0px 0px 5px #000;
    padding: 5px 0px;
    z-index: 1;	
}

.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-desc {
	font-size: 15px;
	line-height: 22px;
	padding: 0px 20px;
	color: #ffdb03;
    font-family: 'MerriweatherBlack';
}

.banner-top-slider .adv-item-link-desc {
    max-width: 1110px !important;
    position: relative;
    margin-top: 30px;
    bottom: auto;
	margin-top: 12px;	
}

.header_banner_login a {
    background-color: #2f71ad;
    color: #fff !important;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.header_banner_login a:hover i{
    transform: scale(1.075);
}

.login-sign-out-users .fa-sign-out:before {
    content: 'Đăng xuất';
    font-family: 'Inter';
    font-weight: normal !important;
}

.login-sign-in-users .fa-sign-in:before{
    content: 'Đăng nhập' !important;
    font-family: 'Inter';
    font-weight: normal !important;
}

.header_banner .navbar-desktop-banner>.container,
.item-banner>.container {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-top-slider .adv-items .item-link:after {
    display: none;
}

.banner-top-slider .adv-items a {
    margin: auto;
    display: flex;
}

.layout-wd-6 .btn-widget {
    background-color: #135a96 !important;
    color: #fff !important;
}

.LienKet-10 .accordion-item .accordion-header {
	margin-bottom: 24px;
}

.LienKet-10 .accordion-item .accordion-button {
	font-size: 15px;
}

.banner-desktop {
	display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .navbar-desktop-banner .header_banner_body .header_banner_login{
        display: none;
    }
    .navbar-mobile {
        display: flex;
        justify-content: space-between;
    }

    .form-search-header{
        background-color: transparent;
    }
    .layout-wd-6 .form-search-header .txt-form-search {
        padding: 10px 10px;
        background-color: transparent !important;
    }
    .form-search-header button {
        background: #095189 !important;
        margin-left: -5px;
    }

    .lienket-tuongtac .right-adver-portal {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 10px;
    }

    .lienket-tuongtac .right-adver-portal a {
        min-height: 55px;
        padding: 8px 10px;
        padding-right: 75px;
        font-size: 12px;
    }

    .list-items-category .col-md-5 {
        padding: 0px;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .header_banner .bg-banner img, .header_banner.fixfull .bg-banner img {
        min-height: 75px;
    }
    

    .TinTuc-8 .items-small {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0px 10px;
        height: initial !important;
        display: flex;
        flex-direction: row;
    }
    .TinTuc-8 .items-small .card-img {
        height: inherit;
        min-height: inherit;
        max-height: initial;
        margin-bottom: 8px;
        width: 33%;
    }
    .TinTuc-8 .items-small .desc-position-index {
        width: 65%;
        margin-left: 8px;
    }
    .TinTuc-8 .items-large::before {
        width: 96%;
    }

    .TinTuc-13 .items-card .card-img {
        width: 33%;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .TinTuc-13 .items-card .card-body {
        width: 65%;
        margin-left: 8px;
    }
    .TinTuc-13 .items-card{
        display: flex;
        margin-bottom: 8px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfdfdf;
        padding-top: 8px;
    }

    .TinTuc-8 .widget-title-name, .TinTuc-10 .widget-title-name, .VanBan-2 .wd-box-document .widget-title-name, .TinTuc-10 .card-title .widget-title-name {
        padding-left: 5px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
	
    /* .ft-bottom {
        background-image: url(/Client/image/bg-footer-blue.jpg) !important;
        background-size: cover;
        background-repeat: no-repeat !important;
        background-position: 10% center !important;
        background-color: #0062fb;
    } */

    .Marquee-0 .nav-marquee{
        padding-bottom: 30px;
        position: relative;
    }

    .Marquee-0 .nav-marquee-items{
        position: absolute;
        bottom: 0;
        border-radius: 5px;
        background-color: #ffffff;
        padding: 5px 8px;
    }
    
    .menu {
       
        margin-top: -8px;
    }
    .nav-items-line .col-md-9 {
        width: 33.3%;
    }
    .nav-items-line .col-md-3 {
        width: 66.6%;
    }

    .tab-wg-container .tab-contents .col-md-5, .TinTuc-17 .tab-contents .col-md-7 {
        width: 100%;
    }

    .wd-mutimedia .widget-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .wd-mutimedia .widget-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .wd-mutimedia  .media-types{
        margin-top: 20px;
    }

    .wd-mutimedia .media-types li a {
        display: flex;
        flex-direction: column;
    }

   .TinTuc-6 .list-items-large .line-clamp-2 {
        margin-top: 10px !important;
    }
}

@media only screen and (min-device-width: 1360px) and (max-device-width: 1900px){
    .header_banner .banner-container img {
        width: 100%;
    }
}

.navbar-desktop-banner {
    display: none;
}

@media(min-width: 576px) {
	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-title {       
		font-size: 22px;
	}

	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-desc {
		font-size: 16px;
	}
}

@media(min-width: 768px) {
	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-title {       
		font-size: 28px;
	}

	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-desc {
		font-size: 20px;
		line-height: 1.5;
	}

	.banner-top-slider .adv-item-link-desc {
		margin-top: 20px;
	}
}

@media(min-width: 1024px) {
	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-title {       
		font-size: 36px;
	}

	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-desc {
		font-size: 20px;
	}

	.banner-top-slider .adv-item-link-desc {
		margin-top: 20px;
	}
}

@media(min-width: 1170px) {
    .navbar-desktop-banner,
	.banner-desktop {
        display: block;
    }

	.banner-mobile {
		display: none;
	}

	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-title {       
		font-size: 40px;
	}

	.LienKet-5 .list-items-category .adv-items .item-link .adv-item-link-desc {
		font-size: 24px;
	}

	.banner-top-slider .adv-item-link-desc {
		margin-top: 20px;
	}
    
    .Menu-5 .desktop .level-1 {
        gap: 30px;
    }

    .Menu-5 .desktop ul li.home a {
    padding-inline: 16px;
}

    .Menu-5 .desktop ul a {
        font-weight: 400;
    }
    
    .Menu-5 .desktop .level-1 > li > a,
    .Menu-5 .desktop .level-1 > li > i {
        transition: transform 0.3s ease;
    }
    
    .Menu-5 .desktop .level-1 > li:hover > a {
        transform: scale(1.1);
        color: var(--colorTextHover);
    }
    
    .Menu-5 .desktop .level-1 > li:hover > i {
        transform: scale(1.2) translateY(-2px) translateX(5px);
        color: var(--colorTextHover);
    }
    
    
    .Menu-5 .desktop .level-1 > li::after {
        display: none !important;
    }
}

@media(min-width: 1400px) {
	.TinTuc-23 .main {
		width: 60%;
	}
}