.max-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cursor-auto {
    cursor: auto !important;
}

.border-top {
    border-color: #eee !important;
}

.shadowed {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rounded {
    border-radius: 7px !important;
}

.toast.success {
    background-color: rgb(230 245 233);
    border-color: rgba(195, 230, 203, .85);
    color: #155724
}

.toast.success .toast-header {
    background-color: rgba(212, 237, 218, .85);
    border-bottom-color: rgba(195, 230, 203, .85);
    color: #155724
}

.toast.info {
    background-color: rgba(229, 244, 247, .85);
    border-color: rgba(190, 229, 235, .85);
    color: #0c5460
}

.toast.info .toast-header {
    background-color: rgba(209, 236, 241, .85);
    border-bottom-color: rgba(190, 229, 235, .85);
    color: #0c5460
}

.toast.warning {
    background-color: rgba(255, 249, 231, .85);
    border-color: rgba(255, 238, 186, .85);
    color: #856404
}

.toast.warning .toast-header {
    background-color: rgba(255, 243, 205, .85);
    border-bottom-color: rgba(255, 238, 186, .85);
    color: #856404
}

.toast.error {
    background-color: rgba(252, 237, 238, .85);
    border-color: rgba(245, 198, 203, .85);
    color: #721c24
}

.toast.error .toast-header {
    background-color: rgba(248, 215, 218, .85);
    border-bottom-color: rgba(245, 198, 203, .85);
    color: #721c24
}

.toast-header {
    padding: 11px 12px;
}

.toast-body {
    padding: 12px;
}

.object-contain {
    object-fit: contain !important;
}

.text-underline {
    text-decoration: underline;
}

.box-rounded {
    border-radius: 7px;
}

.mini-member {
    display: inline-block;
    padding: 11px 20px;
}

.mini-member a {
    color: var(--color-main);
}

.mini-member i,
.language-select i {
    font-size: 16px;
}

.language-picker {
    color: var(--color-main);
}

header .language-select {
    padding: 11px 15px;
}

.topbar-section {
    border-left: 1px solid #ddd;
}

.description-section {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 650px;
}

.star-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.star-fill:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    /* background: #fff; */
    bottom: 0;
    width: 56%;
    z-index: 2;
}

.star-blank {
    z-index: 1;
    position: relative;
}

.suggest-package {
    position: relative;
}

.suggest-package i,
.language--input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 16px;
    left: 20px;
}
i.clear-search-field-buton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 10px;
    right: 7px;
    left: auto;
    background: var(--color-main);
    color: #fff;
    display: none;
}
.suggest-package--input,
.language--input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 7px !important;
    background: #fafafa;
    padding: 12px 50px 13px;
}

.wrap-suggestion--flag {
    width: 37px;
    height: 28px;
    object-fit: contain;
    float: right;
}

.suggestion-flag--li {
    padding: 10px 20px;
    cursor: pointer;
}

.tab-esim {
    margin-top: 40px;
}

.tab-esim--a,
.device--a {
    color: var(--color-main);
    padding: 17.5px 20px 10.5px;
    display: inline-block;
    -webkit-transition: none;
    transition: none;
}

.tab-esim--a:hover,
.device--a:hover{
    color: var(--color-main);
}
.device--a.active,
.tab-esim--a.active {
    border-color: #ddd;
    border-radius: 7px 7px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #fff;
    z-index: 1;
    position: relative;
}
.tab-esim--a.active {
    background-color: #fafafa;
}

.packages {
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 50px 0;
}

.packages--item {
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}

.packages--item a {
    padding: 13px 20px 12px;
    color: #4a4a4a;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.packages--img {
    margin-right: 15px;
}

.packages--img img {
    width: 40px;
    object-fit: contain;
    height: 30px;
}

.packages--name {
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: space-between;
}

.sim--item {
    border-radius: 7px;
    margin-bottom: 40px;
    cursor: pointer;
}

.sim--title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.sim--header {
    padding: 13px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(237 237 237 / 10%);
}

.sim--image {
    height: 88px;
    width: 140px;
    object-fit: contain;
    margin-top: -23px;
    border-radius: 10px;
}

.sim-list li {
    padding: 14px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(237 237 237 / 10%);
}

.sim-list li p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
}

.sim-list li p i {
    font-size: 16px;
    transform: rotateY(180deg);
    vertical-align: text-bottom;
}

.sim-list--country {
    border: 1px solid #fff;
    padding: 9px 15px;
    letter-spacing: 1.5px;
    line-height: 1 !important;
    font-size: 10px !important;
}

