:root {
  --color-primary: #145e9f;
  --color-second: #ffcd38;
  --gray-bg: rgba(250, 250, 250, 1);
  --gray-dark: rgba(0, 0, 0, 0.6);
  --gray-light: rgba(0, 0, 0, 0.1);
  --white-text: rgba(255, 255, 255, 0.55);
  --black-dark: #171717;
  --black-text: #262626;
  --black-light: rgba(19, 19, 19, 0.6);
  --green-bg: rgba(0, 82, 56, 0.72);
  --red-light: #ff4949;
  --yellow-light: #fffbf9;
  --bg-menu: #F1F4F5;
  --border-color: #c8c8c8;
  --theme-radius-small: 8px;
  --theme-radius-base: 12px;
  --theme-radius-large: 20px;
  --font-awesome: 'FontAwesome';
  --font-primary: 'Montserrat', Arial, Helvetica, sans-serif;
}

html {
    height: 100%;
    margin: 0!important;
}
body {
	color:var(--black-text);
    font-size: 16px;
	font-family: var(--font-primary);
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    top: 0!important;
    overflow-y: auto;
    overflow-x: hidden!important;
    background-color: white;
}
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: black; }

.hidden, [hidden] {display: none!important;}
img {
    display: inline-block; max-width: 100%; height: auto!important;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}
img[src=""] {display: none;}
.bg-red,
.bg-yellow,
.bg-black,
.bg-blue,
.bg-light-blue,
.bg-orange {
  color: white!important;
}

.bg-gray {
  color: black;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: var(--gray-light);
}
.bg-black {
  background-color: 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: black;
  background-color: var(--color-primary) !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.btn-primary,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: white;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    opacity: .8;
}
.btn-primary svg {
    width: 20px; 
    height: 20px;
}
.btn-secondary{
    background-color: var(--color-second);
    color: black;
    border-color: var(--color-second)
}
.btn-secondary:not([disabled]):hover,.btn-secondary:focus{
    color: black;
    background-color: var(--color-second);
    border-color: var(--color-second);
    opacity: .8;
}
.icon-svg--size-10 {
    width: 10px;
    height: 10px;
}
.btn--small{
    padding:6px 10px;
    font-size:0.85714em;
    line-height:1
}
.btn-link,.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}
.btn-link:hover {
    opacity: .8;
    text-decoration:none;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .25rem
}
.btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

::-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';
}
.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:.75rem;
    border-radius:.75rem;
}
.box_white {
    background-color: white;
} 
#masthead {
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index:1021;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.15);
}
#masthead.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@-webkit-keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
}

@keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
}
#masthead.fixed .site-header {display: none;}
.header-lang {
    position: relative;
    margin-left: 1rem;
    padding-left: 1rem;
}
.nav-control .header-lang {
    margin-left: 0; padding-left: 0;
    display: none;
}
.header-lang .lang {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.header-lang .lang svg {
    width: 20px;
    height: 20px;
}
.header-lang .lang:focus {
    box-shadow: none;
    outline: none;
}
.header-lang .dropdown-menu {
    min-width: 7rem;
    border-radius: 0;
    margin-top: 0.35rem;
    padding: 0;
}
.header-lang .dropdown-menu:before {
    position: absolute;
    top: -0.25rem;
    left: 0.35rem;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 4px dashed var(--color-primary);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header-lang .dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 0.35rem;    
}
.header-lang .dropdown-item {
    display: flex;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    color: black;
}
.header-lang .dropdown-item img {
    width: 16px;
    height: 16px;
}
.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:focus,.text-link:active {
    outline: none;
    box-shadow: none;
}
.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
}

.site-header {position: relative;}
.site-header .titleSeo {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -999px;
    left: -999px;
}
/*layout*/
.box,.box-heading,#masthead .on_menu_left,.navigationMenu .nav-heading,.sub-list a{position: relative;}
/*color*/
.toggable-box__header {color: black;}
.breadcrumb li a:hover,.pageNumber a {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::before,.toggable-box__header--open::before,
.toggable_items .form-check-inline .icon-ok,.article-grid .tx-Content .readmore a:after,.breadcrumb>li+li:before,.tx-Content .date:before {font-family: var(--font-awesome);}
/*end*/
.navbar-brand {
    margin-right: 0;
}

.brandnav .navbar-brand a.logo {
    display: flex;
    align-items: center;
}
#masthead.fixed .brandnav .navbar-brand a.logo {}

#masthead .on_menu_left {
    display: none;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
}
#masthead .on_menu_left:focus {
    outline: none;
    box-shadow: none;
}
#masthead .on_menu_left svg {
    width: 28px;
    height: 28px;
}

/**/
#panel {
    height: 100%;
    overflow-y: auto;
    background: 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 {
    padding: 5px 40px 5px 5px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#panel .account .close_panel{
    background-color: var(--bg-menu);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}
#panel .account a {
    display: flex;
    padding: 0 .25rem;
    position: relative;
    align-items: center;
}
#panel .account a img {
    height: 45px!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);
}

.navigationMenu li:active a {
    color: white
}
.navigationMenu li:active .fa {
    color: 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-right {
    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-right:before {content:"\f077"}
.navigationMenu .nav-heading [data-toggle="collapse"].collapsed.fa-chevron-right:before {content:"\f054"}
.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(--bg-menu);
}
.panel .sub-list {background-color: var(--gray-light);}
.panel .sub-list .sub-list {
    background-color: #eee;
}
.sub-list li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.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: white
}
.sub-list .sub-list a {
    padding-left: 46px;
}
.sub-list a:not(.fa):before {
    position: absolute;
    content: "\f138";
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--color-primary);
}
.sub-list .sub-list a:not(.fa):before {
    left: 30px;
    content: "\f10c";
}
.sub-list .fa-chevron-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 37px;
    margin: 0;
    padding: 0 15px 0 25px;
    width: auto;
    font-size: 11px;
}
.panel .sub-list .nav-level-sub {
    position: relative;
    padding-right: 50px;
}

