/*
Theme Name: GreenlinesDP
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Thanh trượt  */
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #efefef;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #004b26;
    border-radius: 3.5px 3.5px 3.5px 3.5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4CAB97;
}

/* Hết thanh trượt  */
.header-inner ul li a:before {
    background-color: #DA0000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    color: #004b26;
    border: 1px solid white;
}

/* Tối đa 2 dòng, nếu thừa thì thêm ... đối với tiêu đề a */
.box-text a {
    display: -webkit-box;
    min-height: 43px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tối đa 3 dòng, nếu thừa thì thêm ... ở dòng cuối cùng đổi với excerpt p */
.box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-none,
.absolute-footer,
.wpcf7-spinner,
.portfolio-summary.entry-summary {
    display: none
}

.col-shadow>.col-inner {
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

.blog-post-inner .is-divider {
    background-color: rgba(0, 0, 0, 0)
}

.hero-slider .img-inner {
    border-radius: 39px
}

.hero-slider .slider-nav-outside.slider-nav-circle .previous {
    margin-right: -20px;
}

.hero-slider .slider-nav-outside.slider-nav-circle .next {
    margin-left: -20px;
}

.hero-slider .flickity-button-icon {
    background: #fff;
    color: #004b26;
}

.hero-slider .slider-nav-light .flickity-prev-next-button .arrow,
.hero-slider .slider-nav-light .flickity-prev-next-button svg {
    fill: #004b26;
    border: 1px solid;
}

.tab-form ul li {
    margin: 0 10px;
}

.tab-form ul li a {
    border-radius: 8px;
    background: #fff;
    color: #000;
    padding: 3px 15px;
    border: 1px solid;
    transition: all .3s;
}

.tab-form ul li.active a {
    border-radius: 8px;
    color: #fff;
    padding: 3px 15px;
    background: #004b26
}

.tab-form ul li:hover a {
    border-radius: 8px;
    color: #fff;
    padding: 3px 15px;
    background: #004b26
}

.tab-form .tab-panels {
    border: 1px solid #004b26;
    border-radius: 16px;
    padding: 60px 30px 0 30px;
    margin-top: -20px
}

.row-form .wpcf7-form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(20, 174, 197, 0.25);
    border-radius: 16px;
    padding-left: 20px;
}

.row-form input[type=text],
.row-form input[type=tel],
.row-form input[type=date],
.row-form .wpcf7-form-control-wrap select {
    color: #8a94a6;
    font-weight: 300;
    font-size: 16px;
}

.col-submit .wpcf7-submit {
    margin: 0;
    width: 80%;
    border-radius: 8px;
    font-weight: 500;
}

.title-style {
    color: #004b26;
    font-weight: 700
}

.img-border-line .img-inner {
    border: 8px solid #fff;
    border-radius: 30px;
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

.header-button .button {
    font-weight: 700;
}

.button {
    font-weight: 500;
}

.count-up-gr span {
    color: #DA0000;
    font-size: 30px;
    font-weight: 700
}

.icon-box-tai-sao-chon {
    align-items: center;
}

.icon-box-tai-sao-chon .icon-box-img {
    background: rgba(218, 0, 0, 0.1);
    height: 90px;
    position: relative;
    border-radius: 50%;
    padding: 22px;
}

.icon-box-tai-sao-chon .icon-box-img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-blog-home .nav {
    margin-bottom: 30px
}

.tab-blog-home ul li {
    margin: 0 15px
}

.tab-blog-home ul li a {
    background: rgba(0, 85, 43, 0.15);
    border-radius: 8px;
    color: #000;
}

.icon-star {
    color: #DA0000;
}

.slider-comment .flickity-slider .comment-item {
    padding-top: 100px
}

.slider-comment .icon-box-img {
    border-radius: 50%;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    border: 5px solid #fff;
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

.icon-coment {
    position: relative;
}

.icon-coment:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/files/uploads/icon-comment.svg');
    background-repeat: no-repeat;
    transform: translateX(40%);
}

.section-heading .section-bg {
    border-radius: 30px
}

.section-heading .section-bg:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, .85) 10%, rgba(255, 255, 255, 0) 100%);
}

