section {
    float: left;
    width: 100%;
}
._innerWrap {
    width: 1200px;
    margin: auto;
    padding: 0 15px;
}
._toprflcont {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 15px 0;
    justify-content: flex-start;
}
._hdrtxt {
    font-size: 26px;
    font-weight: 600;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: auto; */
}

._hotlcity {
    background: url(/images/desk-img/bg-world-map.jpg);
    width: 100%;
    background-size: 90%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin: 0;
}
.dgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0;
}
._city_bx {
    display: flex;
    max-width: 90%;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    color: unset;
}
._city_bx:hover{
	background: #ECF5FE;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
}
._city_bx a {
    position: absolute;
    bottom: 2px;
    right: 0;
    display: none;
}
._img {
    display: flex;
    align-items: center;
    margin-right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 15px;
}

._img img{
border-radius: 10px;
    height: 55px;
    width: 55px;
    object-fit: cover;
}
._igtxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
._c_nm {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
._count {
    font-size: 16px;
    margin: auto 0;
    font-weight: 600;
    color: #2196F3;
}
._tvl_guid{    display: flex;
    align-items: center;
    justify-content: space-between;
}
._tvl_guid .w50 {
    border-radius: 30px 5px 5px 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 0;
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    width: 49%;
    background: #fff url(/images/desk-img/side-c.svg);
    background-repeat: no-repeat;
    background-position: -17% 93%;
}
._tvl_guid .w100 {
    border-radius: 12px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 0;
    position: relative;
    width: 100%;
    margin: 20px 0;
}
._tvl_guid ._ico {
    width: 105px;
    margin-right: 10px;
}
._tvl_guid ._iconvr2 {
    width: 75px;
    margin-left: 10px;
}
._tvl_guid ._txtnw {
    width: 82%;
    margin-left: auto;
}
._tvl_guid .new50 {
    width: 65%;
    margin: 0 auto;
}
._tvl_guid ._t1 {
    font-size: 15px;
    font-weight: 600;
}
._tvl_guid ._t2 {
    font-size: 13px;
    margin: 2px 0;
}
._tvl_guid ._t3{ font-size: 13px;}
._tvl_guid ._t3 a {
    text-decoration: none;
    color: #2196F3;
}
._tvl_guid ._t3 a:hover {
    text-decoration: underline;
    color: #2196F3;
}
.bg3 {
    background-image: linear-gradient(to right, #76C6F5, #62ACEB, #31D2C2, #12C29F);
    padding: 10px 30px !important;
    color: #fff;
}
.bg3 ._t1m {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}
.bg3 ._t1s {
    font-size: 15px;
}
.bg3 ._t2 ul {
    padding: 5px 20px;
    margin: 0;
    font-size: 13px;
    list-style-type: circle;
}
._widflx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
._wid70 {
    width: 65%;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid #bfe3ff;
    position: relative;
}
._wid30 {
    width: 33%;
    margin-left: auto;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid #bfe3ff;
    position: relative;
}
/*news box*/
        .newsbox {float: left;width: 100%;padding: 10px 0;border-bottom: 1px solid #d5d5d5;display: flex;}
		.htb350 {height: 328px;overflow: auto;padding: 0 8px;padding-right: 15px;padding-left: 0;}        
        .wid100 {width: 100%;float: left;}        
        .wid70 {width: 68%;float: left;}        
        .wid30 {width: 30%;float: right;}        
        .morecontent span {display: none;}        
        .morelink {display: block;}        
        .newsbox h2 {font-size: 13px;display: block;width: 100%;margin-bottom: 5px;font-weight:600}        
        .newsbox p {font-size: 12px;color: #676666;margin: auto;text-align: left;}        
        .pdte {font-size: 11px;display: flex;align-items: center;color: #676666;float: left;width: 100%;}        
        .pdte img {margin-right: 5px;}        
        .read-more-news-label {width: 100%;float: left;text-align: right;font-size: 12px;color: #2196f3;cursor: pointer;margin-top: 5px;}  
        .htb350 .newsbox:last-child {border: 0;}        
        .htb350::-webkit-scrollbar {width: 2px;}        
		.htb350::-webkit-scrollbar-track {box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);}
		.htb350::-webkit-scrollbar-thumb {background-color: #2196f3;outline: 1px solid #2196f3;}
		.read-more-content {max-height: 0;overflow: hidden;transition: max-height .5s ease;}
		.read-more-news {display: none;}
		.read-more-news-label:after {content: "More";display: inline-block;}        
		.read-more-news:checked+.read-more-content {display: block;max-height: 1000px;}
		.read-more-news:checked+.read-more-content+.read-more-news-label:after {content: "Less";}
._news_container {
    padding: 0;
    background: #ffffff;
    border: 0;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.dateClm {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 10px;
    margin-top: 4px;
    background: url(/images/desk-img/calendar-news.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 50px;
}
.mnthBg {
    margin: 0;
    font-size: 11px;
    color: #ffffff;
    padding: 0;
    padding-top: 6px;
    line-height: unset;
    font-weight: 600;
    background: unset;
}
.dateBg {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
/*news box*/
.clr {
    clear: both;
}
._topdes_news {
    width: 100%;
    padding: 0px 0;
    padding-bottom: 0;
}
.excdeals{
font-size: 26px;
    font-weight: 600;
}
._grid_4 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
._des_bx {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
}
._cir_img {
    width: 100px;
    height: 100px;
    margin: auto;
}
._cir_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
}
._des_txt {
    font-size: 17px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #000;
}
._des_bx:hover ._des_txt {
    color: #2196F3;
}

._blog_box{
    position: relative;
    height: 220px;
    border-radius: 15px;
}
._blog_img{
    width: 100%;
    height: 220px;
    border-radius: 15px;
}
._blog_img img{
	width: 100%;
    height: 220px;
    border-radius: 15px;
    object-fit: cover;
}
._blog_bdy {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 15px;
    background: #0000004d;
    color: #fff;
    width: 100%;
    padding: 15px;
}
._blog_typ {
    width: auto;
    position: absolute;
    top: 10px;
    left: 15px;
    background: #2196F3;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 26px;
    z-index: 2;
}
._blog_ttl {
    font-weight: 600;    font-size: 15px;
}
._blog_para {
    font-size: 12px;
    margin-top: 5px;
}
._blog_url {
    position: absolute;
    bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: url(/images/desk-img/left-wht-arrw.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
}
._blog_url:hover {
    position: absolute;
    bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: url(/images/desk-img/left-wht-arrw.svg);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}
._blr_url {
    position: absolute;
    bottom: 0;
    padding: 12px 15px;
    font-size: 14px;
    left: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    z-index: 1;
    background: transparent;
    overflow: hidden;
    backdrop-filter: blur(15px);
}
._blog_txt {
    padding: 15px;
    position: absolute;
    bottom: 38px;
    width: 100%;
    z-index: 2;
    color: #fff;
}
.seemore {
    color: #2196F3;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    margin-left: auto;
    margin-right: 90px;
}

._zig-zag {
    background: url(/images/desk-img/bg-line-zig-zag.svg);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: contain;
    width: 100%;
    margin-top: 10px;
}
.mgs50{    margin-top: 50px;}
._mflxop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
    padding-bottom: 30px;
}
._divbox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}
._divimg {
    width: 100%;
    margin: auto;
}
._divttl {
    width: 100%;
    margin: 10px 0;
    font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
}
._divpara {
    font-size: 16px;
    color: #4D4D4D;
}
._emt-about {
    background: #f2f2f266;
    padding: 15px 0;
}
._blogtxt {
    font-size: 26px;
    font-weight: 600;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: auto; */
}
._abt_txt {
    font-size: 13px;
    margin: 10px auto;
    text-align: justify;
}
.pdb40 {
    padding-bottom: 40px !important;
}