
:root {
    --color-primary: #2E8581;
    --max-width: 1054;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
        color: #fff;
    }
    100% {
        transform: scale(1.2);
        color: red;
    }
}

@keyframes runAround {
    0% {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%;
    }

    100% {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
    }
}

.container-fluid {
    max-width: 1160px;
}

.overlay {
    background: rgba(49, 88, 86, 0.66);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay.open {
    z-index: 1;
}

.buy-btn, .btn-primary {
    border-radius: 5px;
    border: 0.5px solid #44A29D;
    background: #44A29D;
    color: #fff !important;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600
}

.iq-sidebar {
    background: linear-gradient(180deg, #44A29D 0%, #5271FF 98.96%) !important;
    padding: 25px 59px;
    width: 50%;
    left: -50%;
}

.iq-sidebar.open {
    left: 0;
}

.content-page {
    margin-left: 0;
    overflow: visible;
}

.iq-top-navbar {
    width: 100%;
    background: none;
    height: 70px;
    min-height: 50px;
    z-index: 1;
    padding: 0 !important;
}

.iq-top-navbar.fixed-header {
    width: 100% !important;
    background: linear-gradient(180deg, #ffffff 0%, rgb(82, 113, 255) 98.96%) !important;
}

.iq-top-navbar .iq-navbar-custom {
    max-width: 1130px;
    margin: 0 auto;
    height: 75px;
    padding: 15px 0;
}

.iq-top-navbar .iq-navbar-custom nav,
.iq-top-navbar .iq-navbar-custom nav .logo,
.iq-top-navbar .iq-navbar-custom nav .logo .header-logo,
.iq-top-navbar .iq-navbar-custom nav .logo .header-logo img {
    height: 100%;
}

/*.iq-top-navbar .iq-navbar-custom nav .logo .header-logo img {*/
/*    animation-delay: 1s;*/
/*    animation: zoomInOut .9s infinite alternate;*/
/*}*/


.iq-top-navbar .iq-navbar-custom nav .logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: yellow;
    font-weight: bold;
    letter-spacing: 1px;
}

.iq-top-navbar .action {
    background: linear-gradient(90deg, rgba(82, 111, 250, 0.50) 0%, rgba(63, 147, 144, 0.50) 100%);
    border-radius: 5px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.iq-top-navbar .action span {
    padding: 0 12px;
}

.iq-top-navbar .action span a {
    color: #fff;
    text-transform: capitalize;
}

.iq-top-navbar .action span:not(:last-of-type) {
    border-right: solid 0.5px #fff;
}

.btn-menu {
    background: var(--color-primary);
    position: fixed;
    bottom: 10%;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 15px;
    box-shadow: 0 0 17px 6px #fff;
    z-index: 999;
}

.btn-menu svg {
    font-size: 24px;
    color: #fff !important;
}

.btn-trans {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    padding: 0;
    box-shadow: 0 0 17px 6px #fff;
    margin-left: 21px;
}

.btn-trans img {
    width: 100%;
}

.wrapper {
    background-image: url("../images/page_bg_english.gif"), url("../images/bg-home.png") !important;
    background-repeat: no-repeat;
    background-size: 100% auto, cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.banner {
  
    margin: 0 auto;
    padding: 28px 25px 65px;
    border-radius: 20px;
    border: 1px solid rgba(143, 227, 255, 0.15);
    background: #001d26e6;
    box-shadow: 0px 10px 20px 0px rgba(143, 227, 255, 0.25);
}

.banner .banner-highlight {
    color: #fff;
}

.banner .banner-highlight .left {
    background-image: repeating-linear-gradient(0deg, #1AE5DA, #1AE5DA 10px, transparent 0, transparent 20px, #1AE5DA 0), repeating-linear-gradient(90deg, #1AE5DA, #1AE5DA 10px, transparent 0, transparent 20px, #1AE5DA 0), repeating-linear-gradient(180deg, #1AE5DA, #1AE5DA 10px, transparent 0, transparent 20px, #1AE5DA 0), repeating-linear-gradient(270deg, #1AE5DA, #1AE5DA 10px, transparent 0, transparent 20px, #1AE5DA 0);
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px), calc(100% + 20px) 3px;
    padding: 17px 8px;
    width: 200px;
    position: relative;
    animation: runAround 1s linear infinite;
}

.banner .banner-highlight .left figure {
    margin: 0 2px 0 0;
}

.banner .banner-highlight .left .hot {
    color: #FFF;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    animation-delay: 1s;
    animation: zoomInOut .9s infinite alternate;
    cursor: pointer;
    transition: all .3s;
}

.banner .banner-highlight .left .hot:hover {
    color: green !important;
}

.banner .banner-highlight .left .text * {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}

.banner .banner-highlight .left .text span {
    font-weight: bold;
}

.banner .banner-highlight .right .menu-top,
.banner .banner-highlight .right .menu-bottom {
    text-align: right;
    margin-bottom: 9px;
}

.banner .banner-highlight .right .menu-top a {
    border-radius: 5px;
    background: #1AE5DA;
    color: #000;
    padding: 4px 15px;
    margin-left: 10px;
    font-weight: bold;
}

.banner .banner-highlight .right .menu-bottom a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    border-right: solid 1px #fff;
}

.banner .banner-menu .item {
    margin: 30px 15px 0;
}

.banner .banner-menu .item img:first-of-type {
    width: 40px;
    filter: invert(1);
}

.banner .banner-menu .item * {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
    text-transform: capitalize;
}

/*box-recommend*/
.box-recommend.card {
    background: none;
    margin-bottom: 0;
}

.box-recommend.card i {
    color: #1ae5da;
    font-weight: bold;
    box-shadow: 0 0 9px 2px #fff;
    font-size: 21px;
    display: inline-block;
}

.box-recommend.card .grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    margin-bottom: 0;
}

.box-recommend.card li {
    height: 100%;
}

.box-recommend.card li a b {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.box-recommend.card .item {
    background: #fff;
    display: block;
    box-shadow: 0px 4px 20px 1px #1AE5DA;
    border-radius: 10px;
    height: 100%;
    margin: 0;
}

.box-recommend.card .item:before {
    display: none;
}

/*product*/
.box-product ul, .history .history-tab {
    width: 220px;
    margin-right: 35px;
}

.box-product ul .nav-link,
.history .history-tab .item {
    font-size: 13px;
    color: #000;
    padding: 5px 6px;
    margin: 0 0 6px 0;
    height: inherit;
    border-radius: 10px;
    border: 1px solid #1AE5DA;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: fit-content;
    line-height: 18px;
}

.box-product ul .nav-link img {
    margin-right: 10px;
}

.box-product .nav-fill .nav-item {
    text-align: start;
}

.box-product ul .nav-link:hover,
.history .history-tab .item:hover {
    background: #1AE5DA;
    color: #000;
}

.box-product ul .nav-link.active, .box-product ul .show > .nav-link,
.history .history-tab .item.active {
    background: #1AE5DA;
    color: #000;
}

.box-product .tab-content, .history-content {
    flex: 1;
}

.history .history-content .card {
    background: none;
}

.history .history-content .item:not(.active) {
    display: none;
}

.history-content .table-responsive {
    padding: 0;
}

.history-content .table-responsive table tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.history-content .table-responsive tr {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 2px rgba(68, 162, 157, 0.39);
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.history-content .table-responsive tr td {
    border: none;
}

.history-content .table-responsive tr td:first-of-type {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.history-content .table-responsive tr td:first-of-type .price {
    width: max-content;
    border-radius: 5px;
    border: 1px solid #F00;
    color: #F00;
    display: block;
    padding: 5px 8px;
}

/*table*/
.table-custom table thead {
    display: none;
}

.table-custom table tbody tr {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 1px #1AE5DA;
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 25px;
}

.box-grid .prod-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 1px #1AE5DA;
}

.box-grid .prod-item .product .product-head {
    padding: 10px;
    background: none;
}

.box-grid .prod-item .product .product-footer,
.box-grid .prod-item .product .product-buttons-box4 {
    background: none;
    padding: 5px 10px;
}

.box-grid .prod-item .product .product-body {
    padding: 0 10px;
}

.box-grid .prod-item .product .product-head h4 {
    width: calc(100% - 40px);
    color: rgba(28, 157, 226, 0.84);
    padding: 0 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

/*footer*/
.iq-footer {
    width: 100%;
    margin: 0 auto;
    background: #2E8581;
}

.iq-footer p {
    color: #fff;
    font-size: 11px;
    margin: 0;
}

.iq-footer p a {
    color: #F70707;
    font-weight: bold;
}

/*login*/
.box-form {
    max-width: 750px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(143, 227, 255, 0.50);
    background: rgba(0, 29, 38, 0.85);
    box-shadow: 0px 10px 20px 0px rgba(143, 227, 255, 0.25);
}

.popup-translate {
    align-items: center;
    justify-content: center;
    height: auto;
    position: fixed;
    width: auto;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background: #fff;
    min-height: 250px;
    border-radius: 20px;
    padding: 40px;
}

.popup-login {
    align-items: center;
    justify-content: center;
    height: auto;
    position: fixed;
    width: auto;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.popup-login .box-form {
    max-width: 414px;
}

.active {
    display: flex !important;
}

.user-name {
    border-radius: 5px;
    background: #1AE5DA;
    color: #000;
    padding: 4px 15px;
    margin-left: 10px;
    font-weight: bold;
}

.alert {
    margin-bottom: 0;
    color: #000;
    flex: 1;
}

.group-zalo main.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}


.group-zalo main.section .main__profile-name {
    display: flex;
}

.group-zalo main.section .main__profile-name .main__avatar {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-right: 10px;
}

.group-zalo main.section .main__profile-name .main__name {
    font-size: 20px;
}

.group-zalo main.section .main__qr img {
    max-height: 200px;
}

.group-zalo main.section .main__qr-block img,
.group-zalo main.section .main__profile-name .main__avatar img {
    width: 100%;
    object-fit: contain;
}

.group-zalo main.section .main__profile-name .main__avatar img {
    border-radius: 100px;
}

.alert-custom {
    background: #001d26e6 !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 9px 0px #fff;
}

.bank-name {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.bank-name .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: solid 1px green;
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
}

.bank-name .item.active,
.bank-name .item:hover {
    background: #44a29d;
}

.bank-name img {
    width: 40px;
    height: auto;
    object-fit: contain;
}

.bank-content {
    margin: 0 auto !important;
    display: none;
}

.bank-content .modal-content,
.bank-content .card-body {
    background: none !important;
    box-shadow: none;
    border: none;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    display: flex;
}

.bank-content input[type=number],
.page-history input {
    background: none;
    border: solid 1px #44a29d;
    border-radius: 8px !important;
    color: #fff;
}

.bank-content .modal-footer {
    background: none !important;
    padding: 0;
    border-top: none;
}

.bank-content .modal-body,
.bank-content .card-body,
.bank-content .card-footer {
    padding: 0;
}

.bank-content .modal-footer button,
.bank-content .card-footer button {
    margin: 0;
}

.bank-content .card-footer {
    background: none;
}

.bank-content .form-group,
.bank-content .modal-body {
    width: 100%;
    flex: 1;
    margin-right: 10px;
}

#showProduct table thead {
    display: none;
}

#showProduct table tbody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#showProduct table tbody tr {
    display: flex;
    flex-wrap: wrap;
    background: #001d26e6;
}

#showProduct table tbody tr td {
    width: 100% !important;
    height: auto;
    padding: 10px 5px;
    text-align: center;
    border-right: none;
    border-left: none;
}

.page-history,
.bg-custom {
    background: #001d26e6;
}

.bg-custom * {
    color: #fff;
}
.bg-custom .card {
    background: transparent;
}
.bg-custom input,
.bg-custom select,
.bg-custom .form-control[readonly] {
    background: none;
}
.p-card, .profile-box .pro-content {
    background: transparent;
}
.profile-box {
    background: #001d26e6;
}
.profile-box .pro-content.rounded p {
    color: #fff;
}
.page-history .card-title,
.page-history label {
    color: #fff;
}

.list-history {
    display: grid;
    gap: 20px;
    padding: 5px 10px;
    grid-template-columns: repeat(3, 1fr);
}

.list-history .item {
    background: #001d26e6;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card {
    background: #001d26e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.card .card-body * , .nav-pills .nav-link.active, .header-title{
    /*color: #fff;*/
}

.list-history .item > * {
    color: #fff;
}


.form-control[readonly], .form-control , .page-history .paginate_button .page-link{
background: transparent;
}

.rounded * {
    color: #000;
}

.footer-mobile {
    display: none;
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.footer-mobile .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}
.footer-mobile .main .item {
    width: 20%;
    text-align: center;
}

.footer-mobile .main .item img {
    width: 40px;
    height: 40px;
}


.result {
    display: none;
}

.result .active {
    background: #1AE5DA;
    color: #000;
    padding: 5px 10px;
    min-height: 40px;
    position: relative;
}

.result .fas.fa-caret-down {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
