 .promotion-box .body img{
    width: 100%;
    margin: 0;
    /* height: 250px; */
    /* aspect-ratio: 3.6/1.95; */
    aspect-ratio: 4/3;
   object-fit: cover;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   position:relative;
   transition: transform 0.6s cubic-bezier(0.5, 1, 0.5, 1);
   z-index: 1;
}
 .promotion-box .topic
 {
      color: #000 !important;
      font-size: 1.5em;
      height: 55px;
      line-height: 1.3em;
     
 }
 .promotion-box .text .no-margin,
 .promotion-box .topic
 {
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
     margin: 1rem;
   
 }
 .promotion-box .desc{
    min-height: 85px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0rem 1rem 1rem 1rem;
 }
 .promotion-box.is-medium .btn-more{
   margin: 2rem 1rem;
   left: 46%!important;
 }
 .p-0
 {
   padding: 0!important;
 }

.promotion-box.promotion-box-main{
   height: 923px;
   position: relative;
 }
 .promotion-box.promotion-box-main .body img{
   overflow: hidden;
   height: 449px;
 }

.promotion-box.promotion-box-main .desc{
   font-size: 2rem;
   line-height: 2.6rem;
   height: 337px;
   display: -webkit-box;
   -webkit-line-clamp: 13;
   -webkit-box-orient: vertical;
   overflow: hidden;
   margin: 0rem 1rem 1rem 1rem;
 }
 .promotion-box.promotion-box-main .action-bottom
 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1rem;
 }
 .promotion-box.promotion-box-main .action-bottom  .head .text
 {
       width: calc(100% - 220px);
 }
 .promotion-box.promotion-box-main .action-bottom  a.btn-more
 {
   margin: 0;
   position: unset;
   left: 0;
   transform: unset;
   display: inline-block;
   max-height: unset;
   min-height: unset;
   height: auto;
   width: auto;
   margin-top: 3rem;
 }
.section-coupon  .coupon-list-vertical .card-manage-coupon .logo
{
   padding: 15px 0;
   padding-top: 30px;
   padding-right: 14px;
   margin: 0;
 }

.select-multi .dropdown-toggle{
   padding-left: 15px;
 }

.select-multi .dropdown-toggle{
   padding-right: 30px;
   background: #fff;
   border: 1px solid #D6D5D5 !important;
   border-radius: 5px;
   padding: 11.5px 15px;
   height: auto;
   outline: none !important;
   box-shadow: none !important;
   -webkit-appearance: none;
   overflow: hidden;
}
.bootstrap-select .select-multi
{
   width: 100%;
}
.input-select-multi
{
    display: block;
}
.select .bootstrap-select .dropdown-toggle .caret
{

   border: 0;
}
.select .bootstrap-select .dropdown-toggle:before
{
   content: "\e259";
   display: inline-block;
   font-family: 'Glyphicons Halflings';
   font-style: normal;
   font-weight: 400;
   color: #282828;
}

.input-select-multi .bootstrap-select .dropdown-menu li a
{
   padding:0;
   white-space: normal;
   word-break: break-word;
   position: relative;
}
.input-select-multi .bootstrap-select .dropdown-menu li
{
   padding: 10px;
   width: 100%;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text
{
   margin-left: 15px;
   display: contents;
}
.input-select-multi .select-multi,
.input-select-multi .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
   width: 100%!important;
   width: 100%;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
   color: #282828;
}
body .search-page .select.border-under select
{
       padding: 8px 15px 8px 15px;
}