/**/
.section-element {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section-element.section-element-page {
    padding: 20px 0;
}
.section-element.section-element-0 {margin-top: 30px;}
.section-element.section-element-0+.section-element-0 {margin-top: 30px;}
.section-element.section-element-1 {margin-top: 35px; padding-bottom: 20px;}
.section-slider {
    position: relative;
}
.master-slider-parent {z-index: 0;}
.element-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
}
/*.master-slider {min-height: 480px;}*/
.master-slider, .banner-slider {border-radius: var(--theme-radius-small);} 
.master-slider .swiper-slide {height: 100%;}
.master-slider .item_slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.banner-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
}
.swiper-slide .item_slide {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
} 

/**/
.brandnav.navbar{padding: 0; gap: 2rem}
.header-navigation {position: relative;}
.header-navigation > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;    
}
.header-navigation > ul > li a {
    display: block;
    padding: .5rem 0;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.header-navigation > ul > li > a:hover {
    text-decoration: none;
    color: var(--color-primary);
}
.header-navigation > ul > li > a:after {
    border-bottom: 1px solid var(--color-primary);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transition: width .4s linear 0s;
    width: 0;
}
.header-navigation > ul > li:hover > a:after {
    left: 0;
    width: 100%;
}
.nav-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    gap: 1.25rem;
}
.nav-control button {
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.nav-control button:focus,.nav-control button:active {
    box-shadow: none;
    outline: none;
}
.nav-control .nav-cart,.nav-control .nav-info {
    display: flex;
    align-items: center;
    position: relative;
}
.nav-control .nav-cart .cart-number {
    height: 12px;
    min-width: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--red);
    color: white;
    font-size: 10px;
    right: 5px;
    top: 5px;
    position: absolute;
}
.nav-control .nav-info {
    gap: .5rem;
    font-weight: 400;
}
.nav-control .nav-info .text {
    flex: 1;
    font-size: 75%;
    display: flex;
    flex-direction: column;
}
.nav-control .nav-info .text b,.nav-control .nav-info .text .phone {
    font-size: 1rem;
    line-height: 1;
}
.nav-control .nav-info .text .phone {font-weight: bold;}
.nav-control a:hover {text-decoration:none;}
/**/
#searchPanel {
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    background: rgba(0, 0, 0, .8);
    z-index: 1023!important;
    position: fixed;
    transition: opacity .8s;
}
.closeSearch {
    position: absolute;
    top: 1rem;
    right: 0;
    display: block;
    width: 48px;
    text-align: center;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
}
.closeSearch:focus,.closeSearch:active {
    outline: none;
    box-shadow: none;
}
.closeSearch svg {
    fill: white;
}
#searchPanel.nav-is-visible {
    display: block;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#searchPanel .container {
    margin: .5rem auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#searchPanel form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.searchtopbox {
    padding: 1rem .75rem;
}
.search-content {
    position: relative;
    width: 100%;
}
.search-content input[type="text"] {
    text-transform: none;
    background-color: rgba(255,255,255,.85);
    border-color: var(--black-text);
    height: 60px;
    border-radius: 34px;
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.125rem;
    color: var(--black-text);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
}
.search-content input::-webkit-input-placeholder {
  color: white;
}
.search-content .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    width: 65px;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-content .search-submit svg {
    width: 32px;
    height: 32px;
    fill: var(--color-primary);
}
.popular_keyword {
    display: flex;
    gap: .75rem;
    margin-top: 10px;
}
.popular_keyword a {color: var(--blue);}
/**/
.nav-control .sgvicon {
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
    color: black;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-control .sgvicon svg {
    height: 26px;
    width: 26px;
}

/*mega menu*/
.box-special-menu {
    background: #FDCC41;
    background: linear-gradient(90deg, rgba(253, 204, 65, 1) 15%, rgba(252, 182, 52, 1) 100%);
}
.box-special-menu ul.main-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-content: center;
    gap: 1.5rem;
}
.main-navigation > li {
    position: relative;
}
.main-navigation > li.root {
    text-align: center;
}
.main-navigation > li.root+li:before {
    content: '';
    position: absolute;
    left: -.75rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: black;
}
.main-navigation > li > a {
    padding: 10px 15px;
    display: block;
    line-height: 26px;
    position: relative;
    text-decoration:none;
    color: black;
}
.main-navigation > li.root > a {
    white-space: nowrap;
    transition: all .3s ease;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}
