:root {
    --main-text-color: #0e0e0e;
    --border-color: #adb5bd;
    --main-comp-color: #f8f9fa;
}
.controls {
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 46px;
    outline: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

#mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin: 0 15px;
    padding: 10px 11px 2px 13px
}

#mode-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px
}

#google-directions-list,
.here-directions-details {
    font-family: Roboto, sans-serif;
    line-height: 30px;
    padding-left: 10px;
}

#google-directions-list input, #google-directions-list select,
.here-directions-details input, .here-directions-details select {
    font-size: 15px
}

#google-directions-list select,
.here-directions-details select {
    width: 100%
}

#google-directions-list i,
.here-directions-details {
    font-size: 12px
}

.page-header-link {
    display: table;
}

.ads-top {
    height: 100px;
    margin: 0px 15px;
    background: transparent;
}

.header-title {
    display: none;
}

.ads-horizontal {
    min-height: 120px;
    margin: 0;
    padding: 0 15px 0 15px;
}

#here-maps {
    /*float: left;*/
    background: #eee;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.here-maps-wrapper {
    position: relative;
    min-height: 450px;
    padding: 0;
    flex: auto;
    display: flex;
    flex-direction: column;
}

.direction-panel-mobile {
    border-bottom: 1px solid #999;
}

.here-maps-wrapper > .direction-panel {
    position: absolute;
    top: 64px;
    right: 6px;
    z-index: 999;
    background: #eee;
    border: 1px solid #999;
    max-height: 480px;
    overflow-y: auto;
    max-width: 360px;
}

.here-maps-wrapper > .here-maps-container {
    padding: 0;
    flex: auto;
}

.travel_mode {
    margin: 0;
    padding-top: 10px;
}

.dropdown-menu {
    overflow: hidden;
}

.H_ib,
.H_ib_body {
    background: #6c757d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    fill: #6c757d;
    border: 1px solid #5a6166;
    color: #f8f9fa;
    font-weight: bold;
}

.H_ib_body > .H_ib_content > .custom-bubble {
    white-space: nowrap;
    margin: 8px 48px 8px 0;
    padding: 0 0 0 8px;
}

.H_ib_body > .H_ib_close > svg.H_icon {
    fill: #343a40
}

.H_ib_body > .H_ib_content > .custom-bubble .H_ib_custom_title {
    cursor: pointer;
}

.H_ib_body > .H_ib_content > .custom-bubble .H_ib_custom_title > span {
    font-weight: bold;
}

.H_ib_body > .H_ib_content > .custom-bubble .H_ib_custom_title > p {
    font-weight: normal;
    margin: 5px 0 0;
    font-size: 12px;
}

.H_ib_body > .H_ib_content > .custom-bubble > p {
    font-size: 10px;
    color: #ccc;
    font-style: italic;
    margin: 0;
    padding-top: 5px;
}

.H_ib_body > .H_ib_content > .custom-bubble .H_ib_custom_title {
    color: #fff;
}

.H_ib_body > .H_ib_content > .custom-bubble .H_ib_custom_title:hover {
    color: #f2d42e;
    text-decoration: none;
}

.custom-bubble .H_ib_custom_direction {
    position: absolute;
    top: 9px;
    right: 2em;
    cursor: pointer;
}

.custom-bubble .H_ib_custom_direction > .icon {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    display: inline-block;
}

.custom-bubble .H_ib_custom_direction > .icon {
    background-image: url(../images/direction-sign.png);
}

.custom-bubble .H_ib_custom_direction > .icon:hover {
    background-image: url(../images/direction-sign-alt.png);
}

ul.bootstrap-autocomplete > li:last-child a {
    display: inline-block;
    float: right;
    margin-right: -15px;
}

ul.bootstrap-autocomplete > li:last-child.active > a,
ul.bootstrap-autocomplete > li:last-child.active > a:hover,
ul.bootstrap-autocomplete > li:last-child.active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    cursor: default;
}

#here-directions-list,
#here-directions-list-mobile {
    padding: 0 20px 10px 20px;
}

