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

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

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

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

.pd-20 {
    padding: 0px 20px 20px 20px !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-20 {
    padding: 0px 0px !important;
}

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

.pd-35 {
    padding: 0px 35px 20px 35px !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
}

/**menu**/
ul#mega-menu-primary li {
    margin: 0px !important;
    line-height: 60px !important;
}

ul#mega-menu-primary li a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #42464e !important;
    display: block !important;
    line-height: 60px !important;
    text-decoration: none !important;
    padding: 0px 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background: #fff;
    height: unset !important;
    line-height: 30px !important;
    border-bottom: 1px dashed #ebebeb;
    padding: 5px !important;
}

ul#mega-menu-primary li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a {
    border-bottom: 0px !important;
}

/**theme-sec**/
header#header {
    z-index: 9999 !important;
}

.stuck .header-main {
    height: 60px !important;
    background: #fff !important;
}

.theme-sec {
    padding-top: 80px !important;
    z-index: 99;
}

.theme-sec .header-theme p {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #42464e;
    padding-bottom: 20px;
    margin: 0px !important;
}

.theme-sec .header-theme h1 {
    font-size: 36px;
    text-align: center;
    color: #096f47;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
}

.btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-image: -moz-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    background-image: -webkit-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    background-image: -ms-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.btn-register {
    background-image: -moz-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
    background-image: -webkit-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
    background-image: -ms-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
    border-radius: 45px;
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
}

.btn-register:hover {
    color: #fff;
}

.btn:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/**footer**/
footer#footer {
    width: 100%;
    padding: 190px 0 0px 0;
    background: #101215;
}

footer#footer .footer-top, footer#footer .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title h3 {
    color: #d1d3d6;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer p, #footer a {
    font-size: 14px;
    color: #7d8492;
    padding: 5px 0;
    margin: 0;
    line-height: 24px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
}

footer#footer .footer-social {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

footer#footer .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px !important;
    text-align: center;
    line-height: 25px;
    color: #000 !important;
    font-size: 16px !important;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social a:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.2);
}

.footer-absolute {
    background-color: #101215;
    color: #7d8492;
    padding: 15px 0;
    border-top: 1px solid #24282e;
    font-size: 13px;
    position: relative;
    margin-top: 40px;
}

.footerForm {
    width: 100%;
    padding: 35px 95px 45px;
    background-image: -moz-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -webkit-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -ms-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: -330px;
}

.footerForm .formTitle {
    text-align: center;
}

.footerForm .formTitle h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    line-height: 30px;
}

.footerForm .formTitle p {
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 30px !important;
}

.footerForm span.wpcf7-form-control-wrap.email {
    width: 532px !important;
    float: left;
}

.footerForm .input-email {
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 30px !important;
    width: 100% !important;
    font-weight: 300;
    color: #575757 !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    margin-right: 15px;
    border: none !important;
    outline: none;
    box-shadow: unset !important;
}

.footerForm .btnEmail {
    background: transparent;
    height: 50px;
    line-height: 50px;
    border: solid 2px #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 50px;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 0px !important;
}

.formBody {
    width: 830px;
    margin: auto;
}

span.wpcf7-spinner {
    display: none;
}

/**category**/
article.box-optimize {
    width: 100%;
    display: inline-block;
    padding-bottom: 150px;
}

.category-grid {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.category-grid .category-icon {
    display: block;
    width: 204px;
    height: 204px;
    position: relative;
    margin: auto;
}

.category-grid .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-grid span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #000;
    margin-top: 15px;
}

.category-grid span:hover {
    color: var(--primary-color)
}

/**title**/
.home-title {
    width: 100%;
    text-align: center;
}

.home-title.text-left p {
    margin-bottom: 40px;
}

.home-title h3 {
    font-size: 42px;
    font-weight: bold;
    color: #096f47;
    margin-top: 30px;
    margin-bottom: 0px;
}

.home-title p {
    font-size: 21px;
    font-weight: 300;
    color: #42464e;
    margin-bottom: 75px;
}

