/*Variable*/
.section {
	padding: 40px 0;
}

.image-effect {
    position: relative;
    overflow: hidden;
}

.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3)
}

.image-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3)
}

#image_load {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 996;
    display: none;
}

#image_load > img {
    margin: auto;
    height: 12%;
}

.mt-img-effect {
    position: relative;
    overflow: hidden;
    display: block
}

@media (max-width: 991px) {
    .mt-img-effect {
        margin-bottom:15px
    }
}

.mt-img-overlay2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.mt-img-overlay2:hover:before {
    opacity: 0.9
}

.mt-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.65) 100%)
}

.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center
}

.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #ffffff;
    color: #333333;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1);
    box-shadow: 0 5px 10px 0 rgba(255,255,255,0.1)
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

/* Product */

.icon-youtube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 30px;
    opacity: .2;
    /* visibility: hidden; */
    transition: all 0.4s;
}

@media screen and (min-width: 992px) {
    .owl_slick_padding {
        margin: 0 -20px;
    }
    
    .owl_slick_padding .slick-slide{
        margin: 0 20px;
    }
}

/*News*/

.card-blog {
    position: relative;
}

.blog-slider .entry {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    transition: 0.3s;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 3px;
}

.blog-slider .entry-media img {
    height: 220px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.blog-slider .body-style-2 .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: rgb(51 51 51 / 20%);
    transition: all 0.35s;
}

.blog-slider .body-style-2 .entry-body .entry-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.blog-slider .entry-date {
    background-color: var(--main-color2);
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 27px;
    font-family: 'Bold';
    left: 0.7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1.7rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0.7rem;
    width: 6.5rem;
    height: 7rem;
}

.blog-slider .entry-date span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 1.2rem;
    /* margin-top: 0.2rem; */
    font-family: 'Regular';
    padding: 1px 7px;
    background-color: #000;
}

.blog-slider .entry-body {
    font-size: 1.2rem;
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 1.5rem 0 0;
}

.blog-slider .entry-title {
    position: relative;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--color-primary);
}

.blog-slider .description {
    line-height: 24px;
    padding-top: 10px;
}

.blog-slider .entry-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

@media screen and (min-width: 992px) {
    .blog-slider .img-style-2 .entry-media img {
        height: 386px;
    }
    .blog-slider .entry-title {
        font-size: 1.7rem;
    }
    .blog-slider .entry-body {
        font-size: 1.4rem;
    }
    .blog-slider .body-style-2 .entry-body {
        opacity: 0;
        visibility: hidden;
    }
    
    .blog-slider .body-style-2:hover .entry-body {
        opacity: 1;
        visibility: visible;
    }
}

/*End news*/

.section_feature_page {
    padding: 40px 0;
    background: #f1fff8;
}

@media (max-width: 767px) {
    .section_feature_page {
        padding:30px 0
    }
}

.section_feature_page .img_feature img {
    object-fit: contain;
    height: 100px;
}

.section_feature_page .content_feature {
    text-align: center;
    margin-top: 15px
}

.section_feature_page .owl-feature .item .content_feature a {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #737e95;
    text-decoration: none;
    line-height: 24px
}

.section_feature_page .slick-slide:hover a {
    color: #f33f62
}

.featured-section {
    padding: 50px 0 90px;
}

/* .section_feature_page .slick-slide:hover img {
    -webkit-animation: toTopFromBottom .3s forwards;
    -moz-animation: toTopFromBottom .3s forwards;
    animation: toTopFromBottom .3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
} */

.section_gioithieu {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 80px 0
}

