/*
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.   ***************/
div#masthead {
    background: #fff;
}
main#main {
    background-color: #f7f9fb;
}

/* css section dịch vụ */
.title-dichvu h2 {
    text-align: center;
    color: #000;
}
.box-dichvu {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 6px;
    background: #fff;
	padding-bottom: 15px;
	cursor: pointer;
}
.box-dichvu:hover {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 8px 0px, rgb(60 64 67 / 15%) 0px 0px 5px 1px;
}
.box-dichvu .icon-box-img {
    margin-bottom: 8px;
}
.box-dichvu p {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

.title-dichvu h2 {
    text-align: center;
    color: #000;
}
.dichvu-gia>.col-inner {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    background: #fff;
}
.dichvu-gia>.col-inner h4 {
    background: #ffcc3f;
    text-align: center;
    padding: 6px 0;
    border-radius: 11px 10px 0 0;
    color: #ffff;
}
.dichvu-gia>.col-inner ul {
    padding: 20px;
}
.dichvu-gia>.col-inner ul li {
    color: #000;
}

/* css section tour */
.title-tour {
    text-align: center;
}
.title-tour h3 {
    font-size: 22px;
    color: #000;
}
.title-tour p {
    color: #000;
}
.box-tour {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 10px;
}
.box-tour .icon-box-img {
    border-radius: 10px 10px 0 0;
}
.box-tour .icon-box-img img {
    padding: 0;
}
.box-tour h4 {
    text-align: center;
    color: #12a8e1;
    font-size: 18px;
}
.box-tour p {
    color: #000;
    margin-bottom: 0;
    padding: 0 8px 0 12px;
}
.box-tour p strong {
    color: red;
}
.box-tour .icon-box-text {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
.box-tour .icon-box-text::-webkit-scrollbar {
    width: 4px;
}
.box-tour .icon-box-text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #12a9e2;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

/* css form */
.col.col-padding {
    padding-bottom: 0;
}
.formdatxe {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
}
.formdatxe .col.col-padding {
    padding-bottom: 1px;
}
.formdatxe h4 {
    text-align: center;
    color: #4fa54a;
}
.formdatxe input, .formdatxe select {
    border-radius: 5px;
    height: 33px;
    margin-bottom: 8px;
    box-shadow: 0 0;
}
.formdatxe input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0 20px 1px 20px;
    text-transform: inherit;
    min-height: 30px;
    line-height: 10px;
    background-image: linear-gradient(to right, #4fa54a ,#7ac227);
    border-radius: 24px;
    margin-left: -22px;
    position: absolute;
    margin-top: 5px;
}
.formdatxe .btn-datxe {
    text-align: center;
}

/* css đội xe */
.col.col-doixe {
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 0;
}
.col.col-doixe h2 {
    margin-bottom: 0;
}

/* css section đánh giá */
.title-khachhang h2 {
    color: rgb(255, 216, 0);
    font-size: 38.5px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-shadow: rgb(0 0 0) 1px 2px 3px;
}

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

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


}