/**backup top**/
.backUp {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 33px;
    z-index: 99999;
}

/**theme item**/
article.box-product {
    width: 100%;
    display: inline-block;
    position: relative;
}

article.box-product:after {
    content: "";
    width: 253px;
    height: 789px;
    background: url(../images/shape-left-index.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: -60px;
    z-index: -1;
}

article.box-product.right:after {
    content: "";
    width: 295px;
    height: 873px;
    background: url(../images/shape-right-index.png) no-repeat center center;
    position: absolute;
    bottom: -200px;
    left: unset !important;
    right: -80px !important;
}

.theme-item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(16 155 98 / 12%);
    -webkit-box-shadow: 0 0 40px 0 rgb(16 155 98 / 12%);
    -moz-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
    -o-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
    -os-box-shadow: 0 0 40px 0 rgba(16, 155, 98, .12);
    max-height: 386px;
    overflow: hidden;
}

.theme-item .theme-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.theme-item .theme-image img {
    width: 100%;
    position: relative;
}

.theme-item .theme-image .theme-action {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    text-align: center;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.theme-item .theme-image .theme-action a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 auto;
    font-weight: 400;
}

.theme-item .theme-image .theme-action .button-active {
    position: relative;
    top: 50%;
    background: transparent !important;
    transform: translateY(-50%);
}

.theme-item .theme-image .theme-action:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.theme-item .theme-image .theme-action a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
}

.theme-item .theme-image .theme-action a.view-demo {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -webkit-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -ms-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    margin-bottom: 15px;
}

.theme-item .theme-image .theme-action a.view-detail {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.theme-item .theme-info {
    padding: 25px;
    border-top: 0 solid #e1e1e1;
    background: #fff;
}

.theme-item .theme-info h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #096f47;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.theme-item .theme-info h3 a:hover {
    text-decoration: underline !important;
}

.theme-item .theme-info .price-landing {
    margin-top: 10px;
}

.theme-item .theme-info .price-landing ins span {
    color: #ee3523;
    font-weight: 700;
    font-size: 15px;
}

.theme-item .theme-info .price-landing del {
    color: gray;
}

.theme-item .theme-info .price-landing del span {
    font-size: 14px;
    padding-left: 5px;
}

.theme-item .theme-image:hover .theme-action {
    height: 100%;
}

/**single theme**/
.detail-container {
    width: 100%;
    display: inline-block;
    padding-bottom: 150px;
}

.detail-container .theme-intro {
    background: url(../images/bg-detail.png) no-repeat top center;
    overflow: hidden;
    padding: 145px 0 0;
    position: relative;
}

.detail-container .theme-intro:after {
    content: "";
    width: 770px;
    height: 576px;
    background: url(../images/shape-detail.png) no-repeat top right;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: 0;
}

.detail-container .theme-intro .theme-image .image-desktop {
    background: url(../images/bg-image-desktop-detail.png) no-repeat center center;
    width: 636px;
    background-size: cover;
    height: 597px;
    overflow: hidden;
    padding: 69px 33px 0 33px;
    position: absolute;
    bottom: -40px;
    right: 40px;
}

.detail-container .theme-intro .theme-image {
    text-align: right;
    position: relative;
    min-height: 510px;
    z-index: 999;
}

.detail-container .theme-intro .theme-image .image-desktop img {
    width: 100%;
}

.detail-container .theme-intro .theme-image .image-mobile {
    position: absolute;
    bottom: -64px;
    right: -20px;
    background: url(../images/bg-image-mobile-detail.png) no-repeat center center;
    width: 282px;
    height: 474px;
    overflow: hidden;
    padding-top: 59px;
    padding-right: 43px;
}

.detail-container .theme-intro .theme-image .image-mobile img {
    width: 197px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.detail-container .theme-intro h1 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #42464e;
    line-height: 1.2;
    font-weight: 300;
}

.detail-container .theme-intro .desc {
    font-size: 16px;
    color: #42464e;
    margin-bottom: 25px;
    font-weight: 400;
}

