/*
Theme Name: gwmhavalvietnam
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.w21x
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("webfonts/fa-solid-900.eot");
    src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.archive-page-header, .entry-header {
    display: none;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: #222;
}

.nav>li>a {
    font-size: 14px;
}

.nav>li {
    margin: 0 15px;
}

.popup {
    display: none;
    /* Ẩn popup theo mặc định */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    /* Màu nền mờ */
}

.popup-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 15% auto;
    padding: 20px;
    width: 800px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.post-sidebar input#s {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
}

.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    color: #fff;
    border: 1px solid;
    background-color: #3A3B74;
    border-color: #3A3B74;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.post-sidebar button.ux-search-submit.submit-button.secondary.button.icon.mb-0:hover {
    box-shadow: none;
}

.post-sidebar input#s:focus {
    border-color: #3A3B74;
}

.post-sidebar span.widget-title {
    font-size: 20px;
    font-weight: normal;
    color: #6d6d6d;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: none;
    /* line-height:  60px; */
    display: block;
}

.post-sidebar .is-divider.small {
    display: none;
}

.post-sidebar aside {
    margin: 0 0 40px 0;
}

.post-sidebar ul li a {
    font-size: 14px;
    color: #6d6d6d;
    transition: all ease-in-out 0.2s;
}

.post-sidebar ul li a:hover {
    color: #000;
}

.post-sidebar a.tag-cloud-link {
    font-size: 13px !important;
    padding: 6px 8px;
    line-height: 34px;
    background-color: #f1f3f4;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.post-sidebar a.tag-cloud-link:hover {
    background-color: #3A3B74;
    color: #fff;
    text-decoration: none;
}

header {
    background-color: #000;
}

header, .header-wrapper {
    overflow: hidden;
}

.nav-left {
    background: #dadada;
    padding: 14px 0px;
    z-index: 1;
}

.nav-left:after {
    width: 79px;
    height: 79px;
    left: -20px;
    top: 14px;
    transform: rotate(25deg);
    content: "";
    position: absolute;
    background: #dadada;
    z-index: -1;
}

.entry-header .entry-image.relative {
    margin-top: 15px;
}

.entry-header .entry-image.relative .badge.absolute.top.post-date.badge-outline {
    display: none;
}


.entry-header .entry-header-text.entry-header-text-top.text-center {
    padding: 0;
    text-align: left;
}

.entry-header h6.entry-category.is-xsmall {
    max-width: 100%;
    width: auto;
    margin: 0;
    display: inline-block;
    opacity: 1;
    transition: all 0.3s ease;
}

.entry-header .entry-meta.uppercase.is-xsmall {
    max-width: 100%;
    margin: 0;
    display: inline-block;
    width: auto;
}

.entry-header h6.entry-category.is-xsmall:before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: normal;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on:before {
    content: '\f017';
    color: #000;
    font-family: "Font Awesome 5 Free";
    padding-right: 3px;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.byline:before {
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    color: #000;
    transition: all 0.3s ease;
}

.entry-header .entry-meta a {
    color: #000;
    text-transform: none;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on {
    padding-right: 20px;
}

.entry-header .entry-meta span.byline {
    padding-right: 20px;

}

.entry-header h6.entry-category.is-xsmall a {
    color: #000;
    font-weight: normal;
    text-transform: none;
    transition: all 0.3s ease;
}

.entry-header .entry-meta span.posted-on:hover:before,
.entry-header .entry-meta span.posted-on:hover a,
.entry-header .entry-meta span.byline:hover:before,
.entry-header .entry-meta span.byline:hover a,
.entry-header h6.entry-category.is-xsmall:hover:before,
.entry-header h6.entry-category.is-xsmall:hover a {
    color: #f27c66;
}


.entry-image-float .badge.absolute.top.post-date.badge-outline {
    display: none;
}

.chuyen-muc {
    display: flex;
    width: 100%;
}

.entry-image-float img.attachment-large.size-large.wp-post-image {
    width: 100%;
    transition: transform 3s;
    -webkt-transition: transform 3s;
    -moz-transition: transform 3s;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border: 1px solid #cfcfcf;
    padding: 3px;
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.chuyen-muc .entry-image-float a {
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}

.chuyen-muc .entry-image-float a img {
    right: 0;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.entry-image-float {
    display: inline-flex;
    max-width: 30%;
    width: 100%;
    margin: 0;
    /* border: 1px solid #cfcfcf; */
    /* padding: 3px; */
    /* border-top-left-radius: 10px; */
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    /* -webkit-border-top-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    /* -webkit-border-bottom-right-radius: 10px; */
}

#post-list .entry-content {
    display: flex;
    margin-left: 20px;
    width: 70%;
    padding-bottom: 0;
}

#post-list footer.entry-meta.clearfix {
    display: none;
}

#post-list .entry-content .text-center {
    float: right;
}

#post-list .entry-content .text-center a {
    margin: 0;
    text-transform: none;
    border-radius: 5px;
}


