[class*=" col-"],
[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

body {
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.header {
    position: relative;
    padding: 15px 0;
    top:  0;
    width: 100%;
    left: 0;
    z-index: 9;
     transition: all 0.3s ease; 
    background: #000
}
.home .header{
    position: absolute !important;
    background: #00000076 !important;
}
.header.sticky {
    position: sticky;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

  z-index: 9999;
}
.header-t{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.header.sticky .header-t{
    display: none
}
.header-t{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header-b{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.logo img{
    height: 40px;
    width: auto
}
.header-ex{
    background: url(../images/bg-product.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 30px;
}
#sidebar {
    height: 100%;
    z-index: 100;
    background: #333;
    min-height: 100%;
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    transition: left 0.3s linear;
}

.sidebar_wrap {
    height: 100%;
    overflow: hidden;
}

.sidebar_wrap .sidebar_inner {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-right: 30px;
    margin-bottom: 110px;
    overflow-y: auto;
}
/* width */
.sidebar_wrap .sidebar_inner::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .sidebar_wrap .sidebar_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .sidebar_wrap .sidebar_inner::-webkit-scrollbar-thumb {
    background: #e71a0f;
  }
  
  /* Handle on hover */
  .sidebar_wrap .sidebar_inner::-webkit-scrollbar-thumb:hover {
    background: #e71a0f;
  }
#sidebar-btn {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    min-height: 100%;
    height: auto;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 0;
    right: -60px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#60000000, EndColorStr=#60000000);
    color: #fff !important;
}

#sidebar-btn2 {
    display: none;
    vertical-align: middle;
    width: 60px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 0;
    right: -60px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#60000000, EndColorStr=#60000000);
    color: #fff !important;
}

.sidebar01,
.sidebar02,
.sidebar03 {
    flex: 1;
    height: 100%;
}

.sidebar02,
.sidebar03 {
    min-height: 0;
}

.sidebar01 {
    width: 230px;
    padding-bottom: 110px;
}

.sidebar02 {
    width: 230px;
    display: none;
    background: #252525 !important;
    min-height: 1024px;
}

.sidebar03 {
    width: 230px;
    display: none;
    background: #1d1d1d !important;
    min-height: 1024px;
}

#sidebar-btn i {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    color: #fff;
    font-size: 24px;
}

#sidebar-btn2 i {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    color: #fff;
    font-size: 24px;
}

#sidebar.visible {
    left: 0;
    transition: left 0.3s linear;
}

.pure-menu li:hover {
    background: #333
}

.pure-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
    visibility: visible
}

.pure-menu li .pure-menu-children {
    width: 100%;
    border: 0 solid #b7b7b7
}

.pure-menu-horizontal>ul>li:hover>ul {
    top: 100%;
    left: 0
}

.pure-menu ul {
    position: absolute;
    z-index: 200;
    visibility: hidden
}

.pure-menu.pure-menu-open {
    visibility: visible;
    z-index: 2;
    width: 100%
}

.pure-menu ul {
    left: -10000px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: -10000px;
    z-index: 1
}

.pure-menu>ul {
    position: relative;
    z-index: 200
}

.pure-menu-open>ul {
    left: 0;
    top: 0;
    visibility: visible;
    
}

.pure-menu-open>ul:focus {
    outline: 0
}

.pure-menu li {
    position: relative
}