.here-directions-details li span.arrow {
    display: inline-block;
    min-width: 28px;
    min-height: 28px;
    background-position: 0px;
    background-image: url(../images/arrows.png);
    position: relative;
    top: 8px;
}

.here-directions-details li span.depart {
    background-position: -28px;
}

.here-directions-details li span.rightUTurn {
    background-position: -56px;
}

.here-directions-details li span.leftUTurn {
    background-position: -84px;
}

.here-directions-details li span.rightFork {
    background-position: -112px;
}

.here-directions-details li span.leftFork {
    background-position: -140px;
}

.here-directions-details li span.rightMerge {
    background-position: -112px;
}

.here-directions-details li span.leftMerge {
    background-position: -140px;
}

.here-directions-details li span.slightRightTurn {
    background-position: -168px;
}

.here-directions-details li span.slightLeftTurn {
    background-position: -196px;
}

.here-directions-details li span.rightTurn {
    background-position: -224px;
}

.here-directions-details li span.leftTurn {
    background-position: -252px;
}

.here-directions-details li span.sharpRightTurn {
    background-position: -280px;
}

.here-directions-details li span.sharpLeftTurn {
    background-position: -308px;
}

.here-directions-details li span.rightRoundaboutExit1 {
    background-position: -616px;
}

.here-directions-details li span.rightRoundaboutExit2 {
    background-position: -644px;
}

.here-directions-details li span.rightRoundaboutExit3 {
    background-position: -672px;
}

.here-directions-details li span.rightRoundaboutExit4 {
    background-position: -700px;
}

.here-directions-details li span.rightRoundaboutPass {
    background-position: -700px;
}

.here-directions-details li span.rightRoundaboutExit5 {
    background-position: -728px;
}

.here-directions-details li span.rightRoundaboutExit6 {
    background-position: -756px;
}

.here-directions-details li span.rightRoundaboutExit7 {
    background-position: -784px;
}

.here-directions-details li span.rightRoundaboutExit8 {
    background-position: -812px;
}

.here-directions-details li span.rightRoundaboutExit9 {
    background-position: -840px;
}

.here-directions-details li span.rightRoundaboutExit10 {
    background-position: -868px;
}

.here-directions-details li span.rightRoundaboutExit11 {
    background-position: 896px;
}

.here-directions-details li span.rightRoundaboutExit12 {
    background-position: 924px;
}

.here-directions-details li span.leftRoundaboutExit1 {
    background-position: -952px;
}

.here-directions-details li span.leftRoundaboutExit2 {
    background-position: -980px;
}

.here-directions-details li span.leftRoundaboutExit3 {
    background-position: -1008px;
}

.here-directions-details li span.leftRoundaboutExit4 {
    background-position: -1036px;
}

.here-directions-details li span.leftRoundaboutPass {
    background-position: 1036px;
}

.here-directions-details li span.leftRoundaboutExit5 {
    background-position: -1064px;
}

.here-directions-details li span.leftRoundaboutExit6 {
    background-position: -1092px;
}

.here-directions-details li span.leftRoundaboutExit7 {
    background-position: -1120px;
}

.here-directions-details li span.leftRoundaboutExit8 {
    background-position: -1148px;
}

.here-directions-details li span.leftRoundaboutExit9 {
    background-position: -1176px;
}

.here-directions-details li span.leftRoundaboutExit10 {
    background-position: -1204px;
}

.here-directions-details li span.leftRoundaboutExit11 {
    background-position: -1232px;
}

.here-directions-details li span.leftRoundaboutExit12 {
    background-position: -1260px;
}

.here-directions-details li span.arrive {
    background-position: -1288px;
}

.here-directions-details li span.leftRamp {
    background-position: -392px;
}

.here-directions-details li span.rightRamp {
    background-position: -420px;
}

.here-directions-details li span.leftExit {
    background-position: -448px;
}

.here-directions-details li span.rightExit {
    background-position: -476px;
}

.here-directions-details li span.ferry {
    background-position: -1316px;
}