@media(max-width: 767px)
{
   .popup .popup-search{
      background: linear-gradient(145deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
   }
    .popup .popup-search .advanced-search
   {
      padding: 10px 10px 20px 10px;
   }
}


.promotion.is-fixed .promotion-box .body :nth-child(2)
{
   height: 54px; 
   overflow: hidden;
}
.coupon.style-new .card-manage-coupon .logo
{
   display: inline-block;
   margin: 0;
}
.coupon.style-new .card-manage-coupon .logo img
{
   float: left;
   width: 30px;
   height: 30px;
}
.coupon.style-new .card-manage-coupon .logo p
{
    float: left;
    height: 30px;
    margin: 0!important;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1rem;
    max-width: 160px;
    text-align: left;
    margin-bottom: 0!important;
    overflow: hidden;
    font-weight: 500;
    flex-wrap: wrap;
    line-height: 1.5rem;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.coupon.style-new .card-manage-coupon
{
    max-width: 360px;
    padding: 1rem 2.7rem;
    width: 100%;
}
.coupon.style-new .card-manage-coupon .detail-text h4
{
      text-align: left;
      margin: 0;
}

.coupon.style-new .card-manage-coupon .detail-text h4 span
{
   margin-bottom: 0;
   height: 20px;
   display: -webkit-inline-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   word-break: break-word;
   max-width: 90%;
   font-size: 1.8rem;
   font-weight: bold;
   padding-top: 0;
}
.coupon.style-new .card-manage-coupon .detail-text
{
   text-align: left;
}
.coupon.style-new .card-manage .progress
{
   background-color: #e5e7e9;
   margin-top: 0;
}
.coupon.style-new .card-manage .progress .progress-bar
{
   background-color: #337ab6;
}
.coupon.style-new .coupon-date
{
   font-size: 1rem;
   color: #337ab6;
   margin-top: 5px;
}
.coupon.style-new .box-copy .input-button input
{
   width: 63%;
   height: 25px;
   padding: 5px 15px;
   font-size: 1em;
}
.coupon.style-new .box-copy .input-button button
{
    width: 37%;
    min-width: 68px;
    float: left;
    padding: 7px 5px;
    background-color: #337AB6!important;
    color: #fff!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1rem;
    text-align: center;
    height: 25px;
    line-height: 10px;
}
.coupon.style-new .circle-shadow
{
    width: 30px;
    height: 50px;
}
.coupon.style-new .fa-info-circle
{
   font-size: .7em;
   vertical-align: super;
}
.coupon.style-new .circle-shadow::before
{
   width: 40px;
   height: 40px;
}
.coupon.style-new .circle-shadow.right::before
{
   right: -11px;
}
.coupon.style-new .circle-shadow.left::before
{
   left: -11px;
}

.coupon.style-new .circle-shadow.right::after
{
    top: -2px;
    right: -5px;
    width: 10px;
    height: 45px;
}
.coupon.style-new .circle-shadow.left::after
{
    top: -2px;
    left: -5px;
    width: 10px;
    height: 45px;
}
.coupon.style-new .circle-shadow.left,
.coupon.style-new .circle-shadow.right
{
   top: 40%;
}

.mb-0{
   margin-bottom: 0!important;
   margin-bottom: 0;
}

.input-select-multi .bootstrap-select .dropdown-menu li a::after
{
    content: ".";
    padding: 5px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    border: 1px solid #282828;
    z-index: 1;
}
.input-select-multi .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark
{
   top: 8px;
   z-index: 2;
}
.line-clamp-2{
   height: 42px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.card-manage-coupon .line-clamp-2{
    height: 36px;
    line-height: 15px;
    font-size: 1.2rem;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card.-point
{
   padding: 1rem 0;
   border-radius: 1rem;
   box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.20);
   -webkit-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 17px -3px rgba(0,0,0,0.20);
   margin-left: 0;
   margin-right: 0;
}
.card.-point .card-body
{

}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.symbol-level{
   /* width: 60px; */
}
.point-plus
{
   color: #2170B8;
   font-weight: 500;
}
.point-minus
{
   color: red;
}
.progress-point
{
    position: relative;
    height: 100px;
    margin-bottom: 1rem;
}
.progress-point .progress .progress-bar
{
   background-color: #CE7430;
}
.progress-point .progress
{
   position: absolute;
   top: calc(50% - 10px);
   z-index: 1;
   width: 72%;
   left: 14%;
}
.progress-point .symbol-left,
.progress-point .symbol-right
{
    position: absolute;
   top: calc(50% - 47px);
   z-index: 2;
   width: 80px;
}
.progress-point .symbol-left
{
   left: -5px;
}
.progress-point .symbol-right
{
   right: -5px;
}
.color-blue
{
   color: #2170B8 !important;
}

.ul-custom-style
{
   text-align: left;
   padding: 0rem 3rem;
}
.btn.btn-red-linear
{
   background-color: fff!important;
   border-color: red!important;
   color: red!important;
}

.swal2-content .swal2-validation-message
{
   font-weight: bold;
}

.text-total_point
{
   text-align: center;
   font-size: 7rem;
   color: #2170B8;
   min-height: 58px;
}

.item-redemption
{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
    position: relative;
    margin-bottom: 1rem;
}
.item-redemption.in-active::before,
.item-redemption.in_active::before
{
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(217 217 217 / 50%);
    cursor: not-allowed;
}

.item-redemption .item-head
{
   text-align: center;
   min-height: 115px;
   margin: 0 -2px;
}

.item-redemption .item-head .item-head-style
{
    background-color: #eaf1ff;
    display: grid;
    border: 1px solid #ffffff;
    border-radius: 1rem;
    width: calc(100% - 2rem);
    margin: auto;
    margin: 1rem auto;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%) inset;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%) inset;
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18) inset;
}
.item-redemption .item-head .point
{
    padding: 2.5rem 1rem 0;
    font-size: 5rem;
    line-height: 4rem;
    margin: 0;
    background-color: transparent;
    color: #2170B8;
        width: auto;
    display: inline-block;
}
.item-redemption .item-head .unit
{
   margin: 0;
   background-color: transparent;
   padding: 0rem 1rem 2.5rem;
       width: auto;
    display: inline-block;
}
.item-redemption .item-head img
{
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   height: auto;
   object-fit: contain;
   width: 100%;
   max-height: 190px;
}
.item-redemption .item-body
{
   padding: 1rem;
   position: relative;
}
.item-redemption .item-body .progress
{
   position: relative;
}
.item-redemption .item-body .name
{
   text-align: left;
   font-size: 2rem;
   font-weight: 500;
   height: 24px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.item-redemption .item-body .des
{
   height: 62px;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.item-redemption .item-body .point
{
    color: #2170B8;
    font-weight: 500;
    font-size: 1.6rem;
    margin: 10px 0;
}
.item-redemption .item-body .btn.btn-redemption
{
   background: linear-gradient(90deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%)!important;
   color: #fff!important;
   width: 100%;
   padding: 8px 20px;
   margin-top: 1rem;
}
.item-redemption .item-body .btn.btn-disabled
{
   width: 100%;
   margin-top: 1rem;
   padding: 8px 20px;
}
.item-redemption .item-body .date
{
   text-align: center;
   font-size: 2rem;
   font-weight: 500;
   color: #2170B8;
}
.item-redemption .item-body .time
{
   text-align: center;
   font-size: 1.7rem;
   font-weight: 500;
   color: #2170B8;
}
.color-black{
   color: #000!important;
}
header nav .navbar-search
{
    padding: 5px 5px;
    margin: 23px 0px 0px;
    width: 55px;
}
.navbar-search .m-icon-search
{
    float: left;
    cursor: pointer;
    width: 15px;
    height: 20px;
}
.icon-noti{
    position: relative;
    display: block;
    margin-left: 4px;
    float: left;
    width: 20px;
    height: 18px;
}
.icon-noti i{
   font-size: 1.5rem;
   margin-left: 5px;
   position: absolute;
   padding-top: 2px;
}
.icon-noti .m-icon-noti
{
    width: 20px;
    height: 20px;
    z-index: 1;
}
.icon-noti.has-noti::before
{
      display: none;
    /* display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f111";
    position: absolute;
    top: -4px;
    right: -7px;
    color: #e73b2a;
    font-size: .8rem;
    z-index: 999; */
}
.icon-noti .cnt_noti
{
    position: absolute;
    top: -6px;
    right: -9px;
    background-color: red;
    color: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.3rem;
    border-radius: 100%;
}
.hidden-desktop.icon-noti
{
    position: absolute;
    /*ข้างบน*/
    /* top: -9px;
    right: 10px; */
    /*ข้างซ้าย*/
    top: 12px;
    right: unset;
    left: -35px;
}
.navbar-user .name
{
   max-width: 60px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* @media (min-width: 1200px){
   .container {
      width: 1170px;
   }
}
@media (min-width: 992px){
   .container {
      width: 970px;
   }
}
@media (min-width: 768px){
   .container {
      width: 750px;
   }
} */




.item-noti{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.18);
    position: relative;
    display: flex;
    padding: 1rem;
    align-items: center;
    vertical-align: middle;
        margin-bottom: 1rem;
}
.item-noti .noti-icon{
    float: left;
    width: auto;
    margin-right: 1rem;
    font-size: 2rem;
}
.item-noti .noti-title{
   float: left;
   width: 100%;
}
.item-noti .noti-title .title{
   font-size: 1.8rem;
}
.item-noti .noti-title .des{
   color: #7a7a7a;
}
.item-noti .noti-date{
    float: right;
    width: 30%;
    text-align: right
}
.item-noti p{
   margin-bottom: 0;
}

.item-noti.in-active{
    background-color: #f5f5f5cc;
}
.btn-remove-noti
{
   position: absolute;
   top: 3px;
   right: 18px;
   padding: 0;
   width: 20px;
   height: 20px;
   line-height: 5px;
   border: 0!important;
   color: red!important;
   background-color: transparent!important;
}
.read-all-noti{
   float: right;
   text-align: right;
   color: #1e6ab6;
   font-size: 1rem;
   cursor: pointer;
   text-decoration: underline;
}

.item-redemption .item-body .expire-date{
   text-align: center;
   margin-bottom: 0;
   color: #666666;
   font-size: 1.2rem;
   white-space: nowrap;
}
.item-redemption.in_active .item-body .name,
.item-redemption.in_active .item-body .time,
.item-redemption.in_active .item-body .date,
.item-redemption.in_active .item-body .expire-date,
.item-redemption.in_active .item-body
{
  color: #858585!important;
}
#table-point td
{
   position: relative;
}
.point-info-date{
    color: #766d6d;
    font-size: 1.2rem;
    display: block;
    position: absolute;
}

.business_highlight_old
{
   position: absolute;
   /* top: 6%;
   left: -35%; */
   top: 12%;
   left: -29%;
   transform: rotate(320deg);
   font-size: 1.2rem;
   width: 100%;
   text-align: center;
   background-color: rgb(27,101,179,1);
   color: #fff;
   text-transform: uppercase;
}
.business_highlight
{
   position: absolute;
   top: 15px;
   left: 0;
   transform: unset;
   font-size: 1rem;
   width: auto;
   text-align: center;
   background-color: rgb(27,101,179,1);
   color: #fff;
   text-transform: uppercase;
   padding: 3px 10px;
   border-top-right-radius: 3px;
   border-bottom-right-radius: 3px;
   line-height: 18px;
   z-index: 2;
}
.business_highlight.tceb_recommended{
   background-color: rgb(255 195 0 / 100%);
}
.promotion-box .business_highlight.set_col_6
{
   /* left: -44%; */
}
.promotion-box .business_highlight{
   /* top: 3%;
   left: -39%; */
}
.promotion-box .body{
   overflow: hidden;
   position: relative;
}
@media (max-width:768px)
{
   .promotion-box .business_highlight{
      /* top: 3%;
      left: -36%; */
   }
}
@media (max-width:767px)
{
   header nav .navbar-search
   {
        margin: 22px 12px 0px;
   }
   .business_highlight
   {
    /* top: 6%;
    left: -30%;
    font-size: 1rem; */
   }
   .promotion-box .business_highlight,
   .promotion-box .business_highlight.set_col_6{
      /* top: 3%;
      left: -46%;
       font-size: 1.2rem; */
   }
}
@media (max-width:1200px)
{
   header .nav>li a
   {
      padding: 10px 8px;
   }
}
@media (max-width:1030px)
{
   header .nav>li a
   {
      padding: 10px 5px;
   }
}

@media (max-width:600px)
{
   .promotion-box .business_highlight,
   .promotion-box .business_highlight.set_col_6{
      /* top: 3%;
      left: -43%;
       font-size: 1rem; */
   }
}

.filter .radio > label::after{
   left: 0px;
}
.item-redemption  .progress-bar
{
   background-color:#fdb710;
}
.item-redemption .value-progress
{
   color: #000;
}

body #cm.cloud
{
   max-width:60em;
}
body .cc_div .cloud #c-bns
{
   min-width: unset;
   max-width:170px;
}
body .cc_div .cloud #c-inr-i
{
    width: 80%;
}

.daily-open-close .select.open_hour
{
   margin: 0;
}
.daily-open-close .business-days,
.daily-open-close .business-allday
{
   margin-top: 7.5px;
}

.checkbox  input[type=checkbox][disabled]  ~ label::before
{
    background: #eee;
    border: 1px solid #d6d5d5;
}

.p-daliy
{
   display: inline-block;
   width: 80px;
   color: #000;
}
.tab.style-2 .panel
{
   margin: 0 0 10px 0;
}
.tab.style-2 #business_category_tab
{
   padding-top: 0;
}

body .member .panel.b-detail-other
{
    margin-top: 59px;
}
.activity-partner-name{
   height: auto;
   padding: 1.5rem;
   display: flex;
   justify-content: space-between;
   vertical-align: middle;
   align-items: center;
   border-radius: 4px;
}
.activity-partner-name.cbt
{
   background-color: #166936;
   color: #fff;
}
.item-content.icon-type
{
   display: flex;
   column-count: 2;
   justify-content: center;
   align-items: center;
   border: 2px solid #3b8b40;
   /* border: 2px solid #3d91dd; */
   padding: 1rem;
   min-height: 90px;
}
.item-content.icon-type img
{
   min-height: unset;
   height: auto;
   width: auto;
   margin-right: 5px;
}
.item-content.icon-type p
{
   min-height: unset;
}

header #menu .dropdown-menu li a
{
  white-space: normal;
}


.item-redemption-new
{
    display: flex;
    column-count: 2;
    justify-content: space-between;
    background: linear-gradient(274deg, rgba(33,112,184,1) 0%, rgba(0,55,160,1) 100%);
    padding: 1.5rem;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 3rem;
}
.item-redemption-new .item-left
{
    width: 100%;
    padding-right: 1rem;
}
.item-redemption-new .item-left .name
{
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-redemption-new .item-left .des
{
    /* height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.item-redemption-new .item-left p
{
   margin-bottom: 15px;
}
.item-redemption-new .item-left .progress
{
   position: relative;
}
.item-redemption-new .progress-bar
{
   background-color: #19BE81;
}
.item-redemption-new .value-progress
{
   color: #000;
}
.item-redemption-new .item-left .point
{
    color: #FBAD26;
    font-weight: 500;
    font-size: 3rem;
    margin: 10px 0;
    margin-top: 15px!important;
}
.item-redemption-new .item-left .point span
{
   font-size: 2.5rem;
   margin-left: 5px;
}
.item-redemption-new .item-right
{
   
}
.item-redemption-new .item-right img
{
    width: 215px;
    height: 115px;
    object-fit: contain;
}
.color-white
{
   color: #fff!important;
}

#modal-redemption .modal-dialog
{
   width: 300px;
   margin-top: 10%;
}
#modal-redemption .modal-body
{
   padding: 0;
}

#modal-redemption .close
{
    position: absolute;
    right: 5px;
    top: 0px;
}
#modal-redemption .item-redemption
{
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}
#modal-redemption .modal-body h3
{
   margin: 0;
   padding: 15px 0;
}


.item-redemption .text-balance
{
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 0;
    color: #53a1dd;
}
.block-point
{
    margin-top: 1rem;
    background-color: #EAF6FF;
    border-radius: 5px;
    padding: 0.5rem 1rem 1.5rem 1rem;
}
.block-point .p-small
{
   margin-bottom: 0;
   font-size: 1rem;
   color: #53a1dd;
}
.item-redemption .item-body .block-point .point
{
   margin: 0;
   color: #2170B8;
   font-size: 3rem;
}

.item-redemption .item-body .news
{
   text-align: left;
   font-size: 1.4rem;
   font-weight: 500;
   height: 20px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.promotion-box .action-bottom
{
   padding: 0 1rem;
}
.promotion-box.is-medium .head .text
{
   margin-top: 0;
}

.item-redemption .item-body .block-point .point span
{
   font-size: 2.5rem;
}
#show-des
{
   color: #afabab;
   font-weight: 400;
}
#modal-redemption .m-icon-close
{
    width: 12px;
    height: 12px;
}
.modal-open .select2-container--open
{
   z-index: 9999;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.model-loading-api .modal-dialog
{
   margin-top: 20%;
}
.model-loading-api .modal-content
{
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0;
}

.redeem-logo-default
{
   object-fit: unset!important;
}
.pt-0
{
   padding-top: 0!important;
}

.section-coupon .coupon-list-vertical .card-manage-coupon .detail-text
{
   padding-left: 20px;
   margin: 5px 8px;
   margin-left: 18px;
}
.logo-standard img{
   height: 37px;
   width: auto;
}


.modal-croppie{
   z-index: 4001;
   padding-left: 0!important;
}
.modal-croppie .modal-dialog{
   height: 100%;
}
.modal-croppie .modal-body
{
   padding: 0;
}
.box-img-croppie{
   /* width: 600px;
   height: 400px; */
   width: 100%;
   height: 500px;
   margin-bottom: 4rem;
   display: inline-block;
}
.box-img-croppie .croppie-container .cr-slider-wrap
{
   width: 100%;
   padding: 0 3rem;
}
.croppie-upload-images
{
   margin-bottom: 2rem;
}
.upload-photo-add{
    width: 100%;
    position: relative;
    display: inline-block;
}
.upload-photo-add .inner{
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    width: 180px;
    height: 112px;
}
.upload-photo-add .inner .action{
    text-align: right;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.upload-photo-add .inner .action .btn-dots{
    font-size: 20px;
    line-height: 20px;
}
.upload-photo-add .inner .action .dropdown-menu{
    margin: 0px;
    min-width: auto;
    padding: 0px;
}
.upload-photo-add .inner .action .dropdown-menu li{
    padding: 8px 15px;
}
.upload-photo-add .inner .action .edit-photo{
    position: relative;
}
.upload-photo-add .inner .bg, .upload-photo-add .input{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.upload-photo-add .input{
    border: 2px dashed #2170B8;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    position: relative;
   height: 75px;
}
.upload-photo-add .input input[type="file"], .upload-photo-add .inner .action .edit-photo input[type="file"]{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-photo-add .input .text{
    color: #2170B8;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.upload-photo-add .input .text-icon{
    padding-left: 45px;
    min-height: 21px;
}
.upload-photo-add .input .text-icon i{
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height: 35px; 
}
.upload-photo-add .input.bg-gray{
    border: 0px;
    background: #E3E3E3;
    border-radius: 0px;
}
.upload-photo-add.is-vertical .inner{
    width: 213px;
    height: 300px;
    margin-right: 35px;
    margin-bottom: 40px;
}
.upload-photo-add.is-vertical .inner .action{
    margin-top: 5px;
}
.upload-photo-add.is-vertical .input{
    top: 50%;
    height: 115px;
    margin-top: -60px;
}
.upload-photo-add.is-shadow .inner .bg{
    box-shadow: 0px 0px 15px rgba(166,188,209,0.42);
}
.list-image .croppie-upload-images
{
   max-width: 100%;
}
.preview-add-images,
.preview-update-image{
   position: relative;
   max-width: calc( 25% - 2rem);
   float: left;
   margin: 0 1rem;
}
.preview-add-images .fa-times,
.preview-update-image .fa-times{
   position: absolute;
   color:red;
   right: 5px;
   top: 5px;
   cursor: pointer;
}

.list-room-images{
   position: relative;
   display: flex;
   flex-wrap: wrap;
}
.list-room-images img{
   flex: 50%;
}
.panel-body .room-card .text
{
   width: 100%;
   padding: 0;
}
.tab-content .b-manage .room-card .btn-edit{
    top: unset;
    right: 15px;
}
.b-manage .room-card,
.room-card{
   padding: 15px;
}
.line-camp-1{
   min-height: 21px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;  
   overflow: hidden;
}
.list-room-images
{
   margin-left: -5px;
   margin-right: -5px;
}
.room-card .list-room-images .img{
   padding: 5px;
   cursor: pointer;
   object-fit: cover;
   max-height: 300px;
}


.modal-full-image .modal-dialog
{
   width: 100%;
   max-width: 1200px;
   max-height: 800px;
}
.modal-full-image .modal-body
{
   padding: 0;
}
.modal-full-image .modal-body .close
{
    position: absolute;
    top: 5px;
    right: 5px;
}

a.link-download{
   color: #337ab7;
   text-decoration: underline;
}

textarea.resize-on{
   resize: auto!important;
   overflow-y: scroll;
}


.section-business-related{
   background-color: #FCC02A;
}
.section-business-nearby{
   background-color: #09378D;
}
.section-business-related,
.section-business-nearby{
   margin-bottom: 1rem;
   padding: 50px 0px;
    padding-top: 7rem;
}
.section-business-related .post.style-3 .mode,
.section-business-nearby .post.style-3 .mode,
.business-nearby .post.style-3 .mode,
.business-related .post.style-3 .mode{
   height: 64px;
   overflow: hidden;
}
.tab-title-style{
    padding: 0.6rem;
    padding-left: 14rem;
    border: 1px solid transparent;
    border-bottom-right-radius: 15px;
    font-size: 2rem;
    width: auto;
    display: inline-block;
    position: absolute;
    z-index: 4;
    text-align: right;
    left: 0;
    top: 0;
    margin: 0;
}

.tab-title-style.stlye-1{
   background-color: #09378D;
   color: #FCC02A;
   top: 0;
}

.tab-title-style.stlye-2{
   background-color: #FCC02A;
   color: #09378D;
}

.card-business{
   width: 100%;
   position: relative;
   font-size: 14px;
   line-height: 21px;
   color: #282828;
   background: #fff;
   overflow: hidden;
   margin: 0px;
   padding: 0;
   border-radius: 10px;
   border-bottom: 1px solid #D1D1D1;
}
.card-bg{
   position: relative;
   height: 170px;
}
.card-bg .bg{
   width: 100%;
   height: 100%;
   position: unset;
   border: 0;
   border-radius: 0;
}

.tab-business-tceb_recommended{
   padding: 0.6rem;
   border: 1px solid transparent;
   border-top-right-radius: 15px;
   width: auto;
   display: inline-block;
   position: absolute;
   z-index: 4;
   text-align: right;
   left: 0;
   bottom: 0;
   margin: 0;
   opacity: 0.8;
   background-color: #ff0000;
   color: #fff;
}
.business-related.owl-carousel.owl-drag .owl-item,
.business-nearby.owl-carousel.owl-drag .owl-item{
   padding: 0 1rem;
}

.card-padding{
   padding: 1rem;
}
.card-business h3{
   margin: 0;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.card-business .head{
   border-bottom: 1px solid #ededed;
}
.card-business .map-address{
   font-size: 1.3rem;
}
.card-business .map-address .fa-map-marker{
   color: #0071ff;
   font-size: 1.5rem;
}

.card-business .m-icon-like-white{
   float: right;
   cursor: pointer;
}
.card-business .btn-box .btn{
   padding: 4.5px 0px;
}
.card-business .btn-box .btn.btn-outline{
   float: left;
   width: 48%;
   font-size: 1.3rem;
}
.card-business .btn-box .btn.btn-default{
   float: left;
   width: 48%;
   background-color: #285CB7!important;
   color: #fff!important;
   font-size: 1.3rem;
}

.card-business .btn-box{
   display: flex;
   justify-content: space-between;
}

.card-business .post.style-3{
   padding: 0;
   border: 0;
   box-shadow: unset!important;
   margin-bottom: 0!important;
   border-radius: 0!important;
}

.btn.btn-cancel-quotation{
   padding: 9.5px 20px;
   text-decoration: none !important;
   color: #f54444!important;
   border: 1px solid #f54444!important;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   box-shadow: none !important;
   width: 100%;
}
.btn.btn-edit-quotation{
   padding: 9.5px 20px;
   text-decoration: none !important;
   color: #2658b0!important;
   border: 1px solid #2658b0!important;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   box-shadow: none !important;
   width: 100%;
}

.text-status-quotation{
   margin: 0;
}
.text-status-quotation.-pending{
   color: #FBAD26;
}
.text-status-quotation.-done{
   color: #00cb36;
}
.text-status-quotation.-cancel{
   color: #f54444;
}

.card-date_can_edit{
   border-radius: 5px;
   box-shadow: 0px 2px 7px rgb(0 0 0 / 16%);
   padding: 15px 15px 15px 50px;
   margin-bottom: 0;
   position: relative;
   /* border: 5px solid transparent;
   border-left-color: #FBAD26; */
}
.card-date_can_edit p{
   margin-bottom: 0;
   font-weight: 500;
}
.card-date_can_edit .icon{
    position: absolute;
    left: 16px;
    top: 15px;
}
.line-style-card-date_can_edit{
   position: absolute;
    top: 0;
    left: 0;
    background-color: #FBAD26;
    border: 1px solid #FBAD26;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 100%;
    width: 7px;
}

.b-quotation .col-md-2,
.b-quotation .col-md-4,
.b-quotation .col-md-6,
.b-quotation .col-md-8,
.b-quotation .col-md-10,
.b-quotation .col-md-12{
   padding-left: 5px;
   padding-right: 5px;
}

.message-login-business{
   color: #999999;
   font-size: 1.1rem;
}

.message-login-business .fa-clock-o{
   color: #408ce7;
   font-size: 1.4rem;
}

.home-business-category{
   background-color: #F4F7FA;
}
.home-business-category .item{
   width: 100%;
   position: relative;
   height: 180px;
   box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
   border-radius: 3px;
   overflow: hidden;
}
.home-business-category .item .text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.46);
    display: inline-block;
    z-index: 4;
}

.box-shadow{
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: #000;
   z-index: 2;
   opacity: 0.4;
}

.home-business-category .p-style{
   padding: 3px!important;
}

section.business-search{
   /* background-color: #3270ba; */
   /* background-image: url('/images/theme/default/assets/images/banner/search_banner.png');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover; */
    background: url('/images/theme/default/assets/images/index-home-bg-color.png') no-repeat top center #fff;
   /* background: url('/images/theme/default/assets/images/index-home-bg.png') no-repeat top center #fff; */
   background-color: #fff;
   height: calc(100vh - 100px);
   max-height:500px;
}

.multiselect-container .checkbox > input, 
.multiselect-container .radio > input{
    opacity: 1;
    margin-top: 2px!important;
    margin-left: -27px!important;
    width: 20px;
    height: 20px;
}
.form-style-search{
   margin-top: 9rem;
}
.form-style-search .search-col{
   background-color: #fff;
   padding: 2.2rem 8px;
   border-left: 1px solid #c6c6c6;
   border-right: 1px solid #c6c6c6;
   max-height: 85px;
}
.form-style-search .search-col:first-child,
.form-style-search .search-col.-first-child{
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   border: 1px solid #c6c6c6;
}
.form-style-search .search-col:last-child,
.form-style-search .search-col.-last-child{
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
   border: 1px solid #c6c6c6;
}
.form-style-search .icon-start {
    width: 50px;
    display: inline-block;
    float: left;
    text-align: center;
    padding-right: 5px;
}
.form-style-search .form-group {
    width: calc(100% - 50px);
    float: left;
    display: inline-block;
    margin-bottom: 0;
}
.form-style-search .form-group label{
    width: 100%;
    font-size: 1.4rem;
    color: #5f5f5f;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 16px;
}
.form-style-search .btn-group{
   width: 100%;
}
.form-style-search .btn-group button.multiselect,
.form-style-search .form-group .form-control{
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0!important;
    color: #000!important;
    overflow: hidden;
    font-size: 1.6rem;
    border-radius: 0;
}
.form-style-search .btn-group button.multiselect .caret{
   display: none;
}
.form-style-search .btn-group  .btn.active,
.form-style-search .btn-group  .btn:active,
.form-style-search .btn-group.open .dropdown-toggle{
   box-shadow:unset;
   -webkit-box-shadow:unset;
   outline: unset;
}
.form-style-search .multiselect-container.dropdown-menu{
   top: calc( 100% + 20px);
   left: -50px;
   border-radius: 0;
   border-bottom: 7px solid #1c64cb;
}
.form-style-search .multiselect-item.filter .input-group{
   z-index: 1;
   width: calc(100% - 9px);
   position: relative;
}
.form-style-search .multiselect-item.filter .input-group-addon{
   background: transparent;
   border: 0;
   position: absolute;
   left: 6px;
   z-index: 3;
   padding: 0;
   width: 20px;
   height: 20px;
   top: 8px;
}
.form-style-search .multiselect-item.filter .multiselect-search{
   padding: 6px 3rem;
}
.form-style-search .multiselect-item.filter .input-group-btn{
   position: absolute;
   top: 7px;
   right: 5px;
   z-index: 3;
   width: 20px;
   height: 20px;
   border: 0;
}
.form-style-search .multiselect-item.filter button.multiselect-clear-filter{
   border: 0!important;
   position: absolute;
   width: 100%;
   margin: 0;
   padding: 0;
}
.form-style-search  .multiselect-container.dropdown-menu label{
   color: #000;
   font-size: 1.5rem;
   line-height: 22px;
   font-weight: 500;
}
.form-style-search  .multiselect-container.dropdown-menu li.active a{
   background: transparent;
}
.form-style-search  .multiselect-container.dropdown-menu li.active a label{
   color: #5c9bf9;
}
.form-style-search .btn-search{
   width: auto;
   border: 0!important;
   color: #fff!important;
   background-color: #f4ac00!important;
   min-width: 120px;
   padding: 10px 20px;
   border-radius: 4px;
}
.icon-start i{
   font-size: 4rem;
   color: #2170B8 !important;
}
.province-new-style{
   display: flex;
   /* flex-wrap: wrap; */
   overflow-x: auto;
}
.province-new-style{
   /* display: block; */
   margin: 0 -4px;
}
.province-new-style .item{
    border: 1px solid #c6c6c6;
    border-radius: 17px;
    padding: 5px 2rem;
    float: left;
    width: auto;
    margin: 4px;
    cursor: pointer;
    white-space: nowrap;
}
.province-new-style .item a{
   display: block;
}
.province-new-style .item.active,
.province-new-style .item:hover{
   border: 1px solid #E1C16F;
}

.slide-location .item .inner
{
   height: 300px;
   border-radius: 0;
}

.slide-location.owl-carousel .owl-nav button.owl-prev{
   position: absolute;
   left:5%;
   top: 50%;
   margin-top: -30px;
}
.slide-location.owl-carousel .owl-nav button.owl-next{
   position: absolute;
   right: 5%;
   top: 50%;
   margin-top: -30px;
}
.slide-location.owl-carousel .owl-nav button.owl-next i.fa,
.slide-location.owl-carousel .owl-nav button.owl-prev i.fa,
.slide-location.owl-carousel .owl-nav button.owl-next .glyphicon,
.slide-location.owl-carousel .owl-nav button.owl-prev .glyphicon{
   color: #fff;
   font-size: 5rem;
}

section .slide-location.owl-carousel .owl-dots{
   bottom: 14px;
}

.slide-location  .box-text{
   position: absolute;
   top: 25%;
   left: 10%;
}
.slide-location  .box-text .province_name{
   font-size: 4rem;
}
.slide-location  .box-text .region_name{
   font-size: 2rem;
}
.slide-location  .box-text .count_business{
    font-size: 2rem;
}

.slide-location  .box-text .btn-view-all{
    background-color: #FCC02B!important;
    border: 0!important;
    color: #fff!important;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 5px 3rem;
}

.input-group-button{
    position: relative;
    width: 100%;
    display: block;
}
.input-group-button input{
   width: calc(100% - 300px);
   float: left;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}
.input-group-button button{
    float: left;
    padding: 10px 15px;
   /* border-top-right-radius: 0;
   border-bottom-right-radius: 0; */
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}
/* .input-group-button button:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} */
/* .input-group-button button:last-child{
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
} */
.btn.edit-confirmed-email{
    color: #ec971f!important;
    background-color: #fff;
    border-color: #fff!important;
}

.badge-standard.badge{
   cursor: pointer;
}

.checkbox-search .room-plan{
   min-width: 110px;
}

.search-filter .selected .room-plan{
   min-width: unset;
}
.search-filter .selected .room-plan .text{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.search-filter .selected .room-plan .text img{
   display: none;
}

a.a-link-stlye{
    color: #337ab7;
    text-decoration: underline;
}

#modal-quotation .circle-shadow::before,
#modal-quotation .circle-shadow.right::after,
#modal-quotation .circle-shadow.left::after{
   background-color: #fff;
}

.btn.btn-minimize{
    color: #000!important;
    background-color: transparent!important;
    border: 1px solid;
    border: 1px solid #dbdbdb !important;
    font-size: 2rem;
    padding: 5px;
    cursor: pointer;
}

.filter-category{
   cursor: pointer;
}
.input-group.is-calendar{
   overflow: unset;
}


.bootstrap-datetimepicker-widget table td.today:before{
   background:transparent;
   margin: 0;
   border-radius: 0;
   left: unset;
   top: unset;
   width: unset;
   height: unset;
   color: inherit!important;
}
.bootstrap-datetimepicker-widget table tr td.active{
   color: inherit!important;
}
.bootstrap-datetimepicker-widget table td.disabled{
   background: none;
   color: #777!important;
   cursor: not-allowed!important;
}

.filter-map-style{
   margin: 0;
}
.filter-map-style .card-body{
   padding-bottom: 3rem;
}
.filter-map-style label{
   width: 100%;
   margin: 0;
}
.filter-map-style .form-control{
   border-radius: 0;
}
.filter-map-style .btn{
   width: 100%;
}
.filter-map-style .btn.btn-search{
    background-color: #2170B8 !important;
    color: #fff!important;
}
.filter-map-style .form-control,
.filter-map-style .btn{
    padding: 6.5px 15px;
    border-radius: 3px!important;
}
.btn.btn-cuurent-my-location{
   max-width: unset;
   text-align: left;
   border: 1px solid #D6D5D5 !important;
   color: #000!important;
   border-radius: 0;
   overflow: hidden;
   text-overflow: ellipsis;
}

.mr-0 {
   margin-right: 0px!important;
}
.ml-0{
   margin-left: 0px!important;
}

.search-result .fa-clock-o{
   color: #2170B8 !important;
}
.text-login-active{
   color: #B8B8B9;
   font-weight: 400;
}

.section-banner-addition .container .banner-addition.owl-carousel .owl-item img{
   /* height: 285px;
   object-fit: cover; */
}

.section-banner-addition .container .banner-addition .owl-nav button.owl-prev,
.section-banner-addition .container .banner-addition .owl-nav button.owl-next{
   color: #000;
}
.section-banner-addition .container .banner-addition .owl-nav button.owl-prev{
   left:-2rem;
}
.section-banner-addition .container .banner-addition .owl-nav button.owl-next{
   right:-2rem;
}


.tab-category-list{
   display: flex;
   /* flex-wrap: wrap; */
   overflow-x: scroll;
}
.tab-category-list .item{
    white-space: nowrap;
    padding: 20px 25px;
    margin-bottom: 3px;
    border: 1px solid #fff;
    margin-right: 5px;
    border-radius: 0px;
    font-size: 1.6rem;
}
.tab-category-list .item p{
   margin: 0;
}
.tab-category-list .item.active{

}
.tab-category-list .item.active p{
    /* border-bottom: 1px solid #407bb9; */
    color: #407bb9;
}
.tab-category-list .item .count-style{
   border-radius: 100%;
   width: auto;
   display: inline-block;
   text-align: center;
   min-width: 22px;
   color: #f10000;
   display: none;
}

.tab-category-list a{
   flex-grow: 1;
   width: auto;
}
/* width */
.tab-category-list::-webkit-scrollbar,
.province-new-style::-webkit-scrollbar{
  height: 5px;
  width: 5px;
}
/* Track */
.tab-category-list::-webkit-scrollbar-track,
.province-new-style::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(197, 197, 197); 
  border-radius: 10px;
}
/* Handle */
.tab-category-list::-webkit-scrollbar-thumb,
.province-new-style::-webkit-scrollbar-thumb {
  background: #d1d1d1; 
  border-radius: 10px;
}
/* Handle on hover */
.tab-category-list::-webkit-scrollbar-thumb:hover,
.province-new-style::-webkit-scrollbar-thumb:hover {
  background: #337ab7; 
}
.all-stauts-progress{

}
.all-stauts-progress .col{
   padding-top: 15px!important;
   padding-bottom: 15px !important;
}
.all-stauts-progress .card-item{

}
.all-stauts-progress .card-item .head{

}
.all-stauts-progress .card-item .body{

}
.all-stauts-progress .card-item .footer{
   text-align: center;
}
.all-stauts-progress .card-item label{
     margin: 0;
}
.all-stauts-progress .card-item .head label{

}
.all-stauts-progress .card-item .body label{
   font-weight: 400;
   white-space: nowrap;
}
.all-stauts-progress .card-item .footer label{
   color: #2170B8;
}
.all-stauts-progress .progress-bar{
   background-color: #2170B8;
}
.position-relative{
   position: relative!important;
}
.color-approved{
   color: #00cb36;
   font-size: 1.2rem!important;
   position: absolute;
   top: 13px;
   right: -15px;
}
.w-100{
   width: 100%!important;
}
.upload-photos .inner .action{
   text-align: center;
   padding: 0;
   max-width: 300px;
}
.upload-photos .inner .action .btn-dots{
   padding: 0;
}

.owl-stage-m-auto .owl-stage{
   margin: auto;
}

.note-editor .btn{
   padding: 5px 10px !important;
   color: #282828 !important;
   border: 1px solid #D6D5D5 !important;
}
.note-editor .checkbox > label::before,
.note-editor .checkbox > label::after
{
   opacity: 0;
}

.note-editor a{
   color: #337ab7;
   text-decoration: underline;
}

.list-business_food_service_own{
   position: relative;
}
.btn.btn-add-food_service_own{

}

.search-result .post .body .info{
   max-height: 140px;
}

.member-body .card-member .form-group{
   max-height: 100px;
}


.tag-business-draft{
    position: absolute;
    top: 1rem;
    left: 15px;
}
.tag-business-draft p{
   background-color: #51bbf5;
   padding: 2px 21px;
   width: auto;
   text-align: left;
   color: #ffffff;
   font-weight: 400;
}
.label-requried::after{
   content: "*";
   color: #D3322F;
   margin-left: 5px;
}

.member-body .tab-content .b-manage .room-card .btn-edit{
    top: 0;
    right: 10px;
    bottom: unset;
}

.tag-award-business{

}
.tag-award-business p{

}
.tag-award-business p.pending{
   color: #fff;
   background-color: #ffa700;
   padding: 5px 15px;
   width: 150px;
   display: inline-block;
   text-align: center;
   margin: 0;
}
.tag-award-business p.approved{
    color: #fff;
    background-color: #05c11a;
    padding: 5px 15px;
    width: 150px;
    display: inline-block;
    text-align: center;
    margin: 0;
}
.tag-award-business p.rejected{
    color: #fff;
    background-color: #d20000;
    padding: 5px 15px;
    width: 150px;
    display: inline-block;
    text-align: center;
    margin: 0;
}
.ui-menu .ui-menu-item-wrapper{
   display: inline-block;
   width: 100%;
}

.btn-home-all-content{
   margin: 3rem 0 0 0;
   background-color: #2170B8 !important;
   color: #fff!important;
   padding: 1rem 5rem;
}

body .ui-datepicker{
   z-index: 3002!important;
}

.fa.fa-exclamation-triangle{
   margin-left: 5px;
   font-size: 1.4rem;
   color: #f9c90e;
}

.service-list .post.style-2 .body .info{
   max-height: unset;
}
.m-auto{
   margin: auto;
}

.row.row-custom-search{
   display: flex;
}
.row-custom-search .box-auto-plan{
   padding-right: 0;
}
.row.row-custom-search .under-banner.banner-search{
   padding: 2rem 1rem;
   background-color: rgb(0 0 0 / 15%);
}

footer .dropdown-toggle{
   font-size: 2rem;
}

.preview_url_iframe{
   width: 100%;
   height: 600px;
}

.post-iframe{
    position: absolute;
    z-index: 5;
    cursor: pointer;
    color: #2170B8;
    right: -4px;
    background-color: #7b848f;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.b-dashboard select.select-chart-day{
   color: #333;
   font-size: 1.5rem;
   font-weight: 500;
   padding: 0.5rem 1rem;
   width: auto;
   min-width: 80px;
   cursor: pointer;
}

.list-business .text.box-detail{
   max-width: 500px;
   width: 500px;
}

.form-check-label{
   cursor: pointer;
}

#modal-iframe .modal-dialog{
   width: 100%;
   max-width: 1300px;
}
.modal-body .preview_url_iframe{
   height: 700px;
}
.post-cover .post-logo img{
   width: 100%;
   height: 100%;
   border-radius: 100%;
   object-fit: cover;
}

.business_has_url_iframe{
   position: absolute;
   top: 12px;
   right: 5px;
}
.business_has_url_iframe img{
   width: 30px;
   height: 30px;
   background-color: #7b848f;
   border-radius: 100%;
   opacity: 0.8;
}
.responsive-list-notification{
    max-height: 500px;
    overflow: auto;
    display: inline-block;
    width: 100%;
}
.p-info{
   display: inline-block;
   margin-bottom: 0;
   margin-top: 0.8rem;
}

.filter-price-range{
   margin-bottom: 1rem;
}

.price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
}

.range-slider {
   width: 100%;
   position: relative;
   margin: 1rem 0 1rem 0;
   display: flex;
}

.range-fill {
   height: 10px;
   background-color: #3371ba;
   position: absolute;
   z-index: 1;
   border-radius: 5px;
}

.filter-price-range input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  height: 10px;
}

.filter-price-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #3371ba;
  cursor: pointer;
  margin-top: -3px;
  position: relative;
  z-index: 1;
}

