:root{
    --gray-color-1: #949697;
    --gray-color-2: #d5d3cd;
    --gray-color-3: #5a5a5a;
    --white-color: #ffffff;
    --letter-color: #353535;
    --orange-color: #e59b28;
    --black-color-1: #333333;
    --black-color-2: #000000;
    --blue-color: #4c567c;
}
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: normal;
    src: local('UTM Banque'), url('../fonts/UTM BanqueR_0.woff') format('woff');
}
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: bold;
    src: local('UTM Banque'), url('../fonts/UTM BanqueB.woff') format('woff');
}
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: 600;
    src: local('UTM Banque'), url('../fonts/UTM BanqueB.woff') format('woff');
}
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: 700;
    src: local('UTM Banque'), url('../fonts/UTM BanqueB.woff') format('woff');
}
@font-face {
    font-family: 'UTM Banque';
    font-style: normal;
    font-weight: 800;
    src: local('UTM Banque'), url('../fonts/UTM BanqueB.woff') format('woff');
}
@font-face {
    font-family: 'icons';
    src: url("../fonts/icons.woff?v=1516") format("woff");
    font-weight: normal;
    font-style: normal;
}

.icon-fallback-text .icon {
    display: none;
}

.supports-fontface .icon-fallback-text .icon {
    display: inline-block;
}

.icon:before {
    display: none;
}

.icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-amazon_payments:before {
    content: "\e800";
}

.icon-american_express:before {
    content: "\41";
}

.icon-arrow-down:before {
    content: "\e607";
}

.icon-bitcoin:before {
    content: "\42";
}

.icon-cart:before {
    content: "\e600";
}

.icon-cirrus:before {
    content: "\43";
}

.icon-dankort:before {
    content: "\64";
}

.icon-diners_club:before {
    content: "\63";
}

.icon-discover:before {
    content: "\44";
}

.icon-dogecoin:before {
    content: "\e904";
}

.icon-dwolla:before {
    content: "\e905";
}

.icon-facebook:before {
    content: "\66";
}

.icon-fancy:before {
    content: "\46";
}

.icon-forbrugsforeningen:before {
    content: "\e906";
}

.icon-google-plus:before {
    content: "\e900";
}

.icon-grid-view:before {
    content: "\e603";
}

