/*
 * Globals
 */
/*@import url("../bootstrap-grid.css");*/
@import url("../icons.css");
@import url("../bootstrap-social.css");

@font-face {
    font-family: MyMyriadProRegular;
    src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: MyMyriadProSemibold;
    src: url(../fonts/MyriadPro-Semibold.otf);
}

@font-face {
    font-family: MyMyriadProBold;
    src: url(../fonts/MyriadPro-Bold.otf);
}

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
    height: 38px;
    padding: 0 5px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 5px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}

select {
    padding: 15px 18px;
    cursor: pointer;
}

input {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #808080;
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid #d8d8d8;
    opacity: 1;
}

input[type="submit"] {
    border: none;
    padding: 11px 18px;
    width: auto;
}

input[type="checkbox"] {
    display: inline;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.btn-login-goollow {
    min-width: 120px;
    height: 38px;
    padding: 0 20px;
    border: none;
    border-radius: 20px;
    border-color: #4da9c5;
    background: rgb(246, 246, 246);
    color: #7e757d;
    font-size: 16px;
}

.btn-login-goollow:hover {
    background-color: #4da9c5;
    color: white;
}

.link-goollow {
    color: #4da9c5;
}

.link-goollow:hover {
    color: #1eceed;
}

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

input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #b1abbb;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b1abbb;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b1abbb;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #b1abbb;
    opacity: 1;
}

textarea {
    height: auto;
    line-height: 27px;
    padding: 20px;
    min-height: 130px;
    transition: none !important;
    min-width: 100%;
}

label,
legend {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 8px;
}

label span,
legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

fieldset {
    padding: 0;
    border: none;
}

a, button {
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
    font-family: MyMyriadProRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #d8dfe3;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    font-size: 12px;
}

body {
    padding-right: 0 !important
}

.cover-container {
    margin: auto;
}

.cover-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #75787d;
}

/*
 * Header
 */
header {
    padding: 5px 0px;
    width: 100%;
    background-color: rgba(67, 168, 196, 1);
}

header .navbar {
    width: 100%;
    padding: 0px;
}

header .navbar .col-xs-login .dropdown-menu {
    right: 0px;
    left: auto;
}

header .navbar .navbar-brand {
    width: 26%;
}

header .navbar .input-with-icon {
    width: 100%;
}

.masthead {
    background-color: #43a8c1;
}

header .content {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

header .navbar .logo {
    position: relative;
    width: 60px;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    float: left
}

header .navbar .logo a {
    display: block;
}

header .navbar .logo a .logo1 {
    width: 60px;
    height: 60px;
}

header .navbar .logo a .logo2 {
    width: 25px;
    height: 25px;
    overflow: visible;
    position: absolute;
    bottom: 0px;
    right: 9px;
}

header .navbar #appnameimage {
    float: left;
    padding-left: 5px;
    padding-top: 20px;
}

.masthead-brand {
    margin-bottom: 0;
    margin-top: 0;
}

.masthead h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
    font-size: 26px;
    margin-top: -4px;
}

#appnameimage h6 {
    font-size: 9px;
    margin-bottom: 0;
}

h6.login-text {
    font-size: 12px;
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

#menuaction .action-buttons, .list-banner {
    background-color: #ffffff;
}

#menuaction .action-buttons .nav {
    margin: 5px 0px;
    text-align: center;

}

#menuaction .action-buttons .row {
    margin: 0;
    padding: 5px 0 0;
}

#menuaction .action-buttons .introduce-tag {
    float: left;
    width: 11%;
}

#menuaction .action-buttons .introduce-tag a img {
    width: 20px;
}

#menuaction .action-buttons .statictis-tag {
    float: left;
    width: 18%;
}

#menuaction .action-buttons .statictis-tag a img {
    width: 20px;
}

#menuaction .action-buttons .nearby-tag {
    float: left;
    width: 15%;
}

#menuaction .action-buttons .nearby-tag a img {
    width: 20px;
}

#menuaction .action-buttons .route-tag {
    float: left;
    width: 12%;
}