.main-navigation > li.root > a .fa {margin-left: 8px; font-size: 16px;}
.main-navigation > li.root > a img {max-height: 32px;}
.main-navigation > li.root > a span {display: block;}
.main-navigation > li.root > a:hover,.main-navigation > li.root:hover > a,.main-navigation > li > a.current {
    color: var(--color-primary);
}
.rootmenu-hovercate {
    min-width: 220px;
    line-height: 22px;
    list-style: none;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    display: none;
    background: white;
    border-top: 0;
    transition: all 0.5s ease;
    -webkit-box-shadow: 7px 6px 40px 0px rgba(204, 204, 223, .16);
    -moz-box-shadow:    7px 6px 40px 0px rgba(204, 204, 223, .16);
    box-shadow:         7px 6px 40px 0px rgba(204, 204, 223, .16);
}
.main-navigation > li.root:hover .rootmenu-hovercate{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.rootmenu-hovercate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rootmenu-hovercate:not(.mega) ul {
    background-color: white;
    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);
}
.rootmenu-hovercate:not(.mega) ul li {text-align: left;}
.rootmenu-hovercate ul li {position: relative;}
.rootmenu-hovercate ul li a {
    padding: 8px 15px 8px 10px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    display: block;
}
.rootmenu-hovercate ul li+li a {border-top: 1px solid rgba(0, 0, 0, 0.10);}
.rootmenu-hovercate ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: var(--font-awesome);
    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: 5px;
    color: var(--color-primary);
    -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 ul li ul {min-width: 200px;}
.rootmenu-hovercate:not(.mega) ul li ul {
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:100%;
    top:0;
    z-index:22;
    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;
}
/**/
.box {clear: both; margin-bottom: 1rem;}
.box-heading {
    font-size: 1rem;
    margin: 0 0 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 8;
}
.box_white .box-heading {margin-bottom: .35rem;}
.box-heading.text-center {
    justify-content: center;
}
.box-heading > * {
    padding: 0;
    line-height: 1.4;
}
.box-heading .name {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
    font-weight: 700;
    margin: 0;
}
.box_white .box-heading .name {padding: 5px 10px;}
.box-heading .viewall {
    font-size: 85%;
    display: inline-block;
    align-items: center;
    padding: 5px 0;
}
.box_white .box-heading .viewall {margin-right: 10px;}
.box_white .box-content {padding: 1rem;}
.box-content:before, .box-content:after {
    content: " ";
    display: table;
}
.box-content:after {
    clear: both;
}
.box-heading span {
    display: inline-block;
    position: relative;
}
.left-column .box-heading {
    margin-bottom: 0;
    overflow: hidden;
}
.left-column .box-heading .name {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 10px;
    position: relative;
    border-bottom: 1px solid var(--gray-light);
}
.left-column .box-heading .name span {margin-right: 0;}
.box-heading .heading-widget {
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 0;
}
.box-heading.line-heading span {padding-bottom: 20px;}
.box-heading.line-heading span:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 60px;
    background: var(--color-primary);
    background-size: contain;
}
.article-group .box-heading.line-heading:after {
    content: "";
    border-bottom: 1px solid #e7e7e8;
    width: 100%;
    position: absolute;
    bottom: -5px;
}
.left-column .box-heading.line-heading .name  {
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    background: white;
    display: inline-block;
    padding-bottom: 0;
    padding-right: 15px;
    letter-spacing: unset;
    border-bottom: none;
}
.box-heading.line-heading.text-right .name span {padding-left: 0;}
.box-heading.line-heading.text-right span:before {
    right: 0;
    left: unset;
}
.box-heading.line-heading.text-center span:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-heading .sub-heading {
    flex: 1;
    margin: 0;
    height: 100%;
    font-size: 95%;
    font-weight: 400;
    overflow: hidden;
    padding-top: .5rem;
    max-width: 1160px;
}
.box-heading.text-center .sub-heading {margin: 0 auto;}
.line-clamp,.line-clamp-2,.line-clamp-3 {
    text-overflow: ellipsis;
}
.line-clamp {-webkit-line-clamp:1}
.line-clamp-2 {-webkit-line-clamp:2!important}
.line-clamp-3 {-webkit-line-clamp:3!important}
.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: white;
    margin: 10px auto 3px;
}
.box-info {position: relative; margin: 25px 0;}
.box-img {overflow: hidden;}
.box-img a {display: block;}
.box-img img {transition: all .8s linear;}
.box-info .info-bottom {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
}
.button-all-site {
    position: relative;
    text-transform: uppercase;
    transition: color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
    padding: 15px 35px;
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
}
.button-all-site:hover {color: var(--color-primary);text-decoration:none}
.button-all-site .btnborder {
    position: absolute;
    content: "";
    transition: width 1s ease;
    background-color: black;
}
.button-all-site:hover .btnborder {background-color: var(--color-primary);;}
.button-all-site .btnborder-top-left {
    top: -1px;
    left: 0;
    width: 20%;
    height: 1px;
}
.button-all-site:hover .btnborder-top-left {width: 65%;}
.button-all-site .btnborder-top-right {
    top: -1px;
    right: 0;
    width: 65%;
    height: 1px;
}
.button-all-site:hover .btnborder-top-right {width: 20%;}
.button-all-site .btnborder-right {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.button-all-site .btnborder-bottom-right {
    bottom: -1px;
    right: 0;
    width: 20%;
    height: 1px;
}
.button-all-site:hover .btnborder-bottom-right {width: 65%;}
.button-all-site .btnborder-bottom-left {
    bottom: -1px;
    left: 0;
    width: 65%;
    height: 1px;
}
.button-all-site:hover .btnborder-bottom-left {width: 20%;}
.button-all-site .btnborder-left {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}
#box-vertical-megamenus .box-category .nav-heading {
    color: black;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 35px 0 10px;
    position: relative;
    border-bottom: 1px solid var(--gray-light);
}
#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: 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;
    padding: 0;
    margin-bottom: 0;
}
.box-category li {
    padding: 0;
    position: relative;
    display: block;
}
.box-category li a {
    line-height: 20px;
    padding: 10px 0;
    display: block;
    position: relative;
}
.box-category li a.title {padding-left: 32px;}
.box-category a:hover {color: var(--color-primary)!important; text-decoration:none;}
.box-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-category li li {
    background-color: white;
}
.box-category li li a {
    color: #007ec4;
    font-weight: 400;
}
.box-category .sub-list a {
    padding: 8px 0 8px 28px;
}
.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;}

