@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root {
  --color-main: #e51515;
  --color-second: #fcb43e;
  --gray: #f3f4f1;
  --gray-bg: #f2f2f2;
  --gray-dark: rgba(0, 0, 0, 0.4);
  --gray-light: rgba(0, 0, 0, 0.1);
  --white: #ffffff;
  --white-text: rgba(255, 255, 255, 0.75);
  --black-darker: #0a182d;
  --black: #000;
  --black-text: #262626;
  --black-light: rgba(19, 19, 19, 0.7);
  --green: #5B9F04;
  --red: #e21b14;
  --bg-menu: #f1f1e6;
  --border-color: #c8c8c8;
}

html {
    height: 100%;
    margin: 0!important;
}
body {
	color:var(--black-text);
    font-size: 16px;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden!important;
}
a,button,[role="button"],input,label,select,textarea{
    touch-action:manipulation
}
a {
	text-decoration: none;
	color:var(--black-text);
	outline:none;
	cursor:pointer;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
a:hover { color: var(--black); }

.hrSpace {
    padding:5px 2px 5px;
    display:block;
    font-size:0;
    line-height:0;
    height:0;
}
.hidden, [hidden] {display: none!important;}
img {display: inline-block; max-width: 100%; height: auto!important;}
.bg-red,
.bg-yellow,
.bg-black,
.bg-blue,
.bg-light-blue,
.bg-orange {
  color: var(--white) !important;
}

.bg-gray {
  color: var(--black);
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: var(--gray-light);
}
.bg-black {
  background-color: var(--black) !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-green {
    color: var(--black);
  background-color: var(--color-main) !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.btn-primary,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: var(--white);
    background-color: var(--color-main); 
    border-color: var(--color-main);
}
.btn-primary:hover {
    color: var(--black);
    background-color: var(--color-second); 
    border-color: var(--color-second);
}
.icon-svg--size-10 {
    width: 10px;
    height: 10px;
}
.btn--small{
    padding:6px 10px;
    font-size:0.85714em;
    line-height:1
}
.btn--color-secondary{
    background-color:transparent;
    color:#9fb2c1;
    border-color:#9fb2c1
}
.btn--color-secondary:not([disabled]):hover,.btn--color-secondary:focus{
    background-color:transparent;
    color:#8099ad;
    border-color:#8099ad
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .35
}
.viewall .btn {padding: .35rem 1.5rem;}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/******************************Layout****************************************/
.front-page::before {
    display: none;
    content: 'mobile';
}
#site-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.box_shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}
.box_border {
    border: 1px solid #ddd;
}
.box_radius {
    -webkit-border-radius:4px;
    border-radius:4px
}
#masthead {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #30424e;
    text-align: left;
}
.btn--link .icon {
    vertical-align: middle;
}
.text-link{
    display:inline;
    border:0 none;
    background:none;
    padding:0;
    margin:0
}
.text-link--accent{
    color:#9fb2c1;
    border-bottom:1px solid currentColor;
    padding-bottom:1px
}
.text-link--accent:not([disabled]):hover,.text-link--accent:focus{
    color:#8099ad
}
.return-link-wrapper{
    margin-top:82.5px;
    margin-bottom:0
}

.search-box .inner-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem .75rem;
}
.search-box .inner-wrap form {position: relative;}
.header-top {
    background-color: var(--gray-bg);
    font-size: .813rem;
}
.header-top__info,.header-top__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-top__info {
    padding: .35rem 0;
}
.header-top__info i {margin-right: .35rem;}
.header-top__right .social-share {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
.header-top__right .social-share span {margin-right: .5rem;}
.header-top__right .social-share a {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: .5rem .75rem;
    border-left: 1px solid var(--gray-light);
    text-decoration:none;
    color: var(--gray-dark);
}
.header-top__right .social-share a > img {width: 24px;}
.header-top__right .social-share a+a {border-right: 1px solid var(--gray-light);}
.header-top__right .social-share a i {font-size: 1.083rem;}
.site-header .titleSeo {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -999px;
    left: -999px;
}
/*layout*/
.box,.box-heading,.main-nav-menu,.header-hotline,#masthead .on_menu_left,#panel .mobile-search,.navigationMenu .nav-heading,.sub-list a,.wprt-section,.search-box, .search-box .search-content,.user-hotline-info,.nav-cart-box{position: relative;}
/*color*/
.toggable-box__header {color: var(--black);}
.breadcrumbs li a:hover,.pageNumber a,.wprt-button:hover,.nav-cart-box:hover,.user-hotline-info:hover {text-decoration: none;}
.sub-list a:not(.fa):before,
.box-category.boss-menu-cate li a.title:after,.box-category li a.title:before,.toggable-box__header--close::after,.toggable-box__header--open::after,
.toggable_items .form-check-inline .icon-ok,.article-grid .tx-Content .readmore a:after,.breadcrumb>li+li:before,.article-grid .DateCreated:after,.product-news .box-content a:before {font-family: "FontAwesome";}
/*end*/
.navbar .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.brandnav .navbar-brand a.logo {
    max-width: 420px;
    display: flex;
    align-items: center;
}
.header-content {font-size: 13px; color: #666; padding: 10px 0;}
.header-content h2,.header-content h3 {font-weight: 600; font-size: 20px; text-transform: uppercase; color: var(--black-text);}
.header-content p:last-of-type {margin-bottom: 0;}
.header-content .fa {margin-right: 5px; width: 14px;}
.header-hotline {
    padding: 15px 0 8px 70px; 
    text-transform: uppercase; 
    display: inline-block; 
    white-space: nowrap;
    color: #666;
    font-size: 13px;
}

.header-hotline .img-hotline {
    position: absolute;
    left: 0;
    top: 13px;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 2;
    background-image: url(../images/icon_phone.png);
    background-size: contain;
}
.header-hotline >h4 {font-size: 30px; color: red; margin: 0;}
#masthead .on_menu_left {
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius:50%;
    background-color: var(--white-text);
}
#masthead .on_menu_left span, #masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: var(--black-text);    
}
#masthead .on_menu_left span {
    border: 0;
    top: 50%;
    right: 11px;
    margin-top: -1px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
#masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
#masthead .on_menu_left span:before {
    top: -6px;
}
#masthead .on_menu_left span:after {
    top: 6px;
}
#masthead .on_menu_left.nav-is-visible span { background: rgba(170, 170, 170, 0);}
#masthead .on_menu_left.nav-is-visible span::before, #masthead .on_menu_left.nav-is-visible span::after { background: #999;}
#masthead .on_menu_left.nav-is-visible span::before {
    -webkit-transform: translateX(3px) translateY(0) rotate(45deg);
    -moz-transform: translateX(3px) translateY(0) rotate(45deg);
    -ms-transform: translateX(3px) translateY(0) rotate(45deg);
    -o-transform: translateX(3px) translateY(0) rotate(45deg);
    transform: translateX(3px) translateY(0) rotate(45deg);
}
#masthead .on_menu_left.nav-is-visible span::after {
    -webkit-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(3px) translateY(2px) rotate(-45deg);
    transform: translateX(3px) translateY(2px) rotate(-45deg);
}

#panel {
    height: 100%;
    overflow-y: auto;
    background: var(--white);
    z-index: 10019!important;
    position: fixed;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    top: 0;
    left: 0;
    width: 320px;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
}
#panel.nav-is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#panel .account {
    background-color: var(--bg-menu);
    padding: 5px 60px 5px 5px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#panel .account i {
    width: 40px;
    line-height: 100%;
    text-align: center;
}
#panel .account  span{
    background-color: var(--color-main);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
#panel .account a {
    display: block;
    padding: 0 .75rem;
    position: relative;
}
#panel .account a img {
    height: 60px!important;
}
#panel .account a:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--black-light);
}
.aside-filter {
    display: none;
    padding: 0 .75rem;
    background-color: var(--color-main);
    color: var(--black);
    border-radius: 3px;
    font-size: 1.25rem;
    position: fixed;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 0px 0px 20px;
    text-align: center;
    cursor: pointer;
    z-index: 10001;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.aside-filter.active {right: 256px;}
.aside-filter.active i:before {
    content: '\f00d';
}
.filter-sidebar {
    position: fixed;
    opacity: 0;
    width: 256px;
    background: #fff;
    top: 0 !important;
    bottom: 0;
    right: 0;
    z-index: 10000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.filter-sidebar.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.navigationMenu li:active a {
    color: var(--white)
}
.navigationMenu li:active .fa {
    color: var(--white)
}
.navigationMenu .panel {border: none;}
.navigationMenu .nav-link {
    -webkit-box-shadow: 0px 0 1px 0px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0 1px 0px rgba(0,0,0,.7);
    box-shadow: 0px 0 1px 0px rgb(0 0 0 / 70%);
    background: #ededed;
    display: block;
    text-align: center;
    padding: 1.125rem .75rem;
    font-size: .838rem;
    text-transform: uppercase;
}
.navigationMenu .nav-link img {max-height: 45px;}
.navigationMenu .nav-link span {
    display: block;
    margin-top: 5px;
}
.navigationMenu .nav-heading {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 43px;
    line-height: 42px;
    margin: 0;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
.navigationMenu .nav-heading a {display: block;color: #333;}
.navigationMenu .nav-heading .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 40px;
    margin: 0;
    padding: 0 15px 0 30px;
    width: auto;
    font-size: 10px
}
.navigationMenu .nav-heading [data-toggle="collapse"].fa-chevron-down:before {content:"\f077"}
.navigationMenu .nav-heading [data-toggle="collapse"].collapsed.fa-chevron-down:before {content:"\f078"}
.navigationMenu .navi-nofollow {
    color: #333;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 15px;
    font-size: 14px
}
.sub-list {
    border-bottom: 1px solid var(--gray-light);
    padding: 0;
    margin-bottom: 0;
    background: var(--gray);
}
.panel .sub-list {background-color: var(--gray);}
.panel .sub-list .sub-list {
    background-color: #eee;
}
.sub-list li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.sub-list li:last-child {border-bottom-width: 0;}
.sub-list a {
    display: block;
    padding: 8px 0 8px 32px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.sub-list a:active {
    color: var(--white)
}
.sub-list .sub-list a {
    padding-left: 50px;
}
.sub-list a:not(.fa):before {
    position: absolute;
    content: "\f138";
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--color-main);
}
.sub-list .sub-list a:not(.fa):before {
    left: 35px;
    content: "\f10c";
}
.sub-list .fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 37px;
    margin: 0;
    padding: 0 15px 0 25px;
    width: auto;
}
.panel .sub-list .nav-level-sub {
    position: relative;
    padding-right: 50px;
}
/**/
.pav-verticalmenu {position: relative; height: auto;}
.pav-verticalmenu .row {margin-left: -5px; margin-right: -5px;}
.pav-verticalmenu .row > [class*="col-"] {padding-left: 5px; padding-right: 5px;}
.pav-verticalmenu ul,
.pav-verticalmenu ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#pav-verticalmenu .box-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    color: var(--white);
    background-color: var(--color-main);
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    margin-bottom: 0;
    font-weight: 600;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    text-overflow: ellipsis;
}
#pav-verticalmenu .box-heading i {font-size:1.25rem; margin-right: .5rem;}
#pav-verticalmenu .box-heading:after {
    content: '';
    display: inline-block;
    margin-left: auto;
    border-top: 5px solid var(--white);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#pav-verticalmenu .navbar-nav {
    position: absolute;
    z-index: 11;
    clear: both;
    overflow: visible;
    display: block;
    top: auto;
    left: 0;
    right: 0;
    font-size: .875rem;
    background-color: var(--white);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
#pav-verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: static;
    border-bottom: 1px solid #ebeef2
}
#pav-verticalmenu .navbar-nav > li.more {border-bottom-width: 0;}
#pav-verticalmenu .navbar-nav > li > a {
    display: block;
    line-height: 16px;
    position: relative;
    padding: 8px 10px;
    font-weight: 400;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out
}
#pav-verticalmenu .navbar-nav > li > a.title {padding-left: 32px;}
@media (min-width: 1360px){
    #pav-verticalmenu .navbar-nav > li > a {
        line-height: 19px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#pav-verticalmenu .navbar-nav > li.more > a {
    text-align: center;
    background-color: #f9f9f9;
}
#pav-verticalmenu .navbar-nav > li > a:hover,
#pav-verticalmenu .navbar-nav > li > a:focus,
#pav-verticalmenu .navbar-nav > li > a:active,
#pav-verticalmenu .navbar-nav > li:hover > a {
    color: var(--red);
    text-decoration:none;
}
#pav-verticalmenu .navbar-nav > li > a.wicon {padding-left: 32px;}
#pav-verticalmenu .navbar-nav > li > a img {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    margin: auto;
}
#pav-verticalmenu .navbar-nav > li > a:before,#pav-verticalmenu .navbar-nav > li > a:after {
    position: absolute;
    padding: 0;
}
#pav-verticalmenu .navbar-nav > li > a:before {
    background-color: transparent;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 3px
}
#pav-verticalmenu .navbar-nav > li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #999;
    font-weight: 400;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#pav-verticalmenu .navbar-nav > li.more > a:after {display: none;}
