:root {
    --main-color: #0C713D;
    --second-color: #0C713D;
    --hover-color: #0C713D;
    --default-fs: 16px;
    --lg-fs: 25px;
    --md-fs: 20px;
    --sm-fs: 18px;
    --range-xxl: 50px;
    --range-xl: 40px;
    --range-lg: 30px;
    --range-md: 20px;
    --range-sm: 15px
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto!important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

body {
    font-weight: 400;
    font-size: var(--default-fs);
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    color: #333;
    transition: all .4s ease
}

a:hover {
    color: var(--main-color)!important;
    text-decoration: none
}

.short-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.clamp-1 {
    -webkit-line-clamp: 1
}

.clamp-2 {
    -webkit-line-clamp: 2
}

.clamp-3 {
    -webkit-line-clamp: 3
}

.clamp-4 {
    -webkit-line-clamp: 4
}

.icon-input {
    font-family: "Font Awesome 5 Pro"
}

.img-mw100 {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

.img-w100 {
    width: 100%;
    height: auto;
    object-fit: cover
}

.img-center {
    margin: 0 auto;
    display: block
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.disabled {
    display: none
}

.btn {
    background-color: transparent;
    padding: 0
}

input:focus,.btn:focus {
    outline: transparent;
    box-shadow: none
}

.btn-dropdown {
    transition: all .3s linear
}

.rotate-180 {
    transform: rotate(180deg)
}

.hidden {
    display: none!important
}

.box-head {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.box-head.--fix-underline {
    border-bottom: 1px solid #ccc
}

.border-none {
    border: none!important
}

.box-head.--fix-underline .desc {
    max-width: 900px;
    text-align: justify;
    margin: 0 auto
}

.head-title {
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-weight: 600
}

.box-home-news .home-news {
    margin-top: 20px;
    margin-bottom: 30px
}

.view_mores{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.view_mores a{
    display: inline-block;
    padding: 5px 20px;
    background: var(--main-color);
    border-radius: 16px;
    color: #fff !important;
    font-size: 16px;
}

.box-head {
    overflow: hidden;
    margin-bottom: 30px
}

.head-title {
    display: inline-block
}

.head-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -10000px;
    width: 10000px;
    height: 1px;
    background: #eaeaea;
    margin-left: -15px;
    background: #e1e1e1!important
}

.head-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -10000px;
    width: 10000px;
    height: 1px;
    background: #eaeaea;
    margin-right: -15px;
    background: #e1e1e1!important
}

.category-archived {
    margin: 40px 0
}

.img-hover {
    overflow: hidden
}

.img-hover img {
    transition: all .4s ease
}

.img-hover:hover img {
    transform: scale(1.2)
}

.detail-body h1,.detail-body h2,.detail-body h3,.detail-body h4,.detail-body h5 {
    margin-top: 20px
}
.detail-body ul{padding-left: 15px;}
.detail-body iframe {
    display: block;
    margin: 0 auto
}

.detail-body table {
    width: 100%!important;
    border-collapse: collapse
}

.detail-body table tbody tr:nth-child(even) {
    background-color: #399f185c
}

.detail-body table tbody tr td,
.detail-body table tr th {
    border: solid 1px #399f18;
    padding: 5px 10px 5px 10px
}
.detail-body table tr th{
    background: #399f18 !important;
    color: #fff !important;
    font-weight: 600;
}

.detail-body .tbl-property-details tr td:first-child {
    font-weight: 600;
    width: 150px;
    font-size: 17px;
}

.detail-body h1,.detail-body h2,.detail-body h3,.detail-body h4,.detail-body h5 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.detail-body {
    text-align: left;
    line-height: 28px;
}

.share_social {
    display: flex;
    justify-content: end;
    gap: 5px;
    margin: 20px 0;
    align-items: center;
}
.share_social a i{color: #fff;}
.share_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
  text-decoration: none;
}

.share_social a:hover {
    opacity: 1;
}

.share_social .facebook {
    background: #3b5998;
}

.share_social .twitter {
    background: #55acee;
}

.share_social .linkedin {
  background: #0077b5;
}

.share_social .reddit {
    background: #FF4500;
}

.share_social .tumblr {
    background: #000000;
}

.share_social .pinterest {
    background: #cb2027;
}

.post_tags {
    margin-bottom: 10px
}

.post_tags i {
    margin-right: 5px
}

.post_tags a {
    display: inline-block;
    padding: 0 0;
    font-size: 14px;
    color: var(--main-color)
}

.post_tags a:after {
    content: ',';
    margin-right: 5px;
    display: inline-block
}

.post_tags a:last-child:after {
    display: none!important
}

.detail-body img {
    max-width: 100%;
    height: auto !important;
}

.box-page {
    padding: var(--range-xxl) 0
}

.--sm-title {
    font-size: 18px
}

.aside-news-group .news-item {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    gap: 9px
}

.aside-news-group .news-item .news__body a {
    font-size: 14px;
    font-weight: 600
}

.aside-news-group .news-item .news__img {
    width: 130px;
    order: 1
}

.aside-news-group .news-item .news__body {
    width: calc(100% - 130px);
    order: 2;
    text-align: left
}

.aside-news-group .news-item:first-child{
    flex-direction: column;
    position: relative;
    padding: 0;
    margin-top: 15px;
}
.aside-news-group .news-item:first-child .news__img
{
    width: 100%;
    margin-bottom: 0;
}
.aside-news-group .news-item:first-child .news__body
{
    width: 100%;
    text-align: center;
}

.aside-news-group .news-item:first-child img{
    height: auto;
}

.aside-news-group .news-item:first-child .news-title{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: block;
}

.aside-item .box-head{margin-bottom: 10px !important;}

.detail-title {
    font-size: 24px
}

.view-tags a {
    color: #999;
    text-decoration: none;
    font-style: italic
}

.view-tags {
    color: #999
}

.view-tags a:hover {
    color: var(--main-color)
}

.aside-link-item:not(:last-child) {
    margin-bottom: 30px
}

.aside-link-item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.aside-link-item .aside-link-title {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    font-size: 14px
}

.aside-link-item ul li {
    list-style: none;
    width: calc(50% - 7.5px)
}

.aside-link-item ul li a {
    font-size: 14px
}

.header-middle.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: all .4s ease
}

.header-middle.sticky.hide {
    transform: translateY(-100%)
}

.btn-menu {
    display: flex;
    align-items: center
}

.post-date {
    color: #333;
    font-size: 13px;
    margin-top: 10px;
    font-style: italic
}

.news-category-page .news-group .row>div {
    margin-bottom: 25px
}

.news-category-page .news-group .news-item {
    display: flex;
    align-items: center
}

.news-category-page .news-group .news-item .news__img {
    width: 30%;
    overflow: hidden
}

.news-category-page .news-group .news-item .news__body {
    width: 70%;
    padding-left: 15px
}

.news-category-page .news-group .news-item .news__body .desc {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.4em
}

.news-category-page .news-group .news-item .news__body .news-title {
    font-size: 21px;
    line-height: 1.3em
}

.news-category-page .news-group .news-item {
    margin-bottom: var(--range-xxl)
}

.aside-has-children {
    position: relative;
    cursor: pointer
}

.aside-has-children:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s ease
}

.aside-has-children.show {
    margin-bottom: 0
}

.aside-has-children.show:after {
    transform: rotate(180deg)
}

.aside-sub-menu {
    margin-top: 8px;
    padding-left: 20px;
    margin-bottom: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.aside-has-children.show .aside-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

.image-detail-body img {
    cursor: pointer
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999;
    background: none;
}

.header-middle {
    position: relative;
    padding: 25px 0;
    text-align: center
}

.header-middle .container {
    position: relative
}

.header-middle .header-middle-left {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 15px;
    padding: 0;
    cursor: pointer;
    z-index: 101
}

.header_social {
    position: absolute;
    right: 15px;
    top: 10px
}

.footer_social.header_social {
    position: relative;
    top: auto;
    right: auto
}

.header-middle-main {
    text-align: center
}

.header_social {
    display: inline-block;
    vertical-align: middle
}

.header_social .top-social {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.header_social .top-social li {
    display: inline-block;
    margin-left: 22px
}

.header_social .top-social li a {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    padding: 11px 0;
    background: none
}

.header_social .top-social li a svg {
    height: 20px;
    width: auto
}

.header-middle-main .box-logo img {
    max-width: 250px
}

.header-nav {
    position: relative;
    color: #333;
}
.header-nav .box-logo img{height: 80px;margin: 5px 0;}

.header-nav.sticky {
    position: fixed;
    z-index: 999999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
}

.header-nav .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav .main-menu{
    display: flex;
    justify-content: flex-end;
}

footer {
    position: relative;
    background: #fcfcfc;
    padding-top: 50px;
    border-top: 1px solid #eee;
    padding-bottom: 50px;
}
.footer-top ul{margin-left:0; padding-left:0; list-style:none;}
.footer-top ul li{
    margin-bottom: 5px;
}
.footer-top ul li a{
    font-size: 15px;
    color: #333;
}
.footer-top ul li i{
    margin-right: 6px;
}

.footer-top .cot3 ul li{position: relative;padding-left: 25px;}
.footer-top .cot3 ul li i{
    position: absolute;
    left: 0;
    top: 6px;
}

.footer-top .box-logo {
    margin-bottom: 20px;
}

.disclaimer{
    font-size: 15px;
    line-height: 25px;
    color: #333;
}

.footer-title{
    text-align: justify;
    font-size: 22px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--main-color);
}

.footer-top .col-col-1 {
    text-align: justify;
    font-size: 14px;
    color: #333
}

.footer-top .col-col-3 .col3_desc {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #333
}

.footer-top .col-col-3 .col3_title {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.footer-top .col-col-1 p,.footer-top .col-col-3 p {
    line-height: 23px;
    margin-bottom: 7px;
    font-size: 14px
}

.footer-copyright {
    text-align: center;
    margin-top: 30px;
    padding: 0;
}

.footer-copyright .container {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #333
}

.rank-math-breadcrumb {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .8
}

.head-single-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px
}

.lux-head-post {
    font-size: 13px;
    font-weight: 400;
    color: #767676;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tt-post-author{
    display: flex;
    align-items: center;
    gap: 8px;
}
.tt-post-author .tt-blog-user-img{border: 1px solid #eee; border-radius: 50%; padding: 3px; overflow: hidden;}
.tt-post-author .tt-blog-user-img img{border-radius: 50%;}
.tt-post-author .tt-blog-user-text{}
.tt-post-author .tt-blog-user-text a{font-weight: 600;}

.single_future {
    width: 100%;
    margin-top: 20px
}

.tt-devider {
    width: 100%;
    height: 1px;
    background: #eaeaea;
    margin: 10px 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img{
    aspect-ratio: 4/3;
    object-fit: cover;
}
.wp-block-latest-posts__post-title{
    line-height: 24px;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.box-related .box-head {
    margin-bottom: 3px
}
.box-related h2{margin-bottom: 3px !important;}

.box-related .box-related-desc {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    font-style: italic
}

#nav-single {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

#nav-single .nav_a_single {
    background: var(--main-color)!important;
    color: #fff!important;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    height: 33px;
    line-height: 36px;
    width: 88px;
    text-align: center
}

.navigation {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

.navigation .pages {
    margin-right: 15px;
    display: none
}

.navigation a, .navigation span.current, span.extend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 14px;
    padding: 0;
    color: #333;
    border: 1px solid var(--main-color);
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}

.navigation a:hover,.navigation span.current {
    color: #fff!important;
    background-color: var(--main-color)
}

.aside-news-group .news-item:last-child {
    border-bottom: none
}

.detail-body a {
    color: var(--main-color)
}
.detail-body .google-map{margin: 20px 0;}
.detail-body .google-map iframe{
    width: 100% !important;
    height: 450px !important;
}

.aside .aside-item {
    margin-bottom: 30px
}

.btn-search{
    background:none;
    border:none;
    cursor:pointer;
    font-weight:500;
    margin-left:10px;
}

.fix-home-news-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-items: center;
}
.fix-home-news-container a{
    display: block;
    width: 100%;
    padding: 15px 10px;
    background: #0C713D;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 421px;
}

.call-action {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.call-action a{
    background-color: var(--main-color);
    display: block;
    padding: 6px 20px;
    border-radius: 30px;
}
.call-action *{color:#fff; font-weight:600; font-size:18px;}

.call-action img {
  display:none;
}


.btn-call {
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 9999
}

.btn-zalo {
    position: fixed;
    right: 32px;
    bottom: 100px;
    z-index: 9999
}

.btn-mess {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 9999
}

.to-top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    position: fixed;
    right: 30px;
    bottom: 15px;
    font-size: 30px;
    cursor: pointer;
    color: var(--main-color);
    z-index: 999;
    background-color: #fff;
    transition: all .4s ease
}

.to-top:hover {
    background-color: var(--main-color);
    color: #fff
}


.fixed_right {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 100
}

.a-ripple {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--main-color);
    animation: ripple 3s infinite
}

#zalo_mess .play-now .ripple {
    background-position: center center
}

#face_mess .play-now .ripple {
    background-position: bottom center
}

#float_button,#zalo_mess,#face_mess {
    margin-top: 30px;
    position: relative;
    height: 40px;
    cursor: pointer
}