.sim-list--price {
    font-size: 20px !important;
}

.sim-list--right {
    font-size: 15px !important;
}

.sim-list {
    text-transform: uppercase;
}

.sim--bottom,
.sim--bottom-1,
.topup-package--bottom {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 0 11px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
}

.sim--bottom:hover,
.topup-package--bottom:hover,
.sim--bottom-1 {
    color: var(--color-main);
    background: #fff;
}

.sim--wrap-buttom {
    padding: 20px;
    text-align: center;
}

.sim-detail--top {
    padding: 40px;
}

.sim-detail--operator {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.sim-detail--image {
    border-radius: 30px;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    max-width: 344px;
    max-height: 217px;
    object-fit: contain;
}

.sim-detail {
    display: flex;
    flex-direction: column;
}

.sim-detail--bottom {
    bottom: 0;
    padding: 20px 40px;
    position: sticky;
    z-index: 23;
    background-color: rgb(250 250 250 / 90%);
    border-radius: 0 0 7px 7px;
}

.sim-detail--buy {
    background-color: rgba(74, 74, 74, 1);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    width: 100%;
    border-radius: 4px;
    padding: 13px 0 14px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.sim-detail--buy:hover {
    background-color: #6f6f6f;
    color: #fff;
}

.sim-detail--price {
    font-size: 28px;
    font-weight: 600;
}

.sim-detail--content {
    padding: 40px;
}

.sim-detail--title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sim-detail-package--wrap {
    height: 315px;
    overflow: auto;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    border-radius: 7px;
}
.sim-detail-package--wrap.show-more--ul {
    box-shadow:none;
}
.sim-detail-package--item {
    border-bottom: 1px solid #eee;
    padding: 13px 16px 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sim-detail-package--flag {
    width: 37px;
    height: 28px;
    object-fit: contain;
}

.sim-detail-package--item-icon {
    font-size: 16px;
    width: 16px;
}

.sim-detail-package--item-title {
    color: #8a8a8a;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sim-detail-package--item-value {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.sim-detail-package {
    margin-top: 20px;
}

.sim-detail-list .swiper-pagination {
    position: static;
    margin-top: 15px;
}

.sim-detail-list .swiper {
    padding: 0 30px;
}

.sim-detail-list--title {
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid rgb(237 237 237 / 10%);
    line-height: 1.6;
}

.sim-detail-list--item {
    border-radius: 7px;
}

.sim-detail--close,
.close {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: var(--color-main);
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.close:hover {
    opacity: 1 !important;
}

.title-section img {
    width: 37px;
    height: 28px;
    object-fit: contain;
}

.footer--description {
    color: #8a8a8a;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 20px;
}

.collapse-button {
    position: relative;
}

.collapse-button::before {
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.collapse-button.collapsed::before {
    content: "\f078";
}

.footer-menu--title {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.footer-menu--a {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

footer {
    border-top: 1px solid #eee;
}

.menu-section--li {
    display: inline-block;
    margin-right: 15px;
}

.menu-section--a {
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 16px;
    display: inline-block;
}

.menu-section--wrap {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.menu-section--image {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.title-section-1 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.3px;
}

.language--wrap {
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
}

.language--ul {
    border-top: 1px solid #ddd;
    padding: 0 30px;
    margin-bottom: 0;
    max-height: 300px;
    overflow: auto;
}

.language--li {
    border-bottom: 1px solid #ddd;
}

.language--li:last-child {
    border-bottom: 0;
}

.language--a {
    color: var(--color-main);
    display: block;
    padding: 15px 0;
    position: relative;
}

.language--a.active::before {
    position: absolute;
    content: "\f058";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.wc {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    padding: 20px;
}

.wc--image {
    max-width: 175px;
    margin: 10px auto 0;
}

.wc--image-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 0 10px;
}

.wc--box-image {
    text-align: center;
}

.wc--image-subtitle {
    color: #afafaf;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
}

.wc--box-comment {
    background-color: #fafafa;
    border-radius: 7px;
    margin-top: 40px;
    padding: 20px;
}

.wc--comment-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

.wc--author {
    color: #8a8a8a;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
}

.wc--comment-description {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    margin-top: 9px;
}

.down-app--content {
    max-width: 445px;
}

.down-app--image {
    max-height: 445px;
    max-width: 445px;
    object-fit: contain;
}

.down-app--title {
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.down-app--description {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
}

.down-app--li {
    display: inline-block;
    margin-right: 20px;
}

.down-app--a img {
    object-fit: contain;
    height: 44px;
    width: 132px;
}

.howitwork {
    text-align: center;
    margin-top: 35px;
}

.howitwork--item {
    margin-bottom: 30px
}

.howitwork--image {
    object-fit: contain;
    margin-bottom: 30px;
    max-height: 475px;
}

.howitwork--title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 3px;
}

.howitwork--description {
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
}

.btn-more {
    background: var(--color-highlight);
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 13px 35px 14px;
    line-height: 1;
    border: 1px solid var(--color-highlight);
}

.btn-more:hover {
    background: #fff;
    color: var(--color-highlight);
}

.compatible {
    margin-top: 50px;
}

.compatible--ul {
    border: 0 !important;
    background: #ececec;
    padding: 10px;
    border-radius: 7px;
    text-align: center;
    display: flex;
}

.compatible--li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.compatible--a {
    color: var(--color-main) !important;
    border: 0 !important;
    border-radius: 7px !important;
    padding: 13px 10px;
    text-transform: uppercase;
}

.compatible--a.active {
    background-color: var(--color-highlight) !important;
    color: #fff !important;
}

.compatible--content {
    padding: 30px 20px 40px;
}

.compatible--item {
    margin-bottom: 10px;
    font-size: 16px;
}

.compatible--item i {
    font-size: 18px;
}

.creviews {
    margin-top: 40px;
}

.creviews .star-rating {
    margin-bottom: 15px;
}

.creviews--image {
    height: 64px;
    width: 64px;
    margin: 5px auto 0px;
}

.creviews--image img {
    border-radius: 50%;
}

.creviews--name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-top: 12px;
}

.creviews--item {
    border-radius: 7px;
}

.creviews .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.faqs--question {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.faqs--answer {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
}

.faqs--question::before {
    content: '-';
    font-weight: normal;
    width: 16px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    height: 13px;
    text-align: center;
    line-height: 12px;
    background: var(--black);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.faqs--question.collapsed::before {
    content: '+';
    background: var(--color-main);
}

.faqs--item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.faqs--item:last-child {
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
    border-bottom: 0;
}

.faqs {
    margin-top: 80px;
}

.mpayment {
    grid-gap: 20px;
    background-color: #fff;
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    justify-content: center;
    padding: 20px 0;
}

.title-section-2 {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.description-section-2 {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

.member-login--ul {

    margin-bottom: -10px;

    z-index: 1;

    position: relative;
}

.member-login--a {
    color: #8a8a8a;
    display: block;
    padding: 16px 16px 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.member-login--a.active {
    background: #fff;
    color: #4a4a4a;
}

.member-login--form {
    position: relative;
    z-index: 2;
    border-radius: 7px;
}

.member-login--form input {
    background-color: #eee;
    border: 0;
    height: 48px;
    border-radius: 7px;
    padding: 8px 20px;
}

.member-login--btn {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    border-radius: 7px !important;
    margin: 0 15px;
    height: 44px;
    width: 44px;
    line-height: 44px;
}

.member-login--btn[nh-btn-login-social="facebook"] {
    background: #1877f2;
}

.member-login--btn i {
    font-size: 22px;
    width: 22px;
    height: 22px;
    display: block;
}

.buy-esim--image {
    height: 88px;
    width: 140px;
    margin-top: -10px;
}

.buy-esim--top {
    border-radius: 7px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
}

.buy-esim--header {
    padding: 0 20px 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(237 237 237 / 10%);
}

.buy-esim--title,
.title-section-3 {
    color: #4a4a4a;
    font-size: 21px;
    font-weight: 600;
}

.buy-esim--description {
    color: #8a8a8a;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.buy-esim--select,
.myesim--install {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    min-height: 75px;
    padding: 19px 20px 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
    color: var(--color-main);
}

.buy-esim--select:last-child {
    margin-bottom: 0;
}

.buy-esim--select-img {
    display: flex;
    align-items: center;
}

.buy-esim--select-img img {
    height: 28px;
    width: 44px;
    object-fit: contain;
    margin-right: 15px;
}

.order-summary--list {
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}

.order-summary--item {
    border-bottom: 1px solid #eee;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

.order-summary--label,
.order-summary--value {
    margin-bottom: 0;
}

.order-summary--label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.custom-control-label {
    color: #8a8a8a;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}

.custom-control-input {
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    z-index: 9;
    cursor: pointer;
}

.agreement--checkbox .custom-control-label:before {
    border: 2px solid #ddd;
    border-radius: 4px;
    height: 16px;
    left: -29px;
    top: 3.5px;
    width: 16px;
}

.label-link {
    color: #4a4a4a;
    display: inline;
    font-weight: 500;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.agreement--checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent;
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.agreement--checkbox .custom-control-input:checked~.custom-control-label:after {
    left: -25px;
    top: 4px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    content: "\f00c";
    font-size: 11px;
    color: #4a4a4a;
}

.agreement--checkbox {
    padding-left: 29px;
    margin-bottom: 10px;
    position: relative;
}

.agreement {
    margin-bottom: 40px;
}

.btn-submit-2 {
    background-color: rgba(74, 74, 74, 1);
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    width: auto;
    border-radius: 4px;
    padding: 17px 50px 16px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
}

.btn-submit-2:hover {
    background-color: #6f6f6f;
    color: #fff;
}

.member-info--name {
    height: 4.3rem;
    line-height: 4.3rem;
    color: var(--color-main);
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
}

.home .packages-local {
    border-top: 0;
    padding-top: 0;
}

.home .packages-global {
    padding-bottom: 0;
}

.choose-payment--title,
.modal--title{
    color: #4a4a4a;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 20px;
}
.choose-payment--title {
    border-bottom: 1px solid #eee;
}
.buy-esim--btn-select {
    border: 1px solid #4a4a4a;
    padding: 9px 15px;
    letter-spacing: 1.5px;
    line-height: 1 !important;
    font-size: 10px !important;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.buy-esim--btn-select:hover {
    background-color: #4a4a4a;
    color: #fff;
}

.buy-esim--select-title {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1;
}

.buy-esim--select-desc {
    margin-bottom: 0;
    color: #8a8a8a;
    font-size: 13px;
}

.sim--description {
    color: #fff;
}

.buy-complete--icon-check {
    font-size: 30px;
    color: #155724;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.member-info--dropdown-menu {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    min-width: 230px;
    padding: 0;
    overflow: hidden;
}

.profile-menu {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    border-radius: 7px;
    background-color: #fff;
}

.profile-menu--header {
    border-bottom: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}

.profile-menu--header-name {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0;
}

.profile-menu--header-name span {
    display: block;
    font-size: 15px;
    color: #8a8a8a;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1;
}

.profile-menu--ul {
    padding: 0 30px 30px 30px;
    margin-bottom: 0;
}

.profile-menu--a {
    display: block;
    border-left: 2px solid transparent;
    padding: 5px 20px;
    color: #8a8a8a;
    font-weight: 500;
}

.profile-menu--a:hover {
    color: var(--color-main);
}

.profile-menu--a.active {
    border-left-color: #4a4a4a;
    color: var(--color-main);
}

.profile-menu--li {
    margin-bottom: 10px;
}

.profile-menu--li:last-child {
    margin-bottom: 0;
}

.profile-menu--logout {
    margin-top: 20px;
    padding: 0 30px;
    color: #f2222e;
    font-size: 15px;
    margin-bottom: 20px;
}

.profile--title {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.field-input {
    background-color: #eee;
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 7px;
}

.field-input label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 0 50%;
    transition-duration: .3s;
    transition-property: color, transform;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 400;
    pointer-events: none;
}

.field-input input:not([value=""])+label,
.field-input input:focus+label {
    color: #8a8a8a;
    cursor: default;
    font-weight: 500;
    transform: scale(.75) translateY(-27.5px);
}

.field-input .invalid-feedback {
    margin-top: 0;
    position: static;
}

.field-input input {
    background-color: transparent;
    border: 0;
    height: 50px;
    padding: 18px 20px 0;
}
.field-input.textarea {
    height:auto;
}
.field-input.textarea label {
    top: 10px;
    transform: none;
}
.field-input textarea:not([value=""])+label,
.field-input textarea:focus+label {
    color: #8a8a8a;
    cursor: default;
    font-weight: 500;
    transform: scale(.75);
    top: 1px;
}

.field-input textarea {
    background-color: transparent;
    border: 0;
    padding: 18px 20px 0;
}

.field-input .form-control:disabled,
.field-input .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
    border-radius: 7px;
}

.btn-submit-outline {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    border: 1px solid #4a4a4a;
    min-width: 88px;
    padding: 7px 10px 9px;
    border-radius: 4px;
    line-height: 1;
}

.btn-submit-outline.small {
    min-width: 167.5px;
    padding: 7px 25px 9px;
}

.btn-submit-outline.white {
    color: #fff;
    border-color: #fff;
}

.btn-submit-outline.white:hover {
    background-color: #fff;
    color: #4a4a4a;
}

.btn-submit-outline:hover {
    background-color: #4a4a4a;
    color: #fff;
}

.field-input--lock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.delete-account {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.delete-account--title {
    font-size: 15px;
    font-weight: 500;
}

.delete-account--description {
    color: #8a8a8a;
    font-size: 13px;
}

.button-delete-outline {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    border: 1px solid #f2222e;
    min-width: 200px;
    padding: 7px 10px 9px;
    border-radius: 4px;
    line-height: 1;
    color: #f2222e;
}

.button-delete-outline:hover {
    background-color: #f2222e;
    color: #fff;
}

.input-opt {
    max-width: 300px;
}

.order-list--item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 7px;
}

.order-list--item:last-child {
    margin-bottom: 0;
}

.order-list--image {
    width: 44px;
    height: 28px;
    object-fit: contain;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
}

.order-list--info {
    color: var(--color-main);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
}

.order-list--price {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-main);
}

.order-list--create {
    color: #8a8a8a;
    font-size: 13px;
    margin-bottom: 0;
}

.profile--title-sub {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.order-infomation--label {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.order-infomation--content {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.order-infomation--li {
    padding: 15px 20px 10px;
    border-bottom: 1px solid #eee;
}

.sim--item.style-other {
    margin-top: 65px;
    cursor: auto;
}

.sim--item.style-other .sim--image {
    margin-top: -44px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
    border-radius: 12px;
}

.double-gradients {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
}

.double-gradients:after {
    background: linear-gradient(115deg, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, .375));
    content: " ";
    display: block;
    height: 100%;
    width: 100%;
}

.reward-money {
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    min-height: 90px;
    overflow: hidden;
    position: relative;
}

.reward-money--description {
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.reward-money--reward {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 22px;
    color: #fff;
}

.reward-money--image {
    bottom: -10px;
    position: absolute;
    right: -25px;
    z-index: 9;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.btn-submit-3 {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    width: 100%;
    height: 44px;
    border: 0;
    color: #f2222e;
    font-size: 11px;
    line-height: 44px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
}

.description-section-1 {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 18px;
}

.myesim-detail {
    padding-top: 30px;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.myesim-detail--title {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.myesim-detail--image {
    max-height: 223px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 12px 37px 0 rgba(0, 0, 0, .3);
}

.myesim-detail--label {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.myesim-detail--value {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.myesim-detail--warning,
.device--warning{
    background: linear-gradient(90deg, #ff512f, #f09819);
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75px;
    overflow: hidden;
    padding: 11px 20px 10px;
    width: 100%;
    color: #fff;
    font-size: 13px;
}
.myesim-detail--warning {
    position: absolute;
    bottom: -117px;
    left: 0;
}

.title-sub-section {
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title-sub-section i {
    font-size: 16px;
}

.myesim-use {
    padding: 11px 20px 9px;
    border-bottom: 1px solid #eee;
}

.myesim-use--data {
    text-align: center;
    margin-top: -10px;
}

.myesim-use--svg {
    position: relative;
    display: inline-block;
    height: 93px;
    overflow: hidden;
}

.myesim-use--caption {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: 20px;
    margin-bottom: 10px;
}

.myesim-use--remaining {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 0;
}

.myesim-use--content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
}

.myesim-use--label {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.myesim-use--value {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 3px;
}

.myesim-use--item {
    padding: 0 16px;
    margin-bottom: 28px;
    margin-top: 20px;
}

.myesim-use--title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 20px 0 20px;
}

.myesim-use--title i {
    font-size: 16px;
}

.myesim-notify--content {
    font-size: 13px;
    line-height: 18px;
    color: #8a8a8a;
    margin-top: 10px;
}

.topup-package {
    margin-bottom: 20px;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    color: #fff;
}

.topup-package--ul {
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.topup-package--li p {
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.topup-package--li p i {
    font-size: 16px;
}

.topup-package--li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.topup-package--li:last-child {
    margin-bottom: 0;
}

.topup-package--right {
    font-size: 18px !important;
    line-height: 21.6px;
    text-transform: unset !important;
}

.topup-package--price {
    font-size: 22px;
    font-weight: 600;
}

.my-package--title {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    line-height: 18px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px 4px 0 0;
}
.my-package--title.active{
    background-color: #008547;
}
.my-package--title.not-active {
    background-color: #f5b44d;
}
.my-package--title.finished {
    background-color: #283fbb;
}
.my-package--title.unknown {
    background-color: #000;
}
.my-package--title.expired {
    background-color: #d12323;
}
.status-success {
    color: #008547;
}
.status-warning {
    color: #f5b44d;
}
.status-primary {
    color: #283fbb;
}
.status-dark {
    color: #000;
}
.status-danger {
    color: #d12323;
}
.my-package--content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 0 4px 4px 4px;
    padding: 16px 20px;
}

.my-package--label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.my-package--value {
    font-size: 15px;
    font-weight: 600;
}
.device--tab-content {
    border-top: 1px solid #ddd;
    margin-top: -1px;
}
.device--tab-content .tab-pane.active {
    display: flex;
    flex-direction: column;
}
.step--title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.step--description {
    margin-bottom: 0;
    color: #8a8a8a;
    line-height: 21px;
}
.device--install-image {
    width:150px;
    height: 150px;
    object-fit:contain;
}
.device--install-desc {
    font-size: 13px;
    color:#8a8a8a;
    margin: 0;
}
.device--install-title {
    text-align: left;
    font-size: 11px;
    font-weight:600;
    letter-spacing:1px;
    color:#8a8a8a;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.device--install-code {
    overflow-wrap: break-word;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.step--button {
    position:sticky;
    bottom: 20px;
}
.myesims--menu {
    height: 4.3rem;
    line-height: 4.3rem;
    color: var(--color-main);
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #ddd;
}
.myesims--menu i {
    font-size:16px;
}
.about-us {
    line-height: 28px;
}
.about-us--hear {
    font-size: 45px;
    background-image: linear-gradient(180deg, #0872B9 0%, #03395D 100%);
    color:#fff;
    border-radius:15px;
    padding: 10px 20px;
    line-height: 1.2;
}
.about-us--wrap {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    border-radius: 15px;
}

.about-us--item {
    padding: 30px;
}
.about-us--hear img {
    height: auto !important;
    max-width: 120px !important;
    margin: -40px 0px !important;
}
.about-us--li-content {
    padding-top: 30px;
    position:relative;
}
.about-us--li-content::before {
    content: '';
    position:absolute;
    background: url('http://cdn1774.cdn4s4.io.vn/media/about-us/about_bullet2.webp') no-repeat center center;
    background-size: contain;
    top: 38px;
    left: -20px;
    height: 12px;
    width: 12px;
}
.about-us--hear-1 {
    background: #F2F6F8;
    border-radius: 15px;
    padding: 20px;
    font-size: 30px;
    color: #0872B9;
}
.about-us--content-1 {
    padding: 20px;
}
.about-us--wrap-1 {
    margin-top: 20px;
}
.about-us--li i {
    color: #0872B9;
}
.about-us--li a {
    color: var(--color-main);
}
.is-mobile .menu-section--language {
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.is-mobile header .language-select {
    padding: 10px 0 0 0;
}
@media (min-width: 768px) {
    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .p-md-20 {
        padding-top: 20px !important;
        padding-left: 20px !important;
        padding-bottom: 20px !important;
        padding-right: 20px !important;
    }

    .px-md-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .p-md-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .menu-section--language {
        margin: 0;
        padding-left: 15px;
        border-left: 1px solid #eee;
    }

    .buy-esim--top {
        margin-left: 189px;
        position: relative;
        padding: 40px 32px 0 172px;
    }

    .buy-complete {
        padding-bottom: 30px;
    }

    .buy-esim--image {
        position: absolute;
        width: 344px;
        height: 216px;
        object-fit: contain;
        border-radius: 30px;
        top: 46px;
        left: -189px;
        margin-top: 0;
    }
    .about-us--item {
        padding: 40px;
    }
    
    .about-us--why-choose .about-us--item{
        padding-bottom: 90px;
    }
    .about-us--image-why-choose {
        position: absolute;
        bottom:0;
        left: -65px;
    }
}

@media screen and (min-width: 576px) {
    .member-login--a.active {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    }

    .shadowed-sm {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    }
}


@media (max-width: 1000px) {
    .packages {
        padding: 30px 0;
    }

    .title-section {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    .packages--item {
        margin-bottom: 15px;
    }

    .sim-detail--top,
    .sim-detail--content {
        padding: 15px;
    }

    .sim-detail--operator {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sim-detail--title {
        font-size: 18px;
    }

    .sim-detail--bottom {
        padding: 15px;
    }

    .packages--item a {
        padding: 10px 10px;
    }

    .tab-esim--a {
        padding: 10px 20px;
    }
}