@media (min-width: 768px) {
    .section_gioithieu {
        background-image:url("//bizweb.dktcdn.net/100/330/752/themes/894754/assets/background_gioithieu.png?1664351225860")
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_gioithieu {
        padding:20px 0 40px
    }
}

@media (max-width: 767px) {
    .section_gioithieu {
        padding:30px 0 40px
    }
}

@media (max-width: 991px) {
    .section_gioithieu .video {
        margin-top:30px
    }
}

.section_gioithieu .video .videoframe {
    width: 100%;
    float: left;
    border-radius: 5px;
    position: relative
}

@media (max-width: 991px) {
    .section_gioithieu .video .videoframe {
        text-align:center;
        margin-bottom: 25px
    }
}

.section_gioithieu .video .videoframe .button_play {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: #f33f62;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section_gioithieu .video .videoframe .button_play .fa {
    font-size: 28px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin-left: 7px
}

@media (max-width: 767px) {
    .section_gioithieu .video .videoframe .button_play {
        width:50px;
        height: 50px;
        line-height: 50px
    }

    .section_gioithieu .video .videoframe .button_play .fa {
        line-height: 50px;
        font-size: 24px
    }
}

.section_gioithieu .video .videoframe img {
    max-width: 100%;
    margin: auto
}

.section_gioithieu .contentin {
    width: 95%;
    padding-top: 15px;
    font-size: 15px;
    color: #737e95;
    line-height: 26px;
    text-align: justify;
}

@media (max-width: 767px) {
    .section_gioithieu .contentin {
        width:100%
    }
}

.button_35px {
    margin-top: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    padding: 0 45px;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 25px;
    border: solid 1px var(--main-color);
}

.button_35px:hover {
    background: #fff;
    color: var(--main-color)
}

.section_needus {
    width: 100%;
    padding: 30px 0;
    position: relative;
    background: var(--main-color);
    margin-top: 70px
}

.section_needus .wrap_needus {
    width: 100%;
    float: \;
    text-align: center;
}

.section_needus .wrap_needus .wrap_title_position {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -60px;
    background: var(--main-color);
    height: 60px;
    line-height: 67px;
    padding: 0 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 34px;
    border-top-right-radius: 34px
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_needus .wrap_needus .wrap_title_position {
        width:70%
    }
}

@media (max-width: 767px) {
    .section_needus .wrap_needus .wrap_title_position {
        width:100%;
        padding-top: 5px
    }
}

.section_needus .wrap_needus .wrap_title_position .title_module_main {
    position: relative;
    display: inline-block;
}

.section_needus .wrap_needus .wrap_title_position .title_module_main:before {
    content: "";
    position: absolute;
    left: -49px;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 38px 10px;
    border-color: transparent transparent var(--main-color) transparent;
}

.section_needus .wrap_needus .wrap_title_position .title_module_main:after {
    content: "";
    position: absolute;
    right: -49px;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 0 10px;
    border-color: transparent transparent transparent var(--main-color);
}

.section_needus .wrap_needus .wrap_title_position .title_module_main h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.section_needus .img_feature span img {
    height: 70px;
    object-fit: contain;
}

.section_needus .content_feature {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .section_needus .wrap_needus .wrap_title_position .title_module_main:before {
        content: none;
    }
    
    .section_needus .wrap_needus .wrap_title_position .title_module_main:after {
        content: none;
    }
    .section_needus .wrap_needus .wrap_title_position .title_module_main h2 {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .section_needus .content_feature {
        padding: 0 33px;
    }
}

.section_needus .content_feature span {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400
}

.section_blogs {
    position: relative;
    padding: 100px 0
}

@media (max-width: 767px) {
    .section_blogs {
        padding:40px 0
    }
}

.section_blogs .list-blogs-link {
    margin-top: 40px
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .blog-img {
    width: 100%;
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .blog-img img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .blog-img img {
        height: 350px;
    }
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ {
    margin-top: 20px;
    width: 100%;
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ h3 {
    font-weight: 700;
    padding: 0px;
    margin: 0px 0 15px;
    line-height: 24px;
    font-size: 18px;
    color: #343f5b;
    width: 100%;
}

@media (max-width: 767px) {
    .section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ h3 {
        font-size:16px
    }
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ h3 a {
    color: #343f5b
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ h3:hover a {
    color: #f33f62;
    text-decoration: none
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ .time_post {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #acacac;
    font-family: "Roboto",sans-serif
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ .time_post.f {
    margin-right: 10px
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ .time_post i {
    font-family: 'FontAwesome';
    color: #acacac
}

.section_blogs .list-blogs-link .item_wrap_blog .item-blg .blog-inner .content__ p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737e95;
    font-family: "Roboto",sans-serif;
    padding: 0px;
    margin: 0px 0 15px;
    font-weight: 400;
    display: block;
    line-height: 24px
}

.section_blogs .list-blogs-link .item_wrap_blog .link {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #f33f62;
    font-weight: 400
}

.section_blogs .owl-nav {
    display: none
}

.section_blogs .owl-dots {
    position: relative;
    bottom: -5px
}

.section_blogs .owl-dots .owl-dot {
    background: #d7d7d7;
    width: 8px;
    height: 8px
}

.section_blogs .owl-dots .owl-dot.active {
    background: #f33f62
}

.section_taisao {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_taisao {
        background-position:15% center
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .section_taisao {
        background-position-x:-150px
    }
}

.section_taisao .wrap_taisao {
    width: 100%;
    float: left;
    padding: 95px 45px 95px 0
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_taisao .wrap_taisao {
        padding:250px 0px 20px 0
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_taisao .wrap_taisao {
        padding:370px 0px 0px 0
    }
}

@media (max-width: 767px) {
    .section_taisao .wrap_taisao {
        padding:45px 0
    }
}

.section_taisao .wrap_taisao .blockchain {
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #737e95;
    line-height: 24px;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 0
}

.section_taisao .wrap_taisao .warp_taisao {
    width: 100%;
    float: left;
    padding: 20px 0
}

.section_taisao .wrap_taisao .warp_taisao .row>div {
    margin: 20px 0 10px
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(1) .wrap_item_taisao {
    background: #fb6c7e;
    position: relative
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(1) .wrap_item_taisao:before {
    content: "01";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(2) .wrap_item_taisao {
    background: #968bd7;
    position: relative
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(2) .wrap_item_taisao:before {
    content: "02";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(3) .wrap_item_taisao {
    background: #5fd4c2;
    position: relative
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(3) .wrap_item_taisao:before {
    content: "03";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(4) .wrap_item_taisao {
    background: #ffb073;
    position: relative
}

.section_taisao .wrap_taisao .warp_taisao .row>div:nth-child(4) .wrap_item_taisao:before {
    content: "04";
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px
}

.section_taisao .wrap_taisao .warp_taisao .wrap_item_taisao {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25)
}

.section_taisao .wrap_taisao .warp_taisao .wrap_item_taisao .image_taisao img {
    max-width: 100%
}

.section_taisao .wrap_taisao .warp_taisao .wrap_item_taisao p {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    color: #fff
}

.section_doingu {
    padding: 0 0 95px;
}

@media (max-width: 991px) {
    .section_doingu {
        padding:95px 0 70px
    }
}

@media (max-width: 767px) {
    .section_doingu {
        padding:40px 0
    }
}

.section_doingu .block {
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 0 0 15px
}

.section_doingu .owlstaff {
    margin-top: 15px
}

.section_doingu .owlstaff .slick-slide {
    text-align: center
}

.section_doingu .owlstaff .img_feature {
    width: 100%;
    text-align: center
}

.section_doingu .owlstaff .img_feature span {
    display: block;
    width: 240px;
    margin: 0 auto
}

.section_doingu .owlstaff .img_feature span img {
    max-width: 100%
}

.section_doingu .owlstaff .content_feature {
    width: 100%;
    margin-top: 20px
}

.section_doingu .owlstaff .content_feature p {
    font-size: 20px;
    font-family: Bold;
    color: #343f5b;
}

.section_doingu .owlstaff .content_feature span {
    font-size: 14px;
    font-weight: 400;
    color: #737e95;
    display: block
}

.section_danhgia {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.section_danhgia .wrap_full {
    padding: 90px 0
}

@media (max-width: 767px) {
    .section_danhgia .wrap_full {
        padding:40px 0 60px
    }
}

.section_danhgia .block {
    width: 100%;
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 0 0 15px
}

.section_danhgia .owltesti {
    margin-top: 20px
}

.section_danhgia .owltesti .slick-slide {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .section_danhgia .owltesti .slick-slide {
        padding:0 10px
    }
}

.section_danhgia .owltesti .slick-slide .content_danhgia {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 40px;
    background: #f33f62;
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25)
}

@media (max-width: 767px) {
    .section_danhgia .owltesti .slick-slide .content_danhgia {
        padding:30px 20px
    }
}

.section_danhgia .owltesti .slick-slide .content_danhgia p,.section_danhgia .owl_danhgia .item .content_danhgia span {
    font-family: "Roboto",sans-serif;
    font-size: 16px
}

.section_danhgia .owltesti .slick-slide .content_danhgia p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px
}

.section_danhgia .owltesti .slick-slide .content_danhgia span {
    font-weight: 400;
    color: #fff
}

.section_danhgia .owltesti .slick-slide .content_danhgia span span {
    font-weight: 700;
    color: #fff
}

.section_danhgia .owltesti .slick-slide .img_danhgia {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.section_danhgia .owltesti .slick-slide .img_danhgia span {
    display: block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: solid 4px #fff;
    border-radius: 50%
}

.section_danhgia .owltesti .slick-slide .img_danhgia span img {
    height: 80px;
    object-fit: cover;
}

.blognews {
    padding: 100px 0 60px 0
}

@media (max-width: 767px) {
    .blognews {
        padding:60px 0 30px
    }
}

.blognews .block {
    width: 100%;
    font-size: 16px;
    color: #737e95;
    font-weight: 400;
    padding: 0 0 15px
}

.blognews .list-blogs-link {
    margin-top: 20px
}

.blognews .list-blogs-link .item_wrap_blog .blog-inner .blog-img.not_radius img {
    border-radius: 0px
}

.blognews .list-blogs-link .item_wrap_blog .blog-inner .content__ .time_post {
    margin-bottom: 10px
}


.card {
    border-radius: 5px;
    margin-bottom: 25px;
}

.card-header {
    cursor: pointer;
    position: relative;
    background: #f7f8fb;
    border: none;
    padding: 1.5rem 2.25rem 1.5rem 1.25rem;
}
.card-header:after {
    font-size: 14px;
    content: "\f078";
    margin-left: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-weight: 700;
    position: absolute;
    right: 13px;
    top: 15px;
}
.card-header.collapsed:after {
    content: "\f054";
}
.card-header h5 {
    font-size: 16px;
}
.card-body {
    line-height: 23px;
}

.section_cauhoi {
    padding: 0 0 90px 0;
}

.section_subscribe {
    background: var(--main-color);
    padding: 30px 0;
    position: relative;
    margin-top: 80px
}

@media (max-width: 767px) {
    .section_subscribe {
        margin-top:30px
    }
}

@media (max-width: 767px) {
    .section_subscribe.margin-top-0-mobile {
        margin-top:0
    }
}

.section_subscribe:before {
    content: "";
    background-image: url("../images/bg_footer_subscribes.png?166435122586560");
    background-size: contain;
    width: 100%;
    min-height: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top left
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe:before {
        min-height:245px;
        position: absolute;
        left: -290px
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .section_subscribe:before {
        left:-270px
    }
}

@media (max-width: 991px) {
    .section_subscribe:before {
        content:none
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .section_subscribe:before {
        left:-345px
    }
}

.section_subscribe .wrap_.wrap_left {
    position: relative
}

.section_subscribe .wrap_.wrap_left .block_position {
    width: 55%;
    float: right;
    margin-right: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -75px
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        right:50px
    }
}

@media (min-width: 1924px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        right:auto;
        top: -75px;
        left: -20%
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        top:-70px
    }
}

@media (max-width: 991px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        width:100%;
        float: none;
        position: relative;
        right: auto;
        top: 0;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .section_subscribe .wrap_.wrap_left .block_position {
        margin-bottom:15px
    }
}

.section_subscribe .wrap_.wrap_left .block_position h4,.section_subscribe .wrap_.wrap_left .block_position p,.section_subscribe .wrap_.wrap_left .block_position span {
    font-family: "Roboto",sans-serif
}

.section_subscribe .wrap_.wrap_left .block_position h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffcf28;
    text-transform: uppercase
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe .wrap_.wrap_left .block_position h4 {
        font-size:18px
    }
}

.section_subscribe .wrap_.wrap_left .block_position p {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 400
}

.section_subscribe .wrap_.wrap_left .block_position .button_sub {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #f33f62;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 25px;
    background: #fff;
    border: solid 1px #f33f62;
    text-decoration: none
}

.section_subscribe .wrap_.wrap_right {
    padding-left: 80px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_subscribe .wrap_.wrap_right {
        padding-left:75px
    }
}

@media (max-width: 991px) {
    .section_subscribe .wrap_.wrap_right {
        padding-left:0
    }
}

.section_subscribe .wrap_.wrap_right h4 {
    font-family: "Roboto",sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .section_subscribe .wrap_.wrap_right h4 {
        font-size: 22px;
        text-align:center;
        line-height: 36px
    }
}

.section_subscribe .wrap_.wrap_right .form_km {
    width: 100%;
    float: left
}

.section_subscribe .wrap_.wrap_right .form_km form {
    width: 90%;
    float: left;
    margin-bottom: 0px
}

@media (max-width: 991px) {
    .section_subscribe .wrap_.wrap_right .form_km form {
        float:none;
        margin-bottom: 0px;
        margin: 0 auto
    }
}

.section_subscribe .wrap_.wrap_right .form_km form input {
    width: 70%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-radius: 3px;
    color: #abb2c3;
    background: #fff;
    font-weight: 400;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .section_subscribe .wrap_.wrap_right .form_km form input {
        width:100%
    }
}

.section_subscribe .wrap_.wrap_right .form_km form .button_subscribe {
    width: calc(100% - 70% - 10px);
    -moz-width: calc(100% - 70% - 10px);
    -webkit-width: calc(100% - 70% - 10px);
    -o-width: calc(100% - 70% - 10px);
    -os-width: calc(100% - 70% - 10px);
    margin-left: 10px;
    box-shadow: none;
    border: solid 1px #fec03c;
    background: #fec03c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 767px) {
    .section_subscribe .wrap_.wrap_right .form_km form .button_subscribe {
        width:100%;
        margin-left: 0px;
        margin-top: 10px
    }
}

/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/


@media screen and (max-width: 991px) {
    .lSSlideOuter .lightSlider li img {
        height: 210px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
    .product-single-info .product-title {
        font-size: 2rem;
    }
}

/*Menu*/

/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--main-color);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-contact-infos .email {
	padding-top: 1rem;
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: #d71a21;
	border-color: #d71a21;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.social-group {
    position: fixed;
    left: 15px;
    bottom: 100px;
    z-index: 1040;
}

.social-group .widget-container {
    display: grid;
}

.social-group .widget-container .widget-item {
    position: relative;
    margin: 7px 5px;
    border-radius: 50%;
    border: 4px solid hsl(0deg 0% 100% / 80%);
    text-align: center;
    transition: all 0.3s;
}

.social-group .widget-container a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
}

.social-group .widget-container a:before {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 4px solid rgb(217 217 217 / 50%);
    border-radius: 50%;
}

.social-group .widget-container .widget-item:hover {
    border-color: rgb(217 217 217 / 50%);
}

@media screen and (max-width: 767px) {
    .social-group {
        bottom: 100px;
    }
    .user-register {
        font-size: 1.8rem;
        margin: 2px 12px 0 3px;
    }
    .variant-sku {
        font-size: 1.3rem;
    }
    .d-xs-none {
        display: none!important;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}


@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.messenger-fb{
    position: fixed;
    bottom: 13%;
    right: 2%;
    z-index: 1040;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 1.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    color: #ffffff;
    background: #e5322d;
    font-size: 2.7rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #0080ff!important;
    color: #fff;
}
[data-color="zalo"] img{
    max-width: 55px;
}
[data-color="zalo"] {
    background: none!important;
}
[data-color="lh"]{
    background: #2d2d2d;
    color: #fff;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: #0080ff;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    /* transform: translate(-50%, -5px) scale(0.5); */
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    top: 10px;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    /* transform: translate(-5px, 0) scale(0.5); */
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #0080ff;
    transform-origin: left;
    /* transform: translateY(50%) scaleX(0); */
    position: absolute;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    left: -6px;
    bottom: calc(33% + 7px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
/* [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
} */
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}

.search-form-header .form-control {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.search-form-header .form-control {
	    margin-bottom: .5rem;
	}
}

/*---------------------------------------*/
/*-------   18. Loader module       -----*/
/*---------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    opacity: 1;
    display: block;
}

#loader-wrapper.loader-off, body.loaded #loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -ms-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -9px;
    margin-left: -100px;
    perspective: 400px;
    transform-type: preserve-3d;
}

#loader .dot {
    animation: loader ease-in-out 3s infinite;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    background: var(--main-color);
}

#loader .dot:nth-child(2) {
    animation-delay: 0.5s;
}

#loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

#loader .dot:nth-child(4) {
    animation-delay: 0.3s;
}

#loader .dot:nth-child(5) {
    animation-delay: 0.2s;
}

#loader .dot:nth-child(6) {
    animation-delay: 0.1s;
}

#loader .dot:nth-child(7) {
    animation-delay: 0s;
}

html:not(.ie) #loader .dot {
    border: 2px solid #ffffff;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(235px);
    }

    65% {
        transform: translateX(235px);
    }

    95% {
        transform: translateX(0);
    }
}