#pav-verticalmenu .navbar-nav > li.more:hover > a:before {background-color: transparent;}
#pav-verticalmenu .navbar-nav > li > a .menu-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pav-verticalmenu .navbar-nav > li:hover > a:before {
    background-color: var(--main);
}
#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: 5px solid var(--white);
    z-index: 9999
}
#pav-verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 0;
    display: none;
    min-height: 100%;
    font-size: 14px;
    height: 100% !important;
    overflow-y: auto;
    min-width: 215px;
    padding: .25rem .75rem;
    margin-top: 0;
    background: var(--white);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    color: #75716c;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s
}
#pav-verticalmenu .dropdown-menu::-webkit-scrollbar{width:7px; height: 7px;}
#pav-verticalmenu .dropdown-menu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0); -webkit-border-radius:18px;border-radius:18px}
#pav-verticalmenu .dropdown-menu::-webkit-scrollbar-thumb{-webkit-border-radius:18px;border-radius:18px;background:rgba(162,163,167,.9);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}
#pav-verticalmenu .dropdown-menu::-webkit-scrollbar-thumb:window-inactive{background:rgba(74,144,226,.1)}

#pav-verticalmenu .navbar-nav .dropdown-menu {position: absolute;}
#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}
#pav-verticalmenu .dropdown-menu-inner ul {margin-bottom: .5rem;}
#pav-verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 1px 0;
    list-style: none
}
#pav-verticalmenu .dropdown-menu ul li a {
    padding: .35rem 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 16px;
    color: var(--black-light);
}
#pav-verticalmenu .dropdown-menu ul li li a {color: var(--black-light);}

/**/
.section-element {position: relative;}
.section-element.section-element-page {
    padding: 1rem 0;
}
.section-slider {padding: 1rem 0;}
/**/
.home-ads a {display: block;margin-bottom: 1rem;}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

.search-box .site-header__icon {
    color: var(--black);
    position: absolute;
    font-size: 18px;
    z-index: 1001;
    top: 0;
    cursor: pointer;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.search-box .icon-cross {
    display: none;
    left: 0;
    font-size: 11px;
}
.search-box .icon-search {
    display: block;
    right: 0;
}
.search-box form {
    display: block;
    background-color: var(--white);
}
.search-box .search-content{
    padding-right: 3rem;
    padding-left: 2rem;
}
.search-box .search-content .search-submit{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 40px;
    color: var(--white);
    border: 0 solid #ed1c24;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    background-color: #f58220;
    padding: 0;
}
.search-box .search-content .quick-search_query{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    background: none;
    border: 0;
}
.search-box .search-content .quick-search_query:focus,.search-box .search-content .search-submit:focus {
    outline: none;
}
/**/
#cart-btn .minicart__numitems {
    background-color: var(--red);
    top: 5px;
    right: 0;
    font-size: 10px;
    line-height: 15px;
    height: 15px;
    font-weight: lighter;
    margin-left: 16px;
    background-clip: padding-box;
    border-radius: 7px;
    color: var(--white);
    padding: 0 4px;
    position: absolute;
}
.brandnav.navbar{padding: 0;}
.nav-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.user-hotline-info {
    cursor: pointer; 
    display: block;
}
.navbar-search .nav-cart-box .cart-icon, .navbar-search .user-hotline-info .hotline-icon {
    height: 40px;
    width: 40px;
    margin-right: .5rem;
    font-size: 1.25rem;
    color: var(--white);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-search .nav-cart-box .cart-icon, .navbar-search .user-hotline-info .hotline-icon{
    background-color: var(--color-main);
}
.nav-cart-box {display: flex;}
.nav-cart-box .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 16px;
}
.nav-cart-box .cart-number {
    min-width: 25px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--red);
    color: var(--white);
    font-size: 11px;
    padding: 0 2px;
}
.navbar-search .nav-cart-box .cart-icon:before { background-position: -3px -181px;}
.navbar-search .search-box .search-icon:before { background-position: 0 0;}
.user-hotline-info {display: none;}
.nav-cart-box, .user-hotline-info {
    height: 48px;
    padding: 4px 18px 4px 4px;
    border-radius: 24px;
    border: 1px solid var(--color-main);
    align-items: center;
}
.user-hotline-info {
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.user-hotline-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.user-hotline-info ul li {
    white-space: nowrap;
    list-style: none;
    overflow: hidden;
    display: block;
    position: relative;
    text-overflow: ellipsis;
}
.nav-control .user-hotline-info {margin-right: 1rem;}
.user-hotline-info .hotline-phone {
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-decoration:none;
}
.user-hotline-info .hotline-desc {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
}
.main-nav-menu,.search-box .inner-wrap {
    background:  var(--color-main);
}

/*mega menu*/
.box-special-menu {
    display: block;
}
.box-special-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.box-special-menu ul.main-navigation {
    justify-content: space-around;
    align-content: center;    
}
.box-special-menu > ul > li {
    position: relative;
}
.box-special-menu > ul > li.root {
    width: 100%;
    text-align: center;
    border-right: 1px solid var(--gray-light);
}
.box-special-menu > ul > li.root:last-child {border-right: 0;}
.box-special-menu > ul > li.root:hover {background-color: var(--color-second);}
.box-special-menu > ul > li > a {
    padding: 10px 15px;
    display: block;
    line-height:26px;
    position: relative;
    text-decoration:none;
}
.site-header.header-scroll.transparent_white .box-special-menu > ul > li > a,.template-article .site-header.transparent_white .box-special-menu > ul > li > a {
    color: var(--black-text);
}
.box-special-menu > ul > li.root > a {
    white-space: nowrap;
    color: var(--white);
    text-transform: uppercase;
}
.box-special-menu > ul > li.root > a img {max-height: 32px;}
.box-special-menu > ul > li.root > a span {display: block;}
.box-special-menu > ul > li.root > a:hover,.box-special-menu > ul > li.root:hover > a,.box-special-menu > ul > li > a.current, .site-header.header-scroll.transparent_white .box-special-menu > ul > li:hover > a {color: var(--white);}
.rootmenu-hovercate {
    min-width: 220px;
    line-height: 20px;
    list-style: none;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 100%;
    font-size: 0.875rem;
    z-index: 20;
    display: none;
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-top: 0;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.25);
}
.rootmenu-hovercate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rootmenu-hovercate:not(.mega) ul li {border-top: 1px solid var(--gray-light); text-align: left;}
.rootmenu-hovercate:not(.mega) ul li:first-child {border-top: 0;}
.rootmenu-hovercate ul li a {
    padding: 10px 15px 10px 10px;
    font-weight: 400;
    font-size: .875rem;
    position: relative;
    white-space: nowrap;
    display: block;
}
.rootmenu-hovercate ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--c-alter);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.rootmenu-hovercate ul li a:hover:before {
    left: 10px;
    opacity: 1;
}
.rootmenu-hovercate ul li a:hover {
    text-decoration: none;
    padding-left: 20px;
    padding-right: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rootmenu-hovercate ul li:last-child a {border-bottom: 0;}
.rootmenu-hovercate:not(.mega) ul li ul {
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:100%;
    top:0;
    z-index:22;
    box-shadow:0 0 10px var(--gray-light);
    -moz-box-shadow:0 0 10px var(--gray-light);
    -webkit-box-shadow:0 0 10px var(--gray-light);
    background:var(--white);
    padding: 0;
    transition:transform 0.4s ease 0s;
    -webkit-transition:-webkit-transform 0.4s ease 0s;
    -moz-transition:-moz-transform 0.4s ease 0s;
    transform:scale(0.7, 1);
    -webkit-transform:scale(0.7, 1);
    -moz-transform:scale(0.7, 1);
    transform-origin:0 0 0;
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
}
.rootmenu-hovercate ul li:hover ul {
    visibility:visible;
    opacity:1;
    transform:scale(1,1);
    -webkit-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
}
.rootmenu-hovercate ul li a span {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 11px;
    text-align: right;
    font-weight: 400;
}
/*search*/
.navbar-slogan {margin-left: .75rem;}
#search_block_top {
    position: relative;
    z-index: 9;
    background: none;
    border-radius: 0;
    margin: 0 0 0 1.5rem;
    flex-basis: 28%;
}
#search_block_top .block_content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#search_block_top .btn {
    width: 55px;
    height: 48px;
    line-height: 48px;
    border: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: var(--black);
    color: var(--white);
    position: absolute;
    top: 0;
    border-radius: 0;
    border-top-right-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
    right: 0;
}
#search_block_top .input:focus,#search_block_top .btn:focus {outline: none; box-shadow: none;}
#search_top_button:before {
    content: "\e924";
    font-family: 'Auros';
}
#search_top_button span {display: none;}
.productsearch-result {
    position: relative;
    width: 100%;
}
#search_block_top .form-control {
    background: #fff;
    border: 0;
    height: 48px;
    line-height: 42px;
    padding: 0 65px 0 20px;
    outline: 0;
    border-radius: 1.75rem;
    border: 1px solid var(--gray-light);
    transition: all .3s;
}