body, html {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-container {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.main-container > div:first-child {
    flex: auto;
}

.main-container > .main {
    height: 100%;
    margin: 0;
    flex: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
}

.page-title {
    height: 0;
    margin: 0 0 0 -999px;
}

.panel-footer {
    padding: 5px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    font-size: 12px;
}

.panel-footer .links {
    position: fixed;
    right: 15px;
    bottom: 10px;
    background: #f5f5f5;
}

.footer-row {
    position: absolute;
    left: 0;
    bottom: 0px;
    min-height: auto !important;
    margin-bottom: 10px;
}

#row-direct {
    /*display: none;*/
}

#customRange1 {
    cursor: pointer;
}

.inputRange {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.pickButton {
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: #fff;
    border: .5px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 8px;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    box-sizing: border-box;
}

.pickButton:hover {
    background: #d8d8d8;
}

#listCategory {
    position: absolute;
    width: calc(100% - 30px);
    height: 400px;
    top: 56px;
    overflow-y: auto;
    padding: 5px;
    background-color: #fff;
    z-index: 2;
    display: none;
}

.dropLi {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d5d5d5;
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    margin: 0 0 3px;
    font-weight: 500;
}

.dropLi:hover {
    background-color: #c3c3c3;
}

#listCategory::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

#main-row {
    padding-bottom: 50px;
    position: relative;
}

#place-nearby-nav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#place-nearby-nav {
    width: 100%;
    background-color: #fff;
	position:relative;
}

#place-nearby-nav ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}

#place-nearby-nav .place-nearby-nav-item {
    display: table-cell;
    vertical-align: bottom;
    min-width: 4.5rem;
    height: 6.4rem;
    line-height: 2.4rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 4px
}

#place-nearby-nav .place-nearby-nav-item a {
    color: #343a40;
}

#place-nearby-nav .place-nearby-nav-item a:focus {
    text-decoration: none;
}

#place-nearby-nav .place-nearby-nav-item a,
#place-nearby-nav .place-nearby-nav-item .place-label {
    display: block;
}

#place-nearby-nav .place-nearby-nav-item:hover,
#place-nearby-nav .place-nearby-nav-item.on {
    background-color: #615f5f;
}

#place-nearby-nav .place-nearby-nav-item:hover .icon,
#place-nearby-nav .place-nearby-nav-item.on .icon {
    fill: #fff
}

#place-nearby-nav .place-nearby-nav-item.hotel {
    border-color: #e83e8c;
}

#place-nearby-nav .place-nearby-nav-item.food {
    border-color: #28a745;
}

#place-nearby-nav .place-nearby-nav-item.store {
    border-color: #6f42c1;
}

#place-nearby-nav .place-nearby-nav-item.coffee {
    border-color: #17a2b8;
}

#place-nearby-nav .place-nearby-nav-item.gas {
    border-color: #ffc107;
}

#place-nearby-nav .place-nearby-nav-item.hospital {
    border-color: #ff5722;
}

#place-nearby-nav > ul li a:hover {
    text-decoration: none;
}

#place-nearby-nav ul li:hover a {
    color: #fff !important;
}

/* Loading spinner while searching for a place nearby */
.loading-spinner {
    background-image: url(../images/icon_loader.gif);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: 100%;
    align-self: center;
    margin: 0 auto;
    display: block;
}

.place-nearby-msg {
    display: none;
    margin: 0;
    padding: 5px;
    text-align: center;
}
/* Custom markers on maps */
.H_ib,
.H_ib_body {
    font-size: 14px;
    fill: #ccc;
    text-align: left;
    background-color: #f5f5f5;
    color: var(--main-text-color);
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
}

.H_ib_body {
    bottom: .65em;
}

.H_ib_body > .H_ib_close > svg.H_icon {
    fill: #343a40
}

.marker-user-location {
    width: 18px;
    height: 18px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-color: var(--pink);
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .3);
}

.marker-local-business {
    width: 22px;
    height: 26px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #1188dd;
    border-radius: 50%;
    border: 2px solid;
    border-color: #0d66a6;
    top: -26px;
    left: 0;
}

.marker-local-business::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 10px solid;
    border-top-color: #0d66a6;
}