.filter-price-range input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #e8e8e8;
  border-radius: 5px;
  border: none;
}
.price-content .input-left,
.price-content .input-right{
   padding: 0 5px;
   position: relative;
}
.price-content .input-left label{
   width: 100%;
   text-align: left;
}
.price-content .input-right label{
   width: 100%;
   text-align: right;
}
.price-content .input-left input,
.price-content .input-right input{
   text-align: right;
}
.price-content #min-value::after,
.price-content #max-value::after{
   content: "฿";
   position: absolute;
   left: 0;
}
.filter-price-range-button{
   width: 100%;
   text-align: center;
   padding: 0 15px;
}
.filter-price-range-button .btn{
   width: 100%;
}
.mr-4{
   margin-right: 2rem!important;
   margin-right: 2rem;
}
.modal-full-image .modal-body{
   text-align: center;
}

.list-room-images .hide-images-item{
   display: none;
}

.list-room-images .overlay{
   position: absolute;
   bottom: 5px;
   right: 0;
   font-size: 2rem;
   padding: 1rem;
   cursor: pointer;
   background-color: rgb(255 255 255 / 80%);
   color: #000;
}
.body-list-images .hide-images-item{
   display: block;
}
.modal.modal-full-image{
   z-index: 3002;
}

.body-list-images{
   margin-top: 3rem;
}

