@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;500;600;700&display=swap");

.p-active {
    color: #8c1819;
    border-top: 3px solid #8c1819;
    background-color: #eeeeee
}

.fade:not(.show) {
    opacity: inherit !important
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Prompt", sans-serif !important;
    overflow-x: hidden !important
}

.navbar-top {
    width: 100%;
    height: 50px;
    background-color: #000;
    border-top: 4px solid #8c1819;
    color: #fff
}

.navbar-top .grid-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.navbar-top .grid-menu .menu-right ul li {
    list-style: none
}

.navbar-top .grid-menu .menu-right ul li a {
    color: #fff;
    text-decoration: none
}

.navbar-top .grid-menu .menu-left {
    color: #fff;
    margin-left: auto
}

.navbar-top .grid-menu .menu-left .social-menu a {
    text-decoration: none;
    color: #fff
}

.navbar-top .grid-menu .menu-left .social-menu a:hover {
    color: #8c1819
}

.navbar-top .line-right {
    border-right: 2px solid #fff;
    margin-right: 5px
}

#about-index {
    width: 100%;
    height: auto;
    border-top: 2px solid #8c1819;
    background-image: url("../img/bg-about.png");
    background-position: center;
    background-size: cover;
    padding-bottom: 4em
}

#about-index .box-about-index {
    margin-top: 6em
}

#about-index .box-about-index .img-aboutindex {
    width: 100%;
    height: 100%
}

#about-index .box-about-index .box-c-about {
    margin-top: 3em
}

#about-index .box-about-index .box-c-about .h-about-index {
    color: #8c1819
}

#about-index .box-about-index .box-c-about .c-about-index {
    color: #161616;
}

#about-index .box-about-index .box-c-about div {
    color: #161616;
    text-align: justify !important;
}


#service-index {
    width: 100%;
    height: auto
}

#service-index .bg-text {
    background: linear-gradient(45deg, rgba(140, 24, 25, 0.8) 7%, rgba(140, 24, 25, 0.8) 7%);
    padding: 100px 0px
}

#service-index:before {
    background-color: #8c1819;
    position: absolute;
    content: ""
}

#service-index .box-service-index {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#service-index .box-service-index:hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#service-index .box-service-index a {
    text-decoration: none
}

#service-index .box-service-index .img-service {
    border-radius: 50%;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.8
}

#service-index .box-service-index .img-service:hover {
    opacity: 1
}

#service-index .box-service-index .t-service {
    margin-top: 1em;
    font-size: 20px;
    color: #fff
}

#product-index {
    width: 100%;
    height: auto;
    background-image: url("../img/bg-product.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-top: 4em;
}

#product-index .h-product-index {
    color: #8c1819;
    margin-top: 1em
}

#product-index .box-product-index {
    width: 100%;
    height: auto;
    margin-top: 2em;
    padding-bottom: 1.5em;
    padding-bottom: 2em
}

#product-index .box-product-index a {
    text-decoration: none;
    color: #fff
}

#product-index .box-product-index a:hover {
    color: #161616
}

#product-index .box-product-index .snip1268 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #8c1819;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    line-height: 1.6em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 2em
}

#product-index .box-product-index .snip1268 p {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0;
    padding: 10px;
    background-color: #8c1819;
    color: #fff
}

#product-index .box-product-index .snip1268 p .product-color {
    color: #000 !important
}

#product-index .box-product-index .snip1268 a {
    text-decoration: none;
    color: #161616
}

#product-index .box-product-index .snip1268 a .product-color {
    color: #000 !important
}

#product-index .box-product-index .snip1268 a .product-color:hover {
    color: #8c1819 !important
}

#product-index .box-product-index .snip1268 a .product-color:focus {
    color: #8c1819 !important
}

#product-index .box-product-index .snip1268 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#product-index .box-product-index .snip1268 .image {
    position: relative
}

#product-index .box-product-index .snip1268 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0.3
}

#product-index .box-product-index .snip1268 .add-to-cart {
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0;
    bottom: 25px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    background-color: #072753;
    color: #ffffff
}

#product-index .box-product-index .snip1268 .add-to-cart:hover {
    background-color: #031f46;
    color: #fff
}

#product-index .box-product-index .snip1268:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3)
}