/**/
.btn.btnCallSupport {
    font-weight: 600;
    display: inline-block;
    padding: 0.55em 1.5em;
    border: 0;
    font-size: 18px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    2px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow:         2px 2px 1px rgba(0, 0, 0, 0.25);
    background-color: white;
    color: black;
}
.btn.btnCallSupport:hover {
    text-decoration: none;
    background-color: var(--color-primary);
    color: white;
}
/**/
.section-element-video {padding: 20px 0 50px;}
/**/
.fearured-about {
    padding: 4rem 0;
}
.fearured-about .btn-link {
    color: white;
    border-color: white;
}

.fearured-about .about-image { 
    display: flex;
    height: 100%;
    overflow: hidden;
}
.fearured-about .about-image img {
    object-fit: cover;
}
/**/
.element-page-nav {background-color: var(--bg-menu);}
.wrap-scroll-nav {position: relative;}
.element-page-nav .nav-tabs {
    justify-content: center;
    border-bottom-width: 0;
    position: relative;
}
.element-page-nav .nav-tabs .nav-item + .nav-item {margin-left: 1.5rem;}
.element-page-nav .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    padding: .75rem .125rem;
    text-transform: uppercase;
    position: relative;
}
.element-page-nav .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    visibility: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.element-page-nav .nav-tabs .nav-item.show .nav-link, .element-page-nav .nav-tabs .nav-link.active,.element-page-nav .nav-tabs .nav-link:focus, .element-page-nav .nav-tabs .nav-link:hover {border-color: transparent;}
.element-page-nav .nav-tabs .nav-item .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/**/
.element-about {
    padding: 4rem 0;
    min-height: 50vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.element-about .about_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.element-about .about_bg img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element-about .box-heading {
    margin: 0 auto;
}
.element-about .box-heading .name {color: white;}
.element-about1 {
    padding: 4rem 0;
    background-image: url(../images/background/bg_about.png);
}
.element-about2 {
    padding: 5rem 0;
    background-image: url(../images/background/bg_about3.png);
    background-position: 0 0;
    background-size: contain;
}
.element-about3 {
    padding: 3.5rem 0;
    background-image: url(../images/background/bg_about6.png);
    background-size: contain;
}

/**/
.about-guide {
    padding: 7.5rem 0;
    overflow: hidden;
}
.about-guide .guide-img {
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 6;
}
.about-guide .box-heading .name {color: var(--color-primary);}
.about-guide ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-guide ul li {
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    gap: .75rem;
    background-color: white;
    border-radius: 30px;
    padding: .35rem 1rem;
    line-height: 1.1;
}
.about-guide ul li img,.about-guide ul li svg {
    width: 24px!important;
}
/**/
.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;}
.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-primary);}
.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 { padding: 15px;}
.product-info .box-heading .name {
    font-size: 1.5rem;
    text-overflow: inherit;
    white-space: normal;
    line-height: 1.2;
    padding: 0;
}
.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-promo,.product-info .item-price,.product-info .item-cart,.product-info .item-guide {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.product-info .item-code a {
    color: #007ec4;
}
.product-info .product-description {font-size: .875rem;}

.property-info .product-description {
    padding: 1rem;
    background-color: var(--gray-light);
}
.property-info .item-info span {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black-text);
}
.property-info .item-info span.amount {color: var(--red);}

.property-info .product-description .item-info.row {margin-right: -5px; margin-left: -5px;}
.property-info .product-description .item-info.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;
}
.item-cart .item-cart-box .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-cart .row .item-cart-box .btn {
    display: flex;
    width: 100%;
}
.product-info .product-description .item-cart .item-cart-box button span {
    display: block;
    font-size: .75rem;
    font-weight: 400;
}
.product-info .product-description .item-cart .quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.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: 46px;
    color: var(--black-text);
    text-align: center;
    padding: 0 45px;
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: .25rem;
}
.product-form-quantity input:focus,.product-form-quantity input:active {
    outline: none;
    box-shadow: none;
}
#product-page .product-detail-page .product_desc .title-detail {
    background: var(--gray-light);
    padding: .5rem 1.5rem;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
}

#product-page .product-detail-page .product_desc .content-detail {
    padding: 1rem 1.5rem;
}

