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

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

@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:MyMyriadProSemiboldIt;
    src:url(../fonts/MyriadPro-SemiboldIt.otf);
}

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

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 38px;
    line-height: unset;
    padding: 0 5px;
    outline: none;
    font-size: 14px;
    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,
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: 18px;
    height: 18px;
    margin-right: 10px;
}

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

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

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

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

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2A292A;
    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: #2A292A;
}

.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 {
    overflow-y: auto;
    font-family: MyMyriadProRegular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #2A292A;
    display: block;
    background-image: url('../../images/bg_02_A20_Rectangle_442_pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.modal-dialog, .cover-container {
    max-width: 48em;
}

.cover-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}


/*
 * Header
 */
.masthead {
    background-color: #F96302;
}

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

.masthead .logo {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.masthead .logo1 {
    position: relative;
    display: inline-block;
    width: 31.6px;
    height: 31.6px;
}

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

.masthead h6, h6.login-text {
    font-size: 12px;
}

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

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

.action-buttons a {
    width: 55px;
    height: 53px;
    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;
    padding-top: 10px;
    margin-top: 5px;
}

.action-buttons a:hover {
    box-shadow: 1px 1px 8px #f96302;
}

.action-buttons .settingtext {
    font-size: 14px;
    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: #F96302;
}

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

.input-with-icon i {
    position: absolute;
    top: 20%;
    left: 1%;
    padding: 0 0 0 8px;
    color: rgb(128, 128, 128);
    transition: 0.2s;
    pointer-events: none;
    font-weight: bolder;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.input-with-icon input {
    padding-left: 50px !important;
    margin: 0;
    padding-right: 30px;
}

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

.add-clear-x {
    top: 8px !important;
}

#autocomplete-spinner {
    font-size: 24px !important;
    right: -30px;
    left: unset !important;
    top: 8px !important;
    color: white !important;
    padding: 0px !important;
}

/* MAP */
.fs-inner-container {
    z-index: 10;
    height: 100%;
}

.map-container {
    height: calc(100vh - 12rem);
    width: 100%;
}

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

@supports (display: flex) {
    .fs-inner-container {
        height: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.form-main-content {
    max-width: 30em;
    padding: 15px;
    margin: 0 auto;
    color: #212529;
    /*height: 100%;*/
}

.form-main-content .branch {
    margin-top: 0;
}

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

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

#style-switcher {
    background: #FFFFFF;
    width: 100%;
    position: fixed;
    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(100%) translateY(-70px);
    -webkit-transform: translateY(100%) translateY(-70px);
    transform: translateY(100%) translateY(-70px);
}

#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 - 120px);
    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: 0 20px;
}

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

.content-page .title {
    font-family: "Myriad Pro";
    font-size: 20px;
    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-family: Montserrat-Medium;
    font-size: 16px;
}

.content-page p {
    font-family: Montserrat-Medium;
    font-size: 16px;
    margin-bottom: 0;
}
.left-column-banner {
    float: left;
}

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

.right-column-banner {
    float: right;
}

.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 {
    background: #F8F8F8;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1001;
    left: 0;
    padding: 20px;
    -ms-transition: -ms-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

#faqs-container .faqs-content {
    height: 100%;
}

.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: 98%;
    padding: 10px 10px 0 15px;
    height: 100%;
    overflow: auto;
}

#faqs-container .button-back {
    color: rgb(254, 114, 53);
    font-size: 18px;
    width: 2%;
    cursor: pointer;
}

.support-head-icons {
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}

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

.introduce-infor-box .style-2 {
    margin-bottom: 10px;
}

.introduce-infor-box .style-2 h6 {
    margin-bottom: 0;
}

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

.footer-revision {
    position: absolute;
    right: 10px;
    bottom: 3px;
    font-size: 12px;
}

.left-column-banner {
    position: fixed;
    top: 40px;
    left: 32px;
}

.autocomplete-result-list {
    z-index: 1001 !important;
}

.autocomplete-result {
    padding: 2px 2px 2px 48px !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTZweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBkPSJNOCwwQzQuNjg3LDAsMiwyLjY4NywyLDZjMCwzLjg1NCw0LjMyMSw4LjY2Myw1LDkuMzk4QzcuMjgxLDE1LjcwMyw3LjUxNiwxNiw4LDE2czAuNzE5LTAuMjk3LDEtMC42MDIgIEM5LjY3OSwxNC42NjMsMTQsOS44NTQsMTQsNkMxNCwyLjY4NywxMS4zMTMsMCw4LDB6IE04LDEwYy0yLjIwOSwwLTQtMS43OTEtNC00czEuNzkxLTQsNC00czQsMS43OTEsNCw0UzEwLjIwOSwxMCw4LDEweiBNOCw0ICBDNi44OTYsNCw2LDQuODk2LDYsNnMwLjg5NiwyLDIsMnMyLTAuODk2LDItMlM5LjEwNCw0LDgsNHoiLz48L3N2Zz4=) !important;
}

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

.main-info {
    position: relative;
    border-top: 1px solid rgb(226, 226, 226);
    background-color: #ECECEC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(254, 114, 53, 1);
    border-bottom: 1px solid #ccc5c55c;
}

#login-page, #login-page input, #login-page label, #login-page button, #login-page a {
    font-size: 12px;
}

.single-page {
    min-height: calc(100vh - 10rem);
}

.form-main-content {
    max-width: 26em;
    margin: 20px auto 0;
    color: #636363;
}

.form-main-content .border-container {
    background-color: white;
    padding: 20px 0;
    border: 1px solid;
    border-radius: 5px;
}

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

.form-main-content .border-content {
    padding: 0 30px;
}

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

@media (min-width: 1280px) and (max-width: 1407px) {
    .right-column-banner {
        right: 0px;
    }
}

.logo-mvp2{
    width: 182px;
    border-radius: 5px;
}

.logo-mvp2:hover{
    transform: translateY(-3px);
    box-shadow: 1px 1px 10px 2px rgba(255, 255, 255, 0.4);
}

.dropdown-menu {
    transform: none !important;
    top: 20px !important;
    left: unset !important;
    right: -15px;
    width: 200px;
    font-size: 14px;
    border: 1px solid #f96302;
}

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

.dropdown-item:hover, .dropdown-item:active {
    background-color: #f96302;
    color: white;
}

.btn-login-houseinfo {
    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-houseinfo:hover {
    background-color: #f96302;
    color: white;
}

.dropdown-item, .dropdown-toggle {
    font-size: 14px;
    color: black;
}

.grecaptcha-badge {
    visibility: collapse !important;
}