#product-index .box-product-index .snip1268:hover img {
    opacity: 1
}

#product-index .box-product-index .snip1268:hover .icons,
#product-index .box-product-index .snip1268:hover .add-to-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#product-index .box-product-index .snip1268 span.onsale,
#product-index .box-product-index .snip1268 .image span.onsale {
    background-color: #031f46;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    left: auto;
    line-height: inherit;
    min-height: inherit;
    min-width: inherit;
    padding: 2px 10px;
    position: absolute;
    right: -24px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px
}

#product-index .box-product-index .snip1268 span.onsale,
#product-index .box-product-index .snip1268 .app-figure span.onsale {
    background-color: #8c1819;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    left: auto;
    line-height: inherit;
    min-height: inherit;
    min-width: inherit;
    padding: 2px 10px;
    position: absolute;
    right: -24px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px
}

#product-index .box-t-iproduct {
    background-color: #8c1819;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    color: #fff;
    padding-bottom: 5px;
    font-size: 16px
}

#product-index .views-product {
    margin-top: 4em
}

#news-index {
    width: 100%;
    margin-top: 4em
}

#news-index a {
    text-decoration: none
}

#news-index .box-h-newsidnex {
    margin-bottom: 2em
}

#news-index .box-h-newsidnex .h-news-index {
    color: #8c1819;
    position: relative
}

#news-index .box-h-newsidnex .h-news-index::before {
    content: " ";
    background: #8c1819;
    width: 85%;
    height: 2px;
    content: "";
    position: absolute;
    left: 230px;
    bottom: 10px;
    overflow: hidden
}

#news-index .a-watch-all a {
    color: #000;
    text-decoration: none;
    float: right
}

#news-index .box-news-index {
    color: #000
}

#news-index .box-news-index .post-date {
    width: auto;
    height: auto;
    padding: 5px 30px;
    background-color: rgba(140, 24, 25, 0.88);
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 1px
}

#news-index .box-news-index .post-date .date-post {
    text-transform: uppercase;
    font-size: 18px
}

#news-index .box-news-index .post-date .month-post {
    position: relative;
    top: -10px;
    margin-top: -40px
}

#news-index .box-news-index figure {
    position: relative;
    overflow: hidden
}

#news-index .box-news-index figure .img-news-index {
    width: 100%
}

#news-index .box-news-index figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

#news-index .box-news-index figure:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s
}

#news-index .box-news-index .n-news-index {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px
}

#news-index .box-news-index .c-news-index {
    font-size: 18px
}

#news-index .box-news-index .read-more {
    text-decoration: none;
    color: #8c1819;
    float: right;
    margin-bottom: 1em;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#news-index .box-news-index .read-more:hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

#news-index .box-news-index .read-more .arrow-animation {
    position: relative;
    animation: linear infinite alternate;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s
}

#maps-index {
    margin-top: 2em
}

#bg-footer {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-footer.png");
    background-size: cover;
    background-position: center;
    margin-top: -0.3em;
    padding-bottom: 2em
}

#bg-footer .box-place {
    margin-top: 3em;
    color: #fff
}

#bg-footer .box-place .h-place {
    font-size: 24px
}

#bg-footer .box-place .c-place {
    font-size: 16px
}

#bg-footer .box-place .box-social-f {
    margin-top: 1em
}

#bg-footer .box-place .box-social-f .h-social {
    font-size: 24px
}

#bg-footer .box-place .box-social-f .f-facebook,
#bg-footer .box-place .box-social-f .f-twitter,
#bg-footer .box-place .box-social-f .f-linkedin {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #8c1819;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    padding: 3px;
    margin-right: 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#bg-footer .box-place .box-social-f .f-facebook:hover,
#bg-footer .box-place .box-social-f .f-twitter:hover,
#bg-footer .box-place .box-social-f .f-linkedin:hover {
    background-color: #fff;
    color: #84201d;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

#bg-footer .box-time-f {
    margin-top: 3em;
    color: #fff
}

#bg-footer .box-time-f .h-times-f {
    font-size: 24px
}

#bg-footer .box-time-f .f-times {
    font-size: 16px
}

#bg-footer .box-phone-f {
    margin-top: 2em;
    color: #fff
}

#bg-footer .box-phone-f .h-phone-f {
    font-size: 24px
}

