:root {
    --color: #e82221;/*do - ok*/
    /*--color2: #f03333;*/
    --color-balck50: #636363 ;
    --link-color: #33708d;
    --link-color-hover: #73743e;
    --font-family: Verdana, Geneva, sans-serif;;
    --font-size: 15px;
    --letter-spacing: 0.25px;
    --background: #f03333;
    /*--background2: #fff;*/
    --border-color: #e9e9e9;
    --text-color: #000000;

}



h1, h2, h3, h4, h5, h6, .title {
    font-weight: 400;
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: var(--font-family);
    font-weight: normal;
    letter-spacing: var(--letter-spacing);
    font-size: 16px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    max-width: 100%;
    padding:0;
}

a {
    color: #000;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    color: inherit;
    text-decoration: unset
}

a:hover {
    color: var(--color);
    text-decoration: unset
}
.color, .color a { color: var(--color) !important} 
/*.color2, .color2 a { color: var(--color2) !important}*/
/*.bgcolor{ background-color: var(--background) !important}*/
.text-color{color: #fff !important;}
img.w-auto{
    max-width: max-content;
}
table{
    max-width: 100%;
    width: 100%;
    border-color: #ccc !important;
    border: none;
}
table td,table th{
    padding: 4px 6px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#xtvccount {
    display: none;
}
.text-primary {
    color: #0187d0 !important;
}
.bg-primary {
    background-color: #0187d0 !important;
}
.text-1-line, .text-2-line, .text-3-line{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-1-line{-webkit-line-clamp: 1;}
.text-2-line{-webkit-line-clamp: 2;}
.text-3-line{-webkit-line-clamp: 3;}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
.border {
    border: solid #ccc 1px
}
.author-avata img{
    border-radius: 50%;
    width: 50px;
    height: auto;
    max-width: 50px;
    max-height: 50px;
}



@media (min-width:1200px) {
    .container {
        max-width: 1130px
    }
}
@media screen and (max-width: 641px){
    .container {
        width: 100%;
        max-width: 100%;
    }    
}


.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.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
}

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 5px;
    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: 15px;
    line-height: 17px;
    margin: 10px 0 0 0;
    padding: 0 4px 5px
}
img {
    max-width: 100%;
    height: auto
}

.big-img img,
img.big-img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 23px
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

a,
.fa,
button,
option {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}
button{cursor: pointer;}
select {
    font-style: normal;
    border: solid 1px #e8e6e2;
    outline: none;
    padding: 6px
}

select:hover {
    border-color: #0187d0;
}
ul{
    list-style-position: inside
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.input-control {
    width: 100%;
    border: solid 1px #e7e7e7;
    background: transparent;
    outline: none
}

.show {
    display: block
}

.hide {
    display: none
}

.clear {
    width: auto;
    clear: left
}

.btn {
    background-color: #008fd5;
    color: #FFF;
    border-color: #008fd5
}

.btn:hover {
    background-color: #00968a;
    color: #FFF;
    border-color: #00968a
}

.button.added {
    display: none !important
}

.found404 {
    text-align: center;
    padding: 60px 0
}

img {
    max-width: 100%
}

.success,
.warning,
.attention,
.information {
    padding: 7px 10px 7px 33px;
    color: #555
}
.success {
    background: #fff url(../img/success.png) 20px center no-repeat;
    color: #313942
}

.tab {
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 5px 0 0;
    border-bottom: none;
    margin: 0 auto 30px;
    position: relative
}

.tab li {
    cursor: pointer;
    display: inline-block;
    color: #212021;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #959595;
    margin: 1px;
    font-weight: 500;
    transition: all 0.3s
}

.tab li.active, .tab li:hover {
    background: #f95050;
    color: #fff;
}
.tablink {
    margin-bottom: 20px;
}
.tabcontent {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
    display: none;
}

.tabcontent.current {
    display: block;
}

.owl-carousel .owl-nav{opacity: 0 ;visibility: hidden;transition: all 0.3s}
.owl-carousel:hover .owl-nav{opacity: 1;visibility: visible;}
.owl-nav button span{display: none;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    margin: -20px 0 0;
    padding: 0;
    outline: none;
    text-indent: 1010%;
    border-radius: 0;
    white-space: nowrap;
    background: transparent;
}
.owl-carousel .owl-nav .owl-prev {
    left: 5px;
}
.owl-carousel .owl-nav .owl-next {
    right: 5px;
}
.owl-carousel .owl-nav .owl-next::before{
    left: auto !important;
    right: 0px;
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 20px;
    background: var(--color);
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before{border: 1px solid #ccc;}

.owl-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    outline: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ff4c4c;
    border-color: #ff4c4c;
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px
}

.rows>[class*="col-"]{
    padding-right: 1px;
    padding-left: 1px;
}

.row0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.row0>[class*="col-"]{
    padding-right: 0;
    padding-left: 0;
}
.row3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px
}

.row3>[class*="col-"]{
    padding-right: 3px;
    padding-left: 3px;

}
.row4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px
}

.row4>[class*="col-"]{
    padding-right: 4px;
    padding-left: 4px;

}
.row6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}

.row6>[class*="col-"]{
    padding-right: 6px;
    padding-left: 6px;

}
.row8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.row8>[class*="col-"]{
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
}
.row10{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.row10>[class*="col-"]{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.zoom-img-hover, .zoom-img-hover .thumbnail{
    position: relative;
    overflow: hidden;
}

.zoom-img-hover img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: transform 5s !important;
}
.zoom-img-hover:hover img{
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.alert .button{
    float: right;
    color: black;
    font-weight: bold
}


/*head*/
#head{background-color: #fff;}
.main-header{
    position: relative; 
}
.head-lang{
    position: relative;
    font-size: 13px;
    text-align: right;
    z-index: 99;
    cursor: pointer;
}
.head-lang .current-lang img{
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.2);
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}







.fixmenu .main-header{
    background-color: #ffffffe8;
}
.fixmenu .head .logo img{
    height: 35px;
}
@keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@-moz-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}