.body-list-images .owl-item img{
   max-height: 600px;
   object-fit: contain;
}

.font-link.disabled-link{
   color: #9f9f9f!important;
   text-decoration: unset!important;
   cursor: no-drop;
   opacity: 1;
}

.btn.btn-danger,
.btn.btn-cancel
{
   text-decoration: none !important;
   color: #f54444!important;
   border: 1px solid #f54444!important;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   box-shadow: none !important;
}
.border-right-box-api{
   border-right: 1px solid #638cc3;
   min-height: 175px;
}
.text-member-tier{
   text-transform: capitalize;
   font-weight: 500;
   font-size: 2rem;
}


.price_month_list b{
   width: 65px;
   display: inline-block;
}

.all-stauts-progress{
   overflow: unset!important;
}
.post .bg{
   z-index: 3;
}
.post .bg i{
   z-index: 4;
}

.member-body.member-register-api ul:not(.nav-tabs){
   padding-left: 0;
}

.member-register-api .multiselect.dropdown-toggle{
   height: 42px;
   background: #fff;
   border: 1px solid #D6D5D5 !important;
}

.member-register-api .multiselect-selected-text{
   color: #555;
}
.item-content.-with-thumbnail{
   padding: 0 15px 0 0;
}
.item-content.-with-thumbnail img{
   max-height: 100px;
}