.detail-container .theme-intro .other-info {
    padding-bottom: 20px;
    border-top: 1px solid #c8e3d9;
    margin-bottom: 18px;
    padding-top: 25px;
}

.detail-container .theme-intro h1 span {
    display: block;
    font-size: 40px;
    color: #42464e;
    font-weight: bold;
    margin-top: 6px;
}

a.btn.action-preview-theme {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -webkit-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    background-image: -ms-linear-gradient(0deg, #0fd186 0%, #35d899 100%);
    margin-bottom: 15px;
    outline: none;
    display: inline-block;
    border-radius: 50px;
}

.other-info .price-landing ins span {
    color: #ee3523;
    font-weight: 700;
    font-size: 25px;
}

.other-info b {
    color: #ee3523;
    font-weight: 700;
    font-size: 25px;
}

.other-info .price-landing del {
    color: gray;
}

.other-info .price-landing del span {
    font-size: 18px;
    padding-left: 5px;
}

.detail-container .theme-detail .developer-info {
    background: #fff;
    border-bottom: solid 1px #ebebeb;
    height: 70px;
    box-shadow: 0 0 30px 0 rgb(31 147 100 / 12%);
}

.detail-container .theme-detail .developer-info h4 {
    margin: 0 0;
    font-size: 20px;
    color: #42464e;
    font-weight: 300;
    line-height: 70px;
    display: inline-block;
}

.detail-container .theme-detail .developer-info h4 span {
    font-weight: bold;
}

.detail-container .theme-detail .developer-info .line-text {
    display: inline-block;
    float: right;
}

.detail-container .theme-detail .developer-info .line-text a {
    line-height: 70px;
    font-size: 16px;
    font-weight: 400;
    color: #42464e;
    padding-left: 32px;
    margin-right: 60px;
}

.detail-container .theme-detail .developer-info .line-text .contact {
    background: url(../images/phone-contact.png) no-repeat center left;
    background-size: contain;
}

.detail-container .theme-detail .developer-info .line-text .guide {
    background: url(../images/tutorial.png) no-repeat center left;
    background-size: contain;
}

.detail-container .theme-detail .developer-info .line-text a:last-child {
    margin-right: 0;
}

.detail-container .theme-detail .developer-info .line-text .rule {
    background: url(../images/dieukhoan.png) no-repeat center left;
    background-size: contain;
}

.detail-container .theme-detail .info-theme {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.detail-container .theme-detail .detail-feature {
    padding-right: 30px;
}

.detail-container .theme-detail .detail-feature {
    color: #525252;
    font-size: 16px;
    line-height: 1.5em;
}

.detail-container .theme-detail .detail-feature .content-theme.setheight {
    max-height: 650px;
    overflow: hidden;
}

.detail-container .theme-detail .detail-feature .content-theme.setheight p {
    margin-bottom: 10px;
}

.detail-container .theme-detail .detail-feature .content-theme.setheight ul li {
    margin-bottom: 10px !important;
    list-style: inside disc !important;
}

.detail-container .theme-detail .detail-feature .content-theme.setheight .title-h h2 {
    font-size: 36px;
    font-weight: bold;
    color: #096f47;
    margin-bottom: 30px;
}

.detail-container .theme-detail .detail-feature .content-theme.setheight h1,
.detail-container .theme-detail .detail-feature .content-theme.setheight h2,
.detail-container .theme-detail .detail-feature .content-theme.setheight h3,
.detail-container .theme-detail .detail-feature .content-theme.setheight h4,
.detail-container .theme-detail .detail-feature .content-theme.setheight h5,
.detail-container .theme-detail .detail-feature .content-theme.setheight h6 {
    color: #096f47;
}

.action-preview-theme:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.home-title2 h3 {
    font-size: 36px;
    margin: 0 0 45px;
}

.detail-container .themes-related .slide-related .swiper-container {
    padding: 30px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.detail-container .themes-related .slide-related .swiper-button-prev:before, .detail-container .themes-related .slide-related .swiper-button-next:before {
    content: "" !important;
    width: 26px !important;
    height: 14px !important;
    position: absolute !important;
    background: url(../images/arrow-fade.png) no-repeat center center !important;
    background-size: contain !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
}

.detail-container .themes-related .slide-related .swiper-button-prev:before {
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.detail-container .theme-detail .suggest-tag {
    margin-top: 30px;
}

.detail-container .theme-detail .suggest-tag h3 {
    padding: 0 0 0;
    margin: 0 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
}

.detail-container .theme-detail .suggest-tag h3 span {
    font-size: 20px;
    color: #096f47;
    display: inline-block;
    border-bottom: 1px solid #096f47;
    padding-bottom: 25px;
    font-weight: 700;
}

/**category**/
.search-container {
    padding: 110px 0 150px 0;
    position: relative;
}

.search-container:before {
    content: "";
    height: 500px;
    display: block;
    background: url(../images/bg-top.png) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.search-container h1.search {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    color: #096f47;
    margin: 10px 0 0;
    position: relative;
}

.menu-toolbar {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 -22px 21px 0 rgb(10 166 105 / 6%);
    position: relative;
    z-index: 1;
}

.search-container .search-banner .index-title p {
    text-align: left;
    color: #42464e;
    font-size: 21px;
    font-weight: 300;
    margin: 10px 0 55px;
}

.theme-list {
    margin-top: 40px;
}

/**slide home*/
.feature-themes .slide-feature {
    position: relative;
    margin: -50px;
}

.feature-themes .feature-item .feature-image .image-desktop a img {
    width: 100%;
    height: auto;
}

.feature-themes .slide-feature:before {
    content: "";
    background: url(../images/shape-featured.png) no-repeat top left;
    width: 960px;
    height: 528px;
    position: absolute;
    bottom: 0;
    left: -370px;
}

.feature-themes .slide-feature .swiper-container {
    padding: 50px;
    margin-top: 23px;
}

.feature-themes .feature-item .feature-image .image-desktop {
    background: url(../images/bg-feature-image-desktop.png) no-repeat center bottom;
    width: 730px;
    height: 460px;
    padding-top: 62px;
    padding-left: 80px;
    margin-left: -80px;
    margin-bottom: -65px;
}

.feature-themes .feature-item .feature-image .image-mobile {
    background: url(../images/bg-feature-image-mobile.png) no-repeat center center;
    width: 260px;
    height: 395px;
    position: absolute;
    z-index: 9;
    bottom: -78px;
    right: 67px;
    padding-top: 51px;
    padding-left: 31px;
}

.feature-themes .feature-item .feature-image .image-desktop a {
    display: block;
    width: 570px;
    height: 332px;
    overflow: hidden;
}

.feature-themes .feature-item .feature-image .image-desktop a img {
    width: 100%;
    height: auto;
}

.feature-themes .feature-item .feature-image .image-mobile a {
    display: block;
    width: 198px;
    height: 270px;
    overflow: hidden;
}

.feature-themes .feature-item .feature-image .image-mobile a img {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.feature-themes .feature-item .feature-image {
    position: relative;
}

.feature-themes .feature-item .feature-info {
    padding-left: 0;
}

.feature-themes .feature-item .feature-info .title {
    font-size: 20px;
    color: #42464e;
    margin-top: 55px;
    border-bottom: 1px solid #c8e3d9;
    padding-bottom: 13px;
    font-weight: 300;
}

.feature-themes .feature-item .feature-info .title span {
    font-weight: bold;
    font-size: 40px;
    color: #42464e;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.feature-themes .feature-item .feature-info .other-info {
    padding: 13px 0 30px;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.feature-themes .swiper-button-next {
    bottom: 110px;
    top: auto;
    right: 360px;
}

.feature-themes .swiper-button-prev {
    bottom: 110px;
    top: auto;
    right: 400px;
    left: auto;
}

.feature-themes .swiper-button-prev, .feature-themes .swiper-button-next {
    background: none;
    width: 26px;
    height: 14px;
}

.feature-themes .swiper-button-prev:before, .feature-themes .swiper-button-next:before {
    content: "" !important;
    width: 26px !important;
    height: 14px !important;
    position: absolute !important;
    background: url(../images/arrow-fade.png) no-repeat center center !important;
    background-size: contain !important;
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
}

.feature-themes .swiper-button-prev:before {
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -moz-transform: rotate(0) !important;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

/**menu**/
div#mega-menu-wrap-menu-bar ul li:not(:last-child) {
    margin-right: 40px !important;
    position: relative;
}

div#mega-menu-wrap-menu-bar ul li a {
    font-size: 16px !important;
    color: #42464e !important;
    margin-right: 0;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    padding: 0px !important;
}

div#mega-menu-wrap-menu-bar ul li a svg, div#mega-menu-wrap-menu-bar ul li a img {
    margin-right: 10px;
}

#mega-menu-wrap-menu-bar #mega-menu-menu-bar > li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff !important;
    z-index: 9999;
}

#mega-menu-wrap-menu-bar #mega-menu-menu-bar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    width: 100%;
    margin: 0px !important;
    padding: 0px 5px !important;
}

#mega-menu-wrap-menu-bar #mega-menu-menu-bar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    padding: 4px 10px !important;
    width: 100% !important;
    color: #000;
}

#mega-menu-wrap-menu-bar #mega-menu-menu-bar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-menu-bar ul li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-menu-bar #mega-menu-menu-bar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:last-child) a {
    border-bottom: 1px solid #f2f2f2 !important;
}

div#mega-menu-wrap-menu-bar ul li a:after {
    content: "" !important;
    width: 100%;
    height: 1px;
    background: #12d288;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

div#mega-menu-wrap-menu-bar ul li a:hover:after {
    opacity: 1 !important;
}

