﻿/*
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.   ***************/
@font-face{
    font-family: SairaCondensed-Bold;
    src: url(/wp-content/themes/flatsome-child/assets/fonts/SairaCondensed-Bold.ttf);
}
html {
    margin-right: 0 !important;
}
html::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}
html::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #FFD3AB;
}
html::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.stuck #masthead{
    background: #000;
}
.stuck #masthead .flex-left > ul > li {
    line-height: 80px;
}
.stuck .header-main .nav > li > a {
    line-height: 1.6 !important;
}
.info-topbar, .info-topbar li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
}
.info-topbar li {
    position: relative;
    font-size: 13px;
    font-weight: bold;
}
.info-topbar li {
    margin: 0 10px;
}
.info-topbar li i {
    margin-right: 3px;
}
#masthead .flex-left > ul > li > a {
    font-size: 16px;
    text-transform: inherit;
    color: #fff;
    padding: 4px 10px;
    position: relative;
    border-radius: 99px;
}
#masthead .flex-left > ul {
    justify-content: center;
}
#masthead .flex-left > ul > li > a > i {
    opacity: 1;
}
#masthead {
    border-bottom: solid 1px #000;
}
#masthead .flex-left > ul > li > a:hover {
    border-radius: 99px;
    transition: all .2s;
}
#masthead .flex-left > ul > li > a:hover {
    background: linear-gradient(90deg,rgba(235, 255, 192, 1) 1%, rgba(235, 255, 192, 1) 35%, rgba(255, 211, 171, 1) 64%);
}
#masthead .flex-left > ul > li a:hover{
    color: #000;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li > a:hover {
    color: #FFD3AB;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 15px);
    left: 0;
    min-width: 280px;
    white-space: nowrap;
    margin-top: 0;
    border: solid 1px #e8e8ea;
    border-top: 0;
    padding: 20px 0;
    text-align: left;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-in;
    max-height: none;
}
#masthead > .header-inner .flex-left > ul > li.has-dropdown:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
    top: 100%;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li > a {
    color: #000;
    font-weight: bold;
    display: block;
    padding: 10px 25px;
    position: relative;
    border-radius: 99px;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li > a:hover {
    border-radius: 99px;
    transition: all .2s;
    color: #000;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li.nav-dropdown-col > a:after {
    content: '>';
    position: absolute;
    right: 10px;
    font-size: 16px;
}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li.nav-dropdown-col > ul > li > a:hover {text-decoration: underline;color: #e7b384;}
#masthead > .header-inner .flex-left > ul > li > .sub-menu > li > a:hover {
    background: linear-gradient(90deg,rgba(235, 255, 192, 1) 1%, rgba(235, 255, 192, 1) 35%, rgba(255, 211, 171, 1) 64%);
}
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: transparent;
}
.mfp-content #search-lightbox input {
    background: #ebffc08a !important;
    border-radius: 5px;
    color: #000 !important;
    font-size: 16px;
    height: 65px !important;
    padding: 0 25px;
}
.mfp-content #search-lightbox input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.mfp-content #search-lightbox button {
    color: #000 !important;
    font-size: 16px;
    padding: 0;
    right: -20px;
    font-weight: bold;
}
.mfp-ready .mfp-close {
    opacity: 1;
}
#masthead .flex-right ul li.header-search i {
    color: #fff;
}
.btn-view {
    padding: 12px 20px !important;
    border-radius: 99px;
    background: #ffdc4a;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: #000 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#logo {
    margin-right: 0;
}
.btn-view:before {
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn-view:hover:before {
    opacity: 1;
}
.btn-view:hover {
    color: #FFFFFF !important;
    background-color: #000 !important;
}
.btn-view:after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    white-space: nowrap;
    z-index: 2;
}
.btn-view:hover:after {
    transform: translate(0%, -50%);
    opacity: 1;
}
.btn-view span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.btn-view:hover span {
    transform: translateY(-150%);
    opacity: 0;
}
.head-title {
    background: #0000009c;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -5px #00000057;
    text-align: center;
}
.head-title h1{
    font-size: 36px;
}
.head-title2 h2 {
    font-size: 38px;
}
.head-title span {
    color: #FFD3AB;
    position: relative;
}
.head-title span:before {
    content: '';
    background: #b8b8b847;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 4px;
}
.head-title p, .head-title2 p {
    font-size: 20px;
    margin-bottom: 0;
}
.absolute-footer {
    padding: 15px 0;
    border-top: solid 1px #313131;
}
.footer-secondary {
    padding: 0;
}
.copyright-footer, .footer-text {
    color: #fff;
}
.social_media {
    margin-bottom: 0;
}
.social_media, .social_media li {
    display: inline-block;
    list-style: none;
}
.social_media li a {
    display: block;
}
.social_media li {
    width: 50px;
    height: 50px;
    line-height: 49px;
    margin: 0 !important;
    text-align: center;
    background-color: #ebffc030;
    border-radius: 50%;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.social_media li img {
    width: 28px;
    object-fit: contain;
}
.social_media li:hover {
    background-color: #ffd3ab;
    transform: translateY(-5px);
}
.social_media li:hover a {
    color: #000;
}
.footer-section2 {
    border-bottom: solid 1px #FFFFFF12;
}
.section-title-container .section-title, .section-title-container .section-title span {
    border-bottom: 0;
}
.section-title-container .section-title{
    margin-bottom: 0;
}
.footer-section2 .section-title span {
    font-size: 24px;
    text-transform: inherit;
    padding-bottom: 0;
}
.ux-menu .ux-menu-link > a {
    min-height: auto;
    padding: 0;
    font-weight: bold;
}
.ux-menu .ux-menu-link+.ux-menu-link > a {
    padding-top: 10px;
}
.ux-menu .ux-menu-link > a span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: calc(.5em - -3px);
    left: 0;
    width: 100%;
    height: 2px;
    opacity: .8;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform .3s ease-in-out;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #ffd3ab;
}
.ux-menu .ux-menu-link > a .ux-menu-link__text:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition-timing-function: ease;
    background-color: #ffd3ab;
}
.ux-menu .ux-menu-link > a:hover {
    color: #ffd3ab !important;
}
.ux-menu .ux-menu-link > a .ux-menu-link__text {
    position: relative;
}
.info-bussiness p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.info-bussiness p:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #EBFFC0;
}
.info-bussiness p:first-child:before {
    content: '\f3c5';
}
.info-bussiness p:nth-child(2):before {
    content: '\f2a0';
}
.info-bussiness p:nth-child(3):before {
    content: '\f0e0';
}
.info-bussiness p:nth-child(4):before {
    content: '\f0ac';
}
.info-contact {
    text-align: center;
}
.info-contact p:first-child {
    background: #FFFFFF14;
    border-radius: 99px;
    padding: 3px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.info-contact div {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.info-contact p:last-child {
    font-size: 18px;
    color: #fff;
}
a.primary {
    padding: 3px 20px;
    color: #000;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.btn:before {
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.primary:hover {
    box-shadow: none;
}
.btn:after {
    content: 'Gọi tư vấn';
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    white-space: nowrap;
    z-index: 2;
}
.btn:hover:before, .btn:hover:after {
    opacity: 1;
}
.btn:hover:after {
    transform: translate(0%, -50%);
}
.btn:hover {
    color: #FFD3AB;
}
.btn span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.btn:hover span {
    transform: translateY(-150%);
    opacity: 0;
}
.btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.btn2 {
    background: #fff;
    padding: 12px 20px !important;
}
.footer-section .row > .col >  .col-inner {
    background-image: url( '/wp-content/uploads/2025/05/Banner-website.png' );
    height: 512px;
}
.head-title2 h2 span {
    color: #FFD3AB;
    position: relative;
}
.head-title2 h2 span:before {
    content: '';
    background: #b8b8b847;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 4px;
}
.contact-section {
    padding-top: 0 !important;
    padding-bottom: 200px !important;
}
.col-contact .row {
    background: rgb(255 211 171);
    border-radius: 10px;
}
.des-contact, .formContact {
    padding-left: 50px;
    padding-right: 50px;
}
.des-contact p:first-child {
    display: inline-flex;
    background: #fff;
    padding: 2px 20px;
    border-radius: 99px;
    color: #000;
    font-weight: bold;
    margin-bottom: 12px;
}
.des-contact p:nth-child(2) {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}
.contact-section2 {
    margin-top: -250px;
}
.col-contact .img img {
    border-radius: 0 10px 10px 0;
}
input,input:focus, textarea, textarea:focus {
    box-shadow: none !important;
}
form.wpcf7-form input, form.wpcf7-form textarea {
    border-radius: 30px;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
}
form.wpcf7-form input {
    height: 50px;
}
form.wpcf7-form label {
    display: flex;
    font-size: 15px;
    color: #838383;
    position: absolute;
    align-items: center;
    cursor: text;
    margin-bottom: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 10;
    pointer-events: none;
    font-weight: 100;
}
.keydesign-label:focus-within label {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0);
}
form.wpcf7-form button {
    background: #000;
    border-radius: 99px;
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    text-transform: inherit;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin-bottom: 0;
    margin-right: 0;
}
form.wpcf7-form button:hover {
    background: #0a1f33;
}
.contact-section3 .des-contact p:first-child {
    background: linear-gradient(90deg, rgba(235, 255, 192, 1) 11%, rgba(255, 211, 171, 1) 59%, rgba(255, 211, 171, 1) 57%);
}
.maps iframe {
    border-radius: 10px;
}
.maps p {
    margin-bottom: 0;
}
.blog-wrapper {
    padding: 0;
}
.bg-single-post {
    width: 100%;
    background: #000;
    position: relative;
}
.bg-single-post {
    height: 300px;
}
.blog-single article {
    border-radius: 10px;
    background: #fff;
    margin-top: -220px;
    margin-bottom: 0;
    position: relative;
}
.blog-single article .entry-category a {
    color: #e3a062;
    font-size: 13px;
    font-weight: 100;
    position: relative;
}
.blog-single article .entry-category a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: calc(.5em - -3px);
    left: 0;
    width: 100%;
    height: 2px;
    opacity: .8;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform .3s ease-in-out;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #e3a062;
}
.blog-single article .entry-category a:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition-timing-function: ease;
}
.blog-single article .entry-title {
    font-size: 38px;
}
.entry-content {
    padding-top: 0;
    text-align: justify;
}
.time-post {
    text-transform: uppercase;
    font-size: 13px;
}
.time-post span {
    margin: 0 15px;
}
.chia-se a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 34px;
    height: 34px;
    background: #ffd3ab36;
    margin-bottom: 8px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 10px;
}
.chia-se a i {
    color: #0a1f33;
}
.chia-se a:hover i {
    color: #fff;
}
.chia-se a:hover {
    background: #FFD3AB;
}
.name-category div a+a {
    margin-left: 8px;
}
.name-category div a {
    display: inline-block;
    border-radius: 5px;
    padding: 5px 13px;
    border: solid 1px #e4e9f1;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.name-category div a:hover {
    background: #FFD3AB;
    color: #000000;
}
.name-category {
    display: flex;
    align-items: center;
}
.name-category p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 10px;
}
#related_posts {
    border-top: solid 1px #e4e9f1;
    padding-top: 30px;
}
.related-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.post-item .box-image img {
    transition: all 0.7s cubic-bezier(.2, 1, .22, 1);
    border-radius: 10px;
}
.post-item .box:hover .box-image img {
    transform: scale(1.07);
}
.post-item .box-image {
    border-radius: 10px;
}
.post-item .box-text h5 {
    margin: 0;
    font-size: 18px;
}
.post-item .box-text {
    padding: 15px 0;
}
.post-item .box-text h5 a, .post-item .box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-item .box-text .time-post {
    margin: 10px 0;
    color: #FFD3AB;
}
.post-item .box-text .time-post i {
    margin-right: 5px;
}
.box-blog-post .is-divider {
    display: none;
}
.blog-archive #post-list .post-item .box-text h5 {
    font-size: 20px;
    margin-bottom: 15px;
}
.bg-category {
    background: #000;
    height: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.bg-category h1 {
    color: #FFD3AB;
    margin-bottom: 10px;
    font-size: 40px;
}
#crumbs {
    color: #fff;
    font-size: 13px;
}
#crumbs a {
    color: #fff;
    font-weight: bold;
}
#crumbs i {
    margin: 0 5px;
}
.page-title {
    font-size: 20px;
    font-weight: bold;
}
.page-numbers {
    text-align: right;
}
.page-numbers li span, .page-numbers li a {
    border-radius: 0 !important;
    border: 0;
    background: transparent !important;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    color: #FFD3AB;
    border-bottom: solid 1px;
    background: #ebf1ff !important;
}
.page-numbers li {
    margin: 0 2px !important;
}
.widget-title {
    font-size: 18px;
    text-transform: inherit;
    margin-bottom: 10px;
    border-bottom: solid 1px #e4e9f1;
    padding-bottom: 8px;
}
.menu-widget > li > a {
    font-size: 15px;
    position: relative;
    color: #000;
}
.menu-widget > li {
    margin-bottom: 6px;
}
.blog-archive .post-sidebar #secondary > .widget {
    border: solid 1px #e4e9f1;
    padding: 20px;
    border-radius: 10px;
}
.menu-widget, .tagcloud {
    margin-top: 15px !important;
}
.menu-widget > li > a:hover {
    color: #FFD3AB;
}
.menu-widget > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: calc(.5em - -3px);
    left: 0;
    width: 100%;
    height: 2px;
    opacity: .8;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform .3s ease-in-out;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    background: #FFD3AB;
}
.menu-widget > li > a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition-timing-function: ease;
}
.tagcloud a {
    background: #ffd3ab3b;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 4px;
    color: #000;
    border-radius: 3px;
    font-size: 13px !important;
}
.tagcloud a:hover {
    background: #FFD3AB;
    color: #000;
}
.section-price .head-title {
    background: transparent;
    box-shadow: none;
}
.item-price {
    border: solid 1px #e4e9f1;
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}
.title-price {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.section-price2 {
    margin-top: -160px;
}
.content-price p {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
.content-price {
    margin: 20px 0;
}
.content-price p+p {
    margin-top: 10px;
}
.content-price p:before {
    content: '\f058';
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #FFD3AB;
}
.single-price {
    text-align: center;
    background: linear-gradient(90deg, rgba(235, 255, 192, 1) 11%, rgba(255, 211, 171, 1) 59%, rgba(255, 211, 171, 1) 57%);
    color: #000;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 5px 20px;
    border-radius: 99px;
    font-weight: bold;
    font-size: 24px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.single-price span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.single-price:hover span {
    transform: translateY(-150%);
    opacity: 0;
}
.single-price:after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    white-space: nowrap;
}
.single-price:hover:after {
    transform: translate(0%, -50%);
    opacity: 1;
}
#noibat-price .item:nth-child(2) .item-price {
    background: #000;
    position: relative;
}
#noibat-price .item:nth-child(2) .item-price .title-price:after {
    content: '';
    background: url(/wp-content/uploads/2025/05/certificate.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: -22px;
    top: -28px;
    position: absolute;
    width: 45px;
    height: 45px;
}
#noibat-price .item:nth-child(2) .item-price .title-price {
    position: relative;
    font-size: 28px;
    text-shadow: 0 0 5px #ffffffc2, -8px 2px 2px rgba(206, 89, 55, 0);
}
#noibat-price .item:nth-child(2) .item-price .title-price , #noibat-price .item:nth-child(2) .content-price p {
    color: #fff;
}
.single-price:hover {
background: #000 !important;
    color: #fff;
}
.section-price2 .item:nth-child(2) .single-price {
    background: #ffd3ab;
    color: #000;
}
.section-price2 .item:nth-child(2) .single-price:hover {
    color: #000;
    background: linear-gradient(90deg, rgba(235, 255, 192, 1) 11%, rgba(255, 211, 171, 1) 59%, rgba(255, 211, 171, 1) 57%) !important;
}
.info-contact2 {
    text-align: center;
}
.info-contact2 p:first-child {
    background: linear-gradient(90deg,rgba(235, 255, 192, 1) 11%, rgba(255, 211, 171, 1) 59%, rgba(255, 211, 171, 1) 57%);
    border-radius: 99px;
    padding: 3px 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.info-contact2 div {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.info-contact2 div span {
    position: relative;
    color: #FFD3AB;
}
.info-contact2 div span:before {
    content: '';
    background: #b8b8b847;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 4px;
}
.boxWhy .icon {
    background: linear-gradient(202deg,rgba(255, 211, 171, 1) 0%, rgba(255, 211, 171, 1) 38%, rgba(235, 255, 192, 1) 100%);
    border-radius: 10px;
    transition: all .2s;
}
.boxWhy .icon img {
    padding: 12px;
}
.boxWhy .icon-box-text p:first-child {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.23;
}
.boxWhy .icon-box-text ul li {
    font-size: 15px;
    margin-bottom: 0;
}
.boxWhy:hover .icon {
    background: #ffdc4a;
}
.info-contact3 p:first-child {
    background: #fff;
    border-radius: 99px;
    padding: 3px 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.info-contact3 div {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.info-contact3 div span {
    position: relative;
    color: #FFD3AB;
}
.info-contact3 div span:before{
    content: '';
    background: #b8b8b847;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 4px;
}
.accordion .accordion-item > a {
    border: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000;
}
.accordion .accordion-item+.accordion-item {
    margin-top: 20px;
}
.accordion .toggle {
    right: 20px;
    left: auto;
    top: 15px;
    opacity: 1;
    margin: 0;
}
.accordion-inner {
    padding-bottom: 0;
}
.item-product > div:first-child {
    background: #f0f3fa;
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px;
}
.item-product > div #crumbs, .item-product > div #crumbs a {
    color: #0a1f34;
    font-size: 14px;
}
.item-product > div #crumbs {
    margin-bottom: 30px;
}
.single-main-one h1 {
    font-family: SairaCondensed-Bold;
    font-size: 36px;
    color: #FFD3AB;
    line-height: 1;
    margin-bottom: 7px;
}
.name-site {
    font-size: 13px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 20px;
}
.gia-theme {
    font-size: 28px;
    color: red;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.xemthucte {
    margin: 15px 0;
}
.xemthucte > a {
    padding: 14px 10px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #007ae8;
    border-radius: 99px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-weight: bold;
    position: relative;
}
.xemthucte > a:after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    white-space: nowrap;
    z-index: 2;
}
.xemthucte > a span {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.xemthucte > a:hover span {
    transform: translateY(-150%);
    opacity: 0;
}
.xemthucte > a:hover:after {
    opacity: 1;
    transform: translate(0%, -50%);
}
.xemthucte > a:hover {
    background: #0a1f34;
}
.label-or {
    text-align: center;
    margin-bottom: 15px;
} 
.chontheme > a {
    background: #d00000;
}
.support-after {
    border-top: dashed 1px #ccc;
    padding-top: 20px;
    margin-top: 25px;
}
.support-after b {
    color: red;
}
.titleProduct {
    margin-top: 50px;
    margin-bottom: 20px;
}
.content-theme {
    text-align: justify;
}
.single-san-pham .mfp-container {
    background: transparent;
}
#chontheme {
    border-radius: 10px;
}
.formThemes > p {
    text-transform: capitalize;
    font-size: 24px;
    font-family: SairaCondensed-Bold;
}
.formThemes input {
    border-bottom: solid 1px #e6e6e6 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}
.formThemes label {
    padding-left: 0 !important;
}
.boxProduct:hover {
    box-shadow: 0px 0px 30px 0px #007ae83d;
    border: solid 1px #007ae83d;
}
.boxProduct {
    border: solid 1px #525252bd;
    border-radius: 10px;
}
.boxProduct .box-text {
    padding: 20px 10px 10px;
}
.boxProduct .box-text h4 {
    margin: 0;
}
.boxProduct .box-text h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-family: SairaCondensed-Bold;
    margin: 0;
    transition: all .1s;
}
.boxProduct .box-text h4 a:hover {
    color: #007ae8;
}
.boxProduct .box-image {
    border-bottom: solid 1px #e8e8e8bd;
    border-radius: 10px;
}
.related-products {
    margin-bottom: 30px;
}
.boxPrice {
    color: red;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px !important;
}
.theme-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-actions a {
    width: 100%;
    position: relative;
    font-size: 14px;
    height: 40px;
    line-height: 40px !important;
    padding: 0 4px;
    border-radius: 2px;
    display: block;
    text-align: center;
    margin: 5px 3px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.4px;
    font-weight: bold;
    text-transform: uppercase;
}
.theme-actions a:first-child {
    background: #007ae8;
    color: #fff;
}
.theme-actions a:last-child {
    background: #d00000;
    color: #fff;
}
.theme-actions a:last-child:hover, .theme-actions a:first-child:hover {
    background: #0a1f34;
}
.home-2 .info-contact3 p:first-child, .home-3 .info-contact3 p:first-child, .home-5 .info-contact3 p:first-child,
.section-about2 .info-contact3 p:first-child, .section-service2 .info-contact3 p:first-child{ 
    background: linear-gradient(90deg,rgba(235, 255, 192, 1) 11%, rgba(255, 211, 171, 1) 59%, rgba(255, 211, 171, 1) 57%);
}
.btnHome {
    color: #fff !important;
    transition: all .1s;
}
.btnHome:hover {
    background: #0a1f34;
}
.btnHome:after {
    content: '\f061';
    font-family: 'FontAwesome';
    font-weight: 100;
    margin-left: 5px;
    font-size: 12px;
}
.home-2 img {
    border-radius: 20px;
}
.proHome .post-item .box-text h5 {
    text-transform: inherit;
}
.proHome .post-item .box-text h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-family: SairaCondensed-Bold;
    margin: 0;
    transition: all .1s;
}
.proHome .boxProduct {
    background: #fff;
}

.boxLinhvuc p {
    font-weight: bold;
    font-size: 18px;
}
.home-5 .info-contact2 div {
    line-height: 1.3;
}
.boxService {
    border: solid 1px #eaeaea;
    padding: 20px;
    box-shadow: 0px 0px 15px -10px #00000091;
    border-radius: 10px;
}
.boxService img {
    padding-top: 0;
    background: linear-gradient(202deg,rgba(255, 211, 171, 1) 0%, rgba(255, 211, 171, 1) 38%, rgba(235, 255, 192, 1) 100%);
    padding: 12px;
    border-radius: 10px;
}
.boxService h3 {
    font-size: 18px;
}
.list-themes {
    margin-top: 45px;
}
.wp-pagenavi span, .wp-pagenavi a {
    padding: 6px 15px;
    color: #33486c;
    font-family: SairaCondensed-Bold;
    border: 0;
    border-bottom: solid 1px #007ae8;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span {
    background: #007ae8;
    color: #fff;
}
.timeline-area.vertical-timeline {
    position: relative;
    z-index: 1;
}
.single-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.single-timeline {
    position: relative;
}
.single-timeline:not(:nth-last-child(2)) {
    margin-bottom: 30px;
}
.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.timeline-item {
    background: #f0f3fa;
}
.timeline-item {
    filter: none;
    padding: 50px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 5px;
}
.ekit-wid-con .timeline-item {
    width: calc(50% - 60px);
    position: relative;
    margin-right: 60px;
}
.ekit-wid-con .timeline-info {
    width: calc(50% - 35px);
    margin-left: 35px;
    -ms-flex-item-align: center;
    align-self: center;
}
.ekit-wid-con .timeline-info .date {
    font-size: 26px;
    color: #FFD3AB;
    margin-bottom: 0;
}
.ekit-wid-con .timeline-img {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #ffd3ab;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;
}
.ekit-wid-con .timeline-img {
    border-color: #ffd3ab;
}
.ekit-wid-con .timeline-img::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #2575fc;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
}
.ekit-wid-con .timeline-img::before {
    background: #FFD3AB;
}
.ekit-wid-con .single-timeline:hover .timeline-img::before {
    opacity: 1;
    visibility: visible;
}
.ekit-wid-con .single-timeline:hover .timeline-item {
    background: #000;
}
.ekit-wid-con .timeline-icon {
    background: #82e182;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -webkit-box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 19.799px 19.799px 40px rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.ekit-wid-con .timeline-icon {
    background: #FFD3AB;
    color: #fff;
    border-radius: 5px;
    border-color: #E6E8F0;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    box-shadow: none;
    line-height: 50px;
}
.ekit-wid-con .timeline-icon i {
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-size: 20px;
}
.ekit-wid-con .single-timeline:hover .timeline-icon {
    background-color: #FFD3AB;
}
.ekit-wid-con .single-timeline:hover .timeline-icon i {
    color: #000;
}
.ekit-wid-con .vertical-timeline .timeline-pin {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-style: solid;
    border-width: 20px;
    z-index: -1;
}
.ekit-wid-con .vertical-timeline .timeline-pin {
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ekit-wid-con .vertical-timeline .timeline-pin {
    border-color: #f0f3fa;
}
.ekit-wid-con .single-timeline:hover .timeline-pin {
    border-color: #000;
}
.timeline-content {
    text-align: right;
}
.timeline-content {
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
.ekit-wid-con .single-timeline .timeline-content .title {
    margin-bottom: 10px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.027em;
}
.ekit-wid-con .single-timeline:hover .timeline-content, .ekit-wid-con .single-timeline:hover .timeline-content .title {
    color: #fff;
}
.timeline-content p {
    margin-bottom: 0;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-item {
    margin-right: 0;
    margin-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-content {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-pin {
    border-color: transparent transparent #fff #fff;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-pin {
    right: inherit;
    left: -20px;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-pin {
    border-color: #f0f3fa;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even):hover .timeline-pin {
    border-color: #000;
}
.ekit-wid-con .single-timeline:nth-child(2n) .timeline-info {
    text-align: right;
}
.ekit-wid-con .single-timeline:nth-child(2n) .timeline-info {
    margin-left: 0;
    margin-right: 35px;
}
.timeline-bar {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #f7f9fb;
    z-index: -1;
}
.timeline-bar {
    background-color: #e4e9f1;
    width: 1px;
}
.profile-team {
    margin-top: 50px;
}
.team-item:hover {
    background: #FFD3AB;
}
.team-item {
    background-color: rgba(255, 211, 171, 0.105);
    padding: 20px 20px 40px 20px;
    border-style: none;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 5px;
    text-align: center;
}
.profile-body {
    padding-bottom: 20px;
    padding-top: 20px;
}
.profile-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}
.profile-designation {
    margin-bottom: 0;
    font-size: 18px;
}
.team-social-list {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
}
.team-social-list > li {
    display: inline-block;
    margin: 0  10px 0 0 !important;
}
.team-social-list > li > a {
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #000;
    background-color: #f0f3fa;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
}
.team-social-list > li > a {
    display: inline-block;
}
.team-item:hover .profile-body, .team-item:hover .profile-body h3 {
    color: #fff;
}
.serviceBox {
    position: relative;
}
.serviceBox .icon-box-img {
    max-width: 220px;
    max-height: 220px;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
}
.serviceBox .icon-box-img img {
    -webkit-border-radius: 220px;
    -khtml-border-radius: 220px;
    -moz-border-radius: 220px;
    -ms-border-radius: 220px;
    -o-border-radius: 220px;
    border-radius: 220px;
    padding-top: 0;
}
.serviceBox:before {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    bottom: 100px;
    background-color: #fff;
    z-index: -2;
    transform: skewY(-16deg);
    -webkit-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -khtml-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -moz-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -ms-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -o-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
}
.serviceBox .icon-box-text {
    padding: 15px 20px 32px 30px;
}
.serviceBox .icon-box-text h3 {
    font-size: 20px;
    line-height: 1.3;
}
.serviceBox:after {
    content: '';
    height: 60%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    -khtml-box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    -moz-box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    -ms-box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    -o-box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    box-shadow: 0 35px 35px rgba(0, 10, 80, 5%);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.serviceBox .icon-box-img:before, .serviceBox .icon-box-img:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 220px;
    -khtml-border-radius: 220px;
    -moz-border-radius: 220px;
    -ms-border-radius: 220px;
    -o-border-radius: 220px;
    border-radius: 220px;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
}
.serviceBox .icon-box-img:before {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -khtml-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -moz-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -ms-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    -o-box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
    box-shadow: 0 20px 50px rgba(0, 10, 80, 5%);
}
.serviceBox:hover .icon-box-img:after {
    opacity: 1;
}
.serviceBox:hover .icon-box-img:before, .serviceBox:hover .icon-box-img:after {
    background: #FFD3AB;
}
.home-1 .head-title {
    padding: 30px;
}
.feedback-home .info-contact3 div span {
    color: #000;
}
.feedback-home .info-contact3 div {
    color: #000;
}
.home-5 {
    padding-bottom: 0 !important;
}
.boxService-page {
    background: #ffd3ab36;
    padding: 30px;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.boxService-page .icon-box-img img {
    padding-top: 0;
}
.boxService-page .icon-box-img  .icon {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
.boxService-page:hover {
    transform: translateY(-8px);
}
.boxService-page:hover .icon-box-img .icon {
    background: #FFD3AB;
}
.back-to-top {
    background: #FFD3AB !important;
    border: 0 !important;
}
.back-to-top i {
    color: #fff;
    font-size: 30px !important;
}
.slider .flickity-page-dots .dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 3px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.home button.flickity-button svg {
    background: #fff;
    border-radius: 99px;
    padding: 12px;
}
.home button.flickity-button svg path {
    fill: #000 !important;
}
.blog-single article h1, .blog-single article h2, .blog-single article h4, .blog-single article h3 {
    color: #ffd3ab;
}
@media (min-width: 992px){
    .section-price {
        padding-bottom: 200px !important;
    }
    .section-about {
        padding-bottom: 200px !important;
    }
    .section-about2 {
        margin-top: -200px !important;
    }
    .timeline_about-us {
        margin-top: 60px;
    }
    .sumenh-r > .large-12 > .col-inner {
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        padding: 50px 30px;
        box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 7%);
    }
    .mfp-container {
        background: #fff;
    }
    .nopad{
      padding-bottom: 0 !important;
  }
  .footer-section2{
    padding-top: 260px !important;
}
.footer-section .row > .col >  .col-inner {
    padding: 110px 220px;
}
.footer-section {
    margin-bottom: -200px;
}
.blog-single article {
    padding: 60px 60px 40px;
}
.chia-se {
    position: sticky;
    top: 8em;
}
.col-share {
    position: absolute;
    left: 0;
    height: 75%;
    top: 20%;
}
.col20 {
    flex-basis: 20%;
    max-width: 20%;
}
.btnHome:not(.home-2 .btnHome) {
    display: block;
    width: 200px;
}
.info-contact {
    position: relative;
    left: 132px;
    top: 70px;
}
.footer-section .btn2 {
    top: 58px;
    left: 130px;
}
}
@media (max-width: 849px){
    #skHotNews {
        display: inline-block;
        position: relative;
        font-size: 16px;
        padding-left: 35px;
        height: 35px;
        line-height: 35px;
    }
    #skDot {
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        margin-left: 12px;
    }
    .skPing {
        border: 1px solid #ffffff;
        background-color: hsl(0deg 0% 100% / 20%);
    }
    .skPing {
        width: 8px;
        height: 8px;
        opacity: 1;
        border-radius: 100%;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: sonar;
        animation-name: sonar;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        display: block;
    }
    @keyframes sonar{
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(4);
            transform: scale(4);
            opacity: 0;
        }
    }
    #masthead .flex-right > ul > li > a {
        color: #fff;
        font-size: 18px;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: transparent;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
    }
    .mfp-content .header-search-form-wrapper input {
        background: #ebffc02b !important;
        border-radius: 5px;
        color: #000 !important;
        font-size: 14px;
        height: 45px !important;
        padding: 0 15px;
    }
    .off-canvas .nav-vertical>li>a {
        color: #000;
        text-transform: inherit;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-sidebar.nav-vertical>li+li {
        border-top: 0;
    }
    .off-canvas .nav-vertical>li>button {
        opacity: 1;
    }
    .off-canvas .nav-vertical>li.custom .info-topbar >li {
        padding-left: 0;
        font-size: 13px;
    }
    .off-canvas .nav-vertical>li.custom .info-topbar >li+li {
        margin-top: 8px;
    }
    .off-canvas .nav-vertical>li.custom .info-topbar {
        padding: 10px !important;
        border-radius: 10px;
        border: dashed 1px #d9d9d9;
    }
    .info-topbar li i {
        color: #FFD3AB;
    }
    .off-canvas .nav-vertical>li>ul {
        padding-bottom: 0 !important;
    }
    .off-canvas .nav-vertical>li>ul>li>a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        text-transform: inherit;
        position: relative;
    }
    .off-canvas .nav-vertical>li>ul>li>a:before {
        content: '\f061';
        font-family: 'FontAwesome';
        margin-right: 8px;
        font-size: 10px;
    }
    .off-canvas .nav-vertical>li>ul>li>ul>li>a {
        font-size: 13px;
        color: #000;
    }
    .ekit-wid-con .timeline-area.vertical-timeline {
        padding-left: 35px;
    }
    .ekit-wid-con .single-timeline {
        -webkit-box-orient: vertical !important;!i;!;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse !important;!i;!;
    }
    .ekit-wid-con .single-timeline .timeline-item {
        display: grid !important;!i;!;!i;!;
    }
    .ekit-wid-con .single-timeline .timeline-item {
        display: block;
        padding: 20px;
    }
    .ekit-wid-con .single-timeline .timeline-item {
        width: 100%;
        margin-right: 0;
    }
    .ekit-wid-con .timeline-info {
        text-align: left;
    }
    .ekit-wid-con .single-timeline .timeline-info {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
        padding-left: 0;
    }
    .ekit-wid-con .single-timeline .timeline-info {
        padding-top: 10px;
    }
    .ekit-wid-con .single-timeline .timeline-img {
        display: none;
    }
    .ekit-wid-con .timeline-area .timeline-bar {
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .ekit-wid-con .timeline-item .timeline-content {
        text-align: left;
    }
    .ekit-wid-con .timeline-content {
        padding-right: 0;
        margin-top: 20px;
    }
    .ekit-wid-con .timeline-content {
        min-width: auto;
        padding-right: 0;
        margin-top: 20px;
        order: 2;
    }
    .ekit-wid-con .timeline-icon {
        margin-left: 0 !important;
    }
    .ekit-wid-con .timeline-icon {
        margin-right: auto;
        order: 1;
    }
    .ekit-wid-con .single-timeline:nth-child(odd) .timeline-pin {
        left: -20px;
        right: inherit;
        -webkit-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }
    .ekit-wid-con .timeline-icon{
       margin-right: auto;
       order: 1;
       margin-left: 0 !important;
   }
   .ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-item {
    margin-left: 0;
}
.ekit-wid-con .single-timeline:nth-child(2n) .timeline-info {
    text-align: left;
}
.ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-content {
    padding-left: 0;
}
.ekit-wid-con .single-timeline .timeline-content .title {
    font-size: 20px;
}
.timeline-content p {
    font-size: 16px;
}
}
@media (max-width: 549px){
    .nopadm{
        padding-bottom: 0 !important;
    }
    .footer-section2 {
        padding-top: 220px !important;
        padding-bottom: 20px !important;
    }
    .footer-section {
        margin-bottom: -160px;
    }
    .footer-section .row > .col > .col-inner {
        border-radius: 10px;
        padding: 30px 15px;
    }
    .info-contact div {
        font-size: 20px;
        line-height: 1.2;
    }
    .info-contact p:last-child {
        font-size: 13px;
    }
    .head-title h1, .head-title2 h2 {
        font-size: 26px;
    }
    .home-1 .head-title {
        padding: 15px;
    }
    .head-title2 h2 {
        font-size: 30px;
    }
    .head-title p, .head-title2 p {
        font-size: 15px;
    }
    .des-contact {
        padding: 30px 20px 0;
    }
    .formContact {
        padding: 0 20px 15px;
    }
    .contact-section3 .des-contact {
        padding: 0;
    }
    .bg-category {
        height: 150px;
    }
    .bg-category h1 {
        font-size: 26px;
    }
    .blog-single article {
        margin-top: -230px;
        padding: 20px 15px;
    }
    .blog-single article .entry-title {
        font-size: 28px;
    }
    .name-category div a {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .name-category {
        display: block;
    }
    .name-category p {
        margin-bottom: 8px;
    }
    .chia-se a {
        display: inline-flex;
    }
    .chia-se {
        margin-top: 10px;
    }
    .head-title {
        padding-top: 30px;
    }
    .item-product > div:first-child {
        padding: 15px;
    }
    .theme-screen {
        margin-bottom: 20px;
    }
    .single-main-one h1 {
        font-size: 28px;
    }
    .item-product > div #crumbs, .item-product > div #crumbs a {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .support-after {
        margin-bottom: 0;
    }
    .proHome .post-item {
        flex-basis: 50%;
        max-width: 50%;
    }
    .boxProduct .post-item .box-text h5 a {
        font-size: 14px;
        -webkit-line-clamp: 2;
        margin-bottom: 7px;
        text-align: center;
    }
    .boxProduct .box-text {
        padding: 10px;
    }
    .boxPrice {
        font-size: 15px;
        text-align: center;
    }
    .theme-actions {
        display: block;
    }
    .theme-actions a {
        margin: 0;
    }
    .boxProduct .box-text h4{
        text-align: center;
    }
    .gia-theme, .info-contact3 p:first-child, .info-contact3 p:first-child {
        margin-bottom: 10px;
    }
    .proHome .post-item .box-text h5 a {
        font-size: 15px;
        -webkit-line-clamp: 2;
        text-align: center;
    }
    .info-contact3 div, .info-contact2 div {
        font-size: 28px;
    }
    .info-contact2 p br {
        display: none;
    }
    .section-price {
        padding-bottom: 185px !important;
    }
    .section-price3 {
        padding-top: 10px !important;
    }
    .col20 {
        max-width: 50%;
    }
    .home-3 .info-contact3 {
        text-align: center;
    }
    .btnHome {
        display: block;
        width: 200px;
    }
    .info-contact3 div br, .info-contact2 div br {
        display: none;
    }
    .footer-section .row > .col > .col-inner {
        background-position: bottom;
        padding: 100px 30px;
        background-image: url(/wp-content/uploads/2025/06/900-x-600.png);
        height: auto;
    }
    footer .info-contact p:first-child {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
    .nav-dropdown .nav-dropdown-col>ul {
        margin-top: -40px;
        display: none;
        position: absolute;
        left: 100%;
        z-index: 9;
        background: white;
        min-width: 240px;
        border: solid 1px #e8e8ea;
    }
    .nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
    .nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
    .header-nav li.nav-dropdown-col:hover >ul{display:block; !important}
    .nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col, .nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col {
        border-color: transparent;
    }