.section-heading h1 {
    font-weight: 900;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 02px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.box-about-user .icon-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}

.box-about-user {
    margin-top: -100px
}

.box-about-user .icon-comment {
    background-image: url('/files/uploads/icon-comment.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.ul-check ul li {
    display: flex;
    margin-left: 0;
}

.ul-check ul li:before {
    content: url('/files/uploads/ul-check.svg');
    margin-right: 10px
}

.ul-check.check-2 ul li:before {
    content: url('/files/uploads/icon-ul-check-2.png');
    margin-right: 10px
}

.section-tau-san-xuat .box-image {
    border: 4px solid #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.section-tau-van-hanh .box {
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.section-tau-van-hanh .box .box-image {
    border-radius: 30px 30px 0 0;
}

.button.white span,
.button.is-link {
    color: #004b26;
    font-weight: 600;

}

.button.white:hover {
    background: #004b26 !important;
}

.button.white:hover span {
    color: #fff;
}

.img-border .img-inner {
    border-radius: 16px
}

strong {
    font-weight: 600;
}

.box-blog-post .box-image {
    border-radius: 16px
}

.section-lich-tau-chay .gap-30 {
    padding-top: 30px;
    border-top: 3px solid #004b26;
}

.portfolio-box .box-image {
    border: 5px solid #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.portfolio-box-title {
    font-weight: 600;
    font-size: 1em
}

.portfolio-box .price {
    font-weight: 600;
    color: #515151;
    text-align: left;
}

.portfolio-box .price {
    position: relative;
    margin-top: 20px;
    padding-left: 30px
}

.portfolio-box .price:before {
    position: absolute;
    content: url('');
    top: 50%;
    left: 0;
    background-image: url('/files/uploads/ticket-perforated.svg');
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(0deg);
}

.portfolio-box .short-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px 10px;
    margin-top: 5px;
    margin-bottom: 0;
}

.portfolio-box .short-box li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0 !important;
    font-size: 16px
}

.portfolio-box .short-box li.time {
    width: 30%;
}

.portfolio-box .short-box li.ship {
    width: 70%;
}

.portfolio-box .short-box .time:before {
    content: url('/files/uploads/icon-time.svg');
    margin-right: 8px
}

.portfolio-box .short-box .ship:before {
    content: url('/files/uploads/icon-ship.svg');
    margin-right: 8px;
}

.portfolio-box .khuyen-mai {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    display: inline-block;
    background: #DA0000;
    color: #fff;
    padding: 5px 10px;
    border: 1px dashed #fff;
    border-radius: 16px;
    font-size: 14px;
    opacity: .8;
    transition: opacity .3s;
    max-width: 50%;
}

.portfolio-box .btn-dat-ve {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-box:hover .khuyen-mai,
.portfolio-box:hover .btn-dat-ve {
    opacity: 1;
}

.col-lien-he label {
    color: #004b26;
    font-weight: 600;
}

.col-lien-he .wpcf7-submit {
    background: #DA0000;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: 0.15rem;
    padding: .2em 2em
}

.col-lien-he input,
.col-lien-he .wpcf7-textarea {
    background: #FAFAFA;
    box-shadow: none;
    height: 3em
}

#datve,
#book-tour {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none
}

#footer a {
    color: white !important;    
}

.box-vertical .box-text {
    vertical-align: top;
}

.section-title-normal span {
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
}

/* Custom CSS Tablet */
@media (max-width: 849px) {
    .portfolio-box .short-box li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        margin-top: 0px;
        margin-left: 0 !important;
        font-size: 14px
    }

    .portfolio-box .price:before {
        width: 20px;
        height: 20px;
    }

    .portfolio-box .price {
        position: relative;
        margin-top: 10px;
        padding-left: 25px;
        font-size: 14px;
        margin-left: 8px
    }

    .portfolio-box-title {
        font-weight: 600;
        font-size: .85em
    }
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    .hero-slider .img-inner {
        border-radius: 18px
    }

    .tab-blog-home ul {
        display: flex;
        justify-content: start;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 0px;
    }

    .tab-blog-home ul li {
        margin: 5px 15px
    }
}