#menuaction .action-buttons .route-tag a img {
    width: 15px;
}

#menuaction .action-buttons .food-tag {
    float: left;
    width: 11%;
}

#menuaction .action-buttons .food-tag a img {
    width: 20px;
}

#menuaction .action-buttons .store-tag {
    float: left;
    width: 11%;
}

#menuaction .action-buttons .store-tag a img {
    width: 20px;
}

#menuaction .action-buttons .addplace-tag {
    float: left;
    width: 12%;
}

#menuaction .action-buttons .addplace-tag a img {
    width: 23px;
}

#menuaction .action-buttons .share-tag {
    float: left;
    width: 10%;
}

#menuaction .action-buttons .share-tag a img {
    width: 20px;
}

#menuaction .action-buttons .column {
    float: left;
    width: 20%;
    height: 60px;
}

#menuaction .action-buttons a {
    width: 20px;
    height: 20px;
    color: #43a8c1;
    display: inline-table;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

#menuaction .action-buttons i {
    margin: 8px 0 0 0;
    font-size: 20px;
}

#menuaction .action-buttons .settingtext {
    color: #595a72;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
}

#menuaction .action-buttons .settingtext span:hover {
    color: #43a8c1;
    font-size: 12px;
    padding: 12px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
}
.show-map-routing-business {
    width: 36px;
    height: 36px;
    color: #FE7235;
    display: inline-table;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #FE7235;
}

.show-map-routing-business:hover {
    box-shadow: 1px 1px 6px #fe7235
}

.show-map-routing-business img {
    width: 23px;
    position: absolute;
    top: 2px;
    left: 6px;
}

.menu-activated {
    box-shadow: 1px 1px 6px #fe7235
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.nav-scroller {
    position: relative;
    z-index: 2;
}

/*
 * Cover
 */
.cover {
    height: 100%;
    /*padding: 0;*/
    background-color: white;
}

/*
 * Footer
 */
.mastfoot {
    color: #595a72;
}

/* Input With Icon */
.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    top: 4px;
    left: 1%;
    padding: 0 0 0 8px;
    color: #b1abbb;
    transition: 0.2s;
    pointer-events: none;
    font-weight: bolder;
    font-size: 12px;
}

.input-with-icon input {
    margin: 0;
    font-size: 14px;
}

.input-with-icon.location input {
    padding-left: 20px !important
}

.input-with-icon.location a i {
    position: absolute;
    right: 1px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    padding: 15px 20px 15px 15px;
    background: #fff;
    pointer-events: all
}

.input-with-icon.location a i:hover {
    color: #66676b;
}

#group-map-route .input-with-icon, #ModalSelectPosition .input-with-icon {
    position: relative;
}

#group-map-route .input-with-icon i {
    position: absolute;
    top: 0px;
    left: 4%;
    padding: 0 0 0 8px;
    color: #43a8c1;
    transition: 0.2s;
    pointer-events: none;
    font-weight: bolder;
    font-size: 17px;
    z-index: 1;
}

#ModalSelectPosition .input-with-icon i {
    position: absolute;
    left: 0px;
    padding: 0 0 0 8px;
    color: #43a8c1;
    transition: 0.2s;
    pointer-events: none;
    font-weight: bolder;
    font-size: 17px;
    z-index: 1;
}

#group-map-route .input-with-icon i.icon-search {
    margin-top: 9px;
}

#group-map-route .input-with-icon i.icon-route-to {
    margin-top: 4px;
    font-size: 23px;
    color: #FE7235;
}


#group-map-route .input-with-icon input {
    padding-left: 6% !important;
    margin: 0;
    font-size: 16px;
}

#ModalSelectPosition .input-with-icon input {
    padding-left: 20px !important;
    margin: 0;
    font-size: 16px;
}

/* Tri */
#ModalSelectPosition .modal-header{
    display:grid;
    grid-template-columns: 5fr 1fr 1fr;
    grid-gap:5px;
}

#ModalSelectPosition .modal-header .input-with-icon{
    margin-right:30px;
}