.member-body .step-footer{
   position: fixed;
   z-index: 1001;
   bottom: 0px !important;
}
.font-status{
   font-weight: 500;
   font-size: 1.5rem;
}
.font-gray.font-status{
   color: #ff6c00;
}

/* google map style */
.gm-style-iw-a .gm-style-iw{
   max-width: 630px!important;
   width: auto!important;
   padding: 5px!important;
}
.gm-style-iw-a .gm-style-iw-d{
   overflow: unset!important;
   padding-right: 0;
   padding-bottom: 8px!important;
}
.gm-style-iw-chr .gm-style-iw-ch{
   padding-top: 0px;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c{
    max-height: 500px!important;
}
.gm-style-iw-a .post.style-3 .bg{
   top: 8px;
}
.gm-style-iw-chr .gm-ui-hover-effect{
   width: 30px!important;
   height: 30px!important;
}
.gm-ui-hover-effect>span{
    width: 24px!important;
    height: 24px!important;
    margin: 0!important;
}
.title-style-1 a{
   font-weight: 500;
   margin: 0;
   font-size: 3rem!important;
   margin-bottom: 1rem;
}

.news-page .tab-category-list{
   background-color: #fff;
   box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.news-page .promotion{
   width: 100%;
   margin-top: 0;
   display: inline-block;
}

.text-total-list{
   margin: 18px 0;
   font-size: 1.7rem;
   font-weight: 500;
}

.text-total-list span{
   color: #0381FB;
}

.promotion-box .body .date{
   margin: 0;
   padding: 0 1rem;
   color: #2170B8 !important;
   font-size: 1.2rem;
}
.promotion-box.is-medium .topic{
    min-height: unset;
    height: 27px;
   -webkit-line-clamp: 1;
   color: #000;
   margin-bottom: 0;
}
.mt-0{
   margin-top: 0;
}

.campaign-box{
   font-size: 14px;
   line-height: 21px;
   margin-bottom: 20px;
   padding: 20px;
   box-shadow: none;
}
.campaign-box .body {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    border: 0;
}
.campaign-box .body img {
    width: 100%;
    margin: 0;
    height: 415px;
    object-fit: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.5, 1);
}

.campaign-box .text .no-margin, .campaign-box .topic {
   min-height: unset;
   height: 27px;
   -webkit-line-clamp: 1;
   color: #000;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   /* margin: 1rem 1rem 0 1rem; */
   margin: 1rem 0rem 0 0rem;
   font-size: 1.5em;
   line-height: 1.3em;
}

.campaign-box .body .date {
    margin: 5px 0px;
    /* padding: 0 1rem; */
    color: #2170B8 !important;
    font-size: 1.2rem;
}

.campaign-box .desc {
    min-height: 42px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    /* margin: 0rem 1rem 1rem 1rem; */
    margin: 0rem 0rem 1rem 0rem;
}
.text-4-line{
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   /* margin: 0rem 1rem 1rem 1rem; */
}

.div-rating-check-list{
   margin-left: -15px;
   margin-right: -15px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.div-rating-check-list .form-check{
   float: left;
   border: 1px solid #c6c6c6;
   border-radius: 5px;
   margin: 0 15px;
}
.div-rating-check-list .form-check.active{
    background-color: #EBF6FF;
    border-color: #1E65AE;
    color: #1E65AE;
}

.div-rating-check-list .form-check .form-check-input{
   display: none;
}
.div-rating-check-list .form-check .form-check-label{
    text-align: center;
    width: 80px;
    padding: 15px 5px 10px 5px;
    margin: 0;
}
.div-rating-check-list .form-check .form-check-label span{
   font-weight: normal;
   margin-top: 5px;
   display: inline-block;
   min-height: 42px;
}
.div-rating-check-list .form-check-label .icon{
   height: 50px;
   width: 50px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   margin: auto;
}

.faceicon1{
   background-image: url('/images/theme/default/assets/images/feedback/TMC5_faceicon-01.svg');
}
.div-rating-check-list .form-check.active .faceicon1{
   background-image: url('/images/theme/default/assets/images/feedback/active/TMC5_faceicon-01.svg');
}

.faceicon2{
   background-image: url('/images/theme/default/assets/images/feedback/TMC5_faceicon-02.svg');
}
.div-rating-check-list .form-check.active  .faceicon2{
   background-image: url('/images/theme/default/assets/images/feedback/active/TMC5_faceicon-02.svg');
}

.faceicon3{
   background-image: url('/images/theme/default/assets/images/feedback/TMC5_faceicon-03.svg');
}
.div-rating-check-list .form-check.active .faceicon3{
   background-image: url('/images/theme/default/assets/images/feedback/active/TMC5_faceicon-03.svg');
}

.faceicon4{
   background-image: url('/images/theme/default/assets/images/feedback/TMC5_faceicon-04.svg');
}
.div-rating-check-list .form-check.active  .faceicon4{
   background-image: url('/images/theme/default/assets/images/feedback/active/TMC5_faceicon-04.svg');
}

.faceicon5{
   background-image: url('/images/theme/default/assets/images/feedback/TMC5_faceicon-05.svg');
}
.div-rating-check-list .form-check.active  .faceicon5{
   background-image: url('/images/theme/default/assets/images/feedback/active/TMC5_faceicon-05.svg');
}

.div-list-questions{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: left;
   margin-top: 2rem;
}
.div-list-questions .form-group{
    max-width: 535px;
}
.modal-feedback .modal-dialog{
   width: 666px;
}


 /* กำหนดความสูงของ Carousel */
 .owl-prom-camp .owl-carousel .item {
   height: 400px;  
   object-fit: cover;
   /* background-size: cover;
   background-position: center; */
}
.owl-package .owl-carousel .item {
   height: 400px;  
   object-fit: cover;
   /* background-size: cover;
   background-position: center; */
}
/* กำหนดให้ภาพเลื่อนเต็มจอ */
.owl-prom-camp .owl-carousel{
   width: 100%;
   /* height: 350px;
   display: block;
   object-fit: cover; */
}

/* ตำแหน่งของปุ่มนำทาง */
.owl-prom-camp .owl-nav button.owl-prev, .owl-prom-camp .owl-nav button.owl-next {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   /* background-color: rgba(0, 0, 0, 0.5); */
   color: #fff;
   border: none;
   padding: 10px 20px;
   cursor: pointer;
   margin-top: -5px;
   font-size: 30px;
}

.owl-prom-camp .owl-nav button.owl-prev {
   left: 10px;
}

.owl-prom-camp .owl-nav button.owl-next {
   right: 10px;
}

/* สไตล์จุดแสดงจำนวนภาพ */
.owl-prom-camp .owl-dots {
   text-align: center;
   margin-top: -25px;
}

.owl-prom-camp .owl-dot {
   display: inline-block;
   width: 12px;
   height: 12px;
   margin: 5px;
   background: #ddd;
   border-radius: 50%;
   cursor: pointer;
}

.owl-prom-camp .owl-dot.active {
   background: #333;
}

.recommended-business .tab-category-list{
   background-color: #fff;
   box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   display: flex;
   overflow-x: hidden;
   margin-bottom: 5px;
   border-radius: 10px;
}

.recommended-business .tab-category-list .item{
   margin-bottom: 0px;
   margin-right: 0px;
   border-radius: 0; /* ตั้งค่าเริ่มต้นให้ไม่มีมุมโค้ง */
   font-size: 18px;
   font-weight: 500;
}

/* สำหรับ item แรก ทำมุมซ้ายบนและซ้ายล่างให้โค้ง */
.recommended-business .tab-category-list .item-first{
   border-radius: 10px 0px 0px 10px; /* มุมบนซ้ายและล่างซ้ายโค้ง */
}

/* สำหรับ item สุดท้าย ทำมุมขวาบนและขวาล่างให้โค้ง */
.recommended-business .tab-category-list .item-last {
   border-radius: 0px 10px 10px 0px; /* มุมบนขวาและล่างขวาโค้ง */
}

.bg-orange,.bg-orange-hover{
   background-color: #ffc028;
}

.recommended-business .title-style-1{
   font-size: 25px;
   line-height: 27px;
   padding: 10px 0px;
   border: 0px !important;
   background: transparent !important;
   font-weight: 600;
}

.btn-all-procamp{
   font-size: 20px;
   margin-top: 14px;
   font-weight: 500;
   color: #337ab7;
}
a.btn-all-procamp:hover{
   color: #337ab7;
}
/* START The radio-container */
.radio-container {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   font-size: 22px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 
 /* Hide the browser's default radio button */
 .radio-container input, .check-container input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
 }
 
 /* Create a custom radio button */
 .radio-checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
   width: 20px;
   /* background-color: #eee; */
   border: 1px #D5DEE9 solid;
   border-radius: 50%;
 }
 
 /* On mouse-over, add a grey background color */
 .radio-container:hover input ~ .radio-checkmark {
   /* background-color: #ccc; */
   border: 1px #D5DEE9 solid;
 }
 
 /* When the radio button is checked, add a blue background */
 .radio-container input:checked ~ .radio-checkmark {
   background-color: #009E05;
   border: 1px solid #009E05;
 }
 
 /* Create the indicator (the dot/circle - hidden when not checked) */
 .radio-checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }
 
 /* Show the indicator (dot/circle) when checked */
 .radio-container input:checked ~ .radio-checkmark:after {
   display: block;
 }
 
 /* Style the indicator (dot/circle) */
 .radio-container .radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
 }
 /* END The radio-container */

 .text-dark-blue {
   color: #00264A;
 }

 .text-bright-green {
   color: #009E05;
 }

 .text-medium-gray {
   color: #8A8A8A;
 }

 .text-dark-gray {
   color: #42474B;
 }

 .text-h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
 }

 .text-h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }

 .text-h5 {
    font-size: 14px;
    font-weight: 500;
  }

  .text-radio-label {
    font-size: 14px;
    font-weight: 400;
  }

  .text-radio-label input {
   margin-right: 10px
  }

  .footer-image {
      position: fixed;
      bottom: 15px;
      right: 15px;
      margin: 10px;
      height: 60px;
      z-index: 1000;
   }

   .check-container .btn {
      font-size: 14px;
      line-height: 21px;
      font-weight: 600;
      padding: 4.5px 10px;
      /* background: #fff !important; */
      color: #000000 !important;
      border-radius: 5px;
      border: 1px solid #FEC526 !important;
      transition: .3s ease 0s;
      cursor: pointer;
      max-width: 100%;
      outline: none !important;
      margin: 4px;
      min-width: 90px;
  }  

  /* สไตล์เมื่อ radio ถูก checked */
  .check-container input:checked + .btn {
   background-color: #FEC526 !important;
   /* border: 1px solid #009E05 !important; */
   color: white !important; /* เปลี่ยนสีข้อความเมื่อ checked */
 }

 /* สไตล์เมื่อ radio ไม่ถูก checked (แสดงเฉพาะ outline) */
 .check-container input:not(:checked) + .btn {
   background-color: transparent !important;
   color: #000000 !important;
 }

 .icon-png-white{
   filter: brightness(0) invert(1); /* เปลี่ยนสีเป็นขาว */
 }

 .show-recommended-text{
   font-weight: 400;
    position: absolute;
    left: -3px;
    top: 10px;
    background: #FBAD26;
    border-radius: 0px 5px 5px 0px;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    letter-spacing: 1px;
    z-index: 2;
 }

