/**
 * Styles for bat-dong-san post type
 */

/*************** ADD MOBILE ONLY CSS HERE  ***************/

@media only screen and (max-width: 896px) {
    #flags.size24 a,
    .tool-container .tool-items a,
    a.single-language span.size24 {
      width: 10px !important;
      height: 10px !important;
    }
    #flags li {
      width: 50%;
    }
    .header-main #menu-mobile-menu li.html.custom {
      display: flex;
    }
    #menu-mobile-menu #flags {
      width: 57px !important;
    }
    #menu-mobile-menu .html_topbar_right a {
      color: #fff !important;
      font-size: 16px;
    }
    .sodt {
      display: none;
    }
    .taibanggia-fixed .icon-play {
      display: none;
    }
  
    .sidebar-fixed-project .taibanggia-fixed {
      display: flex;
      font-size: 12px;
    }
    .custom-show-post .box-image {
      height: 85px;
    }
    .is-large,
    .related-news .item-news h3.title {
      font-size: 0.85em;
    }
    time,
    .item-news .time {
      font-size: 0.65rem;
    }
    .custom-show-post h5 {
      margin-bottom: 0;
      line-height: 18px;
    }
    .item-news h3.title {
      margin-bottom: 0;
      line-height: 18px;
    }
    .pagenavi {
      /* display: inline-table; */
    }
    .transparent #logo img,
    .stuck #logo img,
    #logo img {
      /* width: 80%; */
      /* height: 60px; */
    }
    #logo svg {
      width: auto;
    }
  
    .header-wrapper.stuck #logo {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    .top-divider {
      border-top: none;
    }
    i.icon-search,
    i.icon-menu {
      color: #fff;
    }
    #masthead .panel-menu, #menu-mobile-menu {
        justify-content: center;
        align-items: center;
    }

  }
  
  /*Medium devices (tablets, 897px and up)*/
  @media (min-width: 897px) and (max-width: 991.98px) {
    .nav-size-large > li > a {
      font-size: 13px;
    }
    li.html.custom.html_topbar_right {
      display: none;
    }
    .menu-item i._mi {
      font-size: 0.8em;
    }
  }
  /*Large devices (desktops, 992px and up)*/
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-size-large > li > a {
      font-size: 13px;
    }
    li.html.custom.html_topbar_right {
      display: none;
    }
    .menu-item i._mi {
      font-size: 0.8em;
    }
  }

/* Header styles */

#header.has-transparent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

#header:before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    right: 0;
    background: #003070;
}

.header.transparent .header-wrapper, .header.transparent .header-bg-image, .header.transparent .header-bg-color, .header.transparent .header-bottom {
    background-color: transparent !important;
}

.container-width, .full-width .ubermenu-nav, #masthead .container, .row {
    max-width: 1250px;
}

#singel-duan #logo, #page-blank-main #logo {
    width: 260px !important;
    text-align: center;
    position: relative;
}

#logo svg {
    width: 260px;
}

#logo #bg-logo-custom {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 69%;
    text-align: -webkit-center;
}


.menu-mobile-da {
    display: none;
}

.menu-single-duan {
    font-size: 18px;
}
.stuck .header-main .nav > li > a {
    line-height: 25px !important;
}
.header-nav li.active a:before, .header-nav li:hover a:before {
    visibility: visible;
    transform: scaleX(1);
}

.header-nav li:hover a, .header-nav li.active a {
    color: var(--main-menu-color);
    font-weight: 600;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.header-nav li a:before {
    content: "";
    position: absolute;
    width: 95%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: var(--main-menu-color-hover);
    visibility: visible;
    transform: scaleX(0);
    transition: all 0.3s;
    margin-left: 2.5%;
}

.menu-single-duan li .far, .menu-single-duan li .fas {
    padding-right: 5px;
}

#singel-duan #logo img, #page-blank-main #logo img {
    padding: 3px;
    max-height: 58px;
}