.box-head{
    height: 75px;
}
.main-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.2);
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}
.logged-in.admin-bar .main-header{
    top: 32px !important;
}
.head .logo img{
    width: auto;
    height: 60px;
    z-index: 9;
    padding: 6px 0;

    transition: all .3s cubic-bezier(.25,.8,.25,1);
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.main-menu{
    position: relative;
    z-index: 9;
    position: relative;
}
a.trigger{
    position: absolute;
    top: calc(50% - 14px);
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}
a.trigger svg{
    width: 20px;
    height: 16px;
    font-style: 17px;
}
.menu-mobile.opened .bg {
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.menu-mobile .bg {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.menu-mobile.opened .main-menu-mobile {
    transform: translateX(0);
}
.menu-mobile .main-menu-mobile {
    position: fixed;
    z-index: 99999;
    transition: transform .5s cubic-bezier(.7, 0, .3, 1) 0s;
    width: 20rem;
    max-width: 100%;
    bottom: 0;
    text-align: left;
    top: 0;
    overflow-y: auto;
    background-color:#6d6d6d;
    transform: translateX(-20rem);
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.25rem;
}
.main-menu-mobile .main-menu{background-color: transparent;}
.icon--search{
    width: 16px;
    height: 16px;
}
/*end head*/


.content-gallery .gallery-item{
    border: 1px solid #A9A9A9;
    padding: 6px;
    position: relative;
    cursor: pointer;
}




.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

@media screen (min-width:991px) {
    .flexslider .flex-direction-nav {
        display: none
    }
}

.flexslider .flex-direction-nav li {
    position: absolute;
    top: 45%;
    list-style: none;
    display: none;
    opacity: 0
}

.flexslider:hover .flex-direction-nav li {
    display: block;
    opacity: .6
}

.flexslider .flex-direction-nav li:hover {
    opacity: .8
}

.flexslider .flex-direction-nav a {
    font: normal normal normal 14px/1 FontAwesome;
    width: 30px;
    height: 50px;
    font-size: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    line-height: 43px;
    text-align: center;
    background: #00000087;
    border-radius: 2px;
}
.flexslider .flex-direction-nav .flex-prev:before{
    left: 13px;
}
.flexslider .flex-nav-next {
    left: 0
}

.flexslider .flex-nav-next a:before {
    content: "\f104";
    color: #fff;
    position: relative;
    left: 10px;
    top: 1px;
}

.flexslider .flex-nav-prev {
    right: 0
}

.flexslider .flex-nav-prev a:before {
    content: "\f105";
    color: #fff;
    position: relative;
    left: 15px;
    top: 1px
}
.flexslider .flex-direction-nav .flex-prev:before{
    left: 13px;
}
.flex-direction-nav a:hover {
    /*border-color: #0a195c*/
}

.flex-direction-nav a:hover:before {
    /*color: #0a195c*/
}

#single-product-carousel.flexslider .flex-direction-nav li {
    top: 28%
}


.slider li {
    list-style: none
}

.design {
    overflow: hidden;
    background-color: #cccccc59
}

.h-box marquee * {
    display: inline;
    font-size: 12px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    color: #333;
    font-weight: 400
}

.h-box marquee {
    text-align: left;
    background: none;
    color: #333;
    line-height: 30px;
    font-size: 13px;
    display: block
}

#BackToTop {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(121, 121, 121, .65);
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    border-radius: 2px;
    transition: all .5s
}

.copyright {
    line-height: 30px;
    color: #333;
    font-size: 13px;
}




.content {
    position: relative;
}
.content-product {
    position: relative;
}
.content-post{
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff;
}
.post-content{
    background: #fff;
}
.entry-content{
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}
.entry-content ul {
    display: inline-block;
    margin-top: 7px;
    list-style: none;
	margin-bottom: 1rem;
}
.entry-content ul li:first-child {
    border-top: 1px solid #CACACA;
}
.entry-content ul li {
    border-bottom: 1px solid #CACACA;
    padding: 7px 0 8px 13px;
    background: transparent url(../img/bckgrnd_li.png) no-repeat 0 8px;
    background-position: left;
}
.page-content{
    position: relative;
    font-size: 14px;
    margin-bottom: 30px; 
}
.pdf-shortcode {
    display: inline-block;
    width: 100%;
}
.pdf-shortcode .pdf-icon{
    border: none !important;
    margin-bottom: 10px;
    padding-right: 10px;
    display: inline-block;
    float: left;
    width: 33%;
}

@media screen and (max-width: 992px){
    .pdf-shortcode .pdf-icon{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .pdf-shortcode .pdf-icon{
        width: 100%;
        float: none;
    }
}
#sidebar {
    position: relative
}
.sidebar {
    margin-bottom: 30px;
}

.product-details{
    top: 60px;
    margin-bottom: 15px;
}
.woocommerce-Address{width: 100%, flex: 0; max-width: 100%}
.price {
    font-weight: 700
}

.featured-image img{
    width: 100%
}
.control-image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.control-image .slides{
    transform:none !important;
}
.control-image .slides>li{
    float: left;
    display: inline !important;
    text-align: center;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    color: #000;
    background: #cccccc;
}
.control-image  .flex-active-slide{color: #fff !important;; background-color: var(--color) !important;}

.product-gallery ul li{
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.zoomWindow{border: none !important;}
.pdf-icon{
    background: transparent url(../img/icon_pdf.png) no-repeat 2px 15px;
    background-position: left;
    padding: 14px 0 15px 50px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    border-top: 1px solid #ccc;
}
.pdf-icon:last-child{
    border-bottom: 1px solid #ccc;
}
.pdf-box .row .pdf-icon{
    border-bottom: none;
}
.pdf-icon span{
    display: block;
}





.file-pdf textarea{height: 100px;}
.form-request{
    width: 600px;
    margin: 20px auto;
    max-width: 100%;
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.form-request .form-element{
    margin-bottom: 10px;
}
.form-request .form-element input, .form-request .form-element textarea{background-color: #ddd;}
.form-request.active {
    display: block;
}
.form-request .ajax-loader{
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
    transition: all 0.3s;
}
.form-request form{
    position: relative;
    transition: all 0.3s;
}
.form-request form.submitting{
    opacity: 0.6;
    user-select: none;
}




.short-desc{
    font-size: 15px;
}
.short-desc li:before{
    content: "\f05d";
    font-family: FontAwesome;
    color: #0187d0;
}
.short-desc .title{
    color: #323c3f;
    margin: 0 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}
.short-desc p{margin-bottom: 0}
.product-price {
    font-weight: 700;
    font-size: 24px;
    color: red;
}
.product-item .product-price {
    font-weight: 700;
    font-size: 16px;
    color: #da251c;
}
.product-price ins{text-decoration: unset !important;}
.sort-by {
    float: right;
    position: relative;
    font-size: 14px;
}
.woocommerce .page_title span:after{
    bottom: -11px;
}

.short-desc li {
    list-style: none
}
.form-product-quantity .quantity .qty{
    position: relative;
    width: 300px;
    max-width: 100%;
    float: left;
    padding: 10px 0 10px 10px;
    box-shadow: none;
    text-align: center;
    font-style: normal;
    font-size: 17px;
    min-height: 1px;
    height: 50px;
    line-height: 50px;
    border: #dedede 1px solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #4B4B4B;
    background-color: #fff;
    border: #dedede 1px solid !important;
    background-image: none;
}
.add-button{
    text-align: center;
    display: block;
    border: 0;
    background: var(--color);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 40px;
    outline: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .add-button{
        display: inline-block;
    } 
}
.product-hotline{
    background: linear-gradient(#0144cc, #1b3d83);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}
.product-hotline span{
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    display: block;
}
.product-hotline:hover, .add-button:hover{color: #fff; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)}
.bao-gia{font-size: 17px;}
.quantity .screen-reader-text {
    display: none
}
.text-product i{
    color: #d2232a
}


.woocommerce .cart_totals a.button,
.button>a,
.woocommerce .shop_table button,
a.add-cart,
form.add-to-cart-form .button,
form.checkout button.button {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #0187d0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #0187d0;
    padding: 0 30px
}

.woocommerce .cart_totals a.button:hover,
.button>a:hover,
a.add-cart:hover,
.woocommerce .shop_table button:hover,
form.checkout button.button:hover,
form.add-to-cart-form .button:hover {
    border-color: #0187d0;
    background: #0187d0;
    text-decoration: none;
    color: #fff
}

.meta-product {
    padding: 10px 0
}
.product-information{
    border-top: #666666 1px dotted;
    padding-top: 20px;
    background-color: white;
    border-radius: 3px;
}
.product-info,
.product-sidebars {
    padding: 10px;
    background-color: #fff;
}

.product-information p{margin-bottom: 10px; }

.product-information .title{
    color: #00837e;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    
}


.title-product {
    width: 100%;
    position: relative;
    border: solid 1px #efefef;
    margin-bottom: 20px;
    display: inline-block;
}

.title-product p {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0 solid #ebebeb;
    margin-bottom: 0;
    background: #0187d0;
    padding: 0 15px;
    line-height: 40px
}

.title-product p:before {
    content: "";
    width: 100%;
    height: 8px;
    background: #0187d0;
    position: absolute;
    left: 0;
    top: -8px
}

.title-product p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #0187d0;
    position: absolute;
    top: -8px;
    right: -7px
}

.title-product span {
    color: #edff01
}
.title-product a {
    float: left;
}
.title-product ul{
    height: 40px;
    line-height: 40px;
    float: left;
    list-style: none;
}
.title-product ul:last-child{
    float: right;
    margin-right: 80px;
}
.relatedpost > .title{
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
.product-category-list{
    color: #fff;
}

.box-sp{
    border-bottom: #FFF 1px solid;
    border-left: #FFF 1px solid;
}
.box-sp img{
    width: 100%;
    height: auto;
}
.box-side{
    background-color: #41444b;
}
.box-side a{
    padding-top: 13px;
    display: block;
}
.box-side img{
    width: 100%;
    max-width: 100%;
}
.video-item{
    border-bottom: #FFF 1px solid;
    border-left: #FFF 1px solid;
}
.video-item img{width: 100%;}
.video-Container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video-Container iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}
.title-lnk{
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    text-transform: initial;
    color: var(--color);
    font-weight: normal;
}
.home-product-box{
    background-color: #fff;
    padding: 10px;
}




























.product-item{
    height: 100%;
    position: relative;
    /*background: #fff;*/
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.product-item .sale-lable{
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
    display: block;
    padding: 1px 10px;
    font-size: 14px;
    vertical-align: top;
    width: -webkit-max-content;
    margin-bottom: 5px;
    border-radius: 0 3px 3px 0;
    background: var(--product-on-sale-accent);
    color: var(--product-on-sale-color);
}
.product-item .add-button{
    text-transform: inherit;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    font-weight: 600;

}
.product-item .box-image {
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.product-item .box-image img{
    width: 100%;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    opacity: 1;
    margin: auto;
    width: auto;
}
.product-item:hover .box-image img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.product-item .title a{
    font-size: 14px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    display: block;
}
.star{
    color: var(--color);
}
.product-item del{
    font-size: 80%;
    color: #949494;
    font-weight: 400;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff;
    background: red
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.quantity .qty {
    width: 3.631em;
    padding: 5px;
    text-align: center
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.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] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%
}

.woocommerce .cart_totals a.button,
.woocommerce .shop_table button,
form.add-to-cart .button,
form.checkout button.button {
    cursor: pointer;
    color: #fff;
    background: #f94e3f;
    border: 1px solid #f94e3f;
    padding: 8px;
    border-radius: 4px
}

.woocommerce .cart_totals a.button:hover,
.woocommerce .shop_table button:hover,
form.checkout button.button:hover,
form.add-to-cart-form .button:hover {
    color: #f94e3f;
    background: #fff;
    border: 1px solid #f94e3f
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 350px
}

#customer_details input[type=text],
#customer_details input[type=number],
#customer_details input[type=email],
#customer_details input[type=tel],
#customer_details textarea {
    padding: 6px;
    border-radius: 2px;
    border: 1px solid #ccc
}

.woocommerce-order li {
    list-style: none
}

.woocommerce-mini-cart__empty-message {
    margin: 0 15px
}

.woocommerce-checkout label {
    min-width: 200px
}

@keyframes menu-in-left{from{-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes menu-in-left{from{-webkit-transform:translate3d(-15px,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes menu-in-top{from{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes menu-in-top{from{-webkit-transform:translate3d(0,-15px,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes menu-to-top{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}}@-webkit-keyframes menu-to-top{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-15px,0)}}@keyframes suntory-alo-circle-img-anim{0%,100%,50%{transform:rotate(0) scale(1) skew(1deg)}10%,30%{transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{transform:rotate(25deg) scale(1) skew(1deg)}}


.slider{position: relative;}

.section {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-section {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 12px;
}

.title-cat{
    width: 100%;
    display: flex;
    height: 50px;
    background-color: #0187d0;
}
.title-cat:before {
    content: url(../img/i1.png);
    width: 50px;
    height: 50px;
}
.title-cat a{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: flex;
    width: 100%;
    margin-left: 10px;
}
.dm-list .image-box{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.dm-list .image-box img{
    
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1.01);
    font-family: "object-fit: cover; object-position: center;";
    transition: opacity .2s ease-in-out,transform .95s cubic-bezier(.25, .46, .45, .94);
}
.dm-list:hover .image-box img{
    transform: scale(1.07);
}
.dm-list .title{
    color: var(--heading-color);
    font-weight: var(--text-font-bolder-weight);
    display: block;
    line-height: 1.4;
    text-align: center;
    transition: color .2s ease-in-out;
    transform: translateX(14px);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1)
}
.dm-list:hover .title{
    color: var(--color2);
    transform: translateX(0);
}
.dm-list .title svg{
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}
.dm-list:hover .title svg{
    opacity: 1;
    right: 0;
}
.view-all a{
    display: block;
    transform: translateX(26px);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
}
.view-all a svg{
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px;
    opacity: 0;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
}
.view-all a:hover{
    transform: translateX(0);
}
.view-all a:hover svg{
    opacity: 1;
    right: 0;
}

.home-cat .cat-image:before, .home-cat .cat-image:after{
    display: block;
    position: absolute;
    -webkit-transition: all .1s ease-in .1s;
    transition: all .1s ease-in .1s;
    background: rgba(0,0,0,.1);
    filter: alpha(opacity=0);
    content: "";
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    width: inherit;
    z-index: 9;
    height: inherit;
    transform: scale(0,1);
}
.home-cat .cat-image:hover:before, .home-cat .cat-image:hover:after{
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.home-cat .owl-item.active .product-item, .home-cat2 .owl-item.active .product-item{
    border-right: 1px solid var(--border-color);
}
.head-row {
    border-bottom: 1px solid #0187d0;
    margin-bottom: 0;
    height: 50px;
    background-color: #fff;
}
.head-row a{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
    color: #0187d0;
    display: block;
    position: relative;
    display: block;
    padding: 10px 10px;

}
.home-cat2 .title-section{
    font-size: 24px;
}
.item-service {
    margin-bottom: 20px;
    color: #fff;
}
.item-service .box-img img{
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    -ms-transition: all .8s linear;
    transition: all .8s linear;
    display: inline-block;
}
.item-service .box-img, .item-service .box-img{
    width: 40px;
    display: block;
    flex: none;
}
.item-service .box-text{
    margin-left: 10px;
}
.item-service .box-text p{margin-bottom: 0}

.home-about-me{padding-bottom: 0px}
.about-me{
    border-radius: 3px;
    background: #fff;
    padding: 28px 30px;
    border: 1px solid var(--border-color);
}
.about-me .title{
    font-size: 18px;
    margin-bottom: 10px;
}
.about-me .desc p{margin-bottom: 0; font-size: 15px}
.btn-link a{
    background: #ffffff;
    color: var(--color2);
    padding: 8px;
    display: inline-block;
    border-radius: 3px;
}

.breadcrum {
    margin-top: 20px;
    display: flex;
    font-size: 14px;
    width: 100%;
    color: #000;
}
.breadcrum a{
    color: #979797 !important;
}
.breadcrum .breadcrum-item > *{
    float: left;
}
.breadcrum-item > span a, .breadcrum-item > span > span , .breadcrum-item .current-item{
    color: #000;
    display: block;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s;
}
.breadcrum-item a:hover{color: var(--color)}
.breadcrum-item > span a:after{
    content: "/";
    color: #979797;
    padding: 0 6px;
}

.breadcrum-item a,
#sidebar a {
    text-decoration: unset
}

.share>a {
    padding: 0px 7px;
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin-top: 5px;

}

.share>a .fa {
    color: #fff;
    margin-right: 3px
}

.share .twitter {
    border-color: #55acee;
    background-color: #55acee
}

.share .google {
    border-color: #dd4d42;
    background-color: #dd4d42
}

.posts {
    margin-top: 20px
}
.post-meta{
    font-size: 13px;
}
.post-meta li:after{
    content: "/";
    margin-left: 10px;
    display: inline-block;
    color: #d5d5d5;
}
.post-meta li:last-child:after{display: none;}
.entry-post-title{
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--text-color);
    padding-bottom: 8px;
    position: relative;
    padding-bottom: 20px;
}
.entry-title:before{
    content: "";
    width: 100px;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.entry-title {
    font-weight: bold;
    background: none;
    color: #212529;
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
}

.entry-product-title{
    font-size: 26px;
    color: #000;
}
.page-product-title{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
}
.select-bar{
    padding: 10px 0;
    margin-bottom: 0;
}
.content-product .term-description{
    padding: 1rem!important;
}
.content-product .products{
    margin-right: -1px;
}
/*.products .product-item{
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}*/
.product-cat{
    background-color: #fff;
}
.page-title{
    font-size: 22px;
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
    background-color: #fff;
}
.page-product-title{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
.page-product-title > h1, .page-product-title > span{
    font-weight: bold;
    font-size: 27px;
    color: #fff;
    margin-bottom: 0;
}
.page-search{
    width: 200px;
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
}
.page-search button{
    width: 60px;
    background-color: var(--color) !important;
}
.page-search button svg{color: #fff;}
.post-control{
    padding: 30px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.post-control a{
    font-weight: bold;
}
.post-control .col{
    border-right: 1px solid #dee2e6!important;
}
.post-control .col:last-child{
    border:none !important;
}
.post-control .next-post{
    text-align: right;
}
.post-category{
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-balck50);
}
.sidebar-product-page ul.product-categories li{
    position: relative;
    list-style: none;
}
.sidebar-product-page ul.product-categories li>a{
    background: #FFF;
    display: block;
    height: 35px;
    border-bottom: #cccccc 1px solid;
    padding-left: 20px;
    line-height: 35px;
}
.sidebar-product-page li:hover>a, .sidebar-product-page .current-cat>a{
    color: var(--color);
}
.sidebar-product-page ul.product-categories ul.children{
    list-style: none;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    padding: 0;
    z-index: 100;
    width: 230px;
    padding: 6px 10px;
    border-left: 2px solid var(--color);
    visibility: hidden;
    transform: translateX(10px);
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}
.sidebar-product-page ul.product-categories ul.children>li{
    width: 100%;
    float: left;
    border:none;

}
.sidebar-product-page ul.product-categories li:hover>ul.children{
    visibility: visible;
    opacity: 1; 
    transform: translateX(0px);
}
.sidebar-product-page ul.product-categories .cat-parent >a:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}







.title-divider {
    border-top: 2px solid;
    display: block;
    max-width: 48px;
    margin: 15px auto 15px;
    color: #161616;
}
.posts .comment *{
    color: #fff
}

/*share*/
.share-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    margin-left: auto;
    margin-right: auto;
}
.share-icons>a{
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    margin-right: .12em;
    border: 1px solid currentColor;
    background-color: transparent;
    border-radius: 50%;
    object-fit: cover;
    font-size: 1.2em;
    line-height: 31px;
    color: #fff;
    margin-right: 4px;
}
.share-icons>a:hover{
    background-color:#fff !important;
}
.share-icons .facebook {background-color: #3a589d; border-color:#3a589d;}
.share-icons .facebook:hover {color: #3a589d;}
.share-icons .twitter {background-color: #2478ba; border-color:#2478ba;}
.share-icons .twitter:hover {color: #2478ba;}
.share-icons .email {background-color: red; border-color:red;}
.share-icons .email:hover {color: red;}
.share-icons .pinterest {background-color: #cb2320; border-color:#cb2320;}
.share-icons .pinterest:hover {color: #cb2320;}
.share-icons .linkedin {background-color: #0072b7; border-color:#0072b7;}
.share-icons .linkedin:hover {color: #0072b7;}

.tags-list{margin-top:20px;display: inline-block;}
.tags-list a {
    color: #656565;
    font-size: .85714em;
    padding: 5px 10px;
    border: #dedede 1px solid;
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
}
.tags-list a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    width: 3px;
    background: #0187d0;
    z-index: 2;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.tags-list a:after {
    border-top: 10px solid transparent;
    border-left: 5px solid #0187d0;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    top: 20%;
    z-index: 1;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.tags-list a:hover {
    color: var(--color);
    border-color: #0187d0;
    padding: 5px 5px 5px 15px;
}
.tags-list a:hover:before {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.tags-list a:hover:after {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
    width: 5px;
    overflow: hidden;
}
.image-cover{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 80%;
    background-position: 50% 50%;
    background-size: cover;
}
.image-cover img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.related-post{
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.related-post .img-box{
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    padding: 4px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.related-post:hover .img-box{
    -webkit-box-shadow: 0 0 4px #0187d0;
    -moz-box-shadow: 0 0 4px #0187d0;
    box-shadow: 0 0 4px #0187d0;
    border: 1px solid var(--color2);
}
.related-post .thumbnail{
    overflow: hidden;
    position: relative;
}
.related-post .box-text{
    padding: 5px 5px 10px;
    font-weight: bold;
}
.related-post .thumbnail img {transition: all 0.5s;}
.related-post:hover .thumbnail img {
    transform: scale(1.1);
}
    
    
}

.related-post .title {
    color: #000;
    font-weight: bold;
}


.page-banner {
    min-height: 250px;
    margin-bottom: 50px;
    position: relative
}

.page_title{
    font-size: 25px;
    line-height: 32px;
    margin-top: 5px;
    float: left;
    font-weight: bold;
}


.price del {
    color: #7e7e7e;
    font-weight: 400;
    font-size: 14px
}

.price ins {
    white-space: nowrap;
    font-weight: 700;
    text-decoration: unset;
    float: left;
    margin-right: 10px;
    color: #da251c
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.tick.hot{
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 10px;
    right: 0;
    background: #1ea0f6;
    font-style: italic;
    padding: 2px 5px;
    display: block;
}
.tick.sales{
    position: absolute;
    color: #fff;
    top: 5px;
    left: 5px;
    z-index: 10;
    font-style: italic;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    background-color: #0187d0;
    background: #45B36A;
    background: -moz-linear-gradient(left, #0187d0 0%, #45B36A 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0187d0), color-stop(100%, #45B36A));
    background: -webkit-linear-gradient(left, #0187d0 0%, #45B36A 100%);
    background: -o-linear-gradient(left, #0187d0 0%, #45B36A 100%);
    background: linear-gradient(to right, #0187d0 0%, #45B36A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0187d0, endColorstr=#45B36A);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #0187d0;
}
.box-new-post{
    transition: all 0.3s;
}
.box-new-post li {
    list-style: none;
    display: inline-block;
    margin: 10px 0;
    width: 100%
}
.box-new-post  .media {
    position: relative;
    overflow: hidden;
}

.box-new-post li:not(.custom) .media {
    float: left;
    width: 80px;
    margin-right: 10px;
    overflow: hidden;
}
.box-new-post li:not(.custom) .media-body {
    width: calc(100% - 90px);
    float: left;
    text-align: justify;
    line-height: 18px;
}


.box-new-post .media-body {
    font-size: 14px;
}
.box-new-post span.date{display: block;}
.box-new-post span.date i{color: #bbbbbb;}
.box-new-post .custom:hover {
    background-color: transparent
}


.box-panel .heading{
    display: inline-block;
    padding: 10px 15px;
}
.box-panel .panel-collapse{
    color: #333;
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 5px;
}
.box-panel .collapse{
    width: 100% !important;
    padding: 10px 15px !important;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.box-panel .fa{
    width: 20px;
    float: left;
    line-height: 18px;
}
.box-panel span{
    width: calc(100% - 20px);
    float: left;
}


.box-list-product>div{
    margin-bottom: 15px;
}
.box-list-product .price {
    color: #0187d0;
}



.category-description{
    margin-bottom: 30px
}
.list-post{
    border-bottom: #dddddd 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-post:last-child{
    border: none;
}
.list-post .thumbnail{position: relative;}
.list-post .thumbnail a{
    position: relative;
    overflow: hidden;
    display: block;
}

.list-post .thumbnail img{
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    opacity: 1;
}
.list-post:hover .thumbnail img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.list-post .box-text{
    color: #747474
}

.list-post .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    color: #333132;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.list-post .title:hover{
    color: var(--color);
}
.read-more{
    display: inline-block;
    margin-top: 35px;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    background: #000;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.read-more:hover{
    background: #f03333;
    color: #fff
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 43px;
    height: auto;
    min-height: 38px;
    overflow: hidden
}

.pagination {
    margin-top: -1px;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top:10px;
    border-radius: 0;
    /*border-top: 1px  solid var(--border-color)*/
}

.pagination .page-numbers {
    padding: 15px;
    display: inline-block
}

.pagination .page-numbers>li {
    display: inline
}

.pagination .page-numbers>li>a,
.pagination .page-numbers>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--color2);
    text-decoration: none;
    border: 1px solid var(--color);
    margin-right: 5px;
    border-radius: 3px;
}

.pagination .page-numbers .current {
    border-radius: 3px;
    background: var(--color);
    color: #fff;
    border: 1px solid var(--color)
}

.pagination .page-numbers>li>a:focus,
.pagination .page-numbers>li>a:hover,
.pagination .page-numbers>li>span:focus,
.pagination .page-numbers>li>span:hover {
    z-index: 2;
    background: var(--color);
    color: #fff;
    border-color: var(--color);
}

.footer {
    margin: 50px 0 15px 0;
}

.page-template-homepage .footer{
    margin-top: 0px;
}

.footer-text{
    border-bottom: 1px solid #979797;
}
.footer-text2{
    margin-top: 20px;
    font-size: 12px;
    padding-bottom: 20px;
}
.sidebar-menu a{
    padding: 15px 5px;
    line-height: 10px;
}
.box-maps{
    position: relative;
    height: 0;
    padding-bottom: 50%;
   color: #000;
}
.box-maps iframe{
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}
.footer-box .textwidget strong{margin-top: 20px;}
.footer-box .textwidget p i{margin-right: 5px; color: #0187d0}
.about-footer {
    padding: 2px 0; 
    color: #333
}
.social-box{
    background: #fff;
    padding: 10px;
}
.social-icons{
    display: flex;
    align-items: center;
}
.social-icons ul li{
    padding-right: 0;
    padding-left: 3px;
}
.social-icons .fa {
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.social-icons .fa.fa-twitter {
    background-color: #55acee;
}
.social-icons .fa.fa-facebook {
    background-color: #3b5998;
}
.social-icons .fa.fa-pinterest {
    background-color: #cd1f28;
}
.social-icons .fa.fa-instagram {
    background-color: #c4008e;
}
.social-icons .fa.fa-youtube {
    background-color: #f00;
}



.social {
    margin-top:10px;
}

.social a {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #fff
}

.social a:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .15)
}

.social ul {
    margin: 0 !important;
    padding: 0 !important
}

.social ul li {
    padding: 0 0 0 2px !important;
    margin-top: 0 !important;
    border: none !important
}

.social ul>li:before {
    display: none
}

.social a.twitter {
    background: #1da1f2;
    border-color: #1da1f2
}

.social a.facebook {
    background: #365493;
    border-color: #365493
}

.social a.pinterest {
    background: #e60023;
    border-color: #e60023
}

.social a.github {
    background: #fff
}

.social a.github i {
    color: #000
}

.social a.linkedin {
    background: #0077b5;
    border-color: #0077b5
}

.social a.google {
    background: #db4437;
    border-color: #db4437
}

.title-footer {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    text-align: left;
}


.widget_text ul {
    margin-bottom: 20px;
    text-align: left
}
#mvcwid{padding-top: 0 !important}
.widget_text ul>li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
.widget_text ul>li:before{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 15px;
    margin-right: 5px;
}

.widget_text ul>li:first-child {
    margin-top: 0
}

.contact-form{
    padding: 8px;
    font-size: 12px;
}
.contact-form label{
    font-size: 12px;
    padding: 0;
    line-height: 20px;
}
.contact-form .wpcf7-form-control-wrap input{
    font-size: 14px;
    padding: 0;
}
.contact-form textarea{height: 60px;}
.contact-form form>p{margin: 0;text-align: center;}
.contact-form input.wpcf7-submit{
    margin:0px !important;
    font-size: 12px !important;
    padding: 5px !important;
}
.lien-he{
    height: 38px;
    padding: 0;
    line-height: 40px;
    color: #f25e37;
    font-weight: bold;
}

.col-box {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    position: relative
}

.col-box: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
}

.col-box:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .3)
}

.col-box: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
}

.col-box:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .3)
}

.col-box .image {
    width: 100%;
    overflow: hidden;
    min-height: 100px;
    padding: 0;
    align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    flex-flow: column;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -o-flex-flow: column;
    -os-flex-flow: column
}

.col-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zoom:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.col-box .text {
    color: #fff;
    bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0;
    position: absolute;
    z-index: 4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    background: rgba(255, 255, 255, .211765)
}

.col-box:hover .text {
    bottom: 38%
}



.form-search{
    position: relative;
    width: 100%;
    display: flex;
}
.form-search .inputsearch{
    width: calc(100% - 35px);
}
.form-search button{
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-left: none
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    display: inline-block;
    padding: 6px;
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: border-box;
}
.widget-form{
    margin-top: 20px;
}
.widget-form .wpcf7-text{
    height: 32px;
    padding-left: 15px;
    width: calc(100% - 42px);
    display: -webkit-inline-box;
    border: none;
    font-size: 13px;
    display: -moz-inline-box;
    color: #333;
}
.widget-form .wpcf7-submit {
    width: 42px;
    height: 32px;
    float: right;
    background: #0187d0;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border: none;
    opacity: 1;
}
.widget-form p{margin-bottom: 0}
.wpcf7-submit{
    height: 40px;
    width: 100px;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    background: var(--color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.form-nhantin .wpcf7-text{
    height: 40px;
    float: left;
    background: #fff;
    width: calc(100% - 120px);
    color: #0a0a0a;
    font-size: 13px;
    outline: none;
    padding-left: 10px;
    border: none;
}
.form-nhantin .wpcf7-submit{
    float: right;
}
.center {
    text-align: center
}

/* call botton */
.draggable {
    touch-action: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible
}

.draggable.is-pointer-down .draggable-icon,
.draggable:hover .draggable-icon {
    background-color: #7fe6a0
}

.draggable.is-pointer-down .draggable-bd,
.draggable:hover .draggable-bd {
    background-color: rgba(18, 242, 0, .5)
}

.draggable.is-pointer-down .draggable-bg,
.draggable:hover .draggable-bg {
    border: 2px solid #12f200
}

.draggable-icon {
    width: 55px;
    height: 55px;
    top: 23px;
    left: 23px;
    position: absolute;
    background: #00aff2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .7;
    box-sizing: initial;
    -webkit-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -o-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bd {
    width: 90px;
    height: 90px;
    top: 7px;
    left: 5px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .75 !important;
    background-color: rgba(255, 87, 34, .62);
    border-radius: 100%;
    opacity: .1;
    -webkit-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bg {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .5;
    border-radius: 100%;
    border: 2px solid #00aff2;
    opacity: .1;
    -webkit-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -o-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phone_text {
    position: absolute;
    bottom: -4px;
    left: -17px;
    width: 130px;
    background: #ffe800;
    color: #000;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 13px;
}
@-moz-keyframes draggable-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes draggable-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes draggable-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes draggable-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes draggable-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes draggable-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}

/*sidebar*/
.sidebar-page{
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.title-sidebar {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 11px 20px;
    color: #000;
    background: 0 0;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
}

.widget-form-search form{
    line-height: 45px;
    height: 45px;
    border: 1px solid #a3a3a3;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 100%;
    overflow: hidden;
}
.widget-form-search input{
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
    height: 42px;
    margin-left: 10px;
}
.widget-form-search button{
    position: relative;
    box-shadow: none;
    height: 43px;
    line-height: 0;
    width: 60px;
    color: #fff;
    background: #000;
    border: none;
    outline: none;
}
.tagcloud{
    padding: 20px ;
}
.tagcloud a{
    color: #636363;
    font-size: 14px !important;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background: 0 0;
    margin: 0 6px 10px 0;
    display: inline-block;
    font-weight: 400;
    z-index: 0;
    line-height: 18px;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

}
.tagcloud a:hover {
    border-color: #f03333;
    color: #fff;
}
.tagcloud a:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #efefef;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.tagcloud a:hover:before {
    width: 100%;
    background: #f03333;
}
.list-side-post{
    border-bottom: 1px #d3d3d3 dotted;
    padding: 10px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-side-post .post-img{
    -ms-flex: 0 1 90px;
    flex: 0 1 75px;
    max-width: 75px;
    position: relative;
}
.list-side-post .post-desc{
padding-left: 15px;
    overflow: hidden;
    -ms-flex: 1 1;
    flex: 1 1;
}
.list-side-post:last-child {
    border-bottom: 0;
}


@media only screen and (min-width:992px) {
    .col-row-5{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main-menu .menu {
        margin: 0 0;
    /*        text-align: right;*/
    /*        display: block;*/
    }

    .main-menu .menu li {
        position: relative;
        display: inline-block;
    }

    .main-menu .menu a {
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }
    .main-menu .menu>li>a {
        font-size: 14px;
        padding: 8px 0;
        align-items: center;
        text-transform: uppercase;
        color: #333;
        display: block;
    }
    .main-menu .menu>li{
        margin-right: 25px;
    }
    .main-menu .menu a:hover, .main-menu .current-menu-item>a, .main-menu .current-menu-ancestor>a, .main-menu li:hover>a{
        color: var(--color);
        background: transparent;
        transition: all 150ms ease-in-out !important;
    }
    .main-menu .menu>li>a:before{
        content: '';
        height: 15px;
        width: 1px;
        background: #fff;
        display: block;
        position: absolute;
        left: 0;
    }
    .main-menu .menu>li:before {
        position: absolute;
        content: "";
        left: 50%;
        right: 50%;
        bottom: 0;
        width: 0;
        border-bottom: var(--color) 3px solid;
        -webkit-transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        -ms-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    .main-menu .menu>li:hover:before {
        left: 0;
        right: 0;
        z-index: 1;
        width: auto;
    }
    .main-menu .menu>li.menu-item-has-children:after {
        content: "";
        width: 0;
        height: 0;
        display: none;
        top: 50%;
        right: 6px;
        margin: -2px 0 0 0;
        position: absolute;
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #fff
    }

    .main-menu .sub-menu {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        border: none;
        border-radius: 0;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        min-width: 250px;
        font-weight: 500;
        margin: 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        float: left;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        list-style: none;
        color: #fff;
        border-radius: 0;
        border: 0;
        z-index: 1000;

        background-color: rgba(88,88,90,0.8);
    }
    .main-menu .sub-menu a{
        display: block;
        align-items: center;
        justify-content: space-between;
        padding: 11px 20px 10px 20px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    .main-menu .sub-menu a:hover{
        color: #fff;
        background-color: var(--color)
    }
    .main-menu .menu-item-has-children .sub-menu li:last-child{
        border-bottom: none;
    }
    .main-menu .sub-menu li{
        width: 100%; 
        border-bottom: 1px solid #ccc;
    }
    .main-menu .menu>.menu-item-has-children>a:after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 5px;
        position: relative;
        font-weight: bold;
        font-size: 16px;
    }

    .main-menu .sub-menu .menu-item-has-children>a:before {
        content: "\f105";
        font-family: FontAwesome;
        text-align: center;
        font-size: 14px;
        top: 50%;
        position: absolute;
        right: 6px;
        line-height: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        color: #fff
    }

    .main-menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
        margin-top: 0;
    }

    .main-menu .sub-menu .sub-menu {
        left: 100%;
        top: 0;
        border-top: none !important
    }

}

@media only screen and (max-width:991px) {
    ul.product-categories{list-style: none;}
    ul.product-categories ul.children {
        list-style: none;
        display: none;
        background-color: #fff;
        padding: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all 0.3s;
        width: 100%;
    }
    ul.product-categories li{position: relative;overflow: hidden;}
    ul.product-categories .children>li{margin-left: 20px !important}
    ul.product-categories li.cat-parent i {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 39px;
        height: 39px;
        text-align: center;
        transition: all 0.3s;
    }
    ul.product-categories li a {
        padding: 8px 0 8px 12px;
        font-size: 15px;
        transition: all 0.3s ease-in-out;
        position: relative;
        text-decoration: none;
        word-wrap: break-word;
        display: block;
    }
    ul.product-categories li.cat-parent i:after {
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome;
    }
    ul.product-categories li.open>ul{
        display: block;
        height: auto;
    }
    ul.product-categories li.open>i{
        transform: rotate(90deg);
    }
    .title-product ul:last-child {
        margin-right: 10px;
    }

    .hone-blog{
        margin-bottom: 0px;
    }
    .sales-product{
        margin-bottom: 20px;
    }
    h1 {
        font-size: 18px
    }

    .mobile-menu {
        padding: 20px
    }


    .tab li {
        margin-bottom: 10px
    }
    .container-mb {
        max-width: 100%
    }

    .col-mb {
        max-width: 100%;
        flex: 100%
    }

    .account-info {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #0187d0;
        background-size: cover;
        position: relative;
        z-index: 2
    }

    .account-info img {
        max-width: 100%;
        border-radius: 50%;
        border: solid 1px #ebebeb;
        width: 50px;
        height: 50px
    }

    .account-info a,
    .account-info span {
        padding: 5px;
        text-align: center;
        display: inline-block;
        color: #fff
    }

    .flex-direction-nav {
        display: none
    }

    .main-menu a {
        line-height: 20px;
    }
    .main-menu .menu li {
        width: 100%;
        position: relative;
        list-style: none
    }
    .main-menu .menu li a {
        padding: 10px 15px;
        display: block;
        color: #fff;
        /*border-bottom: 1px solid #ccc*/
    }

    .main-menu .sub-menu {
        margin-left: 35px;
        display: none
    }

    .main-menu .menu-item-has-children>i {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 39px;
        height: 39px;
        text-align: center
    }

    .main-menu .menu-item-has-children.show>i {
        transition: all 0.3s;
        color: #00968a;
        transform: rotate(90deg)
    }

    .main-menu .menu-item-has-children>i:after {
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome
    }

    .main-menu.show {
        display: block;
        max-height: 312px;
        overflow-y: visible;
        overflow-x: hidden
    }
    .main-header .logo {
        text-align: center;
    }
}
@media screen and (max-width: 1200px) and (min-width: 991px){

}
@media (max-width: 768px){
    .box-youtube iframe{
        height: 300px;
    }
    .entry-content{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        column-gap: 0px;
    }
}
@media only screen and (max-width:530px) {

}

#fb-root .fb_dialog{
    bottom: 60px !important;
    right: 6px !important;
}


/*zalo chat*/
.group-button{
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 99999;
}
.group-button.right{
    right: 3px;
    left: auto;
    bottom: 60px
}
.group-button .item{
    position: relative;
    left: 10px;
    margin-bottom: 5px;
}
.group-button.right .item{
    right: 10px;
    left: auto;
}
.group-button .item img{
    width: 45px;
    height: auto;
/*    border-radius: 50%;*/
}
.group-button .item .text{
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #314282b3;
    left: 110%;
}
.group-button.right .item .text{
    right: 110%;
    left: auto;
}
.group-button .item .text:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #314282b3 transparent transparent!important;
    right: 100%;
    display: unset!important
}
.group-button.right .item .text:before{
    right: auto;
    left: 100%;
    transform: rotateZ(-180deg);
}
.group-button .item:hover .text{
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-device-width: 991px){
    .group-button .item .text {
        display: none;
    }
}



/*message-purchased*/
#message-purchased {
    background-color: #ffffff;
    color: #212121 !important;
    border-radius: 10px;
    border: 0;
    border-radius: 5px;
    bottom: 100px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    display: none;
    left: 10px;
    padding: 0;
    position: fixed;
    right: auto!important;
    text-align: left;
    top: auto!important;
    width: auto;
    z-index: 99999;
    padding: 6px;
    padding-right: 40px;
}
#message-purchased.fade-out {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeOut;
    opacity: 1;
}
#message-purchased.fade-in {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeIn;
    opacity: 0;
}
@keyframes nFadeOut {
    0% {
        opacity: 1
    }

    100% {
        bottom: 0;
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes nFadeIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}
#message-purchased #notify-close {
    background: url(../images/close.png) 0 0/cover rgba(0,0,0,0);
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

#message-purchased span{
    display: block;
}



.socical-box a{
    color: #878787;
    font-size: 30px;
    display: inline-flex;
}