/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --bold-color-use: #1D3F71;
    --text-color-use: #606B82;
    /* --linear-main: linear-gradient(89.92deg, #15D28E -2.61%, #03BBF7 102.33%);
    --linear-second: linear-gradient(45deg, #15D28E, #03BBF7);
    --project-linear: linear-gradient(180deg, rgba(19, 207, 152, 0) 0%, #04BCF0 100%); */
    --linear-main: #1a8805;
    --linear-second: #1a8805;
    --project-linear: #1a8805;
    --grey-color: #E0E0E0;
}
* {
    letter-spacing: 0 !important;
}
.f-14 {
    font-size: 14px;
}
.text.no-padding-vns .section {
    padding: 0 !important;
}
::-webkit-scrollbar {
    display: none;
}
.home .box-text {
    padding-bottom: 0;
}
.linh-vuc .box-text {
    padding-bottom: 1.4em;
}

/* Border Radius */
.radius-16 .box-image {
    border-radius: 16px !important;
}

/* previuos - next btn */
.flickity-button.next,
.flickity-button.previous {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.12);
    transition: .5s;
}
.flickity-button.next {
    transform: translate(-20%, -52%);
}
.flickity-button.previous {
    transform: translate(20%, -52%);
}
.flickity-button.next svg, .flickity-button.previous svg {
    display: none;
}
.flickity-button.previous::after,
.flickity-button.next::after {
    font-family: fl-icons;
    font-size: 30px;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: var(--linear-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
}
.flickity-button.next::after {
    content: "\f105";
}
.flickity-button.previous::after {
    content:"\f104"
}

.flickity-button.next:hover,
.flickity-button.previous:hover {
    background: var(--linear-main);
    transition: .5s;
}
.flickity-button.previous:hover::after,
.flickity-button.next:hover::after {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-post-vns .slider-nav-outside.slider-nav-circle .next,
.home-post-vns .slider-nav-outside.slider-nav-circle .previous {
    transform: translateY(100%) !important;
}
@media (min-width: 850px) and (max-width: 1340px) {
    .home-post-vns .flickity-button {
          display: none !important;
    }
}
/*  */

.box-none {
    display: none;
}

strong {
    color: var(--bold-color-use);
}

.text-white,
.text-white h3,
.text-white h4,
.text-white p,
.text-white span {
    color: #fff;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 1rem;
}
.f-20 {
    font-size: 1.25rem;
}
.f-24 {
    font-size: 1.5rem;
}

.tabbed-content.san-pham>h4,
.vns-title span {
    font-size: 28px;
}
.section-title-container {
    margin-bottom: 0;
}

.section-title.section-title-center b {
    visibility: hidden;
}

.section-title.section-title-normal,
.section-title.section-title-normal .section-title-main {
    border: none;
    margin-bottom: 0;
}

/* placeholder */
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    color: var(--text-color-use);
}

/* btn previous-next */
.banner-vns .flickity-prev-next-button.previous {
    left: 6%;
}
.banner-vns .flickity-prev-next-button.next {
    right: 6%;
}

/* btn */
.button.vns-btn {
    width: 218px;
    background: var(--linear-main);
}
.button.vns-btn.is-large {
    width: 248px;
}

.button.vns-btn span {
    font-size: 1rem;
    font-weight: 700;
    padding: 11px 0;
}


/* Header */
.page:not(.home) .header-wrapper:not(.stuck) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* top-bar */
header .translate-icon {
    width: 30px;
}
header .translate-icon img {
    width: 100%;
}
header .book-icon::before {
    content: url(../flatsome-child/icon/book.svg);
    width: 23px;
    margin-right: 7px;
}
header .book-icon {
    padding-right: 22px;
    border-right: 1px solid rgba(3, 188, 241, 0.3);
    height: 24px;
}
header .header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .header-top::after {
    content: "";
    height: 1px;
    background: var(--linear-main);
    width: 1170px;
    max-width: 100%;
    opacity: 0.15;
}

@media (max-width: 849px) {
    header .header-top {
        display: none;
    }
}

/* header-main */
header .header-main .header-inner,
header .header-top .container {
    width: 1200px;
}
header .header-top .container {
    padding-top: 4px;
}
header .header-nav .menu-item a {
    color: var(--bold-color-use);
    font-size: 14px;
}

header .header-nav .menu-item:hover a {
    color: var(--bold-color-use);
}

header .header-nav .menu-item.active a {
    color: var(--bold-color-use);
}

/* menu dropdown */
header .header-nav .menu-item.current-dropdown .sub-menu {
    /* border-radius: 8px; */
    padding: 0;
}
header .header-nav .menu-item.current-dropdown .sub-menu>li>a {
    padding: 10px 20px;
    margin: 0;
    border-bottom: none;
}
header .sub-menu>li.menu-item {
    transition: .2s;
}
header .sub-menu>li.menu-item:hover {
    background: var(--linear-main);
    transition: .2s;
}
header .sub-menu>li.menu-item:hover>a {
    color: #fff;
}

/*  */
    .header-main .header-nav>.menu-item.has-dropdown>.sub-menu>li.menu-item>a {
        font-weight: 500;
        font-size: 14px;
        text-transform: none;
    }
    .header-main .header-nav>.menu-item:nth-child(3).has-dropdown>ul>li>ul {
        display: none;
    }
    .header-main .header-nav>.menu-item:nth-child(3).has-dropdown>ul>li:hover>ul {
        display: block;
    }

/* style sub menu */
header .menu-item .sub-menu {
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
header .menu-item .sub-menu {
    border: none;
}
header .header-nav li.menu-item.has-dropdown::before {
    border-color: #fff;
}
header .header-nav li.menu-item.has-dropdown::after {
    bottom: 0;
}
/*  */

header .header-nav .menu-item.current-dropdown .sub-menu .menu-item {
    position: relative;
}
header .header-nav .menu-item.current-dropdown .sub-menu .menu-item .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 310px;
    right: -310px;
    top: 0;
}
header .header-nav .menu-item:nth-child(4) .sub-menu .menu-item {
    overflow:  hidden;
    transition: .5s;
}
header .header-nav .menu-item:nth-child(4) .sub-menu .menu-item:hover {
    overflow: visible;
    transition:  .5s;
}


header .header-nav .menu-item.current-dropdown .nav-dropdown>li.nav-dropdown-col {
    display: block;
}
header .header-nav .menu-item:nth-child(4).current-dropdown ul>li:last-child a {
    border: none;
}

/* header-search form */
header .header-search-form .searchform .flex-col.flex-grow {
    margin-right: 4px;
    background: var(--linear-second);
    border-radius: 60px;
    padding: 1px;
    width: 270px;
}

header .header-search-form .searchform .search-field {
    background-color: #fff !important;
    color: var(--text-color-use) !important;
    height: 40px;
    padding-left: 20px;
}
header .header-search-form .searchform .icon-search {
    right: 11px;
}
header .header-search-form .searchform .icon-search,
header .header-search-form .searchform .search-field::placeholder {
    color: var(--text-color-use);
}

.banner-vns .flickity-page-dots {
    bottom: 30px;
}

/* Mobile Header */
header .header-top .nav.mobile-nav {
    justify-content: space-between;
}

header .header-main .header-inner .nav .icon-menu {
    color: var(--bold-color-use);
}

@media (max-width: 849px) {
    header .header-main .header-inner .logo {
        order: 1;
    }
}

/* Về VnS */
.home-gt .vns-title {
    margin-bottom: 10px;
}
@media (min-width: 1230px) {
    .home-gt .row .col:nth-child(1) {
        padding-right: 0;
    }
    .home-gt .row .col:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    .home-gt .row .col:nth-child(3) {
        padding-left: 0;
    }
    .home-gt .home-gt-img .col-inner {
        width: 430px;
    }
    .hidden-1200 {
        display: none;
    }
}

/* Thành tựu */
.thannh-tuu-wrapper>div>div,
.thannh-tuu-wrapper>div>div>div {
    height: 100%
}
.thanh-tuu .box {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
    padding-top: 20px;
}

.thanh-tuu .box .box-image {
    width: 66px;
}

.thanh-tuu .box .box-text.text-center {
    padding: 10px 25px 15px;
}
.thanh-tuu .box .box-text.text-center h4 {
    padding-bottom: 6px;
}

.thanh-tuu .box .box-text .box-text-inner p {
    line-height: 1.1;
}


/* Sản phẩm */
.san-pham, .san-pham>h4 {
    text-align: center;
}
.san-pham .section-title-container.vns-title {
    margin-bottom: 5px;
}
.san-pham .nav {
    justify-content: center;
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-bottom: 15px;
}
.san-pham .nav li a {
    height: 40px;
    padding: 0 25px;
    border: 1.5px solid #D4D4D4;
    transition: .3s;
}
.san-pham .nav li:hover a {
    border-color: var(--bold-color-use);
    transition: .3s;
}
.san-pham .nav li.active a {
    border: none;
    background: var(--linear-main);
}
.san-pham .nav li a {
    color: var(--bold-color-use);
}
.san-pham .nav li.active a, .san-pham .nav li.active:hover a {
    color: #fff;
}
.san-pham .nav li:not(:first-child) {
    margin-left: 10px;
}
.product-small .product-title>a {
    font-weight: 500;
    font-size: 1rem;
}


/* Video Slider */
.vns-video .section {
    padding: 0;
    border-radius: 10px;
}
.vns-video .section.is-selected {
    transform: scale(1.25);
    z-index: 2;
}
.vns-video .flickity-page-dots {
    bottom: -50px;
}
.home-post-vns .flickity-page-dots li.dot,
.flickity-page-dots li.dot {
    background-color: var(--grey-color);
    width: 16px;
    height: 8px;
    opacity: 1;
    border: none;
    border-radius: 11px;
}
.flickity-page-dots li.dot.is-selected {
    width: 36px;
    background: var(--linear-main) !important;
}
.white-dot .flickity-page-dots li.dot.is-selected {
    background: #fff !important;
}

/* Câu chuyện */
.home-post-vns .post-item .is-divider {
    display: none;
}
.home-post-vns .post-item .post-title {
    font-size: 14px;
    padding-bottom: 5px;
}


/* Footer */
footer .footer-logo .col {
    padding-bottom: 15px;
}
footer .ux-logo-link {
    padding: 0 !important;
}
footer .absolute-footer .footer-secondary,
footer .absolute-footer .footer-primary .menu-secondary-container {
    display: none;
}

footer .absolute-footer {
    background: var(--linear-main);
    padding-top: 20px;
    padding-bottom: 21px;
}

footer .absolute-footer .footer-primary .copyright-footer strong {
    color: #fff;
}

footer .footer-title {
    margin-bottom: 10px;
}
footer .footer-title.mb-24 {
    margin-bottom: 24px;
}

footer .footer-title h3 span {
    font-size: 16px;
    line-height: 19px;
}

footer .footer-info p.f-15 {
    margin-bottom: 10px;
    line-height: 19px;
}

footer .footer-giai-phap .col-inner a {
    color: var(--text-color-use);
    display: inline-block;
    padding-bottom: 5px;
    transition: .4s;
}

footer .footer-giai-phap .col-inner a:hover {
    color: var(--bold-color-use);
    font-weight: 700;
    transition: .4s;
}

footer .img.social-vns {
    width: 40px;
    max-width: 40px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
}

footer .img.social-vns:not(:first-child) {
    margin-left: 5px;
}

footer .img.social-vns:hover {
    transform: scale(1.05);
    transition: .5s;
}

/* footer icon */
footer .footer-info {
    display: flex;
    margin-bottom: 6px;
}
footer .footer-info p.footer-icon {
    margin-bottom: 0;
    margin-right: 10px;
}
.location-icon::before {
    content: url(../flatsome-child/icon/location-icon.svg);
    width: 18px;
}
.tel-icon::before {
    content: url(../flatsome-child/icon/phone-icon.svg);
    width: 18px;
}
.mail-icon::before {
    content: url(../flatsome-child/icon/mail-icon.svg);
    width: 18px;
}
footer .footer-icon.mail-icon {
    margin-top: -3px;
}
.web-icon::before {
    content: url(../flatsome-child/icon/web-icon.svg);
    width: 18px;
}
.info-lien-he>p {
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.info-lien-he>p>i {
    margin: 4px 6px 0 0;
}


/* Form liên hệ */
.vns-form {
    background: var(--linear-main);
    padding: 40px 35px 40px;
    border-radius: 16px;
}
.vns-form .input-item {
    border-radius: 8px;
}
.vns-form input.input-item {
    height: 45px;
}
.vns-form .input-submit {
    width: 100%;
    height: 50px;
    border-radius: 8px;
}

.vns-form .wpcf7-spinner {
    position: absolute
}
.vns-form .input-submit {
    background-color: #FFCA00 !important;
    color: #333 !important;
    font-size: 18px
}

/* Trang Trong */
.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
}

.page-header-wrapper .page-title-inner .title-content.text-right {
    display: none;
}

.parallax-title .banner.has-parallax .banner-layers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-page-wrapper .portfolio-featured-title h1,
.parallax-title .banner.has-parallax .banner-layers h1 strong {
    color: #fff;
    text-shadow: 3px 3px 5px #000;
    font-size: 42px;
    text-transform: none;
}
.portfolio-page-wrapper .portfolio-featured-title {
    height: 300px;
    display: flex;
}
.archive.category .row.align-center .large-10.col {
    flex-basis: 100%;
    max-width: 100%;
}


/* Trang bai viet single */
.single.single-featured_item,
.single-post header.header {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)
}
.single-post .comments-area, .single-post .entry-category {
    display: none;
}
.single-post .wp-caption .wp-caption-text {
    background-color: transparent;
}

