/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

:root {
    --color-green: #a9d18e;
    --color-white: #fff;
    --color-black: #000;
    --color-title: #555558;
    --color-sv: #666;
    --color-gray: #cfccc7;
    --color-titme: #9c9692;
}


.tpactive {
    color: black !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.service p {
    line-height: 28px;
    margin-top: 18px;
}

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}

#toc_container.have_bullets li {
    padding-left: 12px;
}

#toc_container ul ul {
    margin-left: 1.5em;
}

#toc_container {
    border: 1px solid var(--color-bread);
    margin-bottom: 1em;
    position: relative;
}

#toc_container p.toc_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bg-seemore);
    font-size: 31px;
}

#toc_container.toc_black p.toc_title {
    color: #aaa;
}

#toc_container p.toc_title+ul.toc_list {
    padding: 10px 30px;
    overflow: hidden;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: var(--bg-seemore);
    font-size: 15px;
    line-height: 15px;
}

#toc_container a:hover {
    color: #007bff;
}

.vuta_toc_readmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.vuta_toc_readmore:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.vuta_toc_readmore a {
    color: #222 !important;
    display: block;
    font-size: 13px !important;
    font-weight: 700;
}

.vuta_toc_readmore a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.vuta_toc_expand {
    text-align: center;
}

.vuta_toc_expand a {
    position: relative;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 700;
}

.vuta_toc_expand a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

vuta_toc_expand a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

vuta_toc_expand a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 4px solid #222;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.more-news .box--img {
    border-radius: 15px;
    overflow: hidden;
}

.box__aside--tag {
    line-height: 20px;
}

.box__side--item a {
    color: black;
}

.news-content .box--img {
    border-radius: 15px;
    overflow: hidden;
}

.news-content .box__news--item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 410px;
    background-position: center center;
    background-size: cover;
}

.news-content .box__news--item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    transition: 0.2s all;
}

.news-item .box__news--content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    transition: 0.2s all;
}

.news-content .top {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
}

.news-content .top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    transition: 0.2s all;
}

.detail-en .box__en--content .box {
    margin: 0 auto;
    text-align: center;
}

.course .top .box__content {
    padding-top: 15px;
}

.box__over--img .box--img {
    border-radius: 15px;
    overflow: hidden;
}

ooter a {
    color: black;
}

er__bottom .box--content {
    text-align: center;
    padding-top: 50px;
    color: var(--color-green);
}

.popup__item .popup__top .box--img img {
    width: auto;
}

.popup__item.sucsec .popup__bot .box--img img {
    width: auto;
}

.form-input input {
    width: 100%;
    border: none;
    border-bottom: 1px dashed #666666;
    margin-bottom: 20px;
    padding-left: 10px;
}

.form-input input:focus {
    outline: none;
}

.form-input {
    display: flex;
}

.form-input label {
    margin-bottom: 0;
}

.contact__content a {
    color: #555558;
}

select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: var(--color-white);
    border: 1px solid var(--color-title);
    color: var(--color-title);
}

.year {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--color-title);
}

.year:focus {
    outline: none;
}

.gr-row {
    margin-top: 25px;
    margin-bottom: 35px;
}

.add {
    background: var(--color-white);
    padding: 6px 16px;
    border-radius: 5px;
    border: 2px var(--color-green) dashed;
    color: var(--color-green);
    transition: all ease 0.5s;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 14px;
}

.add:hover {
    background: var(--color-green);
    color: var(--color-white);
}

.add:hover span {
    color: var(--color-white);
}

.add span {
    color: var(--color-green);
    margin-right: 3px;
}

.input-group .btn-up-file {
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    background-image: url(/themes/healing/assets/image/upload-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 78px;
    display: block;
}

.input-group .btn-up {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.input-group .btn-up span {
    color: var(--color-green);
}

.input-group .desc {
    text-align: center;
    width: 100%;
}

.input-group h3 {
    font-size: 18px;
    color: var(--color-black);
}

.input-group .btn-up .file,
.input-group .btn-up-file .file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.popup__item h5 {
    font-size: 16px;
    color: var(--color-gray);
    margin-top: 10px;
}

* {
    box-sizing: border-box;
}


/* force scrollbar */

html {
    overflow-y: scroll;
}


/* ---- grid ---- */

.grid {
    background: #fff;
}


/* clear fix */

.grid:after {
    content: "";
    display: block;
    clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    width: 100%;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

.footer__bottom .box--content strong {
    color: var(--color-green);
}

.coffee img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2
}

.page-header {
    background-image: url('/themes/healing/assets/image/page-header-bg-1-1.jpg');
    position: relative
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}


.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 95px;
    text-align: center;
}

@media(max-width:480px) {
    .page-header .container {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.page-header .container h2,
.page-header .container h1 {
    margin: 0;
    line-height: 1;
    font-family: var(--special-font);
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px
}

@media(max-width:480px) {
    .page-header .container h2,
    .page-header .container h1 {
        font-size: 32px
    }
}

.thm-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thm-breadcrumb li span {
    display: block;
    line-height: 1
}

.thm-breadcrumb li {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.thm-breadcrumb li:not(:last-of-type) {
    margin-right: 10px
}

.thm-breadcrumb li a {
    opacity: .7;
    color: inherit
}

.product-item .btn-buy-now {
    background: #212529;
    color: #fff;
    padding: 8px 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: all .5s;
}

.product-item .product-price {
    color: #f00;
    font-size: 20px;
    font-weight: 700;
}

.product-item .product-title {
    font-size: 22px;
    font-weight: 700;
    color:#2f925f;
}

h2.title-header-process {
    font-size: 22px;
    text-align: center;
}

h3.title-block-process {
    font-size: 18px;
    margin-top: 20px;
     color:#2f925f;
}

.title-header-products {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    color:#2f925f;
}

.service .mobile  .box__right--content {
    background-image: url(/themes/healing/assets/image/bgbv.png) !important;
}