#ModalSelectPosition .modal-header .input-with-icon .autocomplete-target-routing-spinner{
    right:-25px;
}


/* MAP */
.fs-inner-container {
    z-index: 10;
    height: calc(100vh - 13.6rem);
}

.map-hide {
    height: 1px;
    opacity: 0;
}

.map-container {
    height: 100%;
    width: 100%;
}

#map, #map-routing {
    height: 100%;
}

.form-main-content {
    max-width: 30em;
    margin: 0 auto 10px;
    color: #212529;
    float: none;
    text-align: center;
    padding-top: 150px;
}

.form-main-content .branch {
    font-weight: 600;
    color: #636363;
}

.form-main-content .checkbox {
    font-weight: 400;
}

.form-main-content .border-container {
    border: 1px solid #ddd;
    position: relative;
}

.form-main-content .border-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    position: absolute;
    width: 220px;
    left: 0;
    right: 0;
    top: -7%;
    margin-left: auto;
    margin-right: auto;
    background-color: #4DA9C5;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
}

.form-main-content .login-with {
    background-color: #4DA9C5;
    color: white;
    padding: 5px 0;
    font-weight: 600;
}

.form-main-content .border-content {
    padding: 10px 40px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.formatdatatext {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.routemapformatdatatext {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 2%;
}

.ui-autocomplete > li > a {
    color: rgba(99, 99, 99, 1);
    cursor: pointer;
}

.ui-autocomplete > li > a.ui-state-active {
    color: rgba(128, 128, 128, 1);
}

.ui-autocomplete > li > a > i {
    padding: 0 10px;
}

.routing_input {
    width: 100%;
}

#input_target, #input_source {
    border-radius: 10px;
}

#distanceRouting {
    font-size: 18px;
    color: rgba(128, 128, 128, 1);
}

#style-switcher {
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    z-index: 1001;
    border-radius: 5px 5px 0 0;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#style-switcher .avpopenclose {
    cursor: pointer;
}

#style-switcher h2 {
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 600;
}

#style-switcher h2 a.avpopenclose {
    background-color: #1a73f9;
    display: block;
    height: 92px;
    position: absolute;
    left: 38%;
    top: -163%;
    width: 92px;
    border-radius: 100% 100% 0 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#style-switcher h2 a.avpopenclose {
    -webkit-animation-name: example;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-name: example;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

#group-map-route .direction-pane-collapsed {
    display: block !important;
}

#group-map-route .direction-pane-expanded {
    display: block !important;
}

#style-switcher .result-routing {
    padding: 10px 20px;
}

#routefatherplaning {
    /*height: calc(100vh - 70px);*/
    width: 100%;
    overflow-y: auto;
}

.hidden-scroll-horizontal {
    overflow-x: hidden;
}

.iconrouting {
    width: 40px;
    height: 40px;
    fill: rgba(77, 169, 197, 1);
}

#routing_result {
    color: rgba(99, 99, 99, 1);
}

#routing_result p {
    font-size: 14px;
    margin-bottom: 0;
}

#routing_result h6 {
    margin-top: 4px;
}

#btnthaydoidiemden {
    cursor: pointer;
}

#introduce-infor {
    background-color: white;
    height: 100%;
    color: rgba(99, 99, 99, 1);
    padding: 10px 20px;
    margin-bottom: 10px;
}

#introduce-infor .title {
    font-size: 16px;
    font-weight: 500;
    background-color: #f2f3f4;
    color: #43a8c4;
    padding: 5px 10px;
    border-radius: 15px;
    width: 60%;
    margin: auto;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 0 #adadad,
                0 1px 0 0px rgba(0, 0, 0, 0.4), 0 1px 1px 0px rgba(0, 0, 0, 0.5);
}

#introduce-infor .sub-title {
    font-size: 12px;
    width: 60%;
    margin: auto;
    padding: 10px 0px;
}

#introduce-infor .sub-title p {
    padding-left: 30px;
}

#introduce-infor .sub-title ul {
    padding-left: 15px;
    list-style: none
}