.marker-local-business > i {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    color: #fff;
    font-size: 10px;
}

.marker-local-business > span.title {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    padding-left: 15px;
    color: var(--orange);
    min-height: calc(100% + 11px);
    display: flex;
    align-items: center;
    left: 9px;
    max-width: 120px;
    width: max-content;
}

.marker-local-business:hover,
.marker-local-business.active {
    width: 27px;
    height: 34px;
    top: -34px;
    left: -3px;
    z-index: 999 !important;
}

.marker-local-business:hover::after,
.marker-local-business.active::after {
    left: 6px;
    top: 30px;
}

.marker-local-business:hover,
.marker-local-business:hover::after {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.marker-local-business:hover > span.title,
.marker-local-business.active > span.title {
    max-width: 123px;
    padding-left: 20px;
}

.marker-local-business:hover > i,
.marker-local-business.active > i {
    font-size: 13px;
}

.marker-local-business-hotel {
    background-color: var(--pink);
    border-color: #a22b62;
}

.marker-local-business-hotel::after {
    border-top-color: #a22b62;
}

.marker-local-business-food {
    background-color: var(--green);
    border-color: #2c7e3e;
}

.marker-local-business-food::after {
    border-top-color: #2c7e3e;
}

.marker-local-business-coffee {
    background-color: var(--cyan);
    border-color: #107180;
}

.marker-local-business-coffee::after {
    border-top-color: #107180;
}

.marker-local-business-shopping {
    background-color: var(--purple);
    border-color: #4d2e87;
}

.marker-local-business-shopping::after {
    border-top-color: #4d2e87;
}

.marker-local-business-grocery {
    background-color: var(--orange);
    border-color: #b1580e;
}

.marker-local-business-grocery::after {
    border-top-color: #b1580e;
}

.marker-local-business-gasstation {
    background-color: var(--yellow);
    border-color: #b28705;
}

.marker-local-business-gasstation::after {
    border-top-color: #b28705;
}

.marker-local-business.active {
    background-color: #ff0500;
    border-color: #c60400;
}

.marker-local-business.active::after {
    border-top-color: #c60400;
}

.marker-destination {
    width: 34px;
    height: 34px;
    background-size: 100%;
    background-image: url(../images/route-destination-marker.png);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 2px;
    margin-top: -34px;
    margin-left: -16px;
    background-repeat: no-repeat;
}

.marker-tooltip > .tooltip-inner {
    max-width: unset;
    text-align: left;
    background-color: #f5f5f5;
    color: var(--main-text-color);
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
}

.marker-tooltip.show {
    opacity: 1;
}

.marker-tooltip > .arrow::before {
    border-top-color: #ccc;
}

.marker-info {
    position: relative;
    display: flex;
    flex-direction: row;
}

.marker-info-thumb {
    width: 60px;
    max-height: 66px;
}

.marker-info-thumb > img {
    width: 100%;
    height: 100%;
}

.marker-info-thumb.default {
    padding: 6px;
}

.marker-info-thumb.default > img {
    filter: grayscale(1);
}

.marker-info-content {
    padding: 6px;
    display: flex;
    flex-direction: column;
}

.marker-info-content-title {
    font-size: 12px;
    font-weight: 600;
}

.marker-info-content-tagline,
.marker-info-content-meta {
    font-size: 11px;
    padding-top: 2px
}

.marker-info-content-meta-rating {
    padding-right: 5px;
}

.marker-info-content-meta-rating > i {
    font-size: 10px;
}

.H_ib_content {
    margin: 5px;
    line-height: normal;
}

.H_ib_content > .marker-info {
    width: max-content;
    max-width: 300px;
    margin-right: 15px;
}

.H_ib_content > .marker-info > .marker-info-content {
    font-size: 11px;
    max-width: 183px;
    padding-right: 45px;
}

.H_ib_content > .marker-info > .marker-info-content > .marker-info-content-addr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.H_ib_content > .marker-info > .marker-info-content > .marker-info-content-title:hover {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
}

.H_ib_content > .marker-info > .marker-info-content > .marker-info-content-meta {
    font-size: 10px;
    color: #adb5bd;
}

.H_ib_content > .marker-info > .H_ib_custom_direction {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.H_ib_content > .marker-info > .H_ib_custom_direction > .icon {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    display: inline-block;
}

.H_ib_content > .marker-info > .H_ib_custom_direction > .icon {
    background-image: url(../images/direction-sign.png);
}

.H_ib_content > .marker-info > .H_ib_custom_direction > .icon:hover {
    background-image: url(../images/direction-sign-alt.png);
}

/* Custom scroll bar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/* Context menu (right click on map) */
.H_context_menu {
    font-size: 16px;
    box-shadow: 0 1px 6px rgba(60, 64, 67, .28);
    font-weight: 400;
    color: #3C4043;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 0;
    letter-spacing: 0.00625em;
    font-family: Roboto, 'Noto Sans Tamil UI', Arial, sans-serif;
}

.H_context_menu_item {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    margin: 0;
}

.H_context_menu_item:focus,
.H_context_menu_item:hover,
.H_context_menu_item.clickable:focus,
.H_context_menu_item.clickable:hover {
    background-color: #E8F0FE;
    color: #3C4043;
}

.H_ib.H_ib_top .H_ib_tail::after {
    border-color: #dc3545 transparent;
}

/*ktmanhcode*/
.here-maps-wrapper{
    overflow: hidden;
}
.pannel-place{
    width: 360px;
    position: absolute;
    top: 64px;
    z-index: 3;
    left: -360px;
    /*left: 0;*/
    height: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    background: #fff;
    max-height: calc(100% - 64px);
    transition: 1s;
    z-index: 10;
}
.overflow-inner{
    height: 100%;
}
.inner-information-place{
    /*        width: 100%;
            height: 100%;*/
    box-sizing: border-box;
    padding: 10px;
    font-size: 13px;
}
.append-box{
    overflow-y: auto;
    height: calc(100% - 68px);
    max-height: 100%;
    display: none;
}
.image-box{
    width: 100%;
    height: 273px;
    position: relative;
}
.image-box img{
    background: url('../images/noimage.png') no-repeat;
    background-size: 100% 273px;
}
.close-pannel{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 4px 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-box{
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.article-title{
    margin-top: 0;
    margin-right: 40px;
    font-size: 20px;
}
.total-rate{
    color: rgba(0, 0, 0, 0.54);
}
.rating-box{
    margin-right: 8px;
}
.rating-box i{
    margin-right: 3px;
}
.true-rate{
    color: #fbbc04;
}
.total-review{
    color: #1A73E8;
}
.direct-to{
    position: absolute;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding: 2px;
    top: 16px;
    right: 0;
    cursor: pointer;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.direct-to:hover{
    border-color: #ddd;
}
.each-infomation{
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
}
.icon-each-infomration{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-size: 15px;
}
.title-each-information{
    color: rgba(0, 0, 0, 0.87);
}
/*search-box-place*/
.search-box-place{
    width: 100%;
    position: relative;
    background: #fff;
    /*border-radius: 8px;*/
    box-sizing: border-box;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    /*    border-bottom: 1px solid transparent;
        transition-property: background,box-shadow;
        transition-duration: 0.3s;
        box-shadow: 0 0 2px rgb(0 0 0 / 20%), 0 -1px 0 rgb(0 0 0 / 2%);
        border-radius: 8px 8px 0 0;
        border-bottom: 1px solid #DADCE0;
        display: flex;
        justify-content: center;
        align-items: center;*/
}
.search-place, .search-place-submit, .search-place-close{
    border: 0!important;
    outline: 0!important;
    background: transparent;
}
.search-place{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding-right: 100px;
    padding-left: 15px;
    color: #000;
}

.search-place::-webkit-input-placeholder { /* Edge */
    color: #d4d4d4;
    font-size: 18px;
    font-weight: 500;
}

.search-place:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d4d4d4;
    font-size: 18px;
    font-weight: 500;
}

.search-place::placeholder {
    color: #d4d4d4;
    font-size: 18px;
    font-weight: 500;
}
.search-place-submit, .search-place-close, .back-home{
    position: absolute;
    width: 45px;
    height: 46px;
    color: #d4d4d4;
    top: 0;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    border-right: 1px solid #ccc;
}
.search-place-close{
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
}
.search-place-submit{
    right: 0;
}
/*.search-place-close:before{
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #dddddd;
}*/
#search-place{
    padding-right: 50px;
}
.button-hover:hover{
    color: #5390f3;
}

.back-home{
    left: 0;
    line-height: 45px;
    text-align: center;
}
.back-home:after{
    content: "Back home";
    position: absolute;
    background-color: #202124;
    color: #dadce0;
    box-shadow: 0 4px 10px rgb(60 64 67 / 28%);
    border-radius: 6px;
    height: 24px;
    line-height: 24px;
    left: 0;
    bottom: -25px;
    font-size: 13px;
    width: 80px;
    border-radius: 4px;
    display: none;
    z-index: 1;
}
.back-home:hover:after{
    display: block;

}
/*slider*/
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    right: 0%;
    transition: right .5s;
}

.slider-item {
    flex-basis: 100%;
    flex-shrink: 0;
    display: block;
}

.box {
    height: 180px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.box img{
    width: 100%;
    height: 100%;
}
.control {
    display: flex;
    position: absolute;
    justify-content: space-between;
    left: 15px;
    right: 15px;
    top: 50%;
}
#next,#prev {
    outline: none;
    background-color: transparent;
    border: 0;
    padding: 0;
}
button:hover {
    cursor: pointer;
}
#next span, #prev span {
    color: white;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    padding: 8px 12px;
    text-transform: capitalize;
    border-radius: 4px;
}
#next span:hover, #prev span:hover{
    background: rgba(0,0,0,0.8);
}
#next span {
    padding-left: 12px;
    padding-bottom: 5px;
}
#prev span {
    padding-right: 12px;
    padding-bottom: 5px;
}

