body {
    background: #fff;
}

.mm-listview .social a:nth-child(2), .mm-listview .social a:nth-child(3) {
    display: none;
}

.copyright72258 {
    text-align: center;
    margin: 5px 0;
}

.search-form {
    display: flex;
    justify-content: center;
}

.top-header {
    padding: 5px 0;
    background: #fff;
}

.top-header>.container>.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hd-btn-right {
    display: flex;
    justify-content: flex-end;
}

.hd-btn-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
}

.hd-btn-right a img {
    width: 25px;
    height: 25px;
}

.policy-home {
    margin: 25px 0;
}

.policy-home .row {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.policy-home .row:before {
    content: "";
    position: absolute;
    background: #EDF5F8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(-20deg);
    border-radius: 5px;
}

.policy-home .row>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.policy-home img {
    width: auto;
    height: 42px;
    margin-right: 15px;
}

.policy-home p>span {
    font-size: 13px!important;
}

.policy-home .policy-item {
    width: 25%;
}

.policy-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.policy-item p {
    margin-bottom: 0;
}

.policy-home .policy-item:first-child span {
    font-size: 18px;
    text-transform: uppercase;
}

.home-header .firtTitle h2 {
    color: #fff;
    position: relative;
}

.box-product .box-heading>a {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*width: fit-content;*/
}

.home-header .firtTitle h2:before, .box-product .box-heading>a:before {
    content: "";
    position: absolute;
    background: #1A476D;
    width: calc(100% + 20px);
    height: 100%;
    transform: skewX(-20deg);
    left: 10px;
    top: 0;
    border-radius: 3px;
}

.home-header .firtTitle h2:after, .box-product .box-heading>a:after {
    content: "||";
    position: absolute;
    color: #fff;
    height: 100%;
    transform: skewX(-20deg);
    left: 12px;
    font-size: 47px;
    top: 0;
}

.box .box-heading span {
    z-index: 1;
    color: #fff;
    text-indent: 40px;
    border: none;
}

.home-header .firtTitle h2 a {
    color: #fff;
    position: relative;
    margin-left: 40px;
    font-size: 16px;
    font-weight: 500;
}

.box-product .box-heading>a:after {
    left: 20px;
    top: -20px;
}

.home-header .firtTitle {
    border: none;
    position: relative;
}

.blog_post_heading {
    border: none;
    padding: 15px 0 0;
}

.blog_post_heading p {
    display: none;
}

.blog_post_heading h2 {
    height: 36px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blog_post_heading h2 a {
    font-weight: 600;
}

.blog_post_content {
    height: 78px;
}

.blog_post_content p {
    max-height: 63px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 0;
}

.single_blog_post_box {
    box-shadow: none;
    border: none;
}

.blogs_home_slide_right .product-item .image {
    height: 330px;
}

#home_block_blog .article_item {
    float: none;
    margin: 0;
}

.news-home-container .home-header .firtTitle h2:after {
    display: none;
}

.news-home-container .home-header .firtTitle h2 a {
    margin-left: 20px;
}

.footer-wrap, .designBy {
    background: #241F3F;
}

.footer-wrap {
    padding: 30px 0 0;
    margin-top: 0;
}

.designBy {
    padding-bottom: 20px;
}

footer *, .designBy * {
    color: #aaa;
}

.footer-top .footer-right, .footer-top h3 {
    border: none;
}

.footer-top h3 {
    font-size: 16px;
}

.footer-top h3, .footer-top h3 span {
    padding: 0;
    color: #fff;
}

.bct {
    margin-top: 20px;
    display: block;
}

.bct img {
    width: 125px;
}

.footer-top .footer-right .content {
    margin-top: 0;
}

.footer-top .content {
    margin-bottom: 15px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
}

.footer-social>li {
    margin-right: 8px;
}

.footer-social>li>a>img {
    width: 28px;
}

.news-home-container>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.news-home-container>.row>div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.news-home-container>.row {
    display: flex;
    flex-direction: column-reverse;
}

.prod-detail-title h1, .prod-detail-title {
    border: none;
}

.prod-detail-title h1 {
    font-weight: 500;
}

.prod-price .price {
    font-weight: 500;
}

.tp_product_detail_price span {
    float: right;
    font-weight: 400;
}

.price s {
    font-size: 18px;
    color: #989696;
    padding-left: 10px;
    display: inline-block;
}

.price i {
    font-size: 13px;
    font-weight: 500;
}

.attr {
    padding: 0;
}

.attr>p {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    align-items: center;
    margin: 0;
}

.care-box, .prod-color, .fea-row {
    border: none;
}

.req>span, #quality-box>span>strong {
    float: left;
    width: 120px;
    font-weight: 400;
}