#introduce-infor .sub-title ul li::before {
    content: "\2022";
    color: #43a8c1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#introduce-infor .sub-title ul li::before {
    content: "\2022";
    color: #43a8c1;
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    margin-left: 0em;
}

#introduce-infor .col-12 {
    padding: 0px 5px;
}

#introduce-infor .sub-title .instruction {
    padding-left: 25px;
}

#introduce-infor .sub-title .instruction .badge {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    border-radius: 100%;
    font-size: 13px;
    background-color: #43a8c1;
    color: white;
    font-weight: 100;
}

#introduce-infor .sub-title .instruction .line {
    width: 100%;
}

#introduce-infor p {
    font-size: 12px;
    margin-bottom: 0;
}

.cover-container .advertisement-group {
    position: relative;
    width: 100%;
}

.cover-container .advertisement-group .advertisement-left {
    position: absolute;
    left: -19.3%;
}

.cover-container .advertisement-group .advertisement-left .left-column-banner {
    position: fixed;
}

.cover-container .advertisement-group .advertisement-right {
    position: absolute;
    right: -1%;
}

.cover-container .advertisement-group .advertisement-right .right-column-banner {
    position: fixed;
}

.left-column-banner img, .right-column-banner img {
    background: #edf4f7;
}

.pt-45 {
    padding-top: 2rem;
}

.sharebutton {
    height: 40%;
}

.share-buttons {
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
}

.share-buttons li {
    display: inline-block;
    margin: 0;
}

.share-buttons li a {
    display: block;
    margin-right: 20px;
    transition: 0.3s;
}

.share-buttons li a.fb-share {
    color: #3b5998;
}

.share-buttons li a.twitter-share {
    color: #1da1f2;
}

#faqs-container {
    position: relative;
    background: #F8F8F8;
    left: 0;
    padding: 10px 0px 10px 20px;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
}

#group-map-route .direction-pane-hide {
    display: none;
}

#group-map-route .direction-pane-expanded {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#faqs-container .faqs-infor {
    background-color: white;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 8px;
    float: left;
    width: 100%;
    padding: 15px;
    height: 100%;
}

#faqs-container .button-back {
    color: rgb(254, 114, 53);
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 17px;
}

.support-head-icons {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 20px;
}

#faqs-container .faqs-infor h5 {
    font-size: 16px;
    font-weight: 600;
}

#faqs-container .faqs-infor .toggle-wrap span {
    outline: none;
}

.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: none;
    background-color: transparent;
    color: #333;
    font-weight: 600;
    padding-right: 60px;
    cursor: pointer;
    font-size: 1rem;
}

#faqs-container .style-2 .toggle-container {
    border: none;
    color: #636363;
    font-size: 12px;
    padding-left: 15px;
}

#faqs-container .style-2 .trigger.active a {
    background-color: transparent;
    border-color: transparent;
    transition: color 0.1s;
}

input.placeholder-default-color::placeholder,
textarea.placeholder-default-color::placeholder {
    color: #515151;
    opacity: 1;
}

#sendEmail {
    background-color: #4DA9C5;
    color: white;
    border-radius: 30px;
    width: 55px;
    height: 30px;
    line-height: normal;
}

.iconSvg {
    width: 30px;
    height: 30px;
}

.icon-multiple {
    position: absolute;
    margin-left: -20px;
}

.routing-up {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 50px;
    width: 50px;
    margin-top: -10px;
}

.routing-down {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 50px;
    width: 50px;
    margin-top: -10px;
}

.btn-routing {
    width: 80px;
    height: 40px;
    color: #010101;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #dbdbdb;
}

.btn-routing:hover {
    color: #8e8989;
}

.btn-routing-selected {
    color: rgb(254, 114, 53);
}

.nav-item .dropdown-menu {
    transform: none !important;
    top: 20px !important;
    left: unset !important;
    right: -15px;
    width: 200px;
    border: 1px solid rgb(158, 211, 227);
}

.register-padding {
    padding: 1px 40px;
}

.dropdown-item, .sign-in.dropdown-toggle {
    font-size: 12px;
}

