.contact{
    font-size: 24px;
    font-weight: bold;
    color: #bf4940!important;
}

.product-detail .text-h1{
    font-size: 2rem !important;
    color: red !important;
}
.product-detail .text-h3{
    font-size: 1.5rem !important;
    color: red;
}
.product-detail .text-h4{
    font-size: 1.9rem !important;
    color: blue !important;
}
.product-detail .text-h5{
    font-size: 1.9rem !important;
    color: blue !important;
}
.product-detail .text-red{color: red;}
.product-detail .text-blue{color: blue;}
.product-detail .text-green{color: rgb(0, 138, 0);}
.product-detail .text-pink{color: deeppink;}
.product-detail .text-purple{color: purple;}
.product-detail .bg-color-yellow{background-color: yellow}
.product-detail .bg-color-11{background-color: #4472c4}
.product-detail .bg-color-12{background-color: #f7caab}
.product-detail .bg-color-13{background-color: #ff339a}
.product-detail .bg-color-14{background-color: #a7d08c}


.product-detail .bg-text-color{
    border: #6fae45 solid 1px;
    background-color: #c4dfb2;
    color: black;
    padding: 10px;
}

.product-detail .table td{
    font-size: 1rem !important;
}
.fsize-0-5rem{font-size: 0.5rem !important;}
.fsize-0-6rem{font-size: 0.6rem !important;}
.fsize-0-7rem{font-size: 0.7rem !important;}
.fsize-0-8rem{font-size: 0.8rem !important;}
.fsize-0-9rem{font-size: 0.9rem !important;}
.fsize-1rem{font-size: 1rem !important;}
.fsize-1-2rem{font-size: 1.2rem !important;}
.fsize-1-3rem{font-size: 1.3rem !important;}
.fsize-1-4rem{font-size: 1.4rem !important;}
.fsize-1-5rem{font-size: 1.5rem !important;}

.fsize-2rem{font-size: 2rem !important;}

.color-purple{color: rgb(112, 48, 160) !important;}
/*Star*/
.star-box {
    display: inline-block;
    position: relative;
}
.star-box .star-gray {
    position: relative;
    z-index: 0;
}
.star-box .star-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}
.star-box i {
    font-size: 12px;
    color: #ffa628;
}
.star-box .star-color i {
    color: #ffa628;
}
/*List Photos*/
.list-img {
    padding: 0 20px;
    margin-top: 15px;
}
.list-img .row {
    margin: 0 -2px;
    height: 100%;
}
.list-img .row [class*="col-"]:nth-child(1), .list-img .row [class*="col-"]:nth-child(2) {
    margin-bottom: 4px;
}
.list-img .row [class*="col-"] {
    padding: 0 2px;
}
.list-img a {
    display: block;
    height: 100%;
}
.position-relative {
    position: relative !important;
}
.list-img .large-img {
    width: 100%;
    aspect-ratio: 1.75;
    object-fit: cover;
}
.list-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.list-img .title-image {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 35px 20px 10px;
    padding-bottom: 10px;
    color: #fff;
}
.list-img .title-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(106,106,106,0) 0%,#3c3c3c 100%);
    mix-blend-mode: multiply;
    opacity: .7;
    border-radius: 5px;
}
.list-img .title-image span {
    position: relative;
    line-height: 18px;
    -webkit-line-clamp: 3;
}
.list-img .hidden-img {
    display: none;
}
.list-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-img .overlay span {
    font-weight: 700;
    font-size: 1.25rem;
}
.list-img .overlay img {
    width: 20px;
    height: 15px;
    border-radius: 0;
    object-fit: contain;
    margin-left: 5px;
}
/*box content*/
.box-border {
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8e9e7;
}
.title-description {
    text-align: center;
    color: #2d4271;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.title-description h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
}
.line-title {
    position: relative;
}
.line-title::before {
    left: 50%;
    transform: translate(-120%,-50%);
}
.line-title::before, .line-title::after {
    content: "";
    position: absolute;
    top: 56%;
    width: 100px;
    height: 1px;
    background: #ccc;
}
.line-title img {
    width: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.line-title::after {
    right: 50%;
    transform: translate(120%,-50%);
}
.line-title::before, .line-title::after {
    content: "";
    position: absolute;
    top: 56%;
    width: 100px;
    height: 1px;
    background: #ccc;
}
/*Lịch trình*/
.listDay {
    padding-left: 30px;
    position: relative;
}
.listDay::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    bottom: 0;
    border-left: dotted 3px #008fea;
}
.listDay .day {
    margin-bottom: 15px;
}
.listDay .day .titDay {
    font-weight: 700;
    position: relative;
    background-color: #b30935;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.listDay .day .titDay::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: solid 1px #b30935;
    background-color: #fff;
    top: 5px;
    left: -29px;
}
.listDay .day .titDay .titDayText {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
}
.listDay .day .titDay::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #b30935;
    top: 11px;
    left: -23px;
}
.listDay .day .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
    margin-left: 15px;
    margin-top: 2px;
}
.listDay .day .contDay {
    display: none;
    border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 15px;
    padding: 5px 10px;
}
.desc ul {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
}
/*Sidebar*/
.box-border .product-name {
    font-size: 1.125rem;
    color: #365899;
    line-height: 24px;
    font-weight: 700;
}
.box-border .origi-price {
    color: #2d4271;
    font-size: .875rem;
    margin-top: 5px;
}
.origi-price {
    text-decoration: line-through;
    color: #666;
}
.box-border .sale-price {
    color: #2d4271;
    font-size: .875rem;
    font-weight: 400;
}
.box-border .sale-price span {
    font-weight: 900;
    color: #ff5b00;
    font-size: 1.5rem;
}
.box-border .saleoff-badge {
    top: 0;
    background: #ed1c24;
    border-radius: 6px;
    padding: 5px 15px;
}
.saleoff-badge {
    position: absolute;
    right: 20px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 3px 15px;
    font-size: 14px;
}
.box-border .saleoff-badge::before {
    border-radius: 6px;
}
.saleoff-badge::before {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    content: "";
    border: 1px dashed #fff;
}
.box-border .saleoff-badge strong {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 700;
}
.sub-info-tour {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.sub-info-tour li {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px #eee solid;
}
.box-border .sub-info-tour li {
    color: #2d4271;
}
.box-border .sub-info-tour li i {
    color: #2d4271;
}
.product-detail .sub-info-tour span {
    font-weight: 700;
}
.box-border .action-book {
    border-radius: .25rem;
}
.action-book {
    background: #ddd;
}
.action-book a {
    font-size: 24px;
}
.btn-orange, .bg-orange {
    background: #ff5b00;
    border-radius: 8px;
    border: 0;
    color: #fff;
    border-radius: .25rem;
}
.action-book a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.hotline-product {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.hotline-product .icon {
    width: 60px;
    float: left;
}
.hotline-product .icon i {
    color: #ff5b00;
    font-size: 50px;
}
.cattour-icon-phone::before {
    content: "\f095";
}
.hotline-product .text {
    display: block;
    margin-top: -6px;
    color: #2d4271;
}
.hotline-product .text a {
    display: block;
    color: #ff5b00;
    font-size: 24px;
    font-weight: 700;
    margin-top: -7px;
}

#accordion .card .card-header .btn-link {
    display: block;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d4271;
}

#accordion .card .card-header .btn-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#accordion .card .card-header .btn-link.collapsed:after {
    content: "\f106";
}
.list-ul-schedule-hot{
    padding-left: 20px;
}
.list-ul-schedule-hot li{
    list-style: none;
}