.attr>p>a {
    line-height: 13px;
    padding: 6px 10px;
    height: auto;
    font-weight: 500;
    box-shadow: none;
    border-color: #ddd;
    width: auto;
}

.quantity-wrapper {
    display: flex;
}

.quantity-wrapper input {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 40px;
    border-left: none;
    border-right: none;
}

.quantity-wrapper button {
    width: 27px;
    border: 1px solid #ddd;
    background: transparent;
    font-size: 16px;
}

.cart .btnCart {
    border: 1px solid #f7f8f9;
    background: #f7f8f9!important;
    color: #1a4771 !important;
    box-shadow: 1px 1px 3px #aaa;
    margin-right: 15px;
    text-transform: none;
}

.cart .btnCart#buyNow {
    border-color: #1A4771 !important;
    background: #1A4771 !important;
    color: #fff !important;
    box-shadow: 1px 1px 3px #1A4771;
    min-width: 120px;
    padding: 0;
}

.cart .btnCart img {
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

.mainmenu, #hdSearch .btnSearch {
    background: #1A4771;
}

#hdSearch .btnSearch {
    background: #59a5d3;
}

.size-guide {
    margin-left: 120px;
    color: #1a4771 !important;
    font-weight: 500;
}

.attr >p.size {
    margin-bottom: 5px;
}

.home-header>ul li a {
    font-size: 14px;
}

.home-header>ul li a i {
    font-size: 11px;
}

#pviewPolicy {
    margin: 40px 0;
}

#pviewPolicy img {
    height: 38px;
    width: auto;
    margin-right: 10px;
}

#pviewPolicy span {
    font-size: 13px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-color: transparent;
    border-bottom-color: #ddd;
    background: transparent;
    color: #fff;
}

.nav-tabs>li>a {
    position: relative;
    color: #1a4771;
    z-index: 1;
    margin-right: 0;
    border-left: none;
    border-right: none;
    padding: 10px 25px;
}

.nav-tabs>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f8f9;
    z-index: -1;
    transform: skewX(-20deg);
    border-radius: 3px;
}

.nav-tabs>li.active>a {
    color: #fff;
}

.nav-tabs>li.active>a:before {
    background: #1a4771;
}

.nav-tabs>li>a:hover {
    border: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
}

.nav-tabs>li:first-child:after {
    content: "||";
    position: absolute;
    color: #1a4771;
    font-weight: 700;
    height: 100%;
    transform: skewX(-20deg);
    left: -5px;
    font-size: 41px;
    top: 8px;
    z-index: 1;
}

h3.mod-proddt-title {
    width: fit-content;
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 5px 5px 3px 40px;
    font-size: 16px;
}

h3.mod-proddt-title:before {
    content: "";
    position: absolute;
    background: #1A476D;
    width: calc(100% + 20px);
    height: 100%;
    transform: skewX(-20deg);
    left: 0;
    top: 0;
    border-radius: 3px;
    z-index: -1;
}

h3.mod-proddt-title:after {
    content: "||";
    position: absolute;
    color: #fff;
    height: 100%;
    transform: skewX(-20deg);
    left: 5px;
    font-size: 47px;
    top: 0;
}

.wrapper-cart #content {
    min-height: unset;
    background: #F8F8F8;
    margin-bottom: 0;
}

.cart-info table {
    border: none;
    margin-bottom: 0;
}

.cart-info thead td, .cart-info tbody td {
    background: #fff;
    border: none;
}

.cart-info thead td {
    background: transparent;
}

.cart-info td {
    padding: 15px 10px;
}