form.cart input[type=number],.item-cart input[type=number] {
    -moz-appearance:textfield;
    background-color: 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,
.item-cart input[type=number]::-webkit-inner-spin-button,
.item-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-form-quantity .quantity-button {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    border: 0;
    min-width: 35px;
    width: 45px;
    padding: 8px 9px;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 {padding-top: 8px;}
.product-info .price-box-info {padding: .5rem 0;}
.product-info .price-box-info .price__regular,.product-info .price-box-info .price__old {text-decoration:none}
.product-info .price-box-info .price__old {text-decoration:line-through; color: #999; font-size: 1.25rem; margin-left: 10px;}
.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 white;
    border-left: 24px solid transparent;
    border-right: 24px solid 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: 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: 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;
}
.modal .modal-header .close svg {
    width: 14px;
    height: 14px;
    fill: white;
}
.other_products {
    border-top: 1px solid var(--gray-light);
    padding-top: 1.5rem;
}
.product-detail-page .tabs-container {
    padding: 0 15px;
}
.product-detail-page .tabs-container .nav-tabs {
    padding: 0;
    border: 0;
    height: 60px;
}
.product-detail-page .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-detail-page .tabs-container .nav-tabs li+li {margin-left: 35px;}
.product-detail-page .tabs-container .nav-tabs li a {
    padding: 5px 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
    border-top: 0 solid transparent;
    position: relative;
}
.product-detail-page .tabs-container .nav-tabs a:hover {text-decoration:none}
.product-detail-page .tabs-container .nav-tabs a:after {
    content: "";
    border-bottom: 2px solid var(--color-primary);
    bottom: 2px;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    width: 100%;
}
.product-detail-page .tabs-container .nav-tabs .active {
    color: black;
}
.product-detail-page .tabs-container .nav-tabs a:hover:after,.product-detail-page .tabs-container .nav-tabs .active:after {
    transform: scale(1);
}
.product-detail-page .tab-content {
    padding: 20px 15px;
}
/**/
.section-faqs .card {
    margin-bottom: .5rem;
    border-width: 0;
    background-color: transparent;
}
.section-faqs .card .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.section-faqs .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    font-weight: 700;
    padding: .75rem 1rem;
    background-color: var(--gray-light);
}
.section-faqs .card .card-header .btn-header-link:focus {
    outline: none;
    box-shadow: none;
}
.section-faqs .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: 400;
    float: right;
}
.section-faqs .card .card-header .btn-header-link.collapsed {color: black;}
.section-faqs .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.section-faqs .card .collapsing {
  background: white;
  line-height: 30px;
}

.section-faqs .card .collapse {
  border: 0;
}

.section-faqs .card .collapse.show {
    background: white;
    border-radius: .5rem;
    line-height: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
}
/******************************Center****************************************/
.ms-slide .ms-layer {
    display: flex;
    flex-direction: column;
    gap: 1rem
}
.ms-layer .name {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
}
.ms-layer .summary {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1rem;
    color: white;
}
.ms-layer .ext-link {
    display: inline-flex;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    padding: .75rem 2rem;
    border-radius: 0;
    line-height: 16px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    align-items: center;
    color: var(--white-text);
    background-color: transparent;
    border: 1px solid white;
}
.ms-layer .ext-link img {margin-right: .35rem;}
.ms-layer .ext-link+.ext-link {margin-left: .75rem;}
.ms-layer .ext-link:hover {
    color: white;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    text-decoration:none;
}
.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;}
/**/
.support .content_box {
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    padding: 25px 15px;
    align-items: center;
    -webkit-transition: border .25s linear .25s;
    -moz-transition: border .25s linear .25s;
    -ms-transition: border .25s linear .25s;
    -o-transition: border .25s linear .25s;
    transition: border .25s linear .25s;
}
.support .content_box:hover {border-color: black;}
.support .content_box .content_text {text-align: center;}
.support .content_box .content_text .text{
    color: var(--gray-dark);
    font-size: 14px;
    line-height: 22px;
}
.support .content_box .content_text .title{
    font-weight: 400;
    color: black;
    font-size: 18px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.support .content_box .content_text .title:after{
    content: "";
    height: 1px;
    width: 42px;
    border-bottom: 1px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

/*clients*/
.cms-our-clients {padding: 5rem 0;}
.cms-our-clients .items .i-Thumbs {
    background-color: white;
}
/**/
.article-section {position: relative;}
.article-section.box_white {padding: 1rem;}
.article-contact .fa {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--gray-light);
    margin-right: 5px;
}
.article-grid {list-style: none; padding: 0; margin-bottom: 0;}
.article-grid.row,.products-grid.row {
    row-gap: 2rem;
}
.article-grid .items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .75rem; 
}
.article .article-grid .items {padding-bottom: 1.25rem;}
.view-carousel .article-grid .items {
    padding-bottom: 0;
    margin-bottom: 0;
}
.article-grid .items-block {position: relative; height: 100%;}
.article-grid .i-Thumbs,.article-list .i-Thumbs {display:block; overflow: hidden; position: relative;}
.article-grid .i-Thumbs .date {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: .5rem;
    background-color: white;
    color: black;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    left: 5px;
    padding: 5px;
    z-index: 3;
    line-height: 1.3;
    letter-spacing: 0;
}
.article-grid .i-Thumbs .date span{
    font-size: 20px;
    font-weight: 600;
}
.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: var(--theme-radius-small);
    border-top-right-radius: var(--theme-radius-small);
}
.article-grid .i-Thumbs a img,.article-list .i-Thumbs a img {
    object-fit: cover;
    -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:flex;
    flex-direction: column; 
    position:relative; 
    overflow: hidden;
    gap: .25rem;
}
.article-grid .article-block {
    background-color: white;
    border-radius: inherit;
}
.article-block .tx-Content {padding: .75rem;}
.section-element.featured-category { padding: 5rem 0;}
.section-element.testimonial { padding: 3rem 0 1.5rem;}
.section-element.section-element-news {
    padding: 2rem 0 1rem;    
}
.section-element.cms-subscribe {
    padding: 4rem 0 3rem;
}
.section-element.about-story {
    padding: 4rem 0 3rem;
}
.about-story .items {margin-bottom: 1rem; text-align: center;}
.about-story .items .title {
    color: var(--color-primary);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 60px;
}
.about-story .items .title span {
    font-size: 60px; 
    font-weight: 600;
    margin-right: .5rem;
}
.about-story .items svg {
    width: 85px;
    height: 85px;
    fill: white;
}
.section-element.about-info {
    padding: 2.5rem 0 2rem;
    background-color: var(--gray-bg);
}
.section-element.about-story p {font-size: 18px; line-height: 1.6;}
.section-element.about-story .btn {margin-top: 30px;}
.about-story .about-image { 
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.about-story .about-image img {
    object-fit: cover;
    border-radius: 50%;
}
/**/
.about-img {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}
.about-img >img {
    width: 100%!important;
}
.about-content {
    max-width: 575px;
    padding: 3rem;
}
.about-content.right {padding-right: 0;}
.about-content.left {padding-left: 0;}
.about-info .info_img { display: block;}
.about-info .info_img img {width: 100px!important;}
.about-info .info_name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about-info .info_name:hover {color: var(--color-primary); text-decoration:none;}
.about-info p {
    color: var(--black-light);
    font-size: .875rem;
}
.section-element.testimonial:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.4);
}
.section-element .container { position: relative; z-index: 5;}
.testimonial .article-block .article-author .i-Thumbs img{
    border-radius: 50%;
    border: 4px solid white;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.testimonial .article-block .article-author span {color: var(--yellow);}
.testimonial .article-block .article-author {
    margin-top: 2rem;
    color: white;
}
.testimonial .article-block .article-meta {
    padding: 1rem 1.875rem;
    min-height: 136px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    color: white;
}
.testimonial .article-block .article-meta blockquote{
    padding: 0;
    max-width: 970px;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: .9px;
    font-size: 1.188rem;
    line-height: 1.52;
    margin-bottom: 2.688rem;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.testimonial__name {margin-top: .75rem;}
.testimonial__name .name {font-family: var(--font-open-sans);}
/**/
.about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.about-item .icon {display: block; text-align: center; margin-bottom: .75rem;}
.about-item .icon > img {
    object-fit: cover;
}
.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
}
.article-list .items+.items {
    margin-top: .75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-light);
}
.article-list .tx-Content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tx-Content .date {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--gray-dark);
    letter-spacing: .1em;
    font-size: 12px;
    position: relative;
}
.tx-Content .date:before {
    content: '\f073';
}