.tab-business-left {
   background-color: #FCC02A;
   color: #09378D;
   border-radius: 15px 0px 0px 0px;
   margin-bottom: 0px !important;
   min-width: 408px;
}
.tab-business-right {
   background-color: #09378D;
   color: #FCC02A;
   border-radius: 0px 15px 0px 0px;
   margin-bottom: 0px !important;
   min-width: 408px;
}
.tab .nav-tabs .tab-business-left a,.tab .nav-tabs .tab-business-right a{
   padding: 11px 15px!important;
   font-size: 20px!important;
   font-weight: 600!important;
   cursor: pointer!important;
}

.section-business-nearby-related .tab .nav-tabs{
   justify-content: center;
   white-space: normal;
   overflow: visible;
}

.section-business-nearby-related .tab .nav-tabs li:first-child{
   padding: 0px 20px;
}

.section-business-nearby-related li.active a.tab-left{
   color: #09378D!important;
   border-bottom: 0px solid #ffc028 !important;
}

.section-business-nearby-related li.active a.tab-right{
   color: #FCC02A!important;
   border-bottom: 0px solid #09378D !important;
}

.section-business-nearby-related .nav-tabs {
   border-bottom: 0px;
}

.bg-darkblue{
   background-color: #09378D;
}
section .tab .nav-bars{
   overflow-y: visible;
   overflow-x: visible;
   white-space: normal;
}
.pt-35{
   padding-top: 35px
}
.pb-35{
   padding-bottom: 35px
}
.pb-15{
   padding-bottom: 15px!important;
}
.pb-5{
   padding-bottom: 5px!important;
}
.pb-10{
   padding-bottom: 10px!important;
}
.join-us-cover{
   background-size: cover;
   background-position: center;
   height: 500px;
   position: relative;
   color: white;
   text-align: center;
}
.join-us-cover::before{
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* สีดำโปร่งแสง */
    z-index: 1;
}
.join-us-btn-container{
   text-align: left;
}
.join-us-content-overlay{
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); */
}
.join-us-title-text{
   font-size: 45px;
   line-height: 70px;
   font-weight: 400;
   letter-spacing: 2px;
   word-spacing: 2px;
}
.join-us-btn{
   background: none !important;
   color: white !important;
   border: 2px solid #FFFFFF !important;
   padding: 10px 50px;
   font-size: 18px;
   font-weight: 400;
   margin-top: 20px;
   width: 360px;
   height: 64px;
   margin-right: 15px;
}

.join-us-btn:hover{
   background: #ffc028 !important;
   border: 2px solid #ffc028 !important;
}

.join-us-btn-sm:hover{
   color: #FFF!important;
   background: #ffc028 !important;
   border: 2px solid #ffc028 !important;
}

.join-us-btn-sm {
   background: none !important;
   color: #777 !important;
   border: 2px solid #777 !important;
   padding: 15px 50px;
   font-size: 16px;
   font-weight: 400;
   margin-top: 15px;
}

h2.join-us-header-text{
   font-weight: 500;
   font-size: 35px;
}

h3.join-us-header-text{
   font-weight: 500;
   font-size: 25px;
}

.join-us-text-M{
   font-size: 18px;
   font-weight: 500;
   margin-top: 25px;
   line-height: normal;
}

.join-us-text-L{
   font-size: 22px;
   font-weight: 500;
}

.fs-15{
   font-size: 15px;
}

.fs-16{
   font-size: 16px;
}

.fs-18{
   font-size: 18px;
}

.text-format-indent{
   text-indent: -30px;
   padding-left: 30px;
}

.btn-landing-page{
   position: absolute;
   top: 5px;
   right: 5px;
}

.modal .btn-landing-page .m-icon {
   width: 15px;
   height: 15px;
}

.label-checkbox-landing-page{
   position: fixed;
   right: 15px;
   bottom: 5px;
   cursor: pointer;
}

.modal-landing-page{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)!important;
   margin: 0px;
}

.modal-landing-page.type-image{
   width: 840px;
 }

 .modal-landing-page .modal-body {
   padding: 5px 25px 5px 25px;
   /* max-height: 615px; */
   overflow-y: auto;
}

.modal-landing-page .modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 0px;
   margin-bottom: 5px;
}
.modal-landing-page .modal-header {
   padding: 10px;
   border-bottom: 0px;
}
.modal-landing-page h1 {
   margin-top: 15px;
   margin-bottom: 10px;
}

input#doNotShowToday {
   cursor: pointer;
}
 ul.nav.custom-nav-pills {
   margin-bottom: 10px;
   padding-left: 0px;
   border: 1px solid #2170b8;
   border-radius: 5px;
   width: fit-content;
   display: inline-flex;
}

.custom-nav-pills > li {
   border-left: 1px solid #2170b8;
   margin-left: 0px !important;
   /* padding-left: 10px;
   padding-right: 10px; */
 }
.custom-nav-pills > li.active {
   background-color: #3379b7;
 }
 
 .custom-nav-pills > li:first-child {
   border-left: none; /* ไม่ใส่เส้นในเมนูแรก */
 }

 .custom-nav-pills > li.active > a {
   color: #fff;
   background-color: #3379b700!important;
   /* margin-left: 10px;
   margin-right: 10px; */
 }

 li.active .text-icon .m-icon {
   filter: brightness(10);
}

.custom-nav-pills > li > a{
   padding: 10px 20px;
 }

 .modal-dialog.modal-md.modal-landing-page{
   width: 872px;
 }

 .multiline-truncate {
   display: -webkit-box;        /* ใช้ Flexbox แบบแนวตั้ง */
   -webkit-line-clamp: 2;       /* กำหนดจำนวนบรรทัดที่จะแสดง (ในที่นี้ 3 บรรทัด) */
   -webkit-box-orient: vertical; /* กำหนดการจัดเรียงเป็นแนวตั้ง */
   overflow: hidden;            /* ซ่อนข้อความที่ยาวเกินบรรทัดที่กำหนด */
}