#bg-footer .box-phone-f a {
    text-decoration: none
}

#bg-footer .box-phone-f .f-phone {
    font-size: 16px;
    color: #fff
}

#bg-footer .box-email-f {
    margin-top: 2em;
    color: #fff
}

#bg-footer .box-email-f .h-email-f {
    font-size: 24px
}

#bg-footer .box-email-f .f-email {
    font-size: 16px
}

#bg-footer .box-sitemap-f {
    margin-top: 3em;
    color: #fff
}

#bg-footer .box-sitemap-f a {
    text-decoration: none;
    color: #fff
}

#bg-footer .box-sitemap-f .h-sitemap-f {
    font-size: 24px
}

#bg-footer .box-sitemap-f .f-sitemap {
    font-size: 16px
}

#footer {
    width: 100%;
    height: 100%;
    background-color: #000;
    border-top: 4px solid #8c1819;
    color: #fff
}

#footer .copyright a {
    color: #fff
}

#footer .logo-cw {
    display: inline-block
}

#footer .copyright {
    padding-top: 25px;
    margin-left: 10px;
    display: inline-block;
    font-size: 13px
}

#footer .group-traffic {
    float: right;
    display: inline-block;
    margin-top: -5px
}

#footer .group-traffic .box-today {
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    margin-right: 15px
}

#footer .group-traffic .box-today .icon-traffic {
    display: inline-block;
    font-size: 30px
}

#footer .group-traffic .box-today .traffic-today {
    display: inline-block;
    top: -10px;
    position: relative;
    font-size: 12px;
    color: #8c1819
}

#footer .group-traffic .box-today .traffic-number {
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
    left: 15px;
    font-size: 12px
}

#footer .group-traffic .box-thismonth {
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    margin-right: 15px
}

#footer .group-traffic .box-thismonth .icon-traffic {
    font-size: 30px
}

#footer .group-traffic .box-thismonth .traffic-thismonth {
    display: inline-block;
    top: -10px;
    position: relative;
    font-size: 12px;
    color: #8c1819
}

#footer .group-traffic .box-thismonth .traffic-number {
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
    left: 15px;
    font-size: 12px
}

#footer .group-traffic .box-total {
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    margin-right: 15px
}

#footer .group-traffic .box-total .icon-traffic {
    font-size: 30px
}

#footer .group-traffic .box-total .traffic-total {
    display: inline-block;
    top: -10px;
    position: relative;
    font-size: 12px;
    color: #8c1819
}

#footer .group-traffic .box-total .traffic-number {
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
    left: 15px;
    font-size: 12px
}

.mobile-slide {
    display: none
}

#aboutus .wrap-index {
    width: 100%;
    height: 50px
}

#aboutus .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#aboutus .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#aboutus .wrap-index .active-wrap-index {
    color: #8c1819
}

#aboutus .h-about {
    margin-top: 2em;
    margin-bottom: 0.5em
}

#aboutus .h-about:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#aboutus .c-about {
    font-weight: 300;
}

#aboutus .box-about1 {
    margin-top: 4em
}

#aboutus .box-about1 .c-about1 {
    font-weight: 300;
    color: #777
}

#aboutus .box-about2 {
    background-color: #8c1819;
    width: 100%;
    height: auto;
    margin-top: 2em
}

#aboutus .box-about2 .about-member {
    margin-top: 5em;
    margin-bottom: 5em;
    color: #fff
}

#aboutus .box-about2 .about-member .icofont-users {
    font-size: 30px
}

#aboutus .box-about2 .about-member .h-member {
    font-size: 30px
}

#aboutus .box-about2 .about-member .c-member {
    font-size: 18px;
    font-weight: 300;
    margin-top: -1em
}

#aboutus .box-about2 .about-years {
    margin-top: 5em;
    margin-bottom: 5em;
    color: #fff
}

#aboutus .box-about2 .about-years .icofont-medal {
    font-size: 30px
}

#aboutus .box-about2 .about-years .h-years {
    font-size: 30px
}

#aboutus .box-about2 .about-years .c-years {
    font-size: 18px;
    font-weight: 300;
    margin-top: -1em
}

#aboutus .box-about3 {
    background-color: #f7f7f7;
    width: 100%;
    height: auto
}

