@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700";
/*@import url("../fonts/Sanelma/Sanelma.css");*/
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont862f.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont862f.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont862f.ttf?v=4.1.0") format("truetype"),
        url("../fonts/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sanelma';
    src: url('../fonts/Sanelma/fonts/Sanelma.eot');
    src: url('../fonts/Sanelma/fonts/Sanelma.eot') format('embedded-opentype'),
         url('../fonts/Sanelma/fonts/Sanelma.html') format('woff2'),
         url('../fonts/Sanelma/fonts/Sanelma.woff') format('woff'),
         url('../fonts/Sanelma/fonts/Sanelma.ttf') format('truetype'),
         url('../fonts/Sanelma/fonts/Sanelma.svg#Sanelma') format('svg');
}
@font-face {
    font-family: 'font-normal';
    src: url(../fonts/utm/UTM_SWISS_CONDENSED.acdee77b7b507e642cef.ttf) format("truetype");
}
@font-face {
    font-family: 'font-menu';
    src: url(../fonts/utm/utm_menu.ttf) format("truetype");
}
@font-face {
    font-family: 'font-header';
    src: url(../fonts/utm/UTM_SWISS_721_BLACK_CONDENSED.6036813ab84c242a0fca.ttf) format("truetype");
}
@font-face {
    font-family: 'font-slogan';
    src: url(../fonts/utm/PALAB_0.cbdb89fda8bbb59c8379.ttf) format("truetype");
}
@font-face {
    font-family: 'font-tuyenbo';
    src: url(../fonts/utm/PALABI_0.76bc3eed955ad12dacad.ttf) format("truetype");
}
:root {
    --font-family: "font-normal", sans-serif;
    --main-color: #23b24b;
    --text-white: #fff;
    --text-hover: rgb(12, 117, 42);
}
body {
    font-family: var(--font-family);
    background-color: var(--main-color);
    overflow-x: hidden;
}
a, a:hover, a:focus {
    color: var(--text-white);
    text-decoration: none;
}
ul, ul li {
    list-style: none;
    padding-inline-start: 0px;
}
p {
    margin-bottom: 10px;
}
.mt-30 {
    margin-top: 1.5em;
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ptb-15 {
    padding: 15px 0;
}
.p-10 {
    padding: 10px;
}
.white {
    color: var(--text-white)!important;
}
#navbar {
    background: var(--main-color);
    transition: 0.5s all ease;
}
.fancybox-overlay {
    z-index: 999999;
}
.navbar-nav .nav-link {
    color: var(--text-white);
    font-family: 'font-menu';
}
.navbar-nav .nav-link:hover {
    color: var(--text-hover);
}
.nav-item a {
    font-size: 12px;
}
.dropdown:hover > a {
    color: var(--text-hover);
}
.navbar-nav .menu-child li a {
    color: var(--text-white);
}
.navbar-nav .menu-child li a:hover {
    color: var(--text-hover);
    background: rgba(146, 200, 62, 0.9);
}
.menu-child {
    background: rgba(146, 200, 62, 0.9);
}
.dropdown .menu-child::before {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 30px;
    background: url(../images/icon-arrow-up.png) no-repeat center top;
}