.article-grid .tx-Content .cat-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    color: var(--gray-dark);
    padding-bottom: 5px;
}
.article-grid .tx-Content .readmore {
    display: block;
    font-size: 12px;
}
.article-grid .tx-Content .readmore a{
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 600;
    position: relative;
    margin-top: 1rem;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-grid .tx-Content .readmore a:hover{
    color: var(--color-primary);
    text-decoration:none
}
.article-grid .tx-Content .readmore a svg{
    width: 14px;
    height: 14px;
    fill: var(--color-primary)!important;
}
.tx-Content .title {
    line-height: 1.2;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.tx-Content .title > span {
    display: block;
    color: var(--color-primary);
}
.tx-Content .title.small {font-size: 1rem;}
.tx-Content .title:hover {color: var(--color-primary); text-decoration:none;}
.article-list .tx-Content .title {
    font-size: 1rem;
    font-weight: 400;
    -webkit-line-clamp: 3;
    line-height: 1.2;
}
.article-grid .card {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
}
.article-grid .card .card-body {
    display: flex;
    align-items: center;
    padding: 2rem;
}
.article-grid .card .card-body p {-webkit-line-clamp:10; max-height: unset;}
.article-grid .tx-Content p,.article-list .tx-Content p {
    max-height: 84px;
    margin-top: 15px;
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: var(--black-light);
}
.article-grid .tx-Content p+p {margin-top: .35rem;}
.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: 56.25%;
    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;
}
.element-breadcrumb {
    height: 30vh;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    background-color: var(--gray-bg);
}
.element-breadcrumb .container {
    position: relative;
    z-index: 1;
}
.element-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: var(--gray-dark);
}
.element-breadcrumb .breadcrumb {
    justify-content: center;
    color: white;
}
.element-breadcrumb .box-heading { margin-bottom: 0; }
.element-breadcrumb .box-heading .name {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 1.65rem + 1.125vw, 3rem);
}
.element-breadcrumb .box-heading .name,.element-breadcrumb .breadcrumb a {color: white;}
.breadcrumbs {
    margin-bottom: 0;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: .5rem 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;}
.breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}
.breadcrumb a svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}
.contact-form .form-group .form-control {
    height: calc(2.75rem + 2px);
}
.contact-form .form-group textarea.form-control {
    height: auto;
}
.contactForm .row {
    row-gap: 1rem;
}
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;}

.article-gallery {position: relative;}
.article-gallery .thumb {
    cursor: pointer;
    /*transition: top 50ms ease-out,left 50ms ease-out;*/
    margin-bottom: 1.5rem;
    animation-duration: 0.6s;
    backface-visibility: hidden;
}
.article-gallery .thumb a {
    display: block;
    overflow: hidden;
}
.article-gallery .thumb a img {
    object-fit: cover;
    -webkit-transition: filter 1s, -webkit-transform 1s; 
    transition: filter 1s, transform 1s;
}
.article-gallery .thumb:hover a img {
    -webkit-transform: scale3d(1.1,1.1,1);  
    transform: scale3d(1.1,1.1,1);
    filter: brightness(.75);
}
.bottom-t-top{
  animation-name: anim_btt;
  opacity: 1;
}
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.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: 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;
    margin-bottom: 0;
}
.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: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: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;}
/**/
.view-carousel {position: relative; padding-bottom: 42px;}
.view-carousel:not(.pagination-swiper) {
    padding-bottom: 0;
}
.view-carousel .swiper-gallery {overflow: hidden;}
.swiper-container {overflow: hidden;}
.swiper-button-next, .swiper-button-prev {
    color: black;
    border: 0 solid var(--border-color);
    border-radius: .25rem;
    width: 40px;
    height: 40px;
    background-color: white;
    margin-: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next:hover,.swiper-button-prev:hover {color: var(--green);}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    background-image: url(../images/icons/swiper_prev.png);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    background-image: url(../images/icons/swiper_next.png);
}
.swiper-horizontal>.swiper-pagination-bullets {bottom: 0;}
.swiper-pagination-bullet {background-color: var(--gray-light); opacity: 1;}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
    opacity: 1;
    width: 30px;
    border-radius: 4px;
}