.dropdown-item {
    width: unset;
    margin: 0 2px;
}

.dropdown-item:hover {
    background-color: #4da9c5;
    color: white;
}

.hide-main-map {
    min-height: calc(100vh - 12.8rem);
}

#keyword-auto, #restaurant-keyword-auto, #input_select_position, #store-keyword-auto {
    height: 29px;
}

.btn-none {
    background-color: transparent;
    color: white;
    padding: 0;
}

#ModalAddNewBusiness .btn-none {
    height: 0;
}

#group-map-route{
    background-color: white;
}

.modal-open .modal {
    padding-right: 0 !important;
}

#keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
    height: 29px;
}

#mainmenu header .navbar {
    width: 100%;
    padding: 0px 0px 0px 1.5%;
}

#mainapp-content .main-info {
    background-color: #ffffff;
}

@media (max-width: 2560px) {
    #mainmenu header .navbar .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    #mainmenu header .navbar .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .cover-container {
        margin: auto;
        max-width: 70%;
    }

    .cover-container .advertisement-group .advertisement-left {
        left: -20.4%;
    }

    .cover-container .advertisement-group .advertisement-left .left-column-banner {
        position: fixed;
        width: 13.5%;
    }

    .cover-container .advertisement-group .advertisement-right {
        right: -1%;
    }

    .cover-container .advertisement-group .advertisement-right .right-column-banner {
        position: fixed;
        width: 13.5%;
    }

    #keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
        padding-left: 35px;
    }

    #group-map-route .input-with-icon i {
        position: absolute;
        top: 0;
        left: 2%;
        padding: 0 0 0 8px;
        color: #43a8c1;
        transition: 0.2s;
        pointer-events: none;
        font-weight: bolder;
        font-size: 17px;
        z-index: 1;
    }
}

