/*
Theme Name: dienmay
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=vietnamese');

@import url('https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'RobotoFlex';
    src: url("font/RobotoFlex-Regular.ttf");
}
body {
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-family: 'RobotoFlex' !important;
}
h2,h3,h4,p{
    color: #333;
}
.html_topbar_left {
    color: #fff;
    font-size: 14px !important;
}
.home .page-wrapper {
    padding: 0;
}
.top-bar-nav li a {
    color: #fff;
    font-size: 15px;
}
#wrapper, #main {
    background-color: #fff;
    overflow: hidden;
}
.home #wrapper,
.home  #main {
    background-color: #f8f9fa;
}
.header-top .html_topbar_left{
    font-size: 16px !important;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'RobotoFlex';
}
.header-top .nav-divided>li{
    margin: 0 15px;
}
.header-top .nav-divided>li a{
    font-family: 'RobotoFlex';
}
.header-top .nav-divided>li+li>a:after{
    top: 8px;
    width: 1px;
    border-left: 1px solid #fff;
    height: 20px;
    margin-top: 0;
    left: -15px;
}
.header-social-icons .social-icons a{
    min-width: 23px;
    min-height: 23px;
    line-height: 23px;
    font-size: 10px;
    border: none;
}
.section_info p {
	margin: 0;
	line-height: 28px;
}
.devvn-popup-inner .devvn-popup-title{
	background: #5eb509;
}
.popup-customer-info-group .devvn-order-btn{
	background: #ff0000;
}
.sec_00 h2.heading{
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    background: url(images/Group150.png) no-repeat;
    color: #fff;
    padding-left: 38px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.sec_00 h2.heading::before{
    content: "";
    position: absolute;
    background: #589E16;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 18px;
    right: 0;
}
.sec_00 .news-widget-sidebar-widget{
    background: #fff;
    padding: 38px 18px 8px;
    margin-top: -20px;
    z-index: 0;
    position: relative;
    box-shadow: 0px 2px 6px 0px #0000000D;
    border-radius: 0 0 8px 8px;
    margin-bottom: 10px;
}
.sec_00 .news-widget-sidebar-widget .news-item-sidebar{
    border-bottom: 1px solid #EAEAEA;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sec_00 .news-widget-sidebar-widget .news-item-sidebar:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner{
    display: inline-block;
    width: 100%;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .news-thumb{
    width: 92px;
    float: left;
    height: 70px;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .news-thumb img{
    border-radius: 8px;
    height: 70px;
    object-fit: fill;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .box__slider{
    width: calc(100% - 92px);
    padding-left: 12px;
    float: right;
    height: 70px;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .box__slider h4{
    margin-bottom: 0;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .box__slider h4 a{
    font-size: 15px;
    line-height: 25px;
    color: #535353;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .box__slider h4 a:hover{
    color: #579D16;
}
.sec_00 .news-widget-sidebar-widget .boxx__innner .box__slider .date{
    font-size: 14px;
    line-height: 25px;
    color: #579D16;
}
.sec_01 .section-content > .row > .col > .col-inner{
    box-shadow: 0px 2px 6px 0px #0000000D;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 16px;
}
.sec_01 .section-content > .row > .col > .col-inner .row{
    margin: 0;
    padding: 0 20px;
}
.sec_01 .tits{
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.sec_01 .tits h3{
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    z-index: 2;
    margin-bottom: 0;
    height: 44px;
}
.sec_01 .tits h3 span{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
}
.sec_01 .tits h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/Line9.png) no-repeat;
    height: 1px;
    width: 100%;
}
.sec_01 .tits h3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/Group158.png) no-repeat;
    height: 44px;
    width: 260px;
    z-index: 0;
}
.sec_01 .product-category{
    max-width: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    border: 1px solid #ECECEC;
    background: #FCFCFC;
    border-radius: 8px;
    font-size: 16px;
    line-height: 35px;
    color: #797979;
    width: auto;
    margin: 0 5px 10px;
    height: 35px;
	padding: 0;
}
.sec_01 .product-category a{
  padding: 7px 18px 8px;
  height: 35px;
  display: block;
  border-radius: 8px;
}
.sec_01 .product-category a:hover{
	background-color: #5eb509;
	color: #fff;
	border-color: #5eb509;
}
.sec_01 .product-category a:hover .box-text h5{
	color: #fff;
}
.sec_01 .box-category .box-image{
    display: none;
}
.sec_01 .box-category .box-text{
    display: block !important;
    padding: 0;
}
.sec_01 .box-category .box-text h5{
    text-transform: unset;
    margin: 0;
    letter-spacing: 0;
}
.tits_sp{
    background: url(http://dienmayhoaphat24h.com/wp-content/uploads/2025/08/Group177.png) no-repeat;
    height: 52px;
    margin-bottom: 16px;
	background-size:100%  auto;
}
.tits_sp h3{
    font-size: 20px;
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    padding-top: 4px;
    padding-left: 20px;
    text-transform: uppercase;
}
.tits_sp a{
    position: absolute;
    top: 13px;
    right: 13px;
    color: #038018;
    font-size: 15px;
    line-height: 23px;
    font-family: 'RobotoFlex';
}
.tits_sp a svg{
    margin-left: 7px;
}
.sec_02 .tits_sp{
    background: url(images/Group176.png) no-repeat;
}
.sec_04 .tits_sp{
    background: url(images/Group178.png) no-repeat;
}
.sec_04 .tits_sp h3{
    padding-top: 0;
}
.title__info span {
	color: #009999;
}
.sec_04 .large-columns-1 .post-item .box-image{
    height: 413px;
    border-radius: 10px;
}
.sec_04 .large-columns-1 .post-item .box-image img{
    height: 413px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.sec_04 .post-item .box-text{
    padding-top: 21px;
    padding-bottom: 0;
} 
.sec_04 .large-columns-1 .post-item .box-text .post-title{
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 30px;
    color: #444444;
}
.post-item .box-text .is-divider{
    display: none;
}
.sec_04 .large-columns-1 .post-item .box-text .post-meta{
    font-size: 15px;
    line-height: 35px;
    color: #898989;
}
.post-item .box-text .from_the_blog_excerpt {
    margin: 0;
    font-size: 15px;
    line-height: 35px;
    color: #636363;
}
.sec_04 .large-columns-2 .post-item .box-image{
    height: 189px;
    overflow: hidden;
    border-radius: 8px;
}
.sec_04 .large-columns-2 .post-item .box-image img{
    height: 189px;
    border-radius: 8px;
}
.sec_05 .col:nth-child(5) .icon-box{
    border-right: none;
}
.sec_05 .icon-box{
    border-right: 1px dashed #D7D7D7;
}
.sec_05 .icon-box .icon-box-img{
    height: 62px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_05 .icon-box .icon-box-img img{
    padding-top: 0;
}
.sec_05 .icon-box h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    font-family: 'RobotoFlex';
    color: #038018;
    margin-bottom: 5px;
}
.sec_05 .icon-box p{
    font-size: 16px;
    line-height: 27px;
    font-family: 'RobotoFlex';
    color: #5B5B5B;
}
a.back-to-top:hover{
    border-color: #fff;
}
.footer-1, .footer-2 {
	border-top: 0 !important;
}
.row-main .large-12 {
    padding-bottom: 0;
}
/* .footer-1 .widget:nth-child(1) {
    max-width: 35%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 35%;
}
.footer-1 .widget:nth-child(2) {
    max-width: 19%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 19%;
}

.footer-1 .widget:nth-child(3) {
max-width: 23%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 23%;
}

.footer-1 .widget:nth-child(4) {
    max-width: 23%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 23%;
}
.footer-1 .widget:nth-child(5) {
    max-width: 13%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;	
} */
.footer-1 .widget ul {
	margin: 0;
	padding: 0;
}
.footer-1 .widget ul li {
	border: 0;
}
.footer-1 .widget ul li a {
    display: block;
    color: #cfcfcf;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}
.footer-1 .widget p {
    margin: 0;
    color: #cfcfcf;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}
.footer-1 .widget ul li ul {
	display: none;
}
.footer-widgets  .widget  .widget-title {
    display: block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 0 0;
    font-family: "Roboto";
}
.footer-widgets .widget  .is-divider {
    background: #62271b;
    max-width: 62px;
    height: 2px;
    margin: 8px 0 12px;
    display: none;

}
.footer-widgets .widget p {
    color: #cfcfcf;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
}
.footer-1 > .row {
	border-bottom: 1px solid #62271b;
}
.before__ff {
    padding: 30px 0;
    background: #7f3b2d;
}
.before__ff form {
    margin-bottom: 0;
}
.hotline__phone a {
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    background: #7f3b2d;
    color: #ffb709;
    font-size: 15px;
    font-weight: 600;
}
.hotline__phone a  i {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #ffb709;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.form_dangkytin {
    overflow: hidden;
    clear: both;
    padding-top: 10px;

} 
.form_dangkytin .f_left {
    float: left;
    text-align: left;
}
.form_dangkytin .f_left  h4 {
    color: #fff;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0 0 6px 0;
    font-size: 23px;
    font-weight: 500;
}
.form_dangkytin .f_left p {

    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 40px;

}
.form_dangkytin .f-right {
    float: right;
    width: calc(100% - 100px);
}
.form_dangkytin .f-right input[type='email'] {
    float: left;
    width: calc(100% - 100px);
    height: 40px;
    padding: 0 10px;
    background: #fff;
    color: #333;
    border: 0;
    box-shadow: 0 0 0 0;
    margin: 0;
    border-radius: 5px;
}
.form_dangkytin .f-right input[type='submit'] {
    float: right;
    /*width: 50px;*/
    height: 40px;
    background: #038018;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0;
    text-transform: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.section__footer__after img {
    width: auto !important;
}
.section__footer__after .col  {
    padding-bottom: 0;
}
.section__footer__after .col:nth-child(1) .col-inner {
    padding-top: 15px;
}
.section__footer__after form {
    margin: 0;
}
/*
news__sidebar__item
*/
.news__sidebar__item {
    overflow: hidden;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.news__sidebar__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.news__sidebar__item .news-thumb {
    float: left;
    width: 90px;
}
.news__sidebar__item .news-thumb a img {
    width: 90px;
    object-fit: cover;
    height: 90px;
    border-radius: 100%;

}
.news__sidebar__item .box__title__news {
    float: right;
    width: calc(100% - 90px - 10px);
}
.news__sidebar__item .box__title__news h4 {
    margin: 0;
}
.news__sidebar__item .box__title__news h4 a {
    display: block;
    line-height: 21px;
    font-size: 14px;
    max-height: 63px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
}
#shop-sidebar .widget_recently_viewed_products .product_list_widget li {
    padding: 10px 0 5px 65px;
}
#shop-sidebar .widget_recently_viewed_products .product_list_widget li a {
    color: #333;
    font-size: 15px;
    line-height: 21px;
}

#shop-sidebar .widget_recently_viewed_products .product_list_widget li del {
    float: left;
    width: 50%;
    margin: 0;
}
#shop-sidebar .widget_recently_viewed_products .product_list_widget li ins {
    float: right;
    width: 49%;
    margin: 0;
}

