.article-widget-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.article-widget-area {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  grid-gap: 12px;
}

.article-widget-area .article-widget-area__left-sidebar-outer {
  min-height: 228px;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content {
  width: 100%;
  height: 100%;
  padding: 18px 18px 30px 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content:hover {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 50%);
}
.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content::after {
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 183, 234, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 183, 234, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b7ea', endColorstr='#b3000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content h1 {
  color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    line-height: 1.5;
}

.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-family: 'Titillium Web', sans-serif;
  color: #ccc;
      margin-bottom: 10px;
          line-height: 19px;
}

.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content p img {
  margin-right: 10px;
  width: 13px;
  height: 13px;
}

.article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content .tags {
  background-color: #fff;
  padding: 6px 14px;
  background-color: #fff;
  border-radius: 5px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  border-radius: 5px;
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
}

.article-widget-area .article-widget-area__left-sidebar-outer img.article-widget-area__left-sidebar__post-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-widget-area .article-widget-area__right-sidebar-outer {
  width: 100%;
}



.article-widget-area .article-widget-area__right-sidebar-outer li:last-child {
  margin-bottom: 0;
}

.article-widget-area .article-widget-area__right-sidebar-outer li.article-widget-area__right-sidebar-item .article-widget-area__right-sidebar__post-image img {
    width: 117px;
    height: 83px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border-radius: 3px;
}

.article-widget-area .article-widget-area__right-sidebar-outer li h2 {
  font-size: 16px;
    line-height: 20px;

  font-weight: 700;
  margin-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
}

.article-widget-area .article-widget-area__right-sidebar-outer li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-family: 'Titillium Web', sans-serif;
  color: #9E9297;
}

.article-widget-area .article-widget-area__right-sidebar-outer li p img {
  margin-right: 5px;
  width: 12px;
  height: 12px;
}

/*@sb*/

.article-widget-area {
    padding: 12px;
}
.article-widget-area__left-sidebar-outer {
    max-width: 836px;
}
.article-widget-area__left-sidebar__post-type-link {
    background-color: #fff;
    color: #404040;
    padding: 4px 8px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
}
.article-widget-area .article-widget-area__right-sidebar-outer li.article-widget-area__right-sidebar-item {
  height: 103px;
  background: #fff;
  padding: 10px 10px 0;
  overflow: visible;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9e6ec;
      gap: 0 20px;
          transition: all 0.5s ease-in-out;
}
.article-widget-area__right-sidebar__post-image {
    flex: 0 0 117px;
    height: 83px;
}

.article-widget-area__right-sidebar-item:hover {
    box-shadow: 0px 0px 15px rgba(0 0 0 / 0.2);
  }
.article-widget-area__left-sidebar-outer:hover {
    box-shadow: 0px 8px 16px 0px rgba(0 0 0 / 20%);
}
/*ul.article-widget-area__right-sidebar-outer>div {
    min-height: 206px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}*/
ul.article-widget-area__right-sidebar-outer li.article-widget-area__right-sidebar-item{
margin-bottom: 10px;}
ul.article-widget-area__right-sidebar-outer li.article-widget-area__right-sidebar-item:last-child{
margin-bottom: 0;}

.article-widget-area__right-sidebar-outer .custom_hotel_search_back .custom_icon_list li{padding: 0 6px;font-size: 11px;
    line-height: 13px;}
.article-widget-area__right-sidebar-outer .custom_hotel_search_back .custom_icon_list li img {
    margin-bottom: 4px;
    height: 22px;
    margin-right: 4px;
    
}
.article-widget-area__right-sidebar-outer .custom_hotel_search_back .hotel_search_text p {font-size: 14px;
line-height: 20px;}

.article-widget-area__right-sidebar-outer .custom_hotel_search_back .custom_icon_list {margin-top: 14px;}

.article-widget-area__right-sidebar-outer .custom_hotel_search_back .hotel_search_logo {width: 130px;margin-bottom: 4px;}

/* 11/07/2022 */
.article-widget-area__right-sidebar__post-content { margin-left: 15px;}
.article-widget-area__right-sidebar-item a {display: flex;}
.custom_hotel_search_back {margin-bottom: 10px !important;}

@media only screen and (max-width: 1199px) {
  .article-widget-area {
    /*
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2r 1fr;

    -ms-grid-columns: 1.8fr 1.2fr;
    grid-template-columns: 1.8fr 1.2fr;

    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
    */

    -ms-grid-columns: 1.8fr 1.2fr;
    grid-template-columns: 1.8fr 1.2fr;

    padding: 12px;
  }
  .article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content {
    padding: 21px 14px 20px 14px;
  }
  .article-widget-area .article-widget-area__left-sidebar-outer .article-widget-area__left-sidebar__post-content h1 {
    font-size: 20px;
  }
  .article-widget-area .article-widget-area__right-sidebar-outer li img {
    width: 127px;
    height: 84px;
  }
  .article-widget-area .article-widget-area__right-sidebar-outer li h2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .article-widget-area .article-widget-area__right-sidebar-outer li p {
    font-size: 8px;
  }
  .article-widget-area .article-widget-area__right-sidebar-outer li p img {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .article-widget-area {
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }
}

@media only screen and (max-width: 767px) {
  .article-widget-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 6px;
  }
  .article-widget-area .article-widget-area__right-sidebar-outer li {
    height: auto;
  }
  .article-widget-area .article-widget-area__left-sidebar-outer img.article-widget-area__left-sidebar__post-image{
    height: 100%;
  }
}