.box {clear: both; margin-bottom: 1rem;}
.box-heading {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1.875rem;
    position: relative;
    display: block;
}
.box-heading > * {
    padding: 0;
    line-height: 1.6;
}
.box-heading .name {
    letter-spacing: .01rem;
    font-size: 1.25rem;
    color: #222;
    margin: 0 0 .625rem;
}
.box-heading h1,.box-heading h2,.box-heading h3 {
    font-weight: 600;
}
.heading-main {
    margin-bottom: .75rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-right: 2.5rem;
}
.heading-main .name {
    text-transform: uppercase;
    color: var(--white);
    background: var(--color-main);
    position: relative;
    padding: .5rem 1.5rem;
    display: inline-block;
    white-space: nowrap;
    font-weight: 600;
}
.heading-main.heading-second .name {
    color: var(--black);
    background: var(--color-second);
}
.heading-main .name:after {
    content: "";
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 40px solid var(--color-main);
    border-right: 42px solid transparent;
    position: absolute;
}
.heading-main.heading-second .name:after {
    border-top: 40px solid var(--color-second);
}
.heading-main p {
    flex-basis: 100%;
    background: var(--gray-bg);
    height: 39px;
    position: relative;
    margin-top: -5px;
    margin-left: 52px;
    margin-bottom: 0;
}
.heading-main p:before,
.heading-main p:after {
    content: "";
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.heading-main p:before {
    left: 100%;
    border-top: 39px solid var(--gray-bg);
    border-right: 40px solid transparent;
}
.heading-main p:after {
    right: 100%;
    border-bottom: 39px solid var(--gray-bg);
    border-left: 40px solid transparent;
}
.box-content:before, .box-content:after {
    content: " ";
    display: table;
}
.box-content:after {
    clear: both;
}
.box-heading span {
    display: inline-block;
    position: relative;
}
.box-heading.line-heading .line1 {
    display: inline-block;
    position: relative;
    width: 164px;
}
.box-heading.line-heading .line1:before, .box-heading.line-heading .line1:after {
    content: "";
    background: var(--black);
    display: inline-block;
    height: 2px;
    position: absolute;
    top: 8px;
    width: 62px;
}
.box-heading.line-heading .line1:before {
    left: 0;
}
.box-heading.line-heading .line1:after {
    right: 0;
}
.box-heading.line-heading .line1 .ico-bg {
    background-position: left top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 20px;
}
.box-heading.line-heading .line1 .ico-bg.flower {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAUCAYAAAAQhBSFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVDRDA3NTlEMDI4NTExRTRBQzZGOTQ4RTM2MUJEOTAxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVDRDA3NTlFMDI4NTExRTRBQzZGOTQ4RTM2MUJEOTAxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUNEMDc1OUIwMjg1MTFFNEFDNkY5NDhFMzYxQkQ5MDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUNEMDc1OUMwMjg1MTFFNEFDNkY5NDhFMzYxQkQ5MDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6+OmQlAAADRUlEQVR42qyWf2SVYRTH73azjLL/shQppuifKEvclGUsl80SmzGazRLrn81ms1kaI8VIlCKNmKYZm6UxpinRNF2l6Y/0R5rN0jTNZtOlc/i8cxzve++VHb7e5z3v836f85xfz5NXXFwcyyKtgpuCuKBLcDeWgywuLmb6XA+vyoDgaabJeVmMVMP+CAp5XxPs3QEjlXNPrpz5zqBewStB0ugL3JxAqpnb7fRe6gSjgooITjvWOWN4elt2mXEvUEkILghmBJ8EJ9DPme+jjM9hZF+Ige2C24wrBacEKVCKPsXzjGACLp17OOC0nixzHnvIc8Tox9Hdc8YkIrxY4TiD/4aNfphv911EysLCfUuQNu9HCekg+g3GdcazKlskf5gMOM4EnEP8t8X4suPUf+6EGfmCcMwaXaNgAeMeCH4KrpjvbwSnBZMRRirneRNSlWbBEpyDjBvNd517ln8zVneSHzVcB6nEDar8MwSDGYzz1R0nAopywT7TMVS+wTXkUmHbk9qvlHFd8FbQSYFcEuwniT8IvlAkukCtYJ5Ceyf4C0cLBjbDt0wHaGFjF9m05ttzKrmcdaoE09jzWvBLsKnFp55cd7sK8uyxoB8jDqBfoOq7fZuwPU+M/C3PIvdNI/EIzo+CIIQrgmNsuDHElo38LI3c98Y4ebnEol7SIf/YflhE6qRzWGubU428wYKrFEKH4JDgKnp9/wraWKyDEOmcKYxeQx/j+FwiIrOsoZwNbLILD+qaPcy7Tiq0Yccq+r6owqkhnJovJey8kIWXafLDnLnpHI/FJJz6PG4KcY18noRvJNOxGHR9LZJnkKkx3ymmbgjHqfonzE1kOcZLycEJNp+Csx3OFQyspJjeC05GXTCSVJvNi1oq7gf6IzTdMZeHVbavGU9qFb9053MDc7+hL8Go0ShO68lOZ+Acrq+HLE4jHydnbNK3Rnix3RmYIqT1FFCB4Zx3nJ1h4Z5yO2niWeNuPjGS3OZiVFOfce/Bf9WO064XyHRYuOPssJojMFh403hDSXbz1Ly8RgENRRRO4JEKLssjIfdJz9nO5voDo/NyuJlbwg0uqOkdvPRaI7NeeqOkiV43GxKS/5UeNrzFOCPnPwEGALqz/07/kkD8AAAAAElFTkSuQmCC);
}
.left-column .box-heading {
    margin-bottom: 0;
    padding: 1px 0;
    background-color: var(--color-second);
}
.left-column .box-heading .name {
    padding: 0 .75rem;
    font-size: .875rem;
    margin-bottom: 0;
    line-height: 3;
    color: var(--black);
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left-column .box-heading .name span {margin-right: 0;}
.box-heading .sub-heading {
    flex: 1;
    margin: 0;
    height: 100%;
    color: #666;
    font-size: .875rem;
    font-weight: 400;
    overflow: hidden;
}
.line-clamp,.line-clamp-2,.line-clamp-3 {
    text-overflow: ellipsis;
}
.line-clamp {-webkit-line-clamp:1}
.line-clamp-2 {-webkit-line-clamp:2}
.line-clamp-3 {-webkit-line-clamp:2}
.box-heading .sub-heading li {
    display: inline;
    margin-left: 1rem;
}
.box-heading .sub-heading li h3 {margin: 0; font-size: .857rem; display: initial; font-weight: 400;}
.box-heading .sub-heading li a {color: #08588b;}

.bg-breadcrumb .box-heading {text-align: center; margin-bottom: 0; color: white; letter-spacing: 2px;}
.bg-breadcrumb .box-heading span:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: var(--white);
    margin: 10px auto 3px;
}
.cms-static-fearured-product,.cms-static-special-product {padding-top: 1rem;} 
#box-vertical-megamenus,.applied-filters,.clickable-filters {background-color: #efefef;}
#box-vertical-megamenus .box-category .nav-heading {
    color: var(--black);
    display: block;
    font-size: .857rem;
    height: 41px;
    line-height: 41px;
    margin: 0;
    padding: 0 35px 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
#box-vertical-megamenus .box-category .nav-heading:last-child {border-bottom-width: 0;}
#box-vertical-megamenus .box-category .nav-heading.selected, #box-vertical-megamenus .box-category .nav-heading:hover {font-weight: 600; }
#box-vertical-megamenus .box-category .nav-heading:last-child:hover {border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;}
#box-vertical-megamenus .box-category .nav-heading a {
    display: block;
    color: var(--black);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#box-vertical-megamenus .box-category .nav-heading i.fa {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 35px;
    height: 41px;
    font-size: .714rem;
    line-height: 41px;
    text-align: center;
}
#box-vertical-megamenus .box-category .nav-heading i.fa:not(.collapsed):before {
    content: '\f077';
}
.box-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    display: block;
    font-size: .875rem;
}
.box-category li:last-child {border-bottom: 0;}
.box-category li a {
    color: #333;
    line-height: 18px;
    padding: 10px 5px 10px 28px;
    display: block;
    position: relative;
}
.box-category li a:not(.fa):before {
    left: 12px;
}
.box-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-category li li {
    background-color: var(--white);
}
.box-category li li a {
    color: #007ec4;
    font-weight: 400;
}
.box-category.boss-menu-cate a.title:after {
    position: absolute;
    content: '\f105';
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-category a.title:before {
    position: absolute;
    content: '\f0f6';
    top: 8px;
    left: 10px;
}
.box-category li li a.title:before {display: none;}
.box-category.boss-menu-cate li a.title:before {display: none;}

.applied-filters {
    position: relative;
    margin-bottom: 1rem;
}
.applied-filters .filter_box {padding: .75rem;}
.applied-filters .filter-clear:hover {text-decoration: none}
.applied-filters__filter {
    padding: 7px 10px;
    border: 1px solid #66b1e4;
    color: #66b1e4;
    font-size: 12px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    border-radius: 3px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2px 0;
}
.applied-filters__filter span {display: block; padding-right: 5px;}
.filter-sidebar .filter-container {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: .75rem;
}
.mobile_filter_id .clickable-filters {margin-bottom: 55px;}
.filter-result-box .btn {font-size: 13px;}
.filter-sidebar .filterby-component {
    background: var(--gray);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    padding: .375rem .75rem;
    transition: all .2s ease-in-out;
}
.clickable-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}
.toggable-box {
    border-bottom: 1px solid var(--gray-light);
}
.clickable-filters .toggable-box:last-child {border-bottom-width: 0;}
.toggable-box__header {
    min-height: 45px;
    font-size: .875rem;
    font-weight: 600;
    position: relative;
    padding: 0 .75rem;
    cursor: pointer;
    text-transform: uppercase;
}
.toggable-box__header .toggable-box__title {
    line-height: 45px;
    margin-bottom: 0
}
.mobile-list-filters .toggable-box__header--open {
    background-color: #eeedeb;
}
.toggable-box__header--close::after, .toggable-box__header--open::after {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    right: 10px;
    top: 50%;
    font-size: 15px;
    font-style: normal;
}
.toggable-box__header--close::after,.toggable-box__header--open::after {
    font-size: .714rem;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggable-box__header--close::after {
    content: "\f078";
}
.toggable-box__header--open::after {
    content: "\f077";
}
.toggable_items {
    padding: .75rem .375rem .75rem .75rem;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    margin-bottom: -1px;
    -webkit-overflow-scrolling: touch;
}
.toggable_items .inner_items_wrap {
    overflow-x: hidden;
    position: relative
}
.toggable-box--close .toggable_items {
    display: none;
}
.toggable__item-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 36px;
}
.toggable__item-checkbox .form-check-label:hover {color: var(--color-main);}
.form-check-inline {margin-right: 0;}
.form-group .form-check-inline+.form-check-inline {
    margin-left: 1.25rem;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.form-check-label {
    position: relative;
    cursor: pointer;
}
.checked .toggable__item-checkbox .form-check-inline .form-check-label {
    pointer-events: none;
}
.toggable_items .form-check-inline input[type=checkbox] {
    padding: 5px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    background-color: var(--white);
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
}
.toggable_items .form-check-inline input[type=checkbox]:checked {
    content: "";
    speak: none;
}
.toggable_items .form-check-inline input[type=checkbox]:focus {outline: none;}
.toggable_items .form-check-inline .icon-ok {
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    left: 2px;
    color: var(--color-main);
    transform: translateY(-50%);
    font-size: 16px;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.toggable_items .form-check-inline .icon-ok:before {content: '\f00c';}
.toggable_items .form-check-inline .toggable__item-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 85%;
    font-size: 13px;
}

.filters-toolbar-wrapper{
    background: var(--white);
    padding: 0;
    margin-bottom:1rem
}
.filters-toolbar{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: .375rem .5rem;
    background-color: var(--gray);
}
.filters-toolbar .box-heading, .filters-toolbar .box-heading .name {margin-bottom: 0;}
.filters-toolbar--has-filter{
    position:relative
}
.filters-toolbar__item-wrapper{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.filters-toolbar__item-child label {margin-bottom: 0;}
.select-label{
    font-size:0.75rem;
}
.filters-toolbar__label,.filters-toolbar__input-wrapper{
    display:inline-block
}
.select-group{
    position:relative;
    z-index:2
}
.select-group select{
    font-size: 13px;
    background-image:none;
    background-color: var(--white);
}
.select-group .icon{
    height:calc(8em / 16);
    position:absolute;
    right:6px;
    top:50%;
    transform:translateY(-50%);
    width:calc(8em / 16);
    z-index:1
}
.filters-toolbar__input{
    border:0 solid transparent;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:100%;
    padding-left: 5px;
    padding-right: 25px;
    height:30px;
    opacity:1;
    position:relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filters-toolbar__input:focus {outline: none;}
.filters-toolbar__item:first-child .filters-toolbar__input{
    padding-left:0
}
.filters-toolbar__input.hidden{
    opacity:0
}
.filters-toolbar__input option{
    text-overflow:ellipsis;
    overflow:hidden
}
.filters-toolbar__item--count{
    min-width:0;
    -webkit-flex:0 1 auto;
    -moz-flex:0 1 auto;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    text-align:center
}
.filters-toolbar__product-count{
    font-size:0.92857em;
    font-style:italic;
    line-height:40px;
    margin-bottom:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.gallery_list .item {
    display: block;
    margin-bottom: 30px;
}
#productSlider a {
    display: block;
    margin-bottom: 15px;
}
.magnifyarea img {max-width: unset; height: unset!important;}
.product-img-box, .product-img-box .product-image, .product-image-gallery,.product-image-gallery.loading {position: relative;}
.product-image-gallery {margin: 0; padding: 0; list-style: none;}
.product-image-gallery li a {display: block;}
.product-img-box, .product-img-box .product-image {padding:0;  margin-bottom: 10px;}
.product-image,.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}
.no-touch .product-image:hover {
    border-color: #3399cc;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0 auto;
}
.product-image-gallery .gallery-image { display: none;}
.product-image-gallery .gallery-image.visible { display: block;}
.product-image-gallery .gallery-image.visible.hidden { visibility: hidden;}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url(../images/opc-ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {display: block;}
.product-image-thumbs li { 
    display: block; float: left; padding-left: 3px; padding-right: 3px; margin-bottom: 6px;
    width: 16.666667%;
}
.product-image-thumbs a {
    display: block;
    border: 1px solid #eee;
}
.product-image-thumbs a.active {border-color: var(--color-main);}
.more-views { margin: auto;}
.more-views ul {
    display: block;
    text-align: center;
    margin: 0 -3px;
    padding: 0;
    list-style: none;
    position: relative;
}
.more-views ul.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5) url(../images/opc-ajax-loader.gif) no-repeat center;
}
.more-views .product-image-thumbs a {width: 100%; padding: 3px;}
.more-views .product-image-thumbs a img {
    max-width: 100%;
    height: auto;
}
.product-info .box-heading h1.name {
    font-size: 1.5rem;
    text-overflow: inherit;
    white-space: normal;
    line-height: 1.2;
    margin-bottom: 8px;
}
.product-info .detail-stock {
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}
.product-info .detail-stock.instock {
    color: rgb(73, 168, 63);
}
.product-info .item-code,.product-info .item-info,.product-info .item-promo,.product-info .item-price,.product-info .item-cart,.product-info .item-guide {
    display: block; 
    position: relative; 
    margin-bottom: 15px;
}
.product-info .product-description {font-size: .875rem;}
.product-info .product-description .item-cart .row {margin-right: -5px; margin-left: -5px;}
.product-info .product-description .item-cart .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.product_variation .variation_row .variant_item {
    color: #000;
    font-size: 13px;
    background: #eee;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    -moz-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
    line-height: 42px;
    height: 42px;
    outline: none;
}
.product-info .product-description .item-cart .item-cart-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.product-info .product-description .item-cart .item-cart-box .btnAddToCart {
    font-weight: 700;
    background-color: var(--red);
    color: var(--white);
}
.product-info .product-description .item-cart .item-cart-box button span {
    display: block; font-size: .813rem;
    font-weight: 400;
}
.product-info .product-description .item-cart .quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.product_variation .variation_row .title-options,.item-cart label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.item-cart label {
    white-space: nowrap;
}
.product-form-quantity {
    position: relative;
    width: 100%;
}
.product-form-quantity input {
    width: 100%;
    height: auto;
    min-height: 38px;
    color: var(--black);
    text-align: center;
    padding: 0 45px;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    -moz-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ddd;
}
form.cart input[type=number] {
    -moz-appearance:textfield;
    background-color: var(--white);
    border: 1px solid #eee;
    border-radius: 4px;
}
form.cart input[type=number]::-webkit-inner-spin-button, 
form.cart input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.product-form-quantity .quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-form-quantity .quantity-button {
    position: absolute;
    top: 0;
    cursor: pointer;
    border: 0;
    min-width: 35px;
    width: 45px;
    padding: 8px 9px;
    height: 38px;
    text-align: center;
    color: #111;
    font-size: 13px;
    line-height: normal;
    background: #e0e0e0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-form-quantity .quantity-button svg {
    width: 16px;
    height: 16px;
}
.product-form-quantity .quantity-button.quantity-reduced {
    right: 0;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.product-form-quantity .quantity-button.quantity-increase {
    left: 0;
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}
.product-info .item-price {border-top: 1px solid #e5e5e5; padding-top: 8px;}
.product-info .price-box-info .price__regular,.product-info .price-box-info .price__old {margin-left: 10px; text-decoration:none}
.product-info .price-box-info .price__old {margin-top: -10px; text-decoration:line-through; color: #999; font-size: 1.25rem;}
.product-info .price-box-info .amount {font-size: 2rem; color: var(--red);}
.ins-discount {
    width: 48px;
    height: 48px;
    padding-top: 10px;
    position: absolute;
    background: var(--red);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: 15px;
}
.ins-discount:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid var(--white);
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
}
#popup-Cart .jsPopupview { max-width: 450px;}
#popup-Cart.modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 9;
}
.proBoxPrimary.row {margin-left: -5px; margin-right: -5px;}
.proBoxPrimary.row [class*="col-"] {padding-left: 5px; padding-right: 5px;}
#popup-Cart .proName {
    font-size: 13px;
    font-weight: 600;
    color: #222;
}
#popup-Cart .success-message {
    font-size: 12px;
    color: #666;
}
#popup-Cart .actions .btn {
    padding: 8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: var(--white);
    font-size: 11px;
    border-color: transparent;
}
.modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 9;
}
.modal .modal-header button {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: var(--black);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    padding: 0;
}
.modal .modal-header button:focus {
    outline: none;
    box-shadow: none;
}
.modal .modal-header button i {
    color: var(--white);
    font-size: 12px;
    display: block;
    line-height: 28px;
    vertical-align: top;
}
.modal .modal-header .close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
#product-page {margin-bottom: 30px;}
#product-page .other_products {
    margin-top: 1.5rem;
}
#product-page .other_products .box-heading {margin-bottom: .5rem;}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs {
    background: var(--gray-light);
    padding: 0;
    margin-bottom: -1px;
    border: 0;
    border-bottom: 1px solid #dfe4e8;
    height: 40px;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    top: 0;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs li a {
    padding: 10px 30px 11px;
    color: #111;
    text-transform: uppercase;
    display: block;
    border-top: 0 solid transparent;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs .active {
    color: var(--black);
    font-weight: 600;
    background-color: var(--color-second);
}
#product-page .product-detail-page .product_desc .tab-content {
    padding: 15px 30px;
}
/******************************Center****************************************/
.l_main {background-color: var(--white); position:relative;}
.news-title {margin-top: 0; margin-bottom: 20px; font-size: 24px;}
.bx-main-slider {position: relative;}
.ms-layer .name {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    text-shadow: 4px 3px 0px rgba(35,31,32,0.4);
}
.ms-layer .summary {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1rem;
}
.ms-layer .ext-link {
    display: inline-flex;
    letter-spacing: 1px; 
    margin-top: .5rem;
    padding: .75rem 2rem;
    border-radius: 0;
    line-height: 16px;
    font-size: .938rem;
    font-weight: 700;
    border-radius: .25rem;
    align-items: center;
    color: var(--black-text);
    background: var(--white);
}
.ms-layer .ext-link img {margin-right: .35rem;}
.ms-layer .ext-link+.ext-link {margin-left: .75rem;}
.ms-layer .ext-link:hover {
    color: var(--color-main);
} 
.ms-layer.mc {text-align: center;}
/**/
#column-left #box-vertical-megamenus { 
    position:relative;
}
#column-left .box #category-box {margin-top:15px;}
#column-left .box.yt_menu_short #category-box {margin-top:0;}
#column-left .yt_menu_short #category-box {
    visibility:hidden;
    opacity: 0; filter:alpha(opacity = 0);
    position:absolute;
    top:56px;
    left:0;
    margin: 0; 
    width:100%; 
    height:auto;
    z-index:99;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;    
}
#column-left .yt_menu_short:hover #category-box{
    visibility:visible;
    opacity: 1; filter:alpha(opacity = 100);
    left:0;
    top:38px;
    box-sizing: none;
}
/**/
.product-title, .custom-title{position: relative; z-index: 0; margin-bottom: 15px; margin-top: 0;}
.title-line {text-align: center;}
.title-line span:before, .title-line span:after, .title-line .inner-hd:before, .title-line .inner-hd:after{
    content: ""; 
    position: absolute; 
    width: 100%; 
    background-color: #efefef; 
    left: 0; 
    z-index: -4
}
.title-line span:before,.title-line .inner-hd:before{height: 2px; top: 18px}
.title-line span:after,.title-line .inner-hd:after{height: 1px; top: 22px}
.product-title a {display: inline-block;}
.product-title span{
    font-size: 1.6rem; 
    font-weight: normal; 
    display: inline-block; 
    padding: 0; 
    position: relative;
}
.our-clients .product-title span:before {display: none;}
.product-title a:hover span {color: #999;}
.product-title span.active {color: #e97900;}
/**/
.social-share .social-share-item{
    float: left;
    position: relative;
    top: 0;
    margin-left: 20px;
}
.social-share .social-share-item.first {margin-left: 0;}
/**/
.cms-static-fearured-article {
    padding: 2.5rem 0;
}
.cms-static-fearured-article .article-grid .items .thumbTitte {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
    color: var(--white);
}
.cms-static-fearured-article .article-grid .items:hover .thumbTitte {
    background-color: var(--black);
}
.cms-static-subscribe {
    padding: 1rem 0;
    border-top: 1px solid var(--gray);
}
.cms-static-subscribe .support {
    position: relative;
    padding-left: 60px;
}
.support .iconsupport {
    position: absolute;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 2.875rem;
    width: 42px;
    height: 42px;
    color: var(--red);
}
.cms-static-subscribe  p {font-size: 0.813rem; color: #999;}
.cms-static-subscribe  p:last-child {margin-bottom: 0;}
.cms-static-subscribe .title {
    font-size: .813rem;
    font-weight: 600;
    text-transform: uppercase;
}
.cms-static-subscribe .myphone {
    font-size: 1.875rem;
    line-height: 1;
}
.cms-static-subscribe .myphone a {color: var(--red);}
.cms-static-subscribe .form-group .newsletter__input {font-size: .913rem;}
.cms-static-subscribe .newsletter__input {
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding: .375rem 0;
    color: #999;
}
.cms-static-subscribe button.btn {border-radius: 0;}
/*clients*/
.cms-our-clients {background-color: var(--gray); padding: 2.5rem 0;} 
.cms-our-clients .article-grid .items {
    border: 0 solid #cdcdcd;
    background-color: var(--white);
}
.cms-our-clients .article-grid .items a {
    display: block;
    margin: 5px;
}
/**/
.article {position: relative;}
.article .article-entry {margin-bottom: 20px;}
.article-contact .fa {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    border: 1px solid var(--gray-light);
    margin-right: 5px;
}
.article-grid {list-style: none; padding: 0; margin-bottom: 0;}
.article-grid .items {padding-bottom: .5rem;}
.article .article-grid .items {padding-bottom: 1.25rem;}
.view-carousel .article-grid .items {padding-bottom: 0;}
.article-grid .items-block {position: relative; height: 100%;}
.article-grid .i-Thumbs {display:block; overflow: hidden; position: relative;}
.article-grid .i-Thumbs a {display: block; position: relative; overflow: hidden; z-index: 2;}
.article-grid .items.box_radius .i-Thumbs a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.article-grid .i-Thumbs a img,.article-list .i-Thumbs a img {-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s;}
.article-grid .i-Thumbs a:hover img,.article-list .i-Thumbs a:hover img {-webkit-transform: scale3d(1.1,1.1,1);  transform: scale3d(1.1,1.1,1);}

.article-grid .tx-Content,.article-list .tx-Content {display:block; position:relative; overflow: hidden;}
.article-grid .tx-Content {padding: .75rem 0 0;}
.section-element.testimonial {
    padding: 3rem 0 1.5rem;
}
.testimonial .article-block .article-meta {
    font-size: 1rem; 
    padding: 1rem;
    min-height: 56px; 
    font-weight: 400;
    border-radius: .25rem;
    position: relative;
    display: flex;
}
.testimonial .article-block .article-meta p {
    margin-bottom: 0;
    flex: 1;
}

.testimonial .article-block .article-author .testimonial__img {flex-shrink: 0;}
.testimonial .article-block .article-author .testimonial__img img{
    border-radius: 50%;
    border: 4px solid var(--gray-bg);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.testimonial .article-block .article-author span {
    color: #aaa;
    font-size: .875rem;
}
.testimonial .article-block .article-author {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial .article-block .article-author .testimonial__name{
    flex: 1;
    margin-top: 1rem;
}
.testimonial .article-block .article-author .testimonial__name .name {margin-bottom: 0;}
.sub-list-content a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    color: #007ec4;
}
.sub-list-content a:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../images/icon_tick.png);
}
.article-list .items {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.article-list .items:last-child {margin-bottom: 0;}
.article-list .tx-Content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article-grid .bgitems .tx-Content {padding-left: 15px; padding-right: 15px;}
.article-grid .DateCreated {display: block; padding: 5px 0 5px 20px; font-size: 12px; position: relative;}
.article-grid .DateCreated:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f073';
}

.article-grid .tx-Content .readmore {
    display: block; 
    text-transform: uppercase; 
    font-size: 13px;
}
.article-grid .tx-Content .readmore a{
    display: inline-block; 
    font-weight: 600;
    position: relative;
    padding: .375rem 0;
    color: var(--color-main);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-grid .tx-Content .readmore a:after{
    content: '\f178';
    margin-left: 5px;
    display: inline-block;
}
.article-grid .tx-Content .readmore a:hover{
    color: var(--color-second);
}

.tx-Content .title {
    font-size: 1rem; 
    font-weight: 600;
    color: #000;
    overflow: hidden; 
    display: block; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.tx-Content .title:hover {text-decoration:underline}
.article-grid .tx-Content p,.article-list .tx-Content p {
    max-height: 84px; 
    margin-bottom: 0;
    overflow: hidden; 
    display: block;
    font-size: .875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.article-grid .tx-Content p+p {margin-top: 1rem;}
.article-list .tx-Content p {
    -webkit-line-clamp: 3;
}
/**/
.form-control {font-size: 14px;}
.component-google-map {height: 425px;}
.component-google-map .component-google-map-box {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.component-google-map .component-google-map-box iframe {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.content-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
}
.content-map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-wrapper,.maps-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe, .maps-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* site map */
.siteMapUl,.siteMapUl li,.siteMapUl ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.siteMapUl{
    margin: 25px 0 0 0;
}
.siteMapUl li {
    line-height: 26px;
}

.siteMapUl .folder {
    background: url(../images/folder.gif) 0 2px no-repeat;
    padding-left: 19px;
}

.siteMapUl .page {
    background: url(../images/page.gif) 0 6px no-repeat;
    padding-left: 19px;
}
.breadcrumbs {margin-bottom: 0;}
.breadcrumb {
    background-color: transparent; 
    margin-bottom: 0; 
    padding: .5rem 0 0 0; 
    border-radius: 0;
    font-size: .813rem;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumb::-webkit-scrollbar { display: none;}
.breadcrumb>li+li:before {content: '\f105'; padding: 0 8px;}

.contactForm {padding: 0 0 10px 0;}
label.error {font-size: 11px; font-style: italic; color: red; display: block;}
.section-header, .entry-content {position: relative;}
.section-header .box-heading {font-size: 1.5rem;}
.article {position: relative; min-height: 500px;}
.article-list {list-style: none; margin: 0; padding: 0;}
.article-list li {margin-top: 20px; position: relative; display: block;}
.article-list li:first-child {margin-bottom: 0;}
.article-list li a.title {display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px;}

.form-group #securityImg,.form-group #reloadImg {margin-left: 8px;}
.form-group #reloadImg {
    border: 1px solid #ced4da; 
    border-radius: 4px;
    padding: .375rem;
    display: inline-block;
    height: 100%;
}
.form-group .form-control {font-size: .813rem;}
.form-group .form-control:focus {outline: none; box-shadow: none;}
.material-field {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 5px;
}
.material-field label {
    position: absolute;
    z-index: 101;
    font-size: 13px;
    padding: 0 10px;
    pointer-events: none;
    -o-transition: .1s ease all;
    transition: .1s ease all;
    left: 0;
    margin-bottom: 0;
    top: 14px;
    color: #999;
}
.material-field input,.material-field .field__input {
    position: relative;
    top: 0;
    box-sizing: border-box;
    float: left;
    border: none;
    color: #333;
    background: transparent;
    height: 48px;
    padding: 16px 10px 10px;
    width: 100%;
    font-size: 13px;
    box-shadow: none;
    z-index: 100;
}
.material-field input[type=date]{
    width:100%
}
.material-field input[type=date]::-webkit-calendar-picker-indicator{
    -webkit-appearance:none
}
.material-field.is-dirty input~label,.material-field.is-dirty .field__input~label,.material-field input:focus~label{
    font-size:10px;
    top:6px;
    color:#999
}
.material-field.is-dirty input~label,.material-field.is-dirty .field__input~label,.material-field input:focus~label span.required{color:#999}
.material-field.material-disabled{
    background:#ddd;
    color:#999
}
.material-field.readonly{
    background:#ddd;
    color:#999
}
.material-radio__input>* {
    display: inline-block;
    vertical-align: middle;
}
.material__required {
    margin-left: 2px;
    color: var(--red);
}
.material-field input.form-control:disabled, .material-field input.form-control[readonly] {background-color: transparent;}
.material-field input:focus,.material-field .field__input:focus {
    outline: 0;
    background-color: transparent;
    box-shadow: none;
}
.formError {margin-top: -36px!important;}
.content-box {
    border: 1px solid rgba(175,175,175,0.25);
    border-radius: 5px;
}
.content-box__row {
    padding: 1.14286em;
    position: relative;
    zoom: 1;
}
.content-box__row ~ .content-box__row{
    border-top:1px solid rgba(173,173,173, 0.25)
}
.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}
.content-box__row:after {
    clear: both;
}
.display-table .content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.content-box__row:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.content-box__row:last-child{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px
}
.content-box__row-spacing-vertical {
    padding-top: 0.85714em;
    padding-bottom: 0.85714em;
}
.content-box__row--color-secondary{
    background-color:#f9f9f9
}
.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review-block ~ .review-block {
    margin-top: 0.85714em;
    padding-top: 0.85714em;
    border-top: 1px solid rgba(173,173,173,0.25);
}
.review-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review-block__link {
    max-width: 10em;
    font-size: 0.85714em;
}
.review-block__label {
    color: #999;
    padding-right: 1.14286em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6em;
    -ms-flex: 0 1 6em;
    flex: 0 1 6em;
}
.review-block__content {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-right: 1.14286em;
}
.radio-wrapper, .checkbox-wrapper {
    zoom: 1;
    margin-bottom: 1em;
}
.radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}
.radio-wrapper:after, .checkbox-wrapper:after {
    clear: both;
}
.radio-wrapper:last-child,.checkbox-wrapper:last-child,.radio-wrapper.content-box__row,.checkbox-wrapper.content-box__row{
    margin-bottom:0
}
.radio__input, .checkbox__input {
    padding-right: 0.75em;
    white-space: nowrap;
}
.radio__label, .checkbox__label {
    cursor: pointer;
    vertical-align: middle;
    font-weight: 400;
}
.radio__label__primary {
    cursor: inherit;
    font-family: inherit;
    vertical-align: top;
}
.radio__label__accessory {
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}
.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.display-table .radio__input, .display-table .checkbox__input,.display-table .radio__label, .display-table .checkbox__label,.display-table .radio__label__primary, .display-table .radio__label__accessory {
    display: table-cell;
}
.display-table .radio__label, .display-table .checkbox__label,.display-table .radio__label__primary {
    width: 100%;
}

.content-box .input-checkbox,.content-box .input-radio{
    border-color:#d9d9d9;
    background-color:var(--white)
}
.content-box .input-checkbox:hover,.content-box .input-radio:hover{
    border-color:#cccccc
}
.content-box .input-checkbox:disabled,.content-box .input-radio:disabled{
    background-color:#fafafa;
    border-color:#cccccc
}

.input-checkbox:after,.input-radio:after{
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0.2);
    transform:scale(0.2);
    -webkit-transition:all 0.2s ease-in-out 0.1s;
    transition:all 0.2s ease-in-out 0.1s;
    opacity:0
}
.input-checkbox,.input-radio{
    width:18px;
    height:18px;
    -webkit-box-shadow:0 0 0 0 #ed1c24 inset;
    box-shadow:0 0 0 0 #ed1c24 inset;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    position:relative;
    cursor:pointer;
    vertical-align:-4px;
    border:1px solid;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
}
.input-radio { border-radius: 50%;}
.input-radio:after{
    width:6px;
    height:6px;
    margin-left:-3px;
    margin-top:-3px;
    background-color:var(--white);
    border-radius:50%
}
.input-checkbox{
    border-radius:4px
}
.input-checkbox:after{
    width:10px;
    height:8px;
    margin-left:-5px;
    margin-top:-4px;
    background-image:url(../images/checkbox-tick.png);
    background-image:url(../images/checkbox-tick.svg),none
}
.input-checkbox:focus,.input-radio:focus{
    border:2px solid #ed1c24
}
.input-checkbox:checked,.input-radio:checked{
    border:none;
    -webkit-box-shadow:0 0 0 10px #ed1c24 inset;
    box-shadow:0 0 0 10px #ed1c24 inset
}
.input-checkbox:checked:after,.input-radio:checked:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.input-checkbox:checked:focus,.input-radio:checked:focus{
    border-color:#b1151b
}
.content-box__emphasis {
    font-weight: 600;
}
.blank-slate{
    padding:1.14286em;
    text-align:center;
}
.section--shipping-method .blank-slate p {font-size: 12px;}
.blank-slate__icon{
    margin-bottom:1.14286em
}
.icon--offsite{
    width:102px;
    height:52px;
    background-image:url(../images/offsite-small.png);
    background-image:url(../images/offsite-small.svg),none
}
.content_list_product {position: relative;}
/**/
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background-image: none;
    color: var(--black);
    transition: all .3s;
    height: 30px;
    text-indent: 0;
    font-size: 0;
    border-radius: 0;
}
.cms-static-special-product .owl-carousel.owl-theme .owl-nav,.other_products .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: -35px;
    right: 30px;
}
.cms-static-special-product .owl-theme .owl-nav .owl-prev,.cms-static-special-product .owl-carousel.owl-theme:hover .owl-nav .owl-prev,
.other_products .owl-theme .owl-nav .owl-prev,.other_products .owl-carousel.owl-theme:hover .owl-nav .owl-prev {left: auto; right: 30px;}
.cms-static-special-product .owl-theme .owl-nav .owl-next,.other_products .owl-theme .owl-nav .owl-next {right:0;}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: var(--black);
}
.cms-static-special-product .owl-carousel.owl-theme .owl-nav [class*=owl-]:before,.other_products .owl-carousel.owl-theme .owl-nav [class*=owl-]:before {font-size: 28px;}
.owl-carousel.owl-theme:hover .owl-nav .owl-next {
    right: 0;
}
.owl-carousel.owl-theme:hover .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next:before {
    content: "\f105";
}
.owl-carousel.owl-theme .owl-nav .owl-prev:before {
    content: "\f104";
}
.bx-wrapper .bx-controls-direction a {
    text-indent: unset!important;
    font-family: "FontAwesome";
    font-size: 40px;
    color: var(--black);
    overflow: hidden;
}
.bx-wrapper .bx-controls-direction [class*=bx-] {
    height: 42px;
    margin-top: -21px;
    background-image: none;
}
.bx-wrapper .bx-controls-direction [class*=bx-]:hover {
    opacity: .9;
    color: var(--white);
    text-decoration: none;
    background-color: var(--gray-dark);
}
.bx-wrapper .bx-controls-direction [class*=bx-]:before {
    width: 32px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
}
.bx-wrapper .bx-prev:before {
    content: '\f104';
}
.bx-wrapper .bx-next:before {
    content: '\f105';
}

/*product*/
.cms-static-saleoff-product {
    background-color: var(--gray);
    padding: 2.5rem 0;
}
.cms-static-saleoff-product .title_block {
    position: relative;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 1rem;
}
.cms-static-saleoff-product .title_block span {
    font-size: 30px; display: block;
    font-weight: 600;
}
.cms-static-saleoff-product .title_block:after {
    content: '';
    background: var(--color-main);
    height: 6px;
    display: block;
    z-index: 9;
}
.cms-static-saleoff-product .home-ads img {width: 185px;}
.view-more-product .btn {
    background-color: var(--color-second);
    color: var(--white);
    border-radius: 0;
    padding: .5rem 2.5rem;
}
.view-more-product .btn:hover {background-color: var(--color-main); color: var(--black);}
.view-more-product .btn:focus {outline: 0; box-shadow: none;}
.product-tab-title .tabs-title-ajax{
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.tabs-title-ajax .name {
    color: var(--white); 
    font-weight: 700;
}
.tabs-title-ajax .name a {color: inherit;}
.tabs-title-ajax .nav-tabs.show {
    display: block!important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
}
.tabs-title-ajax .nav-tabs {border-bottom-width: 0;}
.tabs-title-ajax .nav-tabs li a {
    background: rgba(142,142,142,0.4);
    padding: 10px 15px;
    color: var(--white);
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}
.tabs-title-ajax .nav-tabs li .active, .tabs-title-ajax .nav-tabs li a:hover {background-color: var(--color-main);color: var(--black);}
.tabs-title-ajax .nav-tabs li:not(:first-child) {margin-left: 4px;}
.tabs-title-ajax .navbar-toggle {
    border: 1px solid var(--gray);
    background-color: transparent;
    color: var(--white);
    width: 35px;
    text-align: center;
}
.tabs-title-ajax .navbar-toggle:focus {outline: 0;}
.tabs-title-ajax .navbar-toggle:not(.collapsed) .icon-Ico_Menu:before{content: '\e910';}
.products-grid {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.fearured-product-cat.owl-carousel .items .product_box {padding: 1px;}
.products-grid.carousel-margin .product_box {
    padding: 10px;
}
.product_box:hover {
    box-shadow: unset;
}
.product_box.box_lists .product-hover {
    text-align: left;
    margin: 1px;
    margin-bottom: 1.5rem;
    padding: .25rem;
    -webkit-box-shadow: 0px 0 0 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0 0 1px rgba(0,0,0,.1);
    box-shadow: 0px 0 0 1px rgba(0,0,0,.1);
    background: var(--white);
    position: relative;
}
.cms-static-saleoff-product .product_box.box_lists .product-hover, .left-column .product_box.box_lists .product-hover,.fearured-product-cat .product_box .product-hover {margin-bottom: 0;}
.fearured-product-cat .product_box .product-hover {
    padding: .75rem;
    background-color: var(--gray);
}
.fearured-product-cat .product_box .product-hover .smart-box-hover {font-weight: 600;}
.product_box:hover .product-hover:not(.noshadow) {
    display: block;
    z-index: 1;
    /*-o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)*/;
}
.product_box.box_lists .product-hover .smart-box-hover {
    display: block;
    position: relative;
}
.product_box.box_lists .product-hover figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.product_box.box_lists .product-hover .hoverSwap {
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.product_box.box_lists .product-hover figure .hoverSwap {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.product_box.box_lists .product-hover:hover figure img.hoverSwap {
    opacity: 1;
}
.product_box.box_lists .product-hover .product-box-label {
    position: absolute;
    position: absolute;
    font-size: .75rem;
    left: 0;
    top: 0;
    color: var(--white);
    border-radius: .35rem;
    z-index: 5;
    padding: 0 .35rem;
    text-align: center;
    background-color: var(--color-main);
}
.product-box-khuyenmai {
    min-width: 50px;
    min-height: 44px;
    position: absolute;
    top: -8px;
    right: 10px;
    display: flex;
    align-items: center;
    font-size: .875rem;
    background: url(../images/label-pt.png);
    background-size: 100% 100%;
    z-index: 3;
    color: var(--white);
    padding: 5px 15px 5px 5px;
}
.product_box.box_lists .product-hover .product-simple-info {
    height: auto;
    overflow: hidden;
}
.product_box.box_lists .product-hover .product-box-name {
    color: var(--black-text);
    font-size: .875rem;
    line-height: 1rem;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 32px;
}
.left-column .product_box.box_lists .product-hover .product-box-name {
    font-size: .813rem;
    margin-bottom: 0;
}
.product_box.box_lists .product-hover .product-box-desc {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 13px;
    color: #888;
}
.product_box.box_lists .product-hover .product-simple-info .swap-elements {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product_box.box_lists .product-hover:hover .product-simple-info .swap-elements {
    transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -sand-transform: translateY(-32px);
}
.product_box.box_lists .product-hover .product-simple-info .product-action {
    background: var(--white);
    transition: all .3s;
    padding-bottom: 0.5rem;
}
.product_box.box_lists .product-hover .product-simple-info .product-action .btn {
    background: var(--black);
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    height: 32px;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.product_box.box_lists .product-hover .product-simple-info .product-action .btn:before {
    content: '\f07a';
    font-family: "FontAwesome";
    margin-right: .35rem;
}
.product_box.box_lists .product-hover .product-simple-info .product-action .btn:hover {
    background-color: var(--color-second);
    color: var(--color-main);
}
.product_box.box_lists .product-hover .product-simple-info .price-box {
    height: 32px;
    overflow: hidden;
}
.product-box-price {
    height: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.left-column .product_box.box_lists .product-box-price {font-size: .875rem;}
.product-box-price .price__regular {color: var(--red); font-weight: 600;}
.product-box-price .price__old {
    margin-left: 15px; 
    text-decoration: line-through;
    color: #999;
}
.left-column .product-box-price .price__old {margin-left: 10px;}
.order-support, .product-news {
    font-size: 0.813rem;
}
.order-support {
    background-color: var(--gray);
    padding: .75rem;
}
.order-support .box-heading {
    padding: 0 0 8px;
    border-bottom: #ececec 1px solid;
    margin-bottom: 8px;
    display: block;
}
.order-support .box-heading .name,.product-news .box-heading .name {font-size: 1rem; margin-bottom: 0;}
.order-support p {padding-left: 38px; position: relative;}
.order-support p:last-child {margin-bottom: 0;}
.order-support p .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    font-size: 1.5rem;
    color: var(--color-main);
}
.product-news .box-heading {
    margin-bottom: 0;
    background-color: var(--gray-light);
}
.product-news .box-content {
    padding: .75rem;
}
.product-news .box-content a {
    display: block;
    position: relative;
    padding-left: 12px;
}
.product-news .box-content a:before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
}

ul.detail-parent{margin:0;padding:0 0 0 17px}
.navbar .btn-navbar{background-image:none!important;border-radius:2px 2px 2px 2px;box-shadow:none!important;float:left!important;margin:9px!important;padding-left:10px!important;padding-right:10px!important}
.navbar .brand{font-size:130%!important;font-weight:bold!important;margin:0!important;padding-left:20px!important;text-shadow:none!important;text-transform:uppercase!important}
.navbar .btn-navbar .icon-bar{background-color:var(--white)FFF!important}
ul.nav-accordion li.level0 > a > span > .cat-label{position:inherit}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before{position:inherit;right:6px;top:22px;width:0;height:0;content:"";border-style:solid;border-width:0}
ul.nav-accordion li span.expand:before{content: "-";display: inline-block;font-size: 24px;text-align: center;width: 24px;line-height: 22px; font-weight: bold; color: #adadad}
ul.nav-accordion li span.collapse:before{content: "+";display: inline-block;font-size: 24px;text-align: center;width: 24px;line-height: 22px; font-weight: bold; color: #adadad}

.hotline .hotline-warp {padding-left: 100px; position: relative; color: var(--white); font-size: 1.2em; letter-spacing: 1px;}
.hotline .icon-hotline {width: 64px; height: 64px; border: 2px solid var(--white); position: absolute; top: 0; left: 10px; text-align: center; line-height: 64px;}
.hotline .hotline-warp h3 {margin-top: 0;}
.hotline .hotline-warp h3 span {font-weight: 600; font-size: 1.2em; color: red;}
.hotline .icon-hotline .fa {font-size: 2.5rem;}

.article__info {
    padding: .5rem .5rem;
    margin-bottom: 1rem;
    background-color: var(--gray);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.article__author, .article__view, .article__date {
    display: inline-block;
    color: #909090;
    font-size: 12px;
}
.article__author i, .article__view i, .article__date i {
    margin-right: 5px;
    font-size: 14px;
}
.article__info .article__author, .article__info .article__view {
    margin-left: 20px;
}
.article__share {
    position: relative;
    height: 20px;
    display: flex;
}

/*cart*/
.checkout-cart {
    position: relative; 
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page_title {
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.cart th,.cart td{
    border:0
}
.cart td{
    padding:15px 10px;
}
.cart th{
    font-weight:600;
    padding:1rem .75rem
}
.cart td dl,.cart td dd {margin-bottom: 0;}
.cart .cart__row {border-bottom: 1px solid rgba(225,225,225,.6);}
.cart .cart__row th {background-color: #f6f6f6;}
.cart__row td{
    vertical-align:top
}
.cart__row p{
    margin-bottom:0
}
.cart__row p+p{
    margin-top:10px
}
.cart__edit--active .cart__edit-text--cancel{
    display:none
}
.cart__edit-text--edit{
    display:none
}
.cart__edit--active .cart__edit-text--edit{
    display:block
}
.cart__edit-text--cancel,.cart__edit-text--edit{
    pointer-events:none
}

.cart__image{max-height:95px }
.list-view-item__title{
    color:#30424e;
    font-size:1.14286em;
    min-width:100px;
    font-weight:700;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.cart__edit{
    margin-top:10px
}
.cart__qty-input{
    text-align:center;
    width:60px;
    padding:8px 5px;
}
.cart .custom-inner {
    position: relative;
    padding-left: 36px;
    padding-right: 36px;
    display: inline-block;
}
.cart .custom-inner button.items-count {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    height: 41px;
    width: 36px;
    background-color: var(--white);
    border: 0 var(--black) solid;
    color: #999;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.cart .custom-inner button.reduced {left: 0;}
.cart .custom-inner button.increase {right: 0;}
.cart-subtotal{
    display:flex;
    justify-content:flex-end
}
.cart-subtotal__title, .cart-subtotal__price{
    font-size:1.2rem;
    font-weight: 600;
}
.cart-subtotal__price{
    padding-left:27.5px
}
.cart__shipping{
    font-size:0.85714em;
    color: #8c8c8e;
    padding:10px 0 20px;
}
.step__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.step__footer__continue-btn {
    float: right;
    padding: 0.5em 1.7em;
}
.step__footer__previous-link {
    margin-right: 1em;
}
.step__footer__previous-link i {
    display: inline-table;
    vertical-align: middle;
}
.previous-link__icon {
    -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    margin-right: 0.25em;
}
.shopping-cart .shopping-cart__inner {border-right: 1px solid rgba(175,175,175,0.25); padding-right: 40px;}
.shopping-cart .checkout .shopping-cart__inner {padding-right: 0; border-right-width: 0;}
.shopping-cart .checkout .shopping-cart__inner .shopping-cart__product .media>a {max-width: 85px}
.shopping-cart .shopping-cart__inner .shopping-cart__product {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(175,175,175,0.25);
}
.shopping-cart .shopping-cart__inner .shopping-cart__product:last-child {border-bottom-width: 0; margin-bottom: 0;}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media {overflow: initial;}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media>a{
    max-width: 120px;
    position: relative;
    border: 1px solid rgba(175,175,175,0.25);
    border-radius: 5px;
    margin-right: 20px;
}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media .product-image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 3px;
}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media img {
    max-width: 100%; height: auto !important; display: inline-block;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(0,0,0,0.8);
    color: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.shopping-cart .shopping-cart__inner .product-name {font-weight: 600; display: block;}
.shopping-cart .shopping-cart__inner .product-option {
    display: block;
    font-size: 13px;
    color: #666;
}
.shopping-cart .shopping-cart__inner .product-price {
    font-size: 16px;
    font-weight: bold;
    color: #ed1c24;
    display: block;
    margin-top: 10px;
}
.section--total-lines {padding: 1.5em 0;border-top: 1px solid rgba(175,175,175,0.25);}
.section--total-lines .cart_total-price, .section--total-lines .cart_total-shipping {font-weight: 600;}
.section--total-lines .cart_total-price span:first-child {font-size: 1.25em;}
.section--total-lines .cart_total-shipping .small-text {font-size: 12px; color: #999; font-weight: 400;}
.shopping-cart .cart_subtotal #subTotalTd {font-size: 1.1em;}

.shopping-cart .checkout .cart_subtotal {
    font-size: 1.5em;
    border-top:1px solid rgba(175,175,175,0.25); margin-top:20px; padding-top: 20px;
}
.i-header {
    margin: 0 0 20px 0;
    position: relative;
}
.i-header h2, .i-header .title {
    position: relative;
    padding: 0; 
    margin: 0;
    font-weight: 600;
}
.i-header .description-header {
    position: absolute; 
    right: 0; 
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .875em;
}
.i-header .description-header a {color: red;}
.cart_info {position: relative; overflow: hidden;}
.cart_info a {display: block;}


.shopping-cart .cart-item-empty {
    background: var(--white);
    width: 100%;
    height: 100%;
    padding: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-cart .cart-item-empty .cart_icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-image: url(../images/cart_empty.png);
    background-repeat: no-repeat;
    display: block;
    width: 128px;
    height: 128px;
    background-size: contain;
    background-position: 0 0;
}
.shopping-cart .cart-item-empty h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px;
}
.shopping-cart .cart-item-empty span {
    display: block;
}
.shopping-cart .cart-checkout.no-product {
    text-align: center;
    padding: 10px 16px;
}
.cart__footer {margin-bottom: 20px;}
.cart__footer .bgcart__footer {
    background-color: #f6f6f6;
    padding: 10px 30px;
}
/**/
.pageNumber {
    display:-webkit-flex;
    display:-ms-flexbox;
	display:flex;
    align-items: center;
    justify-content: center;
	text-align:center;
    position: relative;
    padding:0;
	margin-bottom: 30px;
}
.pageNumber a {
	display: block;
	width:40px;
	height:40px;
    line-height: 40px;
	text-align:center;
	margin: 0 3px;
	background: var(--gray);
	font-weight:700;
	color: var(--black);
	border:1px solid var(--gray-light);
}
.pageNumber a:hover {
	color: var(--black);
    background: var(--color-main);
	border-color: var(--color-main);
}
.pageNumber a.current {
	color: var(--black);
    background: var(--color-main);
    border-color: var(--color-main);
}
/******************************FOOTER****************************************/
#footer{
    background-color: var(--gray-bg); 
    display:block; 
    padding-top: 2rem; 
    font-size: 0.813rem;
    position: relative;
}
.footer-item h3, .footer-item .title{
    font-size: 1rem; 
    font-weight: 700; 
    line-height: 20px; 
    margin-top: 0;
    display: block;
    position: relative;
}
.footer-item .footer-address p {margin-bottom: .5rem;}
.footer-item .title {margin-bottom: 15px;}
.footer-item .title a[data-toggle="collapse"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-item .title a.fa-plus-circle:not(.collapsed):before {content: '\f056';}
.footer-item .box-content .content ul {list-style: none; padding: 0;}
.footer-item .box-content .content .link-list h3 {margin: 0;}
.footer-item .box-content .content .info, .footer-item .box-content .content .link-list a{
    text-transform: capitalize; 
    display: block; 
    line-height: 20px
}
.footer-item .box-content .content .link-list a{padding-bottom: 7px; transition: all 0.3s;}
.footer-item .box-content .content .link-list a:hover{ padding-left: 3px;}
.footer-item .box-content .content {margin-top: 8px}
.footer-item .box-content .content .fa {color: var(--color-main); text-align: center;}
.footer-item:first-child .box-content .content li{margin-bottom: 10px}
.footer-item p:last-child {margin-bottom: 0;}
.footer-item p .fa {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid rgba(255,255,255,.3);
    margin-right: 5px;
    text-align: center;
}
.box-social {margin-top: 10px;}
.box-social a {
    display: inline-block; 
    vertical-align: middle;
    width: 32px;
    height: 32px;
    color: var(--black); 
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-right: 5px;
}
.box-social a:last-child {margin-right: 0;}
.ft-copyright {
    margin-top: 10px;
    border-top: 1px solid var(--border-color); 
    position: relative; 
    z-index: 2;
    padding: 1rem 0;
    text-align: center; 
}
.ft-copyright b,.ft-copyright strong {color: var(--color-main);}
.footer-counter {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-counter li {
    display: flex;
    align-items: center;
    line-height: 32px;
    position: relative;
}
.footer-counter li span {margin-left: auto;}
.footer-counter li:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: .5rem;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-counter .online:before {
    background-image: url(../images/icons/icon_online.png);
}
.footer-counter .yesterday:before {
    background-image: url(../images/icons/icon_homqua.png);
}
.footer-counter .week:before {
    background-image: url(../images/icons/icon_tuan.png);
}
.footer-counter .total:before {
    background-image: url(../images/icons/icon_tong.png);
}
#stickymenu_bottom_mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}
#stickymenu_bottom_mobile.nav-up {
    bottom: -65px;
}
#stickymenu_bottom_mobile .stickymenu-item {
    width: 25%;
}
#stickymenu_bottom_mobile .stickymenu-item a {
    display: block;
    padding: .5rem 0;
    width: 100%;
    position: relative;
    color: #999;
}
#stickymenu_bottom_mobile .stickymenu-item a span {
    font-size: 0.563rem;
    text-transform: uppercase;
    display: block;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#stickymenu_bottom_mobile .stickymenu-item a:focus,#stickymenu_bottom_mobile .stickymenu-item a:hover {color: #b7b7b7;}
#stickymenu_bottom_mobile .stickymenu-item a.active {color: #333;}
#stickymenu_bottom_mobile .stickymenu-item i {
    font-size: 20px;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: top;
    margin-bottom: 2px;
}
#stickymenu_bottom_mobile .stickymenu-item i.icon-list,#stickymenu_bottom_mobile .stickymenu-item i.icon-close_18px {font-size: 24px;}
#stickymenu_bottom_mobile .stickymenu-item .cart-products-count {
    position: absolute;
    top: 10px;
    right: 20%;
    bottom: inherit;
    background: #de1f26;
    color: var(--white);
    width: 16px;
    height: 14px;
    font-size: 11px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    line-height: 14px;
    text-align: center;
}
.scrolltop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: var(--color-main);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--white);
    line-height: 40px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 993;
    border: 2px solid var(--white)!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.callnow {
    position: fixed;
    right: 50px;
    bottom: 300px;
    z-index: 100;
    display: none;
}
.callnow img {
    opacity: 0.5;
    width: 80px;
}
.callnow img:hover {
    opacity: 1;
}

.line-14em {line-height:1.4em;}
/******************************Button****************************************/
.resultSearch {position: relative;}
.font-size-16 {font-size: 16px;}
.font-size-18 {font-size: 18px;}
.font-size-20 {font-size: 20px;}
.text-white {color: var(--white);}
.text-red {color: red;}
.text-blue {color: #007ec4;}
.text-green {color: #00c633;}
.margin-0 {margin: 0;}
.mT-10 {margin-top: 10px;}
.mT-20 {margin-top: 20px;}
.mR-10 {margin-right: 10px;}
.mR-20 {margin-right: 20px;}
.mB-10 {margin-bottom: 10px;}
.mB-30 {margin-bottom: 30px;}
.mB-40 {margin-bottom: 40px;}
.btn-shopping {border: none; background-color: #FF6B01; color: var(--white); padding: 8px 20px;}
.btn-gray {background-color: #999; color: var(--white);}
.btn-medium {padding: 10px 35px;}
.backdrop__body,.opacity_filter {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.backdrop__body.nav-is-visible,.opacity_filter.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 60px;
    left: 0;
    visibility: hidden;
    z-index: 999;
}
.hotline-phone-ring {
    position: relative;
    background-color: transparent;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(135, 240, 42, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #6dcc19;
    width: 33px;
    height: 33px;
    top: 11px;
    left: 11px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 24px;
    height: 24px!important;
}
.hotline-bar {
    position: absolute;
    background: rgba(135, 240, 42, 0.75);
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 6px;
    bottom: 6px;
}
.hotline-bar > .hotline-bar_text {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    white-space: nowrap;
    display: flex;
    height: 100%;
    align-items: center;
}
.hotline-bar > .hotline-bar_text .text-hotline {
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    display: block;
    color: var(--black);
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: var(--white);
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
}
30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
}
100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
}
50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
}
100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-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);
}
}
/**/
.grecaptcha-badge {visibility: hidden; opacity: 0;}
/**/
.aml_dk-wrap {
    font-size: 14px !important;
    position: fixed;
    z-index: 2147483647;
    bottom: 54px;
    overflow: visible !important;
    transition: transform 0.2s ease 0s;
}
@media only screen and (max-width: 767px){
    .aml_dk-wrap {bottom: 104px;}
}
div.aml_dk-wrap div {
    overflow: visible !important;
}
.aml_dk-wrap.aml_dk-bottom-right {
    right: 0;
}
.aml_dk-wrap .aml_dk-flex-container {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.aml_dk-flex-container > a {
    width: 48px!important;
    height: 48px!important;
    margin: 5px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    overflow: visible !important;
    background-size: 100%!important;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
}
.aml_dk-channel-facebook {
    background-image: url(../images/widget_icon_messenger.svg);
}
.aml_dk-channel-zalo {
    background-image: url(../images/widget_icon_zalo.svg);
}
.aml_dk-channel-click_to_call {
    background-image: url(../images/widget_icon_click_to_call.svg);
}
.aml_dk-channel-contact_form {
    background-image: url(../images/widget_icon_contact_form.svg);
}
.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
.aml-tooltip .aml-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}
.aml-tooltip .aml-tooltiptext {
    background-color: rgba(255, 170, 19, 1);
    color: var(--white);
}

.aml_dk-bottom-right .aml-tooltip .aml-tooltiptext {
    right: 120%;
}
.aml_dk-bottom-right .aml-tooltip .aml-tooltiptext::after {
    border-color: transparent transparent transparent #ffaa13;
    left: 100%;
}
.aml-tooltip:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}
.row_title1 {
    width: 100%;
    display: flex;
    background: #92CDDC;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    margin-bottom: 10px;
}
.row_title1 .rowbg {
    padding: 8px 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
.box_banggia {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0 0 1px rgba(0,0,255,1);
    -moz-box-shadow: 0px 0 0 1px rgba(0,0,255,1);
    box-shadow: 0px 0 0 1px rgba(0,0,255,1);
}
.title_c1 {
    padding: 12px 0;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #00CCFF;
    color: #FF0000;
    align-content: center;
    text-transform: uppercase;
}
.title_c1a {
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background: var(--color-second);
    color: var(--black);
}
.row_title2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
}
.row_title2 .rowbg {
    width: 100%;
    min-height: 1px;
    padding: 8px 4px;
    color: #333;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0px 0 0 1px rgba(0,0,255,1);
    -moz-box-shadow: 0px 0 0 1px rgba(0,0,255,1);
    box-shadow: 0px 0 0 1px rgba(0,0,255,1);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: var(--white);
}
.row_title2 .rowbg .imgsp {
    height: 50px!important;
}
.row_title2 .rowbg .btn {
    background: var(--black);
    color: var(--white);
    text-align: center;
    font-size: 14px;
    height: 32px;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.row_title2 .rowbg .btn:before {
    content: '\f07a';
    font-family: "FontAwesome";
    margin-right: 0.35rem;
}
.row_title1 .c1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}
.row_title1 .c2 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.row_title1 .c3 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    font-weight: 600;
}
.row_title1 .c4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row_title1 .c5 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.row_title2 .c1 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
}
.row_title2 .c2 {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    text-align: left!important;
    font-weight: 600;
}
.row_title2 .c3 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.row_title2 .c4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row_title2 .c5 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