.hotline a {
    color: var(--text-hover);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;  
    cursor: pointer;
}
.hotline a:hover {
    text-decoration: none;
}
.fb a {
    color: var(--text-white);
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}
.bg-footer {
    background-image: url(../images/sparkle1.png), url(../images/sparkle2.png);
    animation: sparkle 60s linear infinite;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.footer .footer-bottom h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #faec20;
}
.footer .footer-bottom {
    background-size: cover;
    padding: 50px;
    color: #fff;
    width: 100%;
    position: relative;
    /*background-color: rgb(56, 56, 56);*/
}
footer .border-right {
    border-right-width: 2px!important;
}
.footer ul li.bullet-checkmark, ul li.bullet-arrow, ul li.bullet-star, ul li.bullet-arrow {
    border-bottom: 1px solid #3c3c3c;
    padding: 7px 0px 7px 7px;
}
.tieudeweb span {
    color: #000;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
}
.footer .footer-top {
    /*background-color: var(--text-hover);
    min-height: 122px;
    padding: 2.5em 0em;*/
}
.text-dangnhankm {
    font-family: "Sanelma";
    color: var(--text-white);
    font-size: 3.42em;
    line-height: 1.3;
}
.ft-social {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    float: left;
    width: 68px;
    height: 66px;
    background: transparent url(../images/bg-social.png) no-repeat top left;
    background-size: contain;
    font-size: 30px;
    text-align: center;
    color: var(--text-white);
    margin-right: 35px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer a:hover {
    color: #FAEC20;
}
.owl-theme .owl-dots .owl-dot span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7cb833;
    opacity: 1;
}
#home-about, #home-product, #home-ban, #home-product2, #home-tieuchi, #home-tintuc, #home-tintuc2, #page-product, 
#page-news, #page-bantriky, #page-tuyendung, #page-contact, #search-product {
    position: relative;
}
#home-about>.bg, #home-product>.bg, #home-ban>.bg, #home-product2>.bg, #home-tieuchi>.bg, #home-tintuc>.bg, 
#home-tintuc2>.bg, #page-product>.bg, #page-news>.bg, #page-bantriky>.bg, #page-tuyendung>.bg, #page-contact>.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.title1 {
    font-family: "font-header";
    font-size: 2.3em;
    margin-bottom: 10px;
    margin-top: 30px;
    color: var(--text-hover);
}
.btn-line.btn-cta:hover {
    color: #fff;
    background-position: bottom;
}
.btn-line.btn-cta {
    background: url(../images/cta.png) no-repeat top;
    color: #fff;
    text-indent: 12px;
    padding-top: 25px;
    line-height: normal;
}
.btn-line {
    display: inline-block;
    position: relative;
    border: none;
    width: 126px;
    height: 70px;
    /*font-family: "font-header";*/
    font-size: 21px;
    line-height: inherit;
    text-align: center;
    padding: 15px 5px;
}
.list-product .item {
    /*border: 4px solid var(--text-hover);*/
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.list-product .item .box-img {
    position: relative;
    width: 100%;
    background: #fff;
}
.list-product .item .box-img img {
    margin: 0 auto;
    display: block;
}
.list-product .item .box-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 20px 14px;
    background-color: rgba(255, 255, 255, 0.7);
}
.list-product .item .box-content .title {
    font-size: 26px;
    color: #008c3f;
    line-height: 1;
    margin-bottom: 5px;
}
.section-tieuchi .item {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    padding: 15px 0;
}
.section-tieuchi .item .box-content {
    padding: 15px;
    min-height: 210px;
    max-height: 210px;
    overflow: hidden;
}
.section-tieuchi .item .box-content .tieude {
    color: #23b24b;
    font-weight: bold;
    font-size: 1.6rem;
}
.section-tieuchi .item .box-content .tieude:after {
    content: "";
    width: 50%;
    border-radius: 2px;
    border-bottom: 4px solid #6a3423;
    display: flex;
    margin: 5px auto;
}
.section-tieuchi .item .box-content .mota {
    text-align: justify;
    padding-top: 15px;
}
.icon-nav {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 52px;
    height: 23px;
    display: inline-block
}

.icon-nav.icon-prev {
    background-image: url(../images/icon-prev.png)
}

.icon-nav.icon-next {
    background-image: url(../images/icon-next.png)
}

.icon-nav.icon-prev-white {
    background-image: url(../images/icon-prev-white.png)
}

.icon-nav.icon-next-white {
    background-image: url(../images/icon-next-white.png)
}

.icon-nav.icon-prev2 {
    background-image: url(../images/icon-prev3.png);
    width: 35px;
    height: 26px
}

