.hidden {
    display: none !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25) !important;
}

.main-content .banner-tracking {
    padding: 0;
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.main-content .banner-tracking img {
    width: 100%;
    max-width: unset;
}

.main-content .banner-tracking .icon {
    width: 30px;
    position: relative;
}

.main-content .banner-tracking .content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 700px;
}

.main-content .banner-tracking .content .title {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: -20px;
}

.main-content .banner-tracking .err_tracking {
    color: #fff;
    margin-top: 5px;
}

.main-content .section-tracking {
    padding: 0;
    z-index: 1;
    margin-bottom: 80px;
}

.main-content .section-tracking .content {
    margin-top: -100px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 7px #e0dede;
}

.main-content .section-tracking .content .title {
    font-size: 20px;
    font-weight: 800;
    color: #1546A0;
}

.main-content .section-tracking .content .status {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #0085D3;
}

.main-content .section-tracking .content .item {
    width: 17%;
    float: left;
    text-align: center;
}

.main-content .section-tracking .content .line {
    width: 10%;
    float: left;
    margin-top: 30px;
}

.main-content .section-tracking .content .item .icon {
    height: 80px;
    margin: 0 auto;
}

.main-content .section-tracking .content .item .icon img {
    height: 100%;
    width: auto;
    max-width: unset;
}

.main-content .section-tracking .content .item .name {
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 7px 0;
}

.main-content .section-tracking .content .nodata {
    height: 300px;
    text-align: center;
    padding: 100px 0;
}

.main-content .section-tracking .content .nodata .icon {
    width: 80px;
    margin: 0 auto;
}

.main-content .section-tracking .content .nodata div:last-child {
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #303030;
}

.main-content .section-tracking .content .card.package {
    border: 1px solid #fff;
}

.main-content .section-tracking .content .package .name {
    width: 100px;
    background: #0085D3;
    color: #fff !important;
    height: 34px;
    text-align: center;
    font-size: 18px;
    padding: 3px 0px;
    cursor: pointer;
}

.main-content .section-tracking .content .package .name.active {
    background: #01a07b !important;
}

.main-content .section-tracking .content .package .name .fa {
    float: right;
    margin: 5px 5px;
}

.main-content .section-tracking .content .package .vertical-line {
    height: 30px;
    border-left: 1px solid #0085D3;
    margin-left: 50px;
}

.main-content .section-tracking .content .package .step {
    margin-left: 50px;
    border-left: 1px solid #0085D3;
    position: relative;
    padding-left: 40px;
    padding-bottom: 15px
}

.main-content .section-tracking .content .package .step::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #0085D3;
    left: -6.5px;
    background: #ffff;
    top: 0
}

.main-content .section-tracking .content .package .step:last-child {
    padding-bottom: 0;
    margin-bottom: 20px
}

.main-content .section-tracking .content .package .step .date {
    font-family: 'Open Sans';
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px
}

.main-content .section-tracking .content .package .step .status-o {
    margin: 5px 0
}

.main-content .section-tracking .content .package .step .icon {
    width: 23px;
    display: inline-block;
    margin: 0 10px;
}

.main-content .section-tracking .content .note {
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}

.main-content .section-tracking .content .card.list-order {
    padding: 15px 0 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    margin-bottom: -1px;
}

.main-content .section-tracking .content .list-order .name {
    font-family: 'Open Sans';
    color: #303030;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}

.main-content .section-tracking .content .list-order .name.active {
    color: #0085D3;
}

.cal-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 9999;
    background: url(../images/loadding.gif) 50% 40% no-repeat rgba(0, 0, 0, 0.3);
    background-size: 220px auto;
}

.main-content .banner-contact {
    padding: 0;
}

.main-content .banner-contact .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-transform: uppercase;
}

.main-content .banner-contact img {
    width: 100%;
    max-width: unset;
    height: auto;
}