#shop-sidebar .widget_recently_viewed_products .product_list_widget li del span {
    font-size: 13px;
    margin: 0;
}
#shop-sidebar .widget_recently_viewed_products .product_list_widget li ins span,
#shop-sidebar .widget_recently_viewed_products .product_list_widget li > span {
    font-size: 14px;
    color: #ee1f1f;
}
#shop-sidebar .widget_recently_viewed_products .product_list_widget li+li {
    border-top: 1px solid #eee;
}

.product_list__video {
    margin: 30px 0 0 0;
}
.box__hotro_cate .list__post{
    margin-top: 0;
}

/*ChyĂªn má»¥c tin*/

.box__nth__3 .news-post-news {
    overflow: hidden;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.box__nth__3 .news-post-news:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.box__nth__3 .news-post-news .box__thumb__img {
    float: left;
    width: 250px;
}
.box__nth__3 .news-post-news .box__thumb__img a  {
    display: block;
    line-height: 0;
}

.box__nth__3.news-post-news .box__thumb__img a img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    border-radius: 6px;
}
.box__nth__3 .news-post-news .box__content {
    float: right;
    width: calc(100% - 250px - 20px);
}
.box__nth__3 .news-post-news .box__content h3 a {
    display: block;
    color: #333;
    font-size: 19px;
       font-family: "Arial";
    font-weight: 600;
    line-height: 28px;
}
.box__nth__3 .news-post-news .box__content .box__des p {
    font-size: 14px;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.box__nth__3 .news-post-news .box__content > span{
    font-size: 14px;
}
.box__nth__3.news-post-news .box__content > a {
    display: inline-block;
    color: #da251c;
    font-size: 14px;
    text-decoration: underline;
}
/*
box__nth__1
*/
.box_one{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border:1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
}
.box_one .box__nth__1{
    width: 490px;
    float: left;
}
.box_one .box__nth__1 .box__thumb__img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 15px;
}
.box_one .box__nth__1 .box__content h3 a{
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    display: block;
    margin-bottom: 3px;
    color: #3d3d3d;
}
.box_one .box__nth__1 .box__content > span{

}
.box_one .box__nth__2{
    width: calc(100% - 510px);
    float: right;
}
.box_one .box__nth__2 .news-post-news{
    overflow: hidden;
    margin-bottom: 20px;
}
.box_one .box__nth__2 .box__content h3{
    margin-bottom: 0;
}
.box_one .box__nth__2 .box__content h3 a{
    font-size: 15px;
    line-height: 19px;
    display: block;
    max-height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #3d3d3d;
}
.box_one .box__nth__2 .news-post-news .box__des{
    display: none;
}
.box_one .box__nth__2 .box__thumb__img{
    width: 120px;
    float: left;
}
.box_one .box__nth__2 .box__thumb__img img{
    width: 120px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 0 !important;
}
.box_one .box__nth__2 .box__content{
    width: calc(100% - 130px);
    float: right;
}
.box__nth__3{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border:1px solid #eee;
    overflow: hidden;
    margin-bottom: 20px;
}


.box__left__layout {
    float: left;
    width: calc(100% - 300px - 20px);
}
.box__right__layout {
    float: right;
    width:300px;
}

#shop-sidebar .widget .widget-title, .box__right__layout .widget .widget-title {
    display: block;
    color: #333;
    font-size: 17px;
    text-transform: none;
    line-height: 37px;
    margin: -10px -10px 5px;
    background: #fff;
    text-align: left;
    padding: 0 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #eee;
}
#shop-sidebar .widget .is-divider, .box__right__layout .widget .is-divider {
    display: none;
}

.heading-realate {
    font-size: 22px;
    font-weight: 500;
    display: block;
    color: #333;
    line-height: 26px;
    margin: 0px 0 23px 0;
    padding-left: 8px;
    border-left: 4px solid #333;
}
.related-post {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}

/*
trang video
*/
.list__video__archive {
    overflow: hidden;
    clear: both;
    margin: 0 -10px;
}
.list__video__archive .news__video {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.list__video__archive .news__video .box__thumb__img {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 200px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.list__video__archive .news__video .box__thumb__img a {
text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.list__video__archive .news__video .box__thumb__img a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.list__video__archive .news__video .box__content {
    padding: 8px 0 0 0;
}
.list__video__archive .news__video .box__content h3 {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    height: 46px;
    overflow: hidden;
    font-family: "Arial";
}
.title__cate__video {
    margin-bottom: 20px;
    margin-top: 10px;
}
.list__video__archive .news__video .box__thumb__img a:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 40px;
    margin: auto;
    top: 0;
    background: url(images/icon_vd.png)no-repeat;
    background-size: contain;  
}
.mfp-ready .mfp-close {
    opacity: 1;
    transform: translateY(0) translateZ(1px);
    color: #fff !important;    
}
.page-numbers {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}


/*
Chi tiáº¿t sáº£n pháº©m
*/

.product-main .product-info {
    padding: 0;
}
.product-main #product-sidebar {
    max-width: 280px;
    display: inline-block;
    float: right;
    flex-basis: 280px;
}

.product-main .content-row {
    background: #fff;
    padding: 0 15px;
    margin-bottom: 30px !important;
}
.product-main .product-gallery.col.large-4 {
     max-width: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;   
    padding: 20px !important;
}
.product-main .product-info {
    padding:0;
}

.product-main  #product-sidebar {
    max-width: 280px;
    display: inline-block;
    float: right;
    flex-basis: 280px;
}
.product-sidebar-small .widget  {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;

}
.product-sidebar-small .widget .is-divider {
    display: none !important;
}
.product-sidebar-small .widget .widget-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: left;
    line-height: 35px;
    text-transform: none;
    margin: 0 0 3px 0;