.icon-nav.icon-next2 {
    background-image: url(../images/icon-next3.png);
    width: 35px;
    height: 26px
}
.slide-4col {
    position: relative;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
}
.owl-nav .owl-prev {
    left: -86px;
}
.owl-nav .owl-next {
    right: -86px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-dots {
    margin: 15px 0;
}
.btn-line.btn-line1 {
    background: transparent url(../images/btn-line1.png) no-repeat left top;
    color: #ed8100;
}
.btn-line.btn-line1:hover {
    background-image: url(../images/btn-line1-active.png);
    color: #008c3f;
}
.list-news .item {
    background: #fff;
    color: #fff;
    text-align: center;
    font-size: 1.14em;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 30%);
}
.list-news .item .box-content-all {
    background-color: #008c3f;
    border-radius: 0 0 8px 8px;
}
.list-news .item .box-content {
    padding: 15px;
}
.list-news .item .read-more {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 10px 0;
}
.list-news .item .box-content .tieude {
    font-weight: 700;
    font-size: 1.18em;
    margin: 0px;
    padding: 25px 20px 5px;
}
.list-gt {
    padding: 30px 0;
}
.list-gt .box-img {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.list-gt .box-img img {
    width: 100%;
    height: 90%;
    z-index: 2;
    box-shadow: 5px 5px 5px -1px #3b373b!important;
}
.list-gt .box-img .overlay {
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
    border-radius: 2px;
    /*border: 2px solid #23b24b;*/
    display: flex;
}
.img-banner {
    position: relative;
}
.container-title-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
}
.menu-tab-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-tab-list .menu-tab-item:hover, .menu-tab-list .menu-tab-item.active {
    background-image: url(../images/btn-line3-active.png);
    color: #008c3f;
}
.menu-tab-list .menu-tab-item {
    background: transparent url(../images/btn-line3.png) no-repeat center;
    background-size: contain;
    /*font-family: "Sanelma";*/
    color: #ed8100;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 170px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.container-menu-tab .desc1 a {
    color: #fff;
    /*font-family: 'Sanelma';*/
    margin-top: 25px;
    font-weight: normal;
    font-size: 24px;
}
.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#sync1 .item {
  /*background: #0c83e7;
  padding: 80px 0px;*/
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  border: 1px solid #C9C9C9;
  /*padding: 10px 0px;*/
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item{
  border: 1px solid red;
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav &.disabled:hover {
 background-color: #D6D6D6;
} 
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.breadcrumbs a {
    color: rgba(102,102,102,.7);
    font-weight: 400;
    font-size: 13.6px;
    text-transform: uppercase;
}
.product-title {
    color: var(--main-color);
    font-size: 1.7em;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: 700;
    font-size: 20px;
}
del {
    color: #6f6f6f;
    text-decoration: line-through;
}
.lienhe {
    font-weight: bold;
    font-size: 20px;
    background: rgb(220, 78, 65) !important;
    margin-bottom: 10px;
}
.lienhe:hover {
    background: #008c3f;
}
.lienhe {
    overflow: hidden;
    position: relative;
    margin: 0;
}
.lienhe.hover:after,
.lienhe:hover:after {
    left: 120%;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.lienhe:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.product_meta {
    margin: 15px 0;
}
.product_meta > span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0;
}
.product_meta span a {
    color: #337ab7;
}
.content-single {
    margin: 30px 0;
    border-top: 1px solid #ececec;
}
.content-single ul.tabs {
    position: relative;
}
.content-single ul.tabs li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
.content-single ul.tabs li a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #446084;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    height: 3px;
}
.promotion-block .frame {
    background-image: url(../images/img-ori-promotion-detail-frame.png);
    position: relative;
    background-size: 100% 100%;
}

.promotion-block .img-wrap {
    padding: 7% 4%;
}

#gallery-page {
    padding-top: 60px;
}

.promotion-block {
    margin-top: 20px;
}

.promotion-block h3 {
    margin: 28px 60px 28px 20px;
    padding: 0;
    position: relative;
    font-size: 21px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
}

