/*css footer*/



@font-face {
    font-family: 'Taviraj';
    src: url('../fonts/PTSerif-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

footer#footer {
    background: var(--primary-color);
}
.footer_top {
    padding-top: 30px;
}

.footer-tex-ketnois {
    display: flex;
}
.footer-tex-ketnois a  {
    margin: 0 10px;
}
.footer-tex-ketnois a img  {
    width: 50px !important;
    height: 30px;
}
h3.footer-title {
    margin-top: 5px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.icon_footer {
    margin-top: 10px;
}


.footer-tex.address p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 25px;

}


.dangkyphong {
    background: var(--primary-color);
}

.form_dangky_home {
    border: 5px solid;
    background: var(--primary-color);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    display: grid;
    gap: 32px;
    padding-top: 30px;
    /* margin-top: 7px; */
    padding-bottom: 10px;
    border-radius: 10px;
}
button.btn.btn-primary.btn-dangky {
    border-radius: 5px;
    background: #B3E4FF;
    color: #184771;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.form-group.form input
{
    color: aliceblue;
    background-color: var(--primary-color);
    border: 1px solid #d3050500;
    border-bottom: 2px solid #1661A5;;
}
.form-group.form input::placeholder
{
    color: #FFF;
}
.form-group.form .form-tex p {
    text-align: right;
    font-family: 'Taviraj';
    padding-left: 10px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    text-transform: uppercase;
}
.form-group.form .form-tex p strong {
    font-weight: 200;
    font-size: 22px;
}

.form-group.form input[type="date"] {
    background: transparent!important;
    color: white!important;
    border-radius: 10px !important;
}

.form-group.form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%)!important;
}

.form-group.form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #000;
    border-radius: 8px;
    background: #B3E4FF;
}

.product_title_home {
    text-align: center;
}
.product_title_home  h3 {
     color: #000;
    font-family: 'Taviraj';
     font-size: 28px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     text-transform: uppercase;
 }