/*card*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 10px;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    -wekit-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    margin-top: 10px;
}
.review-rating{
    margin: 0;
}
.review-time{
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.54);
}
.hidden-left{
    border-radius: 0 40px 40px 0;
    background-clip: padding-box;
    -webkit-transition: -webkit-transform 1s ease,background .5s;
    -moz-transition: -moz-transform 1s ease,background .5s;
    -o-transition: -o-transform 1s ease,background .5s;
    transition: -webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease,transform 1s ease,background .5s;
    font-size: 14px;
    height: 40px;
    right: -20px;
    outline: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
    z-index: 1;
    background: #fff;
    color: #333;
    -moz-box-shadow: 4px 0 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 4px 0 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 4px 0 6px 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hidden-left:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    left: 0;
    top: 0;
    border-radius: 0 40px 40px 0; 
    background-clip: padding-box;
    box-shadow: 4px 0 6px 0 rgb(0 0 0 / 20%) inset;
}
.hidden-left:hover{
    background: #eaeaea;
}
#hidden-bottom{
    top: -20px;
    left: 50%;
    width: 40px;
    height: 20px;
    border-radius: 40px 40px 0 0;
    transform: translateX(-50%);
    display: none;
}
#hidden-bottom:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    bottom: 0;
    left: 0;
    border-radius: 40px 40px 0 0;
    background-clip: padding-box;
    box-shadow: 4px 0 6px 0 rgb(0 0 0 / 20%) inset;
}
/*ajax_search_place*/
.inner-item-search-place{
    display: flex;
    padding: 5px 0;
    border-top: 1.5px solid #ddd;
}
.image-item-search-box{
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.image-item-search-box img{
    /*background: url('../images/noimage.png') no-repeat;*/
    background-size: 75px 75px;
}
.content-item-search-box{
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search-place-title{
    font-weight: bold;
    cursor: pointer;
}
.content-item-search-box .rate-review, .content-item-search-box .rating-box{
    margin: 0;
}
.content-item-search-box .review-time{
    font-style: italic;
}
.paginationz{
    display: block;
    border-top: 1.5px solid #ddd;
}
.hiddenz{
    display: none;
}
.gif{
    text-align: center;
}
#loading_img{
    width: 60px;
    height: 38px;
}
.next_page{
    display: inline-block;
    padding: 8px 14px;
    background-color: #4b5363;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.next_page:hover{
    background-color: #2c323e;
}
.active_{
    background-color: #2c323e;
    cursor: default;
}
.s_paging{
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}
.suggest-place-box{
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 10;
    box-sizing: border-box;
    display: none;
}
.suggest-place-box a{
    cursor: default;
}
.op-background{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    z-index: 9;
    display: none;
}
.image-slide{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width:fit-content;
    overflow: hidden;
    max-width: 500px;
    max-height: 375px;
    padding: 10px;
}
#view-image{
    display: block;
    max-width: 100%;
    max-height: 100%;
    background: url('../images/noimage.png') no-repeat;
    min-width: 200px;
    min-height: 200px;
    background-size: 200px 200px;
}
.image-box-100{
    width: 101px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.image-box-100 img{
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/noimage.png') no-repeat;
    background-size: 90px 70px;
}
#panel-search-place{
    /*display: none;*/
}


