@font-face {
    font-family: 'SVN-Avo';
    src: url(/fonts/SVNAvo/SVN-Avo.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Avo';
    src: url(/fonts/SVNAvo/SVN-Avo-bold.ttf);
    font-weight: 700;
    font-style: normal;
}

body, .vertical-menu-content h2, .vertical-menu-content .level3 h2, body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: "SVN-Avo" !important;
}
#chir_main_menu .main {
    background: #E13474;
}
div#box-vertical-megamenus{
    background-color: #078E70;

}
.title-menu{
    font-family: "SVN-Avo";
    font-weight: 700;
}
.li_child {
    font-family: "SVN-Avo";
    font-weight: 700;
}
.contentProduct figure{
    margin: 0 auto;
    text-align: center;
}
.slide-category .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-category-home .block-green-bottom{
    position: absolute;
    top: 30%;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #078E70;
    border-radius: 50rem;
}
.wrap-nav-slide{
    height: 100%;
    position: relative;
}
.prev-arrow-slide::before{
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid black;
    border-bottom-left-radius: 5px;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}
.wrap-img-slide{
    width: 100%;
    background-color: white;
    border-radius: 50% ;
    overflow: hidden;
}
.next-arrow-slide::before{
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid black;
    border-bottom-right-radius: 5px;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
}
.prev-arrow-slide{
    position: absolute;
    top:calc(50% - 25px);
    left:calc(5% - 25px);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-arrow-slide{
    position: absolute;
    top:calc(50% - 25px);
    right:calc(5% - 25px);
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-category .owl-controls{
    display: none;
}
.slide-category-home{
   padding: 2rem 0;
}
.title-slide-item {
    font-family: "SVN-Avo";
    font-weight: 500;
    color: white;
    text-align: center;
}
#footer_main .title-colum-footer::after{
    margin-top: 1rem;
    margin-bottom: 15px;
    content: "";
    width: 98px;
    height: 3px;
    background-color: #E3346F;
    display: block;
}
#footer_main .title-colum-footer{
    font-size: 20px;
    color: black;
    font-family: "SVN-Avo";
    font-weight: 700;
    text-transform: uppercase;
}
#footer_main .grid__item.one-whole{
    width: 100%;
}

#footer_main .grid__item.one-whole li{
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}
#footer_main .grid__item.one-whole li a{
    font-size: 14px;
    font-family: "SVN-Avo";
}
#footer_main  .row{
    width: 100%;
    display: flex;
}
#footer_main  .col-3{
    width: 25%;
    margin-right:4rem;
}
#footer_main  .icon-svg-footer{
    width: 20px;
    height: 20px;
}
#footer_main .grid__item.one-whole li .fa{
    margin-right: 10px;
}
#footer_main .grid__item.one-whole li img{
    margin-right: 10px;
}
#footer_main .grid__item.one-whole li .fa.fa-angle-right {
    position: unset;

}
@media (max-width:992px){
    #footer_main  .row{
        flex-direction: column;
        margin-right:0;
    }
    #footer_main  .col-3{
        width: 100%;
        padding-bottom: 1rem;
    }
}

#notIndex-fixed-actions {
    overflow: visible!important;
    right: 10px;
    position: fixed;
    z-index: 999;
    bottom: 200px;
}
.btn-face-fixed {
    top: -135px;
}
.btn-mail-fixed {
    top: -14px;
}
.btn-phone-fixed {
    top: -75px;
}
.btn-facebook-fixed{
    top: 45px;
    width: 44px!important;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background-color: #45619d;
    text-align: center;
    line-height: 44px;
    position: relative;
}
.btn-facebook-fixed a i{
    line-height: 44px;
    font-size: 30px;
    color: white;
}
.btn-close-fx:after{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 96%;
    height: 96%;
    border-radius: 50%;
    border: 2px solid white;
}
.btn-close-fx i{
    line-height: 48px;
    color: white;
    font-size: 22px;
}
.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}
.fixed-item a,  .fixed-item i{
    float: right;
    border-radius: 50%;
}
.title-fixed{
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top:5px;
    display: none;
}
.title-fixed::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    left: 100%;
    transform: rotateZ(-180deg);
}
.fixed-item a:hover .title-fixed{
    display: block;!important;
}
.show-fx-bot{
    display: none;
}
/*purchase-people*/
.purchase-people {
    position: fixed;
    bottom: 10%;
    left: 20px;
    z-index: 99;
    padding: 0 10px;
    width: 360px;
    min-height: 155px;
}
.purchase-people .purchase-content {
    -webkit-box-shadow: 9px 9px 5px -4px rgba(0,0,0,.35);
    -moz-box-shadow: 9px 9px 5px -4px rgba(0,0,0,.35);
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,.35);
    position: absolute;
    top: 72px;
    left: 15px;
    margin: 0 -9px;
    overflow: hidden;
    z-index: 0;
    padding: 5px 0;
    background: #fff;
    transition: .5s ease all;
    opacity: 0;
    max-height: 125px;
    border: 2px solid #e60f1e;
}
.purchase-people .purchase-item {
    display: inline-block;
    width: 360px;
    padding: 5px 10px 10px;
}
.purchase-people .purchase-item .close-purchase {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    z-index: 9;
}
.orderLeft {
    padding: 5px;
    float: left;
    width: 30%;
}
.purchase-people img {
    width: 95%;
}
.ordeRight {
    float: right;
    width: 68%;
}
.purchase-c-name, .purchase-p-name {
    font-size: 12px;
}
.purchase-p-name span {
    display: block;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
    font-style: italic;
    font-size: 12px;
}
.purchase-people .purchase-content.showP {
    opacity: 1;
}
.purchase-people .purchase-content.showP {
    z-index: 9999;
}