.icon-hamburger:before {
    content: "\e601";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-interac:before {
    content: "\49";
}

.icon-jcb:before {
    content: "\4a";
}

.icon-list-view:before {
    content: "\e604";
}

.icon-litecoin:before {
    content: "\e908";
}

.icon-maestro:before {
    content: "\6d";
}

.icon-master:before {
    content: "\4d";
}

.icon-minus:before {
    content: "\e602";
}

.icon-paypal:before {
    content: "\50";
}

.icon-pinterest:before {
    content: "\70";
}

.icon-plus:before {
    content: "\e605";
}

.icon-rss:before {
    content: "\72";
}

.icon-search:before {
    content: "\73";
}

.icon-stripe:before {
    content: "\53";
}

.icon-tumblr:before {
    content: "\74";
}

.icon-twitter:before {
    content: "\54";
}

.icon-vimeo:before {
    content: "\76";
}

.icon-visa:before {
    content: "\56";
}

.icon-x:before {
    content: "\e606";
}

.icon-youtube:before {
    content: "\79";
}

.payment-icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.payment-icons li {
    margin: 0 7.5px 7.5px;
    color: #bbbbbb;
    cursor: default;
}

.payment-icons .icon {
    font-size: 30px;
    line-height: 30px;
}

.payment-icons .fallback-text {
    text-transform: capitalize;
}

.social-icons li {
    margin: 0 15px 15px;
    vertical-align: middle;
}

@media screen and (min-width: 481px) {
    .social-icons li {
        margin-left: 0;
    }
}

.social-icons li .icon {
    font-size: 30px;
    line-height: 26px;
}

.social-icons li a {
    color: #bbbbbb;
}

.social-icons li a:hover {
    color: #a2a2a2;
}
iframe{
    max-width: 100% !important;
}
body {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}
a, a:hover, a:active, a:focus{
    text-decoration: none;
}
/*============= Header style ==============*/
.ha_top_header{
    background-color: var(--gray-color-1);
    color: var(--white-color);
    height: 35px;
    overflow: hidden;
}
.ha_top_header div > a{
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
}
.ha_top_header a{
    color: var(--white-color);
}
.ha_top_header a i{
    margin-right: 7px;
}
.ha_top_header ul{
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}
.ha_top_header ul li{
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid var(--white-color);
}
.ha_top_header ul li:last-child{
    border: 0;
}
.ha_bot_header{
    height: 80px;
}
.wrap_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap_menu .action{
    top: 0;
    right: 0;
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-cart > a{
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid var(--gray-color-2);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    color: var(--orange-color);
    display: inline-block;
}
.top-cart > a > span{
    position: absolute;
    top: -5px;
    right: -6px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    color: var(--white-color);
    z-index: 1;
}
.top-cart > a > span:after{
    content: "";
    position: absolute;
    background-color: var(--orange-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-cart > a > span:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    background-color: var(--white-color);
    z-index: -1;
}
.main-menu{
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
}
.main-menu > li{
    display: inline-block;
}
.main-menu > li > a{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--letter-color);
    font-weight: 500;
    padding: 15px;
    transition: 0.5s all;
}
.mobile-nav li a:hover,.mobile-nav li a:focus {
    color: #e59b28
}
.main-menu > li > a.active, .main-menu > li > a:hover{
    color: var(--orange-color);
}
.main-menu > li > a.logo {
    display: block;
    padding: 10px 45px 0 35px;
    position: relative;
}
.main-menu > li > a.logo:after{
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    background: url(/public/uploads/images/background/logo_bg_1.png) no-repeat center;
    height: 23px;
    z-index: 999;
}
.main-menu > li > a.logo > img{
    width: 130px;
}
.main-menu > li > .sub-menu{
    position: absolute;
    top: calc(100% + 15px);
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-top: 1px solid var(--orange-color);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.5s;
    min-width: 250px;
    z-index: -9999;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main-menu > li:hover > .sub-menu{
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.main-menu > li > .sub-menu li a{
    padding: 10px 20px;
    color: #000;
    display: block;
    text-transform: none;
    border-bottom: 1px dashed #dfdfdf;
    transition: all 0.5s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left !important;
    color: #777;
    font-size: 12px;
}
.main-menu > li > .sub-menu li:last-child a{
    border-bottom: 0;
}
.main-menu > li > .sub-menu li a:hover{
    color: var(--orange-color);
    padding-left: 25px;
}
.sub-menu:after, .sub-menu:before {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sub-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.sub-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: var(--orange-color);
    border-width: 14px;
    margin-left: -14px;
}
#wrap {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 28px;
    height: 28px;
}
#wrap input[type="text"] {
    height: 30px;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    border: none;
    outline: none;
    color: #666;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 3px 30px 3px 20px;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}
#wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid var(--gray-color-2);
}
#wrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border: 1px solid var(--gray-color-2);
    cursor: text;
    background-color: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#wrap input[type="submit"] {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 55%;
    text-indent: -10000px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity .4s ease;
    border-radius: 50%;
    border: 1px solid var(--gray-color-3);
    box-sizing: border-box;
}

#wrap input[type="submit"]:hover {
    opacity: 0.8;
}
#wrap input[type="text"]:focus + input[type="submit"]{
    border: 0;
}
/*============= Footer style ==============*/
footer{
    background: url("/public/uploads/images/background/footer_bg.png") no-repeat center, rgba(0, 0, 0, 0.5);
    background-size: cover;
    position: relative;
    background-blend-mode: multiply;
    color: var(--white-color);
}
footer p{
    margin: 0;
    font-size: 14px;
}
.ha_bot_footer{
    border-top: 1px solid #b3b2b2;
    height: 80px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ha_bot_footer ul li{
    margin-left: 30px;
}
.ha_bot_footer p a{
    color: var(--orange-color);
    text-decoration: none;
}
.ha_bot_footer ul li img{
    width: 75px;
}
.ha_top_footer{
    padding: 20px 0 0 0;
}
.ha_top_footer .logo img{
    width: 200px;
    margin-bottom: 30px;
}
.ha_top_footer .desc{
    text-align: justify;
    margin-bottom: 30px;
}
.ha_top_footer h3{
    font-size: 22px;
    text-transform: uppercase;
    margin: 50px 0 20px 0;
}
.ha_top_footer h3 > span:last-child{
    width: 50px;
    border-top: 2px solid var(--orange-color);
    display: -webkit-box;
    margin-top: 20px;
}
.ha_top_footer li, .ha_top_footer a{
    color: var(--white-color);
    font-size: 14px;
}
.ha_top_footer li{
    padding: 5px 0;
}
.ha_top_footer li i{
    margin-right: 8px;
}
.ha_top_footer a{
    transition: 0.5s all;
}
.ha_top_footer a:hover{
    color: var(--orange-color);
}
.ha_top_footer li > a:hover{
    padding-left: 10px;
}
.ha_top_footer .social li i{
    margin: 0;
}
.ha_top_footer .social a{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border-radius: 50%;
    border: 1px solid var(--white-color);
    font-size: 15px;
    margin-right: 10px;
    transition: 0.5s background-color ease-in-out;
    padding-left: 0 !important;
}
.ha_top_footer .social a:hover{
    background-color: var(--orange-color);
}
.ha_top_footer ul.links{
    margin: 20px 0;
}
.ha_top_footer ul.links li i{
    font-size: 20px;
    border-radius: 5px;
}
.ha_top_footer .links li{
    padding: 2px 0;
}
.ha_top_footer .menu{
    padding-left: 25px;
}
.ha_top_footer .contact{
    margin-left: -30px;
    margin-right: 30px;
}
.ha_arrow_top{
    position: absolute;
    bottom: 100%;
    left: calc(50% - 90px);
    width: 177px;
    height: 32px;
    background: url(/public/uploads/images/background/footer_arrow_bg.png) no-repeat top left;
    z-index: 999;
}
.ha_arrow_top .round span {
    position: absolute;
    top: 14px;
    left: 48%;
    width: 12px;
    height: 12px;
    border-left: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ha_arrow_top .round span:nth-of-type(1) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.ha_arrow_top .round span:nth-of-type(2) {
    top: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.grid_view_mode .information{
    padding: 15px !important;
    height: auto !important;
    color: #454343;
    transition: 0.5s all;
    z-index: 5;
}
.grid_view_mode .information .icon{
    margin-bottom: 10px;
}
.grid_view_mode .information h3{
    color: #454343;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 45px;
}
.grid_view_mode .information .action{
    margin: 0;
}
.grid_view_mode .information img{
    width: initial !important;
    display: inline-block;
}
.grid_view_mode .item{
    margin-bottom: 30px;
}
.grid_view_mode .box-thumbnail{
    background: #fff !important;
    padding-top: 100% !important;
    border: 1px solid #fff;
}
.grid_view_mode .owl-item{
    border: 1px solid #ccc;
}
.grid_view_mode .item{
    border: 0 !important;
    overflow: hidden;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.xactive {
    border: 1px solid #d9354e !important;
}
.ha_box_header > h6{
    font-size: 20px;
    color: var(--orange-color);
    text-align: center;
    font-style: italic;
    font-family: "utm";
}
.ha_box_header > h2 {
    text-align: center;
}
.ha_box_header > h2 a {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0 15px 0;
    color: inherit;
}
.ha_box_header > h2 a:hover{
    color: var(--orange-color);
}
.ha_box_header > p {
    text-align: center;
    font-size: 15px;
    color: #7d7d7d;
    width: 57%;
    margin: 0 auto 40px auto;
}
/*=================== Home partners style ===================*/
#home_partners{
    background-color: #eeeeee;
    padding: 40px 0;
}
#home_partners .box-thumbnail{
    padding-top: 44.444%;
    border: 2px solid var(--white-color);
}
#home_partners .box-thumbnail .thumbnail-lazy {
    border: 0;
    background-image: none;
}
#home_partners .box-thumbnail:hover{
    border-color: var(--orange-color);
}
#home_partners .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: 37%;
    margin: 1px;
    width: 30px;
    height: 30px;
    line-height: 23px;
    border-radius: 0;
    background-color: #949697;
}
#home_partners .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
#home_partners .owl-carousel .owl-nav .owl-next{
    right: 0;
}
/*=================== Home strength style ===================*/
#home_strength{
    height: 290px;
    background: url("/public/uploads/images/background/strength_bg.jpg") no-repeat center;
    background-size: cover;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