.panel {
    display: block;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.breadcrumb{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    margin-bottom: 0 !important;
}
.product-detail .text-h4 {
    font-size: 2.5rem !important;
    color: blue !important;
}
.product-detail .text-h5 {
    font-size: 2rem !important;
    color: blue !important;
}
.sticky-top{
    top: 65px;
}
/*=================*/
.touritem {
    background-color: #e6e6e6 !important;
}
.touritem:hover {
    background-color: rgba(13, 110, 253, 0.25) !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.tv-c-text {
    color: #3b4c5d;
    display: flex;
    align-items: center;
}
.tv-c-lightblue {
    color: #00B9F2;
}
.float-end {
    float: right !important;
}
.btn-chitiet {
    background-color: #00B9F2;
    border-color: #00B9F2;
    color: white;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ">>";
    height: 35px;
    min-width: 77px !important;
    width: auto;
}
.pe-3 {
    padding-right: 1rem !important;
}
.custom-border-left {
    border-left: solid 1px rgba(128, 128, 128, 0.3);
}
.end-0 {
    right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}

.icon_tour_type{
    background: url(../images/icon/tour_type.png) no-repeat center bottom;
    width: 80px; height: 95px; text-align: center; padding-top: 25px;
    color: white;
}

.calendar-day-head{
    border: rgba(136, 136, 136, 0.47) solid 1px !important;
    background-color: #04b5c0; font-weight: bold; color: white;
}
.calendar-day-np, .calendar-day{
    border: rgba(136, 136, 136, 0.47) solid 1px !important;
    width: 100px; height: 65px;
}
.day-number{font-size: 16px !important; color: black;}
.day-price{ font-size: 14px !important; color: red !important; font-weight: bold;}

.calendar-saturday .day-number{color: #1ea21e !important;}
.calendar-sunday .day-number{color: #ff6000 !important;}