/*product*/
.products-grid {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product_box .product-hover {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
}
.product_box .product-hover:not(.noshadow) {
    -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: white;
}
.product_box .product-hover a {text-decoration:none;}
.product_box.box_lists .product-hover {margin-bottom: 15px;}
.product_box:hover .product-hover:not(.noshadow) {
    z-index: 1;
    -webkit-box-shadow: 0px 0 4px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0 4px 1px rgba(0,0,0,.1);
    box-shadow: 0px 0 4px 1px rgba(0,0,0,.1);
}
.product_box .product-hover .smart-box-hover {
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../images/no-pic.png) no-repeat center;
    background-size: cover;
}
.product_box .product-hover .smart-box-hover img {
    -webkit-transition: filter 1s, -webkit-transform 1s; 
    transition: filter 1s, transform 1s;
}
.product_box .product-hover:hover .smart-box-hover img {
    filter: brightness(0.8);
}
.featured-category .product_box .product-hover .product-box-name {
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem);
    color: white;
    font-weight: 600;
    min-height: unset;
}
.product_box .product-hover .hoverSwap {
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.product_box .product-hover:hover img.hoverSwap {
    opacity: 1;
}
.product_box .product-hover .product-box-label {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 10px;
    color: white;
    z-index: 5;
    padding: 3px 12px;
    letter-spacing: .3em;
    text-align: center;
    background-color: var(--red-light);
}
.product_box .product-hover .product-simple-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
}
.product_box .product-hover:not(.noshadow) .product-simple-info {
    padding: 0 10px 10px;
}
.featured-category .product_box .product-hover .product-simple-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.35rem;
}

.product_box .product-hover .product-box-name {
    font-size: 15px;
    color: var(--black-text);
    line-height: 1.1;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 36px;
}
.product_box .product-hover .product-box-name:hover {color: var(--color-primary);}
.left-column .product_box.box_lists .product-hover .product-box-name {
    font-size: .813rem;
    margin-bottom: 0;
}
.product_box .product-hover .product-box-desc {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}
.product_box .product-hover .product-simple-info .product-action {
    background-color: white;
    bottom: 0;
    width: 100%;
    transition: all .3s ease;
    padding: 3px 0 10px;
}
.product_box .product-hover .product-simple-info .product-action .btn {
    background: transparent;
    color: var(--color-primary);
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.product_box .product-hover .product-simple-info .product-action .btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.product-box-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .25rem;
    font-size: .875rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.product-simple-info.text-center .product-box-price {justify-content: center;}
.left-column .product_box.box_lists .product-box-price {font-size: .875rem;}
.product-box-price .property-area {
    margin-left: 10px;
    padding-left: 10px;
    color: var(--green);
    border-left: 1px solid var(--gray-light);
}
.product-box-price .price__regular {color: var(--red); font-size:15px; 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 {
    padding: .75rem 0;
}
.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: 30px; position: relative; margin-bottom: .5rem;}
.order-support p:last-child {margin-bottom: 0;}
.order-support p .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    text-align: center;
    font-size: 1rem;
    color: var(--color-primary);
}
.product-news .box-heading {
    margin-bottom: 0;
    background-color: var(--gray-light);
}

.hotline .hotline-warp {padding-left: 100px; position: relative; color: white; font-size: 1.2em; letter-spacing: 1px;}
.hotline .icon-hotline {width: 64px; height: 64px; border: 2px solid 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__title {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.55rem + 1vw, 2.75rem);
    text-align: center;
    padding-bottom: 20px;
    width: 80%;
    line-height: 1.1;
    margin: 0 auto;
}
.col-xl-7 .article__title {width: 100%;}
.article__entry {margin-bottom: 20px;}
.article__entry .article_quote {align-items: center; position: relative;}
.article_quote .quote_img {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
}
.article_quote .quote_img img {
    max-width: 100px!important;
    max-height: 100px!important;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.article_quote .quote_text {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #d9ecf9;
    padding: 1rem;
}
.article__info {
    padding: .5rem .75rem;
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: var(--bg-menu);
    border-radius: var(--theme-radius-small);
    gap: .75rem;
}
.article__img {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--color-second);
}
.article__author {
    display: flex;
    flex-direction: column;
    color: #909090;
    font-size: 12px;
}
.article__author .name {
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 600;
}
.author_info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;
}
.author_info .author_img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.author_info .author_text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.author_info .author_text b {
    font-size: 1.125rem;
    color: red;
}
.article__share {
    position: relative;
    height: 20px;
    display: flex;
}
/**/
.search-empty {
    background: 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;
}
.search-empty .search_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-image: url(../images/search_empty.png);
    background-repeat: no-repeat;
    display: block;
    width: 128px;
    height: 128px;
    background-size: contain;
    background-position: 0 0;
}
.search-empty h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px;
}
.search-empty span {
    display: block;
}

/**/
.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: gray;
	font-weight:700;
	color: black;
	border:1px solid var(--gray-light);
}
.pageNumber a:hover {
	color: black;
    background: var(--color-second);
	border-color: var(--color-second);
}
.pageNumber a.current {
	color: black;
    background: var(--color-second);
    border-color: var(--color-second);
}
/**/
.element-info {
    padding: 1.5rem 0;
    background-color: white;
}