.promotion-block h3 img {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.tp-banner-container {
    background: #000000;
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner-container .underborder {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    z-index: 22;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tp-banner-container .underborder::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bantriky .container-title-wrap, .tuyendung .container-title-wrap, .contact .container-title-wrap {
    height: auto;
    top: unset;
    bottom: 0;
    padding-bottom: 3%;
}
#detail-bantriky .content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.tuyendung-list .title {
    padding: 10px;
    background: var(--text-hover);
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
    position: relative;
}
.tuyendung-list .box-item {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background: #fff;
    padding: 15px;
}
.tuyendung-list .box-item .item-title {
    position: relative;
    color: var(--text-hover);
    font-weight: bold;
}
.tuyendung-list .box-item .item-title:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-top.png) no-repeat;
    width: 16px;
    height: 9px;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 50px;
    transform: rotate(-180deg);
    transition: transform 0.2s linear;
}
.tuyendung-list .box-item .item-title.expanded::before {
    content: "";
    background: url(../images/icon-top.png) no-repeat;
    width: 16px;
    height: 9px;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 50px;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.tuyendung-list .box-item .item-content {
    padding-top: 20px;
}
.tuyendung-list .box-item .item-content .item-btn button {
    background: transparent url(../images/btn-line1-active.png) no-repeat;
    background-size: 100% 100%;
    max-width: 175px;
    font-size: 30px;
    padding: 0;
}
.modal button {
    background: transparent url(../images/btn-line1-active.png) no-repeat;
    background-size: 100% 100%;
    max-width: 175px;
    font-size: 30px;
    padding: 0;
}
#modalUngtuyen .close {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--text-hover);
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px;
    width: 40px;
    height: 40px;
}
#modalUngtuyen .modal-title {
    font-size: 4.28em;
    color: var(--text-hover);
}
#page-contact .ori-form-contact form input {
    background: transparent url(../images/ori/contact-input.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    width: 100%;
    font-size: 30px;
    padding: 30px;
    margin-bottom: 30px;
}
.ori-form-contact form textarea {
    background: transparent url(../images/ori/contact-text.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
    width: 100%;
    font-size: 30px;
    padding: 15px 30px;
    margin-bottom: 30px;
    min-height: 200px;
}
#page-contact .ori-form-contact form button {
    background: transparent url(../images/ori/contact-button.png) no-repeat;
    background-size: 100% 100%;
    max-width: 175px;
    font-size: 36px;
    padding: 0;
    height: 90px;
}
#page-contact ::placeholder {
    /*color: #fff;*/
}
#page-contact input:active, #page-contact input:focus {
    border: unset;
    box-shadow: unset;
}
::placeholder {
    
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes sparkle{0%{background-position:0px 0px, 0px 0px, 0px 0px}100%{background-position:-500px -1000px, -400px -400px, 300px 300px}}
#mySidebar.menu_mb {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}
#mySidebar.menu_mb a.dropdown {
    position: relative;
}
#mySidebar.menu_mb a.dropdown:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-top.png) no-repeat;
    width: 16px;
    height: 9px;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 10px;
    transform: rotate(-180deg);
    transition: transform 0.2s linear;
}
#mySidebar.menu_mb a.dropdown.expanded:before {
    content: "";
    background: url(../images/icon-top.png) no-repeat;
    width: 16px;
    height: 9px;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 40%;
    right: 10px;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.menu_mb .list {
    display: none;
}
.menu_mb .list li a i {
    margin-right: 10px;
}
#mySidebar.menu_mb a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: 0.3s;
    border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgb(255 255 255 / 5%) inset;
}
#mySidebar.menu_mb a:hover {
    color: #f1f1f1;
}
#mySidebar.menu_mb .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-right: 0;
}
.openbtn {
    background: transparent;
    color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 25px;
}
#main {
    transition: margin-left .5s;
}
.hide {
    display: none;
}
.nav-lang {
    padding: 0 5px;
}
.mb-0 {
    margin-bottom: 0px;
}
footer .logo-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer a:hover {
    color: var(--text-white)
}
@media (max-width: 768px) {
	.menu-tab-list {
		display: none;
	}
    .owl-nav .owl-next {
        right: 0px;
    }
    .owl-nav .owl-prev {
        left: 0px;
    }
    .text-center-xs {
        text-align: center!important;
    }
    .section-tieuchi .item {
        margin: 15px 0;
    }
    #home-tintuc2 {
        padding: 50px 0;
    }
    .text-dangnhankm {
        font-size: 1.5rem;
    }
    .ft-social {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        font-size: 15px;
    }
    .ft-social-wrap {
        display: flex;
        justify-content: space-between;
    }
    .footer .footer-bottom {
        padding: 15px;
    }
    .title1 {
        font-size: 2rem;
    }
    .section-tieuchi .item .box-content .tieude {
        font-size: 20px;
    }
}