/*
Theme Name: DEV ZEKVN
Theme URI: https://zek.vn/
Author: Zekvn
Author URI: https://zek.vn/
Version: 1.0
Description: ZEK AGENCY sở hữu hơn 500+ mẫu giao diện về tất cả các lĩnh vực và ngành hàng khác nhau, đáp ứng mọi nhu cầu của khách hàng với từng phân khúc giá. Cập nhật những mẫu thiết kế mới chuẩn xu hướng.
*/

@font-face{font-family: 'Nunito';src:url(fonts/Nunito-ExtraLight.ttf);font-style: normal;font-weight: 200;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-ExtraLightItalic.ttf);font-style: italic;font-weight: 200;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Light.ttf);font-style: normal;font-weight: 300;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-LightItalic.ttf);font-style: italic;font-weight: 300;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Regular.ttf);font-style: normal;font-weight: 400;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Italic.ttf);font-style: italic;font-weight: 400;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Medium.ttf);font-style: normal;font-weight: 500;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-MediumItalic.ttf);font-style: italic;font-weight: 500;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-SemiBold.ttf);font-style: normal;font-weight: 600;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-SemiBoldItalic.ttf);font-style: italic;font-weight: 600;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Bold.ttf);font-style: normal;font-weight: 700;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-BoldItalic.ttf);font-style: italic;font-weight: 700;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-ExtraBold.ttf);font-style: normal;font-weight: 800;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-ExtraBoldItalic.ttf);font-style: italic;font-weight: 800;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-Black.ttf);font-style: normal;font-weight: 900;}
@font-face{font-family: 'Nunito';src:url(fonts/Nunito-BlackItalic.ttf);font-style: italic;font-weight: 900;}
body{font-family: 'Nunito';overflow-x: hidden;color: #2F2E2E;font-size: 16px;}

body::-webkit-scrollbar {width: 7px;
    background-color: #F5F5F5;border-radius: 0px;} 
body::-webkit-scrollbar-thumb {
    background-color: #153a64;border-radius: 7px;}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.3);border-radius: 0px;
    background-color: #F5F5F5;}


.this_mb{display: none;}

html {font-size: 14px;}
*{margin:0;padding:0;line-height:1.3}
a{text-decoration:none;color:#212529;cursor:pointer;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
a:active,a:hover{color:}
ul{padding-left:0}
p{margin-bottom: 10px;}
img{max-width:100%;border:none;height:auto}
h1,h2,h3,h4,h5,h6{line-height:1.3;margin-top:0}
.img img{width:100%;height:auto;object-fit:cover}
.zek_background{background-size:cover;background-repeat:no-repeat;background-position:center}
.zek_position{position: relative;}
.zek_linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.capt a,.title a,.title span,.title a,.name a,.name span,.capt strong,.title strong,.name strong{line-height:normal}
.screen-reader-text{display:none}
.head.navbar-fixed-top{box-shadow:1px 1px 10px rgba(0,0,0,0.15);position: fixed;top: 0;left: 0;width: 100%;z-index: 999;background: #fff}
.zek_header_pc.navbar-fixed-top{position: fixed;z-index: 99;width: 100%;}
.center{text-align: center;}
.italic{font-style: italic;}
@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}
}
/* Image */
.img_hover{overflow:hidden;position:relative}
.img_hover img{transition:all 1.5s}
.img_hover:hover img{transform:scale(1.1)}
.img_hover:before,.button_home:before{position:absolute;top:0;left:-100%;display:block;content:'';width:50%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0.3)));background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);z-index:2}
.img_hover:hover:before,.button_home:hover:before{-webkit-animation:shine 1.3s;animation:shine 1.3s}
@-webkit-keyframes shine {
100%{left:125%}
}
@keyframes shine {
100%{left:125%}
}
/* Container (FAKE theo từng web) */
@media (min-width: 576px){
	.container, .container-sm {max-width: 540px;}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm { max-width: 720px;}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {max-width: 960px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1208px;}
}
.container{--bs-gutter-x: 24px;}
.row{--bs-gutter-x: 24px;}
.row-margin{--bs-gutter-y:var(--bs-gutter-x);margin-top: calc(-.5 * var(--bs-gutter-y));margin-bottom: calc(-.5 * var(--bs-gutter-y));}
.row-margin>*{margin-top: 0;padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}
.flex{display:flex;flex-wrap:wrap}
.flex-center{align-items:center}
.flex-between{justify-content: space-between;}
.row-reverse{flex-direction:row-reverse}
.column-reverse{flex-direction:column-reverse}