@media (max-width: 1990px) {

    #mainmenu header .navbar {
        width: 100%;
        padding: 0px 0px 0px 1%;
    }

    #mainmenu header .navbar .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    #mainmenu header .navbar .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cover-container {
        margin: auto;
        max-width: 70%;
    }

    .cover-container .advertisement-group .advertisement-left {
        position: absolute;
        left: -20.4%;
    }

    .cover-container .advertisement-group .advertisement-right {
        position: absolute;
        right: -1.1%;
    }

    #keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
        padding-left: 25px;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {

    .cover-container {
        margin: auto;
        max-width: 70%;
    }

    .cover-container .advertisement-group .advertisement-left {
        left: -20.4%;
    }

    .cover-container .advertisement-group .advertisement-right {
        position: absolute;
        top: 25%;
        right: -1%;
    }

    #keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
        padding-left: 35px;
    }

    #menuaction .action-buttons .settingtext {
        color: #595a72;
        font-size: 10px;
        padding: 5px 0px 0px 0px;
        text-align: left;
        font-weight: bold;
    }

    #menuaction .action-buttons .introduce-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .statictis-tag {
        float: left;
        width: 18%;
    }

    #menuaction .action-buttons .nearby-tag {
        float: left;
        width: 15%;
    }

    #menuaction .action-buttons .route-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .food-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .store-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .addplace-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .share-tag {
        float: left;
        width: 10%;
    }

    #mainmenu header .navbar .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #mainmenu header .navbar .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    #mainmenu header .navbar .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #mainmenu header .navbar {
        width: 100%;
        padding: 0px 5px 0px 1%;
    }

    .cover-container {
        margin: auto;
        max-width: 70%;
    }

    #mainapp-content .main-info {
        position: relative;
        background-color: rgba(252, 252, 252, 1);
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(254, 114, 53, 1);
        border-bottom: 1px solid #ccc5c55c;
        padding: 0px 5px;
    }

    #keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
        padding-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cover-container {
        margin: auto;
        max-width: 100%;
    }

    .cover-container .advertisement-group .advertisement-right {
        display: none;
    }

    #mainapp #mainmenu header {
        padding: 5px 10px;
    }

    #mainapp #mainmenu #menuaction, #mainapp #mainapp-content {
        padding: 0px 10px;
    }

    #mainmenu header .navbar {
        width: 100%;
        padding: 0px 5px 0px 1%;
    }

    #mainmenu header .navbar .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
    }

    #mainmenu header .navbar .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #mainmenu header .navbar .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    #mainmenu header .navbar .input-with-icon {
        width: 100%;
    }

    #menuaction .action-buttons .nav {
        margin: 3px 3px;
        text-align: center;
    }

    #menuaction .action-buttons .introduce-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .introduce-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .statictis-tag {
        float: left;
        width: 18%;
    }

    #menuaction .action-buttons .statictis-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .nearby-tag {
        float: left;
        width: 15%;
    }

    #menuaction .action-buttons .nearby-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .route-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .route-tag a img {
        width: 14px;
    }

    #menuaction .action-buttons .food-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .food-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .store-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .store-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .addplace-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .addplace-tag a img {
        width: 18px;
    }

    #menuaction .action-buttons .share-tag {
        float: left;
        width: 10%;
    }

    #menuaction .action-buttons .share-tag a img {
        width: 16px;
    }

    #menuaction .action-buttons .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    #menuaction .action-buttons .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
    }

    #menuaction .action-buttons .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    #menuaction .action-buttons .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    #menuaction .action-buttons a {
        width: 20px;
        height: 20px;
        color: #43a8c1;
        display: inline-table;
        background-color: white;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
    }

    #menuaction .action-buttons .settingtext {
        color: #595a72;
        font-size: 10px;
        padding: 6px 0px 0px 0px;
        text-align: left;
        font-weight: bold;
    }

    #mainapp-content .main-info {
        position: relative;
        background-color: rgba(252, 252, 252, 1);
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(254, 114, 53, 1);
        border-bottom: 1px solid #ccc5c55c;
    }

    #keyword-auto, #restaurant-keyword-auto, #store-keyword-auto {
        padding-left: 25px;
    }

    #introduce-infor .title {
        font-size: 16px;
        font-weight: 500;
        background-color: #f2f3f4;
        color: #43a8c4;
        padding: 5px 10px;
        border-radius: 15px;
        width: 80%;
        margin: auto;
    }

    #introduce-infor .sub-title {
        font-size: 12px;
        width: 80%;
        margin: auto;
        padding: 10px 0px;
    }

    #introduce-infor .sub-title p {
        padding-left: 25px;
    }

    #introduce-infor .sub-title ul {
        padding-left: 10px;
        list-style: none;
    }

}

@media (min-width: 280px) and (max-width: 767px) {
    .cover-container {
        margin: auto;
        max-width: 100%;
    }

    #mainapp #mainmenu header {
        padding: 5px 5px;
    }

    #mainapp #mainmenu #menuaction, #mainapp #mainapp-content {
        padding: 0px 5px;
    }

    #mainapp #mainmenu header .navbar {
        width: 100%;
        padding: 0px;
    }

    #mainmenu header .navbar .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainmenu header .navbar .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainmenu header .navbar .col-lg-2 {
        max-width: 130px;
    }

    #mainmenu header .navbar .col-xs-login {
        position: absolute;
        top: 15px;
        text-align: right;
        right: 5px;
    }

    #mainmenu header .navbar .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainmenu header .navbar .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainmenu header .navbar .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #menuaction .action-buttons .introduce-tag {
        float: left;
        width: 13%;
    }

    #menuaction .action-buttons .statictis-tag {
        float: left;
        width: 16%;
    }

    #menuaction .action-buttons .nearby-tag {
        float: left;
        width: 13%;
    }

    #menuaction .action-buttons .route-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .food-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .store-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .addplace-tag {
        float: left;
        width: 13%;
    }

    #menuaction .action-buttons .share-tag {
        float: left;
        width: 9%;
    }

    #menuaction .action-buttons .settingtext {
        color: #595a72;
        font-size: 12px;
        padding: 3px 0 0 0px;
        text-align: center;
        font-weight: 500;
    }

    #menuaction .action-buttons .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #menuaction .action-buttons .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #menuaction .action-buttons .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #menuaction .action-buttons .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mainapp #mainapp-content .main-info {
        position: relative;
        background-color: rgba(252, 252, 252, 1);
        text-align: left;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(254, 114, 53, 1);
        border-bottom: 1px solid #ccc5c55c;
    }

    #introduce-infor {
        background-color: white;
        height: 100%;
        color: rgba(99, 99, 99, 1);
        padding: 0px;
        margin-bottom: 10px;
    }

    #introduce-infor .col-12 {
        padding: 0px;
    }

    #introduce-infor .title {
        width: 100%;
    }

    #introduce-infor .sub-title {
        width: 100%;
    }

    #introduce-infor .sub-title p {
        padding-left: 10px;
    }

    #introduce-infor .sub-title ul {
        padding-left: 10px;
        padding-right: 0px;
        list-style: none;
    }

    #introduce-infor .sub-title ul li {
        padding: 0 0 2px 0;
    }

    #introduce-infor .sub-title .instruction {
        padding-left: 10px;
    }

    #ModalSelectPosition .modal-header .col-md-5 {
        padding: 2px 0px;
    }

    #group-map-route .input-with-icon input {
        padding-left: 9% !important;
        margin: 0;
        font-size: 16px;
    }

    .routemapformatdatatext {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 1%;
    }
}

