/*   

Theme Name: DEV Wordpress

Version:5.0

Author: Wordpress

*/
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Light.woff2);font-weight:300;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Regular.woff2);font-weight:400;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Medium.woff2);font-weight:500;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Bold.woff2);font-weight:700;font-display:block;font-style:normal}
@font-face{font-family:'Roboto';src:url(fonts/Roboto-Black.woff2);font-weight:900;font-display:block;font-style:normal}
body{font-family: 'Montserrat', sans-serif;color: #242424;}
.n2:nth-child(2n+1){clear:left}
.n3:nth-child(3n+1){clear:left}
.n4:nth-child(4n+1){clear:left}
.n5:nth-child(5n+1){clear:left}
.n6:nth-child(6n+1){clear:left}
#comments{margin:20px auto 0}
#wpd-post-rating{margin-bottom:20px}
#wpdcom .wpd-thread-list{padding:20px 0}
.screen-reader-text{display:none}
#back-top{position:fixed;bottom:30px;right:22px;z-index:90}
#back-top i{width: 40px;height: 50px;line-height: 40px;text-align: center;background: #8d3132;color: #fff;font-size: 18px;border-radius: 20px;}
.tagged_as{font-weight:700;padding:6px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:10px 0}
.tagged_as a{font-size:12px;color:#666;background:#f1f1f1;margin:3px;display:inline-block;float:none;font-weight:500;padding:3px 7px;border-radius:3px}
.head.navbar-fixed-top{animation:stuckMoveDown .6s;background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,0.15)}
@keyframes stuckMoveDown {
0%{transform:translateY(-100%)}
100%{transform:translateY(0)}
}
@keyframes stuckMoveUp {
0%{transform:translateY(100%)}
100%{transform:translateY(0)}
}
@keyframes stuckFadeIn {
0%{opacity:0}
100%{opacity:1}
}

.breadcrumbs{padding:10px 0;background:#eee}
.breadcrumbs *{margin-bottom: 0;}
.breadcrumbs .separator{margin:0 5px}
a{transition:all 300ms ease-in-out}
.row10{margin:0 -10px}
.row5{margin:0 -5px}
.row10 >div{padding:0 10px}
.row5 >div{padding:0 5px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.bold{font-weight:700}
.uppe{text-transform:uppercase}
.flex{display:flex;align-items:center;flex-wrap:wrap}
.row-reverse{flex-direction:row-reverse}
.table_cell{display:table}
.table_cell>div{display:table-cell}

.supports{position: fixed;z-index: 999;right: 20px;bottom: 100px;}
.supports li{list-style: none;display: block;margin-bottom: 10px;}
.supports li a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.supports li a:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}
.supports li a .tooltip-text {
    position: absolute;
    top: 4px;right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.supports li a .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;border-color: transparent transparent transparent black;
    left: 100%;
}
.supports li a:hover .tooltip-text{    visibility: visible;
    opacity: 1;}
.supports_mb{display:none;}
.modal-content{border:none;box-shadow:none;border-radius:10px;position:relative;background-color:#fff;background-clip:padding-box;outline:0;padding: 25px 20px 15px;overflow: hidden;}
.modal-header{background-color:#045d2d;color:#fff;padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}
.modal-header .modal-title{position:relative;min-height:44px;font-weight:400;font-size:18px;line-height:normal;margin:0;line-height:44px;color:#fff}
button.close{position:absolute;top: 0;right: 0;width: 30px;height: 30px; opacity:1}
.pop_box input[type=submit]{background-color:#045d2d;color:#fff;margin-bottom:0;margin-top:15px}
.modal-dialog{margin:0 auto 0;top: 50%;transform: translateY(-50%) !important;}
.btn,input[type="submit"]{display:inline-block;height:40px;line-height:39px;padding:0 20px;text-align:center;white-space:nowrap;outline:none!important;cursor:pointer;border:none;font-weight:400;border-radius:0;letter-spacing:0;-webkit-transition:background-color .1s ease-in;-moz-transition:background-color .1s ease-in;-ms-transition:background-color .1s ease-in;-o-transition:background-color .1s ease-in;transition:background-color .1s ease-in;-webkit-border-radius:0;border-radius:0}
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select{border:1px solid #e1e1e1;padding:7px 10px;width:100%;margin-bottom:10px;max-width:100%;display:block}
input[type='button']{position:relative;display:inline-block;background-color:transparent;text-transform:uppercase;-ms-touch-action:none;touch-action:none;cursor:pointer;font-weight:bolder;text-align:center;color:currentColor;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;margin-right:1em;text-shadow:none;padding:0 1.2em;max-width:100%;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;text-rendering:optimizeLegibility;box-sizing:border-box}
.buttons_added input{border:1px solid #777;margin:0;height:33px;display:inline-block;vertical-align:middle;padding:0 10px}
.devvn-popup-title{height:auto;padding:10px;background:#8d3132}
.popup-customer-info-group .devvn-order-btn{background:#8d3132}
.woocommerce .quantity .qty{width:50px;display:inline-block;text-align:center;height:33px}
.woocommerce #reviews #comments h2{clear:none;text-align:left;font-weight:700;padding:10px 0}
.woocommerce div.product form.cart .button{float:none;width: 100%;}
a.devvn_buy_now_style{background:#8d3132;border-radius:0;max-width: none !important;}
.mfp-content .devvn-popup-quickbuy a.devvn_buy_now_style{display:none}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce input.button.alt{background-color:#8d3132 !important;color:#fff;-webkit-font-smoothing:antialiased;border-radius:0}
a.devvn_buy_now_style{display:block;margin-top:20px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1px solid #ddd;padding:7px}
.image-product{position:relative}
.sale-flash{display:none;font-weight:700;position:absolute;top:0;right:0;background-repeat: no-repeat;background-size: cover; z-index:9;color:#fff;height:50px;width:50px;background-image: url(images/sale-promotion.png); font-size:14px;text-align:center;border-radius:50%;line-height:50px;}
.woocommerce a.remove{width:30px;height:22px;position:relative;transition:opacity 200ms;vertical-align:top;display:block;-webkit-appearance:none;background:none;border:none;cursor:pointer;outline:none;padding:0;text-indent:-9999px}
.woocommerce a.remove:before,.woocommerce a.remove:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;left:8px;position:absolute;right:8px;top:2px;display:inline-block;content:''}
.woocommerce a.remove:before{height:6px;transform-origin:-7% 100%;-moz-transform-origin:-7% 100%;-webkit-transform-origin:-7% 100%;transition:transform 150ms;-moz-transition:transform 150ms;-webkit-transition:transform 150ms;width:14px}
.woocommerce a.remove:after{background-position:-1px -4px;height:12px;margin-left:1px;margin-right:2px;margin-top:4px;width:11px}
.woocommerce a.remove:hover:before{transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transition:transform 250ms;-moz-transition:transform 250ms;-webkit-transition:transform 250ms}
.woocommerce a.remove:hover{background:transparent}
.wp-pagenavi{text-align:center;padding:20px 0}
.wp-pagenavi a,.wp-pagenavi span{width:36px;height:36px;border:1px solid #666;line-height:34px;text-align:center;color:#666;display:inline-block;padding:0 10px}
.wp-pagenavi span.pages,.wp-pagenavi a.last,.wp-pagenavi a.first{width:auto}
.wp-pagenavi span.current,.wp-pagenavi a:hover{background:#8d3132;color:#fff;border-color:#8d3132}
*{margin:0;padding:0;line-height:1.5}

a{text-decoration:none;cursor:pointer;color:#242424}
a:hover,a:focus,a:visited{text-decoration:none;outline:none;}
a:hover,a:focus{color: #8d3132;}
img{max-width:100%;border:none;height:auto}
p.wp-caption-text{text-align:center}
#content_pages{padding:30px 0}
.content-post img{display:block;margin:15px auto}
.content-post hr{margin:10px 0}
.content-post iframe{display:block;margin:15px auto}
.content-post{font-size: 16px;}
.content-post p{margin-bottom:10px}
.content-post p img{margin:0 auto}
.content-post ul,.content-post ol{margin-left:24px;margin-bottom:10px}
.content-post table{margin-bottom:10px}
.content-post h1{font-size:28px;padding: 5px 0;}
.content-post h2{font-size:24px;padding: 5px 0;}
.content-post h3{font-size:20px;padding: 5px 0;}
.content-post h4{font-size:18px;padding: 5px 0;}
.content-post h5,.content-post h6{font-size:16px}
.content-post blockquote { padding: 20px 40px;position: relative;border-left: 0;margin-bottom: 15px;background: #f6f6f6;font-weight: 500;}
.content-post blockquote:after, .content-post blockquote:before {content: "";font-weight: 900; font-family: "Font Awesome 5 Free";position: absolute;font-size: 25px;color: #8d3132;line-height: 40px;}
.content-post blockquote:before { content: "\f10d";top: 0;left: 5px;}
.content-post blockquote:after { content: "\f10e";bottom: 0; right: 5px;}
.content-post a{font-weight:500;color:#0000FF	}
.content-post .wp-caption.aligncenter{max-width:100%!important}
.content-post .alignnone{margin:5px 20px 20px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:5px auto}
.content-post .alignright{float:right;margin:5px 0 20px 20px}
.content-post .alignleft{float:left;margin:5px 20px 20px 0}
.content-post .aligncenter{display:block;margin:5px auto}

.content-post form{max-width: 600px;margin: 10px auto;}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 20px 20px 0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;text-align:center;margin:0;padding:0 4px 5px}
div.wpcf7 .ajax-loader{position:absolute}
.widget-tabs{padding:7px;margin-bottom:0;border:0;list-style:none;margin-left:0;margin-right:0;background-color:#33b5e5;margin-bottom:1.7rem;word-wrap:break-word}
.tabs-2 li{width:50%}
.nav-tabs .nav-link,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:0;color:#fff}
.nav-tabs .nav-item.active .nav-link,.nav>li>a:focus,.nav>li>a:hover,.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{background-color:rgba(255,255,255,0.2);color:#fff;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}
.widget-content .single-post:last-of-type{border-bottom:none}
.widget-tabs-content .img img{box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);width:100%}
#back-top{display:none}
.widget-content .single-post{padding-bottom:12px;border-bottom:1px #efefef dotted;padding-top:12px}
.widget-content .single-post h3.title{font-size:14px;margin-bottom:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.widget-tabs-content h3.title{font-weight:400;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#424242;font-size:16px}
.widget-tabs-content h3.title a{color:#424242}
.text-muted{color:#636c72;display:block;margin-top:10px;font-size:14px;font-weight:400}
.widget-content .single-post .text-muted{font-size:12px;color:#666;margin-top:0;font-weight:300}
.form-group{margin-bottom:18px;position:relative}
.form-group input[type='email'],.form-group input[type='date'],.form-group input[type='search'],.form-group input[type='number'],.form-group input[type='text'],.form-group input[type='tel'],.form-group input[type='url'],.form-group input[type='password'],.form-group textarea,.form-group select{margin:0;outline:none;padding:10px 12px;border:1px solid #8d3132;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:#333;transition:color .3s,border .3s,background .3s,opacity .3s}
.form-group input[type='email']:focus,.form-group input[type='date']:focus,.form-group input[type='search']:focus,.form-group input[type='number']:focus,.form-group input[type='text']:focus,.form-group input[type='tel']:focus,.form-group input[type='url']:focus,.form-group input[type='password']:focus,.form-group textarea:focus,.form-group select:focus{box-shadow:0 0 5px #ccc}
.form-button input[type="submit"]{color:#fff;text-transform:uppercase;font-size:15px;min-width: 120px;font-weight: 500; background:#8d3132;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s}
.form-button input[type="submit"]:hover{box-shadow:inset 0 0 0 100px rgba(0,0,0,0.2)}
.wpcf7-spinner{position: absolute;}
.wpcf7-form-control-wrap{position:initial}
.wpcf7 .wpcf7-not-valid-tip{position:relative;padding:5px 10px!important;line-height:1.2em;left:auto!important;border-radius:3px;background-color:#f1f1f1!important;border:0!important;color:#000;position:absolute;right:0;top:40px;z-index:99;font-size:12px;margin-bottom:5px}
.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:5px;margin-left:-10px}
.wpcf7 .wpcf7-validation-errors{display:none!important}
.owl-carousel .owl-dots{text-align:center;margin-top:10px}
.owl-carousel .owl-dots > *{display:inline-block;zoom:1}
.owl-carousel .owl-dots .owl-dot{outline:none;background:none}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;border-radius:10px;margin:0 5px;display:block;background: #b7b7b7;}
.owl-carousel .owl-dots .owl-dot.active span{background:#8d3132;width: 30px;}
.owl-carousel .owl-nav button{position:absolute;top:50%;transform:translateY(-50%);outline:none;background:none}
.owl-carousel .owl-nav button .fa{width:36px;height:36px;border:1px solid #869791;border-radius:50%;line-height:34px;text-align:center}
.owl-carousel .owl-nav button span{display:block;height:50px;line-height:40px;font-size:45px;width:50px;text-align:center;border-radius:50%;font-family:-webkit-body;}
.owl-carousel .owl-nav button.owl-prev{left:0}
.owl-carousel .owl-nav button.owl-next{right:0}
.slider_home .owl-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}
.sidebar .widget:not(:last-child){margin-bottom:20px}

.list_socials li{list-style: none;margin-right: 8px;display: inline-block;}
.list_socials li a{display: block;}
.list_socials li i.fa{width: 30px;height: 30px;color: #fff;background: #565656;line-height: 30px;text-align: center;font-size: 16px;}
.list_socials li i.fa-facebook{background: #3b5998}
.list_socials li i.fa-twitter{background: #28aae1}
.list_socials li i.fa-youtube{background: #dd4b38}
.list_socials li i.fa-instagram{background: #dc2925}

.this_mb{display: none;}

.widget .gallery{display: grid;grid-column-gap: 10px;grid-row-gap: 10px;}
.widget .gallery br{display: none;}
.widget .gallery.gallery-columns-4{grid-template-columns: repeat(4,1fr);}
.widget .gallery.gallery-columns-2{grid-template-columns: repeat(2,1fr);}
.widget .gallery.gallery-columns-3{grid-template-columns: repeat(3,1fr);}
.widget .gallery.gallery-columns-5{grid-template-columns: repeat(5,1fr);}
.widget .gallery-item{margin: 0 !important;width: 100% !important;display: flex;align-items: center;float: none;}
.widget .gallery-item img{border: none !important}
h1,h2,h3,h4,h5,h6{margin-top:0}
.h10{height:10px;display:block}
.h20{height:20px;display:block}
.h30{height:30px;display:block}
.h40{height:40px;display:block}
.h50{height:50px;display:block}
.h60{height:60px;display:block}
.img img{width:100%;height:auto;object-fit:cover}
.columns-2{grid-template-columns:repeat(2,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-3{grid-template-columns:repeat(3,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-4{grid-template-columns:repeat(4,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-5{grid-template-columns:repeat(5,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.columns-6{grid-template-columns:repeat(6,1fr);display:grid;grid-column-gap:30px;grid-row-gap:30px}
.box_hidden{height:300px;overflow-y:scroll;padding-right:10px}
.box_hidden::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
.box_hidden::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#154589}
.box_hidden::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;background-color:#F5F5F5}


.price{font-weight:600;color:#9a2a1f}
.price del{margin-right:5px;font-weight:400;opacity:.8;color:#545454}
.price ins{text-decoration:none}
.sidebar-title{text-transform: uppercase;font-size: 16px;padding:8px 10px;background: #8d3132;color: #fff;font-weight: 500;}
.list_news_sb{border-left: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;background: #f8f8f8;}
.list_news_sb .item{border-bottom: 1px solid #e7e7e7;padding: 10px;display: flex;flex-wrap: wrap;}
.list_news_sb .item .img{width: 90px;}
.list_news_sb .item .img img{height: 70px;}
.list_news_sb .item .capt{font-size: 14px;margin: 0;width: calc(100% - 90px);padding-left: 10px;}
.list_news_sb .item .capt a{line-height: normal;}
.sidebar ul,.sidebar-pro ul{list-style:none;margin:0}
.sidebar .widget-content,.product-categories,.sidebar .woocommerce-widget-layered-nav-list{padding:12px;background:#fff;border:solid 1px #e5e6ec}
.product-categories>li{border-top:1px solid #ececec;display:block}
.product-categories>li:first-child{border-top:none}
.product-categories>li>a{padding:6px 0;display:inline-block;flex:1;font-size:16px}
.product-categories li>.children{margin:0 0 10px 5px;padding:12px;border:solid 1px #e5e6ec;display:none}
.product-categories li>.children li>a{display:inline-block;padding:3px 0}
.product-categories li>.fa{float:right;width:20px;height:20px;margin:8px 0;line-height:20px;text-align:center;cursor:pointer;font-size:18px}
.product-categories >li>.children li>.fa{font-size:16px;margin:3px 0}
.product-categories >li>.children .children{padding:5px 8px}
.product-categories li.current-cat >.children,.product-categories li.current-cat-parent >.children{display:block}
.product-categories li.current-cat>.fa,.product-categories li.current-cat-parent>.fa{transform:rotate(-180deg)}
.sidebar .woocommerce-widget-layered-nav-list{margin:0!important}
.sidebar .viewed_box .item{padding:5px 0 8px}
.sidebar .viewed_box .item .thumbnail{float:left;width:70px;margin-bottom:0}
.sidebar .viewed_box .item .info{float:left;width:calc(100% - 70px);padding-left:15px}
.sidebar .viewed_box .item .info .capt{font-size:16px;margin-bottom:5px}
.sidebar .viewed_box .item .info .capt a{line-height:normal}
.sidebar .viewed_box .item .info .price{font-size:16px}
.sidebar .viewed_box .item .info .price del{font-size:13px}
.sidebar .price_fillter li{padding:0 5px!important;margin-bottom:5px!important}
.sidebar .price_fillter li a{display:inline-block;padding:0 0 0 25px !important;position:relative}
.sidebar .price_fillter li a:before{content:'';font-size:12px;color:#222;width:15px;height:15px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ddd;display:inline-block;font-family:FontAwesome;position:absolute;top:50%;left:0;margin:0;margin-top:-7.5px}
.sidebar .price_fillter li a:active:before,.sidebar .price_fillter li a:focus:before,.sidebar .price_fillter li a:hover:before,.sidebar .price_fillter li a.chosen:before{content:'\f00c';font-size:12px;line-height:15px;text-align:center;font-family:FontAwesome}
body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:active,body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:focus,body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:hover{opacity:1;color:#e5007f}
.sidebar .price_fillter li a:active:before,.sidebar .price_fillter li a:focus:before,.sidebar .price_fillter li a:hover:before,.sidebar .price_fillter li a.chosen:before,body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:active::before,body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:focus::before,body.woocommerce .devvn_wcfa_widget_layered_nav ul li a:hover::before,body.woocommerce .devvn_wcfa_widget_layered_nav ul li.chosen a::before{color:#e5007f;border-color:#e5007f}

.readmore_content{overflow: hidden;}
.readmore_content_exists {
    text-align: center;
    position: relative;
}
.readmore_content_exists:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 200px;
    left: 0;
    background-image: linear-gradient(180deg,transparent,#fff);
    width: 100%;
}
.readmore_content_exists button {
    color: rgba(51,51,51,.5);
    text-align: center;
    margin: 0 5px 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    display: inline-block;
    border: none;
    font-size: 19px;
    background: url() no-repeat top;
    background-color: transparent;
    background-size: 26px 17px;
    padding-bottom: 0;
    padding-top: 40px;
}
.readmore_content_exists button span,.readmore_content_exists button .arrow span {
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.readmore_content_exists button .arrow {
    top: 22px;
}
.readmore_content_exists button .arrow span {
    background: url(images/icon_down.png);
    width: 25px;
    top: 9px;
    height: 15px;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
}
.readmore_content_exists button .arrow:before {
    content: "";
    background: url(images/icon_down.png);
    display: block;
    width: 25px;
    right: 0;
    left: 0;
    top: -5px;
    margin: auto;
    position: absolute;
    opacity: 1;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.readmore_content_exists button .arrow:after {
    content: "";
    background: url(images/icon_down.png);
    display: block;
    width: 25px;
    top: 2px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    opacity: .5;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.readmore_content_exists button .arrow {
    top: 22px;
}
.readmore_content_exists button .arrow span{animation: animate-arrow-1 1s ease-in-out infinite .1s;}
.readmore_content_exists button .arrow:before {
    animation: animate-arrow-3 1s ease-in-out infinite .2s;
}
.readmore_content_exists button .arrow:after {
    animation: animate-arrow-2 1s ease-in-out infinite .1s;
}
.readmore_content_exists button .arrow_up:before,.readmore_content_exists button .arrow_up:after,.readmore_content_exists button .arrow_up span{background: url(images/icon_up.png);background-size: contain ;background-repeat: no-repeat;}
.readmore_content_exists button .arrow.arrow_up span{animation: animate-arrow-11 1s ease-in-out infinite .2s;}
.readmore_content_exists button .arrow.arrow_up:before {
    animation: animate-arrow-31 1s ease-in-out infinite .2s;
}
.readmore_content_exists button .arrow.arrow_up:after {
    animation: animate-arrow-21 1s ease-in-out infinite .1s;
}
.readmore_content_exists.rm_up:before{display: none;}
@keyframes animate-arrow-1 {
0%{transform:translateY(-30px);opacity:0}
70%,to{transform:translateY(0);opacity:.3}
}
@keyframes animate-arrow-2 {
0%{transform:translateY(-20px);opacity:0}
70%,to{transform:translateY(0);opacity:.5}
}
@keyframes animate-arrow-3 {
0%{transform:translateY(-10px);opacity:0}
70%,to{transform:translateY(0);opacity:1}
}
@keyframes animate-arrow-11 {
0%{transform:translateY(30px);opacity:0}
70%,to{transform:translateY(0);opacity:.3}
}
@keyframes animate-arrow-21 {
0%{transform:translateY(20px);opacity:0}
70%,to{transform:translateY(0);opacity:.5}
}
@keyframes animate-arrow-31 {
0%{transform:translateY(10px);opacity:0}
70%,to{transform:translateY(0);opacity:1}
}



/* HEADER */
#header{box-shadow:1px 1px 10px rgba(0,0,0,0.15);position: relative;}
#header .row_flex{display: flex;align-items: center;flex-wrap: wrap;}
.header_logo{padding: 10px 20px 10px 0;width: 170px;}
.header_logo img{max-width: 150px;max-height: 120px;}
.header_main{width: calc(100% - 170px);padding: 10px 0 0;}
.header_top{display: flex;width: 100%;justify-content: space-between;margin-bottom: 10px;}
.header_search{width: 550px;}
.search_bar{display: flex;width: 100%;background: #8d3132;height: 40px;border-radius: 5px;overflow: hidden;}
.search_bar .search_cate{outline: none;height: 40px;border: none;background: transparent;width: 170px;margin-bottom: 0;color: #fff;}
.search_bar .search_cate option{background: #8d3132;}
.search_bar .search_button{width: 40px;height: 40px;font-size: 18px; outline: none;line-height: 40px;text-align: center;justify-content: flex-end;background: transparent;border: none;color: #fff;}
.search_bar .search_input{margin: 0;width: calc(100% - 40px - 175px);padding: 0 10px 0 15px;margin-left: 5px; line-height: 38px;border: 1px solid #8d3132;background: transparent;border-left: 1px solid #f8f8f8;outline: none;color: #fff;}
.search_bar .search_input::placeholder{color: #fff;}
.header_nav{display: flex;align-items: center;justify-content: flex-end;}
.header_nav>div{margin-left: 35px;}
.header_cart{margin-left: 0 !important;}
.header_cart a{display: block;position: relative;width: 30px;height: 30px;color: #242424;}
.header_cart a i{display: block;line-height: 30px;text-align: center;font-size: 24px;}
.header_cart a .cout{position: absolute;width: 16px;height: 16px;line-height: 16px;text-align: center;color: #fff;font-size: 10px;border-radius: 50%;top: -5px;right: -5px;background: #8d3132;}
.header_login a{display: flex;align-items: center;color: #242424;}
.header_login .icon{line-height: 1;
    font-size: 24px;margin-right: 8px;}
.header_login .value {line-height: 17px;}
.header_login .value .capt{font-size: 12px;line-height: 1;margin-bottom: 4px;}
.header_login .value .name{font-size: 16px;font-weight: 600;color: #8d3132;line-height: 18px;}

.header_hotline{display: flex;align-items: center;  
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    transition: all .15s linear 0s;}
.header_hotline .icon {
    line-height: 1;
    font-size: 24px;
    margin-right: 8px;-webkit-animation: b 1s infinite ease-in-out;
    animation: b 1s infinite ease-in-out;
}
.header_hotline .value .capt {
    font-size: 12px;margin-bottom: 4px;
    line-height: 1;
}
.header_hotline .value .phone {display: block;
    font-size: 16px;line-height: 18px;
    font-weight: 600;color: #8d3132;
}
@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);
	transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);
	transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}
@keyframes a{0%{opacity:0;transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}25%{opacity:.3;transform:scale(1.5);-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5)}50%{opacity:.3;transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}75%{opacity:.3;transform:scale(1.5);-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5)}to{opacity:0;transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}}
@-webkit-keyframes b{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}to{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}}
@keyframes b{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}to{-webkit-transform:rotate(0) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.ega-hotline{display:none}}

.header__da ul{list-style:none;margin:0}
.header_menu .menu li{position:relative}
.header_menu .menu>li{display:inline-block;margin-right: 30px;}
.header_menu .menu>li:last-child{margin-right: 0;}
.header_menu .menu .sub-menu{opacity:0;visibility:hidden;position:absolute;list-style: none; z-index:99;background:#fff;width:220px;box-shadow:0 3px 5px rgba(0,0,0,0.3);padding:15px;transition:all .3s}
.header_menu .menu>li>a{display:block;line-height:50px;text-transform:uppercase;font-size:16px;color:#363636;font-weight:600;position: relative;}
.header_menu .menu>li:hover>a,.header_menu .menu>li.current-menu-item>a{color: #8d3132;}
.header_menu .menu>li >a:before{content: "";height: 2px;width: 0;position: absolute;transition: all .5s;bottom: 5px;left: 0;}
.header_menu .menu>li:hover >a:before,.header_menu .menu>li.current-menu-item>a:before{width: 100%;background: #8d3132;}
.header_menu .menu>li.menu-item-has-children>a:after{content:"\f0d7";font-family:"Font Awesome 5 Free";font-weight: 900; font-size:12px;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.header_menu .menu>li.menu-item-has-children>a{padding-right: 14px;}
.header_menu .menu>li>.sub-menu{top:100%;left:0;transform:scaleY(0);transform-origin:0 0;font-size: 15px;}
.header_menu .menu>li>.sub-menu li>.sub-menu{top:0;left:100%;transform:scaleX(0);transform-origin:0 0}
.header_menu .menu>li>.sub-menu li>a{color:#6a6a6a;display:block;padding:6px 0;border-bottom: 1px solid #e5e6ec;}
.header_menu .menu>li>.sub-menu li:last-child>a{border-bottom: none;}
.header_menu .menu>li>.sub-menu li.menu-item-has-children>a:after{content:"\f0da";font-family:"Font Awesome 5 Free";font-weight: 900; font-size:12px;float:right}
.header_menu .menu>li>.sub-menu li:hover>a{color:#8d3132}
.header_menu .menu>li>.sub-menu >li>a{font-weight:600}
.header_menu .menu li:hover>.sub-menu{opacity:1;visibility:visible}
.header_menu .menu>li:hover>.sub-menu{transform:scaleY(1)}
.header_menu .menu>li>.sub-menu li:hover>.sub-menu{transform:scaleX(1)}
.header_menu .menu>li.menu_3>.sub-menu{width: 660px;left: -100px;}
.header_menu .menu>li.menu_3>.sub-menu ul.sub-menu{width: 160px;padding: 8px;transform: none !important;top: 100%;left: 50px;}
.header_menu .menu>li.menu_3>.sub-menu li:hover> ul.sub-menu{transform: scale(0);}
.header_menu .menu>li.menu_3>.sub-menu>li{width: calc((100% / 3) - 10px);float: left;margin: 0 5px;position: relative;}
.header_menu .menu>li.menu_3>.sub-menu>li.menu-item-has-children>a:after{content: "\f0d7";}
.header_menu .menu>li.menu_3>.sub-menu ul.sub-menu>li>a{font-size: 12px;padding: 3px 0;}



/* FOOTER */
.fixed_foot{background: #242424;color: #fff;padding: 40px 0;}
.fixed_foot .title{font-size: 26px;margin-bottom: 15px;}
.fixed_foot .text{font-size: 15px;}
.fixed_foot .form form{width: 100%;display: flex;flex-wrap: wrap;border: 1px solid #ddd;}
.fixed_foot .form form .wpcf7-form-control-wrap{width: 43%;}
.fixed_foot .form form .input{outline: none;margin: 0;border: none;height: 44px;line-height: 44px;padding: 0 10px;border-right: 1px solid #ddd;background: transparent;}
.fixed_foot .form form .input::placeholder{color: #fff;}
.fixed_foot .form form .button{width: 14%;height: 44px;line-height: 44px;text-align: center;padding: 0 10px;background: transparent;outline: none;border-radius: 0;min-width: 0;background: none !important;}
.fixed_foot .form form .button:hover{color: #fff;}
.footer_main{padding: 30px 0;}
.footer_main a{}
.footer_main li{list-style: none;margin-bottom: 10px;position: relative;padding-left: 18px;}
.footer_main li:before{content: "\f111";    font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 10px;position: absolute;top: 2px;left: 0;color: #8d3132;}
.footer_main li:hover:before{content: "\f192";font-weight: 400;}
.footer-title{padding: 10px 0;margin-bottom: 10px;position: relative;font-size: 16px;font-weight: 600;text-transform: uppercase;}
.footer-title:after{content: "";height: 2px;width: 20%;position: absolute;bottom: 2px;left: 0;background: #fff;}
.copyright{background: #000;color: #fff;text-align: center;padding: 12px 0;}
.copyright *{margin-bottom: 0;}


/* TIN TỨC */
.block_single,.block_archive{display: flex;flex-wrap: wrap;}
.block_single .col_share{width: 40px;margin-right: 20px;}
.block_single .col_sidebar{width: 280px;margin-left: 20px;}
.block_single .col_content{width: calc(100% - 360px);}
.title_single{font-size: 20px;font-weight: bold;text-transform: uppercase;}
.meta_single{letter-spacing: 1px;color: #666;font-size: 15px;padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.meta_single a{color: #8d3132;}
.meta_single span:not(:last-child){margin-right: 20px;}
.related-posts{margin-top: 20px;padding: 15px;background: #f8f8f8;}
.related-posts .title{text-transform: uppercase;font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.related-posts li{display: block;margin: 5px 0;}
.related-posts li i{font-size: 12px;}
.block_single .col_share a{display: block;margin-bottom: 5px;width: 100%;height: 40px;background-color: #efefef;color: #8d3132;font-size: 16px;line-height: 40px;text-align: center;border-radius: 3px;}
.block_archive .col_sidebar{width: 280px;margin-right: 20px;}
.block_archive .col_list{width: calc(100% - 300px);}
.single_cat_title,.title_pages{text-transform: uppercase;font-size: 25px;font-weight: bold;margin-bottom: 25px;position: relative;}
.single_cat_title:after,.single_cat_title:before,.title_pages:after,.title_pages:before{content: "";height: 2px;background-color: #8d3132;position: absolute;left: 0;}
.single_cat_title:after,.title_pages:after{width: 100px;bottom: -9px;}
.single_cat_title:before,.title_pages:before{width: 80px;bottom: -4px;}
.item_news{margin-bottom: 20px;}
.item_news .img img{height: 200px;}
.item_news .info .capt{font-size: 18px;font-weight: 600;}
.item_news .info .capt a{line-height: normal;}
.item_news .info .meta_single{font-size: 14px;padding-bottom: 5px;margin-bottom: 10px;}
.item_news .info .link{color: #8d3132;font-style: italic;font-weight: 500;margin-top: 6px;display: inline-block;position: relative;}
.item_news .info .link:after{content: "";height: 1px;width: 0;position: absolute;background: transparent;left: 0;bottom: 0;transition: all .5s;}
.item_news .info .link:hover:after{width: 80%;background: #8d3132;}


/* PAGES */
.item_slide{padding: 0 5px;}
.banner_pages{text-align: center;background-size: cover;background: no-repeat;background-position: center;position: relative;padding: 100px 0;}
.banner_pages:before{content: "";height: 100%;width: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.5);}
.banner_pages a{color: #fff;}
.title_pages{font-size: 25px;font-weight: bold;}
.banner_pages .title_pages{color: #fff;margin-bottom: 0;z-index: 2;position: relative;text-transform: uppercase;}
.banner_pages .breadcrumbs{background: transparent;color: #fff;z-index: 2;position: relative;}


/* ABOUT */
.ab_layout1{padding: 30px 0;}
.ab_videotop{padding: 30px;width: 660px;max-width: 100%;margin: 0 auto;}
.ab_videotop iframe{width: 100%;height: 350px;}
.ab_sec2 .title{text-transform: uppercase;text-align: center;padding: 10px 0;margin-bottom: 15px;color: #8d3132;font-size: 46px;font-weight: 600;}
.ab_sec2 .inner{margin-bottom: 30px;}
.ab_sec2 .inner .row{display: flex;flex-wrap: wrap;}
.ab_sec2 .inner:nth-child(even) .row{flex-direction: row-reverse;}
.ab_sec2 .inner .img{width: 400px;height: 400px;object-fit: cover;border-radius: 50%;margin: 0 auto;display: block;}
.ab_sec3 .inner{width: 660px;max-width: 100%;margin: 0 auto;text-align: center;}
.ab_sec3 .inner .icon{max-height: 64px;width: auto;margin: 10px auto 20px;}
.ab_sec3 .inner .text{font-size: 16px;margin-bottom: 30px;}
.ab_sec3 .inner .name{font-size: 22px;}
.ab_sec4{padding: 100px 0;background: #8d3132;color: #fff;}
.ab_sec4 .list{display: flex;flex-wrap: wrap;justify-content: center;}
.ab_sec4 .item{text-align: center;width: 20%;padding: 0 10px;}
.ab_sec4 .item .icon{height: 65px;width: auto;margin: 0 auto 25px;filter: invert(1);object-fit: cver;}
.ab_sec4 .item .capt{font-size: 22px;margin: 0;}
.ab_sec5{padding: 30px 0;}
.ab_sec5 .item iframe{width: 100%;height: 220px;}
.ab_sec6{padding: 30px 0 50px;}
.ab_sec6 .item{width: 100%;padding-top: 100%;position: relative;}
.ab_sec6 .item img{height: 100%;position: absolute;top: 0;left: 0;}


/* CONTACT */
.maps_ct{margin-bottom: 30px;border: 1px solid #e6e6e6;border-radius: 5px;padding: 5px;}
.maps_ct iframe{width: 100%;height: 350px;}

/* BaoHanh */
.box-search{background: #fcf8e7;width: 760px;max-width: 100%;margin: 0 auto;box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);}
.box-search .title{text-transform: uppercase;font-size: 24px;text-align: center;padding: 15px;background: #8d3132;margin: 0;font-weight: 600;}
.box-search .title span{display: inline-block;line-height: normal;padding: 0 10px;}
.box-search .title b{width: 10px;height: 10px;background-color: #fff;display: inline-block;margin-bottom: 4px;}
.box-search .inner{padding: 30px;}
.box-search .inner form.form-inline{width: 600px;max-width: 100%;margin: 0 auto 25px;position: relative;}
.box-search .inner form.form-inline .form-control{width: 100%;background: transparent;border: 1px solid #242424;border-radius: 3px;line-height: 42px;height: 44px; padding: 0 50px 0 15px;outline: none;margin: 0;}
.box-search .inner form.form-inline button{outline: none;background: #8d3132;line-height: 42px;text-align: center;width: 42px;height: 42px;position: absolute;padding: 0;font-size: 18px;  top: 1px;right: 1px;border-radius: 0 3px 3px 0;}
.form-search-bao-hanh .mkh{text-align: center;text-transform: uppercase;font-size: 16px;margin-bottom: 30px;}
.table-bao-hanh table{text-align: center;border-color: #242424;}
.table-bao-hanh table td,.table-bao-hanh table th{border-color: #242424 !important;}
.table-bao-hanh table thead th{border-bottom-width: 1px !important;background: #fde7a9;}


/* SẢN PHẨM */
.woo-variation-gallery-thumbnail-wrapper{    flex: 0 0 15% !important;
    max-width: 15% !important;}
.woo-variation-gallery-slider-wrapper{flex: 0 0 85% !important;margin-left: 0 !important;padding-left: 2% !important;max-width: 85% !important;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{opacity: 1;}
.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{padding-right: 1px;}
.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div img{border: 1px solid #000;}
.woo-variation-gallery-slider-wrapper .slick-slide{height: 600px;}
.woo-variation-gallery-slider-wrapper .slick-slide img{width: 100%;height: 100%;object-fit: cover;}
.woo-variation-gallery-slider-wrapper .slick-arrow{display: none !important;}
.woocommerce div.product .product_title{font-size: 24px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{font-size: 22px;color: #d61c1f;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{font-size: 18px;margin-right: 10px;}
.info-product .sku_product{font-size: 14px;font-weight: 600;padding: 5px 0;}
.info-product .sku_product span{font-weight: normal;}
.woocommerce div.product .woocommerce-product-rating{margin-bottom: 5px !important;}
.woocommerce .star-rating span::before{top: -3px;color: #8d3132;}
.quantity{position: relative;margin: 25px 20px 15px 0 !important;float: none !important;}
.quantity input{outline: none;border-color: #ddd; height: 38px !important;width: 32px;background: #f9f9f9;color: #000;font-size: 18px;text-shadow: 1px 1px 1px #fff;padding: 0;}
.quantity input.minus{border-right: none;border-radius: 5px 0 0 5px;}
.quantity input.plus{border-left: none;border-radius: 0 5px 5px 0;}
.quantity input.text{background: none;width: 80px !important;margin-left: -3px;margin-right: -4px;position: relative; z-index: 2;}

.quantity .screen-reader-text{display: block;clip: unset;clip-path: none;width: auto;height: auto;margin: 0;top: -25px !important;font-size: 14px;}
.devvn_prod_variable .quantity{display: inline-block;padding-left: 0;}
.block_button{display: flex;flex-wrap: wrap;}
.block_button .single_add_to_cart_button ,.block_button a.devvn_buy_now_style{display: block;border-radius: 0 !important; width: 50%;margin: 0 !important;max-width: none;font-size: 16px !important;text-transform: uppercase;padding: 10px !important;}
.block_button .single_add_to_cart_button{line-height: 40px !important;background: #242424 !important;}
.block_button a.devvn_buy_now_style{background: #8d3132;line-height: 40px;}
.block_button a.devvn_buy_now_style span{display: none;}
.woocommerce div.product form.cart{margin-bottom: 20px;}
.info-product .info_more .capt{color: #26BB4E;margin-bottom: 10px;text-transform: uppercase;}
.info-product .info_more .call_buy{margin-bottom: 20px;}
.info-product .info_more .call_buy .value{font-size: 12px;color: #666;}
.info-product .info_more .call_buy .phone{color: #8d3132;font-size: 24px;font-weight: bold;}
.info-product .info_more .policy .itm{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 10px;}
.info-product .info_more .policy .itm .text{width: calc(100% - 30px);padding-left: 6px;font-size: 12px;}
.info-product .info_more .policy .itm .text strong{font-size: 14px}
.info-product .info_more .policy .itm img{width: 30px;height: 30px;object-fit: cover;}
.head_detail{margin-bottom: 40px;}
.body_detail{border: 1px solid #ddd;padding: 15px;}
.tab_title_pro{display: flex;border-bottom: 2px solid #8d3132;flex-wrap: wrap;margin-bottom: 20px;}
.tab_title_pro li{display: block;}
.tab_title_pro li a{display: block;padding: 5px 20px;text-transform: uppercase;font-size: 20px;font-weight: 600;color: #242424;}
.tab_title_pro li.active a{color: #fff;background: #8d3132;}
.video_sp iframe{display: block;width: 600px;max-width: 100%;height: 350px;margin: 0 auto 20px;}
.woocommerce #reviews #comments h2{font-size: 20px;}
.woocommerce #reviews #review_form .comment-reply-title{display: none;}
.woocommerce #respond input#submit, .woocommerce a.button,.woocommerce input.button{min-width: 100px;background: #8d3132 !important;font-size: 15px; color: #fff;}
.cat_titlepro{font-size: 28px;padding-bottom: 10px;font-weight: 600; border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.woocommerce-ordering{margin-bottom: 0 !important;position: absolute;top: 0;right: 15px;float: none !important;}
.woocommerce-ordering select{outline: none;margin-bottom: 0;}
.list_product{display: flex;flex-wrap: wrap;justify-content: space-between;}
.list_product .item_pro{width: calc((100% / 3) - 16px);margin-bottom: 30px;}
.item_pro{text-align: center;position: relative;}
.item_pro .img{width: 100%;padding: 10px;    box-shadow: 2px 2px 0px #ebebeb;    border: 1px solid #ebebeb;overflow: hidden;position: relative;}
.item_pro .img a{display: block;position: relative;width: 100%;height: 100%;padding-top: 75%;}
.item_pro .img a:before{    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.6s;}

.item_pro .img img{position: absolute;height: 100%;top: 0;left: 0;}
.item_pro .info{padding: 18px 10px}
.item_pro .info .capt{text-transform: uppercase;font-size: 14px;font-weight: 600;margin-bottom: 6px;}
.item_pro .info .price{font-size: 18px;    transition: all 0.6s;}
.item_pro .info .price del{font-size: 15px;margin-right: 8px;}
.item_pro .info .action{ display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;}
.item_pro .info .action .link {
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 38px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    color: #303f39;
    z-index: 6;
    display: block !important;
    opacity: 0;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all 0.6s;
    cursor: pointer;
}
.item_pro >.sale-flash{display: block;}
.item_pro:hover .img a:before{background: rgba(0, 0, 0, 0.2);}
.item_pro:hover .info .capt a{color: #8d3132;}
.item_pro:hover .info .price{transform: scale(0);}
.item_pro:hover .info .action .link {
    -webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
    display: block !important;color: #fff;background: #8d3132;border-color: #8d3132;
    opacity: 1 !important;
}
@-webkit-keyframes hover-imagecategory {0% {transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)}100% {transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)}}@-moz-keyframes hover-imagecategory {0% {transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)}100% {transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)}}@-o-keyframes hover-imagecategory {0% {transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)}100% {transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)}}@keyframes hover-imagecategory {0% {transform:perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)}100% {transform:perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)}}
.related_products .title{font-size: 24px;font-weight: 600;text-transform: uppercase;margin-top: 20px;}
.faqs_pro{margin-top: 20px;}
.faqs_pro .title{font-size: 20px;font-weight: bold;margin-bottom: 15px;text-transform: uppercase;}
.question_list .panel{box-shadow: none;border:  none;background: #f4f6f7;border-radius: 10px;overflow: hidden;}
.question_list .panel-heading{border: none;padding: 0;}
.question_list .panel-heading a{background-color: #8d3132; font-size: 16px;border-radius: 10px; text-transform: uppercase;font-weight: 600;display: block; color: #fff; padding: 16px 50px 16px 50px;position: relative;}
.question_list .panel-heading a.collapsed{background-color: #dfe5e8;color: #242424;}
.question_list .panel-heading a:before{content: "\f059";font-family: "Font Awesome 5 Free";font-weight: 400;position: absolute;font-size: 20px;top: 50%;transform: translateY(-50%);left: 20px;}
.question_list .panel-body{padding: 20px 50px 10px;}
.question_list .panel-heading a:after{content: "\f077";font-family: "Font Awesome 5 Free";font-weight: 900; font-size: 20px;color: #5f727e;position: absolute;top: 50%;transform: translateY(-50%);right: 20px;}
.question_list .panel-heading a.collapsed:after{content: "\f078";}



/* GIỎ HÀNG */
.woocommerce-error, .woocommerce-info, .woocommerce-message{border-top-color: #8d3132;}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{color: #8d3132;}
.woocommerce-cart-form table.shop_table{border: none;border-top: 2px solid #ddd;margin-bottom: 0;}
.woocommerce-cart-form table.shop_table td,.woocommerce-cart-form table.shop_table th{padding: 10px 20px;text-align: center;width: calc(100% / 7);}
.woocommerce table.shop_table th{font-size: 15px;}
.woocommerce-cart-form table.shop_table .product-info{text-align: left;width: calc(400% / 7);}
.woocommerce table.shop_table .product-info .img{float: left;width: 50px;height: 50px;position: relative;}
.woocommerce table.shop_table .product-info .img img{position: absolute;top: 0;left: 0;height: 100%;width: 100%;margin: 0;}
.woocommerce table.shop_table .product-info .info{width: calc(100% - 50px);padding-left: 10px;float: left;font-size: 15px;}
.woocommerce table.shop_table .product-info .info a{color: #8d3132;}
.product-quantity .quantity input{height: 32px !important;width: 30px;}
.product-quantity .quantity input.qty{width: 40px !important;margin-left: -4px;margin-right: -5px;}
.product-quantity .quantity{margin: 0 !important;}
.product-quantity .quantity .screen-reader-text{display: none;}
.woocommerce table.shop_table .amount{font-weight: 600;font-size: 15px;color: #c71c1c;}
.woocommerce table.shop_table .actions{border: none;padding: 10px 0;}
.woocommerce .cart-collaterals .cart_totals h2{display: none;}
.woocommerce .cart-collaterals .cart_totals table.shop_table .cart-subtotal{display: none;}
.woocommerce .cart-collaterals .cart_totals table.shop_table {border: none;}
.woocommerce .cart-collaterals .cart_totals table.shop_table .order-total td{border: none;padding: 10px 0;text-align: right;}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{padding: 0;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,.woocommerce input.button.alt{margin-bottom: 0;height: 42px;line-height: 42px;font-size: 15px;border-radius: 3px;min-width: 180px;padding: 0 20px;margin-left: 5px;}
a.keep_shoping{display: block;min-width: 180px;line-height: 42px;height: 42px;padding: 0 20px;font-size: 15px;font-weight: 700;background: #f3f3f3;border-radius: 3px;color: #242424;margin-left:5px;}

form.woocommerce-checkout{display: flex;flex-wrap: wrap;justify-content: space-between;}
form.woocommerce-checkout .col2-set{width: 55%;}
form.woocommerce-checkout #order_review_heading{display: none;}
form.woocommerce-checkout #order_review{width: 42%;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{width: 100%;float: none;}
.woocommerce-additional-fields h3,.woocommerce-billing-fields h3{display: none;}
.woocommerce-checkout-payment .place-order .button{font-size: 15px;background: #8d3132 !important;min-width: 160px;}


/* HOME */
.title_home{text-align: center;margin-bottom: 30px;}
.title_home .title{font-size: 28px;text-transform: uppercase;font-weight: 600;color: #8d3132;}
.title_home .divider:before{content: "";display: block;margin: 10px auto 0;height: 1px;width: 180px;background: #8d3132;}
.title_home .divider:after{content: "";height: 1px;width: 140px;display: block;margin: 4px auto 0;background: #8d3132;}
#banner_home .row_flex{display: flex;flex-wrap: wrap;}
#banner_home .col_menu{width: 200px;margin-right: 10px;}
#banner_home .col_banner{width: 260px;margin-left: 10px;}
#banner_home .col_slider{width: calc(100% - 480px);}
#banner_home_mb{display: none;}
.slider_home .item img{height: 374px;}
.banner_home .item:not(:first-child) {margin-top: 10px;}
.banner_home .item img{height: 182px;}
.menu_danhmuc{background: #fff;box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 30%);margin-bottom: 0;height: 374px;position: relative;overflow-y: scroll;}
.menu_danhmuc ul{list-style: none;margin: 0;}
.menu_danhmuc::-webkit-scrollbar,.menu_danhmuc>li>.sub-menu::-webkit-scrollbar{width:4px;background-color:#F5F5F5}
.menu_danhmuc::-webkit-scrollbar-thumb,.menu_danhmuc>li>.sub-menu::-webkit-scrollbar-thumb{border-radius:0px;background-color:#8d313252}
.menu_danhmuc::-webkit-scrollbar-track,.menu_danhmuc>li>.sub-menu::-webkit-scrollbar-track{border-radius:0px;background-color:#F5F5F5}
.menu_danhmuc>li{display: block;}
.menu_danhmuc>li>a{display: block;height: 34px;display: flex;align-items: center; flex-wrap: wrap;padding: 0 10px;justify-content: space-between;overflow: hidden;}
.menu_danhmuc>li>a img{max-width: 26px;max-height: 24px;}
.menu_danhmuc>li>a span{padding-left: 0 !important;width: calc(100% - 34px);white-space: nowrap;}
.menu_danhmuc>li>.sub-menu{width: 940px;height: 374px; background: #fff;z-index: 99;display: flex;flex-wrap: wrap; position: absolute;top: 0;left: calc(100% + 20px);list-style: none;margin: 0;padding: 15px;box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 30%);overflow-y: scroll; opacity: 0;visibility: hidden;transition: all .3s;}
.menu_danhmuc>li>.sub-menu>li{width: calc(100% / 3);padding: 0 8px 15px;}
.menu_danhmuc>li>.sub-menu>li>a{display: block;line-height: 30px;font-weight: 600;text-transform: uppercase;color: #8d3132;}
.menu_danhmuc>li>.sub-menu>li>ul>li{margin-top: 5px;}
.menu_danhmuc>li:hover>.sub-menu{left: 100%;opacity: 1;visibility: visible;}
.menu_danhmuc>a.moreimg{    display: block;
    line-height: 34px;
    padding: 0 10px;
    color: #8d3132;
    text-transform: uppercase;
    font-weight: 500;}

.sidebar-pro .menu_danhmuc{padding: 0 5px;height: 449px;box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);}
.sidebar-pro .menu_danhmuc>li{padding: 5px 0;border-bottom: 1px solid #ddd;}
.menu_danhmuc .sub-menu{display: none;}
.sidebar-pro .menu_danhmuc>li.current-menu-item>a{font-weight: 600;color: #8d3132;}

.policy_home {padding: 25px 0;}
.policy_home .list{    grid-column-gap: 20px;
    grid-row-gap: 20px;}
.policy_home .item{color: #fff;background: #8d3132;font-size: 14px;padding: 20px 30px; border-radius: 25px;box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);text-align: center;}
.policy_home .item .title{display: block;font-size: 24px;
    font-weight: bold;}
.policy_home .item .text{display: block;}
.policy_home .item .line{display: inline-block;width: 40px;height: 2px;background: #f1f1f1;margin: 10px 0;}
.poli_home .item .icon{width: 100px;margin: 0 auto;transition: .3s;transform: translateY(50px);}
.poli_home .item .icon a{border-radius: 100%;display: flex;align-items: center;justify-content: center;background: #fff;width: 100px;height: 100px;position: relative;}
.poli_home .item .icon a img{width: 80px;}
.poli_home .item:hover .icon{transform: translateY(30px);}
.poli_home{padding: 20px 0;}
.poli_home .item h3{text-align: center;background: #8d3132;padding: 60px 10px 10px;text-transform: uppercase;font-weight: bold;font-size: 20px;color: #fff;}
.poli_home .item h3 a{color: #fff;}
.item_slide{padding: 0 5px;}
.product_home{padding: 20px 0;}
.product_home .list_product .item_pro{width: calc(25% - 18px);}
.product_home .block:not(:last-child){margin-bottom: 30px;}
.slider_3 .owl-nav button.owl-next,.slider_4 .owl-nav button.owl-next{right: -50px;}
.slider_3 .owl-nav button.owl-prev,.slider_4 .owl-nav button.owl-prev{left: -50px;}
.link_center{text-align: center;margin-top: 20px;}
.link_center a{display: inline-block;text-decoration: underline;font-size: 16px;font-weight: 600;}
.video_home{padding: 25px 0;}
.image_home{padding: 25px 0;}
.image_home .item{position: relative;width: 100%;padding-top: 100%;}
.video_home .item .video{padding-top: 60%;text-align: center;position: relative;}
.image_home .item img{height: 100%;position: absolute;top: 0;left: 0;width: 100%;}
.video_home .item .video iframe{height: 100%;position: absolute;top: 0;left: 0;width: 100%;}
.video_home .item .text{margin-bottom: 15px;text-align: justify;}
.video_home .item .name{width: 100%;font-size: 14px;font-weight: 500;margin-bottom: 0;}
.video_home .item .img img{border-radius: 100%;}
.brand_home{padding: 25px 0 40px;}
.brand_home .item{width: 100%;padding-top: 60%;}
.brand_home .item img{height: auto;width: auto;max-width: 80%;max-height: 70%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.brand_home .owl-carousel .owl-nav button.owl-prev{left: -50px;}
.brand_home .owl-carousel .owl-nav button.owl-next{right: -50px;}
#popup_km .modal-dialog{width: 800px;max-width: 100%;}
#popup_km .flex_content{display: flex;flex-wrap: wrap;position: relative;background: #fff;border-radius: 10px;overflow:hidden;}
#popup_km .flex_content .image{width: 55%;}
#popup_km .flex_content .image img{width: 100%;height: 100%;object-fit: cover;}
#popup_km .flex_content .form_popup{width: 45%;padding: 30px 30px 20px 20px;display: flex;align-items: center;justify-content: center;}
#popup_km .flex_content .form_popup .title{text-transform: uppercase;color: #8d3132; font-size: 16px;text-align: center;margin-bottom: 20px;font-weight: 600;}
#popup_km .flex_content .form_popup .form-group{margin-bottom: 20px;}

.header_mb{display: none;}
.overflow-hidden{overflow: hidden !important;}

@media screen and (max-width: 1024px) {
	/* Màn hình Ipad - ngang */
}


@media(max-width:768px) {

.header_pc{display: none;}
.header_mb{display: block;}
#popup_km .flex_content{display: block;}
#popup_km .flex_content .image{width: 100%;}
#popup_km .flex_content .form_popup{width: 100%;padding: 15px;}
.n3:nth-child(2n+1){clear: left;}
.n3:nth-child(3n+1){clear: none;}
.n5:nth-child(2n+1){clear: none;}
.n5:nth-child(2n+1){clear: left;}
.container{width:100%;padding:0 10px;overflow:hidden}
.row{margin: 0 -10px}
.row>div{padding: 0 10px;}
iframe{width: 100%}
.fixed{position:fixed!important;z-index:1000000;width:100%;background:#fff;top:0;-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 7px 0 rgba(0,0,0,.1);box-shadow:0 2px 7px 0 rgba(0,0,0,.1)}
.this_pc{display: none;}
.this_mb{display: block;}
.flex,.flex_al{display: block;}
.columns-4,.columns-5,.columns-6{grid-template-columns: repeat(2,1fr);grid-column-gap: 15px;grid-row-gap: 15px;}
.columns-3,.columns-2{grid-template-columns: repeat(1,1fr);grid-column-gap: 15px;grid-row-gap: 15px;}
#back-top{bottom: 80px;}
.content-post{font-size: 14px;}
.content-post h1{font-size: 20px;}
.content-post h2{font-size: 18px;}
.content-post h3,.content-post h4{font-size: 16px;}
.content-post h5,.content-post h6{font-size: 14px;}
.content-post blockquote{font-size: 15px;padding: 20px 30px;}
.content-post blockquote::after, .content-post blockquote::before{font-size: 20px;}
.breadcrumbs{padding: 8px 0;}
.supports{display: none;}
.supports_mb{position: fixed;display: block; bottom: 0;left: 0;width: 100%;padding: 5px 10px;background: #fff;z-index: 999;border-top: 1px solid #e7e7e7;height: 45px;}
.supports_mb ul{list-style: none;margin: 0;display: flex;justify-content: space-between;align-items: center;}
.supports_mb ul li{width: 20%;text-align: center;}
.supports_mb ul li svg{fill: #8d3132;width: 35px;height: 35px;display: inline-block;vertical-align: middle;}




/* HEADER MB */
#header_mb{background: #fafafa;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);position: relative;z-index: 99}
#header_mb.head.navbar-fixed-top{position: fixed;}
.header_main_mb .row_flex{display: flex;align-items: center;justify-content: space-between;padding: 5px 10px;}
.header_logo_mb img{max-height:70px;}
.header_nav_mb{background: #8d3132;padding: 8px 0;}
.header_nav_mb .row_flex{display: flex;align-items: center;flex-wrap: wrap;}
.touch_menu,.touch_cart{width: 36px;height: 36px;font-size: 16px; display: flex;align-items: center; justify-content: center;position: relative; cursor: pointer;background: #fff;border-radius: 3px;}
.header_search_mb{width: calc(100% - 72px);padding: 0 15px;}
.header_search_mb form{position: relative;width: 100%;}
.header_search_mb form .search-field{width: 100%;height: 36px;line-height: 36px;padding: 0 46px 0 10px;background: #fff;border-radius: 3px;border: none;outline: none;margin: 0;}
.header_search_mb form button{width: 36px;height: 36px;border-radius: 3px;outline: none;background: none;border: none;line-height: 36px;text-align: center;font-size: 16px;position: absolute;top: 0;right: 0;}
#menu_bar_mobile {
    position: fixed;
    width: 300px;padding: 8px;
    height: 100%;
    overflow: scroll;
    background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-transition: left 0.5s ease;
    z-index: 999;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    top: 0;
    left: -300px;}
#menu_bar_mobile.opened {
    left: 0;
}
.line_dark{width: 100%;height: 100%;position: fixed;transition: all .5s;z-index: 998;top: 0;left: 0;background: rgba(0, 0, 0, 0.4);opacity: 0;visibility: hidden;}
.line_dark.opened{opacity: 1;visibility: visible;}
.menu_mobile {list-style: none;margin: 0;}
.menu_mobile ul{list-style: none;margin: 0;display: none;}
.menu_mobile>li{display: block;position: relative;border-bottom: 1px solid #3333331c;}
.menu_mobile>li>a{display: block;padding: 12px 20px;line-height: 26px; font-size: 14px;text-transform: uppercase;font-weight: 600;}
.menu_mobile li>i.fa{width: 30px;height: 30px;position: absolute;top: 10px;right: 10px;line-height: 30px;text-align: center;cursor: pointer;font-size: 16px;}
.menu_mobile>li ul{padding-left: 20px;padding-bottom: 10px;}
.menu_mobile>li ul>li{display: block;position: relative;}
.menu_mobile>li ul>li>a{font-size: 14px;display: block;padding: 6px 15px;line-height: 22px;}
.menu_mobile>li li>i.fa{top: 2px;font-size: 13px;}
.menu_mobile>li.opened{background:#1d1d1d08;}



/* FOOTER MB */
.fixed_foot{padding: 20px 0;}
.fixed_foot .title{font-size: 18px;margin-bottom: 10px;}
.fixed_foot .text{font-size: 13px;}
.fixed_foot .form{margin-top: 10px;}
.fixed_foot .form form .wpcf7-form-control-wrap{width: 42%;}
.fixed_foot .form form .input{height: 32px;line-height: 32px;font-size: 12px;}
.fixed_foot .form form .button{height: 32px;line-height: 32px;font-size: 12px;padding: 0 5px;width: 16%;}
.footer_main{padding: 20px 0;font-size: 13px;}
.footer-title{padding: 10px 0 0;}
.copyright{font-size: 13px;padding: 10px 0 55px;}

/* PAGES MB */
#content_pages{padding: 20px 0;}
.title_pages{font-size: 20px;}
.single_cat_title::before, .title_pages::before{width: 60px;bottom: -5px;}
.single_cat_title::after, .title_pages::after{width: 80px;bottom: -10px;}
.maps_ct{margin-bottom: 20px;}
.maps_ct iframe{height: 250px;}
.form_ct{margin-top: 20px;}
.ab_layout1{padding: 20px 0;}
.ab_videotop{padding: 0;width: 100%;}
.ab_videotop iframe{height: 250px;}
.ab_sec2 .title{font-size: 26px;margin-bottom: 10px;}
.ab_sec2 .inner .img{width: 330px;height: 330px;}
.ab_sec2 .inner .row{display: block;}
.ab_sec3 .inner .icon{margin: 10px auto;}
.ab_sec3 .inner .text{font-size: 14px;margin-bottom: 20px;}
.ab_sec3 .inner .name{font-size: 16px;}
.ab_sec4{padding: 30px 0;}
.ab_sec4 .item{width: calc(100% / 3);}
.ab_sec4 .item .icon{height: 40px;margin: 0 auto 12px;}
.ab_sec4 .item .capt{font-size: 14px;}
.ab_sec5{padding: 20px 0;}
.ab_sec6{padding: 20px 0 40px;}

.box-search .title{font-size: 20px;padding: 10px;}
.box-search .inner{padding: 15px;}
.box-search .inner form.form-inline{margin: 0 auto 15px;}


/* TINTUC MB */
.block_archive .col_sidebar{display: none;}
.block_archive .col_list{width: 100%;}
.item_news .img img{height: 240px;}
.item_news .img{margin-bottom: 15px;}
.block_single .col_content{width: 100%;}
.title_single{font-size: 18px;}
.meta_single{font-size: 14px;}
.block_single .col_share{width: 100%;margin-right: 0;}
.block_single .col_share .block{display: flex;align-items: center;justify-content: center;}
.block_single .col_share a{width: 40px;margin-right: 5px;}
.block_single .col_sidebar{width: 100%;margin-left: 0;margin-top: 20px;}


/* PRODUCT MB */
.woocommerce-ordering{position: unset;margin-bottom: 15px !important;}
.cat_titlepro{border-bottom: none;margin-bottom: 0;text-align: center;font-size: 24px;}
.list_product{}
.list_product .item_pro{width: calc(50% - 8px);}
.item_pro .info{padding: 15px 5px 10px;}
.item_pro .info .capt{max-height: 63px;overflow: hidden;}
.item_pro .info .price{font-size: 15px;}
.item_pro .info .price del{font-size: 13px;}
.item_pro .info .action .link{height: 38px;line-height: 36px;font-size: 15px;}
.woo-variation-gallery-wrapper{min-height: 0 !important;}
.woo-variation-product-gallery{width: 100%;}
.woo-variation-gallery-has-product-thumbnail .woo-variation-gallery-thumbnail-position-left .woo-variation-gallery-container{display: block;}
.woo-variation-gallery-slider-wrapper{max-width: 100% !important;margin-bottom: 10px !important; padding-left: 0 !important;}
.woo-variation-gallery-slider-wrapper .slick-slide{height: auto;}
.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide > div{margin: 10px 5px !important;}
.woo-variation-gallery-slider-wrapper .slick-slide img{width: 100% !important;height: 100% !important;}
.woo-variation-gallery-thumbnail-wrapper{max-width: 100% !important;}
.woo-variation-gallery-thumbnail-wrapper .slick-slider{height: auto !important;}
.woo-variation-gallery-thumbnail-wrapper .slick-arrow{display: none !important;}
.woocommerce div.product .product_title{font-size: 20px;margin-bottom: 5px;}
.block_button .single_add_to_cart_button, .block_button a.devvn_buy_now_style{font-size: 14px;line-height: 32px !important;}
.head_detail{margin-bottom: 30px;}
.body_detail{padding: 0;border: none;}
.tab_title_pro li a{padding: 5px 10px;text-transform: none;font-size: 14px;}
.woocommerce #reviews #comments h2{font-size: 16px;}
.related_products .title{font-size: 20px;}
.video_sp iframe{height: 250px;width: 100%;}


/* CART */

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{display: none;}
a.keep_shoping,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce input.button.alt{height: 40px;line-height: 40px;font-size: 13px;padding: 0 10px;min-width: 160px;}
.woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table th{padding: 5px;width: 30%;}
.woocommerce-cart-form table.shop_table .product-info{width:100%;text-align: left !important;}
.woocommerce-cart-form table.shop_table .product-subtotal{display: none;}
.woocommerce-cart-form table.shop_table tr{position: relative;}
.woocommerce table.shop_table .product-info .img{width: 70px;height: 70px;}
.woocommerce table.shop_table .product-info .info{padding-bottom: 15px;width: calc(100% - 70px);}
.woocommerce table.shop_table .product-info .info .name{max-height: 45px;overflow: hidden;}
.woocommerce-cart-form table.shop_table .product-quantity{position: absolute;border: none;padding: 0;left: 80px;top: 52px;}
.woocommerce-cart-form table.shop_table .product-price{padding: 0;position: absolute;border: none;top: 55px;left: 170px;}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color: transparent;}
.woocommerce table.shop_table .actions{width: 100%;}

/* CHECKOUT */
form.woocommerce-checkout{display: block;}
form.woocommerce-checkout .col2-set{width: 100%;}
form.woocommerce-checkout #order_review{width: 100%;margin-top: 15px;}



/* HOME MB */
.title_home{margin-bottom: 20px;}
.title_home .title{font-size: 20px;margin-bottom: 6px;}
.title_home .divider::before{width: 120px;margin: 6px auto 0;}
.title_home .divider::after{width: 80px;}
.item_slide{padding: 0;}
#banner_home{display: none;}
#banner_home_mb{display: block;margin: 0 -10px;}
.slider_home .item img{height: auto;}
.menu_scroll{overflow-x: scroll;}
.menu_scroll .menu_cate_mb{width: max-content;overflow: hidden;display: flex;list-style: none;margin-bottom: 0;}
.menu_scroll .menu_cate_mb>li{padding: 15px;text-align: center;}
.menu_scroll .menu_cate_mb .sub-menu{display: none;}
.menu_scroll .menu_cate_mb>li>a{display: block;}
.menu_scroll .menu_cate_mb>li>a img{display: block;margin: 0 auto 10px;height: 45px;width: auto;}
.menu_scroll .menu_cate_mb>li>a span{display: block;padding-left: 0;}
.product_home .list_product .item_pro{width: calc(50% - 8px);}
.policy_home{padding: 20px 0 0;}
.policy_home .list{display: flex;flex-wrap: wrap;justify-content: center;grid-column-gap: 0;
grid-row-gap: 0;}
.policy_home .item{width: 100%;font-size: 13px;margin-bottom: 10px;}
.link_center{margin-top: 15px;}
.video_home{padding: 20px 0;}
.image_home{padding: 20px 0 }
.brand_home{padding: 20px 0 30px;}


}


@media screen and (max-width: 1023px) and (min-width: 768px) {
/* Màn hình Ipad - dọc */
}