font-family: 'Roboto', sans-serif;
}
.list__chat {
    overflow: hidden;
    clear: both;
}
.list__chat li {
float: left;
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 11px 0;
}
.list__chat li a {
    color: #333;
    font-size: 13px;

}
.list__chat li a img {
    width: 21px;
    height: 21px;
    margin-right: 3px;
}
.support__online h5 {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 500;

}
/*
care-detail-box
*/
.care-detail-box .care-detail-item {
    line-height: 28px;
    margin-bottom: 5px;
}
.care-detail-box .care-detail-item.phone-care {
    padding-left: 20px;
}
.care-detail-box .care-detail-item.phone-care strong {
    font-size: 13px;
}
.care-detail-box .care-detail-item i {
    font-size: 13px;
    margin-right: 5px;
     -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.care-detail-box .care-detail-item span img {
     -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 12px;   
}
.care-detail-box .care-detail-item  .txt-e-c {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
}

.product-main .product-info .woocommerce-breadcrumb {
    display: none !important;
}

.price__single__pro {
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;

}
.price__single__pro .giashop {
    clear: both;
    margin-bottom: 10px;
}
.giashop strong {
    font-size: 25px;
    font-weight: 700;
    color: #ff0000;
    display: inline-block;
    line-height: 30px;
}
.giashop ins,
.giashop {
    font-size: 14px;
    color: #333;
}
.tt__tt {
    display: flex;
    overflow: hidden;
    clear: both;
    align-items: center;
    margin-bottom: 13px;
}
.tt__tt .thong_tt {
    padding-right: 100px;
}
.tt__tt .zalo_chat a{
    padding: 0 5px;
}
.tt__tt .thong_tt p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    padding-left: 20px;
    background: url(images/ic_left.png)left center no-repeat;
    color: #616161;
}
.giathitruong {
    font-size: 14px;
    color: #404040;
    display: block;
    padding-left: 20px;
    background: url(images/tay.png)left center no-repeat;
    margin: 0 0 10px 0;
}
.giashop ,.percent{
    display: block;
      padding-left: 20px;
    background: url(images/tay.png)left center no-repeat;  
}
.giathitruong del {
    font-size: 20px;
    color: #404040;
}
.percent {
    display: block;
    font-size: 14px;
    color: #333;
}
.social-icons {
    clear: both;
    display: block;
    width: 100%;
}
.attribute-single {
    margin: 0 0 15px 0;
    padding: 0;
}
.attribute-single li {
    list-style: none;
    margin: 0 !important;
    line-height: 30px;
}
.attribute-single li span.left ,
.left__width__pr  {

    display: inline-block;
}
.attribute-single li span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.product-info form.cart .quantity_wanted_p {
    clear: both;
}
.product-info form.cart  {
    overflow: hidden;
    float: left;
    width: 195px;
    margin-bottom: 0;
}
.devvn_buy_now  {
    margin: 0 !important;
    /* float: right; */
    clear: none !important;
    min-width: 100px;
    max-width: 150px !important;
    border-radius: 0 !important;
}
.product-info form.cart .rt_qv_btn {
float: left;
    background: #da251c;
    margin: 0;
    color: #fff;
    text-transform: none;
    position: relative;
    font-size: 18px;
    width: 48%;
    height: 46px;
    padding: 0;
    padding-left: 44px;
    border-radius: 5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;

}
.product-info form.cart .rt_qv_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    border-right: 1px solid #fff;
    height: 46px;
    background: url(images/ShoppingCart-32.png)no-repeat center center ; 
}
.button__popup {
    float: right;
    background: #03a0e2;
    margin: 0;
    color: #fff;
    text-transform: none;
    position: relative;
    font-size: 18px;
    width: 48%;
    height: 46px;
    padding: 0;
    padding-left: 36px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 46px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.button__popup:after {
     content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    border-right: 1px solid #fff;
    height: 46px;
    background: url(images/btn-tuvan.png)no-repeat center center ;    
}

.button__popup:hover {
    color: #fff;
}


.product-summary .quantity {
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
    display: none;
}
.product-summary .quantity label.slg_g {
    float: left;
    width: 120px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.product-summary .quantity  .input-text {
width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.product-summary .quantity  .btn_num   {
    line-height: 40px;
    font-size: 17px;
    font-weight: 5;
}
.woocommerce-product-rating .star-rating span:before,
.woocommerce-product-rating .star-rating:before {
    color:#f6952d !important;
    font-size: 13px;
}
.woocommerce-review-link {
    color: #0071c4;
}
.woocommerce-review-link:hover {
    color: #da251c;
}
.thongtinvanchuyen {
    overflow: hidden;
    clear: both;
}
.thongtinvanchuyen .info__pr {
     background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.thongtinvanchuyen .info__pr p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
.thongtinvanchuyen .info__pr p a {
    color:#da251c;
}
.product-main .badge-container {
    display: none !important;
}

.product-main figure.woocommerce-product-gallery__wrapper{
    border: 1px solid #eee;
}
.product-main  .flickity-viewport .col a {
    border: 1px solid #eee;
}
.product-main  .flickity-viewport .col.is-selected a{
    border: 1px solid #bb312b;
}
.product-main  .product_title {
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 10px 0;

}
.msp {
    margin: 0;
    line-height: 28px;
}
.pro_tag {
    margin-bottom: 12px;
}
.pro_tag .tagged_as a {
    display: inline-block;
    background: #eee;
    color: #333;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.tsleft {
    font-size: 14px;
    color: #da251c;
}

/*
san pham tuong tu
*/
.product-main {
    padding: 25px 0 20px;
}
.related-products-wrapper {
    border: 1px solid #efefef;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
    padding: 20px;
}
.related-products-wrapper .product-small.col {
    background: #fff;
}
.related-products-wrapper .flickity-viewport ,
.related-products-wrapper .slider-nav-reveal  {
    overflow: initial;
}

.slider-nav-reveal .flickity-prev-next-button.previous ,
.slider-nav-reveal .flickity-prev-next-button.next {
    display: none !important;
}

.product-footer .woocommerce-tabs ul.product-tabs {
    margin: 0 !important;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
}
.product-footer .woocommerce-tabs ul.product-tabs li a {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #5eb509;
    line-height: 37px;
    font-family: "Arial";
    position: relative;
    color: #3c3c3c;
    top: 1px;
}
.product-footer .woocommerce-tabs ul.product-tabs li.active a:before {
    content: "";
    background-color: transparent;
    display: none;
}
.product-footer .woocommerce-tabs {
    border-top: 0;
    padding: 0 15px;
    background: #fff;
    margin-bottom: 30px;
}
.box__thongtin__right {
    float: right;
    width: 290px;
}
.title__infomation {
    color: #333;
    background: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #efefef;
    border-bottom: none;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-family: "Arial";
}
.list__thongso{
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #efefef;
}
.list__thongso li {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 5px 10px;
    margin: 0;
}
.list__thongso li .left__if {
    float: left;
    width: 102px;
    font-weight: 500;
    font-size: 14px;
}
.list__thongso li .right__if {
    float: right;
    width: calc(100% - 112px);
    font-size: 14px;
}
.product__sale-single{
    margin-bottom: 20px;
}
.product-footer .tab-panels {
    padding: 20px 0 0 0;
    background-color: #fff;
}
div#reviews.woocommerce-Reviews {
     border-bottom: 0 solid #ddd;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;   
}

.devvn_prod_cmt {
     width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    background: #fff;
    padding: 10px 12px;   
}
#wp-comment-cookies-consent {
    margin: 0 5px 0 0  !important;
    height: initial !important;
    width: initial !important;
}

/*
list__post__thongtin
*/
.list__post__thongtin {
    padding: 10px;
    background-color: #fff;
}
.list__post__thongtin .news-post-news-thongtin h3 a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
}
.list__post__thongtin .news-post-news-thongtin h3 a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #7e7575;
    border-radius: 100%;
    display: inline-block;
    margin-right: 7px;
}

.box__thongtin {
    margin-bottom: 1.3em;
}
.pro___quantam {
    overflow: hidden;
    clear: both;
    padding: 1px;
}
.pro___quantam .item {
    float: left;
    width: 50%;
    box-shadow: 0 0px 0px 0px #eeeeee, 0 0px 0px 1px #eeeeee;
    background: #fff;
}
.pro___quantam .item > div {
    padding: 6px;
}

.pro___quantam .item > div  h4 {
    margin: 0;
}
.pro___quantam .item > div h4 a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    font-weight: 500;
    overflow: hidden;
    font-family: "Arial";
}
.price__pir span {
    color: #da251c;
    font-size: 13px;
    font-weight: 500;
}

.thumb__img__p {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.thumb__img__p a {
text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.thumb__img__p a img {
    width: auto;
    height: auto;
    max-height: 110px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.header-bottom .header-nav > li{
    margin: 0 40px;
    position: unset;
}
.header-bottom .header-nav > li > .nav-dropdown-default{
    min-width: 1200px;
    left: 0;
    border: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    opacity: 0;
    visibility: hidden;
}
.header-bottom .header-nav > li:hover > .nav-dropdown-default{
    opacity: 1;
    visibility: visible;
}
.header-bottom .header-nav > li > .nav-dropdown-default > li{
    width: 100%;
}
.header-bottom .header-nav > li > .nav-dropdown-default > li > a{
    padding: 0;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    width: 100%;
    color: #222;
    font-weight: 600;
    font-family: 'RobotoFlex';
}
.header-bottom .header-nav > li > .nav-dropdown-default .nav-column a{
    margin: 0;
    color: #333;
}
.header-bottom .header-nav > li > .nav-dropdown-default .nav-column a:hover{
    color: #5eb509;
}
.header-bottom .header-nav > li > a{
    font-size: 18px;
    color: #fff !important;
    padding: 0 18px;
    border-radius: 8px;
    font-family: 'RobotoFlex';
    font-weight: 400;
}
.header-bottom .header-nav > li > a:hover{
    color: #fff !important;
    background: #5eb509 !important;
}
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
      background: #5eb509 !important;  
}
#main-menu.mobile-sidebar .nav-sidebar > li > a img {
    max-width: 24px;
    max-height: 24px;
}
#main-menu.mobile-sidebar .nav-sidebar > li > a {
    font-size: 14px;
    text-transform: none;
    color: #333;
    opacity: 1;
    padding: 7px 10px;
    line-height: 30px;
    font-weight: 500;
}
#main-menu.mobile-sidebar .nav-sidebar > li > button i {
    font-size: 14px;
}
.stuck .mobile-nav .header-button .icon-menu,
.stuck .mobile-nav .header-button a {
    color: #fff ;
}
.stuck #logo  {
    margin-top: 0;
}
.category-page-row {
    padding-top: 0px;
}

.box__video__single {
    padding: 15px 0;
}
#sync2 .owl-nav {
    display: none !important;
}

/*
yeucautuvan
*/
.yeucautuvan {
    overflow: hidden;
    clear: both;
    margin: auto;
    background: #fff;
    border-radius: 5px;
}
.yeucautuvan > h4 {
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #0dbbb6;

}
.yeucautuvan .inner__yc {
    overflow: hidden;
    clear: both;
}
.inner__yc .form__lf_yc {
/*    float: left;
    width: 48%*/
}
.inner__yc .form__rf_yc {
    /*float: right;*/
/*    width: 48%;*/
}
.inner__yc .clear__form {
    overflow: hidden;
    clear: both;
}
.yeucautuvan .inner__yc p {
    margin-bottom: 15px;
    overflow: hidden;
}
.yeucautuvan .inner__yc p label {
    font-weight: 400;
    font-size: 15px;
    display: block;
    line-height: 35px;
    margin: 0 0 0 0;
    color: #444;
    /*font-family: "Roboto";*/
    float: left;
    width: 115px;

}
.yeucautuvan .inner__yc input {
    width: calc(100% - 120px);
    box-shadow: 0 0 0 0;
    float: right;
    border: 1px solid #eaeaea;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin: 0;
    background: #f6f6f6;

}
.inner__yc .clear__form  {
    padding-top: 5px;
}
.inner__yc .clear__form  textarea {
    width: 100%;
    box-shadow: 0 0 0 0;
    border: 1px solid #eaeaea;
    padding: 10px;
    font-size: 14px;
}
.inner__yc .clear__form input[type='submit'] {
    width: 125px;
    text-transform: none;
    margin: 0;  
    float: left;
}



