/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
footer#footer .absolute-footer {
    display: none;
}
footer#footer .text p {
    margin: 0px;
}
footer#footer .text p img {
    position: relative;
    top: 0px;
    margin-right: 8px;
    margin-bottom: 0px !important;
}
footer#footer .text p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-family: SVN-Poppins;
    margin-bottom: 10px;
    display: block;
}
footer#footer .text.title_footer .title-footer1{
    font-family: 'SVN-Poppins';
    font-size: 18px;
    color: #000;
    position: relative;
    margin-bottom: 40px;
}
footer#footer .text.title_footer .title-footer1::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -20px;
    left: 0px;
    background-color: #668A40;
}
footer#footer .ux-menu-link a{
    outline: 0px;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'SVN-Poppins';
}
footer#footer .ux-menu-link a:hover{
    text-decoration: none;
    color: rgb(102, 138, 64);
}
section.section.copyright-footer p{
    color: white !important;
    font-family: 'SVN-Poppins';
    margin-bottom: 0px !important;
}
.header-nav.header-nav-main li a{
    font-family: 'SVN-Poppins';
    display: block;
    position: relative;
    font-size: 15px;
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
}
.nav-line-bottom>li>a:hover{
    border-top: 1px solid #668A40;
    font-weight: bold;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
    background-color:#668A40;
    height: 1px;
}
.header-nav.header-nav-main .current-menu-item a {
    color: #000;
    font-weight: bold;
    border-top: 1px solid #668A40;
}
div#top-bar{
    background: none;
}


/*topbarr*/
.header-top {
    background-color: #668A40;
    width: 100%;
}

/* Container chính */
.wrap-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* Chia phần header */
.header-left {
    flex: 2.5;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-center {
    flex: 1;
    display: flex;
    align-items: center;
}

/* Căn chỉnh text và icon */
.info-header {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 7px 20px;
    font-family:SVN-Poppins;
}

.info-header img {
    width: 18px;
    height: 18px;
}

/* Phần phải: Hotline + Ngôn ngữ */
.header-right {
    flex: 1.5;
    position: relative;
}

.header-right-content {
    background-color: #626262;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}

/* Icon điện thoại */
.cl_goi {
    width: 18px;
    position: relative;
    top: 2px;
}

/* Ngôn ngữ */
.lang-header {
    display: flex;
    align-items: center;
    gap: 10px; /* Tạo khoảng cách giữa các phần tử */
}

.lang-header ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-header li {
    padding: 0px 0px;
    font-weight: bold;
}
div#polylang-2 ul li{
    border: 0px !important;
}
.lang-header a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.lang-header img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}
.header_right2 {
    background-color: #626262;
    justify-content: space-between;
    padding: 5px 20px;
    position: relative;
    color: white;
    clip-path: polygon(35px 0, 100% 0%, 100% 100%, 0% 100%); /* Vát chéo bên trái nhiều hơn */
}

/* Tạo đường viền trắng vát chéo bên trái */
.header_right2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 26% 100%, 0% 100%);
}

/* Kéo dài nền đen toàn bộ bên phải */
.header_right2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%; /* Đảm bảo nó bắt đầu từ mép phải của .header_right2 */
    width: 9999px; /* Kéo dài thoải mái để đảm bảo phủ toàn bộ */
    height: 100%;
    background-color: #626262;
    z-index: -1; /* Đưa nền xuống dưới */
}
.header_right.header_right2.flex:after {
    content: "";
    background: #626262;
    height: 100%;
    right: 0px;
    position: relative;
}
div#polylang-2 .lang-item-ja a,div#polylang-2 .lang-item-vi a{
    position: relative;
    color: white;
}
div#polylang-2 .lang-item-ja{
    margin-left: 60px;

}
div#polylang-2 .lang-item-vi a:before {
    content: '';
    background: url(images/viet.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    left: 20px;
    top: 0px;
}
div#polylang-2 .lang-item-ja a:before {
    content: '';
    background: url(images/nhat.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    left: 30px;
    top: 0px;
}
div#polylang-2 {
    position: absolute;
    top: 8%;
}