@media (max-width: 375px) {
    header .navbar .col-xs-login {
        position: absolute;
        top: 20px;
        text-align: right;
        right: 0px;
    }

    #menuaction .action-buttons .introduce-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .statictis-tag {
        float: left;
        width: 18%;
    }

    #menuaction .action-buttons .nearby-tag {
        float: left;
        width: 15%;
    }

    #menuaction .action-buttons .route-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .food-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .store-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .addplace-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .share-tag {
        float: left;
        width: 10%;
    }

    .show-map-routing-business {
        width: 28px;
        height: 28px;
        color: #FE7235;
        display: inline-table;
        background-color: white;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        border: 1px solid #FE7235;
    }

    .show-map-routing-business img {
        width: 15px;
        position: absolute;
        top: 2px;
        left: 6px;
    }
}

@media (max-width: 320px) {

    #mainmenu header .navbar .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 39%;
        max-width: 39%;
        padding: 0px;
    }

    #menuaction .action-buttons .settingtext {
        color: #595a72;
        font-size: 10px;
        padding: 0px;
        text-align: center;
        font-weight: 500;
    }

    #menuaction .action-buttons .introduce-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .statictis-tag {
        float: left;
        width: 18%;
    }

    #menuaction .action-buttons .nearby-tag {
        float: left;
        width: 15%;
    }

    #menuaction .action-buttons .route-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .food-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .store-tag {
        float: left;
        width: 11%;
    }

    #menuaction .action-buttons .addplace-tag {
        float: left;
        width: 12%;
    }

    #menuaction .action-buttons .share-tag {
        float: left;
        width: 10%;
    }
}

/*Restaurant CSS*/

#style-store-restaurant, #show-list-promotion {
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1001;
    left: 1px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
    cursor: pointer;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#style-store-restaurant.direction-pane-hide {
    -ms-transform: translateY(calc(100% - 50px));
    -webkit-transform: translateY(calc(100% - 50px));
    transform: translateY(calc(100% - 50px));
}

#style-store-restaurant.direction-pane-expanded, #show-list-promotion.direction-pane-expanded {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#style-store-restaurant b, #show-list-promotion b {
    color: white;
}

#show-list-promotion .margin-auto{
    margin: auto;
}

 #show-list-promotion.direction-pane-hide {
    -ms-transform: translateY(calc(100% - 50px));
    -webkit-transform: translateY(calc(100% - 50px));
    transform: translateY(calc(100% - 60px));
}

.canceled-btn-custom {
    margin-left: 25px;
    border: 1px solid;
}
.canceled-btn-custom:hover {
    background-color: rgba(77, 169, 197, 1) !important;
    color: #fff !important;
}
.font-size-15 {
    font-size: 15px !important;
}