/*
Theme Name: N Store
Description: This is a child theme for Truedigi Theme
Author: lenam
Template: lenamstartercode
Version: 1.0
*/
:root {
    font-family: 'Roboto', sans-serif;
    --linear_color: linear-gradient(45deg, var(--main_bgr), var(--second_bgr));
    --title: #173079;
    --sub_title: #344760;
    --main_txt: #0C1011;
    --second_txt: #FEFEFE;
    --main_bgr: #173079;
    --second_bgr: #0d2e92;
    --third_bgr: #0C1011;
    --alert:#ed1c24;
    --cl-hover: #faa942;
    --bg-blue: #f7fafe;
    --main-dark: #151a33;
    --light-grey: #172541;
    --time-hover: .4s;
    overflow-x: hidden;
}
body {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
}
a {
	color: #333;
}
.mid-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center; 
}
.relative {
    display: block;
}
.absolute {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.heading {
    font-size: 40px;
    text-align: center;
}
.page_section {
    padding: 40px 0;
}
.background_page {
    padding: 70px 0;
    text-align: center;
    position: relative;
    display: block;
    min-height: 100%;
}
.background_page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    opacity: .5;
}
.namlbn-breadcrumb {
    background-color: unset;
}
.namlbn-breadcrumb a {
    color: #fff;
}
.namlbn-breadcrumb i {
    padding-right: 5px;
}
body.single .namlbn-breadcrumb a {
    color: #000;
}
.grecaptcha-badge {
    display: none;
}
.top-position img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.top-position h1 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0!important;
    z-index: 2;
    font-size: 40px;
    color: #fff;
}
.top-position .namlbn-breadcrumb {
    text-align: center;
    position: relative;
    text-align: center;
    margin: 0;
    z-index: 2;
    font-size: 15px;
    color: #fff;
}
rs-fullwidth-wrap {
    z-index: 0;
}

.btn_hover_xthem {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn_hover_xthem:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: .5s;
    z-index: -1;
}
.btn_hover_xthem:hover:after { 
    transform: translateX(0); 
    background-color: var(--main_bgr); 
    border-radius: 20px; 
}
section.sec_banner_hera_home.page_section {
    padding: 0;
}
.sec-title-gth { margin-bottom: 10px; }
.sec-title-gth .premium-dual-header-first-container {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.sec-title-gth .premium-dual-header-first-container:before {
    content: '';
    position: absolute;
    left: 0;
    width: 85px;
    background: #f2bd04;
    height: 3px;
    bottom: 0px;
}
.animated {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-fill-mode: both!important;
    animation-fill-mode: both!important;
}

#site-wrapper { padding-bottom: 0; }

.namlbn-product-image-view:before {
    content: '';
    display: block;
    padding-bottom: 80%;
}

#page_about p { margin-bottom: .7em; }
.tlkd .elementor-widget-wrap.elementor-element-populated {
    cursor: pointer;
}
.col_thong_tin .product_meta {
    padding-top: 10px;
}

.single-post .content-post {
    background-color: inherit;
}
.gt_languages a.glink.nturl.active {
    background-color: #ffc!important;
}
div#trp-floater-ls {
    opacity: 0;
    visibility: hidden;
}

/* page gth */
.sec-lvhd .pafe-image-accordion__item-content__text {
    display: flex;
    align-items: center;
}
.sec-lvhd .pafe-image-accordion__item-content__text p {
    margin-bottom: 0!important;
    width: 76%;
    margin-right: 10px;
}
/* end page gth */
input, input::placeholder ,textarea ,textarea::placeholder {
    font-family: 'Montserrat', sans-serif!important;
}
textarea#order_comments {
    font-size: 17px;
}
article.content-post {
    padding-bottom: 30px;
}
article.content-post p,article.content-post li {
    line-height: 1.6em;
}
#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    flex: 50%;
    max-width: 50%;
    width: 50%;
}
#customer_login {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.woocommerce-MyAccount-navigation .is-active a {
    color: #fff!important;
}
.woof_reset_button_2 {
    font-size: 0px;
}
.woof_reset_button_2:before {
    content: 'Xóa hết';
    font-size: initial;
}
/* page search */
#content_archive_gtbh030620.content-search .news-date {
    margin-top: 0;
}
#content_archive_gtbh030620.content-search .news-title {
    font-size: 1em;
}
/* end page search */