#post-list a:hover img.attachment-large.size-large.wp-post-image {
    transform: scale(1.1, 1.1);
}

#post-list .entry-content span.posted-on {
    display: block;
    font-size: 13px;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
}

#post-list .entry-content span.posted-on:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    font-size: 13px;
}

#post-list .entry-content span.posted-on a {
    color: #000;
}

#post-list .entry-content span.byline:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    padding-right: 2px;
    padding-left: 1px;
    font-size: 13px;
    color: #000;
}

#post-list .entry-content span.byline a {
    color: #000;
    font-size: 13px;
    text-transform: none;
}

#post-list .entry-content p {
    font-size: 14px;
    color: #000;
    text-align: justify;
}

.chuyen-muc .entry-meta.uppercase.is-xsmall {
    display: inline-block;
    width: 50%;
}

.chuyen-muc .text-left {
    display: inline-block;
    width: 49%;
}

.chuyen-muc .text-left a.more-link.button.primary.is-outline.is-smaller {
    margin: 0;
    float: right;
    margin-top: 20px;
}

.title-h2 {
    font-size: 37px;
}

.sc-intro .row-intro {
    padding-top: 30px;
}

.row-intro .image-cover .imgtn {
    transform: skewX(20deg);
    scale: 120%;
}

.row-intro .image-cover {
    transform: skewX(-20deg);
    padding-top: 50%;
}

.row-intro .flickity-slider .col:hover:after {
    content: "";
    background: url(/wp-content/uploads/2024/01/feartured-item-border-hover.png) no-repeat;
    width: 113px;
    height: 60px;
    position: absolute;
    z-index: -1;
    transform: rotateZ(180deg) skewX(-20deg);
    top: 88px;
    right: 21px;
}

.row-intro .flickity-slider .col:hover:before {
    content: "";
    background: url(/wp-content/uploads/2024/01/feartured-item-border-hover.png) no-repeat;
    width: 113px;
    height: 60px;
    position: absolute;
    z-index: -1;
    transform: skewX(-20deg);
    top: -4px;
    left: 23px;
}


.row-intro .titletn {
    padding: 10px 50px 10px 10px;
    text-align: center;
    font-weight: bold;
}

.sc-intro2 .col:first-child {
    padding-left: 140px !important;
    padding-top: 30px !important;
    z-index: 3;
}

.sc-intro2 .col:last-child:before {
    content: "";
    display: block;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 237px;
    z-index: 1;
    transform: skewX(-25.1deg) translateX(-50%);
}

.sc-tinhnang {
    padding-bottom: 40px !important;
    padding-top: 50px !important;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.bt-lh {}

input.wpcf7-form-control.wpcf7-submit.has-spinner.bt-lh {
    width: 100%;
    border-radius: 6px;
    margin-top: 10px;
}

.wpcf7-form hr {
    display: none;
}

.wpcf7-form.init .title-form .wpcf7-form-control-wrap .form-lh {
    border-radius: 6px;
    box-shadow: none;
}

.sc-thongtin .col {
    padding-bottom: 0px !important;
}

.sc-intro .row-intro .flickity-viewport .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row-intro .flickity-viewport {
    overflow: visible;
}

.col-tn2 .image-cover {
    padding-top: 55%;
    transform: skewX(-20deg);
}

.col-tn2 .col {
    width: 60%;
    margin: 0 15px !important
}

.col-tn2 .col img {
    transform: skewX(20deg);
    scale: 1.2;
}

.col-tn2 .slider.row.row-collapse:before {
    content: "";
    background-color: #f2f2f2;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: 9;
    transform: skewX(-20deg);
    left: -8%;
}

.row-tn .woocommerce-product-gallery {
    z-index: 10;
}

.text-tn {
    text-align: justify;
}

.title-tn:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 1px;
    top: 50px;
}