.product_title_home p {
    color: #000;
    font-family: 'Taviraj';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product_title_home img {
   width: 300px;
}
.product-content h3 {
    text-align: left;
    color: #050505;
    font-family: 'Taviraj';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-content {
    padding-top: 10px;
    border-bottom: 2px solid var(--primary-color);
}
.price-wrapper p.s2 {
    color: #184771;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.price-wrapper p.s1 {
    color: #184771;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px;
    height: 30px;
    width: 90px;
    border-radius: 9px;
    background: #B3E4FF;
}
.sp-banve-home:hover .product-thumbnail {
    opacity: 0;
    display: none;
    height: 350px;
}
.sp-banve-home .product-thumbnails {
    opacity: 0;
    background: var(--primary-color);
    display: none;
    height: 350px;
    padding: 15px;
    border-radius: 5px;
}
.sp-banve-home .product-thumbnail {
    height: 350px;
}


.sp-banve-home:hover .product-thumbnails {
    opacity: 1;
    display: block;
}
.link-cart {
    border: 1px solid #B3E4FF;
    padding: 5px;
}
.link-cart p {
    text-align: left;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.link-cart p img {
  width: 20px;
}
.link-cart h3 {
    color: #FFF;
    font-family: 'Taviraj';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}
.sp-banve-home .product-thumbnails .price-wrapper p.s2 {
    color: #B3E4FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}
.sp-banve-home .product-thumbnails .price-wrapper p.s1 {
text-align: center;
}

.tabbed-content.homes.k h4.uppercase.text-center {
    color: #FFF;

    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.tabbed-content.homes.k li.tab.has-icon.active {
    background: var(--primary-color);
}
.tabbed-content.homes.k li.tab.has-icon.active img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.tabbed-content.homes.k li.tab.has-icon.active p{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.tabbed-content.homes.k li.tab.has-icon img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    color: #184771; /* Add your desired color here */
}
.tabbed-content.homes.k li.tab.has-icon {
    background: #DBDBDB;
    text-align: center;
    height: 100px;
    width: 100px;
}
.tabbed-content.homes.k li.tab.has-icon img {
    width: 40px;
    height: 40px;
}
.tabbed-content.homes.k li.tab.has-icon p {
    color: var(--primary-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    margin-top: 10px;
}
.tabbed-content.homes.k .icon-wrapper {
    margin-top: 19px;
    justify-content: center;
}
.tabbed-content.homes.k .comment-son-kh p {
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
}
.tabbed-content.homes.k .comment-son-kh h2 {
    color: #000;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.tabbed-content.homes.k .tab-panels {
    padding: 30px 20px 0px 20px;
    background: #FFF;

}

.comment_title_s h3 {
    color: var(--primary-color);
    font-family: 'Taviraj';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
img.partner-avatars {
    margin-top: -20px;
    text-align: center;
    height: 30px;
    width: 20px !important;
}
img.partner-avatar {
    text-align: center;
    height: 200px;
    width: 200px !important;
}
.partner-avatars {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.owl-carousel.bk-review.owl-loaded.owl-drag button.owl-dot.active  span {
    background: var(--primary-color);
}
.owl-carousel.bk-review.owl-loaded.owl-drag button.owl-dot  span {
    width: 10px;
    height: 10px;
    margin: 1px 0px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel.bk-review.owl-loaded.owl-drag .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-carousel.bk-review.owl-loaded.owl-drag .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel.bk-review.owl-loaded.owl-drag .owl-nav {
    display: none;
}
.khach_hang_commens {
    border: 4px solid var(--primary-color);
    background: #FFF;
}
.owl-carousel.bk-review.owl-loaded.owl-drag .partner-content {
    margin-top: 10px;
    padding: 5px;
}
.owl-carousel.bk-review.owl-loaded.owl-drag .partner-content p {
    color: #000;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.5%; /* 22.9px */
}
.post_home_l .is-divider {
    display: none;
}

.form_dangky_uadaix {

    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    gap: 32px;
    padding-top: 30px;
    /* margin-top: 7px; */
    padding-bottom: 10px;
}
.form-texh p {
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 214%; /* 68.48px */
    text-transform: uppercase;
 }
.formh_home_km {
    background: var(--primary-color);
    padding: 10px;
    border-radius: 15px;
    border: 5px solid #ffb700;
}
.formh_home_km input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 6px;
    background: #B3E4FF;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.187%; /* 19.23px */
    text-transform: uppercase;
}
.form-group.forms {
    text-align: center;
}
.formh_home_km .form-group.forms input {
    border-radius: 10px;
}
section#breadcrumbs {
    width: 100%;
    display: inline-block;
    background: #f3f5f7;
    font-size: 15px;
    padding: 10px 0;
}
span.breadcrumb_last {
    color: var(--primary-color);
    font-weight: 600 !important;
}

.tour-main-content .tour-price ins {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff5722;
}
.product-bg-white {

}


.product-gallery .owl-nav {
    display: none;
}
.product-gallery .owl-dots {
    display: none;
}
.product-gallery div#sync2 {
    margin-top: 10px;
}
.home-title h3 {
    font-weight: 700;
    color: black;
    font-size: 28px;
    text-align: center;
}
.yc-tour .tour-title {
    background: var(--primary-color);
    text-align: left;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px !important;
    margin: 0px !important;
    color: #fff;
    font-weight: 700;
}
div#yc-tour {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, .2) !important;
    background: transparent !important;
}
.yc-tour .tour-modal-body .tour-modal-item .tour-modal-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yc-tour .tour-modal-body .tour-modal-item ins {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff5722;
}
.yc-tour .tour-modal-body .tour-modal-item .tour-modal-content h3 {
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.yc-tour .tour-modal-body .tour-modal-item del {
    font-size: 15px;
    color: #666;
    display: block;
}
.yc-tour .tour-modal-body .tour-modal-item {
    width: 100%;
    display: inline-block;
}
.yc-tour .tour-modal-body {
    width: 100%;
    padding: 15px 0;
}
.yc-tour {
    width: 100%;
    background: #fff;
}
.textarea-yc {
    height: 120px !important;
    box-shadow: unset !important;
    border-radius: 4px !important;
}
.tour-modal-body form {
    margin: 0px !important;
}
.yc-tour .tour-modal-body .tour-modal-item {
    width: 100%;
    display: inline-block;
}
.noPadding {
    padding-bottom: 0px !important;
}
.button_for_tour {
    background: var(--primary-color);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.button_for_tour {
    border-radius: 4px !important;
    margin: 0px !important;
}
.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: left;
    padding: 12px 0 12px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 4px;
}

.product-bg-white.tour-main-content.ljs .link-carts img {
     filter: brightness(0);
     -webkit-filter: brightness(0);
    width: 20px;
 }
.product-bg-white.tour-main-content.ljs .link-carts p {
  color: #0b0b0b;
}

.question-product .accordion-title {
    border-top: 0;
    background-color: transparent;
    border: none;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    padding-left: 10px;
}
.question-product .accordion .toggle {
    left: auto;
    right: 0;
}
.question-product .toggle i {
    font-size: 15px;
}
.question-product {
    margin-top: 30px;
    margin-bottom: 40px;
}
.question-product .accordion-title.active i.fa.fa-plus, .question-product i.fa.fa-minus {
    display: none;
}
.question-product .accordion-title.active i.fa.fa-minus {
    display: block;
}
.question-product .accordion-title:hover {
    color: var(--primary-color);
    font-weight: 700;
}
.question-product .accordion {
    text-align: left;
    margin-bottom: 0;
    border-top: solid 1px #000;
}
.tour-header h1 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

.title--img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
span.widget-title {
    border: 1px solid var(--primary-color);
    margin-bottom: 0;
    background: linear-gradient(var(--primary-color),var(--primary-color));
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12.5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    display: block;
    width: 100%;
}
.thong-bao {
    font-family: 'Roboto';
    background: #fff0bf;
    border: 1px dashed #d26e4b;
    padding: 10px;
    color: #f20017;
}

.post-item.cate {
    width: 100%;
    display: inline-block;
    padding: 20px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.footer-tex.menu a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 25px;
}
.footer-tex.menu .widget>ul>li+li, ul.menu>li+li {
    border-top: 0px solid #ececec !important;
}
.banner-layer {
    width: 1200px !important;
}


input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #FFF;
    margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "  ";
}