#masthead.nav-dark ul.header-nav-main > li > a > i:not(.icon-angle-down) {
    color: hsla(0, 0%, 100%, 0.8) !important; 
}
#masthead.nav-dark ul.header-nav-main > li > a > i:not(.icon-angle-down):hover {
    color: #fcb238 !important; 
}

.nav-dark .nav>li>a:hover {
    color: #fff;
}
/* #masthead .flex-row.container{
    height: auto;
} */

@media (min-width: 720px) {
    nav#mobile-nav {
      display: none;
    }
  }
  /* start bottom mobile menu */
  nav#mobile-nav {
    color: #fff;
    position: fixed;
    z-index: 1;
    inset: auto 0 0 0;
    width: 100%;
    --w-h-item: 60px;
    --position-x-active: calc(100vw / 2 - var(--w-h-item) / 2);
    --active-top: -2vh;
  }
  nav#mobile-nav ul {
    padding-left: 5vw;
    padding-right: 5vw;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, var(--w-h-item));
    grid-template-rows: var(--w-h-item);
    justify-content: space-between;
  }
  nav#mobile-nav .bg-menu-footer {
    bottom: -3vw;
    position: absolute;
    /* left: -2px; */
    /* right: -2px; */
  }
  nav#mobile-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    transition: 0.5s;
    color: #002f70;
    margin: 0;
    z-index: 1;
  }
  nav#mobile-nav ul li:last-child {
    font-size: 9vw;
  }
  @keyframes phone-ring {
    0% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1)
        skew(1deg);
    }
    10% {
      -webkit-transform: translateY(var(--active-top)) rotate(-25deg) scale(1)
        skew(1deg);
    }
    20% {
      -webkit-transform: translateY(var(--active-top)) rotate(25deg) scale(1)
        skew(1deg);
    }
    30% {
      -webkit-transform: translateY(var(--active-top)) rotate(-25deg) scale(1)
        skew(1deg);
    }
    40% {
      -webkit-transform: translateY(var(--active-top)) rotate(25deg) scale(1)
        skew(1deg);
    }
    50% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1)
        skew(1deg);
    }
    100% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1)
        skew(1deg);
    }
  }
  @keyframes phone-zoom {
    0% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1)
        skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1.3)
        skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: translateY(var(--active-top)) rotate(0) scale(1)
        skew(1deg);
      opacity: 0.6;
    }
  }
  nav#mobile-nav ul li.active {
    animation: phone-ring 1s ease-in-out infinite;
    color: #fff;
  }
  nav#mobile-nav ul li.active a {
    color: #fff;
  }
  nav#mobile-nav .effect {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: calc(var(--w-h-item));
    z-index: -1;
  }
  nav#mobile-nav .effect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: var(--w-h-item);
    width: calc(var(--position-x-active) - 3vw);
    /* background-color: #fff; */
    content: "";
    border-top-right-radius: 8vw;
    transition: 0.5s;
  }
  nav#mobile-nav .effect::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: var(--w-h-item);
    width: calc(100% - var(--position-x-active) - var(--w-h-item) - 3vw);
    content: "";
    /* background-color: #fff; */
    border-top-left-radius: 8vw;
    transition: 0.5s;
  }
  nav#mobile-nav .effect .circle {
    position: absolute;
    width: var(--w-h-item);
    height: var(--w-h-item);
    background-color: #fa8322;
    left: calc(var(--position-x-active));
    border-radius: 50%;
    transform: translateY(var(--active-top));
  }
  nav#mobile-nav .effect .circle-fill {
    position: absolute;
    width: var(--w-h-item);
    height: var(--w-h-item);
    background-color: rgba(230, 225, 225, 0.8);
    border-radius: 50%;
    left: var(--position-x-active);
    animation: phone-zoom 2.3s infinite ease-in-out;
    z-index: -1;
    border: solid 1px #fa8322;
  }
  nav#mobile-nav .effect .circle::before {
    position: absolute;
    left: -3.2vw;
    right: -3.2vw;
    content: "";
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    /* box-shadow: 0 12vw 0 7vw #fff; */
    bottom: -2.7vw;
  }
  /* End bottom mobile menu */

  /* Mobile menu bottom - option2 */
	@keyframes zoom {
        70% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
    }
        #azt-contact-footer-outer {
        display: none;
    }
    @media only screen and (max-width: 850px) {
        #azt-contact-footer-outer {
            display: block !important;
        }
        #azt-contact-footer-outer {
        position: fixed;
        width: 100%;
        z-index: 100 !important;
        bottom: 0;
        /* background-color: white; */
    }
    #azt-contact-footer
     {
        border-bottom: 12px solid #fff;
        display: flex;
        max-width: 1200px;
        margin: auto;
        position: relative;
        padding-top: 5px;
    }
    #azt-contact-footer>a {
        position: relative;
        display: block;
        width: 25%;
        text-align: center;
        padding: 11px 0 0;
        color: #313131;
    }
    #azt-contact-footer>a img {
        height: 30px;
        width: 30px;
        vertical-align:middle;
    }
    #azt-contact-footer span {
        display: block;
    }
    .azt-contact-footer-btn-label {
        padding: 0 2px;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 700;
    }
    #azt-contact-footer-btn-center {
        position: relative;
        background: 0 0 !important;
    }
    .azt-contact-footer-btn-center-icon {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        background-image: linear-gradient(92.83deg, #f90000 0, #950099 100%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: -28px;
        text-align: center;
        box-shadow: rgb(0 0 0 / 15%) 0 -3px 10px 0px;
        border: 2px solid #fff;
    }
    .phone-vr-circle-fill {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        box-shadow: 0 0 0 0 #0e68c8;
        border: 2px solid transparent;
        transition: all .5s;
        animation: zoom 1.3s infinite;
    }
    .azt-contact-footer-btn-center-icon img {
        max-width: 20px;
        height: auto !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #azt-contact-footer-btn-center .azt-contact-footer-btn-label
     {
        position: absolute;
        left: 50%;
        bottom: 2px;
        transform: translateX(-50%);
    }
    #azt-contact-footer-btn-center .azt-contact-footer-btn-label>span {
        padding: 0 8px;
        background-image: linear-gradient(92.83deg, #0e68c8 0, #02a4a5 100%);
        border-radius: 30px;
        color: #fff;
        display: inline-block;
    }
    #azt-contact-footer:after {
        content: "";
        position: absolute;
        pointer-events: none;
        background: url(../img/mb-footer-bg.svg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        box-shadow: unset;
        height: 65px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    #widget-left{
        display: none !important;
    }
    }
    /* End Mobile menu bottom - option2 */

/* Left widget */
@keyframes mymove {
    from {
      top: 0px;
    }
    to {
      top: -1200px;
      opacity: 0;
    }
  }
@keyframes mymove1 {
    from {
      bottom: -1200px;
    }
    to {
      bottom: 0;
    }
  }
#widget-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 120px;
    left: 10px;
    flex-direction: column;
    z-index: 10;
}
#widget-left .close {
    background: var(--leftwidget-color);
    color: #fff;
    position: absolute;
    bottom: -56px;
    left: -2px;
}
#widget-left .close:before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 2px solid var(--leftwidget-border-color);
    border-radius: 15%;
    content: "";
}
#widget-left .close i {
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 7px;
}
.close2 {
    display: none;
}
#widget-left .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    border-radius: 25px;
    background: var(--leftwidget-color);
    width: 35px;
    height: 35px;
    color: #fff;
}
#widget-left .item:before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 2px solid var(--leftwidget-border-color);
    border-radius: 50%;
    content: "";
}