#home_strength ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#home_strength p{
    font-style: italic;
    font-size: 14px;
    margin: 0;
}
#home_strength li{
    border-right: 1px solid #949494;
    width: 25%;
    text-align: center;
}
#home_strength li:last-child{
    border: 0;
}
.fancybox-opened{
    z-index: 99999 !important;
}
.fancybox-overlay{
    z-index: 9999 !important;
}
.close-window {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white !important;
    background-color: var(--orange-color);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.overlay{
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}
.vtc-small-menu{
    display: none;
    left: -300px;
    width: 300px;
    border-right: 1px solid #e9e9e9;
    will-change: transform;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 1000009;
    color: #333;
    background-color: #f6f6f6;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
.vtc-small-menu ul.flag{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.vtc-small-menu ul.format.flag li{
    display: inline-block;
    padding: 0 10px;
}
.vtc-small-menu ul.format.flag li a{
    color: var(--orange-color);
    font-size: 16px;
}
.vtc-small-menu .vtc-small-menu-header{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.vtc-small-menu .vtc-small-menu-header .logo-x{
    width: 130px;
}
.vtc-small-menu .vtc-small-menu-header .close-small-menu{
    float: right;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: var(--orange-color);
}
.vtc-small-menu form{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    overflow: hidden;
}
.vtc-small-menu form input{
    padding: 8px 15px;
    min-width: 210px;
    border: 1px solid #e9e9e9;
    float: left;
}
.vtc-small-menu form button{
    border-radius: 0;
    margin: 0 0 0 -3px;
    padding: 7px 15px;
    float: left;
}
.mobile-nav .mobile-link-header{
    display: block;
    width: 100%;
    position: relative;
}
.mobile-nav li a{
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f6f6f6;
    font-size: 14px;
    color: var(--gray-color-3);
}
.mobile-nav li i{
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    padding: 15px 0;
    z-index: 99999;
    width: 50px;
    text-align: center;
    background-color: #f0f0f0;
}
.mobile-nav .sub-menu li a{
    padding-left: 30px;
    font-size: 13px;
}
.mobile-nav .sub-menu li .sub-menu li a{
    padding-left: 30px;
}
.mobile-nav .sub-menu{
    max-height: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    overflow: hidden;
    padding: 0;
}
.mobile-nav li.open > .sub-menu{
    max-height: 1000px;
    visibility: visible;
}
.vtc-menu-mobile, #mobile-bottom-navigation{
    display: none;
}
.live-chat.circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 9999;
    border: 1px solid var(--orange-color);
    background-color: #fff;
}
.live-chat {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.live-chat.circle > .btn {
    background: none;
    border: none;
    position: relative;
    box-shadow: none;
}
@keyframes play {

    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(248,188,19, 0.4);
        -moz-box-shadow: 0 0 0 5px rgba(248,188,19, 0.4);
        -webkit-box-shadow: 0 0 0 5px rgba(248,188,19, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(248,188,19, 0.4), 0 0 0 20px rgba(248,188,19, 0.2);
        -moz-box-shadow: 0 0 0 10px rgba(248,188,19, 0.4), 0 0 0 20px rgba(248,188,19, 0.2);
        -webkit-box-shadow: 0 0 0 10px rgba(248,188,19, 0.4), 0 0 0 20px rgba(248,188,19, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(248,188,19, 0.4), 0 0 0 30px rgba(248,188,19, 0.2);
        -moz-box-shadow: 0 0 0 15px rgba(248,188,19, 0.4), 0 0 0 30px rgba(248,188,19, 0.2);
        -webkit-box-shadow: 0 0 0 15px rgba(248,188,19, 0.4), 0 0 0 30px rgba(248,188,19, 0.2);
    }

}
.phonering-alo-ph-img-circle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: static;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: rgba(255,255,255,0.8);
}

.phonering-alo-ph-img-circle .pps-btn-img  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--orange-color);
    font-size: 1.7em;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
    }
}

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

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.4em;
}
.toast-message a,
.toast-message label {
    color: #fff
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.5em;
    float: right;
    font-size: 18px;
    font-family: 'FontAwesome', sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    opacity: .4
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-left {
    top: 12px;
    left: 12px
}
.toast-top-right {
    top: 12px;
    right: 12px
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px
}
#toast-container {
    position: fixed;
    z-index: 999999
}
#toast-container>div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    -moz-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}
#toast-container>:hover {
    -webkit-box-shadow: 0 0 12px #000;
    -moz-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    zoom: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer
}
#toast-container>.toast {
    background-image: none !important;
    padding: 15px;
}
#toast-container>.toast:before {
    content: '';
}
#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin: auto
}
.toast {
    background-color: #030303
}
.toast-success {
    background-color: #53a93f !important
}
.toast-warning {
    background-color: #f4b400 !important
}
.toast-danger {
    background-color: #d73d32 !important
}