.pure-menu .pure-menu-heading,
.pure-menu a {
    display: block;
    color: inherit;
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu.pure-menu-horizontal>.pure-menu-heading {
    display: inline-block;
    zoom: 1;
    margin: 0;
    vertical-align: middle
}

.pure-menu.pure-menu-horizontal>ul {
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

.pure-menu li .fa{
    position: absolute;
    top: 8px;
    right: 10px;
    color: #fff;
}
.pure-menu li a {
    color: #8c8c8c;
    display: block;
    padding: 4px 0 4px 20px;
    text-decoration: none;
    font-size: 15px
}

.pure-menu li li a:hover {
    background: #1d1d1d;
    color: #fff
}

.pure-menu li li a {
    color: #8c8c8c;
    display: block;
    padding: 4px 0 4px 25px;
    text-decoration: none;
    font-size: 15px
}

.pure-menu-can-have-children>.pure-menu-label {
    padding-right: 0
}

.pure-menu-separator {
    background-color: #dfdfdf;
    display: block;
    height: 1px;
    font-size: 0;
    margin: 7px 2px;
    overflow: hidden
}

.pure-menu-hidden {
    display: none
}

.pure-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.pure-menu-horizontal li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

.pure-menu-horizontal li li {
    display: block;
    z-index: 200
}

.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label:after {
    content: "\25BE"
}

.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label {
    padding-right: 30px
}

.pure-menu-horizontal li.pure-menu-separator {
    height: 50%;
    width: 1px;
    margin: 0 7px
}

.pure-menu-horizontal li li.pure-menu-separator {
    height: 1px;
    width: auto;
    margin: 7px 2px
}

.pure-menu.pure-menu-horizontal li .pure-menu-children,
.pure-menu.pure-menu-open {
    background: #333;
    border: 0 solid #b7b7b7
}

.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
    border: none
}

.pure-menu a {
    border: 1px solid transparent;
    border-left: none;
    border-right: none
}

.pure-menu .pure-menu-can-have-children>li:after,
.pure-menu a {
    color: #777
}

.pure-menu .pure-menu-can-have-children>li:hover:after {
    color: #fff
}

.pure-menu .pure-menu-open {
    background: #333
}

.pure-menu li a:focus,
.pure-menu li a:hover {
    background: #252525;
    color: #fff
}

.pure-menu li.pure-menu-disabled a:focus,
.pure-menu li.pure-menu-disabled a:hover {
    background: #333;
    color: #fff
}

.pure-menu .pure-menu-disabled>a {
    background-image: none;
    border-color: transparent;
    cursor: default
}

.pure-menu .pure-menu-can-have-children.pure-menu-disabled>a:after,
.pure-menu .pure-menu-disabled>a {
    color: #fff
}

.pure-menu .pure-menu-heading {
    color: #565d64;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: .5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf
}

.pure-menu .gnb33 li a {
    color: #8c8c8c;
    display: block;
    padding: 3px 0 3px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300
}

.pure-menu .pure-menu-selected a {
    color: #fff;
    display: block;
    padding: 3px 0 3px 20px;
    text-decoration: none;
    font-size: 18px
}

.pure-menu .pure-menu-selected a:first-child {
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 3px 0 3px 20px;
    text-decoration: none;
    font-size: 18px
}

.pure-menu .pure-menu-selected3 a {
    background: #1d1d1d;
    color: #bbb !important;
    display: block;
    padding: 5px 0 0 20px !important;
    text-decoration: none;
    font-size: 16px
}

.pure-menu .pure-menu-selected3 a:hover {
    color: #fff !important
}

.pure-menu.pure-menu-open.pure-menu-fixed {
    border: none;
    border-bottom: 1px solid #b7b7b7
}
.pure-menu-open .pure-menu-children > ul {
    top: 0;
    visibility: visible;
}
#sidebar .gnb22 ul {
    position: relative;
    left: 0;
    height: auto;
}
#sidebar .gnb22, #sidebar .gnb33 {
    box-sizing: content-box;
}
#sidebar .gnb22 {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    width: 230px;
    height: auto;
    padding-bottom: 100px;
}
#sidebar #Lnb > li:hover .gnb22 {
    display: block;
}
.solution-left{
    float: left;
    width: 50%;
    height: 530px;
    background: url(../images/solutionleft.jpg) right center no-repeat;
    font-size: 60px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
}
.solution-right{
    float: right;
    right: 0;
    width: 50%;
    height: 530px;
    background: url(../images/solutionright.jpg) left no-repeat;
}
.solution{
    padding-left: 49px;
    padding-top: 62px;
}
.solution li img{
    display: inline-block;
    position: absolute;
    left: -100px;
    top: -8px;
}
.solution li{
    position: relative;
    width: 510px;
    text-align: justify;
    margin-bottom: 24px;
    padding-left: 45px;
    background: url(../images/solution_liststyle.png) left 30px no-repeat;
    list-style: none;
    padding-right: 72px;
}
.solution .title{
    font-size: 22px;
    font-weight: 700;
   color:#000;
   text-transform: uppercase;
}
.solution .r_icon{
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 35px;
    left: auto;
}
.title-solution{
    font-size: 60px;
    text-align: center;
    margin-top: 259px;
}
.footer{
    background: #262626;
    padding: 60px 0 30px 0;
    color: #828282;
}
.main-4-box{
    background-color: #f3f2ef;
    padding: 40px 0;
}
.title-classic{
    color: #767676;
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.slider-box{
    margin-bottom: 80px;
}
.block-box{
    margin-bottom: 40px;
	position: relative;
}
.page-owl img{

    padding: 30px;
}
.page-owl .title{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-owl .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.page-owl .owl-prev, .page-owl .owl-next{
    background: rgb(118 118 118 / 59%);
    color:#fff;
    position: absolute;
    padding: 5px 10px;
}
.page-owl .owl-prev{
    left: 0px;
}
.page-owl .owl-next{
    right: 0;
}
.product-owl .image{
    position: relative;
    padding-top: 100%;
    text-align: center;
}
.product-owl .image img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}
.product-owl .owl-item{
    border-left: 1px solid #dfdfdf;
    padding: 10px 20px;
    text-align: center;
}
.product-owl h3{
    font-size: 17px;
    font-weight: 700;
	min-height: 51px;

    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-owl h3 a{
    color:#000
}
.product-owl .money, .pro-grid .money{
    font-size: 16px
}
.title-sub-pro{
    font-size: 13px;
    font-weight: 700;
    height: 22px;

    line-height: 1.42857;
}
.margin-bottom-60{
    margin-bottom: 60px;
}
.product-owl .owl-nav{
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
}
.product-owl .owl-prev, .product-owl .owl-next{
    background: rgb(247 17 0 / 60%);
    color:#fff;
    position: absolute;
    padding: 15px 10px;
}
.product-owl .owl-prev{
    left: 0px;
}
.product-owl .owl-next{
    right: 0;
}
.product-owl .owl-stage-outer{
    border:1px solid #dfdfdf;
    margin-left: -1px;
}
.menu-ex{
    color:#fff;
    font-size: 20px;
    text-align: center;
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 60px;
}
.menu-ex [class*=" col-"]{
    padding-left: 3px;
    padding-right: 3px;
}
.menu-ex a{
    color:#fff;
    display: block;
    padding: 20px 0;
    margin-bottom: 6px;
}
.menu-ex .color:nth-child(1) a{
    background: #5b647f;
}
.menu-ex .color:nth-child(2) a{
    background: #a46c56;
}
.menu-ex .color:nth-child(3) a{
    background: #6b6b6b;
}
.menu-ex .color:nth-child(4) a{
    background: #577088;
}
.menu-ex .color:nth-child(5) a{
    background: #435269;
}
.menu-ex a:hover{
    opacity: .9;
}
.block-title-cl{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbd8;
    margin-bottom: 20px;
}
.news-list{
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center
}
.news-list .image{
    flex: 0 0 35%
}
.news-list .des{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.news-list h3{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
   
}
.news-list h3 a{
    color: #000;
}
.news-list li{
    margin-bottom: 30px;
}
.news-list .des{
    margin-bottom: 5px;
}
.footer ul{
    padding: 0;
    margin: 0
}
.footer li{
    margin-bottom: 10px;
}
.block-title-footer{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color:#fff;
    text-transform: uppercase;
}
.copyright-box{
    border-top: 1px solid #828282;
    margin-top: 20px;
    padding-top: 20px;
}
.block-box-2{
    margin-bottom: 0;
}
.searchform{
    width: 300px;
    right: 0;
    top: 50px;
    position: absolute;
    display: none;
}
.relative{
    position: relative;
}
.inline-block{
    display: inline-block;
}
.btn-search{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 20px;
}
#search_form_shops input{
    width: 100%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 32px;
    background: #757575a1;
	color:#fff;
}
#search_form_shops .fa{
    color:#fff
}
.float-right{
    float: right;
}
.btn-search-click{
    background: #333;
    color: #9E9E9E;
    font-size: 14px;
    border: none;
    width: 33px;
    height: 33px;
}
.social-list{
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 5px;
}
.social-list li{
    display: inline-block;
    margin-right: 5px;
}
.social-list .fa{
    background: #333;
    color: #9E9E9E;
    font-size: 14px;
    border: none;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.social-list .fa:hover, .btn-search-click:hover{
	background:#fff;
	color:#000
}
.breadcrumbs-wrap {
	position: relative;
	margin: 15px 0;
}
.breadcrumbs-wrap .display {
	overflow: hidden;
}
.breadcrumbs {
	display: inline-block;
}
.breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	position: relative;
}
.breadcrumbs li:first-child{
	margin-left: 0
}
.breadcrumbs a, .show-subs-breadcrumbs {
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
}
.breadcrumbs a:hover:before {
}
.breadcrumbs li:after, .show-subs-breadcrumbs:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -1em;
}
.breadcrumbs li:last-child:after {
	content: "";
}
.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after {
}
.subs-breadcrumbs {
	margin: 0;
	padding: 0;
	background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-top: none;
	box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
	display: none;
	z-index: 999999;
}
.subs-breadcrumbs.open {
	display: block;
}
.subs-breadcrumbs li:last-child, .subs-breadcrumbs li:last-child a, .subs-breadcrumbs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
	display: block;
	float: none;
}
.subs-breadcrumbs a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
}
.subs-breadcrumbs li:not(:last-child) a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.subs-breadcrumbs a:hover {
	background-color: rgba(0, 0, 0, 0.1)
}
.subs-breadcrumbs a em {
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}
.show-subs-breadcrumbs {
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}
.header-ex .breadcrumbs-wrap{
    text-align: center
}
.header-ex .breadcrumbs a{
    color: #fff
}
.img-product-a{
    display: table;
    width: 100%;
    
}
.img-product{
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
.img-product img{
    max-width: 240px;
    max-height: 150px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.border-full{
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.border-pro{
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px;
}
.mr-lr-0{
    margin-left: 0;
    margin-right: 0;
}
.pdd-lr-0{
    padding-left: 0;
    padding-right: 0;
}
.pro-grid h3{
    font-size: 17px;
    font-weight: 700;
	height: 51px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-grid a{
    color:#000
}
.pro-grid .money{
    padding: 0;
}
.pro-grid .img-product{
    position: relative;
    padding-top: 75%
}
.pro-grid .img-product img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: contain
}
.pro-grid .price, .product-owl .price{
    height: 55px
}
#shops-content, #viewall{
    margin-bottom: 30px;
}
.sub-menu-pro{
    padding: 0;
    margin: 0;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.sub-menu-pro li{
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px
}
.sub-menu-pro a{
    color: #fff;
}
.sub-menu-pro li:after{
    content: '|';
    color:#333;
}
.sub-menu-pro li:last-child:after{
    content: '';
}
.cat-title{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    
    position: relative;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    margin: 15px 0;
}
.cat-title:after{
    content: '';
    width: 20px;
    height: 1px;
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.fb_iframe_widget, .fb_iframe_widget span{
    vertical-align: top !important;
}
.bg-detail-1, .bg-detail-2{
    background: #f5f5f5;
    padding: 60px 0;
}
.bg-detail-2{
    background: #fff;
}
#detail {
    line-height: 1.8;
    font-size: 15px;
}
#detail .socialicon{
    margin-bottom: 30px;
}
.pro-grid{
    background: #fff;
}
#detail .block-title-cl{
    border-bottom: none;
    padding-bottom: 0;
}
.news-grid{
    margin-bottom: 30px;
}
.news-grid .image{
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-grid .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover
}
.news-grid h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid h3 a{
    color:#000;
    margin-bottom: 5px;
}
.news-grid .date{
    font-size: 13px;
    color: #999999;
}
.news-grid .des{
    height: 40px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.socialicon{
    margin-bottom: 10px;
}
.form-lh .input-group{
    width: 100%;
}
.form-lh textarea{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-height: 100px;
    resize: vertical;
}
.btn{
	border:none;
}
.btn-primary{
    background: #333;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background: #000;
}
.btn{
    padding: 8px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #333;
}
.google-map iframe{
    border:2px solid #333 !important;
    width: 100%;
    height: 200px
}
.title-cat{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.title-cat:after{
    content: '';
    width: 60px;
    height: 2px;
    background: #d81212;
    display: inline-block;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.news-ex{
    font-size: 18px;
    color: #888;

    margin-bottom: 60px;
}
.news-ex .nav-tabs{
    background: #f5f5f5;
    display: table;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
.news-ex .nav-tabs li{
    display: table-cell;
    float: none;
    border-left: 1px solid #ddd;
    text-align: center;
}
.news-ex .nav-tabs li a{
    color:#000;
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.news-ex .nav-tabs>li>a:hover{
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.news-ex .nav-tabs>li.active>a{
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.news-ex .tab-content{
    padding: 30px 0;
}
.news-ex-list img{
    width: 100%;
    height: auto;
}
.news-ex-list .title{
    font-size: 33px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 400;
    color:#000
}

.news-ex-list .title:after{
    content: '';
    width: 20px;
    background: #000;
    display: inline-block;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.news-ex .des-1{
    margin-bottom: 30px;
}
.block-body #contactButton .input-group input, .block-body #contactButton textarea, .block-body #contactButton select{
	background:#4c4c4c;
	border: none;
	    color: #828282;
}
#contactButton input::placeholder{
	color: #828282;
}
.footer .social-list{
	float: none;
}
.footer .social-list .fa{
	border-radius: 50%;
}
.call-mobile1 {
	position: fixed;
	bottom: 52px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 40px;
	color: #fff;
	left: 20px;
	z-index: 99999
}

.chat-zalo {
	border-radius: 99px;
	background: #0595ff;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 700
}

.fone {
	font-size: 22px;
	color: red;
	line-height: 40px;
	font-weight: 700;
	padding-left: 45px;
	margin: 0 0
}

.fix_tel {
	position: fixed;
	bottom: 15px;
	right: 0;
	z-index: 999
}

.fix_tel a {
	text-decoration: none;
	display: block
}

.tel {
	background: #eee;
	width: 205px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-size: 40px;
	border-radius: 28px;
	border: solid 1px #ccc
}

.ring-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 80px;
	position: absolute;
	transition: visibility .5s ease 0s;
	visibility: hidden;
	width: 80px;
	z-index: 200000!important
}

.ring-alo-phone.ring-alo-show {
	visibility: visible
}

.ring-alo-phone.ring-alo-hover,
.ring-alo-phone:hover {
	opacity: 1
}

.ring-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, .4);
	border-radius: 100%;
	height: 70px;
	left: 10px;
	opacity: .1;
	position: absolute;
	top: 12px;
	transform-origin: 50% 50% 0;
	transition: all .5s ease 0s;
	width: 70px
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim!important
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim!important
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
	border-color: red;
	opacity: .5
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
	border-color: #baf5a7;
	opacity: .5
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	border-color: red;
	opacity: .5
}

.ring-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
	background-color: #000;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 30px;
	left: 30px;
	opacity: .1;
	position: absolute;
	top: 33px;
	transform-origin: 50% 50% 0;
	transition: all .5s ease 0s;
	width: 30px
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75!important
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, .5);
	opacity: .75!important
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5);
	opacity: .75!important
}

.ring-alo-ph-img-circle {
	animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 30px;
	left: 30px;
	opacity: 1;
	position: absolute;
	top: 33px;
	transform-origin: 50% 50% 0;
	width: 30px
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
	background-color: red
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
	background-color: #75eb50
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
	background-color: red
}

@keyframes ring-alo-circle-anim {
	0% {
		opacity: .1;
		transform: rotate(0) scale(.5) skew(1deg)
	}
	30% {
		opacity: .5;
		transform: rotate(0) scale(.7) skew(1deg)
	}
	100% {
		opacity: .6;
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ring-alo-circle-img-anim {
	0% {
		transform: rotate(0) 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(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes ring-alo-circle-fill-anim {
	0% {
		opacity: .2;
		transform: rotate(0) scale(.7) skew(1deg)
	}
	50% {
		opacity: .2;
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		opacity: .2;
		transform: rotate(0) scale(.7) skew(1deg)
	}
}

.ring-alo-ph-img-circle a img {
	padding: 1px 0 0 1px;
	width: 30px;
	position: relative;
	top: -1px
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	background-color: red
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
	border-color: red
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
	background-color: #baf5a7
}

.fone {
	color: red
}

.tel {
	background-color: #eee
}

.fix_tel {
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	bottom: 5px;
	left: 5px
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
    margin: 0 3px;
	    padding: 8px 16px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #000;
}
.cat-sub-block{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-top: 20px;
}
.cat-sub-block:before{
	content: '';
	width: 100px;
	height: 2px;
	background: #767676;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	margin: 0 auto;
}
.cat-sub-block a{
	color:#767676;
}
.cat-sub-block li{
	display: inline-block;
	margin: 0 10px;
}
.hidden-md{
	display: none
}
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.home-text-pro{
	text-align: justify
}
.no-pdd .owl-item{
    padding: 0
}
.btn-mua-ngay{
    background-color: #e40b0b;
    border-color: #e40b0b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff

}
.btn-add-cart{
    background-color: #2072b0;
    border-color: #2072b0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}
.btn-mua-ngay:hover, .btn-add-cart:hover{
    color: #fff;
    opacity: 0.9
}
.d-flex-center{
	display: flex;
	align-items: center
}
.no-wrap{
    white-space: nowrap
}
.mrg-r-20{
    margin-right: 20px
}
.form-control{
    box-shadow: none;
    border-radius: 0
}
.panel-title {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.main-menu{
    padding: 0;
    margin: 10px 0 0 0 ;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}
.main-menu .red{
    background:#f23f2f
}
.main-menu li a{
    color:#fff;
    font-weight: 700;
    padding: 10px 15px;
        display: block;
}
.main-menu a:hover, .main-menu a.current{
    background: #ed1c24
}
.main-menu>li{
    display: inline-block;;
    position: relative;
    
}

.main-menu>li>ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #2e2e2e;
    min-width: 220px;
    padding: 0;
    z-index: 9;
    box-shadow: 0 0 23px #0a0a0a8a;
    -moz-box-shadow: 0 0 23px #0a0a0a8a;
    -webkit-box-shadow: 0 0 23px #0a0a0a8a;
}

.main-menu>li>ul>li{
    position: relative;
}
.main-menu>li:hover>ul{
    display: block;
}
.main-menu>li>ul>li>ul{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #1b1b1b;
    min-width: 220px;
    padding: 0;
    z-index: 9;
        box-shadow: 0 0 23px #0a0a0a8a;
    -moz-box-shadow: 0 0 23px #0a0a0a8a;
    -webkit-box-shadow: 0 0 23px #0a0a0a8a;
}
.main-menu>li>ul>li:hover>ul{
    display: block;
}
.main-menu>li>ul>li a{
    display: block;
}
.main-menu>li>ul>li a .fa{
    position: absolute;
    right: 10px;
}
.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 35px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: calc(100vh - 111px);
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;

    text-align: center;
    line-height: 36px;
    font-size: 40px;
    
    display: none;
    z-index: 999;
}

.mobile-menu-toggle-btn:hover {
    background-color: #fff;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

@media (max-width: 767.98px) {


    .mobile-menu-toggle-btn {
        display: block;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.box-left{
    border: 1px solid #ddd
}
.block-title-cl2{
    background: #ed1c24;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
}
.img-4-3, .img-square{
    position: relative;
    display: block;

}
.img-4-3{
    padding-top: 75%;
}
.img-square{
    padding-top: 100%;
}
.img-4-3 img, .img-square img{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover
}

.content-ex {
	max-height: 100px;
	/* chỉ hiển thị khoảng 10% */
	overflow: hidden;
	transition: max-height 0.4s ease;
	position: relative
}

.content-ex:after {
	content: '';
	width: 100%;
	height: 40px;
	background: #ffffff;
	background: linear-gradient(3deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
	display: inline-block;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 1;
	transition: .25s;
}

.content-ex.expand:after {
	opacity: 0;
}

.btn-content-ex {
	border: none;
	color: #fff !important;
	padding: 10px 30px;
	-o-transition: .5s;
	-webkit-transition: .5s;
	background: #4CAF50
}
h1, h2, h3, h4, h5{
	outline: none !important;
}
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    display: block;
    content: " ";
    height: 15px;
    margin-top: -15px;
    visibility: hidden;
}
.danh-sach {
	border: 2px solid #000;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 6px;

}

.danh-sach .fa {
	margin-right: 10px;
}

.head-danh-sach {
	background: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}

.js-toc {
	margin-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
}

ol.toc-list {
	padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px;
}

ol.toc-list:last-child {
	margin-bottom: 0
}

ol.toc-list>li:last-child {
	margin-bottom: 0
}

ol.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 3px;
	display: inline-block;
}

ol.toc-list .is-active-link {
	background-position: left bottom;
}

ol.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ol.toc-list>li>ol.toc-list>li>a {
	font-weight: 400
}

.is-position-fixed {
	position: fixed !important;
	top: 120px;
	z-index: 99
}

.is-position-fixed .js-toc {
	height: auto !important;
	width: 200px !important;
	visibility: visible !important;
	transition: .25s;
	visibility: hidden;
}

.picaso {
	transition: .25s;
}

.transition--300 {
	transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
	border: none;
	background: none;
	position: absolute;
	top: 13px;
	right: 0;
	width: 40px;
	padding: 0;
	display: none;
}

.btn-danh-sach-show {
	position: fixed;
	top: 150px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close, .is-position-fixed .btn-danh-sach-show {
	display: block;
}