#widget-left .subscribe {
    -webkit-animation: gradientBG 3s ease infinite;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    animation: gradientBG 3s ease infinite;
    margin: 8px 0;
    border-radius: 25px;
    /* background: -o-linear-gradient(45deg, #003070d9, #003070d9);
    background: linear-gradient(45deg, #003070d9, #003070d9); */
    background:var(--leftwidget-color);
    background-size: 400% 200%;
    padding: 18px 0;
    width: 35px;
}
#widget-left .subscribe:before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 2px solid var(--leftwidget-border-color);
    border-radius: 39px;
    content: "";
}
#widget-left .subscribe span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-text-orientation: mixed;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    white-space: nowrap;
}
#widget-left .mdi {
    font-size: 20px;
}
#widget-left .item .brochure, #widget-left .item .hotline {
    height: 28px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 100%;
    flex-wrap: wrap;
    align-items: center;
    transform: translateX(20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    margin-left: 18px;
    background: var(--leftwidget-color);
    padding: 5px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}
#widget-left .active {
    transition: 0.5s;
    animation: mymove 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
#widget-left .active1 {
    transition: 0.5s;
    animation: mymove1 2s;
}
#widget-left .item:hover .brochure,
#widget-left .item:hover .hotline {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  background: var(--leftwidget-color);
  color: #fff;
  border-radius: 5px;
    padding: 2px;
}
#widget-left .item .brochure a, #widget-left .item .hotline a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px;
    max-width: 100%;
}
#widget-left .item .hotline a {
    color: white;
    font-weight: bolder;
}
#widget-left .item .brochure:before, #widget-left .item .hotline:before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 2px solid var(--leftwidget-border-color);
    border-radius: 5px;
    z-index: -1;
}