.xzoom-preview, .xzoom-source, .xzoom-hidden{
    z-index: 99999;
}
.tag {
    background: #e51f28;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    padding: 0 10px 0 20px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 11px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    margin: 4px 0 0 15px;
}
.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #e51f28;
    border-top: 12px solid transparent;
    content: '';
    position: absolute;
    left: 0;
}
.product-rate > span, .rate > span {
    color: #b9b9b9;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}
.ajax-left{
    float: left;
}
.ajax-right{
    float: left;
    margin-left: 30px;
}
.ajax-product-title{
    font-size: 18px;
    color: var(--orange-color) !important;
}
.success-message{
    margin-top: 10px;
}
.infor-order{
    border: 1px solid #d8d8d8;
}
.pages .form-group{
    margin-bottom: 15px;
}
.pages label{
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
}
.pages .form-control{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pages .select2-container{
    min-width: 100%;
}
.select2-container{font-size:13px;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none;outline:none !important}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none !important}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;outline:none !important}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #ccc;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block;padding:0 5px 5px}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;outline:none !important}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ccc}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:32px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;position:absolute;top:0;right:7px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"ï„‡";width:100%;height:100%;text-align:center;display:block;line-height:34px}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #ccc;cursor:text;height:34px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px 0 3px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:normal;margin-top:5px;margin-right:5px;font-size:16px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#2dc3e8;border:1px solid #2dc3e8;color:#fff;-webkit-border-radius:2px;-webkit-background-clip:padding-box;-moz-border-radius:2px;-moz-background-clip:padding;border-radius:2px;background-clip:padding-box;cursor:default;float:left;margin-right:3px;margin-top:3px;padding:0 5px 2px;font-size:13px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;cursor:pointer;display:inline-block;font-weight:normal;font-size:16px;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fafafa}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:3px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ccc;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:215px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#2dc3e8;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}