.cart-info tbody .image>a:first-child {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.image .prdName {
    vertical-align: top;
}

.wrapper-cart {
    background: #f8f8f8;
    padding: 30px 15px;
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left!important;
}

.cart-info tbody .image, .cart-info thead .price, .cart-info thead .total, .cart-info tbody .price, .cart-info tbody .total {
    text-align: left;
}

.cart-info tbody .image img {
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-info tbody td {
    vertical-align: top;
    font-weight: 500;
}

.hd-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px 30px;
}

.hd-cart-row h1 {
    font-size: 14px;
    font-weight: 600;
}

.hd-cart-row h1 span {
    font-weight: 400;
    color: #777;
}

.hd-cart-row a {
    padding: 8px 20px;
    background: #FDEEE9;
    color: #ff3234;
}

.hd-cart-row a span {
    margin-left: 10px;
}

.cart-info thead td.name {
    text-indent: 20px;
}

.wrapper-cart>.row {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-cart-right {
    padding: 15px;
    background: #fff;
    height: 100%;
}

.freeship-row {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f8f8;
}

.freeship-row img {
    width: 35px;
    margin-right: 10px;
}

.freeship-text p {
    margin: 0;
    font-weight: 600;
}

.freeship-text p span {
    color: #ff3234;
}

#img-cart {
    display: flex;
}

.image-right {
    position: relative;
    margin-left: 10px;
    width: 100%;
}

.cart-action {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cart-action i {
    font-size: 16px;
}

.cart-action>span {
    cursor: pointer;
}

.cart-action>span:first-child {
    color: #ff3234;
    margin-right: 20px;
}

td.price, td.total {
    color: #ff3234;
}

.qty-wrapper {
    display: flex;
}

.qty-wrapper button {
    background: transparent;
    border: 1px solid #aaa;
    width: 30px;
}

.qty-wrapper button.qty-down {
    border-radius: 15px 0 0 15px;
}

.qty-wrapper button.qty-up {
    border-radius: 0 15px 15px 0;
}

.qty-wrapper input {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

.total-row {
    margin: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}

.total-row span {
    font-weight: 600 ;
}

.total-row span:nth-child(2) {
    color: #ff3234;
}

.button-row a {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: #59a5d3;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.newsslide .owl-prev:after, .newsslide .owl-next:after, .new_slide .owl-prev:after, .new_slide .owl-next:after {
    padding: 6px 13px;
    border-radius: 50%;
    background: #59a5d3 !important;
    font-size: 20px;
}

.newsslide .owl-next, .new_slide .owl-next {
    right: 0;
}

.blog-item {
    padding-bottom: 0;
    border: none;
}

#newImg {
    height: 150px;
}

.blog-cate-name {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.leading-blogs>div {
    padding-left: 0;
}

#group-content .box .box-heading>span {
    position: relative;
    border: none;
    text-indent: 40px;
    font-size: 13px;
    color: #fff;
}

#group-content .box .box-heading>span:before {
    content: "";
    position: absolute;
    background: #1a476d;
    width: calc(100% + 20px);
    height: 100%;
    transform: skewX(-20deg);
    left: 5px;
    top: 0;
    border-radius: 3px;
}

#group-content .box .box-heading>span:after {
    content: "||";
    position: absolute;
    color: #fff;
    height: 100%;
    transform: skewX(-20deg);
    left: -32px;
    font-size: 47px;
    top: 0;
}

.box .box-heading>span>span {
    position: relative;
}

.item-news {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.item-news:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-news:first-child, .item-news:last-child {
    border: none;
    padding-bottom: 0;
}

.item-news:first-child .item-news-img {
    width: 35%;
}

.item-news:first-child .item-news-cont {
    width: 55%;
}

.content-blog .pagination {
    float: left;
}

.content-blog .paginator a, .content-blog .paginator span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    color: #312c2c;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    line-height: 27px;
    width: 30px;
    height: 30px;
    transition: ease-in-out .3s;
}

.content-blog .pagination .paginator a {
    margin: 0;
}

.content-blog .paginator .labelPages, .content-blog .paginator .titlePages {
    display: none;
}

.content-blog .paginator a:not(:last-child), .content-blog .paginator span.currentPage  {
    border-right: none;
}

.paging-next:before, .paging-last:before, .paging-previous:before, .paging-first:before {
    font-family: "FontAweSome";
    font-weight: 600;
}

.paging-last:before {
    content: "\f101";
}

.paging-previous:before {
    content: "\f104";
}

.paging-next:before {
    content: "\f105";
}

.paging-first:before {
    content: "\f100";
}

.content-blog .paginator span:hover, .content-blog .paginator a:hover, .content-blog .paginator span.currentPage {
    background: #1a476d;
    color: #fff;
    border-color: #1a476d;
}

#content.detail-blog h1 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #1a476d;
    font-size: 26px;
    border: none;
    margin-bottom: 20px;
}

.pavblogs-comments-box img {
    padding: 0;
    width: 100%;;
    object-fit: cover;
}