/* Trang dự án */
.portfolio-page-wrapper.portfolio-archive .box-image .image-cover {
    padding-top: 65% !important;
}
.portfolio-page-wrapper.portfolio-single-page .featured_item_cats {
    display: none;
}
.portfolio-page-wrapper.portfolio-single-page .entry-title {
    text-transform: none;
}

/* dải phân cách trang */
.home.page-template #main::after {
    content: "";
    display: none;
}
.single-post #main::after,
.category #main::after,
.page-template #main::after {
    content: "";
    display: block;
    height: 1px;
    width: 1170px;
    max-width: 100%;
    background: var(--linear-main);
    margin-left: auto;
    margin-right: auto;
}

/* Sidebar */ 
.post-sidebar>.widget-area .is-divider, #shop-sidebar .is-divider,
#product-sidebar .is-divider {
    display: none;
}
.post-sidebar>.widget-area .widget-title, .widget-title.shop-sidebar {
    display: block;
    width: 100%;
    padding: 7px 15px;
    background-color: var(--primary-color);
    border-radius: 5px 5px 0 0;
}
.post-sidebar>.widget-area .widget-title>span, .widget-title.shop-sidebar {
    color: #fff;
    font-size: 18px;
}
.post-sidebar>.widget-area #menu-sidebar-menu>li>a {
    padding: 6px 12px;
    font-size: 14px;
}
/* Shop sidebar */
#shop-sidebar>.widget>ul, #product-sidebar>.widget>ul {
    padding: 0 5px;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* html:lang(en) img[src*="/logo.svg"] {
    background-image: url("https://vnscity.com.vn/wp-content/uploads/2023/01/logo-en.jpg");
} */