.main-content .banner-contact .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.main-content .banner-contact .title .descript {
    font-size: 16px;
    text-transform: none;
    font-family: 'Open Sans';
    font-weight: 500;
    margin-top: 20px;
    max-width: 600px;
    line-height: 1.8;
}

.fb-page {
    width: 100%;
    overflow: hidden;
}

.main-content .session-contact {
    padding: 70px 0;
}

.main-content .session-contact .list-branch .title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;
    color: #0085D3;
    position: sticky;
    text-transform: uppercase;
    top: 0;
    margin: 0 20px;
    background: #ffff;
    padding: 20px 0 15px;
    border-bottom: 1px solid;
}

.main-content .session-contact .list-branch {
    box-shadow: 2px 2px 8px #e0dede;
    padding: 0;
    margin-bottom: 10px;
    height: 520px;
    overflow: auto;
    position: relative;
}

.main-content .session-contact .list-branch .item {
    padding: 15px 0;
    border-bottom: 1px dashed #dee2e6;
    margin: 0 20px;
}

.main-content .session-contact .list-branch .item .location {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #303030;
    margin-bottom: 5px;
}

.main-content .session-contact .list-branch .item .direct {
    color: #144299;
    margin-top: 7px;
}

.main-content .session-contact .list-branch .item .direct a,
.main-content .session-contact .list-branch .item .direct a:hover {
    text-decoration: underline !important;
}

.main-content .session-contact .list-branch::-webkit-scrollbar-track .main-content .session-contact .list-branch {
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.main-content .session-contact .list-branch::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.main-content .session-contact .list-branch::-webkit-scrollbar-thumb {
    border-radius: 10px;
    --webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #cccc;
}

.main-content .session-contact .list-branch .item img {
    width: 18px;
    margin-left: -30px;
    margin-right: 10px;
}

.main-content .session-contact .list-branch .item .direct,
.main-content .session-contact .list-branch .item .address {
    padding-left: 30px;
}

.main-content .session-contact .list-branch .item:last-child {
    border-bottom: 0;
}

.main-content .session-contact .right {
    padding-left: 55px;
}

.main-content .session-contact .right .title {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.3;
    color: #000;
    position: sticky;
    text-transform: uppercase;
}

.main-content .session-contact .right .descript {
    margin: 10px 0 15px;
    font-size: 15px;
}

.main-content .session-contact .right .descript p {
    margin-bottom: 10px
}

.main-content .session-contact form input,
.main-content .session-contact form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: #F2F2F2;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
}

.main-content .session-contact form .form-control:focus {
    color: #495057;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.main-content .session-contact form .btn-seen {
    border: 0;
    background-image: linear-gradient(to right, #0085D3, #0C3683);
    padding: 12px 30px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 0 auto;
    border-radius: 25px;
}

.main-content .session-contact form .btn-seen:hover {
    opacity: .8;
}

.main-content .session-contact form .form-group {
    margin-bottom: 18px;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: 10px;
    height: 25px;
    font-size: 14px;
    left: 1px;
    margin: auto;
    color: #9da9b5;
    z-index: 4;
    background: #fff;
}

.placeholder span,
.red {
    color: red;
}

.modal-lr .modal-body {
    height: 450px;
    padding: 0 !important;
    margin-right: -1px;
}

.modal-lr#modalRegister .modal-body {
    height: 730px;
}

.modal-lr .modal-body .left {
    width: 55%;
    float: left;
    height: 100%;
    padding: 30px;
}