/* input-button */
.btn,input[type="submit"]{display:inline-block;height:40px;line-height:40px;padding:0 20px;text-align:center;white-space:nowrap;outline:none!important;cursor:pointer;border:none;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 #c4c4c4;padding:10px;width:100%;max-width:100%;display:block;line-height:18px;outline:none}
select{height: 40px;}
.buttons_added input{border:1px solid #777;margin:0;height:33px;display:inline-block;vertical-align:middle;padding:0 10px}
.devvn-popup-title span{display: initial;}
.mfp-content .devvn-popup-quickbuy a.devvn_buy_now_style{display:none}
.image-product{position:relative}
.sale-flash{display:none;}
.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}

/* modal */
.modal-header{position: relative;justify-content: center;}
.modal-title{text-transform: uppercase;font-weight: bold;font-size: 24px;}
button.close{position: absolute;width: 30px;height: 30px;top: 5px;right: 5px;border: none;background: transparent;}
button.close span{display: block;line-height: 30px;text-align: center;font-size: 30px;}
.modal-body .form .form-group {
    margin-bottom: 15px;}
.modal-body .form .form-group input {
    height: 45px;
    background: #fff;
    border: 1px solid transparent;
    color: #888;
    display: block;
    width: 100%;
    padding: 8px 10px;
    line-height: 27px;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-body{background: #f2f2f2;}
.modal-body .form .form-group textarea {
    height: 120px;
    background: #fff;
    border: 1px solid transparent;
    color: #888;
    display: block;
    width: 100%;
    padding: 8px 10px;
    line-height: 27px;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-body .form .form-group input[type='submit'] {
    background: #153a64;
    color: #fff;
    outline: 0;
    padding: 0 20px;
    min-height: 40px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid transparent;
    width: auto;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    text-align: center;display: block;margin: 0 auto;
}



/* Content-post */
.wp-block-image.aligncenter>figcaption, .wp-block-image .aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image.alignright>figcaption, .wp-block-image .alignright>figcaption{display: block;}
#ftwp-container #ftwp-contents.ftwp-border-medium,#ftwp-container #ftwp-trigger.ftwp-border-medium{border-width:1px}
.content-post {    font-size: 16px;font-family: arial, helvetica, sans-serif;}
.content-post iframe{display:block;margin:20px auto;width:100%;height:450px;object-fit:contain}
.content-post ul,.content-post ol{padding-left:20px;}
.content-post li{position:relative;margin-bottom:10px}
.content-post strong,.content-post b,.content-post i,.content-post a{line-height:normal}
.content-post .gca-column+br{display:none}
.content-post h1{font-size:28px;}
.content-post h2{font-size:24px;}
.content-post h3{font-size:20px;}
.content-post h4{font-size:18px;}
.content-post h5,.content-post h6{font-size:16px;}
.content-post blockquote{padding:15px 15px 15px 25px;border-left:5px solid #000;background:#f6f6f6}
.content-post .gallery{display:flex;flex-wrap:wrap;margin:-12px!important}
.content-post .gallery br{display:none}
.content-post .gallery .gallery-item{padding:12px}
.content-post .gallery.gallery-columns-2 .gallery-item{width:50%!important}
.content-post .gallery.gallery-columns-3 .gallery-item{width:calc(100% / 3)!important}
.content-post .gallery.gallery-columns-4 .gallery-item{width:25%!important}
.content-post .gallery.gallery-columns-5 .gallery-item{width:20%!important}
.content-post .gallery.gallery-columns-6 .gallery-item{width:calc(100% / 6)!important}
.content-post .gallery.gallery-columns-7 .gallery-item{width:calc(100% / 7)!important}
.content-post .gallery.gallery-columns-8 .gallery-item{width:calc(100% / 8)!important}
.content-post .gallery.gallery-columns-9 .gallery-item{width:calc(100% / 9)!important}
.content-post .gallery .gallery-item .gallery-icon{width:100%;position:relative;overflow:hidden;padding-top:56.25%}
.content-post .gallery .gallery-item .gallery-icon img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:0!important}
.content-post a:hover{text-decoration:underline}
.content-post .wp-caption.aligncenter{max-width:100%!important}
img.aligncenter{display:block;margin:0 auto}
.content-post .alignnone{margin:0 15px 15px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:15px auto}
.content-post .alignright{float:right;margin:10px 0 15px 15px}
.content-post .alignleft{float:left;margin:10px 15px 15px 0}
a img.alignright{float:right;margin:10px 0 15px 15px}
a img.alignnone{margin:10px 15px 15px 0}
a img.alignleft{float:left;margin:10px 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{border:none;max-width:100%;padding:0;}
.wp-caption.alignnone{margin:10px 15px 15px 0}
.wp-caption.alignleft{margin:10px 15px 15px 0}
.wp-caption.alignright{margin:10px 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}
.wp-caption p.wp-caption-text{margin:0;padding:10px 10px 0;text-align: center;}
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}
.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}
.widget .gallery{display:grid;grid-column-gap:10px;grid-row-gap:10px}
.widget .gallery br{display:none}
.widget .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.widget .gallery.gallery-columns-4{grid-template-columns:repeat(4,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}
.columns-2{grid-template-columns:repeat(2,1fr);display:grid;grid-gap:30px}
.columns-3{grid-template-columns:repeat(3,1fr);display:grid;grid-gap:30px}
.columns-4{grid-template-columns:repeat(4,1fr);display:grid;grid-gap:30px}
.columns-5{grid-template-columns:repeat(5,1fr);display:grid;grid-gap:30px}
.columns-6{grid-template-columns:repeat(6,1fr);display:grid;grid-gap:30px}
.sticky{position:-webkit-sticky;position:sticky;top:10px}
.block_slider{margin:-15px}
.item_slider{padding:15px}

.zek_supports{position: fixed;right: 0;bottom: 0;z-index: 999;width: 170px;height: 170px;display:flex;align-items:center;justify-content:center}
.zek_supports .toggle{position:relative;height:60px;width:60px;background:#fff;border-radius:50%;box-shadow:0 3px 4px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center;color:#333;font-size:36px;cursor:pointer;transition:1.25s;z-index:5}
.zek_supports.active .toggle{transform:rotate(360deg);box-shadow:0 6px 8px rgba(0,0,0,0.15),0 0 0 2px #333,0 0 0 8px #fff}
.zek_supports .item{position:absolute;left: -20px;list-style:none;transition:.5s;transform: rotate(calc(130deg/3 * var(--i)));transform-origin: 110px;scale:0;transition-delay:calc(0.05s * var(--i))}
.zek_supports.active .item{scale:1;}
.zek_supports .item a{position:relative;display:flex;transform:rotate(calc(360deg/-8 * var(--i)));width: 50px;height: 50px;background-color:#FFF;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 3px 4px rgba(0,0,0,0.15);transition:.5s;background: #362097}
.zek_supports .item svg{transition: .3s}
.zek_supports .item:hover svg{transform: scale(1.1);}
.zek_backtop{position: fixed;right: 66px;bottom: 130px;transition: .5s}
.zek_supports.active .zek_backtop{opacity: 0;visibility: hidden;}
.zek_backtop a{height:40px;width:40px;background:#fff;border-radius:50%;box-shadow:0 3px 4px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center;color:#333;font-size:24px}	

/* Header */
.zek_header_mb{display: none;}
.zek_header_menu{position: relative; -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);box-shadow: 0 4px 10px rgba(0, 0, 0, .3);} 
.zek_header_menu .menu li>i{display: none;}
.zek_header_menu ul{list-style: none;margin-bottom: 0;}
.zek_header_menu .menu{display: flex;align-items: center;justify-content: flex-end;}
.zek_header_menu .menu>li{display: block;margin-left: 20px;}
.zek_header_menu .menu>li:last-child{margin-right: 0;}
.zek_header_menu .menu li{position: relative;}
.zek_header_menu .menu>li>a{display: block;font-weight: 700;padding: 17px 0; line-height: 40px;font-size:18px; text-transform: uppercase;position: relative;}
.zek_header_menu .menu>li>a:after{content: "";display: block;width: 100%;height: 1px;background-color: #153a64;opacity: 0;transition: all .3s;position: absolute;bottom: 0;left: 0;}
.zek_header_menu .menu>li.current-menu-item>a:after,.zek_header_menu .menu>li:hover>a:after{opacity: 1;}
.zek_header_menu .menu>li.current-menu-item>a,.zek_header_menu .menu>li:hover>a{color: #153a64;}
.zek_header_menu .menu ul{opacity:0;visibility:hidden;position:absolute;z-index:99;border-radius: 10px; background:#fff;width:auto;padding:10px 0;min-width:220px;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:1px 1px 10px #ccc;-o-box-shadow:1px 1px 10px #ccc;-ms-box-shadow:1px 1px 10px #ccc;box-shadow:1px 1px 15px #ccc;transition:all .3s}
.zek_header_menu .menu>li>ul{top:100%;left:-20px;transform:scaleY(0);transform-origin:0 0;}
.zek_header_menu .menu>li>ul ul{top:0;left:100%;transform:scaleX(0);transform-origin:0 0}
.zek_header_menu .menu>li>ul li{padding: 5px 20px;}
.zek_header_menu .menu>li>ul li>a{display: block;white-space: nowrap;font-size: 16px;}
.zek_header_menu .menu li:hover>ul{opacity:1;visibility:visible;}
.zek_header_menu .menu>li:hover>ul{transform:scaleY(1);}
.zek_header_menu .menu>li>ul li:hover>ul{transform:scaleX(1);}

.header_bar{background: #161616;color: #fff;padding: 10px 0;position: relative;}
.header_bar .contact_head{position: relative;}
.header_bar .contact_head ul {margin-bottom: 0;}
.header_bar .contact_head ul li{list-style: none;display: inline-block;margin-right: 20px;}
.header_bar .contact_head ul li a{display: inline-block;color: #fff;font-size: 15px;}
.header_bar .contact_head ul li a i{display: inline-block;margin-right: 5px;}
.header_bar .contact_head ul li:hover a{color: #2e86eb;}
.header_bar .search_head{text-align: right;}
.search_head .woocommerce-product-search{display: block;position: relative;margin-left: auto;width: 220px;}
.search_head .woocommerce-product-search input{width: 100%;height: 34px;line-height: 34px;padding: 0 15px;border: none;font-weight: 500;font-size: 14px;border-radius: 25px;color: #333;}
.search_head .woocommerce-product-search button{position: absolute;top: 0;right: 0;width: 40px;height: 34px;line-height: 34px;text-align: center;border-radius: 0 30px 30px 0;color: #333;background: none;border: none;    font-size: 18px;color: #153a64;}
.zek_header_logo a img{width: auto;max-height: 50px;object-fit: contain;}
.zek_header_menu .cart_head a{    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #153a64;
    text-align: center;
    border-radius: 50%;
    color: #153a64;
    margin-left: auto;position: relative;font-size: 16px;}
.zek_header_menu .cart_head a:hover{background:#153a64;color:#fff}
.zek_header_menu .cart_head a span{    position: absolute;
    font-size: 10px;
    width: 12px;
    height: 12px;
    background: #d00;
    color: #fff;
    border-radius: 50%;
    line-height: 13px;
    text-align: center;
    right: 3px;
    top: 5px;}




/* Footer */
.footer{color: #fff;font-size: 15px;}
.footer a{color: #fff;}
.footer a:hover{color: #2e86eb ;}
.footer_top {background-color: #333;padding: 40px 0;color: #fff;position: relative;}
.zek_footer_title{font-size: 25px ;color: #fff;text-transform: uppercase;margin-bottom: 15px;}
.footer_top .widget:not(:last-child){padding-bottom: 20px;}
.footer_top ul li{list-style: none;margin-bottom: 10px;}
.contact_foot li{position: relative;padding-left: 30px;min-height: 25px;display: flex;align-items: center;}
.contact_foot li i{position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 25px;height: 25px;border-radius: 3px;color: #252525;background-color: #fff;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-right: 5px;-ms-flex-negative: 0;flex-shrink: 0;}
.bct img{width: 150px;}
.social_footer li{display: inline-block;margin-right: 10px;}
.social_footer li a{display: block;font-size: 24px;}
.footer_bot{background-color: #000;padding: 15px 0;color: #fff;}
.footer_bot *{margin-bottom: 0;}





/* Page */
.zek_breadcrumbs{padding:15px 0;}
.zek_breadcrumbs *{margin-bottom: 0;}
.zek_breadcrumbs .separator{margin:0 5px;font-size: 14px;}
.zek_breadcrumbs *{margin-bottom:0}
#zek_page_default{}
.zek_page_title{font-size: 26px;text-transform: uppercase;font-weight: bold;margin-bottom: 20px;}
.swiper-button-next, .swiper-button-prev{color: #153a64;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 20px;font-weight: bold;}


.box_vimi .row .col-md-6:nth-child(1) {    border-right: 1.5px solid #d1d1d1;}

.showroom_about .box_sr{padding: 0 15px;}
.showroom_about .list_sr{position: relative;}
.showroom_about .list_sr .item_sr{position: relative;}
.showroom_about .list_sr .item_sr .img{position: relative;padding-top: 75%;overflow: hidden;margin-bottom: 1rem;}
.showroom_about .list_sr .item_sr img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.showroom_about .list_sr .item_sr h3{margin-bottom: 1rem;font-size: 1rem;}
.box-button-slide-showroom{margin-top: 2.5rem;display: flex;align-items: center;justify-content: center;}
.box-button-slide-showroom .button-control-showroom {display: flex;align-items: center;}
.box-button-slide-showroom .button-control-showroom .button-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;    margin-right: 0.625rem;-ms-flex-pack: center;justify-content: center;width: 2.1875rem;height: 2.1875rem;border-radius: 3px;background: #fff;color: #153a64;font-size: 20px;cursor: pointer;-webkit-transition: .3s;transition: .3s;    opacity: .6;}
.box-button-slide-showroom .button-control-showroom .button-item:hover{background: #153a64;color: #fff;-webkit-transition: .3s;transition: .3s;opacity: 1;}
.box-button-slide-showroom .swiper-pagination-showroom {width: 425px;height: 3px;position: relative;left: auto;bottom: auto;margin-left: 0.9375rem;}
.swiper-pagination-showroom .swiper-scrollbar-drag {background: #153a64;}
.swiper_gallery .img{width: 100%;padding-top: 65%;overflow: hidden;}
.mySwiper-about .img{opacity: .7}
.mySwiper-about .swiper-slide-thumb-active .img{opacity: 1;}
.swiper_gallery .img img{height: 100%;position: absolute;top: 0;left: 0;}

.mySwiper-about2{margin-bottom: 15px;}
.mySwiper-about{width: 80%;margin: 0 auto 0 0;}
.box-button-about{width: 20%;display: flex;justify-content: center;align-items: center;}
.swiper-button-next-about,.swiper-button-prev-about{position: unset;margin: 0;}
.box-button-about .icon-mouse{max-width: 30px;  -webkit-animation: lac 1s linear infinite;
    animation: lac 1s linear infinite;}
.swiper-button-next-about:after, .swiper-button-prev-about:after{font-size: 18px;}

.info_contact{height: 100%;}
.info_contact ul{margin-bottom: 0;}
.info_contact ul .item_contact{    background: #f0f0f0;
    padding:15px 20px;    margin-bottom: 30px;display: flex;align-items: center;}
.info_contact ul .item_contact .icon{    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #153a64;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;}
.info_contact ul .item_contact .contact_content{    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;}
.info_contact ul .item_contact .contact_content .title{    color: #252525;display: block;text-transform: uppercase;margin-bottom: 8px;font-weight: 700;}
.info_contact ul .item_contact .contact_content .text{margin-bottom: 0;}
.form_contact {
    background: #f0f0f0;
    padding:35px;
    height: 100%;}
.maps_ct{margin-top: 60px;height: 350px;overflow: hidden;position: relative;}
.maps_ct iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%}

.wpcf7-spinner{position: absolute;right: 0;}


/* Catalog */
.detail_catalog{padding: 20px 0;}
.view_more.black{margin-bottom: 15px;}
.view_more.black a{background: #000;}
.detail_catalog .view_more a i{margin-right: 6px;}
.detail_catalog .view_online {width: 100%;position: relative;padding-top: 50%;margin-bottom: 50px;}
.detail_catalog .view_online iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.list_catalog .item .img{width: 100%;padding-top: 140%;overflow: hidden;margin-bottom: 15px;}
.list_catalog .item .img img{height: 100%;position: absolute;top: 0;left: 0;}
.list_catalog .item .title{height: 40px;margin-bottom: 0;line-height: 1;display: flex;align-items: center;}
.list_catalog .item .title a{display: inline-flex;padding: 0 60px 0 30px;background-color: #153a64;border-radius: 30px;color: #fff;text-transform: uppercase;font-size: 16px;height: 40px;align-items: center;position: relative;}
.list_catalog .item .title a:after{content: "\f101";display: block;position: absolute;width: 34px;height: 34px;display: flex;justify-content: center;align-items: center; background-color: #fff;border-radius: 50%;top: 50%;right: 3px;color: #153a64;font-family: "Font Awesome 6 Pro";font-weight: 400;font-size: 14px;    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 1s;
    transition: 1s;}
.list_catalog .item .title a:hover:after{    -webkit-transform: translateY(-50%) rotateY(360deg);
    transform: translateY(-50%) rotateY(360deg);
    -webkit-transition: 1s;
    transition: 1s;}

/* Branch */
.maps_contact{position: relative;}
.maps_contact .box_maps{display: flex;align-items: center;background: #f6f6f6;flex-wrap: wrap;}
.maps_contact .box_maps .maps_sibar{width: 35%;height: 515px;overflow-y: scroll;}
.maps_contact .box_maps .maps_sibar::-webkit-scrollbar {width: 10px;
    background-color: #F5F5F5;border-radius:0px;} 
.maps_contact .box_maps .maps_sibar::-webkit-scrollbar-thumb {
    background-color: #999;border-radius: 10px;}
.maps_contact .box_maps .maps_sibar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);border-radius: 0px;
    background-color: #F5F5F5;}

.maps_contact .box_maps .maps_sibar table{padding: 10px;border: none}
.maps_contact .box_maps .maps_sibar table td{padding: 0;border: none;display: block;}
.maps_contact .box_maps .maps_sibar table tr{list-style: none;cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #ccc;display: block;}
.maps_contact .box_maps .maps_sibar table tr h3{font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;}
.maps_contact .box_maps .maps_sibar table tr p{margin-bottom: 0;font-size: 15px;}
.maps_contact .box_maps .maps_sibar table td.active h3{color: #ff2e17}
.maps_contact .box_maps .maps_sibar table td.active p{color: #ff2e17}

.maps_contact .box_maps .maps_sibar .ic{width: 25px}
.maps_contact .box_maps .maps_sibar .cnt{width: calc(100% - 75px);position: relative;}


.maps_contact .box_maps .maps_sibar .hotline_ch{width: 45px;}
.maps_contact .box_maps .maps_sibar .hotline_ch img{width: 65px;}
.maps_contact .box_maps .maps_main{width: 65%;height: 515px;position: relative;}
.maps_contact .box_maps .maps_main img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
form.search_formm {margin-bottom: 30px;}
form.search_formm .form-group{position: relative;}
form.search_formm select+i {
    position: absolute;
    right: 24px;
    bottom: 13px;
}
.dataTables_filter {
    display: none;
}
form.search_formm button {
    background: #eb2226 !important;
    border-radius: 30px;
    text-transform: none;
    padding: 8px;
    width: 100%;
    height: 40px;
    line-height: normal;
    color: #fff !important;
}

.branch_sec2 .form_agent .form-group input{border: 1px solid #ddd;}
.branch_sec2 .form_agent .form-group textarea{border: 1px solid #ddd;}
.branch_sec3 .item{width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;padding: 0 15px;}
.branch_sec3 .item img{object-fit: contain;max-height: 100%;}
.branch_sec3 .zek_slider{margin: 0 -30px;}
.branch_sec3 .swiper{padding: 0 30px;}
.branch_sec3 .swiper-button-prev{left: 0;}
.branch_sec3 .swiper-button-next{right: 0;}
.branch_sec3 .swiper-button-prev,.branch_sec3 .swiper-button-next{height: 100%;top: 0;margin-top: 0;background-color: #fff;}

/* Category */
.zek_category_content{margin-bottom: 15px;}
.zek_item_news .img{padding-top: 56.25%;margin-bottom: 10px;}
.zek_item_news .info .name{font-size: 18px;font-weight: bold;margin-bottom: 8px;}
.pagination{justify-content: center;padding: 20px 0 10px;}
.pagination ul{margin-bottom: 0;list-style: none;}
.pagination ul li{display: inline-block;margin: 3px;}
.pagination ul li span,.pagination ul li a{display: block;padding: 5px;height: 38px;width: 38px;text-align: center; background: #EAEEF3;line-height: 28px;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{background: #00adef;color: #fff;}

.list_catepro{position: relative;margin-bottom: 2rem;}
.list_catepro .col-item{width: 20%;}
.list_catepro .item_category {
    height: 100%;
    border: 1px solid #1f1f1f;
    padding: 15px;
    overflow: hidden;position: relative;}
.list_catepro .item_category a.img{    padding-top: 100%;    position: relative;margin-bottom: 1rem;display: block;overflow: hidden;}
.list_catepro .item_category a.img img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;object-fit: cover;}
.list_catepro .item_category h3{color: #252525;font-weight: 700;text-transform: uppercase;text-align: center;font-size: 16px;margin-bottom: 0;}
.list_catepro .item_category:hover h3{display: none;}
.list_catepro .item_category .category_relative{position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 15px;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s;
    transition: .3s;    flex-direction: column;display: flex;}
.list_catepro .item_category .category_relative a{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%}
.list_catepro .item_category .category_relative .name{color: #fff;font-weight: 600;text-transform: uppercase;text-align: center;font-size: 16px;display: block;}
.list_catepro .item_category .category_relative .list{list-style: none;margin-bottom: 0;}
.list_catepro .item_category .category_relative .list li{margin-top: 3px;}
.list_catepro .item_category .category_relative .list li a{display: block;padding-left: 18px;position: relative;color: #fff;text-transform: uppercase;font-size: 14px;}
.list_catepro .item_category .category_relative .list li a:before{content: "\f324";display: block;font-size: 10px;position: absolute;top: 1px;left: 0;font-family: "Font Awesome 6 Pro";}
.list_catepro .item_category:hover .category_relative {bottom: 0;-webkit-transition: .3s;transition: .3s;}
.list_catepro .item_category:hover .category_relative .list li a:hover:before{    -webkit-animation: rotate360 1.5s linear infinite;
    animation: rotate360 1.5s linear infinite;}
@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg)
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg)
	}
}
.page-number a,.page-number span{
    font-weight: 700;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #252525;margin: 3px;}
.page-number{display: flex;justify-content: center;align-items: center;}
.page-number span.current,.page-number a:hover{color: #fff;background-color: #153a64;border-color: #153a64;}
.page-number a.next,.page-number a.prev{display: none;}

/* Single */
.zek_single_title{font-size:26px;font-weight:700;text-transform: uppercase;margin-bottom: 10px;}
.zek_single_meta{color: #666;font-size: 13px;margin-bottom: 1rem;}
.zek_single_meta span{display: inline-flex;align-items: center;}
.zek_single_meta span:not(:last-child){margin-right: 10px;}
.zek_single_meta svg{width: 12px;height: 12px;margin-right: 5px;}
.zek_single_content{padding: 20px 0;}
.zek_tags{padding-bottom: 20px;color: #666;font-size: 13px;}
.zek_tags a{display: inline-block;height: 24px;line-height: 24px;border-radius: 3px;padding: 0 8px;background-color: #f5f5f5;margin-left: 3px;}
.zek_single_related{padding-top: 10px;}
.zek_single_related .item .img{width: 100px;}
.zek_single_related .item .img .zek_background{width: 100%;padding-top: 70%;}
.zek_single_related .item .box{width: calc(100% - 100px);padding-left: 15px;}
.zek_single_related .item .name{margin-bottom: 0;font-size: 13px;font-weight: bold;text-transform: uppercase;margin-bottom: 4px;}
.zek_single_related .item .date{color: #888;font-size: 13px;}

/* Sidebar */
.zek_sidebar .widget:not(:last-child){margin-bottom:30px}
.zek_sidebar_title{    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #212121;
    padding: 10px;
    color: #fff;
    text-align: center;}
.zek_sidebar_post .item{display: flex;align-items: center;flex-wrap: wrap;border-bottom: 1px solid #ebebeb;padding: 10px 0;}
.zek_sidebar_post .item:not(:last-child){margin-bottom: 0px;}
.zek_sidebar_post .item .img{padding-top: 26.25%;margin-bottom: 0px;width: 35%;}
.zek_sidebar_post .item .info{width: 65%;padding-left: 10px;}
.zek_sidebar_post .item .info .name{font-size: 13px;font-weight: bold;margin-bottom: 5px;}
.zek_sidebar_post .item .info .date{color: rgba(20,22,35,0.6);font-size: 14px;}


.zek_sidebar ul,.zek_sidebar .widget_categories >ul{list-style:none;margin-bottom:0;}
.zek_sidebar ul>li,.zek_sidebar .widget_categories >ul>li{display: block;position: relative;
    margin-bottom: 3px;}
.zek_sidebar ul>li:last-child,.zek_sidebar .widget_categories >ul>li:last-child{margin-bottom:0}
.zek_sidebar ul>li.current-menu-item,.zek_sidebar ul>li.current-menu-parent,.zek_sidebar ul>li.current-post-parent,.zek_sidebar .widget_categories >ul>li.current-cat{}
.zek_sidebar ul>li>a{
    display: block;
    padding: 12px 15px;
    color: #252525;
    text-transform: uppercase;
    background: #f2f2f2;}
.zek_sidebar ul li.cat-parent>a{padding-right: 20px;}
.zek_sidebar ul>li i{position: absolute;top: 0;right: 0;height: 44px;width: 24px;text-align: center;line-height: 44px;cursor: pointer;z-index: 2;}
.zek_sidebar ul>li:hover>a{}
.zek_sidebar ul>li:hover i{}

.zek_sidebar ul>li.current-menu-item>a,.zek_sidebar ul>li.current-menu-parent>a,.zek_sidebar ul>li.current-post-parent>a,.zek_sidebar .widget_categories >ul>li.current-cat>a{}
.zek_sidebar ul li>ul,.zek_sidebar .widget_categories >ul li>ul{list-style: none;margin-bottom: 0;padding: 0;background-color: #fff;margin-top:3px;display: none;}
.zek_sidebar ul li>ul li{display: block;position: relative;
    margin-bottom: 3px;}
.zek_sidebar ul li>ul li >a{transition: 0s;
    display: block;display: block;
    padding: 12px 15px;
    color: #fff;
    text-transform: uppercase;
    background: #8d8d8d;}
.zek_sidebar .menu li>ul li:hover>a{color: #fff;background: #153a64;}
.zek_sidebar .menu li>ul>li:not(:last-child),.zek_sidebar .widget_categories >ul li>ul>li:not(:last-child){margin-bottom: 5px;}
.zek_sidebar .menu li,.zek_sidebar .widget_categories >ul li{position: relative;}
.zek_sidebar .menu li.menu-item-has-children >a,.zek_sidebar .widget_categories >ul li.cat-parrent>a{padding-right: 20px;}
.zek_sidebar .menu li.menu-item-has-children i,.zek_sidebar .widget_categories >ul li.cat-parrent i{position: absolute;cursor: pointer;right: 0;top: 8px;height: 22px;width: 22px;text-align: center;line-height: 22px;}
.zek_sidebar .tagcloud{display:flex;flex-wrap:wrap}
.zek_sidebar .tagcloud a{font-size:14px!important;height:40px;padding:0 24px;line-height:40px;background-color:#ECECEC;border-radius:2px;margin:0 5px 8px 0}
.zek_sidebar iframe{width: 100%;height: auto; object-fit: cover;}
.zek_sidebar .widget_media_image img{width: 100%;height: auto;object-fit: contain;}

/* Product */

.list_proje{}
.list_proje .item_proje{    -webkit-box-flex: 1;display: flex;flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;    margin-bottom: 1.875rem;
    background: #f2f2f2;
    -webkit-transition: .3s;
    transition: .3s;}
.list_proje .item_proje .img_project{   position: relative;
    overflow: hidden;display: block; -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;}
.list_proje .item_proje .img_project img{  width: 100%;height: 100%;object-fit: cover;}
.list_proje .item_proje .project_content {    -webkit-box-flex: 1;
    -ms-flex: 1;position: relative;
    flex: 1;
    background: #f2f2f2;
    padding: 1.875rem;
    -webkit-transition: .3s;
    transition: .3s;}
.list_proje .item_proje .project_content .capt{font-size: 1.25rem;font-weight: 600;margin-bottom: 0.5rem;text-transform: uppercase;position: relative;}
.list_proje .item_proje .project_content .capt a{color: #252525}
.list_proje .item_proje .project_content .rating_item{    font-size: 12px;color: #efc529;margin-bottom: .5em;}
.list_proje .item_proje .project_content .short_content{margin-bottom: 1.5rem;}
.list_proje .item_proje .project_content .more a{    background: #153a64;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    padding: 0.375rem 1.25rem;
    min-height: 2.5rem;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 0.938rem;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;}

.list_proje .item_proje:hover .project_content{background: #153a64;color: #fff;}
.list_proje .item_proje:hover .project_content .capt a{color: #fff}
.list_proje .item_proje:hover .project_content .more a{background: #fff;color: #153a64;}

.list_proje .item_proje:nth-child(even) .img_project{order: 2;display: flex;}
.list_proje .item_proje:nth-child(even) .project_content{order: 1;}

.list_proje .item_proje:nth-child(2n+1) .project_content:after {
    content: "";
    width: 0;
    border-right: 15px solid #f2f2f2;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;}
.list_proje .item_proje:nth-child(2n) .project_content:after {
    content: "";
    width: 0;
    border-left: 15px solid #f2f2f2;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;}
.list_proje .item_proje:nth-child(2n+1):hover .project_content:after {border-right: 15px solid #153a64;}
.list_proje .item_proje:nth-child(2n):hover .project_content:after {border-left: 15px solid #153a64;}

.zek_project_gallery{margin-bottom: 30px;}
.zek_project_gallery .mySwiper-about{width: 50%;margin: 0 0 0 25%;}
.zek_project_gallery .box-button-about{width: 25%;justify-content: flex-end;padding-right: 20px;}
.zek_related_project{margin-top: 50px;}
.zek_related_project .item{padding-top: 65%;}
.zek_related_project .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(1.01deg, #241e15 0, rgba(36, 30, 21, .53) 40%, rgba(36, 30, 21, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.zek_related_project .item img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.zek_related_project .item .box{position: absolute;bottom: 0;left: 0;width: 100%;padding: 20px;display: flex;align-items: center;color: #fff;z-index: 3;}
.zek_related_project .item .box .name{font-size: 16px;text-transform: uppercase;margin-bottom: 0;width: calc(100% - 30px);padding-right: 8px;}
.zek_related_project .item .box .icon{width: 30px;border: 1px solid #fff;border-radius: 50%;height: 30px;line-height: 28px;text-align: center;}

/* Detail */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{padding: 10px 20px;background-color: #006336;color: #fff;font-weight: 500;line-height: 28px;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #006336;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #014c2e;color: #fff;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{padding: 10px 20px;}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{background-color: #014c2e;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: #014c2e;}

.woo-variation-product-gallery{margin-bottom: 0;}
.woo-variation-product-gallery{margin-bottom: 0;}
.wvg-single-gallery-image-container{position: relative;width: 100%;padding-top: 100%;}
.wvg-single-gallery-image-container img{width: auto !important;height: auto !important;max-width: 100% !important;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{display: none !important;}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{opacity: 1;}



.meta_product{display: flex;flex-wrap: wrap;align-items: center;font-size: 14px;margin-bottom: 16px;}
.meta_product .status .stock{color: #A61F23 !important;font-weight: bold;}
.meta_product .slash{margin: 0 10px;}
.meta_product .view span{font-weight: bold;}
.devvn_prod_variable .quantity{padding-left: 0;}
.woo-variation-swatches.wvs-show-label .variations td{text-align: left;}

.woocommerce-product-details__short-description ul,.woocommerce-product-details__short-description ol{margin-left: 16px;}
.woocommerce-product-details__short-description li{margin-bottom: 5px;}

div#reviews.woocommerce-Reviews{max-width: 100%;border-bottom: 0;margin-bottom: 0;}
.devvn_prod_cmt{max-width: 100%;display: none;}
.woocommerce .star-rating{width: 6.4em;letter-spacing: 0.25em;}
.woocommerce .star-rating::before{color: #c4c4c4;}
.woocommerce .star-rating span::before{top: -0.25em;color: #FAA82C !important;}
.woocommerce #reviews #comments h2{display: none;}
span.star_average{color: #FAA82C;}
body.woocommerce #reviews .star-rating{color: #FAA82C;}
.star_box{border: none;padding: 0;margin: 0;}
#comments a.btn-reviews-now,.woocommerce #review_form #respond p.form-submit input#submit, .woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit{background-color: #153a64;}
span.devvn_stars_value i{color: #FAA82C;}
.woocommerce #reviews .commentlist .star-rating span:before{top: -0.15em;}


/* CArt */
.woocommerce-error, .woocommerce-info, .woocommerce-message{border-top-color: #006336;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{color: #006336;}

.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{border:0;margin:0;margin-top: 2rem;}
.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{border:0;float:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}
.woocommerce .woocommerce-pagination ul.page-numbers li a,.woocommerce .woocommerce-pagination ul.page-numbers li span,.woocommerce-page .woocommerce-pagination ul.page-numbers li a,.woocommerce-page .woocommerce-pagination ul.page-numbers li span{color:#212529;font-weight:700;display:inline-block;width:30px;height:30px;line-height:28px;padding:0;text-align:center;-webkit-transition:all .5s;transition:all .5s;border: 1px solid #252525;}
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce .woocommerce-pagination ul.page-numbers li span.current,.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li a.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover{color:#fff;background-color:#153a64;border: 1px solid #153a64;}
.woocommerce .woocommerce-pagination ul.page-numbers li .next,.woocommerce .woocommerce-pagination ul.page-numbers li .prev,.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev{}
.select2-container--open{z-index:999999}
.select2-container--default.select2-container--default .select2-selection--single{background-color:#f5f5f5;border:1px solid #f5f5f5; border-radius:3px;height:48px;margin:0}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered{color:#212529;line-height:48px;padding-left:20px}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow{height:48px}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__clear{font-weight:400}
.select2-dropdown{border:1px solid #eee;}

.woocommerce table.shop_table{border-collapse:collapse}
.woocommerce table.my_account_orders,.woocommerce table.shop_table.cart{border:0;border-radius:0;margin:0}
.woocommerce table.my_account_orders thead tr,.woocommerce table.shop_table.cart thead tr{border:1px solid #eee;border-radius:3px}
.woocommerce table.my_account_orders th,.woocommerce table.shop_table.cart th{font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#212529;line-height:1.6;padding:14px 12px;border:0;background-color:#f5f5f5}
.woocommerce table.my_account_orders td{border:0}
.woocommerce table.shop_table.cart td{border:0;padding:20px 10px}
.woocommerce table.my_account_orders tbody tr,.woocommerce table.shop_table.cart tbody tr{border:1px solid #eee;border-top:none}
.woocommerce table.my_account_orders tbody tr:last-child,.woocommerce table.shop_table.cart tbody tr:last-child{border:0}
.woocommerce table.my_account_orders .product-name a:hover,.woocommerce table.order_details .product-name a:hover,.woocommerce table.shop_table.cart .product-name a:hover{color:var(--g5-color-accent)}
.woocommerce table.my_account_orders .product-price .amount,.woocommerce table.my_account_orders .product-subtotal .amount,.woocommerce table.shop_table.cart .product-price .amount,.woocommerce table.shop_table.cart .product-subtotal .amount{color:#212529;font-size:15px;font-weight:700}
.woocommerce table.my_account_orders .product-price ins,.woocommerce table.my_account_orders .product-subtotal ins,.woocommerce table.order_details .product-total ins,.woocommerce table.shop_table.cart .product-price ins,.woocommerce table.shop_table.cart .product-subtotal ins{background-color:transparent;font-weight:700}
.woocommerce table.my_account_orders .product-price del,.woocommerce table.my_account_orders .product-subtotal del,.woocommerce table.order_details .product-total del,.woocommerce table.shop_table.cart .product-price del,.woocommerce table.shop_table.cart .product-subtotal del{margin-right:5px;font-weight:500;font-size:13px}
.woocommerce table.my_account_orders .product-quantity .quantity .qty,.woocommerce table.shop_table.cart .product-quantity .quantity .qty{width:130px;height:40px}
.woocommerce table.my_account_orders td.actions,.woocommerce table.shop_table.cart td.actions{padding:30px 0 0}
.woocommerce table.my_account_orders td.actions .coupon .input-text,.woocommerce table.shop_table.cart td.actions .coupon .input-text{border-color:#eee;padding:0 25px}
.woocommerce table.my_account_orders .add_to_cart.button,.woocommerce table.shop_table.cart .add_to_cart.button{font-size:.75rem;line-height:2.75rem;padding:0 2.5rem}
.woocommerce table.shop_table.cart .product-thumbnail{width:100px;padding-left:0}
.woocommerce table.shop_table.cart .product-thumbnail img{width:auto;margin: 0;}
.woocommerce table.shop_table.cart .product-remove{width:40px}
.woocommerce table.shop_table.cart .product-price,.woocommerce table.shop_table.cart .product-quantity,.woocommerce table.shop_table.cart .product-subtotal{text-align:center}
.woocommerce table.shop_table.cart td.actions .coupon .input-text{width:250px;line-height: 46px !important;}
.woocommerce table.shop_table.cart .product-quantity .quantity:not(.mini_cart_item .quantity){justify-content: center;margin: 0 auto;align-items: center;}
.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{margin-top:120px}
.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding:35px 0 0}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{font-size:1rem;line-height:2.75rem;padding:0 2.1875rem}
.woocommerce .cart-collaterals .cart_totals{box-shadow:0 0 10px rgba(0,0,0,.1);padding:20px 30px;max-width:500px}
.woocommerce .cart-collaterals .cart_totals>h2{font-size:24px;padding-bottom:16px;border-bottom:1px solid #ddd;margin-bottom:25px}
.woocommerce .cart-collaterals .cart_totals table,.woocommerce table.woocommerce-checkout-review-order-table{border:0;border-radius:0;margin:0}
.woocommerce .cart-collaterals .cart_totals table th{border:0;padding:0 9px 15px 0;font-size:15px;font-weight:500}
.woocommerce .cart-collaterals .cart_totals table td{border:0;padding:0 0 15px 9px;text-align:right}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td{color:#212529;font-weight:700}
.woocommerce .cart-collaterals .cart_totals table tr:last-child td,.woocommerce .cart-collaterals .cart_totals table tr:last-child th{padding-bottom:0}
.woocommerce .cart-collaterals .cart_totals table .shipping-calculator-button,.woocommerce .cart-collaterals .cart_totals table small,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name a{color:inherit}
.woocommerce .cart-collaterals .cart_totals table .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left}
.woocommerce .cart-collaterals .cart_totals table tr.order-total span.amount{font-weight:700;font-size:24px}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name strong,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method .amount,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li label{font-weight:500}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,.woocommerce .cart-collaterals .cart_totals table tr.order-total th{border-top:1px solid #ddd;padding-top:20px}
.woocommerce .cart-collaterals .cross-sells>h2{font-size:34px;margin-bottom:50px;text-align:center}
.woocommerce .cart-collaterals .shipping-calculator-form{margin-top:25px}
.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{max-width:100%;padding-left:0;padding-right:0}
.woocommerce form p{margin-bottom:23px}
.woocommerce form .form-row{display:block;padding:0;margin:0 0 25px}
.woocommerce form .form-row label{margin-bottom:14px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.1em;line-height:1.2}
.woocommerce form .form-row textarea{height:8em}
.woocommerce-additional-fields,.woocommerce-shipping-fields{margin-top:30px}
.woocommerce-shipping-fields>h3{font-size:15px;margin-bottom:21px;font-weight:500}
.woocommerce-shipping-fields>h3 label span{cursor:pointer}
.woocommerce-shipping-fields>h3 label input{position:relative;top:2px;margin:-2px 8px 0 0}
#order_review_heading,.woocommerce-additional-fields>h3,.woocommerce-billing-fields>h3{font-size:24px;line-height:1.5;margin-bottom:21px}
.woocommerce-account-fields .create-account{margin:0!important}
.woocommerce-account-fields label>span{font-size:15px;font-weight:500;text-transform:none;letter-spacing:0;color:#212529;cursor:pointer}
.woocommerce-account-fields label>.input-checkbox{position:relative;top:-2px}
#order_review{padding:24px 30px 34px;box-shadow:0 0 10px rgba(0,0,0,.1)}
.woocommerce #order_review .woocommerce-checkout-payment{margin-top:35px;background:0 0;border-radius:0}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods{padding:0;border-color:#eee}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input{position:relative;top:2px;margin-right:5px}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label{margin-bottom:0;font-size:18px;color:#212529;font-weight:500}

.woocommerce #order_review .woocommerce-checkout-payment .place-order{padding:20px 0 0;margin:0}
.woocommerce #order_review .woocommerce-checkout-payment .place-order .button{width:100%;margin-top:50px}
.woocommerce table.woocommerce-checkout-review-order-table thead th{border:0;color:#212529;font-weight:500}
.woocommerce table.woocommerce-checkout-review-order-table .product-name{padding:0 5px 15px 0}
.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding:0 0 15px 5px;text-align:right}
.woocommerce table.order_details .product-name a,.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total{color:#212529}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-total{color:#212529;font-size:14px;font-weight:700}
.woocommerce table.order_details td,.woocommerce table.order_details th,.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot th{border:0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{font-weight:500;padding:0 5px 15px 0}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{padding:0 0 15px 5px;font-weight:500;text-align:right}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th{border-top:1px solid #eee;padding-top:15px}
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li input{margin:0 5px 0 0;vertical-align:middle}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td{font-size:24px;font-weight:700;padding-top:15px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding-top:15px;padding-bottom:0;border-top:1px solid #eee}
.woocommerce-checkout .woocommerce form .form-row-first,.woocommerce-checkout .woocommerce form .form-row-last{width:100%;float:none}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{font-size:15px;text-transform:none;font-weight:500;letter-spacing:0;display:block;margin-bottom:20px}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{position:relative;top:1px;margin-right:5px}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:none;margin:0;width:100%}
.woocommerce .woocommerce-form-login .lost_password{margin-bottom:0}
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{float:none;margin:0;width:100%}
.woocommerce ul.order_details li{margin-top:0}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title,.woocommerce-column__title{font-size:24px;line-height:1.5;margin-bottom:21px}
.woocommerce table.order_details{border:1px solid #eee;border-radius:3px;margin:0}
.woocommerce table.order_details thead th{font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#212529;line-height:1.6;padding:14px 12px;border:0;background-color:#f5f5f5}
.woocommerce table.order_details .product-total .amount{color:#212529;font-size:15px;font-weight:700}
.woocommerce table.order_details tfoot td,.woocommerce table.order_details tfoot th{border:0}
.woocommerce table.order_details tfoot th{font-weight:500}
.woocommerce table.order_details tfoot td{color:#212529}
.woocommerce table.order_details tfoot tr:first-child td,.woocommerce table.order_details tfoot tr:first-child th{border-top:1px solid #eee}
.woocommerce table.order_details tfoot tr:last-child{color:#212529}
.woocommerce table.order_details tfoot tr:last-child td,.woocommerce table.order_details tfoot tr:last-child th{border-top:1px solid #eee}
.woocommerce table.order_details tfoot tr:last-child td{font-size:24px}
#customer_details{float:left;width:50%;margin-bottom:0}
#customer_details .col-1,#customer_details .col-2,.woocommerce div.product form.cart table.variations td.value{width:100%}
#order_review{float:right;width:48%}
#customer_login h2{font-size:24px}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}
.woocommerce-MyAccount-navigation ul li:last-of-type{border-bottom:none}
.woocommerce-MyAccount-navigation ul li>a{position:relative;display:block;padding:14px 20px;font-size:16px;font-weight:700;color:#212529}
.woocommerce-MyAccount-navigation ul li>a:after{font-family:var(--g5-font-icon);font-size:20px;position:absolute;right:20px;line-height:1;font-weight:300;text-transform:none}
.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-navigation ul li.is-active>a{background-color:#f2f2f2}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard>a:after{content:"\f015"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders>a:after{content:"\f733"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads>a:after{content:"\f019"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address>a:after{content:"\f3c5"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account>a:after{content:"\f406"}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout>a:after{content:"\f2f5"}
.woocommerce-MyAccount-content>p:not(.woocommerce-info){padding:20px;background-color:#f2f2f2}
.woocommerce-MyAccount-content>p:not(.woocommerce-info) a{color:inherit}
.woocommerce-MyAccount-content fieldset{padding:20px 40px;margin-top:50px;margin-bottom:30px;border:1px solid;border-color:#eee}
.woocommerce-MyAccount-content fieldset legend{width:auto;padding:0 15px;font-weight:700;font-size:16px;color:#212529}
.woocommerce-MyAccount-content h3{font-size:24px;margin-bottom:35px}
.woocommerce table.my_account_orders{font-size:1em}
.woocommerce table.my_account_orders td{padding:15px;text-align:center}
.woocommerce table.my_account_orders th{text-align:center}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after{content:"";display:block;clear:both}
.heading-color{color:#212529!important}
.primary-color{color:#006336!important}
.bg-primary{background-color:#006336!important}
.page_proarchive .box_all .box_countorder{padding: 10px;background: #FFFFFF;border-radius: 10px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 2rem;display: none;}
.page_proarchive .box_all .box_countorder .woocommerce-result-count{font-size: 1rem;margin-bottom: 0;color: #686868;float: none;width: 60%;color: #686868;}
.page_proarchive .box_all .box_countorder .woocommerce-ordering{margin-bottom: 0;float: none;display: flex;align-items: center;width: 40%;}
.page_proarchive .box_all .box_countorder .woocommerce-ordering span{width: 100px;font-weight: 500;color: #686868;}
.page_proarchive .box_all .box_countorder .woocommerce-ordering select{border: 1px solid #C4C4C4;border-radius: 5px;height: 34px;padding: 5px 10px;color: #686868;}
.box-description{display: none;}

.list_product{}
.list_product .item_pro{    padding: 4px;
    background: #f2f2f2;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%;text-align: center;}
.list_product .item_pro:hover{    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    -webkit-transition: .3s;
    transition: .3s;}
.list_product .item_pro .img{padding-top: 120%;background-color: #fff;    position: relative;margin-bottom: 8px;display: block;}
.list_product .item_pro .info{}
.list_product .item_pro .info .capt {margin-bottom: 8px;font-weight: 600;text-transform: uppercase;}
.list_product .item_pro .info .capt {  font-weight: bold;  overflow: hidden;
    text-overflow: ellipsis;font-size: 13px;
    -webkit-line-clamp: 2; color: #252525;display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.list_product .item_pro .info .price{display: flex;font-weight: 600;position: relative;align-items: center;justify-content: center;}
.list_product .item_pro .info .price:before{content: '';width: 20px;height: 20px;object-fit: scale-down;display: inline-block;background: url(images/dollar.png);background-repeat: no-repeat;background-size: cover;margin-right: 5px;}
.list_product .item_pro .info .price ins{display: flex;order: 1;text-transform: uppercase;text-decoration: none;}
.list_product .item_pro .info .price del{font-size: .9rem;opacity: .6;display: flex;margin-left: 5px;order: 2;}
.page_pro .all_box{position: relative;}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider{border: 1px solid #000;}
.woo-variation-product-gallery-thumbnail-columns-4 .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{border: 1px solid #000}
.woocommerce div.product .product_title{position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 10px;
    text-transform: uppercase;}
.info-product .price{color: #c90d0d;margin-bottom: 15px;font-weight: 700;display: flex;font-size: 20px;align-items: center;}
.info-product .price ins{display: flex;order: 1;text-transform: uppercase;text-decoration: none;}
.info-product .price  del{font-size: 1.25rem;opacity: .6;display: flex;margin-left: 15px;order: 2;}
.info-product .cart{display: none;}
.info-product .button_pro{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.info-product .button_pro a{width: 48%;background: #153a64;color: #fff;display: inline-flex;align-items: center;justify-content: center;outline: 0;padding: 0.375rem 1.25rem;min-height: 2.5rem;text-transform: uppercase;-webkit-transition: .3s;transition: .3s;border-radius: 0px;border: 1px solid transparent;font-size: 0.938rem;    position: relative;overflow: hidden;    font-weight: 400;line-height: 1.5;text-align: center;}
.info-product .button_pro a:after{position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: "";width: 50%;height: 100%;background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.info-product .button_pro a:hover{background: #13549d;color: #fff;}
.info-product .button_pro a:hover:after{-webkit-animation: shine .75s;animation: shine .75s;}
.info-product .button_pro a.button_advise{background: #000;}

.page_pro  .content-product{margin-top: 50px;margin-bottom: 0;}
.cnt_pro{margin: 40px 0 80px;}
.cnt_pro .tab-title{display: flex;align-items: center;margin-bottom: 0rem;border-bottom: 1px solid #9f9f9f;}
.cnt_pro .tab-title li{list-style: none;}
.cnt_pro .tab-title li a{    display: block;
    padding: 10px 25px;
    background: #F9F9F9;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;}
.cnt_pro .tab-title li a.active{    background: #565656;
    color: #fff;}
.cnt_pro .tab-content{background: #F9F9F9;padding: 20px;position: relative;}
.cnt_pro .tab-content .comment-form{width: 50%;display: block;margin: 0 auto;}
.related-product{margin-top: 50px;}
.related-product h2{    font-weight: 700;font-size: 25px; text-transform: uppercase;margin-bottom: 16px;}
.related-product .col-item{width: 20%;}
.catpro_child{display: flex;flex-wrap: wrap;margin: -6px -6px 10px;}
.catpro_child .item{padding: 6px;}
.catpro_child .item a{display: flex;height: 42px;align-items: center;padding: 0 10px;white-space: nowrap;border-radius: 5px;text-transform: uppercase;border: 1px solid #ddd;}
.catpro_child .item.active a{color: #fff;background-color: #153a64;border-color: #153a64}
/* Acount */
.yith-wcmap .user-image img{margin: 0;}
.yith-wcmap .user-image{margin-bottom: 0;}
#my-account-menu-tab .user-info .username{font-weight: bold;font-size: 18px;text-transform: capitalize;}

/* Home */
.zek_overlay{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0, 0, 0, .5);}
.section_main{padding: 60px 0;position: relative;}
.swiper .swiper-pagination{display: flex;align-items: center;justify-content: center;}
.swiper .swiper-pagination .swiper-pagination-bullet{ width: 14px;background: #f2f2f2;border: 2px solid #f2f2f2;height: 14px;opacity: 1;}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0C487B;width: 16px;height: 16px;}
.zek_home_banner .swiper-button-next,.zek_home_banner .swiper-button-prev{color: #fff;}
.zek_home_banner .swiper-button-next:after,.zek_home_banner .swiper-button-prev:after{font-size: 30px;}
.zek_home_banner .swiper-slide {position: relative;}
.zek_home_banner .swiper-slide .img img {-webkit-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 6000ms ease;transition: -webkit-transform 6000ms ease;transition: transform 6000ms ease;transition: transform 6000ms ease, -webkit-transform 6000ms ease;z-index: 1;}
.zek_home_banner .swiper-slide-active .img img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.slider_home .item_banner{position: relative;}
.item_banner img{width: 100%;height: auto;object-fit: cover;}
.slider_home .item_banner .cnt_banner{position: relative;width: 60%;text-align: center;color: #333;display: block;margin: 40px auto 0;text-align: center;}
.slider_home .item_banner .cnt_banner .desc{display: block;margin-bottom: 30px;}
.slider_home .item_banner .cnt_banner .more a img{width: 205px;}
.slider_home .item_banner .cnt_banner a{color: #0C487B;}
.box_bg{background: #f2f2f2;}
.about_home .box_about{position: relative;}
.about_home .box_about .slogan{color: #153a64;font-size:30px;margin-bottom: 24px;text-align: center;font-style: italic;font-weight: bold;}
.about_home .box_about .thumb_about{}
.about_home .box_about .thumb_about img{width: 100%;}
.about_home .box_about .cnt_about{}
.about_home .box_about .cnt_about h2{position: relative; padding-bottom:5px;font-size:25px;font-weight: 700;color: #252525; margin-bottom: 16px; text-transform: uppercase;border-bottom: 2px solid #252525;display: inline-block;}
.about_home .box_about .cnt_about .desc{margin-bottom: 16px;  text-align: justify;}
.view_more a{background: #153a64;color: #fff;display: inline-flex;align-items: center;justify-content: center;outline: 0;height: 40px;text-transform: uppercase;font-size: 15px;border-radius: 5px;position: relative;padding: 0 20px;}
.view_more a:after{position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: "";width: 50%;height: 100%;background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
@-webkit-keyframes shine {	100% {left: 125%}}
@keyframes shine {100% {left: 125%}}
.view_more a:hover{background: #13549d;color: #fff;}
.view_more a:hover:after{-webkit-animation: shine .75s;animation: shine .75s;}
.about_home .box_about .list_about{margin-top: 50px;}
.about_home .box_about .list_about .item_about{width: 210px;height: 210px;background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e4e9), to(#fff));background-image: linear-gradient(#e5e4e9, #fff);border-radius: 100%;-webkit-box-shadow: -13px 11px 10px rgba(0, 0, 0, .3);box-shadow: -13px 11px 10px rgba(0, 0, 0, .3);padding: 24px 18px;border: 2px solid #fff;margin-left: auto;margin-right: auto;text-align: center;}
.about_home .box_about .list_about .item_about .icon{    width: 60px;height: 60px;margin-left: auto;margin-right: auto;    margin-bottom: 5px;}
.about_home .box_about .list_about .item_about .icon img{width: 100%;height: auto;object-fit: cover;}
.about_home .box_about .list_about .item_about .num{color: #153a64;font-size: 40px;display: block;font-weight: 700;margin-bottom: 5px;} 
.about_home .box_about .list_about .item_about h3{font-weight: 600;margin-bottom: 0;text-transform: uppercase;color: #252525; font-size: 14px;padding: 0 5px;}
.box_title {text-align: center;margin-bottom: 24px;}
.box_title h2,.box_title h1{color: #153a64;font-size: 25px;font-weight: 700;text-transform: uppercase;}
.box_title h2 a,.box_title h1 a{color: #153a64;}
.box_title .desc{font-size: 15px;margin-bottom: 12px;}

.cat_home .item_cat{padding-top: 175%;width: 100%;overflow: hidden;}
.cat_home .item_cat .zek_overlay{opacity: 0;visibility: hidden;transition: all .5s;}
.cat_home .item_cat:hover .zek_overlay{opacity: 1;visibility: visible;}
.cat_home .item_cat .box{position: absolute;color: #fff; bottom: -100%;width: 100%;padding: 20px;opacity: 0;visibility: hidden;transition: all .5s;}
.cat_home .item_cat:hover .box{bottom: 0;opacity: 1;visibility: visible;}
.cat_home .item_cat .box .title{font-size: 25px;text-transform: uppercase;font-weight: bold;margin-bottom: 24px;}
.cat_home .item_cat .box .title a{color: #fff;}
.cat_home .item_cat .box .text{font-size: 15px;margin-bottom: 24px;}
.cat_home .item_cat .box .link{display: inline-block;color: #fff;}
.cat_home .swiper-button-next,.cat_home .swiper-button-prev{color: #fff;}
.cat_home .swiper-button-next:after,.cat_home .swiper-button-prev:after{font-size: 30px;}
.reason_home .list_reason{position: relative;}
.reason_home .list_reason .row{    --bs-gutter-x: 48px;}
.reason_home .list_reason:before{    content: "";width: calc(100% - 50px);height: 2px;background: #c1c1c1;position: absolute;top: calc(50%);left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: inherit;}
.reason_home .list_reason .item_reason{    position: relative;    height: 100%;border-radius: 10px;background: #fff;padding: 20px 10px;-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);box-shadow: 0 4px 10px rgba(0, 0, 0, .3);position: relative;text-align: center;}
.reason_home .list_reason .item_reason:before{content: "";left: 5px;right: 5px;top: 5px;bottom: 5px;border: 2px solid #252525;position: absolute;z-index: 1;border-radius: 10px;pointer-events: none;-webkit-transition: .3s;transition: .3s;}
.reason_home .list_reason .item_reason img{width: auto;height: 40px;object-fit: contain;display: block;margin: 0 auto 8px;}
.reason_home .list_reason .item_reason p{color: #252525;font-size: 15px;margin-bottom: 0;font-weight: 600;}
.reason_home .list_reason .item_reason:after{content: ""; width: 20px;height: 20px;border-radius: 100%;background: #c1c1c1;position: absolute;right: -22px;top: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);z-index: inherit;pointer-events: none;}
.reason_home .list_reason .row .col-md-2:last-child .item_reason:after{display: none;}
.agent_home {padding: 0 0 50px;}
body.archive .agent_home{padding: 50px 0;}
.agent_home .box_agent .cnt_agent img{width: 10rem;display: block;object-fit: cover;margin-bottom: 1rem;margin:  auto;}
.agent_home .box_agent .cnt_agent a{color: #153a64;}
.agent_home .box_agent .banner_agent img{width: 100%;}
.agent_home .box_agent .form_agent{position: relative;}
.agent_home .box_agent .form_agent h3{font-size: 25px;color: #252525;margin-bottom: 16px;text-transform: uppercase;font-weight: 700;}
.form_agent .form-group{margin-bottom: 15px;}
.form_agent .form-group input{height: 45px;background: #fff;border: 1px solid transparent;color: #888;    display: block;width: 100%;padding: 8px 10px;line-height: 27px;    border-radius: 5px;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form_agent .form-group textarea{height: 120px;background: #fff;border: 1px solid transparent;color: #888;    display: block;width: 100%;padding: 8px 10px;line-height: 27px;    border-radius: 5px;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;  }
.form_agent .form-group input[type='submit']{background: #153a64;color: #fff;display: inline-flex;align-items: center;justify-content: center;outline: 0;padding: 0 20px;min-height: 40px;text-transform: uppercase;-webkit-transition: .3s;transition: .3s;border-radius: 5px;border: 1px solid transparent;width: auto;font-size: 15px; position: relative;overflow: hidden; line-height:40px;text-align: center;}
.form_agent .form-group input[type='submit']:hover{background: #13549d;color: #fff;}
.project_home .list_project .swiper{padding-bottom: 30px;overflow: unset;}
.project_home .list_project .swiper .swiper-slide{opacity: .3;padding-bottom: 5px;transition: all .5s ease;}
.project_home .list_project .swiper .swiper-slide.swiper-slide-active{opacity: 1;}
.project_home .list_project .swiper .swiper_prev,.project_home .list_project .swiper .swiper_next{color: #0b357a;}
.project_home .list_project {position: relative;margin-top: 2rem;}
.project_home .list_project .item_proj{background: #f2f2f2;height: 100%;position: relative;display: flex;}
.project_home .list_project .item_proj:after{    content: "";width: 3px;height: 100%;background: #153a64;position: absolute;top: 0;right: 0;z-index: inherit;}
.project_home .list_project .item_proj .cnt_proj{    -webkit-box-flex: 0;-ms-flex: 0 0 35%;flex: 0 0 35%;padding:10px;    flex-direction: column;display: flex}
.project_home .list_project .item_proj .cnt_proj .sub_title{color: #252525;font-size: 15px;margin-bottom: 8px;}
.project_home .list_project .item_proj .cnt_proj h3{margin-bottom: 0;}
.project_home .list_project .item_proj .cnt_proj h3 a{font-size: 24px;color: #153a64;margin-bottom: 20px;text-transform: uppercase;display: block;font-weight: 700;}
.project_home .list_project .item_proj .cnt_proj .desc{line-height: 1.5;font-size: 14px; }
.project_home .list_project .item_proj .cnt_proj .more{color: #294f76;margin-top: auto;    text-transform: uppercase;}
.project_home .list_project .item_proj .cnt_proj .more a{color: #294f76;margin-top: auto;    text-transform: uppercase;}
.project_home .list_project .item_proj .thumb_proj{    -webkit-box-flex: 1;-ms-flex: 1;flex: 1}
.project_home .list_project .item_proj .thumb_proj .img_hover{width: 100%;padding-top: 65%;position: relative;min-height: 100%;}
.project_home .list_project .item_proj .thumb_proj a{display: block;position: relative;}
.project_home .list_project .item_proj .thumb_proj a img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.project_home .list_project .swiper .swiper_next,.project_home .list_project .swiper .swiper_prev{z-index: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 5px;
    background: #fff;opacity: 1;
    color: #153a64;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)}
.project_home .list_project .swiper .swiper_next{right: -100px;}
.project_home .list_project .swiper .swiper_prev{left: -100px;}
.project_home .list_project .swiper .swiper_next:hover,.project_home .list_project .swiper .swiper_prev:hover{background: #153a64;color: #fff;}
.project_home .list_project .swiper .swiper-pagination{}
.project_home .list_project .swiper .swiper-pagination .swiper-pagination-bullet{background: #153a64;opacity: .2;cursor: pointer;z-index: 99;}
.project_home .list_project .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}
.list_news .view_more{margin-top: 40px;}
.list_news .item_post {height: 100%;background: #fff;-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);position: relative;box-shadow: 0 4px 10px rgba(0, 0, 0, .15);flex-direction: column;display: flex;}

.list_news .item_post .img{position: relative;    padding-top: 65%;border-bottom: 3px solid #153a64;}
.list_news .item_post .info{padding: 30px 20px 20px;flex-direction: column;display: flex;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;position: relative;}
.list_news .item_post .cat_post{position: absolute;top: -15px;font-size: 15px;  left: 20px;padding: 3px 5px;background: #153a64;border-radius: 3px;z-index: inherit;text-align: center;color: #fff;text-transform: uppercase;}
.list_news .item_post .info .meta{align-items: center;flex-wrap: wrap;display: flex;margin-bottom: 8px;}
.list_news .item_post .info .meta span{margin-right: 0.9375rem;    color: #888;    font-size: .875rem;}
.list_news .item_post .info .meta .views{}
.list_news .item_post .info .name {margin-bottom: 8px;font-size: 14px;font-weight: bold;}
.list_news .item_post .info .name a{overflow: hidden; text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;  color: #252525;display: block;text-transform: uppercase;}
.list_news .item_post .info .desc{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;font-size: 15px;margin-bottom: 8px;}
.list_news .item_post .info .more{text-align: right;}
.list_news .item_post .info .more a{color: #153a64;display: inline-block;    font-size: 15px;}





@media (max-width: 1399px) {
.zek_header_menu .menu>li>a{font-size: 17px;}
.section_main{padding: 50px 0;}
.about_home .box_about .slogan{font-size: 26px;}
.about_home .box_about .cnt_about h2{font-size: 24px;}
.box_title h2, .box_title h1{font-size: 24px;}
.agent_home .box_agent .form_agent h3{font-size: 24px;}
.view_more a{font-size: 14px;}
.about_home .box_about .list_about .item_about .num{font-size: 32px;}
.maps_ct{margin-top: 50px;}

}
@media (max-width: 1199px) {
body{font-size: 15px;}
.container{--bs-gutter-x: 20px;}
.row{--bs-gutter-x: 20px;}
.zek_header_menu .menu>li>a{font-size: 16px;}
.about_home .box_about .slogan{font-size: 24px;}
.about_home .box_about .cnt_about h2{font-size: 22px;}
.about_home .box_about .list_about .item_about{width: 180px;height: 180px;padding: 20px 14px;}
.about_home .box_about .list_about .item_about .icon{width: 50px;height: 50px;}
.about_home .box_about .list_about .item_about .num{font-size: 26px;}
.about_home .box_about .list_about .item_about h3{font-size: 13px;}
.cat_home .item_cat .box .title{font-size: 20px;margin-bottom: 16px;}
.cat_home .item_cat .box .text{margin-bottom: 16px;font-size: 14px;}
.box_title h2, .box_title h1{font-size: 22px;}
.reason_home .list_reason .row{--bs-gutter-x: 30px;}
.reason_home .list_reason .item_reason:after{width: 14px;height: 14px;right: -15px;}
.reason_home .list_reason .item_reason p{font-size: 13px;}
.agent_home .box_agent .form_agent h3{font-size: 22px;}
.project_home .list_project .item_proj .cnt_proj h3 a{font-size: 20px;margin-bottom: 12px;}
.zek_footer_title{font-size: 20px;}
.zek_single_title{font-size: 22px;}
.zek_sidebar_title{font-size: 16px;}
.zek_related_project .item .box{padding: 15px;}
.zek_related_project .item .box .name{font-size: 14px;}
.list_catepro .item_category{padding: 10px;}
.list_catepro .item_category h3{font-size: 14px;}
.list_catepro .item_category .category_relative .name a{font-size: 14px;}
.list_catepro .item_category .category_relative{padding: 10px;}
.list_catepro .item_category .category_relative .list li a{font-size: 12px;}
.woocommerce div.product .product_title{font-size: 18px;}
.info-product .price{font-size: 18px;}
.cnt_pro .tab-title li a{padding: 8px 20px;}

}
@media (max-width: 991px) {
body{font-size: 14px;}
.zek_header_pc{display: none;}
.zek_header_mb{display: block;    position: relative;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);}
.zek_header_logo_mb{padding: 10px 0;}
.zek_header_logo_mb img{max-width: 200px;max-height: 50px;width: auto;}
.header_right_mb{justify-content: flex-end;}
.search_head .woocommerce-product-search input{border: 1px solid #ddd;}
.zek_touch_menu{display: block;margin-left: 5px;width: 32px;height: 32px;position: relative;cursor: pointer;}
.zek_touch_menu:after,.zek_touch_menu:before{content: "";display: block;width: 20px;height: 2px;background-color: #153a64;position: absolute;left: 6px;border-radius: 3px;}

.zek_touch_menu span{display: block;width: 20px;height: 2px;background-color: #153a64;position: absolute;left: 6px;top: 50%;transform: translateY(-50%);border-radius: 3px;}
.zek_touch_menu:after{bottom: 8px;}
.zek_touch_menu:before{top: 8px;}
#zek_menu_mobile .title{display: block;padding: 24px;background-color: rgba(255,255,255,.1);text-transform: uppercase;font-weight: bold;font-size: 20px;}
#zek_menu_mobile .title span{display: block;height: 48px;line-height: 48px;background-color: #222;border-radius: 4px;padding: 0 20px;}
#zek_menu_mobile{width: 300px;height: 100%; background-color: #222;color: #ccc;-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s,-webkit-transform .5s;z-index: 9999;position: fixed;  top: 0;  left: 0;
-webkit-transform: translateX(-300px);
transform: translateX(-300px);}
body.zek_active #zek_menu_mobile{    -webkit-transform: translateX(0);
transform: translateX(0);}
.#zek_menu_mobile ul{list-style: none;padding-left: 0;margin-bottom: 0;}
.#zek_menu_mobile .menu{display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
list-style: none;
padding: 0;
margin: 0;}
#zek_menu_mobile .menu li{position: relative;border-bottom: solid 1px #3c3c3c;margin-left: 0;}
#zek_menu_mobile .menu>li{border-bottom-color: #2f2f2f;}
#zek_menu_mobile .menu li>a{display: flex;
padding: 8px 24px !important;color: #ccc;}
#zek_menu_mobile .menu>li ul{background-color: #2f2f2f;display: none;}
#zek_menu_mobile .menu li>i{position: absolute;right: 0;top: 0;width: 40px;height: 40px;line-height: 40px;font-size: 14px; text-align: center;z-index: 2;cursor: pointer;}
#zek_menu_mobile .menu>li>ul ul{background-color: #4c4b4b}
#zek_web{-webkit-transition: margin .5s;
transition: margin .5s;}
body.zek_active #zek_web{margin-left: 300px;margin-right: -300px;}
.zek_line_dark{opacity: 0;transition: all .5s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);z-index: 999}
body.zek_active .zek_line_dark{opacity: 1;visibility: visible;cursor: url(images/close.png) 15 15,default;}

.zek_supports{width: 120px;height: 120px;}
.zek_supports .item{left: -40px}
.zek_backtop{right: 40px;}

.section_main{padding: 40px 0;}
.reason_home .list_reason .col-item:nth-child(3n) .item_reason:after{display: none;}
.project_home .list_project .item_proj .cnt_proj .sub_title{font-size: 14px;}
.project_home .list_project .item_proj .cnt_proj h3 a{font-size: 18px;}
.list_news .item_post .info{padding: 25px 10px 10px}
.list_news .item_post .info .name{font-size: 13px;margin-bottom: 6px;}
.list_news .item_post .info .more a{font-size: 13px;}
.list_news .item_post .cat_post{font-size: 13px;top: -13px;left: 10px;}
.zek_footer_title{font-size: 18px;}
.zek_breadcrumbs{padding: 15px 0 10px;}
.form_agent .form-group input[type='submit']{height: 36px;line-height: 36px;font-size: 13px;}
.box_title{margin-bottom: 20px;}
.box_title h2, .box_title h1{font-size: 20px;}
.about_home .box_about .slogan{font-size: 20px;}
.about_home .box_about .list_about{margin-top: 20px;}
.maps_contact .box_maps .maps_sibar table tr{padding: 10px;}
.maps_contact .box_maps .maps_sibar table tr h3{font-size: 14px;}
.maps_contact .box_maps .maps_sibar table tr p{font-size: 13px;}
.maps_contact .box_maps .maps_sibar .hotline_ch{width: 32px;}
.maps_contact .box_maps .maps_sibar .ic{width: 20px;}
.maps_contact .box_maps .maps_sibar .cnt{width: calc(100% - 52px);}
.branch_sec3 .item{height: 60px;}
.direction-mb{flex-direction: column-reverse;}
.list_catalog .item .title a{font-size: 14px;}
.zek_single_title{font-size: 20px;}
.list_proje .item_proje .project_content{padding: 15px;}
.list_catepro .col-item{width: 25%;}
.list_product .col-item{width: calc(100% / 3)}
.related-product h2{font-size: 20px;}
.catpro_child .item a{height: 38px;}

}
@media(max-width:767px) {


/* Content-post-mb */
.columns-4,.columns-5,.columns-6{grid-template-columns:repeat(2,1fr);grid-gap:15px}
.columns-3,.columns-2{grid-template-columns:repeat(1,1fr);grid-gap:15px}
.content-post h1{font-size:24px;}
.content-post h2{font-size:20px;}
.content-post h3{font-size:18px;}
.content-post h4{font-size:16px;}
.content-post h5,.content-post h6{font-size:14px;}
.content-post .alignnone{margin:0 10px 10px 0}
.content-post .aligncenter,.content-post div.aligncenter{margin:10px auto}
.content-post .alignright{margin:5px 0 10px 10px}
.content-post .alignleft{margin:5px 10px 10px 0}
a img.alignright{margin:5px 0 10px 10px}
a img.alignnone{margin:5px 10px 10px 0}
a img.alignleft{float:left;margin:5px 10px 10px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption.alignnone{margin:5px 10px 10px 0}
.wp-caption.alignleft{margin:5px 10px 10px 0}
.wp-caption.alignright{margin:5px 0 10px 10px}
.content-post .gallery{margin:-5px!important}
.content-post .gallery .gallery-item{padding:5px;margin-top:0!important}
.content-post .gallery.gallery-columns-3 .gallery-item,.content-post .gallery.gallery-columns-4 .gallery-item,.content-post .gallery.gallery-columns-5 .gallery-item{width:50%!important}
.content-post .gallery.gallery-columns-6 .gallery-item,.content-post .gallery.gallery-columns-7 .gallery-item,.content-post .gallery.gallery-columns-8 .gallery-item,.content-post .gallery.gallery-columns-9 .gallery-item{width:calc(100% / 3)!important}

.section_main{padding: 30px 0;}
.search_head{max-width: calc(100% - 38px)}
.search_head .woocommerce-product-search{width: 200px;max-width: 100%;}
.cat_home .item_cat .zek_overlay{opacity: 1;visibility: visible;}
.cat_home .item_cat .box{opacity: 1;visibility: visible;bottom: 0;}
.form_agent .form-group input{height: 40px;line-height: 24px;}
.form_agent .form-group textarea{line-height: 24px;}
.agent_home{padding: 0 0 30px;}
.project_home .list_project .item_proj .cnt_proj{padding: 8px;flex: 0 0 45%;}
.project_home .list_project .item_proj .cnt_proj .sub_title{font-size: 13px;}
.project_home .list_project .item_proj .cnt_proj h3 a{font-size: 14px;margin-bottom: 8px;}
.project_home .list_project .item_proj .cnt_proj .desc{font-size: 13px;margin-bottom: 10px;}
.project_home .list_project .swiper .swiper-slide{height: auto;}
.project_home .list_project .swiper .swiper_prev{left: -20px;}
.project_home .list_project .swiper .swiper_next{right: -20px;}
.project_home .list_project .swiper .swiper_next, .project_home .list_project .swiper .swiper_prev{width: 30px;height: 30px;}
.project_home .list_project .swiper .swiper_next:after, .project_home .list_project .swiper .swiper_prev:after{font-size: 16px;}
.list_news .view_more{margin-top: 20px;}
.maps_contact .box_maps .maps_sibar{width: 100%;height: auto;max-height: 400px;}
.maps_contact .box_maps .maps_main{width: 100%;}
.maps_contact .box_maps .maps_main{height: 300px;}
.box_vimi .row .col-md-6{border: none !important;}
.about_home .box_about .slogan{font-size: 16px;}
.list_proje .item_proje .project_content .capt{font-size: 14px;}
.list_proje .item_proje .project_content .short_content{margin-bottom: 10px;}
.zek_project_gallery .mySwiper-about{width: 60%;margin: 0 0 0 20%;}
.zek_project_gallery .box-button-about{width: 20%;padding-right: 0;}
.list_catepro .col-item{width: calc(100% / 3);}
.list_product .col-item{width: 50%;}
.cnt_pro .tab-title li a{font-size: 14px;padding: 8px 10px;}
.catpro_child .item a{height: 36px;}

}
@media(max-width:575px) {
.list_catepro .col-item{width: 50%;}
.zek_header_logo_mb img{max-width: 40px;}
.project_home .list_project .item_proj{display: block;}
.project_home .list_project .item_proj .cnt_proj{padding: 10px 15px;}
.project_home .list_project .item_proj .cnt_proj .sub_title{font-size: 14px;}
.project_home .list_project .item_proj .cnt_proj h3 a{font-size: 16px;}

}