/*
 * 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: #FE7235;
    opacity: 1;
}

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

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

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #FE7235;
    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-image: url('../../images/Mask_Group_6_A0_Group_3_pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
}

body {
    padding-right: 0 !important
}

.cover-container {
    max-width: 50em;
}

.cover-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #fff;
    background-color: #fff;
    /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

/*
 * Header
 */
.masthead {
    background-color: rgba(77, 169, 197, 1);
}

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

.masthead .logo {
    position: relative;
    width: 60px;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-top: 4px;
}

.masthead .logo a {
    display: block;
}

.masthead .logo1 {
    width: 60px;
    height: 60px;
}

.masthead .logo2 {
    width: 25px;
    height: 25px;
    overflow: visible;
    position: absolute;
    bottom: 0px;
    right: 9px;
}

.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: 30px;
    margin-top: -4px;
}

.masthead h6, 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;
}

.action-buttons, .list-banner {
    background-color: rgba(252, 252, 252, 1);
}

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

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

.action-buttons a,
.showMapRoutingBusiness {
    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;
}

.action-buttons a:hover,
.showMapRoutingBusiness:hover {
    box-shadow: 1px 1px 6px #fe7235
}

.action-buttons a img,
.showMapRoutingBusiness img {
    width: 23px;
    position: absolute;
    top: 7px;
    left: 6px;
}

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

.action-buttons .settingtext {
    color: #4DA9C5;
    font-size: 12px;
    margin-top: 2px;
}

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

.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: rgba(255, 255, 255, 1);
    background-color: rgba(77, 169, 197, 1);
}

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

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

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

.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;
}

/* 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, #map-visit-business {
    height: 100%;
}

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

.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;
    font-size: 20px;
}

.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;
}

.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 {
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1001;
    left: 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#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;
}

#ModalRouting .direction-pane-hide {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#ModalRouting .direction-pane-collapsed {
    -ms-transform: translateY(calc(100% - 65px));
    -webkit-transform: translateY(calc(100% - 65px));
    transform: translateY(calc(100% - 65px));
}

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

#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;
}

.content-page {
    background-color: white;
    height: 100%;
    color: rgba(99, 99, 99, 1);
    padding: 10px 20px 0;
    margin-bottom: 10px;
}

.content-page .row {
    margin-top: 10px;
}

.content-page .title {
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(77, 169, 197, 1);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: 80%;
}

.content-page .sub-title {
    color: rgba(254, 114, 53, 1);
    font-size: 14px;
}

.content-page p {
    font-size: 12px;
    margin-bottom: 0;
}

.advertisementD {
    position: relative;
}

.advertisementD-left {
    position: absolute;
    top: 25%;
    left: -15vw;
}

.advertisementD-right {
    position: absolute;
    top: 25%;
    right: -2vw;
}

.left-column-banner {
    position: fixed;
    width: 12vw;
}

.right-column-banner {
    position: fixed;
    width: 13vw;
}

@media (min-width: 1240px) {
    .advertisementD-right {
        right: -3vw;
    }
}

@media (min-width: 1300px) {
    .advertisementD-left {
        left: -18vw;
    }

    .advertisementD-right {
        right: -5vw;
    }
}

@media (min-width: 1360px) {
    .advertisementD-left {
        left: -19vw;
    }

    .advertisementD-right {
        right: -6vw;
    }
}

.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: absolute;
    background: #F8F8F8;
    left: 0;
    padding: 20px;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
    /*min-height: calc(100vh - 11.8rem);*/
}

.main-info .direction-pane-hide {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.main-info .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;
}

@media (min-width: 48em) {
    /*.masthead-brand {*/
    /*    float: left;*/
    /*}*/
    /*.nav-masthead {*/
    /*    float: right;*/
    /*}*/
}

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

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

.padding-top-2 {
    padding-top: 2px;
}

.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: rgb(254, 114, 53);
    background-color: transparent;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
}

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

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

.icon-search {
    z-index: 1;
    margin-top: 10px;
}

.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 - 15.56rem);
}

#keyword-auto {
    height: 29px;
}

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

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

#ModalRouting .modal-dialog {
    max-width: 50em;
    margin: 0 auto;
    overflow: hidden;
}

#ModalRouting .modal-body {
    padding: 0;
}

.img-adv-left {
    width: 70px;
    height: 80px;
}

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

@media (max-width: 360px) {
    .img-adv-left {
        width: 45px;
        height: 55px;
    }
}