.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.bg-main {
    background: var(--color-main);
}

.text-black {
    color: var(--black) !important;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 70px;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top .entire-action-header {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid var(--color-black);
}

.header-top .entire-action-header>a {
    color: var(--color-black);
    display: flex;
    align-items: center;
}

.entire-action-header>a>i, .mail-header>i {
    font-size: 24px;
    display: inline-block;
}

.section-member {
    display: flex;
    align-items: center;
}

.mail-header {
    display: flex;
    align-items: center;
}

.entire-action-header a.btn-mini-cart {
    padding: 0;
    display: flex;
    align-items: center;
}

.entire-action-header a.btn-mini-cart i {
    width: 45px;
    height: 45px;
    display: flex;
    background: var(--color-main);
    color: var(--white);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.entire-action-header a.btn-mini-cart span.text-cart>span {
    display: block;
    line-height: 1.3;
}

.entire-action-header a.btn-mini-cart span.text-cart>span.title {
    font-weight: 500;
    text-transform: uppercase;
}

.hotline-top>span {
    display: block;
}

.hotline-top>span.header-top {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.hotline-top>span.header-top>a {
    margin-left: 5px;
    color: #ff492b;
    font-weight: 700;
}

.hotline-top>span.header-bottom {
    font-size: 11px;
}

.hotline-top>span.header-bottom>span {
    font-weight: 700;
    margin-left: 5px;
}

.hotline-top>span.header-bottom>span:first-child {
    margin-right: 5px;
}

.header-mid>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hotline-top {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid var(--color-black);
}

.setting-menu {
    border-top: 3px solid var(--color-main);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.swiper-slider-main .item-slide {
    position: relative;
    padding-top: 35%;
}

.item-banner {
    margin-bottom: 15px;
}

.section-search .input-group input.form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: #ddd;
}

.section-search .input-group .input-group-append button.btn.btn-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner-right .item-banner:last-child {
    margin-bottom: 0;
}

.product-item .inner-content {
    padding: 5px;
}

.title-tab {
    border: 1px solid var(--color-main);
    border-radius: 5px;
}

.title-tab .title-tab-section {
    padding: 0 15px;
    background: var(--color-main);
    font-size: 1.6rem;
    color: var(--white);
    height: 40px;
    display: flex;
    align-items: center;
}

.article-item .inner-content {
    padding: 10px;
}

.section-y-kien .item-y-kien {
    background: var(--light);
    padding: 15px 50px;
}

.section-y-kien .item-y-kien .img-before {
    position: absolute;
    left: 1rem;
    top: 20px;
}

.section-y-kien .item-y-kien .img-after {
    position: absolute;
    right: 1rem;
    bottom: 20px;
}

.section-y-kien .item-y-kien .title {
    text-align: right;
    color: #ff0000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.section-y-kien .item-y-kien .description {
    font-size: 16px;
}

.img-brand img {
    object-fit: contain;
}

.img-brand {
    padding-top: 40%;
}

.section-box-policy {
    background: #fafbfd;
    border-top: 3px solid var(--color-main);
}

.item-policy {
    padding: 1rem;
}

.item-policy .img img {
    height: 33px;
}

.item-policy .text-policy .policy--tile {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.item-policy .img {
    margin-right: .5rem;
}

.section-policy>.row {
    margin-right: 0;
    margin-left: 0;
}

.section-policy>.row>div {
    padding-right: 0;
    padding-left: 0;
}

.section-policy>.row>div:last-child .item-policy {
    border-right: 1px solid #ddd;
}

.section-policy .item-policy {
    border-left: 1px solid #ddd;
}

.footer-form {
    display: flex;
    align-items: center;
}

.footer-form .icon {
    margin-right: 10px;
}

.footer-form .icon img {
    height: 60px;
}

.footer-form .item-form {
    flex: 1 1;
}

.footer-form .item-form form {
    display: flex;
    flex: 1 1;
}

.footer-form .item-form form .form-group:first-child {
    flex-basis: calc(100% - 100px);
}

.footer-form .item-form form .form-group:last-child {
    flex: 100px;
}

.footer-form .item-form form .form-group>span {
    display: block;
    background: #d42333;
    border-color: #d42333;
}

.footer-form .item-form .title-form-contact {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
}

.title-footer {
    margin-bottom: 10px;
    color: #616161;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    padding-bottom: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: var(--color-black);
    display: inline-block;
    margin-bottom: 5px;
}

.footer-fanpage iframe {
    width: 100%;
    height: 165px;
}

.bottom-scoll-right {
    position: fixed;
    top: 27.5%;
    z-index: 1000;
    right: 0;
}

.bottom-scoll-right>ul {
    padding-left: 0;
}

.bottom-scoll-right>ul>li {
    list-style: none;
}

.bottom-scoll-right>ul>li>a {
    position: relative;
    font-size: 9px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 40px;
    display: block;
}

.bottom-scoll-right>ul>li>a>i {
    font-size: 20px;
    color: #2e2e2e;
    display: block;
    margin-bottom: 5px;
}

.bottom-scoll-right>ul>li {
    display: block;
    background-color: #ee599f;
    margin-bottom: 1px;
    padding: 5px;
    position: relative;
}

.bottom-scoll-right>ul>li.back-to-top>a>i {
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
}

.bottom-scoll-right>ul>li.back-to-top>a {
    padding-bottom: 0;
}

.bottom-scoll-right>ul>li.back-to-top {
    background-color: var(--color-main);
}

.menu-vertical--content > li > a >span.name {
    display: block;
}

.menu-vertical--content > li > a >span.name>i {
    font-size: 14px;
    margin-right: 5px;
}

.menu-vertical--content > li > a {
    border-bottom: 1px solid #ddd;
}

.menu-vertical--content > li:last-child > a {
    border-bottom: 0;
}

.section-list-product .product-item {
    background: var(--light);
}

.content-contact-phone {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s cubic-bezier(.445,.05,.55,.95);
    -o-transition: all .15s cubic-bezier(.445,.05,.55,.95);
    transition: all .15s cubic-bezier(.445,.05,.55,.95);
    -webkit-transition: all .15s cubic-bezier(.68,0,.265,1);
    -o-transition: all .15s cubic-bezier(.68,0,.265,1);
    transition: all .15s cubic-bezier(.68,0,.265,1);
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bottom-scoll-right>ul>li:hover {
}

.bottom-scoll-right>ul>li:hover .content-contact-phone {
    visibility: visible;
    opacity: 1;
}

.content-contact-phone .content {
    padding: 30px 18px;
    background-color: #00205b;
    margin-right: 14px;
    border-radius: 10px;
    position: relative;
}

.content-contact-phone .content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #00205b;
    content: "";
    display: block;
}

.content-contact-phone .contact-detail {
    color: var(--white);
    padding-right: 30px;
    white-space: nowrap;
}

.content-contact-phone .contact-detail .text {
    color: hsla(0,0%,100%,.65);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.content-contact-phone .contact-detail .contact-phone a {
    font-size: 20px;
    color: var(--white);
}

.content-contact-phone .contact-detail:first-child {
    margin-bottom: 15px;
}

.content-detail-product {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 10px;
}

.title-contact-detail-product {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    padding-bottom: 5px;
}

.content-detail-product .entry-detail-product>i {
    margin-right: 10px;
}

.content-detail-product .entry-detail-product {
    margin-bottom: 15px;
    font-size: 16px;
}

.content-detail-product .entry-detail-product:last-child {
    margin-bottom: 0;
}

.content-detail-product .entry-detail-product>a {
    color: var(--color-black);
}

.content-product-detail {
    border: 1px solid #ddd;
    padding: 10px;
}

.is-mobile .logo-section img {
    height: 8rem;
}

@media (min-width: 1200px) {
    .menu-section>ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .row, .slider-banner .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    header .row>div, .slider-banner .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    body.home .menu-vertical--content {
        display: block !important;
    }

    .section-list-product>.row>div, .section-row-col-05>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header-mid>.container>.row>div:nth-child(3) {
        flex: 0 0 400px;
        max-width: 400px;
    }

    .header-mid>.container>.row>div:nth-child(2) {
        flex-basis: calc(75% - 400px);
        max-width: calc(75% - 400px);
    }
}

@media (max-width: 1200px) {
    .entire-action-header a.btn-mini-cart i {
        margin-right: 0;
    }

    .title-section {
        font-size: 1.6rem;
    }

    .price-amount {
        font-size: 1.4rem;
    }

    .price-amount.old-price {
        font-size: 11px;
        margin-left: 1rem;
    }

    .title-tab {
        align-items: flex-start !important;
    }

    .title-tab .title-tab-section {
        margin-bottom: 5px !important;
    }

    .block-tab.nav .nav-item .nav-link {
        font-size: 1.3rem;
        padding: 0 1rem;
    }

    .product-title {
        height: 43px;
    }

    .bottom-scoll-right {
        top: inherit;
        bottom: 50px;
        right: 0;
    }

    .bottom-scoll-right>ul>li {
        padding: 2px;
    }

    .bottom-scoll-right>ul>li>a {
        font-size: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bottom-scoll-right>ul>li>a>i {
        font-size: 14px;
    }

    .footer-mid>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .menu-section > ul > li > a.active {
        color: var(--color-main);
    }
}

@media (max-width: 767px) {
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .title-tab .block-tab.nav>li {
        margin-bottom: 5px;
    }

    .entire-action-header>a>i, .mail-header>i {
        font-size: 16px;
    }

    .footer-mid>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-y-kien .item-y-kien .description {
        font-size: 14px;
    }

    .section-y-kien .item-y-kien {
        padding: 15px 30px;
    }

    .section-y-kien .item-y-kien .img-after img, .section-y-kien .item-y-kien .img-before img {
        width: 10px;
        height: 10px;
    }
}

.swiper-category--tile {
    font-size: 1.6rem;
    font-weight: bold;
    color: black;
}

.checkout-table td {
    text-align: center;
}

.checkout-table > tbody > tr > td:first-child {
    width: 33%;
}

.checkout-table > tbody > tr > td:nth-child(2) {
    color: var(--red);
}

.qr-code {
    width: 50%;
    margin: auto;
}

.btn-copy, .btn-download {
    background-color: var(--color-main);
    color: var(--white);
    align-content: center;
    text-align: center;
    border-radius: 0.8rem;
    font-weight: 600;
}

.btn-copy {
    font-size: 1.3rem;
    padding: 0.3rem 0.85rem;
    margin-left: 0.5rem;
}

.btn-download {
    font-size: 1.6rem;
    padding: 0.6rem 0.85rem;
}

.btn-copy:hover, .btn-download:hover {
    color: var(--white);
    background-color: #2d8caf;
}

.title-bank-order-page a {
    color: black;
    font-size: 16px;
}

.anh-bank-icon-oder {
    width: 28px;
    margin-left: 15px;
}

.is-mobile .title-bank-order-page a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
