.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;
}
/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { text-align:center; }

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    border: 1px solid #bbb !important; 
    padding: 6px 12px; 
    margin: 0;  
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a { 
    font-weight: bold !important; 
    color: #999 !important
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #666 !important; 
    background-color: #ddd !important; 
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Tiếp theo '; }
.wp-pagenavi .previouspostslink:after { content: ' Quay lại'; }
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    top: initial !important;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.suntory-alo-ph-img-circle {
    / animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; /
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: 0.5;
}
/*.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #EB278D;
    opacity: 1;
}*/
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #f52d2d;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}
/*.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #EB278D;
}*/
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgb(202, 4, 14);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}
/*.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #EB278D;
}*/
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #f52b2b;
}
@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 13px;
    color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
span.nb {
color: #fff;
display: inline-block;
background: #f52b2b;
border-radius: 12px;
padding: 5px 10px;
font-size: 17px;
font-weight: 600;
position: absolute;
top: 31px;
left: 63px;
    min-width: 135px;
}
*{margin:0;padding:0;line-height:1.5}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #323c3f;
    letter-spacing: 0px;}
body{    line-height: 1.7;
    font-family: "Roboto",sans-serif;font-size: 14px;
    color: #2f2f33;}
a:hover, a:focus, a:visited {
text-decoration: none;
outline: none;}
a:hover{color: #00528a}
a {
text-decoration: none;
cursor: pointer;
color: #575454;}
img{max-width:100%;border:none;height:auto}
li{list-style:none}
p.wp-caption-text{text-align: center;}
.content-post h1, .content-post h2, .content-post h3, .content-post h4, .content-post h5, .content-post h6{    color: #00528a;font-size: 20px;}
.wp-caption.aligncenter{max-width: 100% !important}
.content-post ul {
padding-left: 20px;}
.content-post li {
list-style: inside;}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
display:block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float:right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; 
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin:0;
max-width: 98.5%;
padding:0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
    text-align:center;
margin:0;
padding:0 4px 5px;
}
footer .site-footer {
    position: relative;
    background: #efefef;
    border-top: 1px solid #ddd;
    padding: 27px 0 0;}
    footer .copyright {
    line-height: 40px;
    text-align: center;
    color: #00528a;
    position: relative;
    padding: 10px 0px 10px;
    background: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;}
    footer .copyright span {
    padding: 0 0;
    background-color: #fff;
    text-align: center;
    color: #a8a8a8;}
    footer .copyright a, footer .copyright b {
    font-weight: bold;
    color: #00528a;}
    .ttl-footer{font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 0px;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;}
    footer a, footer{color: #fff}
    footer .footer-widget {
    overflow: hidden;
    position: relative;
    z-index: 2;}
    footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;}
    footer .list-menu li {
    color: #000;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;}
    footer .menu_first li {
    overflow: hidden;}
    footer .menu_first li .fa {
    text-align: left;
    width: 20px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-left: 1px;
    height: 28px;}
    footer .list-menu li .fa {
    margin-right: 5px;}
    footer .menu_first li .frist_ {
    text-decoration: none;
    width: calc(100% - 50px);
    -o-width: calc(100% - 50px);
    -webkit-width: calc(100% - 50px);
    -moz-width: calc(100% - 50px);
    display: block;
    float: left;
    text-align: left;
    line-height: 28px;
    font-size: 12px;}
    footer .footer-widget .social_right a {
    width: 34px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #a8a8a8;
    margin-right: 8px;
    margin-bottom: 8px;}
    footer .footer-widget .social_right a:hover {
    background: #00528a;
    color: #fff;}
    footer .footer-widget p {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0px 10px;}
    footer .list-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
    line-height: normal;}
    footer .list-menu a:hover{color: #fff}
    footer .footer-bottom {
    text-align: center;
    padding: 30px 0;color: #000;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;}
    footer .footer-bottom img {
    display: block;
    margin: 10px auto;}
    footer .footer-bottom ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;}
    footer .footer-bottom ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;}
    footer .footer-bottom ul li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease 0s;}
    footer .footer-bottom ul li:after {
    content: "\|";
    display: block;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -2px;}
    .top_bar{font-family: 'Roboto', sans-serif;
    font-size: 13px;
    overflow: hidden;    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    background: #fff;}
    .contact_top li {
    float: left;
    color: #ffffff;}
    .contact_top li span {
    color: #464646;
    text-decoration: none;}
    .contact_top li:nth-child(2) {
    padding-left: 40px;
    position: relative;}
    .contact_top li:nth-child(2):before {
    content: "";
    height: 10px;
    width: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 20px;
    top: 5px;}
    .contact_top.right {
    float: right;}
    .search_header .header_searchs {
    margin: 26px 0px;}
    .search_header .header_searchs .search-bar {
    max-width: 555px;
    width: 555px;
    margin-bottom: 0px;
    position: relative;
    display: table;
    border-collapse: separate;}
    .search_header .header_searchs .search-bar .collection-selector {
    position: absolute;
    display: inline-block;
    min-width: 180px;
    max-width: 180px;
    z-index: 999;
    background: #fff;
    left: 0;
    text-align: right;
    border: solid 1px #eaeaea;
    border-right: 0px;
    height: 42px;}
    .search_header .header_searchs .search-bar .collection-selector .search_text {
    text-align: left;
    cursor: pointer;
    padding: 0px 32px 0px 20px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #76767e;
    display: inline-block;
    margin: 0px;
    line-height: 40px;
    background: #fff;    border: 0;
    border-right: 1px solid #eaeaea;
    height: 40px;
    overflow: hidden;}
    .search_header .header_searchs .search-bar .input-group-field {
    width: 100%;
    margin-left: 92px;
    margin-bottom: 0;
    height: 42px;
    padding: 0 100px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    display: block;
    border-radius: 4px;
    outline: none;
    border: solid 1px #e5e6ec;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;}
    .search_header .header_searchs .search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding-left: 10px;}
    .search_header .header_searchs .search-bar .input-group-btn .icon-fallback-text {
    background: #00528a;
    color: #fff;
    font-size: 12px;    border-radius: 0;
    height: 42px;
    font-weight: 500;
    text-transform: uppercase;}
    .private.login_register_ {
    float: right;}
    .private .wrap_log .ti_ {
    width: 30px;
    display: inline-block;
    float: left;
    line-height: 94px;
    font-size: 24px;
    color: #2f2f33;}
    .private .wrap_log .log {
    padding-left: 0px;
    float: left;
    line-height: 22px;
    margin-top: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;}
    .private .wrap_log a {
    line-height: 22px;    color: #2f2f33;
    font-size: 13px;}
    .private .wrap_log span{    line-height: 22px;
    font-size: 13px;
    color: #bdbdc6;
    font-weight: 400;}
    .private .wrap_log .log .ww {
    display: block;}
    .top-cart-contain {
    color: #333;
    padding: 0;
    right: 0px;
    z-index: 1000;
    height: 95px;
    float: left;
    line-height: 70px;
    position: relative;}
    .search-cart .top-cart-contain .mini-cart {
        margin-left: 25px;}
        .search-cart .top-cart-contain .mini-cart .cart-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    color: transparent;
    margin-top: 28px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 0;
    background: #efefef url(img/shopping-cart.png) no-repeat center center;}
    .search-cart .top-cart-contain .mini-cart .heading-cart a {
    margin-top: 0;
    display: inline-block;
    background: #00528a;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 23px;
    right: -9px;}
    .header-menu ul.menu > li > ul > li >a:hover{    background: #00528a;color: #fff}
    .header-menu{border-bottom: solid 1px #e5e6ec;
    background: #efefef;}
    .header-menu ul.menu > li{float: left;
    position: relative;
    z-index: 3;}
    .header-menu ul.menu > li > ul{position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);transition: all 0.3s ease 0s;
    display: block;
    visibility: hidden;
    top: 150%;
    opacity: 0;
    min-width: 220px;box-shadow: none}
    .header-menu ul.menu > li:hover > ul{    display: block;
    margin-top: 0px;
    border-top: 0px;
    border-radius: 0px;
    width: 200px;
    padding: 0px;
    background: #fff;
    border: solid 1px #ebebeb;    opacity: 1;
    z-index: 10;
    top: 100%;
    visibility: visible;}
    .header-menu ul.menu > li > ul > li{    display: block;
    width: 100%;position: relative;}
    .header-menu ul.menu > li > ul > li >a{    clear: both;
    font-weight: 400;    font-family: 'Roboto', sans-serif;    color: #2f2f33;
    line-height: 1.42857143;
    color: #333;display: block;padding: 10px;}
    .header-menu ul.menu > li > a{    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
       padding: 17px 15px;position: relative;
    display: block;
    z-index: 5;}
    .header-menu ul.menu > li > a:hover, .header-menu ul.menu > li.current-menu-item > a{color: #fff;background: #00528a;}
    .header-menu ul.menu > li.menu-item-has-children > a:after{    font: normal normal normal 14px/1 FontAwesome;    content: "\f107";margin-left: 5px;}
    ul{margin: 0}
        .slider-home .owl-nav button {    width: 30px !important;
    height: 30px !important;
    background: #f5f5f5 !important;
    color: #dadbdb !important;
    font-size: 25px !important;
    line-height: 22px !important;}
    .slider-home .owl-nav button span{line-height: 30px !important;}


    .banner img{width: 100%}
    .banner:before{    content: '';
    height: 100%;
    background: rgba(0,0,0,0.5) url(img/icon-plus.png) no-repeat scroll center center;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -webkit-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;}

    .slider-banner .row{margin: 0 -5px}
    .slider-banner .row > div{padding: 0 5px;}
    .banner-top .item:not(:last-child){margin-bottom: 10px;}
    .banner:hover:before {
    transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -webkit-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;}
    .banner {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;}
    .slider-banner{margin-top: 10px;}
    .section_service_index_end * {
    transition: all .2s;}
    .section_service_index_end .ser .wrap_ser {
    overflow: hidden;
    padding: 25px 15px 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: 1px solid #dbdbdb;}
    .section_service_index_end .ser .wrap_ser .font_icon {
    display: block;
    width: 50px;
    float: left;
    font-size: 26px;
    color: #990808;
    text-align: center;}
    .section_service_index_end .ser .wrap_ser .content_ser {
    width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    display: block;
    float: left;}
    .section_service_index_end .ser .wrap_ser .content_ser p {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;}
    .section_service_index_end .ser .wrap_ser .content_ser span {
    font-size: 13px;
    color: #999;
    font-weight: 400;}
    .section_service_index_end .ser .wrap_ser .content_ser p, .section_service_index_end .ser .wrap_ser .content_ser span {
    font-family: 'Roboto', sans-serif;}
    .section_service_index_end .ser .wrap_ser:hover {
    background: #00528a;
    border-color: #00528a;}
    .section_service_index_end .ser .wrap_ser:hover .fa, .section_service_index_end .ser .wrap_ser:hover p, .section_service_index_end .ser .wrap_ser:hover span {
    color: #fff;}
    .dear_title .title_head_.border_content {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    background: #f5f5f5;}
    .dear_title {position: relative;}
    .dear_title .list_menucat{    border: none;
    position: absolute;
    top: 5px;
    right: 15px;}
    .dear_title .list_menucat li{float: left;
    margin-bottom: -1px;}
.dear_title .list_menucat li a{    color: #555;
    cursor: default;margin-right: 2px;position: relative;    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;}
.dear_title .list_menucat li a:after{content: '';
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 16px;
    bottom: auto;
    background: #a6a6a6;
    height: 10px;
    width: 1px;
    transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;}

.dear_title .list_menucat li:last-child a:after{display: none;}



    .dear_title .title_head_.border_content a {
    text-decoration: none;
    background: #00528a;
    min-width: 205px;
    padding: 0 15px;
    margin: 0;line-height: 49px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;}
    .dear_title .title_head_.border_content a:before {
    border-bottom: 27px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-top: 0 solid transparent;
    border-left: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;}
    .dear_title .title_head_.border_content a:after {
    border-bottom: 0 solid transparent;
    border-right: 10px solid #f5f5f5;
    border-top: 27px solid transparent;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;}
    
    .list-brand .item a{    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 1px;}
    .list-brand .item a img{width: auto;    max-height: 99px;
    max-width: 100%;}
    .list-brand{    border-left: 1px solid #dbdbdb;}
    .section_blog_main_index .owl_blog_main_ .item_blog_owl {
    background: #fff;
    overflow: hidden;
    padding: 0;}
    .blog-item {
    overflow: hidden;
    margin-bottom: 15px;}
    .img1 {
    position: relative;
    overflow: hidden;}
    .img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;}
    .blog-item-thumbnail a {
    display: block;
    text-align: center;}
    .blog-item-thumbnail img {
    width: 100%;
    margin: 0 auto;}
    .img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;}
    .blog_large_item .blog_name {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #00528a;
    display: block;
    margin: 5px 0px;}
    .blog-item .calendar {
    color: #b3b3b3;
    font-size: 12px;
    margin: 0;}
    .blog-item .calendar .fa {
    margin-right: 5px;}
    .section_blog_main_index .owl_blog_main_ .item_blog_owl .blog-item .large_name {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2f2f33;
    white-space: nowrap;line-height: 28px;    margin: 0px 0px 10px;}
    .text1line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
    .blog_large_item .large_name a {
    color: #2f2f33;
    display: inherit;
    text-overflow: ellipsis;
    overflow: hidden;}
    .blog-item .cmt {
    color: #b3b3b3;
    margin: 0 0 10px 0;}
    .blog-item .cmt .fa {
    margin-right: 5px;}
    .blog-item .cmt a {
    color: #b3b3b3;}
    .blog-item .cmt a .fa {
    margin-left: 10px;}
    .img1:hover:before {
    right: 50%;
    left: 50%;    display: block;
    width: 0;
    background: rgba(255,255,255,0.3);}
    .img1:hover:after {
    height: 0;    display: block;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);}
    .owl-carousel .owl-dots {
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;}
    .section_blog_main_index .owl_blog_main_ .owl-dots {
    margin-top: 20px;
    bottom: 0;}
    .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;}
    .section_blog_main_index .owl_blog_main_ .owl-dots .owl-dot {
    color: #979799;
    background: #979799;
    width: 8px;
    height: 8px;}
    .section_blog_main_index .owl_blog_main_ .owl-dots .owl-dot.active {
    width: 50px;
    color: #979799;
    border-radius: 8px;
    background: #979799;}
    .item.saler_item {
    clear: both;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;}
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item {
    position: relative;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-top: none;}
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product {
    padding: 0px 10px;
    overflow: hidden;}
    .product-box {
    text-align: left;
    background: transparent;
    position: relative;}
    .product-box .product-thumbnail {
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1;}
    .sale_count {
    position: absolute;
    z-index: 8;
    right: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 0px 0px;
    background: #e42323;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;}
    .sale_count .bf_ {
    position: relative;line-height: 38px;
    display: block;}
    .product-box .product-thumbnail>a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;}
    .product-box .product-thumbnail>a.image_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 220px;}
    .product-box .product-thumbnail>a.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff;}
    .product-box .product-thumbnail>a.image_link img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;}
    .product-action-grid {
    width: 100%;
    position: absolute;
    z-index: 88;
    height: 45px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);}
    .product-action-grid form {
    display: block;
    text-align: center;
    margin-bottom: 0px;}
    .product-action-grid form .button_wh_40 {
    width: 45px;
    height: 45px;
    box-shadow: none;
    border-radius: 50%;
    outline: none;
    border-style: none;
    background-color: #00528a;
    display: inline-block;
    margin-right: 0px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    position: relative;}
    .product-action-grid form .button_wh_40 i {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 43px;}
    .product-action-grid form .button_wh_40 .tooltips {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    box-shadow: 1px 1px 5px #ccc;
    background: #fff;
    color: #333;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 5px;
    border-radius: 3px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);min-width: 80px;}
    .product-action-grid form .button_wh_40 .tooltips span {
    position: relative;}
    .product-action-grid form .button_wh_40 .tooltips span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);}
    .product-box .product-info {
    overflow: hidden;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left;
    margin-bottom: 12px;
    overflow: hidden;}
    .product-box .product-info {
    min-height: 120px;
    padding: 0 15px;}
    .reviews-product-list{    overflow: hidden;
    display: block;}
    .product-box .product-name {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #2f2f33;
    margin-bottom: 7px;
    margin-top: 5px;
    min-height: 40px;}
    .product-box .product-name a {
    font-size: 13px;
    color: #2f2f33;
    text-decoration: none;}
    .product-box .product-name a {
    line-height: 20px;}
    .text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
    .product-box .price-box {
    margin-bottom: 20px;font-family: 'Roboto', sans-serif;
    color: #990808;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    margin-right: 0px;
    font-weight: normal;}
    .product-box .tys{background: #00528a;
    color: #fff;
    text-align: center;
    padding: 4px 5px;
    border-radius: 20px;}
    .product-box .price-box del{    font-family: 'Roboto',sans-serif;
    text-decoration: line-through;
    font-size: 12px;
    color: #acacac;
    line-height: 18px;
    font-weight: 300;
    margin-right: 10px;}
    .product-box .price-box ins{text-decoration: none;}
    .wrap_owl_product_ .owl_product_ {
    border-left: 1px solid #dbdbdb;}
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover {
    box-shadow: 0px 12px 16px 0px rgba(39,39,47,0.12);
    -o-box-shadow: 0px 12px 16px 0px rgba(39,39,47,0.12);
    -moz-box-shadow: 0px 12px 16px 0px rgba(39,39,47,0.12);
    -webkit-box-shadow: 0px 12px 16px 0px rgba(39,39,47,0.12);}
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover .product-action-grid {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);}
    .product-box .product-thumbnail>a.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff;display: block;}
    .product-box .product-thumbnail:hover .image_link:before {
    opacity: .4;}
    .action__ {
    text-align: center;
    height: 0px;
    align-items: center;
    display: flex;
    justify-content: center;}
    .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 20px;}
    .cart_button_style {
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    border-style: none;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    margin-right: 0px;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    text-decoration: none;
    position: relative;
    border: solid 1px #00528a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #00528a;}
    .action__ .cart_button_style {
    background: #065005;
    color: #fff;
    border-radius: 25px;
    overflow: visible;
    display: inline-block;
    background: #065005;
    border-radius: 25px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    width: auto;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    padding: 0 20px;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    height: 0;
    transition: all .2s;}
    .item.saler_item:hover .cart_button_style {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    height: 30px;}
    .wrap_owl_product_ .owl_product_ .owl-item .saler_item .owl_item_product:hover .cart_button_style {
    background-color: #065005;
    color: #fff;}
    .item.saler_item:hover .action__ {
    height: 118px;}
    .item.saler_item:hover .product-box .tys{display: none;}
    .item.saler_item:hover .product-box .product-name, .item.saler_item:hover .product-box .price-box, .item.saler_item:hover .reviews-product-list.grid_reviews {
    display: none;}
    .reviews-product-list.grid_reviews i{font-size: 10px;    color: rgb(255, 190, 0);margin-right: 2px;}
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    margin-top: -15px;
    padding: 0;
    background: #f5f5f5;
    outline: none;
    border-radius: 0;    color: #fff;
    white-space: nowrap;
    margin-right: 0;
    margin-left: 0;}
    .owl-carousel .owl-nav .owl-next {
    right: 0;}
    .owl-carousel .owl-nav .owl-prev {
    left: 0;}
    .wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-next {
    right: 0px !important;
    background: transparent;
    color: #fff;
    width: 27px;
    height: 27px;
    background: #d6d6d6;font-size: 20px;
    border: none;
    z-index: 99;}
    .wrap_owl_product_ .owl_product_.owl-carousel .owl-nav .owl-prev {
    right: 0px !important;
    background: transparent;
    left: 0;
    height: 27px;    color: #fff;
    width: 27px;
    background: #d6d6d6;
    border: none;font-size: 20px;
    z-index: 99;}
    .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default;}
    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover{    background: #00528a !important;}
    .main .container > div{margin-bottom: 30px;}
    .banner-product{margin: 30px 0}
    #back-top{    border-radius: 50%;
    background: #00528a;
    text-decoration: none;    text-align: center;    position: fixed;
    bottom: 100px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: solid 3px;
    border-color: #29a9ff;
    line-height: 50px;
    font-size: 14px;right: 15px;    font-weight: bold;
    color: #00528a;}
    #back-top i{    font-size: 16px;
    color: #fff;}
    .breadcrumb {
    font-family: "Roboto",sans-serif;
    margin: 0;
    font-size: 14px;
    padding: 15px 0px 15px;
    border-radius: 0;
    line-height: 24px;
    background-color: transparent;}
    .bread-crumb {
    background-image: url(img/bg_breadcrumb.png);margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;}
    .breadcrumb .fa {
    color: #898989;
    padding: 0px 5px;}
    .entry-title{    font-family: 'Roboto', sans-serif;
    margin: 0px;border-bottom: solid 1px #ebebeb;
    line-height: 22px;
    font-size: 18px;margin-bottom: 20px;
    padding: 0px 0px 10px;text-transform: uppercase;
    position: relative;}
    .entry-title:before{content: "";
    width: 50px;
    height: 1px;
    background: #00528a;
    position: absolute;
    left: 0px;
    bottom: 0px;}
    #maincontent{padding-bottom: 30px;}
    .product-col {
    margin-bottom: 30px;}
    .blog-item-name {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px 0px 10px;
    color: #2f2f33;}
    .blog-main .blog_large_item h3 {
    margin: 0 0 10px;text-transform: uppercase;
    font-size: 22px;}
    .blog-main .blog_large_item h3 a {
    font-weight: 400;
    line-height: normal;}
    .blog-item-name a {
    color: #2f2f33;
    text-decoration: none;}
    .blog-main .blog_large_item .meta {
    font-size: 11px;
    color: #999;margin: 0 0 15px 0;}
    .blog-item .sum {
    font-weight: 400;
    line-height: 20px;
    color: #555555;}
    .relative{position: relative;}
    .title-product{    font-family: 'Roboto', sans-serif;
    color: #2f2f33;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 500;}
    .price-product{font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    color: #990808;}
    .price-product ins{text-decoration: none}
    .price-product del{    font-size: initial;
    color: #333;
    font-weight: initial;}
    .price-product{margin: 10px 0 0}
    .taxable {
    padding-bottom: 5px;
    margin-top: 20px;}
    .taxable .valibled {
    font-size: 13px;
    font-weight: 500;
    color: #2f2f33;}
    .taxable .availabel {
    color: #a6ca3f;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;}
    .form-border {
    border-top: solid 1px #ebebeb;
    padding: 15px 0px 0px 0px ;
    margin-top: 20px;}
    .related-products{clear: both;}
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{    height: 30px;
    border-radius: 5px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px 10px;
    float: left;
    margin-left: 5px;background: #00528a;
    border: solid 1px #00528a;
    position: relative;text-align: center;
    white-space: nowrap;display: inline-block;}
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background: #fff;
    border-color: #00528a;
    color: #00528a;}
    .product-tab .tab-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: inline-block;
    float: left;
    border-left: solid 1px transparent;
    border-right: solid 1px #ebebeb;
    transition: all .2s;}
    .product-tab .tab-content .rte {
    padding: 30px 30px 20px;
    font-family: 'times new roman', times, serif;
    font-size: 16px;background: #fff;
    color: #000;
    border: 1px solid #ebebeb;
    border-top: 0px;}

    .product-tab .tabs-title {
    background: #fff;
    margin-bottom: 0px;
    padding-left: 0px;
    border: solid 1px #ebebeb;}
    .product-content{clear: both;}

    .product-content .rte{font-family: 'times new roman', times, serif;
    font-size: 14pt;
    color: #000000;}

    .product-tab .tab-link.active a{background: #00528a;color: #fff}
    .product-tab .tab-link.active a.active{background: #fff;color: #666;}
    .tab_video{text-align: center;}


    .product-tab .tab-link a{    font-family: 'Roboto', sans-serif;
    color: #76767e;    display: block;
    padding: 12px 25px;
    font-weight: 500;
    font-size: 14px;    text-transform: uppercase;}
    .product-tab .tab-link:first-child {
    border-left: 0px;}
    .woocommerce-product-details__short-description{
    font-size: 14px;
    font-weight: 400;
    color: #76767e;}
    .woocommerce-product-details__short-description ul{padding-left: 15px;}
    .woocommerce-product-details__short-description ul li{    list-style-type: disc;}
    .product.type-product > .sale_count{left: 40%;right: auto;}
    .blog-item .readmore {
    display: block;
    padding: 5px 0 0;
    border-top: 1px solid #ebebeb;
    font-size: 13px;
    color: #00528a;}
    .blog-item .readmore .fa {
    margin-right: 10px;}
    .blog-main .blog_large_item .readmore:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 35px;
    background: #dbdbdb;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;}
    .blog-main .blog_large_item .readmore {
    border-top: none;
    color: #333;
    font-size: 12px;
    position: relative;
    margin: 15px 0 0;
    padding-top: 15px;}
    .buttons_added .minus{padding: 0px;
    font-size: 30px;
    line-height: 30px;
    border: solid 1px #f3f3f3;
    display: inline-block;
    width: 25px;
    height: 30px;
    background: #ecede7;
    color: #222;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;}
    .buttons_added .plus{padding: 0px;
    font-size: 30px;
    line-height: 30px;
    border: solid 1px #f3f3f3;
    display: inline-block;
    width: 25px;
    height: 30px;
    background: #ecede7;
    color: #222;    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;}
    .buttons_added .qty{    padding: 0px;
    margin: 0px;
    display: inline-block;
    border: solid 1px #f3f3f3;
    border-left: 0px;
    border-right: 0px;
    height: 30px;
    width: 40px !important;
    text-align: center;    vertical-align: top;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    min-height: unset;line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;}
    .woocommerce-checkout #payment ul.payment_methods li{list-style: none}
    .btn-45-no-radius {
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #00528a;
    display: inline-block;
    padding: 0px 25px;
    text-decoration: none;
    border: solid 1px #00528a;}
    .group_contact .btn-45-no-radius {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #00528a;
    border-radius: 5px;
    color: #fff;}
    .btn-45-no-radius:hover {
    color: #00528a;
    background: #fff;
    border-color: #00528a;
    text-decoration: none;}
    .form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0;}
    .group_contact .form-group input, .group_contact .form-group textarea {
    border-color: #ebebeb;}
    .group_contact .form-group .form-control {
    font-family: 'Roboto';
    font-size: 14px;
    color: #2f2f33;
    height: 40px;
    padding: 0px 20px}
    .group_contact .form-group .content-area {
    height: 120px;
    padding: 20px;
    border-radius: 0px !important;
    resize: none;}
    .page-login .form-signup .form-group textarea {
    box-shadow: none;
    border-radius: 0px;}
    .group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
    border-color: #ebebeb;}
    .group_contact .form-group input {
    border-radius: 0px !important;}
    .des_contact .store_name {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;}
    .des_contact ul {
    margin-top: 20px;}
    .des_contact ul li {
    line-height: 24px;
    margin-bottom: 5px}
    .des_contact ul li i {
    float: left;
    width: 20px;
    line-height: 24px;}
    .des_contact ul li span {
    font-size: 14px;
    font-weight: normal;
    display: table;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-img-horizontal {
    width: 90px;
    max-height: 90px;
    display: block;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-img-horizontal .product-image {
    padding-right: 15px;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal {
    width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    display: block;
    float: left;
    padding: 0px 0px 0px 15px;
    position: relative;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .item-name {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2f2f33;
    line-height: 20px;
    margin: 0px;
    padding: 0px;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .item-name a {
    color: #2f2f33;
    text-decoration: none;
    display: block;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box {
    font-family: 'Roboto', sans-serif;    font-size: 15px;
    font-weight: 500;
    color: #00528a;
    display: inline-block;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box ins{text-decoration: none;}
    .wol_product .product_col_dets .wrap_owl_topsale .owl_col_details .item .hot_sale_product .item-info-horizontal .price-box del{font-size: 12px;
    font-weight: 300;
    color: #76767e;
    margin-right: 10px;}
    .mobile-menu{display: none;}

.menu_bar .title_menu{    background: #f3f8fe;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px 0 20px;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;}
.menu_bar .title_menu .nav_button{line-height: 55px;
    display: block;
    float: left;
    height: 55px;
    width: auto;
    font-size: 14px;
    margin-right: 20px;}
.menu_bar .title_menu i{color: #b3b3b3;
    font-size: 14px;
    float: right;
    line-height: 50px;}
.menu_bar .title_menu .title_{font-family: 'Roboto', sans-serif;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    padding-left: 0px;}
.list_menu_header{display: none;}
.menu_bar .dpb{display: block;}
.menu_bar{position: relative;}
.menu_bar .list_menu_header{position: absolute;top: 100%;left: 0;
    width: 100%;z-index: 999;}
.menu_bar .list_menu_header .ul_menu{    margin-left: 0px;
    padding-left: 0px;
    background: #f3f8fe;
    margin-bottom: 0px;
    border-top: 0px;
    position: relative;
    padding: 10px 0px;
    border-left: solid 1px #e5e6ec;
    border-right: solid 1px #e5e6ec;
    border-bottom: solid 1px #e5e6ec;}
.menu_bar .list_menu_header .ul_menu li{    list-style: none;
    padding: 0px 20px;position: relative;}
.menu_bar .list_menu_header .ul_menu li a{font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    display: block;
    padding: 6px 10px 6px 0px;
    color: #000;
    position: relative;
    text-transform: capitalize;
    border-bottom: solid 1px #e5e6ec;}

.menu_bar .list_menu_header .ul_menu li.menu-item-has-children > a:after{content: "\f105";
position: absolute;right: 0;top: 10px;font: normal normal normal 14px/1 FontAwesome;}
.menu_bar .list_menu_header .ul_menu li .sub-menu{    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 1px 1px 5px #ccc;
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    backface-visibility: hidden;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;}
.menu_bar .list_menu_header .ul_menu li:hover{background: #fff;}
.menu_bar .list_menu_header .ul_menu li:hover .sub-menu{    display: block;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);}
.menu_bar .list_menu_header .ul_menu li .sub-menu li a{    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 6px 40px 6px 0px;
    color: #000;
    position: relative;
    text-transform: capitalize;}
.menu_bar .list_menu_header .ul_menu li .sub-menu li:last-child a{border-bottom: none;}
.menu_bar .list_menu_header .ul_menu li:last-child  a{border-bottom: none;}
.products-view .product-col:nth-child(3n+1){clear: left;}
.item.saler_item:hover {box-shadow: rgba(0,0,0,0.2) 0 0 5px;}


.detail_pro .price-product .vat{font-size: 14px;
    margin-left: 15px;
    color: #999;}
.vender_ {font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #76767e;}
.vender_ ul {padding-left: 15px;}
.vender_ .bold {font-weight: 500;
    text-transform: uppercase;}
.detail_pro{background: #fafbf9;
    padding-top: 40px;}
.product_meta .tag_pro{width: 150px;display: inline-block;float: left;}
.product_meta .posted_in{display: none;}
.addthis_inline_share_toolbox{display: inline-block;}
.product_meta .ttt{    font-weight: 500;}
.form_footer{position: relative;}
.form_footer .form-group input{border: 1px solid #ebebeb;
    padding: 0 20px;
    width: 100%;color: #333;
    max-width: 100%;
    display: block;
    height: 40px;}
.form_footer .form-group input[type='submit']{    position: absolute;
    top: 0;
    right: 0;
    background: #00528a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    line-height: 39px;
    display: inline-block;
    width: 84px;
    height: 40px;}
.term-description, .page-description{padding: 15px;
    border: 1px dashed #ddd;overflow: hidden;
    margin-bottom: 20px;}
.filter_pro .title18 {font-family: 'Roboto', sans-serif;
    margin: 0px;
    border-bottom: solid 1px #ebebeb;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    position: relative;}
.filter_pro .title18:after{content: "";
    width: 50px;
    height: 1px;
    background: #00528a;
    position: absolute;
    left: 0px;
    bottom: 0px;}




.read-more-plus{display: block;
    width: 150px;cursor: pointer;
    margin: 0 auto 25px;
    border: 1px solid;
    text-align: center;
    border-radius: 15px;
    padding: 4px;
    font-weight: 600;
    color: #00528a;}
.read-more-minus{display: block;
    width: 150px;cursor: pointer;
    margin: 0 auto 25px;
    border: 1px solid;
    text-align: center;
    border-radius: 15px;
    padding: 4px;
    font-weight: 600;
    color: #00528a;}
.read-more-minus:hover, .read-more-plus:hover{color: #fff;background: #00528a}


.sibar_news .item-pop-post .post-thumb{    display: inline-block;
    float: left;
    width: 100px;}
.sibar_news .item-pop-post .post-info{    display: block;
    width: calc(100% - 110px);
    -moz-width: calc(100% - 110px);
    -webkit-width: calc(100% - 110px);
    -o-width: calc(100% - 110px);
    float: left;
    margin-left: 10px;}

.sibar_news .item-pop-post .post-info h3{color: #000;
    text-decoration: none;margin: 0;
    font-weight: 600;    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}

.yith-wcbr-brands {display: none;}
.yith-wcbr-brands-logo{display: none;}

.box_make{padding: 30px 0;}
.box_make .logo_make{padding: 15px;
    border: 1px dashed #999999;margin-bottom: 30px;
    text-align: center;}
.box_make .logo_make img{width: 100%;height: 50px;object-fit: cover;}

.supports {position: fixed;
    z-index: 9999;
    bottom: 150px;
    top: initial !important;
    width: 55px;
    text-align: center;
    left: 15px;}

.supports ul li a img{width: 53px;height: 53px;}
.filter_brands .title18 {   
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    border-bottom: solid 1px #ebebeb;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    position: relative;}
.filter_brands .wc-brand-list-layered-nav-product_brand{
	max-height: 320px;
    overflow-y: auto;
    min-height: 115px;
}
.filter_brands .wc-brand-list-layered-nav-product_brand::-webkit-scrollbar-thumb {background-color: #00528a;width: 6px;
    background-color: #F5F5F5;    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);}

.filter_brands .wc-brand-list-layered-nav-product_brand::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;}
.filter_brands .wc-brand-list-layered-nav-product_brand::-webkit-scrollbar-thumb {background-color: #00528a;}

.filter_brands .wc-brand-list-layered-nav-product_brand::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;}

.filter_brands .wc-brand-list-layered-nav-product_brand li{
	display: flex;
    border-bottom: 1px dashed #efefef;
    padding: 5px 0;
    position: relative;
    list-style: none;
    padding-right: 15px;
    
}
.filter_brands .wc-brand-list-layered-nav-product_brand li .count{
    padding-left:3px;
}
.filter_brands .wc-brand-list-layered-nav-product_brand li a{display: block;padding-left: 20px;}
.filter_brands .wc-brand-list-layered-nav-product_brand li:before{ content: '';
    font-size: 12px;
    color: #222;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block !important;
    margin-right: 5px;
    font-family: FontAwesome;
    top: 9px;
    position: absolute;}

.filter_brands .wc-brand-list-layered-nav-product_brand li:hover:before{    content: '\f00c';
    color: #dc0021;
    font-size: 12px;
    border-color: #dc0021;
    line-height: 15px;
    text-align: center;
    font-family: FontAwesome;}

.filter_brands .wc-brand-list-layered-nav-product_brand li.chosen:before{ 
    content: '\f00c';
    color: #dc0021;
    font-size: 12px;
    border-color: #dc0021;
    line-height: 15px;
    text-align: center;
    font-family: FontAwesome;}


.filter_brands .title18:after{    content: "";
    width: 50px;
    height: 1px;
    background: #00528a;
    position: absolute;
    left: 0px;
    bottom: 0px;}


    
.filter_brands .menu-thuong-hieu-container .menu li{display: block;
    border-bottom: 1px dashed #efefef;
    padding: 5px 0;   position: relative;
  list-style: none;padding-right: 15px;}
.filter_brands .menu-thuong-hieu-container .menu{    max-height: 320px;
    overflow-y: auto;
    min-height: 115px;}
.filter_brands .menu-thuong-hieu-container .menu::-webkit-scrollbar-thumb {background-color: #00528a;width: 6px;
    background-color: #F5F5F5;    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);}

.filter_brands .menu-thuong-hieu-container .menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;}
.filter_brands .menu-thuong-hieu-container .menu::-webkit-scrollbar-thumb {background-color: #00528a;}

.filter_brands .menu-thuong-hieu-container .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;}



.filter_brands .menu-thuong-hieu-container .menu li a{display: block;padding-left: 20px;}
.filter_brands .menu-thuong-hieu-container .menu li:before{ content: '';
    font-size: 12px;
    color: #222;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block !important;
    margin-right: 5px;
    font-family: FontAwesome;
    top: 9px;
    position: absolute;}

.filter_brands .menu-thuong-hieu-container .menu li:hover:before{    content: '\f00c';
    color: #dc0021;
    font-size: 12px;
    border-color: #dc0021;
    line-height: 15px;
    text-align: center;
    font-family: FontAwesome;}

.filter_brands{margin-bottom: 20px;}
.filter_brands .menu-thuong-hieu-container .menu li.current-menu-item:before{ content: '\f00c';
    color: #dc0021;
    font-size: 12px;
    border-color: #dc0021;
    line-height: 15px;
    text-align: center;
    font-family: FontAwesome;}
.product-content table{
    padding: 0;
    border: none;
    border-collapse: collapse;
    border: 1px solid #ddd;
   
    margin: 50px auto 10px;
}
.product-content table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
.product-content table tr>td, 
.product-content table tr>th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-weight: normal;
    text-align: center;
}
@media(max-width:768px){
.product-content table{
    width:auto !important;
    overflow-x: auto;
}
.list_menucat{display: none;}
.product-tab .tab-link a{padding: 5px;}


.section_service_index_end .ser .wrap_ser{margin-bottom: 20px;}
.sidebar{margin-top: 30px;}
.products-view .product-col:nth-child(3n+1){clear: none;}
.products-view .product-col:nth-child(2n+1){clear: left;}
.widget_media_image img{width: 100%;}
.container{width: 100%;padding: 0 15px;overflow: hidden;}
.mobile-menu{background: #00528a;
color: #fff;
font-size: 18px;
padding: 5px 15px;
display: block;}
.mobile-menu:hover, .mobile-menu:focus{color: #fff}
.mm-menu.mm-offcanvas.mm-opened{z-index: 9999}
.search_header .header_searchs .search-bar {
    max-width: 100%;
    width: 100%;}
    .search_header .header_searchs .search-bar .collection-selector{min-width: 100px;display: none;
max-width: 150px;}
.search_header .header_searchs .search-bar .collection-selector .search_text{padding: 0}
.search_header .header_searchs .search-bar .input-group-field{margin-left: 0;padding: 0 10px}
.logo img{display: block;margin: 0 auto}
.search_header .header_searchs{margin: 10px 0}
.logo{margin-top: 10px;}
.banner-product .row > div:not(:last-child), .slider{margin-bottom: 10px;}
.banner-product{margin:20px 0}