/* popup begin */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*overflow-y: scroll;*/
    padding-bottom: 250px;
    /*background-color: rgba(94, 110, 141, 0.9);*/
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999999999;
}
.cd-popup.is-visible {

    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background: rgba(0, 0, 0, 0.75);
}

.cd-popup-container {
    position: relative;
    width: 96%;
    top: 20%;
    max-width: 600px;
    margin: 2em auto;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.3s;
    overflow:hidden;
    border-radius: 5px;
    background: #fff;
    padding: 15px 0px 15px 15px;

}
.cd-popup-container > div{
    height: 500px;
    overflow-y: scroll;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    font-size: 0;
    width: 30px;
    height: 30px;
    color: #FFF;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #333;
}
.cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}
/*
check out
*/
.validate-phone {
    float: right;
    width: 48%;
}
.woocommerce-billing-fields input {
    width: 100%;
    height: 40px;
    box-shadow: 0 0 0 0;
    border: 1px solid #eee;
}
.woocommerce-billing-fields label {
    font-weight: 500;
    color: #444;
    font-family: "Roboto";
}
.woocommerce-checkout-review-order-table thead {
    display: none !important;
}
.woocommerce-checkout-review-order .item-cart {
overflow: hidden;
    clear: both;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #eee; */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout-review-order .item-cart:last-child {
    border-bottom: 0;
}
.woocommerce-checkout-review-order .item-cart .cart-img {
    float: left;
    width: 75px;
    margin-right: 15px;
    position: relative;
}
.woocommerce-checkout-review-order .item-cart .cart-img img {
    width: auto;
    height: auto;
    max-height:75px;
}
.woocommerce-checkout-review-order .item-cart .cart-name {
    float: left;
    width: 53%;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.woocommerce-checkout-review-order .item-cart .product-price {
    float: left;
    width: 20%;
}

.woocommerce-checkout-review-order .item-cart  .cart-quantity {
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 999;
    display: inline-block;
    background: #a3a3a3;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}
.woocommerce-checkout #wrapper,
.woocommerce-checkout  #main {
    background: #fff !important;
}

.order-total .woocommerce-Price-amount{
    color: #da251c !important;
    font-size: 16px !important;
}
form.checkout h3 {
    text-transform: none;
    margin: 0 0 20px 0;
}
.woocommerce-cart-form__contents thead tr th {
    text-transform: none;
}
.checkout-page-title .breadcrumbs a {
    text-transform: capitalize;

}
.checkout-page-title .page-title-inner {
    padding-top: 0;
}
.checkout-page-title {
    background-color: #eee;
}
.woocommerce-table--order-details .order_item {
    line-height: 50px;
    height: 50px;
}
.woocommerce-table--order-details  tfoot tr {
    height: 40px;
    line-height: 40px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 19px;
    font-weight: 600;
}

/*
css box thumb pro
*/
#main .category-page-row .col.large-3 {
    max-width: 260px;
}
#main .category-page-row .col.large-9 {
    max-width: calc(100% - 260px);
    padding-left: 5px;
}
.products > .product-small {
    padding: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid transparent;
}
.products .product-small .product__box.col-inner {
/*    box-shadow: 0 0px 0px 0px #eeeeee, 0 0px 0px 1px #eeeeee;
    padding: 12px 12px 15px 12px;
    background: #fff;*/
}
.products > .product-small .col-inner {
    background: #fff;
    padding: 0px;
}
.des__pro {
    display: none;
}
.layout__active .des__pro {
    display: block;
}
.box__thumb__pro {
display: table;
    width: 100%;
    table-layout: fixed;
    height: 210px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.box__thumb__pro a {
    text-align: center;
    display: table-cell !important;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.box__thumb__pro a img {
    width: auto !important;
    height: auto;
    max-height: 185px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.box__thumb__pro:hover a img {
-webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.badge-container {
    display: none !important;
}
.product__box .badge-container {
    margin: 0;
}
.product__box .badge-container  .badge-circle {
    margin: 0 !important;
}
.product__box .badge-container .on-sale {
    width: 38px;
    height: 38px;
    background: url(images/sale2.png)no-repeat;
    line-height: 38px;
    padding: 0 !important;
    border-radius: 0;
    color: #da251c;
    display: block;
    font-size: 12px;
}
.product__box .box-text-products {
    padding: 8px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.product__box .box-text-products .product-title a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
}
.product__box .box-text-products .price-wrapper {
/*	float: left;
	width: calc(100% - 85px);*/
    float: left;
    width: 100%;
    overflow: hidden;
}
.product__box .box-text-products .add-to-cart-button {
    float: right;
    width: 85px;
    margin-top: 9px;
    display: none;
}
.product__box .box-text-products .add-to-cart-button a {
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #0dbbb6;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 4px;
}
.product__box .box-text-products .price-wrapper ins {
    float: left;
    width: 50%;
}
.product__box .box-text-products .price-wrapper del {
    float: right;
    width: 50%;
}
.product__box .box-text-products .price-wrapper ins ,
.product__box .box-text-products .price-wrapper del {
    display: inline;
    line-height: 22px;

}
.product__box .box-text-products .price-wrapper del {
	margin-bottom: 3px;
}
.product__box .box-text-products .price-wrapper del ,
.product__box .box-text-products .price-wrapper del span {
    color: #999999;
    font-size: 14px;
}
.product__box .box-text-products .price-wrapper ins ,
.product__box .box-text-products .price-wrapper ins span {
    color: #ee1f1f;
    font-size: 16px;
    font-weight: 600;

}
.product__box .box-text-products .price-wrapper span {
	margin: 0;
}
.product__box .box-text-products .price-wrapper > .price > span {
    color: #ee1f1f;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 47px;	
}
.star i {
	color: #f6952d;
	font-size: 13px;
	margin-right: 3px;
}

.list__show__pro {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    clear: both;
    display: none;
}
.title__cate__pro{
    float: right;
    text-align: right;
}
.title__cate__pro .woocommerce-result-count{
    display: none;
}
.title__cate__pro .woocommerce-ordering{
    display: inline-block;
    margin-right: 5px;
}
.title__cate__pro .woocommerce-ordering select{
    border-radius: 4px;
}
.title__cate__pro .icon__layout{
    display: inline-block;
    display: none;
}
.title__cate__pro .icon__layout > a{
    background: url(images/list1.png)no-repeat;
    width: 25px;
    height: 19px;
    display: inline-block;
    text-indent: -999px;
    font-size: 0;
    margin-left: 10px;
}
.title__cate__pro .icon__layout a.icon_active {
    background: url(images/list2.png)no-repeat;
}
.products.row {
    /*margin: 0 -15px !important;*/

}

.term-description {
    padding: 0;
}

.term-description p {
    color: #333;
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 15px 0;
}
#shop-sidebar .widget, .box__right__layout .widget {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
}

/*
heading
*/
.heading {
	overflow: hidden;
	clear: both;
}
.heading > span {
	float: left;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;
}
.heading .box_cate_pro {
	float: right;
	margin: 0;
	padding: 0;
}
.box_cate_pro li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
}
.box_cate_pro li a {
    color: #333;
    font-size: 13px;
    font-family: "Arial";
    line-height: 35px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
/*
list__post__home
*/
.list__post__home {
	overflow: hidden;
	clear: both;
}
.list__post__home .news__home__item {

}
.list__post__home .news__home__item .boxx__innner {
	overflow: hidden;
	position: relative;
}
.news__home__item .news-thumb {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.news__home__item .news-thumb a {
	text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.news__home__item .news-thumb a  img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.list__post__home .news__home__item .boxx__innner .box__title__news {
    padding: 20px 5px 0;
    text-align: center;
}

.list__post__home .news__home__item .boxx__innner .box__title__news h4 {
    margin: 0 0 9px 0;

}
.date__times {
    margin-bottom: 6px;
}
.date__times span {
    font-size: 13px;
}
.date__times i {
    color: #7f3b2d;

    font-size: 13px;
    margin-right: 3px;
}
.des__post p {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

.list__post__home .news__home__item .boxx__innner .box__title__news h4 a {
    display: block;
    color: #333;
    font-size: 16px;

    font-weight: 500;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
}
.news__home__item .date__time {
    width: 45px;
    text-align: center;
    margin-right: 12px;
    padding: 5px;
    background: #099;

}
.date__time span {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #fff;
}
.date__time span:last-child {
	border-bottom: 0;
}
.news__home__item .news-thumb:hover img {
	    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.pro-widget-pro .product-small.col,
.pro-widget-pro_1  .product-small.col {
    padding: 0;
}
/*
pro-pro_home
*/
.pro-pro_home .box-text-products {
	text-align: center;
	padding-top: 15px;
}
.pro-pro_home .box-text-products .price-wrapper {
	float: none;
	width: 100%;
}
.pro-pro_home .box-text-products .add-to-cart-button {
margin: 35px 0 0 0;
    float: none;
    width: inherit;
    text-align: center;
}


.pro-pro_home .product__box .box-text-products .price-wrapper ins,
.pro-pro_home .product__box .box-text-products .price-wrapper del {
	display: inline-block;
	padding: 0 5px;
}
.pro-pro_home  .product__box .box-text-products .add-to-cart-button a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 20px 1px;
    border-radius: 40px;
    position: relative;
}
.pro-pro_home .product__box .box-text-products .add-to-cart-button a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	top: 0;
	right: 0;
	margin: auto;
	height: 90%;
	border: 1px dashed #fff;
	border-radius: 40px;
}
.pro-pro_home  .product__box .box-text-products .product-title a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.pro-pro_home  .product__box  .star {
	display: none;
}


.pro-pro_home   .product__box .box-text-products .price-wrapper ins,
.pro-pro_home   .product__box .box-text-products .price-wrapper ins span {
	font-size: 18px;
	color: #fff;
}
.pro-pro_home .product__box .box-text-products .price-wrapper del,
.pro-pro_home .product__box .box-text-products .price-wrapper del span {
	color: #fff;
}

.pro-pro_home .product__box .badge-container {
	display: none !important;
}
.section_sanpham {
	position: relative;
}
.section_sanpham:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 35px;
	height: 295px;
	margin: auto;
	top: 0;
	background: url(images/giaohang.png)no-repeat;
}

/*
sanphamdacbiet
*/
.home__product__noibat {
	overflow: hidden;
	clear: both;
}
.home__product__noibat .box__item__pro {
	width: 100%;
	clear: both;
	padding: 75px 0;
	border-bottom: 1px solid #057373;
	border-top: 1px solid #01aeae;
	overflow: hidden;
}
.home__product__noibat .box__item__pro:last-child {
	border-bottom: 0;
}
.home__product__noibat .box__item__pro:nth-child(1) {
	border-top: 0;
}
.box__item__pro .box__inner__pr {
	overflow: hidden;
	clear: both;
}
.box__item__pro .box__inner__pr .box__left__pr {
    float: left;
    width: 50%;
    padding: 0 80px;


}
.box__item__pro .box__inner__pr .box__right__pr {
	float: right;
	width: 50%;
}
.views__pr {
	margin-bottom: 15px;
}
.views__pr a {
	display: inline-block;
	color: #fff;
	background: #027575;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	padding: 0 15px;
}
.title__dactrung a  {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 15px 0;
	display: block;
	line-height: 35px;
}
.motadactrung {
	margin-bottom: 40px;
}
.motadactrung p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}
.chucnang {
	overflow: hidden;
	clear: both;
	border-left: 1px solid #2fa9a9;
}
.chucnang .item__cn {
    float: left;
    width: 33.333%;
    padding: 15px 30px;
    text-align: center;
    border-right : 1px solid #2fa9a9;
    border-top : 1px solid #2fa9a9;
}
.chucnang .item__cn:nth-child(1),
.chucnang .item__cn:nth-child(2),
.chucnang .item__cn:nth-child(3) {
	border-top: 0;
}
.chucnang .item__cn:nth-child(3n+1) {
	clear: both;
}
.icon__cn {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 35px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.icon__cn a {
    text-align: center;
    display: table-cell !important;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.icon__cn a img {
    width: auto;
    height: auto;
    max-height: 33px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.text__cn h5 {
margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Arial";
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.box__item__pro .box__inner__pr .box__left__pr .badge-container ,
.box__item__pro  .image-tools {
	display: none !important;
}
/*
box__table
*/
.box__table {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
display: flex;
    justify-content: space-between;
    align-items: center;
}
.box__table .title-wrapper {
    float: right;
    width: calc(100% - 30% - 15px);
    border-left: 1px solid #027575;
    padding-left: 15px;
}
.box__table .title-wrapper a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.box__table .title-wrapper p {
	margin: 0;
}
.box__table  .price-wrapper {
	float: left;
	width: 30%;
}
.box__table  .price-wrapper del,
.box__table  .price-wrapper ins{ 
    display: block;
    line-height: 24px;
}
.box__table  .price-wrapper ins span,
.box__table  .price-wrapper ins  {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.box__table  .price-wrapper del span,
.box__table  .price-wrapper del   {
	color: #fff;
	font-size: 14px;
}
.box__table  .product-short-description p {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.star_star i {
	color: #fff;
	font-size: 13px;
	margin-left: 3px;
	color: #f4a712;
}
.box__thumb__pr  .product-thumbnails a {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.box__thumb__pr .product-thumbnails .is-selected  a{
    background: #fff !important;
}
.home .woocommerce-product-gallery__image a {
	display: block;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    height: 120px;
}
.home .woocommerce-product-gallery__image a img {
    position: absolute;
    width: auto !important;
    height: auto;
    max-height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}

.owl-nav {
    display: block !important;
}
.owl-nav .owl-prev {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 0;
    min-height: inherit;
    width: 25px;
    height: 25px;
    line-height: 22px !important;
    display: block;
    border-radius: 100%;
    color: #7f3b2d;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.12);
    text-align: center;
    -webkit-transition: all .1s cubic-bezier(.4,0,.6,1);
    transition: all .1s cubic-bezier(.4,0,.6,1);
}

.owl-nav .owl-next {
    margin: 0;
    position: absolute;
    top: 40%;
    right: 0;
    min-height: inherit;
    color: #7f3b2d;
    width: 25px;
    height: 25px;
    line-height: 22px !important;
    display: block;
    border-radius: 100%;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.12);
    text-align: center;
    -webkit-transition: all .1s cubic-bezier(.4,0,.6,1);
    transition: all .1s cubic-bezier(.4,0,.6,1);
}
.box__thumb {
	margin-bottom: 70px;
}
/*
section_danhmuc
*/
.section_danhmuc .elementor-widget-nav-menu {
    background: #fff;
}
.section_danhmuc .elementor-widget-nav-menu ul li  {
    margin: 0;
}
.section_danhmuc .elementor-widget-nav-menu ul li a {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 8.5px 15px !important;
    border-bottom: 1px solid #ececec;
}

.section_danhmuc .elementor-widget-nav-menu ul li a img {
    width: 15px;
    height: 16px;
    object-fit: contain;
    margin-right: 8px;

}
.section_danhmuc .elementor-widget-nav-menu ul li ul.sub-menu {
    min-width: 200px !important;
}
.section_danhmuc .elementor-widget-nav-menu ul li ul.sub-menu li:hover a{
    background: #7f3b2d !important;
}
.title_danhmuc  {
    margin: 0 !important;
}
.title_danhmuc .elementor-heading-title {
    color: #fff;
    line-height: 40px;
    margin: 0;
    padding-left: 40px;
    background: url(images/left.jpg)left center no-repeat #7f3b2d;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;

}

/*
title__heading
*/
.title__heading {
    margin: 0 0 15px 0;
}
.title__heading {
    border-top: 3px solid #7f3b2d;
    margin: 0 0 15px 0 !important;
}
.title__heading .elementor-heading-title {
display: inline-block !important;
    line-height: 37px;
    width: initial;
    background: url(images/left.jpg)left center no-repeat #7f3b2d;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 15px;
    position: relative;
    margin-top: -3px;
    min-width: 265px;
    text-align: center;
}
.title__heading .elementor-heading-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: 46px;
    height: 37px;
    background: url(images/right.png)no-repeat;
}
.slider__news  .boxx__innner {
    position: relative;
}
.slider__news  .news-thumb a img {
width: 100%;
    height: 300px;
    object-fit: cover;
}
.slider__news  .box__title__news {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.slider__news  .box__title__news h4 {
    margin: 0;
}
.slider__news  .box__title__news h4 a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 20px !important;
    height: 5px !important;
}
#masthead .header-nav > li{
    margin: 0 !important;
}
#masthead .header-nav > li > a{
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
    padding-top: 16px;
    top: 7px;
    text-transform: inherit;
}
#masthead .header-nav > li > a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#masthead select.search_categories{
    height: 38px;
    border-right: none;
    border-radius: 25px 0 0 25px;
}
#masthead .search-field{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
/*     width: 320px; */
    box-shadow: none;
    height: 38px;
    border-radius: 0;
}
#masthead .submit-button{
    background: linear-gradient(235.53deg, #5EB509 18.4%, #038018 85.16%) !important;
    border: none;
    height: 38px;
    min-width: 50px;
    border-radius: 0 25px 25px 0;
}
.sec_chantrang .row .large-2 li.widget  {
    margin: 0 0 20px 0!important;
}
.sec_chantrang .row .large-2 li.widget :last-child {
    margin-bottom: 0 !important;
}
.sec_chantrang .row .large-2 p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.sec_chantrang .row .large-2 p i {
    color: #038018;
}
.sec_chantrang .row-1{
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.sec_chantrang .row-2{
    max-width: 21.66667%;
    -ms-flex-preferred-size: 21.66667%;
    flex-basis: 21.66667%;
}
.footer-wrapper .absolute-footer{
    display: none;
}
.sec_chantrang .column_01{
    padding-bottom: 14px;
}
.sec_chantrang .sidebar-wrapper > li{
    margin: 0;
}
.sec_chantrang .column_01 .col-inner{
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    border-top: 1px solid #0E9C26;
    padding-top: 14px;
}
.sec_chantrang p{
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
}
.sec_chantrang p svg{
    margin-right: 10px;
}
.sec_chantrang p b{
    font-family: 'RobotoFlex';
    font-weight: 500;
}
.sec_chantrang .widgettitle{
    color: #fff;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 35px;
    padding-bottom: 13px;
}
.sec_chantrang .widgettitle:after{
    position: absolute;
    content: "";
    width: 52px;
    height: 1px;
    background: #C4C4C4;
    bottom: 0;
    left: 0;
}
.sec_chantrang .menu li{
    border:none !important;
}
.sec_chantrang .menu li a{
    display: block;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    position: relative;
}
.sec_chantrang .menu li a::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.sec_chantrang .menu li a:hover{
    color: #fff;
}
.sec_chantrang .widget_nav_menu{
    margin: 0 !important;
}
.sec_chantrang .custom-html-widget h4{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 30px;
}
.sec_chantrang .custom-html-widget a{
    font-size: 24px;
    color: #fff;
}
.sec_chantrang .custom-html-widget h3{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 20px;
}
.absolute-footer{
    padding: 10px 0;
}
.absolute-footer .footer-primary{
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
}
.absolute-footer h2{
    font-size: 22px;
    line-height: 30px;
    color: #6b6b6b;
    margin-bottom: 5px;
}
.absolute-footer p{
    margin-bottom: 0;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 23px;
}
.elementor-editor-active  .slider_nxp{
    display: none;
}
.slider_nxp .slick-prev{
    position: absolute;
    top: 45%;
    left: 10px;
    color: #fff;
    z-index: 9;
}
.slider_nxp .slick-next{
    position: absolute;
    top: 45%;
    right: 10px;
    color: #fff;
    z-index: 9;
}
.slider_nxp .slider-nav{
    background: #5eb509;
    border: 1px solid #efefef;
    border-top: none !important;
    padding:  0px;
    border-radius: 8px;
    height: 65px;
    overflow: hidden;
}
.slider_nxp .slider-nav .slick-list{
    padding: 0 !important;
}
.slider_nxp .slider-nav .slick-list .text_nxp{
    text-align: left;
    font-size: 13px;
    padding: 13px;
    line-height: 20px;
    color: #fff;
    outline: none !important;
    cursor: pointer;
    background: url(images/hot.png)left center no-repeat;
    padding-left: 44px;
    border-right: 1px solid #75D01C;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_nxp .slider-nav .slick-list .slick-current{
    border-right: none;
}
.slider_nxp .slider-nav .slick-list .slick-current{
    /*font-weight: 600;*/
    color: #fff;
    background: url(images/hot.png)left center no-repeat #038018;

}
.slider_nxp .slider-for{
    margin-bottom: 10px;
}
.slider_nxp .slick-slide img{
    border-radius: 8px;
}
.thongtin_nb {
    margin-bottom: 0 !important;
}
.news-style-3 {
    background: #fff;
}
.news-style-3 .news-item-bottom{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 0 11px;
    padding: 11px 0;

}
.news-style-3 .news-item-bottom:hover img{
    border:1px solid red;
}
.news-style-3 .news-thumb{

    width: 100px;
    height: 70px;
    float: left;


}
.news-style-3 .news-thumb img{
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 3px;
}
.news-style-3 .box__slider{
    width: calc(100% - 115px);
    float: right;
}
.news-style-3 .box__slider .news-title{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
}
.news-style-3 .box__slider .time p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 21px;
    color: #038018;
}
.sec_slide .left > div{
    padding-right: 0 !important;
}
.sec_slide .right .elementor-widget-image{
    margin-bottom: 10px !important;
}
.hdd{
    line-height: 30px;
    margin-bottom: 0;
}
.hdd .title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
}
.hdd .view{
    float: right;
    font-size: 13px;
    color: #2e2e2e;
    position: relative;
    top: 3px;
}
.sec_ph01 .box .elementor-row > .elementor-element{
    background: #fff;
    border:1px solid #efefef;
}
.sec_ph01 .box .elementor-row > .elementor-element:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.pro-widget-pro > .products{
    margin: 0 -10px;
}
.pro-widget-pro > .products > .product-small{
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pro-widget-pro > .products > .product-small .col-inner {
    background: #fff;
    padding: 10px;
}
.pro-widget-pro-slide{
    padding-bottom: 20px !important;
}
.pro-widget-pro-slide .slick-track > div{
    padding: 0 10px !important;
}
.pro-widget-pro-slide  .slick-prev{
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    color: #d7d9db;
    cursor: pointer;
}
.pro-widget-pro-slide  .slick-next{
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 9;
    color: #d7d9db;
    cursor: pointer;
}
.elementor-editor-active .pro-widget-pro{
    display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
    box-shadow: 0 0 0 1px #c10000 !important;
}
.rt_woocommerce_single_product_summary .left{
    width: 65%;
    float: left;
    border-right: 1px solid #e3e3e3;
    padding: 20px 20px 0px 0;
    position: relative;
}
.rt_woocommerce_single_product_summary .right{
    width: 35%;
    padding: 20px;
    float: right;
}
.rt_woocommerce_single_product_summary .right h3{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #4c4c4c;
}
.rt_woocommerce_single_product_summary .right .box1 p{
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
    background: url(images/p1.png) 0px 2px no-repeat;
    margin-bottom: 10px;
}
.rt_woocommerce_single_product_summary .right .custom-html-widget p{
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #4c4c4c;
    padding-left: 23px;
    background: url(images/p2.png) 0px 2px no-repeat;
}
.rt_woocommerce_single_product_summary .right .custom-html-widget p:nth-child(2){
    background: url(images/p3.png) 0px 2px no-repeat;
}
.rt_woocommerce_single_product_summary .right .custom-html-widget p:nth-child(3){
    background: url(images/p4.png) 0px 2px no-repeat;
}
.rt_woocommerce_single_product_summary .right .custom-html-widget p:nth-child(4){
    background: url(images/p5.png) 0px 2px no-repeat;
}
.rt_woocommerce_single_product_summary .right .is-divider{
    display: none;
}
.rt_woocommerce_single_product_summary .right .widget{
    margin-bottom: 0 !important;
}
.rt_woocommerce_single_product_summary .right .widget-title{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    color: #4c4c4c;
    text-transform: initial;
    margin-bottom: 10px;
}
.rt_woocommerce_single_product_summary .right .box2{
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 10px;
}
.rt_woocommerce_single_product_summary .right .box2 p{
    margin-bottom: 0;
}
.single-product .product-main{
    padding-top: 0 !important;
}
.home .container_bre{
    display: none;
}
.rt-breadcrumbs{
    margin-bottom: 0;
    line-height: 52px;
}
.box_title{
    padding: 0;
    margin: 0;
}
.pro_title{
    margin-bottom: 16px;
    font-size: 24px;
    color: #038018;
    line-height: 30px;
}
.pro_title span{
    font-weight: 400;
    font-size: 14px;
    color: #959595;
    margin-left: 15px;
    position: relative;
    top: -1px;
}
.product-page-price{
    font-size: 0 !important;
}
.product-page-price > span:nth-child(1){
    font-size: 26px;
    color: #4c4c4c;
    padding-right: 20px;
}
.product-page-price > span:nth-child(2){
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    position: relative;
}
.product-page-price > span:nth-child(2):after{
    width: 100%;
    height: 1px;
    background: #919191;
    position: absolute;
    bottom: 8px;
    content: "";
    left: 0;
    z-index: 9;
}
.product-page-price > span:nth-child(2) span{
    font-size: 16px;
    font-weight: 400;
}
.tra_gop{
    display: inline-block;
    background: #ff2842;
    border-radius: 2px;
    color: #fff;
    line-height: 22px;
    padding: 0 5px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.ship_product{
    display: block;
    background: #f8f8f8;
    border:1px solid #eeeeee;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ship_product span{
    font-size: 15px;
    text-transform: uppercase;
    color: #4c4c4c;
    position: relative;
    left: 18px;
}
.ship_product span:after{
    content: "";
    position: absolute;
    background: url(images/time.png);
    width: 33px;
    height: 27px;
    left: -38px;
    bottom: -5px;
}
.product-short-description{
    margin-bottom: 15px;
}
.product-short-description .title{
    background: #d0352e;
    display: block;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    position: relative;
}
.product-short-description .title:before{
    content: "";
    position: absolute;
    background: url(images/bf.png);
    width: 15px;
    height: 9px;
    left: 23px;
    top: -9px;
}
.price__single__pro {
    border: 1px dashed #ddd;
    padding: 15px;
}
.product-short-description .cnt{

}
.product-short-description .cnt p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    color: #3a3a3a;
}
.product-short-description .cnt p a{
    color: #d0352e;
}
.thongtin_muahang {

    border: 1px dashed #ddd;
    padding: 15px;
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;

}
.thongtin_muahang  strong {
    color: #038018;
    font-size: 20px;
}
.woocommerce-variation-add-to-cart{
    padding: 0 !important;
}
.woocommerce-variation-add-to-cart .quantity{
    display: none !important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button{
    display: block;
    width: 100%;
    background-color: #d0352e !important;
    border-radius: 4px;
    font-size: 23px;
    opacity: 1;
    position: relative;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart .loading:after{
    display: none !important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:after{
    position: absolute;
    content: "Giao hĂ ng trong 1 giá» hoáº·c nháº­n hĂ ng táº¡i shop";
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: initial;
}
.rt_woocommerce_single_product_summary .left .widget{
    list-style: none;
}
.tra_gop_rt{
    overflow: hidden;
}
.tra_gop_rt a{
    width: 49%;
    float: left;
    display: block;
    background: #fc7e0f;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 8px 0px;
}
.tra_gop_rt a p{
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.tra_gop_rt a span{
    font-size: 14px;
    color: #fff;
}
.tra_gop_rt a:nth-child(2){
    float: right;
}
.rt_tel{
    margin-top: 10px;
    font-size: 15px;
    color: #474747;
    text-align: center;
    display: block;
}
.rt_tel a{
    color: #d0352e;
    font-weight: 600;
}
.title__related{
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
.title__related span{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #434343;
    position: relative;
}
.title__related span:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #d0352e;
    bottom: -7px;
    left: 0;
}
.product-small .box-image{
    width: 100%;
    height: 220px;
    position: relative;
    line-height: 220px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-small .box-image img{
    width: auto;
    height: auto;
    margin: auto;
    max-height: 190px;
}
.box-text-products {
    padding: 14px 25px 16px;
}
.box-text-products p{
    margin: 0;
}
.product-small .box-image:hover img{
    max-height: 240px;
}
.product .box {
    display: inline-block;
    box-shadow: 0px 2px 6px 0px #0000000D;
    background: #fff;
    border-radius: 8px;
}
.sale_rt{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ea9d02;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 0 8px;
    line-height: 30px;
    display: none;
}
.product-small .product-title a{
    display: block;
    font-size: 15px;
    color: #494949;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    height: 47px;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
}
.product-small .product-title a:hover{
    color: #579D16;
}
.product-small .price-wrapper{
    display: inline-block;
    width: 100%;
}
.product-small .price{
    font-size: 15px !important;
    margin-bottom: 0;
}
.box-text .price del{
    float: right;
}
.box-text .price ins{
    float: left;
}
.box-text .price ins span{
     color: #E24642 !important;
     font-size: 15px;
}
.box-text .price del span{
     font-size: 14px;
}
.rt_add_pro{
    display: none;
}
.product-small .price > span:nth-child(1){
    display: inline-block;
    line-height: 33px;
    color: #ed1d24;
    border-radius: 30px;
    font-size: 15px;
    width: 50%;
}
.product-small .price > span:nth-child(2){
    font-size: 15px;
    font-weight: 400;
    color: #a7a7a7;
    position: relative;
    display: inline-block;
    width: 50%;
    text-decoration: line-through;
}
.product-small .price > span:nth-child(2):before{
/*    width: 100%;
    height: 1px;
    background: #a9a9a9;
    content: "";
    bottom: 7px;
    left: 0;
    position: absolute;*/
}
.rt_add_pro a{
    width: 49%;
    display: block;
    float: left;
    line-height: 35px !important;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-weight: 500;
    background: #038018;
    margin: 0;
}
.rt_add_pro a.add_to_cart:hover {
    background: red;
}
.rt_add_pro a:nth-child(2){
    float: right;
    color: #8b8b8b;
    font-weight: 400;
}
.rt_add_pro a.view {
    background: red;
    color: #fff;
}
.rt_add_pro a.view:hover {
    background: #038018;
}
.entry-summary .product-title{
    display: none;
}
.fs-imggalary{
    display: block;
    width: 100%;
    clear: both;
}
.fs-imggalary .imggalary{
    width: 100%;
    border:1px solid #dddddd;
    height: 81px;
    line-height: 81px;
    outline: none;
    margin: 0 10px;
}
.fs-imggalary .imggalary img{
    width: 100%;
    max-height: 79px;
    object-fit: contain;
}
.fs-imggalary .slick-prev{
    position: absolute;
    top: 41%;
    left: -5px;
    z-index: 9;
    cursor: pointer;
}
.fs-imggalary .slick-next{
    position: absolute;
    top:41%;
    right: -7px;
    z-index: 9;
    cursor: pointer;
}
.new-single .item{
    padding: 15px;
    border:1px solid #efefef;
    border-top: none;
    background: #fff;
    overflow: hidden;
}
.new-single .item .thumb__img__p{
    width: 76px;
    height: 58px;
    float: left;
}
.new-single .item .thumb__img__p img{
    width: 100%;
    height: 58px;
    object-fit: cover;
}
.new-single .item  h4{
    display: block;
    width: calc(100% - 86px);
    float: right;
}
.new-single .item  h4 a{
    font-size: 14px;
    line-height: 20px;
    color: #3c3c3c;
    font-weight: 400;
    display: block;
}
.product_view{
    background: #fff;
    padding: 20px 20px 0 20px;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin-bottom: 30px;
}
.product_view_slider .slick-prev{
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    cursor: pointer;
}
.product_view_slider .slick-next{
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.cd-popup-trigger{
    cursor: pointer;
    display: block;
    margin: 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #337ab7;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #337ab7;
}
.content_form h2{
    font-size: 18px;
    color: #4a4a4a;
    padding-right: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.content_form h4{
    color: #d0021b;
    display: table;
    width: 100%;
    font-size: 16px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
}
.content_form li{
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    line-height: 22px;
    margin-bottom: 0;
    padding: 8px 0;
    overflow: hidden;
}
.content_form li .left__if{
    float: left;
    width: 170px;
    font-weight: 500;
    font-size: 14px;
}
.content_form li .right__if{
    float: right;
    width: calc(100% - 180px);
    font-size: 14px;
}
.tax-product_cat .shop-container{
    /* background: #fff; */
    /* margin-top: 30px; */
    padding: 20px 0 0;

}
.nav-pagination .page-number{
    border-radius: 0 !important;
}
.nav-pagination .current{
    background: #ffffff !important;;
    color: #fff !important;
    border-color: #5eb509 !important;
}
.title__cate{

    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #373737;
    font-weight: 600;

}
.layout__active > div{
    max-width: 100% !important;
    flex-basis: 100% !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px !important;
}
.layout__active > div:hover{
    border:1px solid #ccc;
    border-radius: 6px;
}
.layout__active > div .box-image{
    width: 260px;
    float: left;
}
.layout__active > div .box-text{
    width: calc(100% - 260px);
    float: right;
    padding-top: 30px;
}
.layout__active > div .box-text .rt_add_pro{
    width: 250px;
}
.pro-widget-pro{
    overflow: hidden;
    clear: both;
}
.pro-widget-pro.pro-widget-pro-slide_2 .products .product-small .box-image {
    border: 1px solid #ddd;
}
.box-image .rt_km{
    color: #fff;
    top: 10px;
    right: 9px;
    line-height: 34px;
    width: 36px;
    height: 34px;
    text-align: center;
    border-radius: 99px;
    background: url(images/Vector.png) no-repeat;
    position: absolute;
    font-size: 12px;
}
.pro-widget-pro.pro-widget-pro-slide_2 .products  > .product-small {
    padding: 0;
}
.hdd_pro .title,
.hdd_pro span{
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 0 35px;
    display: inline-block;
    line-height: 40px;
    background: url(images/dt.png) 11px 9px no-repeat #038018;
    min-width: 280px;
}
.hdd_pro a.title:after,
.hdd_pro span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 21px;
    height: 39px;
    background: url(images/icon.jpg)no-repeat;
}
/*.pro-widget-pro-slide .hdd_pro .title{
    color: #d0352e;
    background: url(images/lua.png) 0px -7px no-repeat;
}*/
.vierw__all {

    float: right;
    color: #5eb509;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 40px;

}
.hdd_pro  {
    background: #fff;
    border-bottom: 1px solid #038018;
}
.news-style-2 .news-item-sidebar-clear{
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-style-2 .news-item-sidebar-clear .boxx__innner{
    position: relative;
}
.news-style-2 .news-item-sidebar-clear .boxx__innner .news-thumb img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.news-style-2 .news-item-sidebar-clear .boxx__innner .box__slider{
    background: hsla(0, 0%, 0%, 0.35);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    overflow: hidden;
    margin-bottom: 0;
}
.news-style-2 .news-item-sidebar-clear .boxx__innner .box__slider a{
    font-size: 15px;
    line-height: 20px;
    max-height: 40px;
    color: #fff;
    display: block;
    overflow: hidden;
}
.single-post .box__left__layout{
    background: #fff;
    padding: 20px;
    border:1px solid #eee;
}
.box__nth__2_2 .news-post-news .box__news__inner{
    overflow: hidden;
    margin-bottom: 20px;
}
.box__nth__2_2 .news-post-news .box__news__inner .box__thumb__img{
    width: 240px;
    height: 200px;
    float: left;
}
.box__nth__2_2 .news-post-news .box__news__inner .box__thumb__img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}   
.box__nth__2_2 .news-post-news .box__news__inner .box__content{
    width: calc(100% - 250px);
    float: right;
}
.single-post .page-right-sidebar{
    padding-top: 0 !important;
}
/*
news-widget-style-5\
*/
.news-widget-style-5 {
    overflow: hidden;
    clear: both;
    margin: 0 -15px;
}
.news-widget-style-5 .news-item-clear {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.news-widget-style-5 .news-item-clear .news-thumb a img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.news-widget-style-5 .news-item-clear .box__slider {
    padding: 10px 0 0 0;

}
.news-widget-style-5 .news-item-clear .box__slider h4 {
    margin-bottom: 6px;
}
.news-widget-style-5 .news-item-clear .box__slider h4 a {
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.news-widget-style-5 .news-item-clear .box__slider p {
    margin: 0;
    color: #969696;
    font-size: 13px;
    line-height: 23px;
    max-height: 23px;
    overflow: hidden;
}

.hotrotructuyen {
    text-align: center;
}
.zalo_phone{
    display: none;
}
.hotrotructuyen span {
color: #ffe011;
    font-size: 16px;
    display: inline-block;
    background: url(images/icona.png)left center no-repeat;
    padding-left: 40px;
    line-height: 40px;
}
.hotrotructuyen  a {
    display: inline-block;
    background: #f08528;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
}
.hotrotructuyen > div {
    color: #fff;
}
.section__ht .col {
padding-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .sec_03 .section-content,
    .sec_02 .section-content,
    .sec_01 .section-content{
        padding: 0 15px;
    }
    .box-text-products{
        padding: 14px 8px 14px;
    }
    .box-text .price ins span{
        font-size: 13px;
    }
    .box-text .price del span{
        font-size: 12px;
    }
    .tits_sp h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.section_sanpham:after {
    content: "";
    background: none;
}
.products > .product-small {
    padding: 0 10px;
    margin-bottom: 20px;

}

.box__item__pro .box__inner__pr .box__left__pr {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.box__item__pro .box__inner__pr .box__right__pr {
    width: 100%;
}
.product__box .box-text-products .add-to-cart-button {
    width: 100%;
}
.box__right__layout,
.box__left__layout,
#main .category-page-row .col.large-9,
#main .category-page-row .col.large-3  {
    float: none;
    width: 100%;
    padding: 0 5px;
    max-width: 100%;
}
.product-main .product-info {
    padding: 10px;
}
.product-footer .woocommerce-tabs {
    width: 100%;
}
.box__thongtin__right{
    width: 100%;
}

}
@media only screen and (max-width: 812px) {
    .sec_chantrang .row-2,
    .sec_chantrang .row-1{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .sec_chantrang .row-2,
    .sec_chantrang .row-1{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .tt__tt{
        display: grid;
        gap: 15px;
    }
    .sec_01 .section-content > .row > .col > .col-inner .row{
        padding: 0 10px;
    }
    .tits_sp h3{
        font-size: 15px;
    }
    .tits_sp a{
        font-size: 12px;
    }
    .tits_sp a svg{
        margin-left: 4px;
    }
    .news-widget-style-5 .news-item-clear {
        width: 50%;
    }
    .product-footer .woocommerce-tabs,
    .product-main .content-row {
        padding: 0;
    }
    .rt-breadcrumbs {
        font-size: 12px;
    }
    .tt__tt .thong_tt {
        padding-right: 5px;
    }
    .single-product .product-main {
        padding-bottom: 0;
    }
    .layout__active .des__pro {
        display: none;
    }
    .section__footer__after {
        display: none;
    }
    .title__cate__pro {
        float: right;
        text-align: center;
    }
    .product-footer .woocommerce-tabs {
        margin-top: 20px;
    }
    .footer-widgets .widget {
        max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; 
    }
    .box__thumb__pro {
        height: 150px;
    }
    .box__thumb__pro a img {
        max-height: 145px;
    }
    .list__post__home .news__home__item {
        width: 100%;
    }
    .product__box .box-text-products .price-wrapper {
        width: 100%;
    }
    .text__cn h5 {
        font-size: 12px;
        text-transform: none;
        line-height: 20px;
        height: 40px;
    }
        .validate-phone {
        width: 100%;
    }
    .video-center {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    #logo {
        margin-top: 0;
    }
    .hinhanh__banner .items__ha img {
        height: auto;
    }
    .hinhanh__banner_2 {
        margin-bottom: 0;
    }

    .product-main .product-gallery.col.large-4 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 5px;
    }
    .product-main #product-sidebar {
        max-width: 100%;
        float: none;
        flex-basis: 100%;
        display: none !important;
        padding-bottom: 0;
    }
    .product-main .product_title {
        font-size: 23px;
    }
    .heading {
        display: block;
    }
    .box__thumb__pro {
        height: 130px;
    }
    .box__thumb__pro a img {
        max-height: 125px;
         width: auto !important;
    }
    .product__box .box-text-products .price-wrapper {
        width: 100%;
    }
    .pro-pro_home .product__box .box-text-products .price-wrapper {
        width: 100%;
    }
    .pro-pro_home .product__box .box-text-products .add-to-cart-button {
       width: 100%;
    margin: 25px auto 0;
    }
    .product__box .box-text-products .add-to-cart-button {
        width: 67px;
    }
     .product__box .box-text-products .price-wrapper del, .product__box .box-text-products .price-wrapper del {
        margin: 0;
     }
    .product__box .box-text-products .price-wrapper ins, .product__box .box-text-products .price-wrapper ins span {
          font-size: 13px;
    }
    .product__box .box-text-products .price-wrapper del, .product__box .box-text-products .price-wrapper del span {
        font-size: 12px;
    }
    .product__box .box-text-products .add-to-cart-button a {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        border-radius: 4px;
    }
    .product__box .box-text-products .product-title a {
        font-size: 15px;
        line-height: 22px;
        height: 44px;
        overflow: hidden;
    }
    .products .product-small .product__box.col-inner {
        padding: 6px;
    }

  /*  .product__box .box-text-products .price-wrapper ins, .product__box .box-text-products .price-wrapper del {
        width: 50%;
        margin: 0;
        float: left;
    }
    
    .product__box .box-text-products .add-to-cart-button {
        width: 100%;
        margin-top: 10px;
    }*/
    .product__box .box-text-products .price-wrapper > .price > span {
        font-size: 14px;
        line-height: 44px;
    }
    .heading .box_cate_pro li.item_cate {
        display: none;
    }
    .video__nth1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .video__ntn2 {
        width: 100%;
    }
    .video__nth1 .video__thumb__img img {
        height: auto;
    }
    .video__ntn2 .video__post .video__thumb__img ,
    .video__ntn2 .video__post .video__thumb__img a img {
        height: 130px;
    }
    .box__dv .items__ht {
          width: 50%;
        margin-bottom: 15px;
    }
    .box__thumb__ht ,
    .box__thumb__ht a img {
        height: 115px;
    }
    .list__post .news-post-news {
        width: 100%;
        margin-bottom: 15px;
    }
    .list__infomation .item__info {
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }
    .list__infomation .item__info:last-child {
        margin-bottom: 0;
    }
    .sec_chantrang .row .large-2 li.widget{
        margin: 0 0 0px 0 !important;
    }
    .sec_chantrang .menu li a{
        line-height: 30px;
    }
    .sec_chantrang .menu li a::before{
        top: 12px;
    }
    .sec_chantrang p{
        font-size: 15px;
    }
    .footer-2 .widget:nth-child(1),
    .footer-2 .widget:nth-child(2),
    .footer-2 .widget:nth-child(3),
    .footer-2 .widget:nth-child(4),
    .footer-2 .widget:nth-child(5) {
         max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;   
    }
    .icon-shopping-basket{
        color: red;
    }
    .list__show__pro {
        display: none;
    }
    .woocommerce-ordering {
        width: 50%;
    }
    .box__nth__1 .news-post-news .box__thumb__img a img {
        height: 180px;
    }
    .box__nth__2 .news-post-news .box__thumb__img {
        width: 120px;
    }
    .box__nth__2 .news-post-news .box__content {
        width: calc(100% - 120px - 10px);
    }
    .box__nth__2 .news-post-news .box__content h3 a {
        font-size: 14px;
        line-height: 20px;
    }
    .box__nth__2 .news-post-news .box__content > span{
        font-size: 13px;
    }
    .box__nth__2 .news-post-news .box__content .box__des p {
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
    }
    .box__nth__2 .news-post-news .box__content > a {
        font-size: 13px;
        display: none;
    }
    .box__nth__2 .news-post-news .box__thumb__img a img{
        height: 110px;
    }
    .list__video__archive .news__video {
        width: 50%;
    }
    .list__video__archive .news__video .box__thumb__img,
    .list__video__archive .news__video .box__thumb__img a img {
        height: 130px;
    }
    .list__video__archive .news__video .box__content h3 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        height: 44px;
    }
    .pro-pro_home .box__thumb__pro  {
        height: auto;
    }
    .pro-pro_home .box__thumb__pro a img {
         max-height: 250px;
    }
    .home__product__noibat .box__item__pro {
        padding: 35px 0;
    }
    .form_dangkytin {
        display: block;
        padding: 0 10px;
    }
    .form_dangkytin .f_left {
        margin-bottom: 10px;
        width: 100%;
    }
    .form_dangkytin .f-right {
        width: 100%;
    }
    .header-cart-link{
        color: #fff !important;
    }
    .icon-menu{
        color: #333;
    }
    .sidebar-menu img{
        width: 20px;
        text-align: center;
        background: #333;
    }
    .slider-nav{
        display: none !important;
    }
    .sec_ph01 .box .elementor-row > .elementor-element{
        border:none;
        width: 25%;
        float: left;
    }
    .sec_ph01 > div{
        border-radius: 4px;
    }
    .product-small .box-image{
        height: 160px;
        line-height: 160px;
    }
    .pro-widget-pro-slide .slick-prev{
        left: -4px;
    }
    .product-small .price > span:nth-child(1){
        margin-bottom: 10px;
        font-size: 15px;
        list-style: 25px;
    }
    .rt_add_pro a{
        width: 100%;
        line-height: 30px !important;
        font-size: 14px;
    }
    .pro-widget-pro > .products > .product-small{
        width: 50%;
    }
    .sec_chantrang .row .large-2{
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .layout__active > div .box-image{
        width: 50%;
    }
    .layout__active > div .box-text{
        width: 50%;
    }
    .layout__active > div .box-text .rt_add_pro{
        width: 100%;
    }
    .rt_woocommerce_single_product_summary .left{
        width: 100%;
        border-right:none;
        padding: 0;
    }
    .tra_gop{
        position: relative;
        top: 5px;
        right: 0;
    }
    .tra_gop_rt a p{
        font-size: 16px;
    }
    .tra_gop_rt a span{
        font-size: 12px;
    }
    .pro_title{
        font-size: 21px;
    }
    .rt_woocommerce_single_product_summary .right{
        width: 100%;
        padding: 0;
    }
    .title__related span:after{
        display: none;
    }
    .box_one .box__nth__1{
        width: 100%;
        margin-bottom: 15px;
    }
    .box_one .box__nth__2{
        width: 100%;
    }
    .box_one .box__nth__1 .box__content h3 a{
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
    }
    .box_one .box__nth__1 .box__content > span{
        font-size: 13px;
    }
    .box_one{
        padding: 10px;
    }
    .box__nth__3 {
        padding: 10px;
    }
    .box__nth__3 .news-post-news .box__thumb__img{
        width: 100%;
    }
    .box__nth__3 .news-post-news .box__content{
        width: 100%;
    }
    .box__nth__3 .news-post-news .box__content h3 a{
        font-size: 16px;
        list-style: 24px;
        margin-top: 10px;
    }
    .box__right__layout{
        margin-top: 20px;
    }
    .single-post .rt-breadcrumbs{
        display: none;
    }
    .box__nth__2_2 .news-post-news .box__news__inner .box__thumb__img{
        width: 100%;
    }
    .box__nth__2_2 .news-post-news .box__news__inner .box__content{
        width: 100%;
    }
    .box__nth__2_2 .news-post-news .box__news__inner .box__thumb__img img{
        height: 200px;
    }
    .box__nth__2_2 .news-post-news .box__news__inner  .box__des{
        display: none;
    }
    .hdd_pro .title, .hdd_pro span {
        font-size: 13px;
        margin-bottom: 0;
        min-width: 200px;
    }
    .sec_chantrang .widgettitle{
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 414px) {
    .box-text .price ins span {
        font-size: 12px;
    }
    .box-text .price del span {
        font-size: 12px;
    }
}

.stock-availability.in-stock span {
	color: #038018;
	font-weight: bold;
}

.stock-availability.out-of-stock span {
	color: red;
	font-weight: bold;
}