.icon.button .icon-menu {
    color: #668a40;
    font-size: 31px;
}
.header-main .header-button > .button.is-outline, .header-main .cart-icon strong:after, .header-main .cart-icon strong {
    border-color: #668a40 !important;
}
.template-top-mobile-item {
    display: none;
}

.gioithieu_right{
    padding: 30px 20px !important;
    text-align: center;
    border: 1px solid #668A40;
    border-radius: 10px;
    overflow: hidden;
}
.p_top{
    font-size: 25px;
    color: #668A40;
    font-family: "SVN-Poppins";
    font-weight: bold;
    margin-bottom: 0px;
}
.slogan1 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: "SVN-Poppins";
}
.gioithieu_right .form-contro1 {
    height: 50px;
}
.gioithieu_right .text-sm {
    font-size: .875rem !important;
    font-family: "SVN-Poppins";

}
.gioithieu_right .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gioithieu_right .custom{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.gioithieu_right .input-contact.col-sm-6{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.gioithieu_right .btn1{
    font-size: 15px;
    color: #ffffff;
    font-family: "SVN-Poppins";
    height: 50px;
    width: 245px;
    text-align: center;
    border-radius: 10px;
    background-color: #668A40;
    border: none;
    margin-top: 10px;
}
.gioithieu_mota  p{
    color: #000;
    text-align: justify;
    line-height: 2;
    font-family: "SVN-Poppins";
}
.xemthem {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background-color: #668A40;
    font-family: "SVN-Poppins";
}
.gioithieu_vi{
    font-size: 50px;
    color: #668A40;
    font-family: "SVN-Poppins";
    margin-bottom: 10px;
}
.doinet1 {
    color: #000;
    font-size: 25px;
    font-family: "SVN-Poppins";
    margin-bottom: 0px;
}
.doinet {
    font-size: 30px;
    color: #000;
    font-family: Authentic;
    margin-bottom: 0px;
}
.daotao-thituyen{
    padding: 50px 0px !important;
}
.title_h2{
    margin-bottom: 0px !important;
}
.title_h2 .section-title{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 35px;
    color: #000;
    font-family: "SVN-Poppins";
    margin-bottom: 0px !important;
}
.title_h2 .section-title b{
    display: none;
}
.post-title a{
    font-size: 15px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: "SVN-Poppins";
    line-height: 1.5;
}
.from_the_blog_excerpt{
    font-family: "SVN-Poppins";
    font-size: 15px;
    color: #000;
}
.post-title:hover a{
    text-decoration: none;
}
.box-blog-post .is-divider{
    display: none;
}
.cat-label {
    background: #668a40 !important;
    color: white;
    padding: 5px 10px;
    font-family: "SVN-Poppins";
}

.img_tieuchi:hover img {
    transform: rotate(360deg);
}
.owl-carousel .owl-item img {
}
.img_tieuchi img {
    transform: rotate(0deg);
    transition: all 0.3s;
}
img.initial, img.loaded, img.error {
    opacity: 1;
}
.tieuchi_video .tieuchi_vi h2{
    font-size: 15px;
    color: #000;
    font-family: "SVN-Poppins";
    margin-top: 20px;
    margin-bottom: 10px;
}
.tieuchi_video .tieuchi_vi p{
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    font-family: "SVN-Poppins";
}
.tieuchi_video .tieuchi_vi:hover h2, .tieuchi_video .tieuchi_vi:hover a{
    color: #668A40;
}
.video-main {
    border: 2px solid #668a40;
}
.cn_txt {
    padding-left: 20px;
    border-left: 2px solid #668A40;
    margin-bottom: 20px;
}
.txt_cn {
    font-size: 30px;
    color: #000;
    font-family: "SVN-Poppins";
    font-weight: bold;
}
.cn_txt .slogan1 {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: "SVN-Poppins";
}
.camnhan_facebook .circle{
    border: 4px solid #668A40;
}
.breadCrumbs .breadcrumb{
    margin-bottom: 0px !important;
}
.breadCrumbs{
    padding: 0.75rem 15px;
    background-color: #eee;
}
.breadCrumbs .breadcrumb li {
    display: inline-block;
}
span.icon_br_item{
    padding: 0px 10px;
    color: #212529;
}
.breadCrumbs .breadcrumb li{
    color: #212529;
    font-family: "SVN-Poppins";
    font-size: 15px;
}
.breadCrumbs .breadcrumb li{
    margin-bottom: 0px !important;
}
.breadCrumbs .breadcrumb li a {
    color: #212529;
    font-family: "SVN-Poppins";
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}
main#main .title-category{
    margin-bottom: 30px;
    font-size: 30px;
    font-family: "SVN-Poppins";
    color: #333;
    font-weight: bold;
}
.template_page_custom_vn {
    padding: 30px 0px;
}

.boxmenulistleft li a {
    position: relative;
}
.boxmenulistleft li.current-menu-item .toggle i, .boxmenulistleft li:hover .toggle i {
    background-color: #668A40;
    color: #fff !important;
    transition: allease 0.3s;
}
.boxmenulistleft li.current-menu-item a{
    text-transform: uppercase;
    font-family: "SVN-Poppins";
    color: #668A40 !important;
}
.boxmenulistleft li a{
    display: block;
    position: relative;
}
.boxmenulistleft li .toggle i {
    color: #212121;
    background-color: #E5F7FF;
    border-radius: 0.25rem;
    padding: 4px 7px;
    font-weight: bold;
    font-size: 12px;
}
.boxmenulistleft li .toggle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 0px;
    right: 0;
    cursor: pointer;
}
.boxmenulistleft li{
    list-style: none;
}
.boxmenulistleft li a{
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-decoration: none;
    font-size: 20px;
    color: #212121;
    text-transform: capitalize;
    padding: 10px 28px 10px 0px;
    font-family: "SVN-Poppins";
}
.boxmenulistleft li:hover a{
    color: #668A40;
}
main#main header.entry-header{
    display: block;
    text-align: center;
}
main#main header.entry-header .entry-title{
    margin-bottom: 0px;
    font-size: 26px;
    color: #668A40;
    font-family: "SVN-Poppins";
}
div#content p,div#content span, div#content p strong, div#content p span, div#content ul li, div#content ol li{
    font-size: 15px;
    color: #333;
    font-family: "SVN-Poppins";
    line-height: 30px;

}
div#content table {
    width: 100% !important;
}
div#content table td,div#content table th{
    padding: 8px 10px;
    font-size: 15px;
    color: #333;
    font-family: "SVN-Poppins";
}
div#content table  td,div#content table  th{
    border: 1px solid #333;
}
#ez-toc-container {
    background: #eeeeee;
    border: 1px solid #dedede !important;;
}
#ez-toc-container li a{
    color: #000 !important;
    font-family: "SVN-Poppins";
    text-decoration: none !important;
}
#ez-toc-container li:hover a{
    color: #668A40 !important;
}
.slideshow-item img {
    width: 100%;
    height: auto;
}
div#content .icon-img-page {
    text-align: center;
    margin-bottom: 0px;
}
div#content .title-main{
    margin-bottom: 0px;
}
div#content .title-main .section-title b{
    display: none;
}
div#content .section-title-center{
    text-align: center;
    display: block;
    margin-bottom: 0px !important;
}
.wr-img{
    position: relative;
    overflow: hidden;
}
.wr-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.wr-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.entry-title.h4-style{
    font-size: 15px !important;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: "SVN-Poppins";
}
.entry-title.h4-style:hover a{
    color:#668a40;
}
.entry-title.h4-style a{
    line-height: 24px;
    margin-top: 5px !important;
}
.name-product.text-split {
    -webkit-line-clamp: 2;
}
.desc_name {
    font-size: 15px !important;
    color: #000;
    line-height: 22px !important;
}
.dong2 {
    -webkit-line-clamp: 3;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.phantrang {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 25px;
}
.phantrang a {
    background:#626262;
    padding: 3px 10px;
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    border: none;
}
.phantrang span.page-numbers.current {
    background:#668a40;
    padding: 6px 13px;
    color: white !important;
}
.phantrang span.current{
    background: #668a40;
    padding: 6px 13px;
    color: white;
}
.phantrang span.extend{
    padding: 8px 13px;
}
.phantrang span.pages{
    padding: 9px 15px;
}
.phantrang a:hover{
    background: #668a40;
    color: white;
}
.notify_not_page {
    margin: 0px;
    border-left: 3px solid #668a40;
    margin-left: 5px;
    padding: 5px 10px;
    background: white;
    font-size: 25px;
    line-height: 35px;
    font-family:  Montserrat-Regular;
    display: block;
    width: 100%;
    font-weight: bold;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}
.title-2.d-block.mb-3{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-family: "SVN-Poppins";
}
.blog-item-template .blog-content .title-blog{
    list-style: none;
    margin-bottom: 0px;
}
.blog-item-template .blog-content .title-blog a{
    font-size: 14px;
    font-family: "SVN-Poppins";
    text-decoration: none;
    color: #668A40;
}
.blog-item-template .blog-content .title-blog a:hover {
    color: #7c440a;
    transition: all 0.3s;
}
.news-tag-list .news-tags-item {
    font-size: 16px;
    line-height: 30px;
    font-family: "SVN-Poppins";
}
.news-tag-list .news-tags-item a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #626262;
}
.cat-label.tag-label {
    line-height: 18px !important;
    color: white !important;
}
.xemthem span {
    color: #fff !important;
}