.col-tn1 {
    left: 50px;
}

.title-tn {
    padding-bottom: 5px;
    padding-top: 15px;
}

.sc-antoan .row:last-child>.col {
    padding-bottom: 0px;
}

.col-tn2 .flickity-button.flickity-prev-next-button.next {
    z-index: -3;
}

.row-intro>.col {
    padding-bottom: 0px;
}

.col-intro:before {
    content: "";
    background-color: #fff;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: 9;
    transform: skewX(-20deg);
    left: -25%;
}

.col-intro:after {
    content: "";
    background-color: #fff;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: 9;
    transform: skewX(-20deg);
    right: -22%;
    top: 0px;
}

.row-intro2 .image-cover {
    transform: skewX(-20deg);
    padding-top: 55%;
}

.row-intro2 .flickity-slider .col:hover:before {
    top: -4px;
    left: 25px;
}

.row-intro2 .flickity-slider .col:hover:after {
    top: 103px;
    right: 24px;
}

.row-intro3 .flickity-slider .col:hover:before {
    display: none;
}

.row-intro3 .flickity-slider .col:hover:after {
    display: none;
}

.row-intro3 .titletn {
    padding: 10px 30px 10px 0px;
    font-size: 15px;
}

.header-main .header-inner.medium-logo-center {
    padding-left: 50px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge.nav-uppercase {
    padding-left: 50px;
}

.buttonlh div {
    background-color: rgba(230, 8, 8, .75);
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 70%;
}

.buttonlh2 div {
    background-color: rgba(33, 150, 243, .7);
    padding-right: 8px;
    padding-left: 8px;
}

.buttonlh {
    display: flex;
    height: 41px;
    line-height: 39px;
    background-color: rgb(230 8 8 / 75%);
    box-shadow: 0 14px 28px rgb(0 0 0/25%), 0 10px 10px rgb(0 0 0/10%);
}

.buttonlh2 {
    padding-right: 0px;
}

.buttonlh div img {
    animation-name: ring;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.buttonlh div:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: -12px;
    left: -9px;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 #c31d1d;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .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;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    -webkit-animation: zoom2 1.3s infinite;
    animation: zoom2 1.3s infinite;
    z-index: -1;
}

.buttonlh2 div:after {
    content: "";
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

.price {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.sc-album .gallery-col {
    padding-bottom: 0px;
}

.sc-album {
    padding-bottom: 0px !important;
}

.lightbox-content {
    border-radius: 10px;
}

i.icon-checkmark {
    display: none;
}

.mfp-content .mfp-close {
    background: #000000 !important;
    border-radius: 10px;
    color: snow;
}

.mfp-content .section-title b {
    display: none;
}

.mfp-content .section-title.section-title-center {
    justify-content: center;
}


@keyframes zoom2 {

    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}


@keyframes ring {

    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);
    }
}
















@media only screen and (max-width: 768px) {

    .sc-intro2 .col:first-child,
    .sc-intro2 .col:last-child {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sc-intro2 .col:last-child:before {
        display: none;
    }

    .title-h2 {
        font-size: 27px;
    }

    .sc-intro .row-intro {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-intro .flickity-slider .col:hover:after {
        top: 47px;
        right: 20px;
    }

    .row-intro .flickity-slider .col:hover:before {
        top: -5px;
        left: 20px;
    }

    .row-intro .titletn {
        padding: 10px 40px 10px 0px;
    }

    .col-tn1 {
        left: 40px;
        top: -10px;
    }

    .row-intro2 button.flickity-button.flickity-prev-next-button.next {
        z-index: 11;
    }

    .row-intro2 .flickity-slider .col:hover:before {
        top: -4px;
        left: 21px;
    }

    .row-intro2 .flickity-slider .col:hover:after {
        top: 56px;
        right: 21px;
    }

    .row-intro2 .col-intro:after {
        right: -20%;
    }

    .row-intro3 .col-intro:after {
        right: -20% !important;
    }

    .col-tn2 .slider.row.row-collapse:before {
        width: 27%;
        left: -11%;
    }
}




@media only screen and (max-width: 550px) {
    h2.title-h2 {
        font-size: 24px;
    }

    h3.title-h3 {
        font-size: 19px;
    }

    .sc-tinhnang .section-bg {
        background-image: none !important;
    }

    .sc-antoan {
        padding-bottom: 0px !important;
    }

    .row-intro .box-image {
        height: 100px;
    }

    .row-intro .flickity-slider .col:hover:after {
        display: none;
    }

    .row-intro .flickity-slider .col:hover:before {
        display: none;
    }

    .row-intro .col-intro:before {
        display: none;
    }

    .row-intro .col-intro:after {
        display: none;
    }

    .row-intro .titletn {
        padding: 15px 70px 0px 10px;
    }

    .row-intro2 .image-cover {
        padding-top: 50%;
    }

    .col-tn1 {
        left: 0px;
        top: 0px;
    }

    .col-tn2 .col {
        width: 80%;
        margin: 0 15px !important;
    }

    .col-tn2 .slider.row.row-collapse:before {
        display: none;
    }

    .col-tn1 {
        order: 2;
    }

    .sc-antoan .gallery-col .box-image {
        width: 60% !important;
    }

    .buttonlh {
        display: none;
    }

    .row-intro .texttn {
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

    .sc-intro .row-intro {
        padding-top: 0px;
    }

    .row-mobile {
        backdrop-filter: blur(20px);
        box-shadow: 0 -0.5px 0 0 rgb(0 0 0 / 30%);
        background-color: rgba(249, 249, 249);
        position: fixed;
        bottom: 0px;
        left: 0px;
        padding-bottom: 0px;
    }

    .icon-lh {
        padding-top: 5px;
    }

    .icon-lh {
        display: inline-flex;
        padding: 7px 0;
    }

    .icon-lh p {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .icon-lh a {
        padding-right: 15px;
    }

    .absolute-footer.dark.medium-text-center.text-center {
        display: none;
    }

    .price {
        font-size: 30px;
    }

}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ssss .col-inner {
    height: 100%;
    display: grid;
    align-items: center;
}

/* Kiểu dáng cho các trường input */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border: 1px solid #ced4da;
    /* Màu viền */
    border-radius: 0.25rem;
    /* Bo góc */
    padding: 0.375rem 0.75rem;
    /* Padding */
    font-size: 1rem;
    /* Kích thước chữ */
    line-height: 1.5;
    /* Chiều cao dòng */
    width: 100%;
    /* Chiều rộng đầy đủ */
    box-sizing: border-box;
    /* Bao gồm padding và border vào kích thước */
}

/* Hiệu ứng khi hover và focus */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #80bdff;
    /* Màu viền khi focus */
    outline: none;
    /* Ẩn outline mặc định */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    /* Hiệu ứng bóng */
}

/* Kiểu dáng cho nút gửi */
.wpcf7-form input[type="submit"] {
    background-color: #007bff;
    /* Màu nền */
    color: #fff;
    /* Màu chữ */
    border: none;
    /* Không có viền */
    border-radius: 0.25rem;
    /* Bo góc */
    padding: 0.375rem 0.75rem;
    /* Padding */
    font-size: 1rem;
    /* Kích thước chữ */
    cursor: pointer;
    /* Con trỏ chuột khi hover */
}

/* Hiệu ứng cho nút gửi khi hover */
.wpcf7-form input[type="submit"]:hover {
    background-color: #0056b3;
    /* Màu nền khi hover */
}

@media only screen and (max-width: 414px) {
    .chuyen-muc {
        display: block;
    }

    .entry-image-float {
        max-width: 100%;
    }

    .entry-content {
        margin-left: 0 !important;
        padding-top: 5px;
    }

    #post-list .entry-content h2.entry-title {
        text-align: justify;
    }

    #post-list .entry-content p {
        text-align: justify;
    }

    .chuyen-muc .text-left {
        display: inline-block;
        width: 48%;
    }

    .price {
        font-size: 26px;
    }
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .nav-left {
        background: unset;
        padding: unset;
        z-index: unset;
    }
    
    .nav-left:after {
        display: none;
    }
    .popup-content {
        width: 95%;
    }
    .popup-content img {
        display: none;
    }
}