div#primary {
    padding-bottom: 30px!important;
    background: unset;
}

/* btn */
.btn_readmore {
    background-color: var(--main_bgr);
    color: #fff;
    font-size: 15px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: .3s;
    -webkit-transition: .3s;
    margin-top: 15px;
}
.btn_readmore i {
    padding-left: 7px;
}
.btn_readmore:hover {
    background-color: var(--cl-hover);
}
@media (max-width: 1024px){
    .sec-lvhd .pafe-image-accordion__item-content__text p {
        margin-bottom: 10px!important;
        width: 100%;
    }
    .sec-lvhd .pafe-image-accordion__item-content__text {
        display: block;
    }
}

@media (max-width: 640px){
    .top-position h1 {
        font-size: 30px;
    }
    #customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        padding: 10px;
    }
    article.content-post h1.entry-title {
        font-size: 1.6em;
    }
    .page-template-default .entry-title {
        padding-bottom: 5px;
    }
    div#primary .container {
        padding: 0 5px;
    }
}

#content_archive_gtbh030620 a.page-numbers {
    background-color: var(--main_bgr);
    padding: 5px 10px;
}
#content_archive_gtbh030620 .navigation span {
    background-color: gray;
    color: #fff;
    padding: 5px 10px;
}
#content_archive_gtbh030620 .navigation a {
    text-decoration: none;
    color: #fff;
}

/* form */
#form_popup_pro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s;
}
#form_popup_pro.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#form_popup_pro .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
#form_popup_pro .content_form_tv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 35%;
    background-color: #fff;
}
#form_popup_pro .top_form_tu_van {
    padding: 5px 0;
}
#form_popup_pro .main_form_tu_van {
    background-color: #fff;
    padding: 10px 20px;
    border-top: 3px solid var(--title);
}
#form_popup_pro .top_form_tu_van img {
    margin: 0 auto;
    height: 80px;
    object-fit: contain;
}
#form_popup_pro .main_form_tu_van .title_dk_form {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 24px;
    color: #36365c;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
#form_popup_pro .main_form_tu_van .icon_hotline_form {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_bgr);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}
#form_popup_pro .icon_hotline_form i {
    padding: 10px;
    border: 1px solid var(--main_bgr);
    border-radius: 50%;
    font-size: 25px;
    margin-right: 10px;
    color: var(--main_bgr);
}
#form_popup_pro input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    text-indent: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #ced4da;
    border-image: initial;
    border-radius: 20px;
}
#form_popup_pro input.wpcf7-form-control.wpcf7-submit {
    background: var(--main_bgr);
    color: #fff;
    text-indent: 0;
}
#form_popup_pro input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--cl-hover);
    cursor: pointer;
}
#form_popup_pro .desc_form {
    display: none;
}
.page-template-default .entry-title {
    padding-bottom: 0 !important;
}
main#main {
    padding: 30px 0;
}
p.entry-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--title);
}

.title-section {
    color: var(--main_bgr);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
#ez-toc-container {
    width: 100%;
    margin: 12px 0;
}
.single-post table {
    width: 100%;
}
.single-post table, .single-post th, .single-post td {
    border: 1px solid;
}
.single-post td {
    padding: 5px 10px;
}
.single-post .related_posts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-color: #fff;
}
.single-post .related_posts ul li {
    margin-bottom: 0;
}
.single-post .related_posts .img {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-post .related_posts .img::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.single-post .related_posts .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}
.single-post .related_posts ul li:hover .img img {
    transform: scale(1.04);
    transition: all .3s;
}
.single-post .related_posts .title {
    padding-top: 8px;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 640px){
    .single-post .related_posts ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .heading {
        font-size: 32px;
    }
    .desc {
        max-width: 100%;
    }
    .page_section {
        padding: 20px 0;
    }
    .row {
        margin: 0;        
    }
}