#aboutus .box-about3 .box-aboutme {
    margin-top: 5em;
    margin-bottom: 5em
}

#aboutus .box-about3 .box-aboutme .c-aboutme {
    font-size: 18px;
    color: #777;
    font-weight: 300
}

#aboutus .box-about3 .box-aboutme .s-aboutme {
    color: #777;
    font-weight: 300
}

#aboutus .box-about3 .aboutme {
    width: 100%;
    margin-top: 6em
}

#aboutus .box-about3 .aboutme .box-slideabout {
    width: 100%;
    height: auto;
    overflow: hidden
}

#aboutus .box-about4 {
    width: 100%;
    height: auto
}

#aboutus .box-about4 .box-aboutme {
    margin-top: 5em;
    margin-bottom: 5em
}

#aboutus .box-about4 .box-aboutme .c-aboutme {
    font-size: 18px;
    color: #777;
    font-weight: 300
}

#aboutus .box-about4 .box-aboutme .s-aboutme {
    color: #777;
    font-weight: 300
}

#aboutus .box-about4 .teamslide {
    width: 100%;
    margin-top: 6em
}

#aboutus .box-about4 .teamslide .box-slideabout {
    width: 100%;
    height: auto;
    overflow: hidden
}

#product-page .wrap-index {
    width: 100%;
    height: 50px
}

#product-page .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#product-page .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#product-page .wrap-index .active-wrap-index {
    color: #8c1819
}

#product-page .h-product {
    margin-top: 2em;
    margin-bottom: 0.5em
}

#product-page .h-product:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#product-page .menu-left {
    margin-top: 3em
}

#product-page .product-box {
    margin-top: 3em;
    margin-bottom: 3em
}

#product-page .product-box .snip1268 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #8c1819;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    line-height: 1.6em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 1em
}

#product-page .product-box .snip1268 p {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

#product-page .product-box .snip1268 p .product-color {
    color: #000 !important
}

#product-page .product-box .snip1268 a {
    text-decoration: none;
    color: #161616
}

#product-page .product-box .snip1268 a .product-color {
    color: #000 !important
}

#product-page .product-box .snip1268 a .product-color:hover {
    color: #8c1819 !important
}

#product-page .product-box .snip1268 a .product-color:focus {
    color: #8c1819 !important
}

#product-page .product-box .snip1268 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#product-page .product-box .snip1268 .image {
    position: relative
}

#product-page .product-box .snip1268 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 0.3
}

#product-page .product-box .snip1268 .add-to-cart {
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0;
    bottom: 25px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    background-color: #8c1819;
    color: #ffffff
}

#product-page .product-box .snip1268 .add-to-cart:hover {
    background-color: #701916;
    color: #fff
}

#product-page .product-box .snip1268:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3)
}

#product-page .product-box .snip1268:hover img {
    opacity: 1
}

#product-page .product-box .snip1268:hover .icons,
#product-page .product-box .snip1268:hover .add-to-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

#product-page .product-box .snip1268 span.onsale,
#product-page .product-box .snip1268 .image span.onsale {
    background-color: #031f46;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    left: auto;
    line-height: inherit;
    min-height: inherit;
    min-width: inherit;
    padding: 2px 10px;
    position: absolute;
    right: -24px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px
}

#product-page .product-box .snip1268 span.onsale,
#product-page .product-box .snip1268 .app-figure span.onsale {
    background-color: #8c1819;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    left: auto;
    line-height: inherit;
    min-height: inherit;
    min-width: inherit;
    padding: 2px 10px;
    position: absolute;
    right: -24px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px
}

#product-detail {
    margin-bottom: 3em
}

#product-detail .wrap-index {
    width: 100%;
    height: 50px
}

#product-detail .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#product-detail .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#product-detail .wrap-index .active-wrap-index {
    color: #8c1819
}

#product-detail .h-product-detail {
    margin-top: 2em;
    margin-bottom: 0.5em
}

#product-detail .h-product-detail:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#product-detail .box-product-detail {
    margin-bottom: 3em;
    margin-top: 3em
}

#product-detail .box-product-detail .img-productdetail {
    width: 100%;
    height: 100%
}

#product-detail .box-product-detail .box-product-content {
    margin-top: 2em
}

#product-detail .box-product-detail .box-product-content .span-dot {
    border: 1px dashed #eee
}