.item-news-img a {
    display: block;
}

.social-wrap {
    float: right;
    margin-top: 10px;
}

.blogs_home_slide.owl_design.owl-carousel .owl-controls .owl-buttons div {
    height: 30px;
    font-size: 24px;
    border-radius: 50%;
    line-height: 26px;
    background: #59a5d3;
    color: #fff;
    border-color: #59a5d3;
}

.blogs_home_slide.owl_design.owl-carousel .owl-controls .owl-buttons div:hover {
    background: #59a5d3;
    border-color: #59a5d3;
}

.related-news {
    margin-top: 15px;
    background: #F5F5F5;
    padding: 0 15px 15px;
    box-shadow: 1px 1px 5px #aaa;
}

.related-news>p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1a476d;
    position: relative;
    padding-top: 5px;
}

.related-news>p:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    top: 0;
    left: -15px;
    background: #1a476d;
}

.rn-title {
    display: block;
    margin-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.btn-call-fixed {
    position: fixed;
    bottom: 180px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    font-size: 36px;
    color: #fff;
    background: #1a476d;
    border-radius: 50%;
}

.zalo-chat-widget {
    bottom: 105px !important;
    right: 30px !important;
}

.btn-call-fixed:hover {
    color: #fff;
}

.blog_post_photo iframe {
    width: 100% !important;
    height: 320px !important;
}

.logoF a {
    display: block;
    width: 85%;
}

.sale-tag-square {
    position: absolute;
    top: 15px;
    right: 10px;
}

.product-item .price-sale {
    display: flex;
    flex-direction: column-reverse;
    height: 50px;
}

.endow {
    width: 70%;
    padding: 15px;
    border: 2px dashed #59a5d3;
    border-radius: 10px;
    position: relative;
}

.endow-title {
    position: absolute;
    top: -12px;
    left: 10px;
    padding: 0 5px;
    background: #fff;
    font-size: 14px;
}

#content.detail-blog h1 {
    display: none;
}

.blog-review {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.blog-review .vote {
    padding: 0 10px;
    margin: 0;
}

.title_head.tp_title {
    background: unset !important;
}

.title-head-contact {
    color: #333;
}

.wishlist-btn-mb {
    display: none;
}

.product-block .price {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
}

.product-block .price * {
    font-weight: 600;
}
.social-all-icon{
    position: fixed;
}
.zalo-btn{
    bottom: 110px;
    right: 30px;
}
.messenger-btn {
    bottom: 40px;
    right: 28px;
}
.messenger-btn img,.zalo-btn img {
    width: 55px;
}
.tp_product_detail_video img{
    height: 102px;
    object-fit: cover;
}
.tp_product_detail_video i{
    position: absolute;
    top: 35%;
    right: 40%;
    color: #fff;
    font-size: 25px;
}
#fea-slider .video-product,
#fea-slider.video-show .img-product{
    display: none;
}
#fea-slider.video-show .video-product{
    display: block;
}

@media (min-width: 1200px) {
    #hdSearch {
        width: 430px !important;
    }
}