.datepicker{top:0;left:0;padding:4px;margin-top:1px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;font-size:12px;height:20px;width:20px}.datepicker td.day:hover{background:#eee;cursor:pointer}.datepicker td.day.disabled{color:#eee}.datepicker td.old,.datepicker td.new{color:#999}.datepicker td.active,.datepicker td.active:hover{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}.datepicker td span:hover{background:#eee}.datepicker td span.active{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span.old{color:#999}.datepicker th.switch{width:175px}.datepicker th.next,.datepicker th.prev{font-size:12px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}

.btn-website{
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    outline: unset;
    border-right: 1px solid #feccf9 !important;
    padding: 10px 30px;
    transition: 0.5s all ease;
    background-color: var(--orange-color);
}
.btn-website:hover{
    color: #333 !important;
    border: 1px solid #333 !important;
    background: white !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
    -webkit-border-radius: 0 !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 0 !important;
    -moz-background-clip: padding !important;
    border-radius: 0 !important;
    background-clip: padding-box !important;
    color: #858585;
    background-color: #fbfbfb;
    border: 1px solid #d5d5d5;
    font-family: inherit;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    -o-transition: box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.no-image{
    width: 125px;
    height: 125px;
    margin: 0 auto 12px auto;
    display: block;
    cursor: pointer;
}
.no-image a{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    background: #fafbfc;
    border-radius: 50%;
    overflow: hidden;
}
.no-image a img{
    width: 100%;
    height: auto;
}
.no-image i {
    font-size: 50px;
    color: #c8c8c8;
    width: 96%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*========= Home news style =========*/
.vtc-box-new .box-thumbnail{
    padding-top: 52.23%;
}
.vtc-box-new .item .new_head {
    margin: 15px 0 15px 0;
    overflow: hidden;
}
.vtc-box-new .item .new_head .pull-left {
    color: var(--orange-color);
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
}
.vtc-box-new .item .new_head .pull-right > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-size: 12px;
    color: #4c567c;
}
.vtc-box-new .item .new_head .pull-right > span img{
    margin-right: 10px;
}
.vtc-box-new .item .new_head i {
    margin-right: 5px;
    font-size: 18px;
}
.vtc-box-new .item h3 {
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vtc-box-new .item .description p {
    text-align: left;
    font-size: 14px;
    color: var(--gray-color-3);
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vtc-box-new .item a{
    color: var(--black-color-1);
    transition: color 0.5s ease-in-out;
    display: block;
    line-height: 1.3em;
}
.vtc-box-new .item a:hover{
    color: var(--orange-color);
}
.owl-carousel .owl-item img{
    width: auto;
}
/*========= product style ========= */
.list_products .category{
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.list_products .category.active{
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 1s ease-in;
}
.list_products .row.item{
    margin-bottom: 30px;
}
.list_products .box-thumbnail{
    padding-top: 100%;
    background: url("/public/uploads/images/san-pham/product_bg_product.jpg") no-repeat center;
    background-size: cover;
}
.list_products .owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: 43%;
    margin: 1px;
    width: 35px;
    height: 30px;
    line-height: 23px;
    border-radius: 0;
    background-color: var(--orange-color);
}
.list_products .owl-carousel .owl-nav .owl-prev{
    left: -16px;
}
.list_products .owl-carousel .owl-nav .owl-next{
    right: -16px;
}
.list_products .owl-theme .owl-nav{
    margin: 0;
}
.list_products .information{
    background-color: var(--white-color);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.list_products .information .footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.list_products .information .footer img{
    margin-right: 10px;
}
.list_products .information .footer a{
    color: var(--gray-color-3);
    font-weight: 600;
    width: 33.33%;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid var(--orange-color);
    border-top-right-radius: 45px;
    border-top-left-radius: 8px;
    border-top: 1px solid var(--orange-color);
    border-left: 1px solid var(--orange-color);
    transition: 0.5s all;
}
.list_products .information .footer a:hover{
    color: var(--white-color);
    background-color: var(--orange-color);
}
.list_products .information h3{
    width: 100%;
    margin: 0;
}
.list_products .information h3 a{
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--orange-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list_products .information p{
    font-size: 15px;
    text-align: justify;
    color: var(--gray-color-3);
}
.list_products .read-more {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 7px 50px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.5s all;
}
.list_products .information .action{
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_products .information .action > span{
    margin: 0 10px;
}
.list_products .information .action > span img{
    margin-right: 8px;
}
.list_products .thumbnails{
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.list_products .owl-item.xactive, .list_products .owl-item:hover{
    border: 1px solid var(--orange-color);
}
.add-quantity {
    width: 150px;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    height: 45px;
}
.add-quantity .btn-quantity {
    font-size: 18px;
    line-height: 37px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    float: left;
    color: #222;
    text-align: center;
    padding: 0;
    cursor: pointer;
}
.add-quantity .debit{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.add-quantity .credit{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.add-quantity input.number-box {
    margin: 0;
    display: block;
    float: left;
    height: 40px;
    border-right: none;
    border-left: none;
    width: 55px;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.vtc-menu-mobile{
    display: none;
}
.custom_thumbnails {
    display: none;
}
.item.v1 a.box-thumbnail{
    height: 100%;
}
.item.v1:nth-of-type(even) > div:nth-child(1){
    order: 2;
}
.item.v1:nth-of-type(even) > div:nth-child(2){
    order: 1;
}
.item.v1:nth-of-type(even) > div:nth-child(3){
    order: 3;
}
.item.v1 .thumbnail-lazy img{
    height: 100%;
    object-fit: cover;
}
.vtc-box-new .thumbnail-lazy img {
    width: 100% !important;
}
#fixed_right_buttons{
    position: fixed;
    left: 5px;
    bottom: 52px;
    z-index: 9999;
    width: 150px;
}
#fixed_right_buttons ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#fixed_right_buttons li{
    padding: 5px 0;
    position: absolute;
    width: 100%;
    right: 0;
    transition: 0.5s right ease-in-out;
    background: var(--orange-color);
    border-radius: 35px;
}
#fixed_right_buttons li a{
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-decoration: none !important;
}
#fixed_right_buttons li a > i{
    width: 50px;
    text-align: center;
    font-size: 24px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#fixed_right_buttons li a > div > p{
    margin: 0;
    font-size: 13px;
}
/*=========== Media query ==========*/
@media screen and (max-width: 1199px){
    .list_products .information, .list_products .thumbnails  {
        height: auto !important;
    }
    /* .thumbnail-lazy img {
        width: calc(100% - 10px) !important;
    } */
    .list_products .thumbnails {
        margin-top: 10px;
    }
    .thumbnail-lazy h3 {
        font-size: 16px !important;
    }
    .thumbnail-lazy p {
        width: 95% !important;
        line-height: 1.2 !important;
    }
    .vtc-menu-mobile a.logo-x img{
        width: 120px;
    }
    body.open .vtc-small-menu{
        left: 0;
    }
    .main-menu> li> a{
        font-size: 12px;
    }
    .main-menu> li> a.logo> img{
        width: 115px;
    }
    .ha_bot_footer{
        flex-direction: column;
        height: auto;
        padding: 15px 0;
    }
    .ha_bot_footer > p{
        margin-bottom: 15px;
        text-align: center;
    }
    .ha_top_footer .menu{
        padding-left: 15px;
    }
    .ha_top_footer .contact{
        margin: initial;
    }
}

@media screen and (max-width: 991px){
    .custom_thumbnails {
        display: block;
    }
    .thumbnails.v1 {
        display: none;
    }
    #home_comments {
        padding: 40px 0 !important;
    }
    .content iframe {
        margin-top: 20px;
    }
    .thumbnail-lazy p {
        font-size: 14px !important;
    }
    .vtc-small-menu, .overlay, #mobile-bottom-navigation{
        display: block;
    }
    .vtc-menu-desktop{
        display: none;
    }
    body.open .overlay{
        z-index: 99999;
        opacity: 1;
    }
    .vtc-menu-mobile #vtc-load-menu{
        color: var(--orange-color);
        font-size: 24px;
    }
    .vtc-menu-mobile a.logo-x img{
        width: 100px;
    }
    body.open .vtc-small-menu{
        left: 0;
    }
    .vtc-small-menu, .overlay, #mobile-bottom-navigation{
        display: block;
    }
    body.open .overlay{
        z-index: 99999;
        opacity: 1;
    }
    .ha_bot_header{
        display: none;
    }
    .vtc-menu-mobile{
        display: block;
    }
    .vtc-menu-mobile > div{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 10px 15px;
    }
    .vtc-menu-mobile > div > a{
        flex-grow: 1;
    }
    .ha_top_header ul.flag{
        display: none;
    }
    #wrap{
        display: none;
    }
    .top-cart> a{
        margin-right: 0;
    }
}

@media screen and (max-width: 767px){
    .item.v1:nth-of-type(even) > div:nth-child(1){
        order: 1;
    }
    .item.v1:nth-of-type(even) > div:nth-child(2){
        order: 2;
    }
    .item.v1:nth-of-type(even) > div:nth-child(3){
        order: 3;
    }
    .custom_thumbnails {
        display: none;
    }
    .flex-direction-nav{
        display: none !important;
    }
    .list_products .information {
        height: auto;
    }
    .list_products .row.item {
        margin-bottom: 10px;
    }
    .list_products .thumbnails {
        height: auto;
        margin-bottom: 60px;
        display: block;
    }
    #home_partners .box-thumbnail img{
        width: 100%;
    }
    #home_strength{
        height: auto;
        padding: 15px 0;
    }
    #home_strength ul{
        flex-wrap: wrap;
    }
    #home_strength li{
        border: 0 !important;
        width: 50%;
        float: left;
        margin: 20px 0;
    }
    .nav-tabs {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px){
    .vtc-box{
        margin: 0 -15px;
        border: 0;
        padding: 20px 15px !important;
    }
    .ha_top_footer h3{
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .ha_bot_footer ul li{
        width: 20%;
        float: left;
        padding: 0 5px;
        margin-left: 0;
    }
    .ha_top_footer .logo img{
        width: 150px;
        margin-bottom: 20px;
    }
    .ha_top_footer a.logo{
        display: block;
        text-align: center;
    }
    .ha_box_header> h2{
        font-size: 24px;
    }
    .ha_box_header> p{
        width: 100%;
        font-size: 14px;
    }
    .vtc-box-new .item h3{
        font-size: 18px;
    }
    #home_partners .box-thumbnail img{
        width: 100%;
    }
    .list_products .information{
        height: auto !important;
        justify-content: start;
        padding: 15px 15px 50px 15px !important;
        margin-bottom: 20px;
    }
    .list_products .information h3 a{
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
    .list_products .information .footer a{
        font-size: 12px;
    }
    .list_products .information .footer a img{
        width: 18px;
        margin-right: 5px;
    }
    .list_products .thumbnails{
        height: auto !important;
    }
    #home_strength{
        height: auto;
        padding: 15px 0;
    }
    #home_strength ul{
        flex-wrap: wrap;
    }
    #home_strength li{
        border: 0 !important;
        width: 50%;
        float: left;
        margin: 20px 0;
    }
    .ajax-right{
         float: none; 
        margin-left: 0;
    }
    .ajax-left img{
        width: 80px !important;
        margin-right: 10px;
    }
    .ajax-product-title{
        font-size: 14px;
    }
}
@media screen and (max-width: 388px){
    .ha_top_header {
        height: auto;
    }
    .ha_top_header .pull-right {
        float: left !important;
    }
    .ha_top_header div > a {
        height: auto;
        line-height: 25px;
    }
}