#product-detail .box-product-detail .box-product-content .product-name {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    color: #8c1819
}

#product-detail .box-product-detail .box-product-content .box-price {
    margin-top: 30px;
    font-size: 20px
}

#product-detail .box-product-detail .box-product-content .box-price .price-product {
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    display: inline;
    color: #fff;
    background-color: #031f46;
    border-bottom: 2px solid #031c3f;
    border-radius: 2px
}

#product-detail .box-product-detail .box-product-content .box-price .watch-product {
    font-size: 18px
}

#product-detail .box-product-detail .box-product-content .box-detail-content {
    margin-top: 4em
}

#product-detail .box-product-detail .box-product-content .box-detail-content .h-content {
    font-size: 20px
}

#product-detail .box-product-detail .box-product-content .box-detail-content .c-content {
    font-weight: 300
}

#product-detail .box-product-detail .box-product-content .box-detail-content .catalog-product {
    font-size: 16px;
    color: #8c1819
}

#product-detail .box-product-detail .share-product {
    text-align: center;
    margin-top: 20px
}

#product-detail .box-product-detail .share-product .share-social {
    margin-right: 15px;
    text-decoration: none;
    color: #161616
}

#product-detail .box-product-detail .share-product .share-social:hover {
    color: #84201d
}

#product-detail .box-product-detail .detail-tab {
    margin-top: 2em
}

#product-detail .box-product-detail .detail-tab .content-tab {
    font-weight: 300;
    text-indent: 30px
}

#service {
    margin-bottom: 4em
}

#service .wrap-index {
    width: 100%;
    height: 50px
}

#service .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#service .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#service .wrap-index .active-wrap-index {
    color: #8c1819
}

#service .h-service {
    margin-top: 2em;
    margin-bottom: 0.5em
}

#service .h-service:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#service .c-service {
    font-weight: 300
}

#service .bg-service {
    background-color: #f7f7f7;
    margin-top: 3em;
    padding-bottom: 4em
}

#service .grid-service {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
}

#service .grid-service:nth-child(even) .box-service-img {
    -ms-grid-column: 3;
    -ms-grid-column-span: -1;
    grid-column: 3/2
}

#service .grid-service:nth-child(even) .box-service {
    -ms-grid-row: 2;
    -ms-grid-row-span: -1;
    grid-row: 2/1
}

#service .grid-service .box-service-img {
    margin-top: 4em
}

#service .grid-service .box-service-img .img-service {
    width: 100%;
    height: auto
}

#service .grid-service .box-service {
    margin-top: 2em;
    padding-top: 2em;
    margin-left: 20px;
    margin-right: 20px
}

#service .grid-service .box-service .c-service {
    font-size: 16px;
    font-weight: 400;
    color: #777
}

#service .grid-service .box-service .s-service {
    color: #777;
    font-weight: 300;
    line-height: 26px
}

#service .grid-service .box-service .line-bottom {
    width: 50px;
    height: 5px;
    background-color: #8c1819;
    animation: linear infinite alternate;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: widthexpand;
    -webkit-animation-duration: 3s
}

#news-activities {
    margin-bottom: 4em
}

#news-activities .wrap-index {
    width: 100%;
    height: 50px
}

#news-activities .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#news-activities .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#news-activities .wrap-index .active-wrap-index {
    color: #8c1819
}

#news-activities .h-news-activities {
    margin-top: 2em
}

#news-activities .h-news-activities:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#news-activities .box-news {
    margin-top: 4em
}

#news-activities .box-news figure {
    position: relative;
    overflow: hidden
}

#news-activities .box-news figure .img-news-index {
    width: 100%
}

#news-activities .box-news figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

#news-activities .box-news figure:hover::before {
    -webkit-animation: circle 1s;
    animation: circle 1s
}

#news-activities .box-news .thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

#news-activities .box-news .thumb .author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    padding: 5px 5px 10px;
    position: absolute;
    right: 30px
}

#news-activities .box-news .thumb .author img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline;
    margin-left: 10px
}

#news-activities .box-news .thumb .author .meta {
    margin-top: 15px;
    margin-left: 10px
}

#news-activities .box-news .thumb .author .meta .name-user {
    font-size: 16px;
    font-weight: 400
}