.table_of_contents{
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
}
.table_of_contents ul{
    padding-left: 20px;
}

.table_of_contents ul a {
    line-height: 30px;
    color: #1c95d2;
}
.table_of_contents ul a:hover{
    text-decoration: underline;
}
.title_tabcontent{
    cursor: pointer;
}
.link_block .link_object ul{
    float: none;
}
.link_block .link_object .show_more{
    float: right;
    height: 40px;
    line-height: 40px;
}
.link_block .link_object .show_more a{
    font-size: 15px;
}
.link_block .link_object ul li{
    position: relative;
}
.link_block .link_object ul li:after{
    position: absolute;
    content: "|";
    right: 0;
    top: 8px;
}
.link_block .link_object ul li:last-child:after{
    display: none;
}
.link_block .link_object ul li a{
    color: #95224d;
    font-weight: bold;
    text-transform: uppercase;
}
.cont-hot-product{
    border: 5px solid #e13474;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.cont-hot-product .title_object {
    width: 100%;
    background-color: #E13474;
    text-align: center;
    height: 40px;
}
.cont-hot-product .title{
    height: 40px;
}
.cont-hot-product .title  h2{
    position: absolute;
    left: 0;
    height: 40px;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.cont-hot-product .title  h2 a{
    display: inline-block;
    border: 2px solid white;
    padding: 0 10px;
    border-radius: 6px;
    height: 50px;
    background-color: #e60f1e;
    line-height: 50px;
    position: absolute;
    bottom: 2px;
}
.cont-hot-product .title_object .title h2:after{
    display: none;
}
.custom_review .item{
    border: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 15px;
}
.txt_review {
    width: 60%;
    padding: 10px;
}
.img_review {
    overflow: hidden;
    width: 40%;
}
.custom_review.owl-carousel.owl-theme.owl-loaded .img_review img{
    width: auto;
    max-height: 155px;
}
.no_pad_h2 h2, .no_pad_h2 h1, .no_pad_h2 h3{
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
.no_pad_h2 p{
    margin-bottom: 10px;
}

.blog_post_heading p{
    display: none;
}
.btn-mail-fixed img{
    width: 44px;
    border-radius: 50%;
}
.slide-category-home .container{
    display: flex;
    justify-content: space-around;
    position: relative;
}
#chir_search_head .chir_frm{
    position: relative;
}
#chir_search_head #searchFolding{
    position: absolute;
    top: 100%;
    left: 0;
}
.title_object .title .h2 {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    background-color: #e13474;
    position: relative;
    margin: 0;
}
.title_object .title .h2 a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.cont-hot-product .title_object .title .h2 a {
    font-size: 20px;
}
.title_object .title .h2:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 20px solid transparent;
    border-left: 13px solid #e13474;
    border-right: 0 solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