.modal-lr .modal-body .right {
    margin-top: -30px;
    text-align: center;
    padding: 150px 10px;
    width: 45%;
    background-image: url(../images/bg-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    float: left;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.modal-lr .modal-body .right:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.modal-lr .modal-body .right .logo {
    width: 280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.modal-lr .modal-body .close {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 1;
    margin-right: 12px;
    margin-top: 6px;
    font-size: 24px;
    height: 24px;
}

.modal-lr .modal-body .close:focus {
    outline: 0;
}

.modal-lr .modal-body .right .title {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.modal-lr .modal-body .left .nav-tabs .nav-item.show .nav-link,
.modal-lr .modal-body .left .nav-tabs .nav-link.active {
    color: #1546A0;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 2px solid !important;
}

.modal-lr .modal-body .left .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
}

.modal-lr .modal-body .left .nav-tabs .nav-link {
    font-family: 'Open Sans';
    font-weight: 700;
    flex: inherit;
    font-size: 16px;
    flex: inherit;
    padding: 6px 0;
    margin-right: 30px;
    color: #2d2d2d;
    text-transform: uppercase;
}

.modal-lr .modal-body .left .nav-tabs .nav-link:focus,
.modal-lr .modal-body .left .nav-link:hover {
    border-bottom: 2px solid !important;
}

.modal-lr .tab-content {
    margin-top: 20px;
}

.modal-lr .form-control {
    font-size: 14px;
    height: 42px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
}

.modal-lr .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.modal-lr .input-group {
    margin-bottom: 20px;
}

.modal-lr#modalRegister .input-group {
    margin-bottom: 15px;
}

.modal-lr .input-group-text {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.modal-lr .input-group-text img {
    height: 16px;
}

.modal-lr#modalRegister .input-group-text {
    background: #0085D3;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.modal-lr#modalRegister .input-group-text:disabled {
    opacity: .65;
    cursor: no-drop;
}

.modal-lr .form-control::placeholder {
    font-size: 14px;
    color: #9da9b5;
    margin-left: 3px;
}

.modal-lr .forgot {
    color: #0085D3;
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 700;
    cursor: pointer;
}

.modal-lr .forgot:hover {
    text-decoration: underline;
}

.modal-lr .btn {
    width: 100%;
    margin-top: 20px;
    background: #0085D3;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 10px 20px;
}

.modal-lr .btn:hover {
    opacity: .8;
}

.modal-lr .or-login {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 15px;
}

.modal-lr .or-login:before {
    position: absolute;
    content: '';
    background: #505050;
    height: 1px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(30% - 15px);
    right: 15%;
}

.modal-lr .or-login:after {
    position: absolute;
    content: '';
    background: #505050;
    height: 1px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(30% - 15px);
    left: 15%;
}

.modal-lr .login-social {
    margin: 0 auto;
}

.modal-lr .login-social img {
    width: 40px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}

.modal-lr .login-social img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-lr .note {
    margin: 0 auto;
}

.modal-lr .note span {
    color: #0085D3;
    font-family: 'Open Sans';
    font-weight: 700;
    cursor: pointer;
}
.modal-lr .title-sub{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0085D3;
}
.modal-lr .descript{
    margin: 15px 0;
    font-size: 15px;
}
.modalNoti .modal-content {
    min-height: 150px;
}

.modalNoti .modal-title {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #2d2d2d;
    margin: 0 auto;
}

.modalNoti .modal-body {
    line-height: 1.8;
    text-align: center;
    padding: 15px 25px;
}

.modalNoti .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
}

.modalNoti .modal-header .close {
    margin: 0;
    padding: 0;
}

.modalNoti .note span {
    color: #0085D3;
    font-family: 'Open Sans';
    font-weight: 700;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.main-content .section-profile {
    padding: 0 0 80px;
    background: #F3F3F6;
}

.main-content .section-profile .profile-left,
.main-content .section-profile .profile-right {
    min-height: 500px;
    margin-top: -80px;
    background: #fff;
    border-radius: 8px;
    background: #fff;
    padding: 25px;
    transition: all 0.5s ease-in-out;
}

.main-content .section-profile .profile-left {
    margin-right: -10px;
}

.main-content .section-profile .profile-left .avatar {
    position: relative;
    width: 150px;
    /* height: 85px;
    border-radius: 50%;
    border: 2px solid #e0dede;
    overflow: hidden; */
    margin: 0 auto;
    cursor: pointer;
}

.main-content .section-profile .profile-left .avatar #imgUpload {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-content .section-profile .profile-left .avatar .bg {
    display: none;
}

.main-content .section-profile .profile-left .avatar:hover .bg {
    display: block;
    height: 25px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 14px;
}

.main-content .section-profile .profile-left .name {
    font-weight: 800;
    text-transform: uppercase;
    color: #2d2d2d;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 15px;
}

.main-content .section-profile .profile-left ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 20px;
}