.element-info .item-info {
    display: flex;
    align-items: center;
    gap: .5rem
}
.element-info .item-info .icon {
    width: 48px;
    height: 48px;
}
.element-info .item-info .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: var(--gray-dark);
}
.item-info .info .title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black-text); 
    margin-bottom: 0;
}
/******************************FOOTER****************************************/
#footer{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #eff2fb;
    display:block;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
}
.footer-item h3, .footer-item .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 12px;
    margin-top: 0;
    display: block;
    position: relative;
}
.footer-item a:hover {color: var(--black-light); text-decoration:none;}
.footer-item .footer-address p {margin-bottom: .5rem;}
.footer-item .title {margin-bottom: 10px;}
.footer-item .title a[data-toggle="collapse"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-item .title a.fa-plus-circle:not(.collapsed):before {content: '\f056';}
.footer-item .content ul {list-style: none; padding: 0;}
.footer-item .content .link-list h3 {margin: 0;}
.footer-item .content .info, .footer-item .content .link-list a{
    text-transform: capitalize;
    display: block;
    line-height: 20px;
}
.footer-item .content .link-list li+li {margin-top: 5px;}
.footer-item .content .link-list a{
    padding: 3px 0px;
    transition: all 0.3s;
}
.footer-item .content .link-list a:hover{ padding-left: 3px;}
.footer-item .content .fa {text-align: center; width: 18px; margin-right: 5px;}
.footer-item:first-child .content li{margin-bottom: 10px}
.footer-item p:last-child {margin-bottom: 0;}
.footer-item p .fa {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.box-social a {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.box-social a+a {margin-left: 10px;}
.box-social a .fa {margin-right: 0!important;}
.box-social a:hover .fa-facebook {color: var(--blue);}
.box-social a:hover .fa-youtube {color: var(--red);}
.box-social a:hover .fa-pinterest {color: var(--red);}
.ft-copyright {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    padding: 1rem 0;
    font-size: .835rem;
    color: white;
    background-color: var(--color-primary);
}
.ft-copyright b,.ft-copyright strong {color: black;}
.ft-copyright .box-social a {color:white}

/*cart*/
#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-weight: 600;
    color: #222;
}
#popup-Cart .success-message {
    font-size: 12px;
    color: #666;
}
#popup-Cart .actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}
#popup-Cart .actions .btn {
    flex: 1;
    font-size: 12px;
}

#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: 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-primary);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: white;
    line-height: 40px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 993;
    border: 2px solid white!important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/******************************Button****************************************/
.resultSearch {position: relative;}
.text-bold {font-weight: 600;}
.text-white {color: white;}
.text-red {color: red;}
.text-blue {color: #007ec4;}
.text-green {color: #00c633;}
.text-gray {color: #888;}
.text-orange {color: orange;}
.gt3_preloader {background-color: white;}
.aheto-preloader {
    position: fixed;
    top: 0;
    z-index: 9999;
    min-height: 460px;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
}
.aheto-preloader.hide_preloader{
    animation: hide 500ms linear;
    animation-fill-mode: forwards;
}
@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
    }
    100% {
        display: none;
        opacity: 0;
        z-index: 0;
    }
}
.aheto-preloader .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    cursor: default;
    pointer-events: none;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aheto-preloader .logo img {
    max-width: 250px;
}
.backdrop__body {
    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 {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
/**/
.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 white!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: 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;
}
#google_translate_element2,.skiptranslate {display:none!important;}
.template-shutdown {
    height: 100vh;
    text-align: center
}

.shutdown-page__wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background-image: url(../images/password-page-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff
}

.shutdown-page__header {
    display: table-row;
    height: 1px
}

.shutdown-page__header__inner {
    display: table-cell;
    padding: 15px 30px
}

.shutdown-page__logo {
    margin-top: 90px;
    color: inherit
}

.shutdown-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.shutdown-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px
}

.shutdown-page__hero {
    font-family: "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 1.4;
    color: yellow;
    text-transform: none;
    letter-spacing: 0;
    text-rendering: optimizeLegibility
}

.shutdown-page__message {
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px
}
.box-title, .box-text {letter-spacing: 0;}
.box-img img {max-width: 150px;}
.table-bordered td, .table-bordered th {border-color: #aaa;}
/**/
.widget-toc {
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.widget-toc.float-right,.widget-toc.float-left {width: 280px;}
.widget-toc.float-right {float: right; margin-left: 10px;}
.widget-toc.float-left {float: left; margin-right: 10px;}
.toc-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}
.toc-title .toc_toggle {
    position: absolute;
    right: 0;
    color: white;
    background-color: black;
    border-radius: 3px;
}
.widget-toc ol {
    padding-left: 1rem;
    list-style: none;
    counter-reset: item;
    font-size: .875rem;
    margin-bottom: 0;
    overflow: hidden;
    height: auto;
    opacity: 1;
    transition: opacity 1s ease-out;
}
.widget-toc ol.closed {
    opacity: 0;
    height: 0;
}
.widget-toc ol li {
    display: block;
    margin: 4px 0;
    position: relative;
}
.widget-toc  ol li:before {
    /*content: counters(item, ".");
    counter-increment: item;*/
    position: absolute;
    margin-right: 100%;
    right: 0.5rem;
}
.widget-toc ol li a {color: var(--blue);}
.widget-toc ol li a:hover {color: var(--color-primary);}