:root {
    --main-color: #004c45;
}

span.liner {
    margin: 0 auto;
    width: 65px;
    background-color: #FFD166;
}

.contact {
    color: white;
    font-weight: 400;
    background: #457e55;
    background: -webkit-gradient(linear, left bottom, left top, from(#457e55), to(#345d3b));
    background: linear-gradient(0deg, #457e55 0, #345d3b 100%) height: 40px;
    line-height: 40px;
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .contact {
        display: none;
    }
}

.contact .phone i {
    color: white;
}

.menu {
    background-color: #004c45;
}

.menu .navbar-toggler {
    margin-right: -45px;
}

.menu .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/list-menu.svg) !important;
    width: 1.2rem;
    height: 1.2rem;
}

@media screen and (min-width: 768px) {
    .menu ._megamenu {
        width: 50rem;
        padding: 2rem;
        border: 5px solid #FFD166;
    }
}

@media screen and (max-width: 480px) {
    .menu ._megamenu {
        background-color: unset;
        border: unset;
    }
}

@media screen and (max-width: 480px) {
    .menu ._megamenu .row .col-lg-6:last-child {
        display: none;
    }
}

.menu ._megamenu .item {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    margin: 0 auto;
    width: 70%;
    font-weight: 600;
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .menu ._megamenu .item {
        width: unset;
        border: none;
        color: #414141;
        font-size: 11px;
        padding: 10px;
    }
}

.menu ._megamenu .item i {
    color: #f0be43;
    font-size: 12px;
    margin-right: 1rem;
}

@media screen and (max-width: 480px) {
    .menu ._megamenu .item i {
        font-size: 5px;
        margin-right: 5px;
    }
}

.buy {
    border: 1px solid #FFD166;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.buy i {
    margin-right: 8px;
}

@media screen and (max-width: 480px) {
    .buy {
        display: none;
    }
}

.__title {
    font-size: 14px;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .__title {
        font-size: 11px;
        color: white !important;
    }
}

@media screen and (max-width: 480px) {
    .__title {
        color: #414141 !important;
        font-size: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .__title::after {
        content: none;
    }
}

footer {
    background-image: url(../images/bg2.png);
    width: 100%;
    height: 100%;
    color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 50px;
}

footer .logo-column .list-ico {
    padding-top: 10px;
}

footer .logo-column .list-ico img {
    width: 70%;
}

footer .address {
    margin-top: 2rem;
}

footer .address h3 {
    font-weight: 500;
    font-size: 20px;
}

footer .address p {
    font-size: 16px;
}

footer .address p i {
    color: #f9d066;
    margin-right: 5px;
}

footer .list {
    color: white;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    footer .list .col-6:first-child {
        padding-left: 2rem;
    }
}

footer .list a {
    color: white;
}

footer .list li {
    margin-top: 5px;
}

footer button {
    background-color: #75a75e;
    color: white;
    border: none;
    padding: 10px 0 10px 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    footer button {
        font-size: 13px;
    }
}

footer .col-md-4 .list-ico span {
    margin: 0 15px 0 15px;
}

@media screen and (max-width: 480px) {
    footer .col-md-4 .list-ico {
        margin-top: 2rem;
        display: none !important;
    }
}

footer .subcribe {
    padding-top: 2rem;
}

footer .subcribe p {
    margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
    footer .subcribe img {
        display: none;
    }
}

footer .subcribe .input-group button {
    background-color: #d0a437;
    color: white;
    font-weight: 500;
    border: unset;
    border-color: unset;
    font-size: 15px;
    margin-top: unset;
}

footer .subcribe .input-group input {
    border-radius: 5px;
    border: none;
    border-color: unset;
    font-size: 15px;
}

footer .after {
    margin-top: 18px;
    position: fixed;
    width: 100%;
    background-color: var(--main-color);
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    bottom: 0;
    z-index: 999999999999;
}

footer .after .sdk {
    text-align: left;
}

footer .after .note {
    text-align: right;
}

.banner p.breadcumb {
    font-size: 12px;
    margin-bottom: unset;
    height: 40px;
    line-height: 40px;
}

.banner p.breadcumb a {
    color: black;
}

.banner p.breadcumb i {
    font-size: 11px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    color: white;
    width: 10px;
    height: 10px;
}

.banner .swiper-button-prev {
    left: 30px;
}

.banner .swiper-button-next {
    right: 30px;
}

.liner {
    margin: 0 auto;
    height: 2px;
    background-color: #D3A638;
    margin-top: 1rem;
    display: block;
}

.main {
    margin-top: 2rem;
}

.main .left-column {
    border: 1px solid #ccc;
    padding: 20px;
}

.main .left-column .header .liner {
    margin: unset !important;
    height: 2px;
    background-color: #DAA401;
    margin-top: 1rem;
    display: block;
    width: 100px;
}

.main .left-column .header h3 {
    color: #519746;
}

.main .left-column .header hr {
    margin-top: -1px;
}

.main .left-column .header p.description {
    font-weight: 600;
    font-size: 13px;
}

.main .left-column .body .content .title a {
    color: var(--color-main);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
}

.main .left-column .body .content .time {
    font-size: 12px;
}

.main .left-column .body .content .time i {
    color: #EFA300;
    margin-right: 5px;
}

.main .left-column .body .content .description {
    font-weight: 600;
    font-size: 13px;
}

.main .left-column .body .content p.read-more {
    color: #EFA300;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: unset;
    position: absolute;
    bottom: 0;
}

.main .left-column .body .content p.read-more i {
    margin-left: 5px;
    font-size: 11px;
}

.main .img-product h3 {
    font-size: 15px;
    font-weight: 600;
    color: #519746;
    margin-top: 10px;
}

.main .img-product .info .sale {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: unset;
}

.main .img-product .info .sale strong {
    color: red;
    font-size: 18px;
    font-weight: 600;
}

.main .img-product .info .price-origin {
    font-size: 13px;
}

.btn-area i {
    color: white;
    line-height: 50px;
    margin-right: 5px;
}

.btn-area .buy-area {
    height: 52px;
    border-radius: 5px;
    display: block;
    width: 100%;
    background: #457e55;
    background: -webkit-gradient(linear, left bottom, left top, from(#457e55), to(#345d3b));
    background: linear-gradient(90deg, #457e55 0, #345d3b 100%);
}

.btn-area .buy-area a {
    color: white;
}

@media screen and (max-width: 480px) {
    .btn-area .buy-area {
        font-size: 15px;
    }
}

.btn-area .buy-now {
    background: -webkit-gradient(linear, left bottom, left top, from(#CB9A3C), to(#B58531));
    background: linear-gradient(90deg, #CB9A3C 0, #B58531 100%);
    border-radius: 5px;
    height: 52px;
}

@media screen and (max-width: 480px) {
    .btn-area .buy-now {
        font-size: 15px;
    }
}

.btn-area .buy-now a {
    color: white;
}

.customer .header {
    background-color: var(--main-color);
    height: 50px;
}

.customer .header h3 {
    line-height: 50px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.customer .body {
    background-color: #f2f2f2;
    padding: 5px 0 0 10px;
}

.customer .body .text {
    font-size: 12px;
    font-weight: 600;
    padding: 12px;
}

.newsest .header h3 {
    color: var(--color-main);
    font-weight: 700;
    display: inline;
    font-size: 18px;
}

.newsest .body img {
    width: 100%;
}

.newsest .body .list-news li {
    list-style: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
}

.newsest .body .list-news li a {
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.newsest .body .list-news li i {
    color: #feba01;
    font-size: 11px;
    margin-right: 5px;
}

.rv-star .body {
    background-color: unset;
}

.rv-star .body .customer-rv img {
    border-radius: 50% !important;
    width: 60%;
    height: 9rem;
}

.rv-star .body .customer-rv .name {
    color: black;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.rv-star .body .customer-rv .function {
    font-size: 12px;
}

.rv-star .body .customer-rv .talk {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.contact {
    height: auto !important;
}

.contact h3 {
    line-height: 50px;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
}

.contact .header {
    height: 52px !important;
}

.contact .body {
    background-color: #f2f2f2;
    height: 100%;
}

.contact .body form {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
}

.contact .body form input {
    height: 60px;
}

.contact .body form input,
.contact .body form textarea {
    display: block;
    width: 100%;
    border: 1px solid #D3A638;
    border-radius: 5px;
    padding: 10px;
}

.contact .body form button {
    background: #008652;
    background: -webkit-gradient(linear, left right, left right, from(#008652), to(#04544E));
    background: linear-gradient(90deg, #008652 0%, #04544E 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: white;
    font-weight: 500;
    margin-top: 1rem;
}

@media screen and (max-width: 480px) {
    .contact .body form button {
        margin-bottom: 1rem;
    }
}

.contact .body form button i {
    margin-left: 1rem;
}

.new-detail .left-column .header h3 {
    color: #CE9506;
    font-size: 25px;
}

.new-detail .left-column .header .time {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
}

.new-detail .left-column .header .time i {
    color: #CE9506;
    margin-right: 15px;
}

.new-detail .left-column .header .description {
    border: 1px dotted #CE9506;
    padding: 20px;
    color: var(--color-main);
}

.new-detail .left-column .body ._list .item {
    font-size: 13px;
}

.new-detail .left-column .body ._list .item i {
    color: #CE9506;
    font-size: 10px;
    margin-right: 5px;
}

.new-detail .left-column .body .content .high-light {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 600;
}

.news {
    margin-bottom: 3rem;
}

.news .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.news .header h3 {
    color: var(--main-color);
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .news .header h3 {
        font-size: 15px;
    }
}

.news .read-all {
    margin-top: -2rem;
    color: var(--color-main);
}

.news .read-all a {
    color: var(--color-main);
}

.news .read-all i {
    color: #D3A638;
    margin-left: 5px;
}

.news .body .w-100 {
    margin-top: -10px;
}

.news .body .right-column .title a {
    color: var(--main-color);
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .banner-sale {
        display: none;
    }
}

.banner-sale .content {
    margin-top: 5rem;
    margin-right: 1rem;
}

.banner-sale .content .title {
    color: #d8a204;
    font-weight: 600;
}

.banner-sale .content .des {
    font-weight: 600;
    font-size: 15px;
}

.banner-sale .content .border-cus {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #CE9506;
    color: var(--color-main);
    font-weight: 600;
    font-size: 19px;
}

.banner-sale .content .action {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 3rem;
}

.banner-sale .content .action i {
    padding-right: 10px;
}

.banner-sale .content .action .buy-area {
    background: #008753;
    background: -webkit-gradient(linear, left bottom, left top, from(#008753), to(#2b9947));
    background: linear-gradient(0deg, #008753 0%, #2b9947 100%);
    height: 52px;
    border-radius: 5px;
}

.banner-sale .content .action .buy-area a {
    color: white;
}

@media screen and (max-width: 480px) {
    .banner-sale .content .action .buy-area {
        font-size: 15px;
    }
}

.banner-sale .content .action .buy-now {
    background: #b3812e;
    background: -webkit-gradient(linear, left bottom, left top, from(#b3812e), color-stop(81%, #cf9d3a));
    background: linear-gradient(0deg, #b3812e 0%, #cf9d3a 81%);
    border-radius: 5px;
    height: 52px;
}

@media screen and (max-width: 480px) {
    .banner-sale .content .action .buy-now {
        font-size: 15px;
    }
}

.banner-sale .content .action .buy-now a {
    color: white;
}

.page {
    margin-bottom: 2rem;
}

.page .number {
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    margin-right: 1rem;
}

.page .number a {
    color: black;
}

.page .active {
    border: none;
    color: white !important;
    background-color: #CE9506;
}

.banner p.breadcumb {
    font-size: 12px;
    margin-bottom: unset;
    height: 40px;
    line-height: 40px;
}

.banner p.breadcumb a {
    color: black;
}

.banner p.breadcumb i {
    font-size: 11px;
}

.banner h3 {
    color: #DAA401;
}

.area .header h3 {
    color: #519746;
}

.area .body ul li {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    list-style-type: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.area .body ul li i {
    color: #519746;
    font-size: 12px;
}

span.liner {
    background-color: #D39735;
    height: 2px;
    width: 65px;
    display: block;
}


/* .banner-2 {
   
    width: 100%;
    height: 100%;
} */

.banner-2 .left-column .iso {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 15%;
}

@media screen and (max-width: 480px) {
    .banner-2 .left-column .iso {
        right: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .banner-2 .left-column .iso {
        right: 0rem;
    }
}

@media screen and (min-width: 768px) {
    .banner-2 .right-column {
        padding-left: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column .b-white-mb {
        background-color: white;
    }
}

.banner-2 .right-column p.title {
    color: #D3A23E;
    font-size: 19pt;
    margin-bottom: unset;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column p.title {
        text-align: center;
        font-size: 15pt;
        font-weight: 700;
    }
}

.banner-2 .right-column p.bf-title {
    color: var(--color-main);
    font-size: 11pt;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column p.bf-title {
        font-size: 9pt;
        font-weight: 600;
        text-align: center;
    }
}

.banner-2 .right-column p.detail {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column p.detail {
        font-size: 12px;
        font-weight: 600;
    }
}

.banner-2 .right-column p.read-more {
    color: #D3A638;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column p.read-more {
        text-align: center;
    }
}

.banner-2 .right-column .list-function p {
    margin-bottom: unset;
    height: 3rem;
    line-height: 3rem;
}

.banner-2 .right-column .list-function p:not(:first-child) {
    margin-top: 1rem;
}

.banner-2 .right-column .list-function .text {
    color: var(--color-main);
    font-weight: 600;
    font-size: 10pt;
    padding-top: 1rem;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column .list-function .text {
        font-size: 10px!important;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-2 .right-column .list-function .text {
        font-size: 10px!important;
    }
}

.banner-2 .right-column .list-function .action {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 3rem;
}

.banner-2 .right-column .list-function .action i {
    padding-right: 10px;
}

.banner-2 .right-column .list-function .action .buy-area {
    background: #008652;
    background: -webkit-gradient(linear, left right, left right, from(#008652), to(#04544E));
    background: linear-gradient(90deg, #008652 0%, #04544E 100%);
    height: 52px;
    border-radius: 10px;
    margin-right: 20px;
    display: block;
    width: 100%;
    color: white;
}

.banner-2 .right-column .list-function .action .buy-area:hover {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column .list-function .action .buy-area {
        font-size: 15px;
    }
}

.banner-2 .right-column .list-function .action .buy-now {
    background: #b3812e;
    background: -webkit-gradient(linear, left bottom, left top, from(#b3812e), color-stop(81%, #cf9d3a));
    background: linear-gradient(0deg, #b3812e 0%, #cf9d3a 81%);
    border-radius: 10px;
    height: 52px;
    display: block;
    width: 100%;
    color: white;
}

@media screen and (max-width: 480px) {
    .banner-2 .right-column .list-function .action .buy-now {
        font-size: 15px;
    }
}

.banner-2 .right-column .list-function .action .buy-now:hover {
    text-decoration: none;
}

.banner-3 .header .liner {
    margin: 0 auto;
    width: 65px;
}

.banner-3 .header .title-mb {
    margin-top: -2rem;
}

@media screen and (min-width: 768px) {
    .banner-3 .header .title-mb {
        display: none;
    }
}

.banner-3 .header .title-mb .liner-text {
    position: absolute;
    background-color: black;
    width: 30px;
    height: 1px;
    margin-top: -30px;
}

.banner-3 .header .title-mb .left {
    left: 50px;
}

.banner-3 .header .title-mb .right {
    right: 50px;
}

.banner-3 .header .title-mb p {
    color: #CE9506;
    font-weight: 700;
    font-size: 22px;
}

.banner-3 .header .title-mb p:last-child {
    color: #519746;
    font-size: 11px;
    margin-top: -10px;
}

.banner-3 .header h3 {
    color: var(--color-main);
}

@media screen and (max-width: 480px) {
    .banner-3 .header h3 {
        display: none;
    }
}

.banner-3 div.body {
    margin-top: 2rem;
}

.banner-3 div.body .img-border {
    border: 1px solid #FFD166;
    padding: 5px;
    height: 150px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.banner-3 div.body .img-border img {
    width: 84%;
    position: absolute;
    z-index: -99;
    margin-top: -10px;
    max-height: 150px;
}

.banner-3 div.body .content {
    font-weight: 500;
    font-size: 14px;
}

.liner-gradient {
    height: 2px;
    margin-top: 2rem;
    background: #eeedd7;
    background: -webkit-gradient(linear, left top, right top, from(#eeedd7), color-stop(52%, #d3a638), color-stop(98%, #eeedd7));
    background: linear-gradient(90deg, #eeedd7 0%, #d3a638 52%, #eeedd7 98%);
}

@media screen and (min-width: 768px) {
    .banner-3 ._child-banner ._header {
        display: none;
    }
}

.banner-3 ._child-banner ._header h3 {
    color: #519746;
    font-size: 15px;
}

.banner-3 ._child-banner ._header h3:last-child {
    color: #CE9506;
    font-size: 25px;
}

.banner-3 ._child-banner .header h3.first {
    font-size: 25px;
    font-weight: 400;
}

.banner-3 ._child-banner .header h3.second {
    font-size: 25px;
    color: #D3A638;
    font-weight: 600;
    margin-bottom: 2rem;
}

.banner-3 ._child-banner .blocks .noo {
    width: 13rem !important;
}

.banner-3 ._child-banner .blocks span.liner {
    margin: 0 auto;
    background-color: white;
    width: 50px;
}

.banner-3 ._child-banner .blocks .block {
    padding-top: 25px !important;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .banner-3 ._child-banner .blocks .block {
        min-height: 225px;
    }
}

.banner-3 ._child-banner .blocks .block .title-block {
    margin-top: 0rem;
    font-size: 14px;
}

.banner-3 ._child-banner .blocks .block .content-block {
    font-size: 13px;
    padding-top: 20px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .green-block:first-child {
        margin-top: unset;
    }
}

@media screen and (max-width: 480px) {
    .banner-3 ._child-banner .blocks .green-block {
        margin-top: 2rem;
        background-color: white !important;
        border: 1px dotted black !important;
        color: black !important;
        font-weight: 700;
    }
    .banner-3 ._child-banner .blocks .green-block .content-block {
        text-align: left;
        padding-top: unset !important;
    }
    .banner-3 ._child-banner .blocks .green-block p:first-child {
        background-color: #519746;
        width: 9rem;
        color: white;
        padding: 5px 10px 5px 10px;
        margin-top: -50px;
        margin-left: -11px;
        border-top-right-radius: 10px;
    }
    .banner-3 ._child-banner .blocks .green-block .liner {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .green-block {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .banner-3 ._child-banner .blocks .yeallow-block {
        background-color: #D3A638;
        border-radius: 5px;
    }
}

@media screen and (max-width: 480px) {
    .banner-3 ._child-banner .blocks .yeallow-block {
        margin-top: 2rem;
        background-color: white !important;
        border: 1px dotted black !important;
        color: black !important;
        font-weight: 700;
    }
    .banner-3 ._child-banner .blocks .yeallow-block p:first-child {
        background-color: #CE9506;
        width: 9rem;
        color: white;
        padding: 5px 10px 5px 10px;
        margin-top: -50px;
        margin-left: -11px;
        border-top-right-radius: 10px;
    }
    .banner-3 ._child-banner .blocks .yeallow-block .liner {
        display: none;
    }
    .banner-3 ._child-banner .blocks .yeallow-block .content-block {
        text-align: left;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .yeallow-block {
        margin-top: 2rem;
    }
}

.banner-3 ._child-banner div.read-more {
    border: 1px solid #B6863E;
    border-radius: 5px;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

.banner-3 ._child-banner div.read-more a {
    color: #B6863E;
}

.banner-4 {
    background-image: url(../images/bg2.png);
    width: 100%;
    height: 100%;
    margin-top: 2rem;
}

.banner-4 div.header h3 {
    color: white;
    font-weight: 500;
    padding-top: 3rem;
}

.banner-4 div.header span.liner {
    margin: 0 auto;
    width: 65px;
    background-color: #FFD166;
}

.banner-4 .body {
    margin-top: 2rem;
}

.banner-4 .body .start-review .img-zone {
    border-radius: 50%;
    padding: 10px;
}

.banner-4 .body .start-review .img-zone img {
    width: 60%;
}

.banner-4 .body .start-review .text-zone {
    position: relative;
    margin-top: 2rem;
}

.banner-4 .body .start-review .text-zone .container {
    padding-left: 2.5rem;
}

.banner-4 .body .start-review .text-zone img {
    position: absolute;
    margin-top: 15px;
    left: 10px;
    width: 20px;
}

.banner-4 .body .start-review .text-zone p.name {
    color: white;
    padding-top: 1.5rem;
    margin-bottom: 10px;
}

.banner-4 .body .start-review .text-zone p.content {
    color: white;
    font-size: 14px;
}

.start-review .text-zone p.content:after {
    content: "";
    position: absolute;
    background-image: url('../images/star.png');
    width: 100px;
    height: 25px;
    bottom: 0;
    background-size: cover;
    left: 35%;
}

.banner-5 .header {
    margin-top: 3rem;
    height: 3px;
}

.banner-5 .header h3 {
    color: var(--color-main);
    font-weight: 500;
}

.banner-5 .header span.liner {
    margin: 0 auto;
}

.banner-5 .body {
    padding-top: 4rem;
}

.banner-5 .body .list-news img {
    min-height: 355px;
}

@media screen and (max-width: 480px) {
    .banner-5 .body .list-news img {
        min-height: unset;
    }
}

.banner-5 .body .list-news .content {
    padding: 10px;
    font-weight: 500;
}

.banner-5 .body .list-news .content i {
    color: #D3A638;
    font-size: 12px;
    margin-right: 5px;
}

.banner-5 .body .list-news .content a {
    color: black;
    font-size: 16px;
}

.banner-6 {
    background-image: url(../images/bg1.png);
    width: 100%;
    height: 100%;
}

.banner-6 .form-contact {
    background-color: #004c45;
    height: 100%;
}

.banner-6 .form-contact .header {
    background-color: #004c45;
    color: white;
    padding: 25px 25px 0px;
}

.banner-6 .form-contact .header h3 {
    font-weight: 600;
    background: linear-gradient(90deg, #aa823d 0%, #d2c368 51%, #aa823d 100%);
    font-size: 20px!important;
    padding: 20px;
    border-radius: 15px;
}

@media screen and (max-width: 480px) {
    .banner-6 .form-contact .header h3 {
        font-size: 15px;
    }
}

.banner-6 .form-contact .body form {
    width: 90%;
    margin: 0 auto;
}

.banner-6 .form-contact .body form input {
    height: 40px;
}

.banner-6 .form-contact .body form input,
.banner-6 .form-contact .body form textarea {
    display: block;
    width: 100%;
    border: 1px solid #D3A638;
    border-radius: 5px;
    padding: 15px;
    margin-top: 1.75rem;
}

.banner-6 .form-contact .body form button {
    background: #aa823d;
    background: -webkit-gradient(linear, left top, right top, from(#aa823d), color-stop(51%, #d2c368), to(#aa823d));
    background: linear-gradient(90deg, #aa823d 0%, #d2c368 51%, #aa823d 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: white;
    margin-top: 1rem;
    font-size: 20px!important;
}

@media screen and (max-width: 480px) {
    .banner-6 .form-contact .body form button {
        margin-bottom: 1rem;
    }
}

.banner-6 .form-contact .body form button i {
    margin-left: 1rem;
}

.banner-7 .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.banner-7 .header h3 {
    color: var(--color-main);
    padding: 5px 0 0 10px;
}

@media screen and (max-width: 480px) {
    .banner-7 .header h3 {
        font-size: 15px;
    }
}

.banner-7 .read-all {
    margin-top: -2rem;
    color: var(--color-main);
}

.banner-7 .read-all a {
    color: var(--color-main);
}

.banner-7 .read-all i {
    color: #D3A638;
    margin-left: 5px;
}

.banner-7 .body img {
    max-height: 255px;
}

.banner-7 .body .content {
    padding: 10px;
    font-weight: 500;
}

.banner-7 .body .content i {
    color: #D3A638;
    font-size: 12px;
    margin-right: 5px;
}

.banner-7 .body .content a {
    color: black;
    font-size: 13px;
}

.banner-7 .blocks {
    margin-bottom: 1rem;
}

.banner-7 .blocks .header img {
    margin-top: -23px;
}

.banner-7 .blocks .header h3 {
    display: inline;
}

.banner-7 .blocks .body img {
    width: 100%;
}

.banner-7 .blocks .body .list-news li {
    list-style: none;
    padding: 10px 15px 10px 0px;
}

.banner-7 .blocks .body .list-news li a {
    color: black;
    font-size: 14px;
}

.banner-7 .blocks .body .list-news li i {
    color: #feba01;
    font-size: 11px;
    margin-right: 5px;
}

.popup .row .popup-left {
    padding: unset;
}

@media screen and (max-width: 480px) {
    .popup .row .popup-left {
        display: none;
    }
}

.popup .row .popup-right {
    padding: unset;
}

.popup .row .popup-right .header {
    background: var(--main-color);
    background: -webkit-gradient(linear, left bottom, left top, from(var(--main-color)), color-stop(89%, #79a668));
    background: linear-gradient(0deg, var(--main-color) 0%, #79a668 89%);
}

.popup .row .popup-right .header h3 {
    color: white;
    font-size: 15px!important;
    font-weight: 600;
    padding: 20px;
}

.popup .row .popup-right .body form {
    margin: 0 auto;
    width: 80%;
}

.popup .row .popup-right .body form input,
.popup .row .popup-right .body form textarea {
    margin-top: 7px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px;
}

.popup .row .popup-right .body form button {
    width: 100%;
    color: white;
    font-weight: 600;
}

.popup .row .popup-right .body form button i {
    margin-left: 5px;
}

.popup .row .popup-right .body .doctor {
    color: black;
    font-weight: 600;
    font-size: 13px;
    padding-top: 10px;
}

.popup .row .popup-right .body .doctor strong {
    color: red;
    font-size: 16px;
}

.btn-close-modal {
    position: absolute;
    right: -54px;
    color: white;
    z-index: 99;
    top: 10px;
}

@media screen and (max-width: 480px) {
    .btn-close-modal {
        right: 0;
    }
}

.btn-close-modal span {
    padding: 20px;
    padding-top: 7px !important;
    background-color: black;
}

@media screen and (max-width: 480px) {
    .btn-close-modal span {
        background-color: unset;
    }
}

.banner p.breadcumb {
    font-size: 12px;
    margin-bottom: unset;
    height: 40px;
    line-height: 40px;
}

.banner p.breadcumb a {
    color: black;
}

.banner p.breadcumb i {
    font-size: 11px;
}

.product {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.product .left-column .list-image .active {
    border: 1px solid #FF911E;
}

.product .left-column .list-image .image {
    margin-top: 2rem;
}

.product .left-column .list-image .image:first-child {
    margin-top: unset;
}

.product .left-column .list-image .image img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .product .left-column .list-image {
        display: none;
    }
}

.product .right-column h3 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 25px;
}

@media screen and (max-width: 480px) {
    .product .right-column h3 {
        font-size: 19px;
        margin-top: 1rem;
    }
}

.product .right-column p._price .price-sale {
    font-weight: 600;
}

.product .right-column p._price .price-sale strong {
    color: red;
    font-size: 25px;
}

.product .right-column p._price .price {
    font-weight: 500;
    margin-left: 2rem;
}

@media screen and (max-width: 480px) {
    .product .right-column p._price {
        font-size: 12px;
    }
}

.product .right-column .quantity .text {
    font-weight: 700;
    font-size: 15px;
}

.product .right-column .payment .action {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 3rem;
}

.product .right-column .payment .action i {
    padding-right: 10px;
}

.product .right-column .payment .action .buy-area {
    background: #008652;
    background: -webkit-gradient(linear, left right, left right, from(#008652), to(#04544E));
    background: linear-gradient(90deg, #008652 0%, #04544E 100%);
    height: 52px;
    border-radius: 10px;
}

.product .right-column .payment .action .buy-area a {
    color: white;
}

@media screen and (max-width: 480px) {
    .product .right-column .payment .action .buy-area {
        font-size: 15px;
    }
}

.product .right-column .payment .action .buy-now {
    background: #b3812e;
    background: -webkit-gradient(linear, left bottom, left top, from(#b3812e), color-stop(81%, #cf9d3a));
    background: linear-gradient(0deg, #b3812e 0%, #cf9d3a 81%);
    border-radius: 10px;
    height: 52px;
}

@media screen and (max-width: 480px) {
    .product .right-column .payment .action .buy-now {
        font-size: 15px;
        margin-top: 1rem;
    }
}

.product .right-column .payment .action .buy-now a {
    color: white;
}

.product .right-column .payment .action p.info {
    color: black;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}

@media screen and (max-width: 480px) {
    .product .right-column .payment .action p.info {
        font-size: 11px;
        font-weight: 600;
    }
}

.product .right-column .payment .action p.info i {
    color: var(--main-color);
    padding-right: 5px;
}

.product .right-column .list-function {
    border: 2px solid var(--main-color);
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
    margin-top: -4rem;
}

.product .right-column .list-function p._text {
    margin-bottom: unset;
    height: 3rem;
    line-height: 3rem;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product .right-column .list-function p:not(:first-child) {
    margin-top: 1rem;
}

.product .right-column .list-function p:not(:first-child) img {
    width: 30px;
    margin: 9px;
}

.product .right-column .list-function .icon {
    position: absolute;
}

.product .right-column .list-function .text {
    padding-left: 2rem;
    color: var(--main-color);
    font-weight: 600;
    font-size: 11px;
}

@media screen and (max-width: 480px) {
    .product .right-column .list-function .text {
        padding-left: 2rem;
        font-size: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .product .right-column .list-function .text {
        font-size: 10px;
    }
}

.info-product .header .liner {
    margin: 0 auto;
    height: 2px;
    background-color: #D3A638;
    margin-top: 1rem;
}

@media screen and (max-width: 480px) {
    .info-product .header h3 {
        text-align: left !important;
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .info-product .header .liner {
        margin: unset !important;
    }
}

.info-product .header .description {
    padding: 20px 20px 0 20px;
    background-color: #fffdf8;
    border: 1px dotted #d3a638;
}

.info-product .header .description .text {
    font-weight: 600;
}

.info-product .body ._header .liner {
    background-color: #D3A638;
    margin: 0 auto;
    height: 2px;
}

@media screen and (max-width: 480px) {
    .info-product .body ._header h3 {
        text-align: left !important;
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) {
    .info-product .body ._header .liner {
        margin: unset !important;
    }
}

.info-product .body .content {
    margin-top: 1.5rem;
}

.info-product .body .content .text {
    font-weight: 500;
}

.info-product .body .content .image {
    width: 60%;
    margin: 0 auto;
}

.info-product .body .content .element {
    border: 1px dotted var(--main-color);
    margin-top: 3rem;
    background-color: #fffdf8;
}

.info-product .body .content .element .title {
    background-image: url(../images/product/1x/element.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
    margin-top: -1px;
    margin: 0 auto;
}

.info-product .body .content .element .title h3 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding-top: 9px;
}

.info-product .body .content .element .text {
    padding: 20px;
}

.info-product .body .content .element .text .high-light {
    color: var(--main-color);
    font-weight: 600;
}

.info-product .body .content .element .text p.line {
    color: black;
    font-weight: 600;
}

.info-product .body .content .element-2 {
    border: 1px dotted var(--main-color);
    margin-top: 3rem;
    background-color: #fffdf8;
}

.info-product .body .content .element-2 .title {
    background-image: url(../images/product/ele2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
    margin-top: -1px;
    margin: 0 auto;
}

.info-product .body .content .element-2 .title h3 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding-top: 9px;
}

@media screen and (max-width: 480px) {
    .info-product .body .content .element-2 .title h3 {
        font-size: 16px;
    }
}

.info-product .body .content .element-2 .text {
    padding: 20px;
}

.info-product .body .content .element-2 .text .high-light {
    color: var(--main-color);
    font-weight: 600;
}

.info-product .body .content .element-2 .text p.line {
    color: black;
    font-weight: 600;
}

.info-product .body .content .master .header h3 {
    color: var(--main-color);
    font-weight: 600;
    margin-top: 2rem;
}

.info-product .body .content .master .header .liner {
    background-color: #D3A638;
    margin: 0 auto;
    height: 2px;
    display: block;
    margin-bottom: 2rem;
}

.banner-3 .header .liner {
    margin: 0 auto;
    width: 65px;
}

.banner-3 .header h3 {
    color: var(--color-main);
}

.banner-3 div.body {
    margin-top: 2rem;
}

.banner-3 div.body .img-border {
    border: 1px solid #FFD166;
    padding: 5px;
    height: 150px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

@media screen and (max-width: 480px) {
    .banner-3 div.body .img-border {
        max-height: 100px;
    }
}

.banner-3 div.body .img-border img {
    width: 84%;
    position: absolute;
    z-index: -99;
    margin-top: -10px;
    max-height: 150px;
}

.banner-3 div.body .content {
    font-weight: 500;
    font-size: 14px;
}

.banner-3 .liner-gradient {
    height: 2px;
    margin-top: 2rem;
    background: #eeedd7;
    background: -webkit-gradient(linear, left top, right top, from(#eeedd7), color-stop(52%, #d3a638), color-stop(98%, #eeedd7));
    background: linear-gradient(90deg, #eeedd7 0%, #d3a638 52%, #eeedd7 98%);
}

.banner-3 ._child-banner .header h3.first {
    font-size: 25px;
    font-weight: 400;
}

.banner-3 ._child-banner .header h3.second {
    font-size: 25px;
    color: #D3A638;
    font-weight: 600;
    margin-bottom: 2rem;
}

.banner-3 ._child-banner .blocks span.liner {
    margin: 0 auto;
    background-color: white;
    width: 50px;
}

.banner-3 ._child-banner .blocks .block {
    padding-top: 25px !important;
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .banner-3 ._child-banner .blocks .block {
        min-height: 225px;
    }
}

.banner-3 ._child-banner .blocks .block .title-block {
    margin-top: 0rem;
    font-size: 14px;
}

.banner-3 ._child-banner .blocks .block .content-block {
    font-size: 13px;
    padding-top: 20px;
}

.banner-3 ._child-banner .blocks .green-block {
    background-color: var(--main-color);
    border-radius: 5px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .green-block:first-child {
        margin-top: unset;
    }
}

@media screen and (max-width: 480px) {
    .banner-3 ._child-banner .blocks .green-block {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .green-block {
        margin-top: 2rem;
    }
}

.banner-3 ._child-banner .blocks .yeallow-block {
    background-color: #D3A638;
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    .banner-3 ._child-banner .blocks .yeallow-block {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .banner-3 ._child-banner .blocks .yeallow-block {
        margin-top: 2rem;
    }
}

.banner-3 ._child-banner div.read-more {
    border: 1px solid #B6863E;
    border-radius: 5px;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}

.banner-3 ._child-banner div.read-more a {
    color: #B6863E;
}

.banner-4 {
    background-image: url(../images/bg2.png);
    width: 100%;
    height: 100%;
    margin-top: 2rem;
}

.banner-4 div.header h3 {
    color: white;
    font-weight: 500;
    padding-top: 3rem;
}

.banner-4 div.header span.liner {
    margin: 0 auto;
    width: 65px;
    background-color: #FFD166;
}

.banner-4 .body {
    margin-top: 2rem;
}

.banner-4 .body .start-review .img-zone {
    border-radius: 50%;
}

.banner-4 .body .start-review .img-zone img {
    width: 100%;
}

.banner-4 .body .start-review .text-zone {
    position: relative;
    margin-top: 2rem;
}

.banner-4 .body .start-review .text-zone .container {
    padding-left: 2.5rem;
}

.banner-4 .body .start-review .text-zone img {
    position: absolute;
    margin-top: 15px;
    left: 10px;
    width: 20px;
}

.banner-4 .body .start-review .text-zone p.name {
    color: white;
    padding-top: 1.5rem;
    margin-bottom: 10px;
}

.banner-4 .body .start-review .text-zone p.content {
    color: #000;
    font-size: 14px;
    padding-bottom: 35px;
}

.banner-7 .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.banner-7 .header h3 {
    color: var(--color-main);
    padding: 5px 0 0 10px;
}

@media screen and (max-width: 480px) {
    .banner-7 .header h3 {
        font-size: 15px;
    }
}

.banner-7 .read-all {
    margin-top: -2rem;
    color: var(--color-main);
}

.banner-7 .read-all a {
    color: var(--color-main);
}

.banner-7 .read-all i {
    color: #D3A638;
    margin-left: 5px;
}

.banner-7 .body img {
    max-height: 255px;
}

.banner-7 .body .content {
    padding: 10px;
    font-weight: 500;
}

.banner-7 .body .content i {
    color: #D3A638;
    font-size: 12px;
    margin-right: 5px;
}

.banner-7 .body .content a {
    color: black;
    font-size: 13px;
}

.news {
    margin-bottom: 3rem;
}

.news .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.news .header h3 {
    color: var(--main-color);
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .news .header h3 {
        font-size: 15px;
    }
}

.news .read-all {
    margin-top: -2rem;
    color: var(--color-main);
}

.news .read-all a {
    color: var(--color-main);
}

.news .read-all i {
    color: #D3A638;
    margin-left: 5px;
}

.news .body2 img {
    width: 100%;
}

.news .body2 .list-news li {
    list-style: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
}

.news .body2 .list-news li a {
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.news .body2 .list-news li i {
    color: #feba01;
    font-size: 11px;
    margin-right: 5px;
}

.news .body .w-100 {
    margin-top: -10px;
}

.news .body .right-column .title a {
    color: var(--main-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

h3 {
    color: var(--color-main);
    font-weight: 600;
}

.f-white {
    color: white !important;
    cursor: pointer;
}

.f-white:hover {
    text-decoration: none;
}

.quantity input.ip-quantity {
    width: 60px;
    height: 40px;
}

.quantity .change {
    height: 10px;
    cursor: pointer;
    position: absolute;
    margin-left: -15px;
}

.quantity .change i {
    font-size: 13px;
}

.quantity .up {
    margin-top: -5px;
}

.quantity .up:hover {
    color: #519746;
}

.quantity .down {
    margin-top: 17px;
}

.quantity .down:hover {
    color: #519746;
}

@media screen and (max-width: 480px) {
    .navbar-brand {
        margin-left: 73px;
    }
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        width: 70%;
    }
}

.navbar-toggler {
    border-color: none !important;
    position: absolute;
    float: left;
}

@media screen and (max-width: 480px) {
    #navbar {
        position: fixed;
        top: 64px;
        background-color: #fff;
        z-index: 999;
        padding: 20px;
        left: 0;
        width: 13rem;
        height: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -20rem;
    }
    #navbar .nav-item {
        border-bottom: 1px solid #ebebeb;
    }
    #navbar .nav-item .icon-menu {
        position: absolute;
        top: 17px;
        right: 0;
        font-size: 10px;
    }
    #navbar .icon-close {
        position: absolute;
        padding: 10px 15px 10px 15px;
        background-color: #e5e5e5;
        color: black;
        top: 0;
        right: -40px;
        border-bottom-right-radius: 10px;
    }
}

.iconn-menu {
    border-bottom: unset !important;
}

.iconn-menu img {
    width: 30px;
    margin: 5px;
}

.btn-show-menu {
    /* border-color: rgba(0, 0, 0, 0) !important; */
    padding: unset;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
}

@media screen and (min-width: 768px) {
    .menu-fixed {
        top: 0;
    }
}

.fixed-bottom {
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}

@media screen and (min-width: 768px) {
    .fixed-bottom {
        display: none;
    }
}

.fixed-bottom .sub {
    background-color: #27aae2;
    padding: 10px;
    opacity: unset;
}

.fixed-bottom .call-red {
    background-color: #ef4136;
    padding: 10px;
}

.fixed-bottom i {
    margin-right: 5px;
}

.banner .owl-stage-outer {
    width: 100%;
}

.regft {
    display: -webkit-flex;
    width: 100%;
    height: 60px;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    bottom: 30px;
    z-index: 10;
}

@media screen and (min-width: 480px) {
    .regft {
        display: none;
    }
}

.regft a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 10px 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    background: #f2ede3;
    cursor: pointer;
    font-weight: 600;
}

.regft a:nth-child(2) {
    margin-right: 10px;
    background-color: #ef4136;
}

.regft a:nth-child(1) {
    margin-right: 10px;
    background-color: #27aae2;
}

@media screen and (max-width: 480px) {
    .min-height-custom {
        min-height: 150px !important;
    }
}

@media screen and (max-width: 480px) {
    .d-none-mb {
        display: none !important;
    }
}

.swiper-pagination-bullet-active {
    background: #CE9506 !important;
}

.dot-cus {
    margin: 5px;
}

.swiper-pagination-bullet {
    background-color: white;
}

.banner-4 .swiper-pagination {
    position: unset !important;
    display: block;
    margin: 0 auto;
    padding-top: 1.5rem;
}

@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
* {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 400px
    }
}

@media (max-width: 768px;
) {
    .comments-area {
        padding: 0 25px
    }
}

.comment-form-comment label {
    width: 100%;
    font-size: 25px
}

.comment-form-comment textarea {
    height: 8rem;
    overflow: auto;
    width: 100%;
    border-radius: .5rem;
    resize: vertical;
    border: 1px solid #ffd166
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: none
}

.form-submit .submit {
    background: linear-gradient(0deg, #b3812e 0, #cf9d3a 81%);
    border: none;
    border-radius: .2rem;
    padding: 5px 20px;
    color: #fff;
    display: block;
    margin: auto
}

.main .left-column .body .content .description {
    font-weight: 300
}

@media only screen and (max-width: 766px) {
    .reply-list {
        padding-left: 60px !important
    }
    .reply-list li:before {
        width: 35px !important;
        left: -35px !important
    }
    .nav-links a {
        font-size: 13px
    }
}

.form-cmt>input.form-control {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #333;
    padding: 5px
}

.avatar {
    max-width: 3.5em;
    display: table-cell
}

.tit_box span {
    text-transform: uppercase;
    color: #005b9c;
    font-size: 16pt;
    border-bottom: 2px solid #005b9c;
    padding-bottom: 4px
}

.tit_box {
    border-bottom: 2px solid #ccc
}

.content-comment {
    display: table-cell;
    padding-left: 20px
}

.content-comment span {
    font-weight: 700
}

.item_comment {
    padding: 20px;
    border-bottom: 1px solid #ccc
}

.main_write {
    background-color: #ebebeb;
    width: 100%;
    padding: 20px;
    border-radius: 5px
}

.main_write span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #005b9c
}

.write_comment {
    padding-top: 10px
}

#info {
    float: right
}

#info ul li {
    float: left;
    list-style: none;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 2px solid #005b9c
}

#info ul li a {
    font-size: 16px
}

#info ul li:last-child {
    border: none
}

.input_comment {
    padding-top: 10px
}

.btn-neva {
    background-color: #005b9c !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px
}

.form-neva {
    border: 1px solid #005b9c
}

.input_comment textarea {
    width: 100%
}

.input_comment {
    text-align: center
}

.md-ft {
    background-image: url(https://thammyviennevada.com/popup/images/footer-bg.jpg);
    width: 100%;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.md-hd {
    background-color: #005b9c;
    color: #fff !important
}

.md-hd h4 {
    color: #fff !important
}

.btn-sub {
    background-color: #ffb510;
    font-weight: 700;
    text-transform: uppercase
}

.input-neva {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px
}

.vcard img {
    float: left !important;
    margin-right: 30px !important
}

.comment-body>.reply {
    float: right !important
}

.comment-body p {
    padding-left: 70px !important
}

ol.comment-list li.comment.even {
    border-bottom: 1px solid #ccc !important;
    padding-top: 20px
}

.submit {
    background-color: #ffb510;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 5px
}

.comment-notes {
    display: none !important
}

.comment-form>p>label {
    display: none !important
}

#reply-title {
    display: none !important
}

.comment-form-comment {
    display: none !important
}

h2 {
    border: none
}

.main h2 {
    font-weight: 600;
    font-size: 20px;
    border: 1px dotted #ce9506;
    padding: 20px;
    color: var(--color-main)
}

.content {
    text-align: -webkit-center
}

.main .content {
    text-align: initial;
}

.left-column {
    padding: 20px 0 !important
}

.modal-content {
    border: none
}

.banner_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999
}

a.comment-reply-link {
    display: none
}

.bg-c-n {
    position: absolute;
    bottom: 0;
    left: 0
}

.box-c {
    width: 100%;
    text-align: left
}

.box-c ._header {
    text-transform: uppercase;
    text-align: center;
    background: #008753;
    background: -webkit-gradient(linear, left bottom, left top, from(#008753), to(#2b9947));
    background: linear-gradient(0deg, #008753 0, #2b9947 100%);
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: #f6e99d;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.box-c ._header span {
    position: relative
}

.box-c ._header img {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 50px
}

.box-c ._body {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top: none;
    border: 2px solid #ebd88c;
    padding: 10px 40px 30px 40px;
    position: relative
}

.box-c ._body .liner {
    display: block;
    margin: 4px 0 25px 0;
    width: 100%;
    background-color: #f6d9ca;
    height: 1px
}

.box-c ._body .item span {
    font-size: 14px;
    right: 20px;
    display: block;
    color: #ccc;
    position: relative;
    text-align: right
}

.box-c ._body .item a {
    color: #008753;
    font-weight: 700
}

.box-c ._body .item .star {
    width: 10px;
    margin-right: 10px;
    margin-left: -19px
}

img.eye {
    width: 20px;
    position: absolute;
    margin-left: 10px;
    opacity: .4
}

.banner-3 ._child-banner .header h2.second {
    font-size: 25px;
    color: #d3a638;
    font-weight: 600;
    margin-bottom: 2rem
}

.banner-4 .body .start-review .text-zone {
    width: 99%;
    margin: 0 auto
}

ul.toc_list {
    text-align: left
}

.banner-7 .header h2 {
    color: var(--color-main);
    padding: 15px 0 0 10px;
    font-weight: 700
}

.banner-7 .blocks .header h2 {
    display: inline;
    font-size: 19px !important
}

.banner-4 div.header h2 {
    color: #fff;
    font-weight: 500;
    padding-top: 3rem
}

.banner-3 .header h2 {
    color: var(--color-main);
    font-size: 18px !important
}

.btn-close {
    position: absolute;
    right: 0
}

.comments-title,
.screen-reader-text {
    display: none
}

.banner_hidden {
    display: none
}

.main-btn {
    padding-top: 30px
}

footer button {
    height: auto
}

.banner-7 .blocks .body .list-news li a {
    font-weight: 500 !important
}

.banner-5 .body .list-news .content a {
    font-weight: 500 !important
}

@media screen and (min-width: 1024px) {
    .__title {
        font-size: 14px;
        color: #fff !important
    }
    .news .body .col-md-6 img.w-100 {
        max-height: 200px;
        min-height: 200px;
        object-fit: cover;
    }
    .contact ul li a {
        color: #fff
    }
    .main .left-column {
        border: unset
    }
    .customer .header h3 {
        font-size: 12px !important
    }
    h3.title {
        font-size: 26px !important
    }
    .main h4 {
        padding: 0 55px
    }
    .new-detail .left-column .content h4 ::before {
        position: absolute;
        left: 70px;
        content: "+";
        height: 2px;
        width: 2px
    }
    .new-detail .left-column .content h3 {
        position: relative;
        padding: 0 10px;
        text-transform: uppercase
    }
    .new-detail .left-column .content h3 ::before {
        position: absolute;
        content: "";
        background-image: url(https://flagold.cdn.vccloud.vn/wp-content/uploads/2020/01/4-1.png);
        height: 22px;
        width: 5%;
        z-index: 99999999999;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: -10px;
        top: 0
    }
    .new-detail .col-md-12 .content h3 {
        position: relative;
        padding: 10px 15px;
        text-transform: uppercase
    }
    .new-detail .col-md-12 .content h3 ::before {
        position: absolute;
        content: "";
        background-image: url(https://flagold.cdn.vccloud.vn/wp-content/uploads/2020/01/4-1.png);
        height: 40px;
        width: 5%;
        z-index: 99999999999;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: -10px;
        top: 0
    }
    .contact .body form button i {
        margin-left: 3px
    }
    .liner-bottom:after {
        left: 50% !important;
        margin-top: 2.5rem !important
    }
    .read-all {
        margin-top: -66px !important
    }
    .banner-5 .body .list-news img {
        min-height: unset !important
    }
    .video-yt img {
        width: 100%
    }
}

.img-doctor {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.box_footer {
    margin-top: 40px
}

.box_news {
    border: 1px dotted;
    padding: 10px;
    border-radius: 5px;
    background-color: #faebd7
}

.box_news .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px
}

.box_news ul li {
    list-style: none;
    background: #6c9e6e;
    background: radial-gradient(circle, #6c9e6e 0, #1e7122 100%);
    margin-bottom: 10px;
    padding: 10px 0
}

.box_news ul li a {
    color: #fff
}

ul#menu-main-menu {
    margin-bottom: 0
}

l ul#menu-main-menu li.menu-item {
    float: left;
    list-style: none;
    padding-right: 1rem;
    padding-left: .5rem
}

ul#menu-main-menu li.menu-item:hover ul.sub-menu {
    display: block
}

ul#menu-main-menu li.menu-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    border: 2px solid #f5bc3e;
    padding: 20px 10px
}

ul.sub-menu li.menu-item {
    float: unset !important
}

ul.sub-menu li.menu-item a {
    color: #000 !important
}

li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900 !important;
    color: #fff;
    position: absolute;
    margin-top: 7px;
    margin-left: 5px;
    font-size: 8px
}

ul.sub-menu li {
    float: unset !important
}

.new-detail img {
    max-width: 100%;
    height: auto !important;
    display: table;
    margin: auto;
    border-radius: 10px;
}

figure.wp-caption {
    max-width: 100%
}

.navigation ul li {
    float: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 10px
}

.navigation ul li.current {
    background-color: #d0a437
}

.navigation ul li a {
    color: #000
}

p.detail {
    text-align: justify
}

@media screen and (max-width: 500px) {
    .banner-2 .right-column {
        padding-left: 15px
    }
    ul#menu-main-menu li.menu-item a {
        color: #000
    }
    ul#menu-main-menu li.menu-item {
        float: unset
    }
    ul.sub-menu li.menu-item {
        float: unset !important
    }
    ul.sub-menu li.menu-item a {
        color: #000 !important
    }
    li.menu-item-has-children::after {
        color: #000
    }
    #nav {
        width: 15rem !important
    }
    .navbar-brand {
        margin-top: 0 !important
    }
}

.navbar-brand {
    margin-top: -18px
}

#navbar {
    margin-top: -12px;
    margin-right: 20px
}

.contact {
    background: -webkit-gradient(linear, left bottom, left top, from(#F9F5AF), to(#DFAF55));
    background: linear-gradient(90deg, #F9F5AF 0, #DFAF55 100%);
    color: var(--main-color);
}

li.buy {
    list-style: none;
    margin-top: -10px
}

li.buy a {
    text-transform: uppercase;
    padding: 2px
}

.navbar {
    padding: .25rem 0
}

h3.h3-f {
    font-size: 20px;
    padding: 12px 0 0 5px !important
}

.banner-7 .blocks .header img {
    margin-top: -14px
}

@media screen and (max-width: 480px) {
    .navbar-brand {
        margin-left: 88px
    }
    ul.sub-menu li::before {
        content: '\f111';
        font-family: "Font Awesome 5 Free";
        color: #f5bc3e;
        font-size: 5px;
        padding-right: 4px
    }
    footer .col-md-3 .col-7 button {
        height: 100%
    }
    .news .body .w-100 {
        margin-top: unset
    }
    .banner-7 .body .content {
        margin-top: -45px
    }
    .sub-menu {
        border: unset !important;
        padding: unset !important;
        position: relative !important
    }
    .menu_main_top .menu-item {
        border-bottom: 1px solid #ebebeb
    }
    .menu-fixed {
        top: 0
    }
    .menu-item a {
        color: #414141 !important;
        font-size: 11px !important;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        font-weight: 600
    }
    li.menu-item-has-children::after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900 !important;
        content: '\f078';
        color: #000;
        position: absolute;
        font-size: 8px;
        right: 17px;
        margin-top: -31px;
        top: 48px
    }
    .sub-menu .menu-item a {
        display: inline !important
    }
    .sub-menu .menu-item {
        border-bottom: unset !important
    }
    .menu-item {
        position: relative !important
    }
}

@media only screen and (min-width: 768px) {
    .menu-fixed .container {
        padding-top: 20px
    }
    .des-py {
        padding: 20px 0
    }
    .left-column-des {
        padding: 20px 0 !important
    }
}

h1.title {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 700
}

h1 {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 700
}

.menu .buy {
    padding-top: 10px;
    padding-bottom: 10px
}

.customer .pt-2 .col-md-3 img {
    width: unset !important;
    max-width: unset !important
}

@media only screen and (min-width: 1024px) {
    .banner-2 .right-column .list-function .text {
        font-size: 12px !important
    }
    .sub-menu {
        width: 48rem;
        height: auto;
        margin-left: -18rem
    }
    .sub-menu .menu-item:after {
        content: "\f111";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #efc562;
        font-size: 6px;
        position: absolute;
        left: 8px;
        margin-top: 9px
    }
    .img-menu {
        right: 15px;
        position: absolute;
        width: 25rem;
        top: 1rem
    }
    .banner-2 .liner {
        margin: unset !important
    }
    .banner-3 ._child-banner .blocks .block .content-block {
        padding-top: 10px !important
    }
    .block .content-block {
        max-height: 140px
    }
    .content-block {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

p.content {
    display: flex
}

p.content i {
    font-size: 6px !important;
    padding-top: 6px
}

ul.list-news li {
    display: flex
}

ul.list-news li i {
    font-size: 6px !important;
    padding-top: 6px;
    color: #d3a638 !important
}

.banner-5 .list-news .content i {
    padding-top: 10px !important
}

footer .list {
    padding-left: 15px
}

footer .col-md-4 .list-ico span:first-child {
    margin-left: 0 !important
}

@media screen and (max-width: 480px) {
    span.icon img {
        width: 20px !important
    }
    h1.title {
        text-align: center
    }
    .popup .row .popup-right .header {
        background: #457e55;
        background: -webkit-gradient(linear, left bottom, left top, from(#457e55), to(#345d3b));
        background: linear-gradient(0deg, #457e55 0, #345d3b 100%)
    }
    .popup .row .popup-right .header img {
        width: 40%;
        padding-top: 15px
    }
    .banner-2 .right-column .list-function .action .buy-area,
    .banner-2 .right-column .list-function .action .buy-now {
        height: 40px;
        line-height: 40px
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: unset
    }
    .banner-4 .header h3,
    .banner-5 .header h3 {
        font-size: 25px
    }
    .banner-6 .form-contact .header h3 {
        font-size: 20px
    }
    span.icon {
        margin-top: 7px
    }
    .banner-2 .right-column .list-function p:not(:first-child) {
        margin-top: 4px
    }
    .banner-2 .right-column .list-function .text {
        font-size: 12px
    }
    .popup form input,
    .popup form textarea {
        font-size: 13px
    }
    .contact .list-inline li:last-child {
        display: inline !important
    }
    .contact .list-inline li {
        display: none
    }
    .navbar-scroll {
        margin-top: -35px !important
    }
    #navbar {
        width: 16rem !important
    }
    .menu .col-md-12 {
        margin-top: -10px
    }
    .menu-fixed {
        padding-top: 10px
    }
    .navbar-brand {
        margin-left: 22% !important
    }
    .menu .diemban {
        position: absolute;
        right: 0;
        color: #fff;
        margin-top: 4%;
        margin-right: 10px;
        display: none
    }
    .menu-fixed .diemban {
        margin-top: unset !important;
        display: none
    }
    .menu .diemban i {
        padding-left: 30px
    }
    .navbar-brand img {
        margin-right: 15px !important
    }
    .regft a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 10px 0 10px 10px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        background: #f2ede3;
        cursor: pointer;
        font-weight: 600
    }
    .regft a:nth-child(2) {
        margin-right: 10px;
        background: #b3812e;
        background: -webkit-gradient(linear, left bottom, left top, from(#b3812e), color-stop(81%, #cf9d3a));
        background: linear-gradient(0deg, #b3812e 0%, #cf9d3a 81%);
        text-align: center
    }
    .regft a:nth-child(1) {
        margin-right: 10px;
        text-align: center;
        background: #457e55;
        background: -webkit-gradient(linear, left bottom, left top, from(#457e55), to(#345d3b));
        background: linear-gradient(0deg, #457e55 0, #345d3b 100%)
    }
    .banner-3 ._child-banner .blocks .green-block p:first-child {
        width: 12rem
    }
    .banner-3 ._child-banner .blocks .yeallow-block p:first-child {
        width: 12rem
    }
    .img-doctor {
        height: unset !important
    }
    .regft a:nth-child(2) {
        padding-left: 0
    }
}

.menu .buy {
    border-radius: 25px;
    padding: 5px 15px 5px 15px !important
}

ul#menu-main-menu li.menu-item {
    float: unset;
    list-style: none;
    padding-right: 1rem;
    padding-left: .5rem
}

@media only screen and (min-width: 768px) {
    ul#menu-main-menu li.menu-item {
        float: left
    }
    ul.sub-menu li {
        padding: 5px
    }
    .info-product .body .content h3,
    .info-product .header .description .text {
        font-weight: unset !important
    }
    .info-product .header h3 {
        font-weight: unset
    }
    h2 {
        font-size: 16px !important
    }
    .main .buy-area {
        margin-top: 6px !important
    }
}

@media screen and (min-width: 768px) {
    .popup .row .popup-right .body form button {
        background: #b3812e;
        background: -webkit-gradient(linear, left bottom, left top, from(#b3812e), color-stop(81%, #cf9d3a));
        background: linear-gradient(0deg, #b3812e 0, #cf9d3a 81%)
    }
    .popup .row .popup-right .header img {
        display: none
    }
    .img-product {
        padding-bottom: 20px
    }
    .rv-star .body .customer-rv .talk {
        text-align: left
    }
    .rv-star {
        border: 1px dotted #efa300;
        margin-bottom: 15px
    }
    .rv-star .header {
        border-bottom-right-radius: 70px
    }
    .rv-star .header h3 {
        margin-top: -1px !important
    }
    .rv-star .body {
        padding-top: 20px
    }
    .newsest .header {
        margin-bottom: 25px
    }
    .contact .body form button {
        font-size: 12px
    }
}

@media screen and (max-width: 480px) {
    .popup .row .popup-right .body form button {
        background-color: #d4a637
    }
    .box_news ul li a {
        float: unset !important
    }
    h2 {
        font-size: 16px !important
    }
    h3.title {
        font-size: 19px !important
    }
    h3 {
        font-size: 19px !important
    }
    .new-detail .left-column .header h3 {
        font-size: 15pt !important
    }
    .news .read-all {
        margin-top: -63px !important
    }
    .popup .row .popup-right .header img {
        display: block
    }
    .payment .col-12 p.info {
        margin-top: -2rem
    }
    .payment .col-6 p.info {
        margin-top: unset
    }
    .video-yt img {
        width: 100% !important
    }
    .payment .buy-area,
    .payment .buy-now {
        height: 45px !important;
        line-height: 45px
    }
    .product .right-column .list-function .text {
        padding-left: 2rem
    }
    .product .right-column .list-function .icon img {
        margin: 9px 5px 5px 5px
    }
    .product .right-column .list-function .icon {
        margin-top: -2px
    }
    .info-product .body h3 {
        font-size: 19px !important
    }
    .info-product .body h4 {
        font-size: 18px !important
    }
    .highlight-title {
        background-size: contain;
        width: 70% !important
    }
}

.highlight-title {
    background-image: url(https://flagold.cdn.vccloud.vn/wp-content/uploads/2019/11/ele2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 55%;
    height: 50px;
    line-height: 50px;
    margin-top: -1px;
    margin: 0 auto;
    color: #fff !important;
    background-size: cover
}

.liner-bottom:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #d4a637;
    left: 20px;
    margin-top: 2rem
}

.info-product h2 {
    font-weight: 700
}

.navigation ul li.current {
    background-color: #f2a32a !important;
    border: unset
}

.navigation ul li.current a {
    color: #fff !important;
    font-weight: 700
}

.navigation ul li {
    border: 1px solid #ccc;
    padding: 10px 15px 10px 15px
}

.rv-star .body .customer-rv img {
    height: auto !important
}

.bg-f {
    background-color: #f2f2f2
}

h2>span {
    font-size: 16px !important
}

.banner-in .header-1 {
    background: -webkit-gradient(linear, left top, right top, from(#006801), color-stop(50%, #23834c), to(#006801));
    background: linear-gradient(90deg, #006801 0, #23834c 50%, #006801 100%);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 0
}

.banner-in .header-1 .high {
    color: #fed523;
    font-size: 19px;
    margin-bottom: 5px
}

.banner-in .f2 .header-2 {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    padding: 10px 0;
    background-color: #529746 !important
}

.banner-in .f2 .header-2 p {
    margin-bottom: unset
}

.banner-in .f2 .header-2 .high {
    color: #fed523;
    font-size: 19px;
    margin-bottom: 5px
}

.banner-in .f2 .body {
    background-color: #fbf5e9;
    padding-top: 15px;
    padding-bottom: 1px
}

.banner-in .f2 .body .fj-3 {
    color: red;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px
}

.banner-in .f2 .body form input,
.banner-in .f2 .body form textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fbd17f;
    padding: 10px;
    margin: 10px 0;
    color: #000
}

.banner-in .f2 .body form .row a {
    height: 100%;
    line-height: 38px;
    color: #fff;
    border-radius: 5px;
    background-color: #529746
}

.banner-in .f2 .body form .row button {
    background-color: #daa501;
    width: 100%;
    color: #fff
}

.banner-in .f2 .body form .sm-t {
    color: #000;
    font-weight: 600;
    font-size: 11px
}

.banner-7 .blocks .body img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.main h4 {
    color: var(--color-main);
    font-size: 17px
}

h3 {
    font-size: 18px !important
}

.banner-sale {
    background-image: url(https://flagold.cdn.vccloud.vn/wp-content/uploads/2019/11/1-1.png) !important
}

.comments-area .nav-links {
    display: flex;
    justify-content: space-between
}

.comments-container {
    width: 100%
}

@media only screen and (max-width: 480px) {
    textarea#comment {
        width: 100%
    }
}

.comments-container span {
    font-size: 15px;
    color: #283035;
    font-weight: 400
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700
}

.box_news {
    background-color: unset !important;
    border: none !important
}

.box_news .title {
    text-align: left !important
}

.box_news i {
    display: none
}

.box_news ul li {
    background: unset !important;
    color: #000;
    margin-bottom: unset
}

.box_news ul li::before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 2rem
}

.box_news ul li a {
    color: #007bff !important;
    float: left
}

ol {
    margin-top: 30px;
    position: relative
}

ol:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0
}

ol:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.reply-list:after,
.reply-list:before {
    display: none
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px
}

ol li {
    margin-bottom: 15px;
    display: block;
    position: relative
}

ol li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px
}

ol .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    float: left;
    overflow: hidden
}

ol .comment-avatar img {
    width: 100%;
    height: 100%
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both
}

ol .comment-box {
    width: auto;
    margin-left: 80px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

ol .comment-box:after,
ol .comment-box:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fcfcfc;
    top: 8px;
    left: -11px
}

ol .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.comment-box .comment-head {
    background: #fcfcfc;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #a6a6a6;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.comment-box .comment-head i:hover {
    color: #03658c
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px
}

.comment-box .comment-name a {
    color: #283035
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px
}

.comment-box .comment-content {
    background: #fff;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c
}

.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.img-fn {
    display: flex;
    position: absolute;
    bottom: 3rem
}

@media only screen and (max-width: 766px) {
    .hidden-mb {
        display: none !important
    }
    .reply-list {
        padding-left: 0
    }
}

body.nevada {
    background-color: #fff
}

.li-final ul.sub-menu {
    left: 40rem
}

.comment-avatar {
    float: left;
    width: 50px;
    height: 50px
}

.comments-list li {
    list-style: none
}

.content h2 b,
.content h2 strong,
.content h3 b {
    font-weight: 600 !important
}

@media screen and (max-width: 480px) {
    .banner-7 .body .content {
        margin-top: 10px
    }
}

.product .col-md-12 {
    display: flex
}

.speacial-3,
.speacial-9 {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 1rem
}

.speacial-3 {
    margin: 0 2rem
}

.speacial-9 .title {
    color: var(--main-color);
    font-weight: 700;
    font-size: 24px
}

.speacial-9 .sologan {
    font-size: 15px;
    color: #d4a637;
    font-weight: 700;
    padding: .2rem
}

.speacial-3 p,
.speacial-9 p {
    margin-bottom: 0
}

.speacial-9 .rate {
    font-size: 12px
}

.speacial-9 .desc .content {
    font-style: italic;
    color: #555;
    font-size: 14px;
    line-height: 2
}

.speacial-9 .desc .user {
    color: red
}

.speacial-9 .desc .user span {
    font-weight: 700
}

.speacial-9 .status span {
    color: var(--main-color);
    font-weight: 700
}

.speacial-9 .sales span {
    font-size: 25px;
    font-weight: 700;
    color: var(--main-color);
    padding: 0 2rem
}

.boxx {
    color: #00f
}

.btn-sales {
    margin: 10px 0
}

.speacial-9 .btn-sales input {
    width: 7%;
    border-radius: 5px;
    border: 1px solid #555
}

.speacial-9 .btn-sales a {
    padding: 10px 40px;
    border-radius: 7px;
    color: #fff
}

.speacial-9 .btn-sales .a1 {
    background: #ff416c;
    background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
    background: linear-gradient(to right, #ff4b2b, #ff416c)
}

.speacial-9 .btn-sales .a2 {
    background: linear-gradient(0deg, #b3812e 0, #cf9d3a 81%)
}

.speacial-9 .btn-sales a:hover {
    cursor: pointer;
    color: #fff
}

.speacial-9 .btn-sales i {
    padding: 10px
}

.service_1 i {
    color: var(--main-color);
    font-size: 1.5rem
}

.title-service {
    display: initial;
    font-size: 15px;
    font-weight: 700;
    padding: 0 9px
}

.service_1 {
    border-bottom: 1px solid #aeaeaeae;
    padding: 10px 0
}

.more .tist p {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px
}

.service_1 .text_content {
    font-size: 13px;
    text-align: justify
}

.speacial-9 .list-image {
    display: flex
}

.speacial-9 .list-image .image:first-child {
    margin-top: auto !important
}

.item-more .col-md-7 {
    padding-right: 0
}

.item-more .col-md-5 {
    padding: 0
}

.comments-container {
    width: 100%
}

@media only screen and (max-width: 480px) {
    textarea#comment {
        width: 100%
    }
}

.comments-container span {
    font-size: 15px;
    color: #283035;
    font-weight: 400
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700
}

.box_news {
    background-color: unset !important;
    border: none !important
}

.box_news .title {
    text-align: left !important
}

.box_news i {
    display: none
}

.box_news ul li {
    background: unset !important;
    color: #000;
    margin-bottom: unset
}

.box_news ul li::before {
    content: "\2022";
    color: red;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 2rem
}

.box_news ul li a {
    color: #007bff !important;
    float: left
}

ol {
    margin-top: 30px;
    position: relative
}

ol:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0
}

ol:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.reply-list:after,
.reply-list:before {
    display: none
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px
}

ol li {
    margin-bottom: 15px;
    display: block;
    position: relative
}

ol li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px
}

ol .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    float: left;
    overflow: hidden
}

ol .comment-avatar img {
    width: 100%;
    height: 100%
}

.reply-list .comment-avatar {
    width: 36px;
    height: 50px
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both
}

ol .comment-box {
    width: auto;
    margin-left: 80px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

ol .comment-box:after,
ol .comment-box:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fcfcfc;
    top: 8px;
    left: -11px
}

ol .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.comment-box .comment-head {
    background: #fcfcfc;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #a6a6a6;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.comment-box .comment-head i:hover {
    color: #03658c
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px
}

.comment-box .comment-name a {
    color: #283035
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px
}

.comment-box .comment-content {
    background: #fff;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c
}

.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.img-fn {
    display: flex;
    position: absolute;
    bottom: 3rem
}

@media only screen and (max-width: 766px) {
    .banner-5 .body .list-news .content a {
        font-size: 12px
    }
    .reply-list {
        padding-left: 0
    }
}

body.nevada {
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .regft a {
        font-size: 11px;
    }
    .regft a:nth-child(1) {
        margin-right: 0;
    }
}

#spin_2020 .modal-content {
    position: relative;
    margin-top: 100px;
    background: 0 0
}

#spin_2020 .close {
    position: absolute;
    top: -20px;
    right: -20px
}

@media (max-width: 768px) {
    #spin_2020 .modal-dialog {
        margin: 1.5rem
    }
}

.popup-right .header {
    background-color: var(--main-color) !important
}

p.doctor>strong {
    font-size: 20px !important
}

.btn-close {
    right: -26px !important;
    border-radius: 0
}

#detail-content-pro img {
    max-width: 100% !important;
    height: auto
}


/*# sourceMappingURL=all.css.map */