#news-activities .box-news .thumb .author .meta .date-post {
    margin-top: -15px;
    font-weight: 300;
    font-size: 14px
}

#news-activities .box-news .info {
    border: 1px solid #e7e7e7;
    padding: 70px 30px 30px;
    margin-top: -15px
}

#news-activities .box-news .info:hover {
    background-color: #f7f7f7
}

#news-activities .box-news .info a {
    text-decoration: none
}

#news-activities .box-news .info a .n-news-post {
    font-size: 22px;
    color: #161616
}

#news-activities .box-news .info a .n-news-post:hover {
    color: #8c1819
}

#news-activities .box-news .info .c-news-post {
    font-size: 16px;
    font-weight: 300
}

#news-activities .panigation-btn {
    margin-top: 3em
}

#news-detail {
    margin-bottom: 4em
}

#news-detail .wrap-index {
    width: 100%;
    height: 50px
}

#news-detail .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#news-detail .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#news-detail .wrap-index .active-wrap-index {
    color: #8c1819
}

#news-detail .h-news-detail {
    margin-top: 2em
}

#news-detail .h-news-detail:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#news-detail .box-news {
    margin-top: 4em
}

#news-detail .box-news .thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

#news-detail .box-news .thumb .author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 30px;
    padding: 5px 5px 10px;
    position: absolute;
    right: 30px
}

#news-detail .box-news .thumb .author img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline;
    margin-left: 10px
}

#news-detail .box-news .thumb .author .meta {
    margin-top: 15px;
    margin-left: 10px
}

#news-detail .box-news .thumb .author .meta .name-user {
    font-size: 16px;
    font-weight: 400
}

#news-detail .box-news .thumb .author .meta .date-post {
    margin-top: -15px;
    font-weight: 300;
    font-size: 14px
}

#news-detail .box-news .info {
    border: 1px solid #e7e7e7;
    padding: 70px 30px 30px
}

#news-detail .box-news .info .n-news-post {
    font-size: 22px;
    color: #161616
}

#news-detail .box-news .info .c-news-post {
    font-size: 16px;
    font-weight: 300;
    text-indent: 30px;
    text-align: justify
}

#news-detail .box-news .info .gallery-news {
    margin-top: 2em;
    overflow: hidden
}

#news-detail .box-news .info .gallery-news .box-gallery {
    margin-bottom: 30px;
    display: block;
    position: relative
}

#news-detail .box-news .info .gallery-news .box-gallery .bg-img {
    background: #8c1819;
    overflow: hidden
}

#news-detail .box-news .info .gallery-news .box-gallery .bg-img .img-newsgallery {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s all ease-in-out;
    -moz-transition: 0.8s all ease-in-out;
    -ms-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out
}

#news-detail .box-news .info .gallery-news .box-gallery:hover .img-newsgallery {
    opacity: 0.6;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3)
}

#contact .wrap-index {
    width: 100%;
    height: 50px
}

#contact .wrap-index a {
    text-decoration: none;
    color: #161616;
    margin-top: 25px;
    position: relative;
    top: 15px
}

#contact .wrap-index .line-right {
    position: relative;
    top: 15px;
    color: #e7e7e7
}

#contact .wrap-index .active-wrap-index {
    color: #8c1819
}

#contact .h-contact {
    margin-top: 2em;
    margin-bottom: 0.5em
}

#contact .h-contact:before {
    content: "\\\\\\";
    font-size: 30px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    line-height: 1;
    font-weight: 400;
    color: #8c1819
}

#contact .box-form {
    margin-bottom: 4em
}

#contact .box-form .c-other {
    color: #858585;
    font-weight: 300
}

#contact .box-form .capcha {
    width: 40%;
    height: auto
}

@-webkit-keyframes run {
    0% {
        left: 0
    }

    50% {
        left: 5px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes widthexpand {
    100% {
        width: 80px
    }
}

@keyframes widthexpand {
    100% {
        width: 80px
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

#toTop {
    padding: 10px 10px;
    background: #8c1819;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    z-index: 1000;
    font-family: "Prompt", sans-serif !important;
    font-weight: 100
}

#toTop i {
    display: block;
    text-align: center
}

.text-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.text-cut-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.btn-send-contact {
    margin-top: 1rem;
}

.row-service {
    justify-content: center;
}