#goog-gt-tt {
    display: none !important;
  }
  .goog-te-banner-frame {
    display: none !important;
  }
  .goog-te-menu-value:hover {
    text-decoration: none !important;
  }
  .goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  body {
    top: 0 !important;
  }
  #google_translate_element2 {
    display: none !important;
  }

.header-contact>li>a {
    color: #222 !important;
}
.header-contact>li>a>span {
    text-transform: none;
}

/* Số liệu */
.so-lieu .featured-box .text>h3 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.1;
}

/* slick slider */
.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slick-dots>li>button {
    display: none;
}
.slick-dots>li {
    margin: 0 4px;
}
.slick-dots>li::after {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    background-color: var(--grey-color);
    border-radius: 11px;
}
.slick-dots>li.slick-active::after {
    width: 32px;
    background-color: var(--primary-color);
}

@media (min-width: 850px) {
    .flickity-button.next,
    .flickity-button.previous {
        top: 44%;
    }
}

/* radius & img prd-post */
.post-item .box-image, .product-small .box-image {
    border-radius: 8px;
}
.post-item:hover .box-image img, .product-small:hover .box-image img {
    transform: scale(1.05);
    transition: .5s;
}   
/* Price */
.home .price-wrapper>.price, .archive .price-wrapper>.price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.home .price-wrapper>.price>ins, .archive .price-wrapper>.price>ins {
    margin-right: 6px;
}
.home .price-wrapper>.price {
    justify-content: center;
}