.location-offer {
            font-size: 16px;
            color: #0085d2;
            font-weight: bold;
        }
        
        .duration {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            padding-left: 5px;
        }
        
        .offer-info {
            /*color:#58595b;*/
            line-height: 20px;
        }
        
        .offer-info>.col-md-4 {
            margin-bottom: 15px;
        }
        
        .hotel-en {
            font-size: 12px;
        }
        
        .img_crop {
            /*width:300px;height:196px;overflow:hidden;position: relative;*/
            background-color: #CCC;
        }
        
        .img_crop img {
            width: 100%;
            max-width: 100%;
            /*position: absolute;width:300px;height:auto;top: -9999px;bottom: -9999px;left: -9999px;right: -9999px; margin: auto;*/
        }
        
        .price-box {
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.8);
            margin-top: 120px;
            clip-path: polygon(100% 100%, 0% 100%, 0 0, 90% 0);
            text-align: center;
            color: #ffffff;
            padding: 10px;
        }
        
        .price-container {
            position: relative;
        }
        
        .price2 {
            font-size: 18px;
        }
        
        .special-offer2 {
            font-size: 13px;
            position: absolute;
            right: 0px;
            bottom: 10px;
            z-index: 1;
            color: #ffffff;
            padding: 10px;
            /*margin-right:0px;margin-bottom:10px;*/
            background-color: rgba(224, 30, 36, 0.8);
        }
        
        .img_slider {
            /* float: right; line-height: 14px; */
        }
        
        .img_slider .img_slider_box {
            width: inherit;
            height: 274px;
            overflow: hidden;
            width: 300px;
            display: block;
            position: relative;
            margin: 0 auto;
        }
        
        .img_slider .img_slider_box .img_block {
            position: absolute;
            left: 0px;
            top: 0;
            width: 5000px;
        }
        
        .img_slider .right_img {
            float: left;
        }
        
        .img_slider .img_txt {
            line-height: 15px;
            height: 30px;
            text-align: center;
        }
        
        .red_spot {
            height: 8px;
            width: 8px;
            background-color: #E01E24;
            border-radius: 50%;
            display: inline-block;
            margin: 0 3px;
        }
        
        .gray_spot {
            height: 8px;
            width: 8px;
            background-color: #c6c6c6;
            border-radius: 50%;
            display: inline-block;
            margin: 0 3px;
        }
        
        .promoSlideImgBlock {
            width: 300px;
            height: 240px;
            display: block;
            float: left;
            text-align: center;
            /*font-weight: 600; font-size: 14px; */
        }
        
        .bottom-text {
            position: absolute;
            top: 100px;
            left: 30px;
            color: white;
            font-size: 25px;
            text-shadow: 2px 2px 8px #000000;
        }
        
        .col-img {
            max-width: 360px;
            max-height: 240px;
        }
        
        .card-bg {
            background-color: white;
            color: #0085d2;
            font-weight: bold;
            min-height: 115px;
        }
        
        .hero_banner_word {
            position: absolute;
            bottom: 40px;
            right: 0;
            color: black;
            font-size: 22px;
            margin-right: 6.5%;
        }
        
        iframe {
            width: 360px;
            height: 310px;
        }
        
        a:hover {
            color: #e01e24;
        }
        
        @media only screen and (max-width: 1448px) {
            .hero_banner_word {
                display: none;
            }
        }
        
        @media only screen and (max-width: 768px) {
            .mob {
                width: 768px;
            }
            .card-bg {
                background-color: white;
                color: #0085d2;
                font-weight: bold;
            }
            .col-img {
                max-width: 320px;
                max-height: 240px;
            }
        }
        
        @media only screen and (max-width: 414px) {
            .mob {
                max-width: 414px;
            }
            .promoSlideImgBlock {
                width: 316px;
            }
            .col-img {
                max-width: 312px;
                max-height: 240px;
            }
            @media only screen and (max-width: 375px) {
                .mob {
                    max-width: 375px;
                }
                .col-img {
                    max-width: 275px;
                }
                @media only screen and (max-width: 320px) {
                    .mob {
                        max-width: 320px;
                    }
                    .promoSlideImgBlock {
                        width: 223px;
                    }
                    .col-img {
                        max-width: 221px;
                        max-height: 240px;
                    }
                }