/* End Left widget */


  /* main menu mobile */
  .mobile-nav.nav-left > li > a {
    color: #fff;
  }
  .panel-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100% !important;
    width: 100%;
    background: var(--fs-color-primary);
    visibility: visible;
    display: none;
    opacity: 0.98;
    align-items: center;
    justify-content: center;
  }
  .panel-menu .menu-mobile {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    box-shadow: 5px 0 2px -2px rgba(0, 0, 0, 0.2);
    left: 0;
    display: none;
    clear: both;
    border-width: 1px 0 0 0;
    z-index: 3;
    /* list-style: none;
    border-style: solid;
    border-color: #dddddd; */
    overflow: scroll;
    background: var(--fs-color-primary);
    align-items: center;
    justify-content: center;
  }
  .menu-mobile a {
    /* background-color: white; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 50px;
    border-width: unset;
    border-style: none;
    border-color: #fff;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(102, 102, 102, 0.85);
    width: 80%;
  }
  .menu-mobile.nav-sidebar.nav-vertical > li + li {
    border: none;
  }
  .menu-mobile.nav-sidebar.nav-vertical > li > a {
    font-size: 1.7em;
    color: #fff;
    justify-content: center;
    line-height: 39px;
    padding-left: 0px !important;
  }
  .menu-mobile.nav-sidebar.nav-vertical > li > a > i {
    opacity: 1;
    font-size: 20px;
    padding-right: 5px;
  }
  
  .open .sub-menu {
    display: block;
  }
  #tb-close {
    text-align: right;
    padding-top: 11vh;
    font-size: 5vw;
    height: 100%;
    color: #fff;
    position: absolute;
    z-index: 3;
    left: 47%;
  }
  #tb-close > i {
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 7px 9px;
    height: 36px;
    width: 36px;
  }
  .menu-mobile ul li {
    border-bottom: 1px solid #eee;
  }
  .sidebar-menu .nav-sidebar.nav-vertical, #masthead #menu-mobile-menu.nav-sidebar.nav-vertical {
    flex-flow: wrap;
}

.header-nav li:nth-last-child(2),
.header-nav li:last-child {
  margin-left: 5px !important;
  margin-right: 0 !important;
}
/* .nav-sidebar.nav-vertical.nav-anim li:nth-last-child(3),
.nav-sidebar.nav-vertical.nav-anim li:nth-last-child(4) {
  width: auto;
  left: calc(100vw / 3.3);
} */
@media(max-width: 719px) {
  #main-menu ul.nav-sidebar, #main-menu ul.nav {
    text-align: center;
    display: inline-block;
}

  ul.nav-vertical li:has(a[data-gt-lang]) {
      display: inline-block;
      width: auto;
}
}
#menu-mobile-menu.nav-sidebar.nav-vertical li:nth-last-child(1),
#menu-mobile-menu.nav-sidebar.nav-vertical li:nth-last-child(2) {
  width: auto;
  padding: 0 7vw;
}
.nav-sidebar.nav-vertical li:nth-last-child(3) > a:empty,
.nav-sidebar.nav-vertical li:nth-last-child(4) > a:empty {
  display: none;
}
.sidebar-menu .nav-sidebar.nav-vertical,
#masthead #menu-mobile-menu.nav-sidebar.nav-vertical {
  flex-flow: wrap;
}