.sing_right_widget .titleNews{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.titleH2ProductView{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #666;
}
.title_chir .h2 {
    display: inline-block;
    line-height: normal;
    border-bottom: 3px solid #e60f1e;
    padding-right: 5px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
}
.information-blocks{
    padding: 0;
}
@media screen and (min-width: 992px) {
    .slide-category-home .container{
        padding: 0 10rem;
    }
    a.logo {
        display: block;
    }
    #chir_logo img {
        width: 100%;
        display: block;
        max-height: 85px;
        padding-top: 5px;
    }
    .ins_home_product .ins_products_object {
        width: 100%;
    }
    .ins_home_product .ins_banner_right{
        display: none;
    }
    section#main_header{
        padding: 0;
    }
    div#chir_search_head {
        min-height: 85px;
        display: flex;
        align-items: center;
    }
    .scroll-down2{
        padding-top: 15px;
    }
    .chir-img{
        height: auto;
    }
    #chir_logo{
        line-height: 85px;
    }
}
@media screen and (max-width: 992px) {
    .slide-category-home .block-green-bottom{
        top:60%;
    }
}
@media screen and (max-width: 991px) {
    .cont-hot-product .title_object .title h2 {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .purchase-people{
        display: block;
        width: 280px;
    }
    .link_block .link_object .show_more{
        display: none;
    }
    .link_block .link_object ul li:after{
        display: none;
    }
    #chir_logo .logo{
        display: block;
        width: 45%;
        margin: auto;
    }

    .purchase-people .purchase-item{
        width: 280px;
    }

    .fixed-item.btn-face-fixed{
        display: none;
    }
    .slide_thumb_img li.product-thumb span{
        display: inline-block;
    }
    .slide_thumb_img li.product-thumb{
        height: 190px;
        width: 190px;
        overflow: hidden;
        display: block;
    }
}
@media screen and (max-width: 570px) {
    .slide_thumb_img li.product-thumb{
        height: 85px;
        width: 85px;
    }
    div#chir_logo {
        height: 40px;
        margin-bottom: 10px;
    }
    #chir_logo img{
        max-height: 40px;
    }
    .chir-img{
        height: auto;
    }
    #chir_logo .logo{
        width: 50%;
    }
    .slide-category-home{
        overflow-x: hidden;
    }
}
@media screen and (max-width: 320px) {
    .slide_thumb_img li.product-thumb{
        height: 63px;
        width: 63px;
    }
}

.title_object .title h2{
    background-color: #E13474;
}
.cont-hot-product .title h2 a{
    background-color: #E13474;
}
.title_object .title h2:after{
    border-left: 13px solid #E13474;
}
#frm_search_head button.chir_btn_sub{
    background-color: #E13474;
}
#chir_search_head .chir_frm input[type=text]{
    border: 1px solid #E13474;
}
#frm_search_head>i{
    color: #E13474;
}
.purchase-people .purchase-content{
    border: 2px solid #E13474;
}
section#footer_top{
    background-color: #E13474;
}
.product-detail-box .product-title{
    text-transform: unset;
}
#header_chir.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
#header_chir.fixed #chir_top_bar, .blockShip{
    display: none;
}
.vertical-menu-list .icon-menu {
    width: 50px;
}
.compare-price{
    color: #3e3c3c;
}
@media (max-width:992px){
    .next-arrow-slide {
        background-color: unset;
        top: -50px;
    }
    .prev-arrow-slide {
        background-color: unset;
        top: -50px;
    }
}
.navar_menu ul li a:hover, .navar_menu ul li.active a{
    background-color: #95224d;
}

button.le-button{
    background-color:#95224d;
    border: 1px solid #95224d;
}
.pro-price, .info_policy span.name-icon{
    color:#95224d;
}
.info_policy .description p:nth-child(1), .info_policy span.name-icon{
    color: #e13474;
}
.chir_frm {
    width: 100%;
}
.quanlity.description{
    margin-left: 10px;
}
.pro-price {
    color: #c9141b;
}
.w-52775 {
    padding-left: 80px;
    width: 101px;
}
.sold-numb-txt {
    padding-left: 15px;
    position: relative;
}
.sold-numb-txt:before {
    content: "";
    margin: 0 5px;
    top: 3px;
    left: 0;
    background: #ccc;
    width: 1px;
    height: 15px;
    position: absolute;
}
.rating{
    display: none;
}
@media (max-width:768px){
    .main_article .artContent{
        padding: 0;
    }
}
.main_article p{
    margin-bottom: 10px;
}
.main_article h2{
    margin-bottom: 15px;
}
.main_article{
    padding: 0;
}
#article_edu .right_sidebar{
    padding: 0;
}
.lat_news_right.owl-carousel img{
    max-width: 100%;
}
.news-detail .sing_right_widget:nth-child(2){
    display: none;
}
.social-footer ul li a i {
    width: 20px;
    text-align: center;
}
.social-footer ul li a img {
    width: 20px;
    height: 20px;
}
.slide-category .wrap-img-slide {
    width: 95px;
    height: 95px;
}
.product_socaial, .right_box {
    display: none;
}