.ads-margin {
    width: fit-content;
    margin: auto;
}

.ads-title {
    text-align: center;
    background: transparent;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: 0.8;
}

.horizontal-title {
    text-align: left!important;
}

.close-ads {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: -12px;
    cursor: pointer;
}

.close-ads svg {
    width: 10px;
    height: 10px;
    fill: #b3b3b3;
}

.throw-ads-728x90, .throw-ads-320x90 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 728px;
    transition: left 1s;
}

.throw-ads-300x250 {
    position: relative;
}

/*endktmanh*/
@media (max-width: 768px) {
    #main-row {
        padding-bottom: 70px;
    }
}


@media only screen and (min-width: 641px) and (max-width: 1024px) {
    #place-nearby-nav .place-nearby-nav-item {
        vertical-align: middle;
        border-top: 0
    }

    #place-nearby-nav .place-nearby-nav-item .place-label {
        display: none
    }
    .op-background{
        z-index: 11;
    }
    .here-maps-wrapper > .direction-panel {
        top: 52px;
        max-height: calc(100% - 52px);
        right: 0;
    }
    .image-slide{
        top: 52px;
    }
}

@media only screen and (max-width: 640px) {
    .main-container > .main {
        height: auto;
    }
    .pannel-place{
        top: 52px;
        max-height: calc(100% - 52px);
    }
    .here-maps-wrapper > .direction-panel {
        top: 52px;
        max-height: calc(100% - 52px);
        right: 0;
    }
    #place-nearby-nav .place-nearby-nav-item {
        min-width: 5.2rem;
        height: 5.2rem;
        line-height: 4.8rem;
        border-top: 0
    }

    #place-nearby-nav .place-nearby-nav-item .place-label {
        display: none
    }
    .pannel-place{
        height: 100%;
        width: 100%;
        bottom: calc(-100% + 52px);
        top: unset;
        left: 0!important;
    }
    #hidden-left{
        display: none;
    }
    #hidden-bottom{
        display: flex;
    }
    .op-background{
        z-index: 11;
    }
    .image-slide{
        top: 52px;
    }
}

@media (max-width: 450px) {
    #main-row {
        padding-bottom: 90px;
    }
    .image-slide{
        max-height: 200px;
    }
}

#bot-728x90-ad {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    height: 90px;
    width: 728px;
    transition: left 1s;
}

#bot-320x90-ad {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    height: 90px;
    width: 320px;
    transition: left 1s;
}

.ad-section {
    position: relative;
    padding: 20px 3px 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ad-section .ad-label {
    position: absolute;
    left: 0;
    top: 0;
    background: #e0e0e0;
    color: #777;
    font-size: 10px;
    padding: 2px 6px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px
}

@media (min-width: 641px) {
    #bot-320x90-ad, .throw-ads-320x90 {
        display: none;
    }
}

@media (max-width: 767px) {
    #bot-728x90-ad, .throw-ads-728x90 {
        display: none;
    }
}