.toggle-button {
   cursor: pointer;
   color: blue;
   text-decoration: underline;
}

.news-page li.title-style-1 {
   border-bottom: 4px solid #2170b8;
   padding: 0px;
}

.news-page li.title-style-1 a{
   font-size: 20px !important;
   margin-bottom: 5px !important;
   font-weight: 600;
   color: #2170b8;
}

.promotion-box.is-medium .topic.news-promotion {
   min-height: unset;
   line-height: 33px;
   height: 64px;
   -webkit-line-clamp: 2;
   color: #2170b8 !important;
   margin-bottom: 0;
   font-weight: 600;
   font-size: 24px;
}

.promotion-box .desc.news-promotion {
   min-height: 63px;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   margin: 5px 10px 10px 10px;
}

.promotion-box .post-logo{
   position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 5px;
    bottom: 5px;
    vertical-align: top;
}

.promotion-box .body div.post-logo img {
   width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.promotion-box .body p.name{
   min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 10px;
    max-width: 180px;
}

.inline-block{
   display: inline-block;
}

.promotion-box .body .inline-block .date{
   margin: 0 10px;
   padding: 0;
   color: #000 !important;
   font-size: 14px;
}

.read-more-button {
   cursor: pointer;
   color: #2170B8;
   text-decoration: underline;
}

.mt-10-px{
   margin-top: 10px;
}

.icon-view-count{
   width: 15px;
   height: 15px;
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block; /* ทำให้ใช้กับ span หรือ inline ได้ */
}
.date .icon-view-count{
   width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    margin-left: 1rem;
}

.view-count-container{
   position: absolute;
   right: 0px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   bottom: 0px;
   color: #2170B8;
}

div.date span.view-count-container {
   position: relative;
   display: inline-flex;
   bottom: -2px;
   margin-left: 10px;
}

.event-calendar .text{
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.event-calendar .text-description{
   height: 22px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.event-calendar img.img-responsive {
   background-color: white;
}

.section-banner-addition .banner-addition .owl-dots {
   bottom: 2px;
}

.campaign-title>a{
   color: #00264A;
   font-size: 32px!important;
   font-weight: 500;
   margin-bottom: 20px;
}

.fs-22{
   font-size: 22px;
}

.mx-5px{
   margin-left: 5px;
   margin-right: 5px;
}
.page-nav > ul{
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px;
}
.page-nav > ul > li{
   display: inline;
}
.page-nav li>a, .page-nav li>span{
   border: none;
   padding: 5px 9px;
   color: #000;
   font-weight: 500;
}

.page-nav li.active>a{
   color: #337ab7;
   background-color: #ffffff00;
   pointer-events: none;
}

.page-nav li.active>a:hover{
   color: #337ab7;
   background-color: #fbad264a;
}

.page-nav li.in-active>a {
   color: #aaa;
   background-color: #ffffff00;
   cursor: auto;
   pointer-events: none;
}

.page-nav li.in-active>a {
   color: #aaa;
   background-color: #ffffff00;
   cursor: auto;
   pointer-events: none;
}

.page-nav li>span.ellipse{
   padding: 5px 0px;
}

.page-nav li>span.current{
   padding: 5px 9px;
   color: #337ab7;
   background-color: #ffffff00;
}

.page-nav li>span.current.next, .page-nav li>span.current.prev{
   color: #aaa;
}

.page-nav li>span.current.prev , .page-nav li>a.prev{
   padding: 5px 5px 5px 0px;
   /* color: #aaa; */
   background-color: #ffffff00;
}

.page-nav li>span.current.next , .page-nav li>a.next{
   padding: 5px 0px 5px 5px;
   /* color: #aaa; */
   background-color: #ffffff00;
}

.not-click-event{
   pointer-events: none;
}

.orther-articles .text-description {
   height: 22px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.box-card{
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   margin: 0;
}
.box-card-left{
   padding-top: 2rem;
   padding-bottom: 2rem;
   border-right: 1px solid #ccc;
   text-align: center;
}
.box-card-center{
   padding-top: 2rem;
   padding-bottom: 2rem;
}
.box-card-right{
   padding-top: 2rem;
   padding-bottom: 2rem;
   text-align: center;
}
.head.mb-4{
   margin-bottom: 4rem;
}

.list-group.custom-style{
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.list-group.custom-style .list-group-item{
   display: flow-root;
}
.list-group.custom-style .l-topic{
   text-align: left;
   float: left;
   font-weight: 500;
}
.list-group.custom-style .l-value{
   text-align: right;
   float: right;
   font-weight: 400;
} 
.card.card-business-horizontal.revert{
   /* max-width: 550px; */
   max-width: 665px;
   float: left;
   margin: 5px;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   border: 0px;
   /* min-width: 450px; */
}
.card.card-business-horizontal{
   margin: 0;
}
.card-business-horizontal .business-logo{
   width: 20%;
   float: left;
   padding-right: 5px;
   /* min-width: 100px; */
   max-width: 100px;
}
.card-business-horizontal .business-logo img{
   margin-top: 0;
   object-fit: contain;
   height: 100px;
   width: 100px;
}
.card-business-horizontal .business-detail{
   width: auto;
   float: left;
   padding-right: 5px;
   max-width: 380px;
}
.card-business-horizontal .business-detail h4{
   width: 100%;
   color: #043FA3;
   margin: 0;
   min-height: 20px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.card-business-horizontal .business-detail span{
   float: left;
   font-size: 14px;
   color: #6A6A6A;
}
.card-business-horizontal .business-detail .btn span{
   color: #fff;
}
.card-business-horizontal .business-detail .btn{
    line-height: 15px;
    margin-bottom: 5px;
}
.line-right-style{
   color: #ccc;
   padding: 0 10px;
}

.box-package_business{
   max-height: 460px;
   /* overflow-y: auto; */
}
.box-package_business_vertical{
   overflow-x: auto;
}

.recommended-business .package-category-style{
   background-color: transparent;
   box-shadow: unset;
   -webkit-box-shadow: unset;
   -moz-box-shadow: unset;
   margin-bottom: 3rem;
   border-radius: 0;
}
.recommended-business .package-category-style .item{
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #175eb0;
    color: #175eb0;
    margin-right: 8px;
}
.recommended-business .package-category-style .item.active{
   background-color: #175EB0;
}
.recommended-business .package-category-style .item.active p{
   color: #fff;
}
.tab-category-list.package-category-style a{
    display: block;
    flex-grow: unset;
}

.recommended-business .package-category-style .item p{
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 400;
}


.box-package_route{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}
.item-package_route{
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16); 
    margin-bottom: 1rem;
    position: relative;
}

.item-package_route.active{
    border: 1px solid #0075ff;
}

.item-package_route .thumbnail{
   float: left;
   width: 30%;
   margin-bottom: 0;
   padding: 0;
   border-radius: 0;
   border: 0;
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
}

.item-package_route .thumbnail img{
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   object-fit: cover;
   height: 105px;
   margin: 0;
   width: 100%;
}

.item-package_route .body{
    /* float: left;*/
    width: 70%; 
    padding: 1rem;
}

/* 
.item-package_route .body h4,
.item-package_route .body p
{
    min-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.item-package_route .body h4, .item-package_route .body p {
   min-height: 39px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   font-size: 15px;
   line-height: 21px;
   padding-left: 5px;
}

.item-package_route .body p{
    margin-bottom: 0;
    line-height: 1.5;
}

.list-package_rout{
   max-height: 600px;
   overflow-y: auto;
}

.share.is-vertical.is-sticky{
   z-index: 999;
}

.news-detail .body #map img{
   margin-top: 0;
}

.list-package_route{
   /* padding-left: 7rem; */
   padding-left: 4rem;
}

.list-package_route .step-line{
   position: absolute;
   text-align: center;
   /* left: -75px;
   top: 7rem; */
   left: -57px;
   top: 1.5rem;
}
.list-package_route .step-line p{
   color: #fff;
   font-size: 16px;
   background-color: #1466ff;
   border-radius: 100%;
   padding: 7px;
   width: 45px;
   text-align: center;
   margin: auto;
   z-index: 1000;
   font-weight: 600;
}
.list-package_route .step-line::after{
   content: "";
   border-top: 5px dashed #1466ff;
   display: block;
   position: absolute;
   z-index: 0;
   transform: rotate(90deg);
   width: 91px;
   top: 78px;
   left: -22px;
}



.list-package_route .step-line.step-end::after{
   display: none;
}

.business-detail .phone-number{
   line-height: 1.1;
   padding-top: 5px;
}

.bloack-requeset .mice-contact.item-detail {
   height: 457px;
}
.mice-contact .head-item {
   height: 54px;
}

.map-popup{
   font-family: 'Kanit', sans-serif;
   padding: 0px;
   font-size: 15px;
   font-weight: 400;
   width:250px;
}

.map-popup h3.business-title{
   font-size: 18px;
   font-weight: 500;
   margin: -25px 5px 0px 5px;
   padding: 0px;
   min-height: 39px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   line-height: normal;
}

.map-popup .text-description{
   margin: 5px 5px 10px 5px;
   padding: 0px;
   min-height: 39px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.map-popup .business-thumbnail{
   width: 100%;
   object-fit: cover;
   /* border-radius: 15px; */
   height: 160px;
   /* padding: 5px; */
   top: -30px;
   z-index: -1;
   position: relative;
}

.popup-search.recommended_places{
   margin-top: -15px;
   margin-bottom: 10px;
   box-shadow: 0px 0px 17px -3px rgba(0, 0, 0, 0.20);
   background: #fff;
   padding: 10px 0px 15px 0px;
   color: #555;
}

.recommended-places-search .form-control {
   position: relative;
   /* background: transparent; */
   /* border: 0px !important; */
   /* border-bottom: 1px solid #fff !important; */
   border-radius: 5px;
   padding-right: 80px;
   font-size: 16px;
   padding-left: 15px;
   margin-top: 5px;
   /* color: #fff; */
}

.recommended-places-search .btn.btn-search{
   /* background: linear-gradient(145deg, #3498db 25%, #8e44ad 100%) !important;
   color: #fff !important;
   position: absolute;
   padding: 11.5px 15px;
   font-size: 16px; */
   background: linear-gradient(145deg, #3498db 25%, #8e44ad 100%) !important;
    color: #fff !important;
    position: absolute;
    padding: 12.5px 15px;
    font-size: 16px;
    right: 16px;
    top: 30px;
    border: 0px solid #ccc !important;
    border-radius: 0px 4px 4px 0px;
}

.recommended-places-search .btn.btn-search:hover {
   background: linear-gradient(145deg, #8e44ad 25%, #3498db 100%)!important; /* สลับไล่สีเมื่อ hover */
}

.promotion-box.recommended-place-box.is-medium .topic {
   /* min-height: unset; */
   height: 54px;
   -webkit-line-clamp: 2;
   /* color: #000; */
   /* margin-bottom: 0; */
}

.promotion-box.recommended-place-box .desc {
   min-height: 42px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   margin: 0.5rem 1rem 0.5rem 1rem;
}

.promotion-box.recommended-place-box .body .date{
   font-size: 1.5rem;
}

.recommended-place-box i.m-icon.m-icon-location-blue {
   width: 12px;
   height: 12px;
}

.text-violet{
   color: #6341B4 !important;
}

.promotion-box.recommended-place-box .body .guest-show{
   font-size: 1.5rem;
   margin: 0;
   padding: 0 1rem;
}

.ps-15{
   padding-left: 15px!important;
}

.pe-15{
   padding-right: 15px!important;
}

.ms-15{
   margin-left: 15px!important;
}

.me-15{
   margin-right: 15px!important;
}

footer .dropdown-toggle.dropdown-link {
   margin-bottom: 21px;
}

.package-style a.no-underline {
   text-decoration: none !important;
   color: #000 !important;
}

.gallery .img-responsive {
   height: 195px;
   object-fit: cover;
   /* height: 100%; */
   margin-top: 0px !important;
   cursor: pointer;
}

/* .gallery div{
   padding:1px;
} */

.gallery .owl-stage-outer {
   height: 202px; /* ตั้งค่าความสูงที่ต้องการ */
}

.after-bread-crumb{
   margin-top: 37px;
}

.cover.after-bread-crumb{
   margin-top: 37px;
}

.show-pointer{
   cursor: pointer;
}

.text-one-line{
   display: -webkit-box!important;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.mb-15-px{
   margin-bottom: 15px;
}
.mb-25-px{
   margin-bottom: 25px;
}

.ps-10-px{
   padding-left: 10px!important;
}

.pe-10-px{
   padding-right: 10px!important;
}
.ps-5-px{
   padding-left: 5px
}

.pe-5-px{
   padding-right: 5px
}

#rec_business .promotion-box .body ul{
   list-style:none;
   margin-top: 15px;
   display: inline-block;
}

#rec_business .text-icon{
  display: block;
  overflow: hidden;
}

#rec_business .text-icon span{
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   height: 22px;
  line-height: 22px;
}

.promotion-box .topic.show-two-line{
   -webkit-line-clamp: 2;
}

.gallery .owl-dots {
   bottom: -25px;
}

.popover.show-detail-place {
   margin-top: -80px;
   max-width: 300px;
}

.gallery .item{
   overflow: hidden;
}
.gallery .owl-item img.img-full-image{
   transition: transform 0.3s ease; /* เพิ่ม transition เพื่อให้การขยายดูนุ่มนวล */
   transform-origin: top left;
}
.gallery .item:hover img.img-full-image{
   transform: scale(1.15); /* ขยายภาพเมื่อเมาส์ชี้ */
}

.img-space-show{
   overflow: hidden;
}

.img-space-show img.img-full-image{
   transition: transform 0.3s ease; /* เพิ่ม transition เพื่อให้การขยายดูนุ่มนวล */
   transform-origin: top left;
}

.img-space-show:hover img.img-full-image{
   transform: scale(1.15); /* ขยายภาพเมื่อเมาส์ชี้ */
}

.list-package_route .slick-list {
   /* position: relative;
   display: block; */
   /* overflow: hidden; */
   /* margin: 0;
   padding: 0; */
   overflow-x: visible;
   overflow-y: clip;
}

.list-package_route .slick-prev:before, .slick-next:before {
   color: #1466ff;
}

.list-package_route .slick-prev, .slick-next {
   top:0px;
}

.list-package_route button.slick-prev.slick-arrow {
   right: -25px;
   left: unset;
   transform: rotate(90deg);
}

.list-package_route button.slick-next.slick-arrow {
   right: -25px;
   top: 25px;
   transform: rotate(90deg);
}

.card-business-horizontal .business-detail h4.two-line{
   min-height: 50px;
   -webkit-line-clamp: 2;
   line-height: normal;
}

.show-right-button{
   float: right;
   width: 35%;
   max-width: 155px;
   padding-right: 10px;
   padding-top: 5px;
}

.show-right-button button,.show-right-button a{
   width: 100%;
   margin: 5px 10px;
   /* padding: 7px 20px; */
   padding: 7px 0px;
}

.card-business-horizontal .business-detail.width-limit{
   /* max-width: 273px; */
   max-width: 270px;
}

header #menu .dropdown-menu.promotion-campaign{
   left: 50%;
}

footer .footer-detail .logo.scale-up {
   width: 165px;
}

.social.scale-up .inner i {
   width: 25px;
   height: 25px;
}

.font-orange{
   color: #fec526;
}

.package-title{
   font-size: 32px;
   line-height: 27px;
   padding: 10px 0px;
   border: 0px !important;
   background: transparent !important;
   font-weight: 600;
}

.contact-vertical-slider .slick-prev:before, .slick-next:before {
   color: #1466ff;
}

.contact-vertical-slider .slick-prev, .slick-next {
   top:0px;
}

.contact-vertical-slider button.slick-prev.slick-arrow {
   right: -25px;
   left: unset;
   transform: rotate(90deg);
}

.contact-vertical-slider button.slick-next.slick-arrow {
   right: -25px;
   top: 25px;
   transform: rotate(90deg);
}

a.no-underline {
   text-decoration: none !important;
}

.campaign-box .desc{
   font-size: 16px;
}

footer .footer-menu .dropdown-menu li a {
   white-space: normal;
}

.news-card-footer{
   border-top: 1px solid #ccc;
   padding: 5px 10px;
}

.news-card-footer .show-business-name {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.recommended-business .tab-category-list.news-tab-menu{
   overflow-x: visible
}

.recommended-business .tab-category-list.news-tab-menu .owl-stage-outer{
   border-radius: 10px;
}

.post h3.business-header{
   display: -webkit-box!important;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   height: 53px!important;
   line-height: 27px;
}

.post .mode.show-business {
   overflow-y: auto;
   width: 100%;
   display: inline-flex;
   scrollbar-width: thin;
}

.mode.show-business .inner{
   white-space: nowrap;
}

.post .body .info.show-detail-block{
   height: 72px;
   overflow-y: auto;
   scrollbar-width: thin;
}

.post .head.fix-height{
   height: 142px!important;
}

.promotion-box.promotion-box-main .show-recommended-text{
   top: 45px;
   left: 0px;
}

.highlight.show-recommended-text {
   top: 45px;
}

.text-white {
   color: #fff;
}

.promotion-box .body:hover img,
.campaign-box .body:hover img {
   object-fit: contain; /* แสดงภาพทั้งหมด */
   transform: scale(1.05); /* ขยายภาพเล็กน้อยเมื่อ hover */
}

.text-red{
   color: red;
}

.border-red{
   border: 1px solid red !important;
}

.footer-image-rightside {
   right: -10px;
   bottom: 12%;
}

.circle-link-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   margin: 10px; /* เพิ่มระยะห่างระหว่างแต่ละกลุ่ม */
}

.circle-link {
   display: block; /* ทำให้ลิงก์ครอบคลุมพื้นที่วงกลม */
   width: 50px; /* กำหนดขนาดของวงกลม */
   height: 50px;
   border-radius: 50%; /* ทำให้เป็นวงกลม */
   overflow: hidden; /* ซ่อนส่วนเกินของรูปภาพที่ออกนอกวงกลม */
   border: 1px solid #ccc; /* เพิ่มเส้นขอบบางๆ (ไม่จำเป็น) */
   display: flex; /* ใช้ flexbox เพื่อจัดรูปภาพให้อยู่ตรงกลาง */
   justify-content: center;
   align-items: center;
   text-decoration: none; /* ลบเส้นใต้ลิงก์ */
}

.circle-link img {
   width: 80%; /* ทำให้รูปภาพเต็มความกว้างของวงกลม */
   height: 80%; /* ทำให้รูปภาพเต็มความสูงของวงกลม */
   object-fit: scale-down; /* ครอบตัดรูปภาพให้เต็มวงกลมโดยไม่บิดเบี้ยว */
   display: block; /* ลบช่องว่างด้านล่างรูปภาพ */
}

.link-text {
   margin-top: 8px; /* ระยะห่างระหว่างภาพกับข้อความ */
   font-family: Arial, sans-serif; /* ปรับเปลี่ยน font-family ตามต้องการ */
   font-size: 14px; /* ปรับขนาดตัวอักษรตามต้องการ */
   color: #777; /* ปรับสีตัวอักษรตามต้องการ */
}

.ps-15-px{
   padding-left: 15px
}

.pe-15-px{
   padding-right: 15px
}

.position-absolute{
   position: absolute;
}

.item-new-img {
    height: 150px; 
    overflow: hidden;
}

.item-new-img img {
    height: 100%; 
    width: 100%;
    object-fit: cover;
}


.control-filter{
   position: absolute;
   z-index: 2;
   height: 100vh;
   display: block;
}
.control-filter .filter,
.control-filter .search-result{
   overflow-y: auto;
   height: 100%;
}

.btn.-toggle-search-result{
   position: absolute;
   top: 11rem;
   border: 0 !important;
   border-radius: 8px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   height: 60px;
   width: 30px;
   padding: 0;
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.-toggle-search-result i{
    font-size: 2rem;
    color: #747474;
}

.search-result {
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    opacity: 1;
}

/* เมื่อซ่อน */
.search-result.hidden,
.control-filter.hidden{
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}

.search-page.for-map > .head .search-action .btn-toolbar{
   position: fixed;
   bottom: 0px;
   left: 0px;
   width: 100%;
   padding: 0 10px;
   z-index: 200;
   background: #fff;
   border: 0px;
   box-shadow: 0px -3px 6px rgba(0,0,0,0.16);
   margin: 0px;
   border-radius: 0px;
}

.btn-toggle-filter{
   border: 0!important;
   background-color: #fff;
}

.search-filter.filter-map-style{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.search-page.for-map .head{
   display: block;
}
.search-page.for-map .body-map-content{
   margin: 0;
   height: 100vh;
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.p-4{
   padding: 1rem!important;
}

.padding-header{
   margin-top: 13rem;
}

.btn-external-map{
   position: absolute;
   top: 0;
   right: 5px;
   z-index: 4;
   padding: 5px;
   font-size: 1rem;
   text-decoration: underline;
   line-height: 17px;
}

.show-on-map{
   display: none;
}
.btn-external-map{
   display: none;
   font-weight: 500;
}

.gm-style-iw-d .show-on-map,
.gm-style-iw-d .btn-external-map,
#map .post .mode.show-on-map
{
   display: block!important;
}

.post .body .btn-box .btn{
   padding: 4.5px 10px;
}

.gm-style-iw-d .post.style-3 .text{
    font-size: 1.5rem;
}

.item-nearby-attraction,
.item-nearby-accommodation,
.item-nearby-airport,
.item-nearby-resraurant
{
   font-size: 1.3rem;
}
.gm-style-iw-d .btn-external-map{
   font-size: 1.2rem;
}

.close-box{
   position: absolute;
   top: 10px;
   right: 15px;
}

/* Gray Scale */
.navbar-brand, .navbar-top, footer.grayscale {
   filter: grayscale(100%);
}
