/*
Theme Name: dulich
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url(./assets/fonts/css/all.min.css);


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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .touch-point .col-inner {
        border-bottom: 1px solid #eee;
    }

}
.hotline .icon i{
	    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.rank-math-breadcrumb p {
    margin-bottom: 0;
}

.s__ab-text {
    display: flex;
    align-items: center;
}

.s__ab-text b {
    color: #ed1c25;
    border-right: 1px #ed1c25 solid;
    font-size: 32px;
    padding-right: 10px;
    margin-right: 10px;
    width: 52px;
    line-height: 1;
    text-align: center;
}

.post-tour-container .col-inner {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.post-tour-container .col-inner .box-text {
    padding: 10px;
}

.post-tour-container .col-inner .tour-title {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 39px;
    margin-bottom: 10px;
}

.post-tour-container .col-inner .tour-title a {
    display: block;
    color: #000;
}

.ct_course_list {
    list-style: none;
    margin-bottom: 10px;
}

.ct_course_list li {
    margin-left: 0 !important;
    margin-bottom: 0px;
    font-size: 14px;
}

.ct_course_list li span {
    color: #ff5722;
}

.post-tour-container .col-inner .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-tour-container .col-inner .price-box .button {
    margin: 0;
    background-color: #ff5722;
    font-weight: 500;
}

.post-tour-container .col-inner .price {
    color: #ff5722;
    font-weight: bold;
    font-size: 18px;
}

#footer,
#footer a,
#footer p {
    color: #888;
}

#footer a:hover {
    color: #fff;
}

.footer-infor ul {
    list-style: none;
}

.footer-infor ul li {
    margin-left: 0 !important;
    color: #888;
}

.footer-infor ul li i {
    width: 22px;
    display: inline-block;
}

.ft-title h3 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.single-tour .rank-math-breadcrumb {
    padding: 10px 0;
    margin-bottom: 10px;
}

.single-tour .entry-header_img img {
    width: 100%;
}

.single-tour-sidebar .is-sticky-column__inner {
    box-shadow: 0 0 4px 0 rgba(152, 165, 185, 0.2);
    padding: 10px;
    background-color: #fff;
}

.single-tour-sidebar .tour-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-tour-sidebar .tour-price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff5722;
}

.single-tour-sidebar .ct_course_list li+li {
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.single-tour-sidebar .ct_course_list li {
    padding: 5px 0;
}

.tour-program {
    list-style: none;
    margin-bottom: 0;
}

.tour-program li+li {
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.tour-program li {
    padding: 10px 0;
    margin-bottom: 0;
}

.tour-program a {
    color: #4e4e4e;
}

.tour-program img {
    width: 22px;
    margin-right: 10px;
}

.tour-schedule-title {
    margin-top: 10px;
    padding: 10px;
    background-color: #F4F9FF;
    text-transform: uppercase;
    font-weight: 500;
    border-left: 3px solid #ed1c25;
    font-size: 18px;
}

.single-tour .tour-content {
    background: #fff;
    padding: 10px;
}

.tour-tt {
    text-align: center;
    margin: 30px 0;
    font-size: 1.4em;
}

.tour-tt span,
.block-title span {
    color: #ed1c25;
}

.block-title h2 {
    margin-bottom: 0;
}

.block-title p {
    color: #888;
}

.block-title {
    margin-bottom: 30px;
}

.touch-point .icon-inner {
    background-color: rgb(237 28 37);
}

.touch-point .icon-box-text h3 {
    color: #333;
    font-weight: 500;
}

.touch-point .icon-box-text p {
    color: #888;
    line-height: 1.3;
    margin-top: 5px;
}

.nav-pagination .page-number.current,
.nav-pagination .page-number:hover {
    border-color: #ed1c25;
    background-color: #ed1c25;
}

#booking-tour {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#booking-tour .modal-body {
    padding: 15px;
}

#booking-tour .modal-header {
    background-color: #1ba0e2;
    padding: 8px 10px;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#booking-tour .modal-header h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

#booking-tour .cta-name-pro {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}

#booking-tour input,
#booking-tour textarea {
    box-shadow: none;
}

#booking-tour .wpcf7-submit {
    width: 100%;
    border-radius: 4px;
    font-weight: 300;
}

#booking-tour .tour-price {
    font-weight: 700;
    color: #ff5722;
}

.hotline {
    display: flex;
    align-items: center;
}

.hotline .icon i {
    font-size: 2em;
    color: #ed1c25;
}

.hotline a span {
    color: #ed1c25;
    font-size: 18px;
    font-weight: 700;
}

.hotline a {
    line-height: 1.2;
    text-align: center;
}

.header-nav.header-nav-main {
    width: 100%;
    justify-content: center;
}