.menu-toolbar .filter-form {
    text-align: right;
    display: flex;
    align-items: center;
}

.menu-toolbar .filter-form form input {
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 280px;
    padding: 0 50px 0 15px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    background: #e7f7f1;
    color: #4c7465;
    box-shadow: unset !important;
}

.menu-toolbar .filter-form form input::placeholder {
    color: #4c7465;
}

.menu-toolbar .filter-form form button {
    position: absolute;
    border: none;
    background: none;
    right: 25px;
    top: 15px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    line-height: 35px;
    margin: 0px;
}

.filter-form input {
    margin: 0px !important;
}

.menu-toolbar .filter-form form {
    margin: 0px !important;
}

.menu-toolbar .filter-form {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 75px;
}

.menu-toolbar .filter-form form button i {
    color: #6e8d81;
    font-weight: 300;
}

.alert.alert-success {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.pagination .current, .pagination a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color) !important;
    color: #fff;
}

.pagination a, .pagination span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.pagination {
    text-align: center;
}

.feature-item {
    visibility: hidden;
}

.swiper-slide-active {
    visibility: visible;
}

.mo-ta ul li {
    margin-bottom: 10px;
    list-style: inside disc !important;
}

.mo-ta p {
    margin-bottom: 10px;
}

.mo-ta.mo-ta-dau-trang {
    margin: 30px 0 20px 0;
}

.mo-ta.mo-ta-dau-trang {
    color: #000;
    font-size: 16px;
}

.more-product {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
}

.more-product a {
    color: #096f47;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.more-product:before {
    background-color: rgba(255, 255, 255, .8);
    display: block;
    content: "";
    height: 55px;
    position: absolute;
    top: -55px;
    width: 100%;
    left: 0;
}

.table-price .banner.haspromotion {
    padding: 110px 0 370px;
    background-size: cover;
}

.table-price .banner {
    background: url(/wp-content/uploads/2022/03/bg-banner.jpeg) no-repeat top center;
    color: #42464e;
    padding: 110px 0 265px;
}

.table-price .banner h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 6px;
    color: #42464e;
}

.table-price .banner p {
    color: #42464e;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}