/* end main menu mobile */

/* Single duan styles */
#single-duan .header-wrapper.stuck #masthead {
    background: var(--bg-color-header, rgb(0, 48, 112));
}

.header:not(.transparent) .header-nav.nav>li>a {
    color: var(--color-text, rgb(255, 255, 255));
}

#single-duan .header-wrapper.stuck {
    border-top: 5px solid var(--bg-color-header-top, rgb(0, 48, 112));
}

#single-duan #header:before {
    background: var(--bg-color-header, rgb(0, 48, 112));
}

#footer-duan {
    background: var(--bg-color-footer, rgb(11, 52, 89)) !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan h1,
#footer-duan h2,
#footer-duan h3,
#footer-duan h4,
#footer-duan h5,
#footer-duan h6,
#footer-duan .heading-font,
#footer-duan a {
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan .section-bg.fill.bg-fill {
    background: var(--bg-color-footer, rgb(11, 52, 89)) !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan .absolute-footer {
    background-color: var(--bg-color-copyright, rgb(11, 52, 89)) !important;
}

/* Mobile styles */
@media(max-width: 849px) {
    .menu-mobile-da {
        display: flex;
        height: 90px;
        z-index: 9999;
        background: #fff;
        position: fixed;
        height: 90px;
    }

    .menu-desktop-da {
        display: none;
    }

    .menu-mobile-da #logo {
        top: -47px;
        position: relative;
    }

    .menu-mobile-da #logo #bg-logo-custom {
        left: 50%;
    }

    .menu-mobile-da #logo #bg-logo-custom {
        top: -20px;
    }

    .menu-mobile-da #logo img {
        margin-top: 15px;
        width: 90px;
        max-height: 90px;
    }
}


/* Footer styles for background image */
#footer-duan .section:first-child.has-bg-image {
    background-size: cover !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

@media only screen and (min-width: 1400px) {
    #footer-duan .section:first-child.has-bg-image {
        background-position-y: -30vh;
    }
} 

#header.has-transparent {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

/* Set all content inside li elements to white with hover color #fcb238 */
.header-menu-left>li a,
.header-menu-right>li a,
.header-nav li a,
.nav li a {
    display: block;
    white-space: nowrap;
    font-size: 15.5px;
    color: #fff;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease;
}

.header-menu-left>li a:hover,
.header-menu-right>li a:hover,
.panel-menu .menu-mobile li a:hover,
.nav-sidebar li a:hover,
.nav-vertical li a:hover,
#single-duan li a:hover,
#single-duan .header-nav li a:hover,
#single-duan .nav li a:hover {
    color: var(--main-menu-color-hover);
}

/* Icon colors */
#masthead.nav-dark ul.header-nav-main > li > a > i:not(.icon-angle-down),
.nav li i,
.menu-mobile li i,
.header-menu-left li i,
.header-menu-right li i {
    color: #fff !important; 
}

#masthead.nav-dark ul.header-nav-main > li > a > i:not(.icon-angle-down):hover,
.nav li i:hover,
.menu-mobile li i:hover,
.header-menu-left li i:hover,
.header-menu-right li i:hover {
    color: var(--main-menu-color-hover) !important; 
}