/*css call mobile*/
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
    10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
    40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
    50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
    100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}


/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

/* Responsive */

@media (max-width: 1138px) {
    .info-header {
        color: white;
        font-size: 13px;
    }
}
@media (max-width: 1130px) {
    .header-nav.header-nav-main li a {
        font-size: 14px;
        padding: 5px 0px;
    }
}
@media (max-width: 1070px) {
    .info-header {
        color: white;
        font-size: 12px;
    }
    .nav-right {
        justify-content: flex-start;
    }
    .flex-right {
        margin-left: auto;
        width: 100%;
    }
}

@media (max-width: 1070px) {
    .info-header {
        color: white;
        font-size: 11px;
    }
}

@media (max-width: 992px) {
    .header-nav {
        display: none !important; /* Ẩn menu desktop */
    }
    .mobile-nav {
        display: flex !important; /* Hiện menu mobile */
    }
    .mobile-nav {
        display: block !important; /* Đảm bảo menu mobile luôn hiển thị */
    }
    .show-for-medium, [data-show=show-for-medium]{
        display: block !important;
    }

    .header-wrapper .wrap-content {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .header_right2 .info-header {
        display: none;
    }
    .header_right2 {
        background-color: unset;
        justify-content: space-between;
        padding: 5px 20px;
        position: relative;
        color: white;
        clip-path: none;
        width: 100%;
        text-align: center;
        display: block;
    }
    .header_right2::before{
        display: none;
    }
    .info-header.info-header1 {
        display: none;
    }
    /*.header-top {*/
    /*    display: none;*/
    /*}*/
    .header-wrapper .wrap-content {
        display: none;
    }
    .header-top {
        display: block;
        width: 100%;
        min-height: unset;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }
    .vntech-lang-template-mobile div#polylang-2 {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-bottom: 0px;
        padding: 8px 10px;
    }
    .vntech-lang-template-mobile div#polylang-2 ul li {
        display: inline;
    }
    .text-item-mobile-vn {
        margin-bottom: 0px;
    }
    div#polylang-2 .lang-item-ja a:before {
        left: 40px;
        top: 0px;
    }
    .template-top-mobile-item {
        display: block;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    /*.wrap-content {*/
    /*    flex-direction: column;*/
    /*    text-align: center;*/
    /*    gap: 10px;*/
    /*}*/

    /*.header-left, .header-center, .header-right {*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*}*/

    /*.header-right-content {*/
    /*    clip-path: none;*/
    /*}*/
}

@media (max-width: 540px) {

}