.main-content .section-profile .profile-left ul li {
    margin: 10px 0;
}

.main-content .section-profile .profile-left ul li a {
    text-decoration: none;
    color: #505050;
}

.main-content .section-profile .profile-left ul li a:hover {
    color: #1546A0;
}

.main-content .section-profile .profile-left ul li.active a {
    color: #1546A0;
    font-family: 'Open Sans';
    font-weight: 700;
}

.main-content .section-profile .profile-left ul li a .fa {
    margin-right: 3px;
    width: 14px;
}

.main-content .section-profile .profile-left ul li:last-child {
    margin-bottom: 0;
}

.main-content .section-profile .title {
    font-weight: 800;
    font-size: 20px;
    color: #0C3683;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 2px;
    margin-bottom: 1rem;
}

.main-content .section-profile .text-title {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    width: 140px;
    display: inline-flex;
    color: #144299;
}

.main-content .section-profile label {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #2d2d2d;
    margin-top: 10px;
}

.main-content .section-profile.business-profile label {
    margin-bottom: 5px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.main-content .section-profile .form-control {
    font-size: 14px;
    height: 40px;
}

.main-content .section-profile .form-control:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
}

.check-box-order {
    height: 16px !important;
}

.main-content .section-profile .form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.main-content .section-profile .btn {
    border: 1px solid #144299;
    color: #fff;
    background: #144299;
    font-size: 14px;
    padding: 8px 10px;
    /* min-width: 192px; */
    min-width: 150px;
    height: 40px;
}
.main-content .btn-primary.btn-submit-order {
    border: 1px solid #144299;
    color: #fff;
    background: #144299;
}

.main-content .section-profile .btn:hover {
    opacity: .8;
}

.main-content .section-profile .linkedfb {
    font-size: 13px;
    height: 38px;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #4267B2;
    background: #4267B2;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
}

.main-content .section-profile .linkedfb img {
    float: left;
    width: 20px;
}

.main-content .section-profile .linkedgg {
    font-size: 13px;
    height: 38px;
    padding: 8px 10px;
    margin: 10px 0;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;
}

.main-content .section-profile .linkedgg img {
    float: left;
    width: 20px;
}

.btn-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans' !important;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100
}

.btn-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.btn-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #0C3683;
}

.btn-radio:hover input~.checkmark {
    background-color: transparent;
}

.btn-radio input:checked~.checkmark {
    background-color: transparent;
}

.btn-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.btn-radio input:checked~.checkmark:after {
    display: block;
}

.btn-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0085D3;
}

.pac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 100000 !important
}

.search-order select {
    min-height: 40px;
}

.order-new {
    color: #fb558b !important;
}
.order-draft {
    color: #646464 !important;
}
.order-confirmed {
    color: #0037ff !important;
}

.order-status {
    color: #d6a100;
    width: fit-content;
    font-weight: bold;
}

.order-success {
    color: #52d25b !important;
}

.order-failed {
    color: #df0000 !important;
}

.order-address-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#checkbox-info {
    display: none;
}

.select-allall-checkbox,
.cancel-checkbox-allall {
    cursor: pointer;
}

.select-allall-checkbox:hover {
    text-decoration: underline;
}

.checkbox-info-wrapper {
    min-height: 30px;
}

.cancel-checkbox-allall {
    display: none;
}