.header-menu-right {
    left: 100%;
}

.header-logo img {
    width: 100%;
}

.header-lang {
    display: flex !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    padding-bottom: 152px;
}

.header-logo.is-mini {
    top: 10px;
    width: 199px;
}

.menu-mobile-da {
    display: none;
}

/* Single duan styles */
#single-duan .header-wrapper.stuck #masthead {
    background: var(--bg-color-header, rgb(0, 48, 112));
}

.header:not(.transparent) .header-nav.nav>li>a {
    color: var(--color-text, rgb(255, 255, 255));
}

#single-duan .header-wrapper.stuck {
    border-top: 5px solid var(--bg-color-header-top, rgb(0, 48, 112));
}

#single-duan #header:before {
    background: var(--bg-color-header, rgb(0, 48, 112));
}

#footer-duan {
    background: var(--bg-color-footer, rgb(11, 52, 89)) !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan h1,
#footer-duan h2,
#footer-duan h3,
#footer-duan h4,
#footer-duan h5,
#footer-duan h6,
#footer-duan .heading-font,
#footer-duan a {
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan .section-bg.fill.bg-fill {
    background: var(--bg-color-footer, rgb(11, 52, 89)) !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

#footer-duan .absolute-footer {
    background-color: var(--bg-color-copyright, rgb(11, 52, 89)) !important;
}

/* Mobile styles */
@media(max-width: 849px) {
    .menu-mobile-da {
        display: flex;
        height: 90px;
        z-index: 9999;
        background: #fff;
        position: fixed;
        height: 90px;
    }

    .menu-desktop-da {
        display: none;
    }

    .menu-mobile-da #logo {
        top: -47px;
        position: relative;
    }

    .menu-mobile-da #logo #bg-logo-custom {
        left: 50%;
    }

    .menu-mobile-da #logo #bg-logo-custom {
        top: -20px;
    }

    .menu-mobile-da #logo img {
        margin-top: 15px;
        width: 90px;
        max-height: 90px;
    }
}


/* Footer styles for background image */
#footer-duan .section:first-child.has-bg-image {
    background-size: cover !important;
    color: var(--color-text-footer, rgb(255, 255, 255)) !important;
}

@media only screen and (min-width: 1400px) {
    #footer-duan .section:first-child.has-bg-image {
        background-position-y: -30vh;
    }
}

/* Blank Page Template */
.wkl-blank-page-content {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

/* du-an-hub */
#du-an-hub ul {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 3px;
  list-style: none;
  padding-left: 5px;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  #du-an-hub ul li {
    width: 46%;
    margin: 10px;
  }
}
@media screen and (min-width: 1440px) {
  #du-an-hub ul li {
    width: 30%;
    margin: 10px;
  }
}
#du-an-hub ul li .large-4 {
  max-width: 100%;
}
#du-an-hub ul li > div.col {
  padding: 0px;
}
@media screen and (max-width: 1023px) {
  #mapid-da {
    display: none;
  }
}
.list-da .col-inner {
  height: 403px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.list-da img {
  height: 210px;
}

.list-da .text {
  padding: 10px 10px;
  text-align: left;
}

.list-da .text p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
}

.list-da .text h5 {
  font-weight: bold;
}

.list-da .col-inner {
  text-decoration: none;
  color: #222;
  padding: 3px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  flex-grow: 1;
  /* cursor: pointer; */
}