@media (min-width: 992px) {
    .home-header h2 a {
        font-size: 18px;
    }
    .mb-menu {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .mainmenu .navbar.navbar-default .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav>li {
        float: left;
    }
}

@media (max-width: 767px) {
    .tab-wrap #tab_control{
        width: auto;
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        padding-bottom: 5px;
    }
    .tab-wrap #tab_control li{
        float: unset;
        display: inline-block;
    }
    .header-mb .mb-cart span, .header-mb .mb-phone span {
        background: url("/tp/T0200/img/stores/45514/cart1.png") no-repeat;
        background-size: 22px auto;
        filter: invert(0) !important;
    }
    .footer-left {
        margin-bottom: 15px;
    }
    .mobileBanner {
        margin-top: 10% !important;
    }
    .footer-right {
        padding: 0;
    }
    .policy-home .row:before {
        display: none;
    }
    .policy-home .row {
        padding: 0;
    }
    .policy-home .policy-item {
        width: 30%;
    }
    .policy-item {
        margin: 10px 0;
        flex-direction: column;
        width: 30%;
        display: inline-flex;
        height: 155px;
        background: #f5f5f5;
        vertical-align: top;
        margin-right: 5px;
        padding: 15px 10px;
    }
    .policy-item span {
        font-size: 11px !important;
    }
    .policy-home .policy-item:first-child span {
        font-size: 16px !important;
    }
    .policy-home img {
        margin-bottom: 5px;
        height: 35px;
    }
    .policy-home .row>div {
        padding: 0;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        display: block;
    }
    .policy-home .row>div::-webkit-scrollbar {
        display: none;
    }
    .policy-home .row>div {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .policy-item p {
        white-space: normal;
    }
    .header-mb {
        background: #1a476d;
    }
    .header-mb .mb-cart span, .header-mb .mb-phone span {
        filter: invert(1) !important;
    }
    .policy-home {
        margin: 25px 0 10px;
    }
    .req>span {
        width: 100%;
        margin-bottom: 5px;
    }
    .size-guide {
        margin: 0;
    }
    .cart .btnCart {
        width: 100%;
    }
    .cart .btnCart#addToCart {
        margin-bottom: 10px;
    }
    #pviewPolicy {
        margin: 20px 0;
    }
    .cart-info tbody .image {
        display: flex !important;
        position: relative;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
        text-align: left !important;
    }
    .pav-shop-cart td.price, .pav-shop-cart td.total {
        display: none !important;
    }
    .image-right .total.total-mb {
        display: block;
        text-align: left !important;
        color: #ff3234;
        margin-bottom: 0;
    }
    .cart-info tbody .image>a:first-child, .cart-info tbody .image img {
        height: auto;
    }
    .image-right {
        position: unset;
    }
    .cart-action {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .hd-cart-row {
        padding: 5px 15px 15px;
    }
    .freeship-row, .hd-cart-row {
        display: none;
    }
    .hd-cart-row a {
        text-align: center;
        width: 100%;
    }
    .cart-info table {
        background: #fff;
    }
    .cart-info td {
        padding: 15px;
    }
    .nav-tabs>li>a:before {
        transform: none;
    }
    .nav-tabs>li:first-child:after {
        display: none;
    }
    .wishlist-info tr td:before, table.pav-shop-cart tr td:before, .cart-action .wishlist-btn {
        display: none;
    }
    .image-right {
        position: relative;
    }
    .wishlist-btn-mb {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .image .prdName {
        display: block;
        width: 80%;
    }
    td>.qty-wrapper {
        display: none;
    }
    .qty-wrapper-mb {
        margin-top: 10px;
        float: right;
    }
    .wrapper-cart {
        padding: 0;
    }
    .cart-action>span:first-child {
        text-decoration: underline;
        color: #aaa;
    }
    .cart-action>span:first-child>i, table.pav-shop-cart td.quantity {
        display: none !important;
    }
    .total-row {
        margin: 10px 0 20px;
        justify-content: flex-start;
    }
    .total-row span {
        margin-right: 10px;
    }
}
.prod-dtct-right .tp_product_detail_price span{
    float: unset;
}
span.old-price {
    font-size: 18px;
    color: #989696;
    display: inline-block;
    text-decoration: line-through;
    padding-right: 15px;
}
.prod-price .price {
    font-size: 24px;
    color: #ee4d2d;
}
.percent-price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: #ee4d2d;
    border-radius: 2px;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    z-index: 1;
}
#fea-slider.video-show .video-product,.video-container {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
    background-color: #000;
    border: 1px solid #f1f3f6;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        left: unset;
        right: unset;
        padding: 0;
    }
    .list_product_menu li {
        float: none;
        width: 100% !important;
        padding: 8px 5px;
    }
    .list_product_menu li span{
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .list_product_menu li {
        width: 100% !important;
    }
}
.tiki-btn {
    bottom: 250px;
    right: 30px;
    color: #fff;
    background: #1a476d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.tiki-btn a img {
    width: 35px;
}
.shopee-btn {
    bottom: 320px;
    right: 30px;
}
.lazada-btn{
    bottom: 390px;
    right: 30px;
}
.shopee-btn a img,.lazada-btn a img{
    width: 55px;
}
.pav-blog .description ul li {
    line-height: 1.7999999999999998 !important;
}

.category-content-cus {
    margin-top: 15px;
}

.category-blog-cus {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    width: 100%;
}

.product-left_blog-content_showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: 0 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.91)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    display: block;
    margin-bottom: 0;
}

.button_readmore {
    border: 1px solid #f7941d;
    background: #f7941d;
    color: #fff;
    height: 35px;
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 35px;
}

.category-blog-cus.category-blog-full{
    max-height: 100%;
}
.img-talk img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
}