.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

#wrapper, #main {
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700 !important;
    height: 45px;
    line-height: 45px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    max-width: 500px !important;
    width: 500px !important;
}

/**search**/
form.searchform {
    width: 350px;
    margin-left: 30px !important;
}

input#s {
    height: 40px;
    box-shadow: unset !important;
    width: 100%;
    border-radius: 3px !important;
    border: 1px solid var(--primary-color);
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    width: 35px !important;
    height: 35px;
    position: absolute;
    top: 3px;
    right: 2px;
    border-radius: 3px !important;
}

p.from_the_blog_excerpt {
    color: #ffff;
}

.col.post-item a.plain {
    margin-bottom: 15px !important;
    display: block;
}

.home-title h3 {
    margin: 0px !important;
    padding: 8px 10px;
    background: var(--primary-color);
    width: unset !important;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.home-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px !important;
    border-bottom: 1px solid var(--primary-color);
}

.cot_6 .col.post-item {
    padding-bottom: 10px !important;
}

.cot_6 .box-text.text-left.is-small {
    padding-bottom: 10px !important;
}

#footer {
    background: var(--primary-color);
}

.blog-sec .box-text.text-left.is-small {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

/**Tai-lieu**/
section#breadcrumbs {
    width: 100%;
    padding: 10px 0;
    background: rgba(247, 247, 247, 1);
}

section#product-page {
    width: 100%;
    display: inline-block;
    margin: 25px 0;
}

.document-item {
    width: 100%;
    display: inline-block;
    border-radius: 4px !important;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.document-item .document-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.document-item .document-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.3s ease-in-out;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.document-item .document-content h3 {
    text-align: center;
    font-size: 15px;
    min-height: 45px;
    margin: 0px !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 23px;
    -webkit-box-orient: vertical;
}

.document-item .document-content {
    width: 100%;
    padding: 10px;
}

.document-item .document-content h3:hover {
    color: var(--primary-color)
}

.document-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset !important;
    border: 1px solid #f2f2f2;
}

.document-item:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
}

.document-price, .document-free {
    position: absolute;
    top: 0px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px 0 0 0;
}

.document-free {
    background: rgba(54, 189, 124, 1) !important;
}

/**single**/
.document-gallery img {
    width: 100%;
    height: 100%;
}

.document-gallery {
    position: relative;
    border: 1px solid #f2f2f2;
}

.document-gallery .document-free, .document-gallery .document-price {
    border-radius: 4px;
    top: 7px;
    left: 7px;
}

.document-summary h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-weight: normal;
}

.document-summary h3:after {
    content: "";
    display: block;
    width: 20%;
    height: 0;
    border-color: rgba(0, 0, 0, .08);
    border-width: 0 0 1px;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: 0;
}

.document-info .product-price {
    color: #ff3333;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.document-info .product-download a {
    padding: 6px 15px;
    margin-right: 10px;
    border-radius: 3px;
    background: #0095eb;
    color: white;
}

.accordion .question:last-child {
    margin-bottom: 0;
}

.accordion .questio, .accordion .question i, .accordion .question .title {
    color: #1e73be;
}

.accordion {
    margin-top: 20px;
}

.accordion .question .title:before {
    content: "";
    width: 49px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-color: rgba(0, 0, 0, .08);
}

.accordion .question.active .title {
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, .08);
}

.accordion .question.active .title > .acc-icon-plus {
    display: none;
}

.accordion .question .answer {
    padding: 15px 20px 20px;
    overflow: hidden;
    display: none;
    box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 6%);
}

.accordion .question .title {
    padding: 14px 14px 14px 60px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    background: #f9f9f9;
    box-shadow: inset 0px 4px 3px -2px rgb(0 0 0 / 4%);
}

.accordion .question {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .08);
}

.accordion .question p {
    margin-bottom: 10px;
}

.accordion .question.active .title > .acc-icon-minus {
    display: block !important;
}

.accordion .question .title > .acc-icon-minus {
    display: none !important;
}

.accordion .question .title > .acc-icon-plus, .accordion .question .title > .acc-icon-minus {
    font-size: 17px;
    line-height: 17px;
    display: block;
    position: absolute;
    left: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .25);
}

.document-related h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
}

.document-related {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

/**category**/
section#category-page {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.cat-title > h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--primary-color);
}

.cat-title {
    border-bottom: 2px solid var(--primary-color);
}

.cat-body {
    width: 100%;
    display: block;
    margin: 20px 0;
}

/**single**/
header#single-header {
    margin-bottom: 20px;
}

header#single-header h1 {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--primary-color);
}

.post-related {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.widget-post-title {
    background: #898486;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 8px 0;
}

span.widget-title {
    background: #898486;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 13px 0;
    width: 100%;
    display: block;
}

span.widget-title span {
    margin: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.widget-post-title h3 {
    margin: 0px !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.widget-post-body {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background: var(--primary-color);
}

.wd-post-item {
    width: 100%;
    display: inline-block;
}

.wd-post-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}

.wd-post-item .wd-post-item-thumbnail {
    width: 90px;
    float: left;
    height: 70px;
}

.wd-post-item .wd-post-item-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 5px;
}

.wd-post-item .wd-post-item-content {
    width: calc(100% - 90px);
    float: left;
    padding-left: 10px;
}

.wd-post-item .wd-post-item-content h4 {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**post**/
.post-item {
    width: 100%;
    display: block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item .post-content p {
    color: #333;
    font-size: 15px;
}

.post-item .post-content h4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 25px;
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.post-item h4:hover {
    color: var(--color-hover) !important;
}

.post-item .postPlay i {
    font-size: 25px;
    color: #fff;
}

.post-item .postPlay {
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: 1px dashed #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    top: -100%;
}

.post-item .post-content p, .post-excerpt {
    margin-bottom: 0px !important;
    font-size: 14px;
}

.post-item:hover .postPlay {
    transition: 0.3s ease-in-out;
    top: 50%;
}

/**single**/
header#single-header {
    margin-bottom: 20px;
}

header#single-header h1 {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: var(--primary-color);
}

.post-related {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
}

.owl-nav button {
    margin: 0px !important;
    width: 40px;
    height: 40px;
    min-height: 40px;
    background: #fff !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 5px !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button i {
    color: var(--primary-color)
}

button.owl-prev {
    left: -60px;
}

button.owl-next {
    right: -60px;
}

.owl-dots {
    display: none !important;
}

.content-rating {
    width: 100%;
    margin: 20px 0 0 0;
    display: inline-block;
}

.contact-header h3 {
    margin: 0px !important;
    font-size: 25px;
}

.contact-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

li.html.custom.html_topbar_right a {
    margin-left: 10px !important;
}

.button.single_add_to_cart_button,
.quantity.buttons_added,
.product-short-description {
    display: none;
}

span.amount,
ins span.amount {
    color: red !important;
    font-size: 30px;
}
del span.amount {
    color: #eaeaea;
}

.button.buy_now_button {
    padding: 0px 15px;
    margin-right: 10px;
    border-radius: 3px;
    background: #0095eb;
    color: white;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    text-transform: none;
    color: rgb(14, 14, 14) !important;
}