.list-da:before {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #003070 0%, #003070 100%),
    linear-gradient(to top, #003070 50%, transparent 50%),
    linear-gradient(to top, #003070 50%, transparent 50%),
    linear-gradient(to right, #003070 0%, #003070 100%),
    linear-gradient(to left, #003070 0%, #003070 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out,
    background-size 0.3s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.6s, 0.3s, 0s;
}

.list-da .col-inner:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.3s, 0.6s;
}
.list-da .text h3 a {
  font-size: 18px;
  padding-left: 0;

  font-weight: 500;
}
@media only screen and (max-width: 549px) {
  .list-da img {
    margin-top: 20px;
    margin-right: 20px;
    height: 110px;
  }
  .b-img-hv .badges {
    top: 23px !important;
    right: 8px !important;
  }
  .bds-hot {
    top: 23px !important;
    background-size: 1.5rem 1.8rem !important;
  }
  .badge.is-unique .ti {
    font-size: 9px !important;
  }
  .badge.is-unique {
    font-size: 0.7rem !important;
    line-height: 18px !important;
  }

}
@media only screen and (max-width: 849px) {
  .list-da .col-inner {
    overflow: hidden;
    max-height: 190px;
  }
  .list-da .text {
    font-size: 13px;
    /* display: inline-block; */
    /* margin-left: 8px; */
    padding: 10px 10px;
    text-align: left;
    position: absolute;
    /* width: 72%; */
    left: 39%;

    /* float: left; */
  }
  .list-da .text a {
    font-size: 11px;
  }
  .list-da-news img {
    height: 149px;
    width: 89%;
  }
  .list-da-news .col-inner:hover {
    height: 174px;
  }
  .b-img-hv {
    display: inline-block;
    width: 38%;
    /* height: 215px; */
    text-align: left;
    float: left;
  }
}
.b-img-hv {
  position: relative;

  overflow: hidden;
}
.b-img-hv a {
  display: inline-block;
}
.b-img-hv .badges {
  position: absolute;
  top: 12px;
  right: 12px;
  /* width: calc(100% - 24px); */
  z-index: 1;
}
.badge.is-unique {
  font-family: GoogleSans, -apple-system, Segoe UI, Roboto, Helvetica Neue,
    Noto Sans, Liberation Sans, Arial, sans-serif;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#162a75),
    color-stop(50%, #304595),
    to(#485eb2)
  );
  background: linear-gradient(90deg, #162a75, #304595 50%, #485eb2);
  border: 0;
  color: #fff;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 24px;
  font-weight: 500;
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: calc(0.25rem - 1px) 0.5rem;
  white-space: nowrap;
  outline: none;
  text-transform: none;
}

.b-img-hv .badge.is-unique {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  gap: 6px;
  width: auto;
  height: auto;
}

.badge.is-effect {
  position: relative;
  overflow: hidden;
  border: 0;
}

.b-img-hv .badge .ti:first-child:last-child {
  margin-left: -4px;
  margin-right: -4px;
}
.badge.is-unique .ti {
  font-size: 20px;
}
.ti {
  display: inline-block;
  font: normal normal normal 1em / 1 tabler;
  color: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-sparkles-fill:before {
  content: "\ed7c";
}
.badge.is-effect:after {
  background: #fff;
  content: "";
  height: 56px;
  width: 32px;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  -webkit-transform: rotate(335deg);
  transform: rotate(335deg);
  -webkit-animation: 2s cubic-bezier(0.19, 1, 0.22, 1) infinite m;
  animation: 2s cubic-bezier(0.19, 1, 0.22, 1) infinite m;
  pointer-events: none;
  z-index: 0;
}
@-webkit-keyframes m {
  0% {
    left: -10%;
  }
  to {
    left: 110%;
  }
}

@keyframes m {
  0% {
    left: -10%;
  }
  to {
    left: 110%;
  }
}
@font-face {
  font-family: tabler;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/tabler.eot);
  src: url(../webfonts/tabler.eot) format("embedded-opentype"),
    url(../webfonts/tabler.woff2) format("woff2"),
    url(../webfonts/tabler.woff) format("woff"),
    url(../webfonts/tabler.ttf) format("truetype"),
    url(../webfonts/tabler.svg) format("svg");
}
.bds-hot {
  background-image: url(../img/top.png);
  background-size: 2rem 2.5rem;
  height: 2.5rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 2rem;
  z-index: 1;
  background-repeat: no-repeat;
}