#float_button .play-now {
    display: block
}

.play-now {
    position: relative;
    border-radius: 50%;
    z-index: 10;
    text-align: center
}

.play-now .ripple,.play-now .ripple:before,.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    width: 44px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(80,170,178,.3);
    -moz-box-shadow: 0 0 0 0 rgba(80,170,178,.3);
    -ms-box-shadow: 0 0 0 0 rgba(80,170,178,.3);
    -o-box-shadow: 0 0 0 0 rgba(80,170,178,.3);
    box-shadow: 0 0 0 0 rgba(80,170,178,.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple {
    background-image: url(../images/social_fixed.png)
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

#back-to-top {
    position: fixed;
    right: 10px;
    width: 57px;
    height: 57px;
    background: url(../images/top.png);
    bottom: 10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    font-size: 20px;
    opacity: .6;
    transition: all .3s ease;
    z-index: 999999999999
}


@media screen and (min-width: 992px) {
    .main-menu ul {
        padding:0;
        margin: 0
    }

    .main-menu ul li {
        list-style: none;
        position: relative
    }

    .main-menu ul li.mega-menu {
    }

    .main-menu ul li.mega-menu i {
        margin-left: 5px;
        font-size: 16px
    }

    .main-menu ul li a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: var(--main-color);
    }

    .main-menu>ul>li>a {
        display: block;
        position: relative;
        padding: 30px 16px;
        font-size: 18px!important;
    }

    .main-menu>ul>li>a i{margin-left:5px;}

    .main-menu ul .sub-menu a {
        font-size: 16px;
        text-transform: inherit;
        display: block;
        font-weight: 500;
        white-space: nowrap;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .main-menu ul .sub-menu li {
        border-top: 1px solid #ffffff5c;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        display: none;
        transform: translateY(20px);
        transition: all .3s linear;
        z-index: 999
    }

    .main-menu>ul {
        display: flex;
        justify-items: center;
        justify-content: center;
        align-content: center
    }
}

@media (max-width: 991px) {
    .fix-home-news-container{grid-template-columns: 1fr;gap: 15px;padding: 25px 0;}

    :root {
        --range-xxl:30px
    }

    .header-middle {
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc
    }

    .box-menu i {
        font-size: 40px;
        color: #399f18
    }

    .news-category-page .news-group .news-item .news__body .desc {
        display: none
    }

    .news-category-page .news-group .news-item .news__body .news-title {
        font-size: 15px
    }

    .header-middle.sticky {
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .btn-readmore {
        font-size:13px!important;
        position: absolute;
        right: 0;
        white-space: nowrap
    }

    .header-top-main a {
        font-size: 12px
    }

    .head-title {
        font-size: 22px!important;
        font-weight: 700
    }

    .detail-body iframe {
        width: 100%;
        height: 250px
    }

    .home-news .news-group.--no-first .news-item .news__img img,.box-related .news-item .news__img img {
        height: 120px!important
    }

    .owl-theme .owl-nav [class*='owl-'] {
        width: 25px;
        height: 30px
    }

    .owl-theme .owl-nav [class*='owl-'] i {
        font-size: 16px
    }

    .aside-item.aside-news .news-item .news__body .news-title {
        font-size: 14px
    }

    .related-slide .news-item .news__body .news-title {
        font-size: 14px!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .aside-news-group {
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .aside-news-group .news-item {
        width: calc(50% - 10px)
    }
}

@media (min-width: 1024px) {
    .main-menu ul li:hover>.sub-menu {
        transform: translateY(0);
        display: block;
        padding: 5px 15px;
    }

    .main-menu ul li:hover>.btn-dropdown {
        color: var(--main-color)
    }

    .main-menu ul li:hover>a {
        color: var(--main-color)
    }

    .sub-menu {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
    }

    .sub-menu.mm-listview {
        box-shadow: none
    }

    .aside-news .news-item img {
        height: 100px
    }

    .aside {
        position: sticky!important;
        top: 40px;
        z-index: 99;
        transition: top .4s ease
    }

    .aside.down {
        top: 125px
    }

    .aside-item.aside-news {
        max-height: 100vh;
        overflow: auto
    }

    .aside-item.aside-news::-webkit-scrollbar {
        width: 5px;
        display: none
    }

    .aside-item.aside-news::-webkit-scrollbar-thumb {
        background-color: var(--main-color)
    }

    .aside-item.aside-news::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #eee
    }

    .aside.rm-sticky {
        position: static!important
    }

    .aside.rm-sticky .aside-item.aside-news {
        max-height: unset;
        overflow: unset
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1280px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width:100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 768px) {
    .box-search form {
        position: relative;
    }

    .box-search form input[type=search] {
        padding-left: 12px;
        font-weight: 500;
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #eee;
        border-radius: 30px;
        font-size: 14px;
        color: #333;
        padding-right: 36px;
    }

    .box-search form input[type=search]::placeholder {
        font-weight: 500;
        color: #333
    }

    .box-search form button {
        border: 0;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        color: #333;
        width: 36px;
        text-align: center;
        font-size: 13px;
    }

    .box-search form button:focus {
        outline: 0
    }
}

@media (max-width: 767px) {
    .home-news .news-group .news-item .news_desc{display:none !important;}
    .footer-top .cot1, 
    .footer-top .cot2{margin-bottom:20px;}
    
    .header-middle .header-middle-left {
        position:relative;
        top: auto;
        left: auto;
        order: 2
    }

    .header-middle-main {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header-middle-main .box-logo img {
        height: 60px
    }

    .header-middle {
        padding: 10px 0
    }

    .header-middle-main .box-logobox-logo {
        order: 2
    }

    nav.menu_mobile {
        width: 90%;
        position: fixed;
        left: 0;
        top: 80px;
        z-index: 4;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        transition: all .3s
    }

    nav.menu_mobile.sticky_element {
        top: 70px
    }

    .header-top-main .box-logo img {
        height: 60px;
        width: auto!important
    }

    .header-top-main {
        padding: 5px 0!important
    }

    .menu_mobile_root,.menu_mobile_root ul {
        list-style: none;
        padding-left: 0
    }

    .menu_mobile_root>li {
        border-top: 5px solid #eee
    }

    .menu_mobile_root {
        padding-bottom: 150px
    }

    nav.menu_mobile.sticky_element .menu_mobile_root {
        padding-bottom: 125px
    }

    .menu_mobile_root>li>a,.menu_mobile_root>li>span {
        padding: 5px 10px;
        font-size: 20px;
        color: #399f18;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        display: block;
        width: 100%
    }

    .menu_mobile_root ul a {
        padding: 8px 10px;
        display: block;
        color: #333;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase
    }

    .menu_mobile_root ul li.has-children {
        position: relative
    }

    .menu_mobile_root ul li.has-children>a {
        padding-right: 30px
    }

    .menu_mobile_root ul li.has-children i {
        font-size: 16px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 44px;
        width: 30px;
        text-align: right;
        line-height: 44px;
        padding-right: 10px;
        z-index: 99999;
        cursor: pointer
    }

    .menu_mobile_root ul ul,.menu_mobile_root ul ul.hidden {
        display: none!important
    }

    .menu_mobile_root ul ul.show {
        padding-left: 30px;
        display: block !important;
    }

    .menu_mobile_root ul ul li a {
        padding-left: 0;
        font-size: 16px;
        font-weight: 500;
        text-transform: inherit
    }

    .droplet {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background: rgba(0,0,0,.5);
        display: none
    }

    .droplet.show {
        display: block
    }

    body.disable-scroll {
        overflow: hidden
    }

    header {
        position: relative;
        z-index: 10;
        border-bottom: 1px solid #eee;
        background: #fff
    }

    footer {
        padding: 20px 0
    }

    .footer-top .col-col-1 {
        order: 2;
        margin-bottom: 20px
    }

    .footer-top .col-col-2 {
        order: 1;
        margin-bottom: 20px
    }

    .footer-top .col-col-3 {
        order: 3
    }

    .header-middle-main.footer_social {
        justify-content: center
    }

    .footer-top .col-col-1 p,.footer-top .col-col-3 p {
        line-height: 25px;
        margin-bottom: 7px;
        font-size: 16px
    }

    .detail-body .wp-block-table table tbody tr td,
    .detail-body .wp-block-table table tr th {
        line-height: 20px !important;
        font-size: 10px !important;
    }

    .lux-head-post
    {
        gap: 2px;
        font-size: 10px;
    }

    .wp-block-latest-posts.columns-4 li {
        width: 100% !important;
        margin: 0 !important;
    }

    .wp-block-latest-posts.columns-4{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px;}

    .share_social {
        justify-content: start;
    }
    .share_social a {
      width: 30px;
      height: 30px;
      font-size: 20px;
    }

    .detail-body .google-map iframe{
        width: 100% !important;
        height: 250px !important;
    }
}
