/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

:root {
    --nv-border-color: #dddddd;
    --nv-image-style-spacing: 20px;
    --nv-inline-image-style-spacing: calc(var(--nv-image-style-spacing) / 2);
    --nv-highlight-marker-blue: hsl(201, 97%, 72%);
    --nv-highlight-marker-green: hsl(120, 93%, 68%);
    --nv-highlight-marker-pink: hsl(345, 96%, 73%);
    --nv-highlight-marker-yellow: hsl(60, 97%, 73%);
    --nv-highlight-pen-green: hsl(112, 100%, 27%);
    --nv-highlight-pen-red: hsl(0, 85%, 49%);
    --nv-font-size-xs: 10px;
    --nv-font-size-sm: 12px;
    --nv-font-size-md: 14px;
    --nv-font-size-lg: 16px;
    --nv-font-size-xxl: 22px;
}

@font-face {
    font-family: 'NukeVietIcons';
    src: url('../fonts/NukeVietIcons.woff2') format('woff2'),
        url('../fonts/NukeVietIcons.woff') format('woff'),
        url('../fonts/NukeVietIcons.ttf') format('truetype'),
        url('../fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    font: normal normal normal 14px/1 NukeVietIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -25%;
}

.icon-horizon {
    width: 14px;
}

.icon-lg.icon-horizon {
    width: 22px;
}

.icon-nukeviet:before {
    content: '\e607';
}

.icon-nukeviet_sm:before {
    content: '\e608';
}

.icon-callcenter:before {
    content: '\e609';
}

.icon-today:before {
    content: '\e600';
}

.icon-qrcode:before {
    content: '\e601';
}

.icon-enter:before {
    content: '\e602';
}

.icon-exit:before {
    content: '\e603';
}

.icon-yahoo:before {
    content: '\e604';
}

.icon-old-phone:before {
    content: '\e606';
}

.icon-icq:before {
    content: '\e605';
}

.icon-viber:before {
    content: '\e60a';
}

.icon_new {
    background: url('../images/icons/new.gif') no-repeat;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.icon_new_small {
    background: url('../images/squared-blue.png') no-repeat 0 8px;
}

.icon_list {
    background: url('../images/arrow_left_orange.png') no-repeat 0 7px;
}

/* Fonts Color */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    /* text-align: right; */
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom,
.mb-2 {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.boder-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left {
    margin-left: 10px !important;
}

.bg-gainsboro {
    background-color: #dcdcdc;
}

.bg-lavender {
    background-color: #eee;
}

ul.list-items {
    padding-left: 0;
}

ul.list-items > li {
    margin-bottom: 10px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px;
}

ul.list-items > li:last-child {
    margin-bottom: 0;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

.centered {
    display: flex;
    justify-content: center;
}

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #de495b;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #68d044;
}

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-top {
    vertical-align: top;
}

ul,
ol {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
 
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
.button, button, input[type=submit], input[type=reset], input[type=button] {
    position: relative;
    display: inline-block;
    background-color: #014f97;
    text-transform: uppercase;
    /* font-size: 16px; */
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
	margin-top: 10px;
    text-shadow: none;
    line-height: 18px;
    padding: 5px 10px;
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.input-group-btn {
    font-size: 14px !important;
}

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
    line-height: 18px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

/* CKEditor 4 contents css */
figure {
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
}

figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}

figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}

.image-center figure.image,
.image-center {
    text-align: center;
    float: none !important;
}

div.image-center,
p.image-center {
    margin-bottom: 10px;
}

figure.article {
    background-color: #939393;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

figure figcaption {
    font-size: 12px;
    font-weight: normal;
}

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit;
}

figure.avatar {
    margin-top: 0 !important;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}

.nv-docviewer {
    margin-bottom: 8px;
}

/* CKEditor 5 supported */
/* Table */
figure.table .ck-table-resized {
    table-layout: fixed;
}

figure.table table {
    overflow: hidden;
}

figure.table td,
figure.table th {
    overflow-wrap: break-word;
    position: relative;
}

figure.table {
    margin: 5px auto 10px auto;
    display: table;
}

figure.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double var(--nv-border-color);
}

figure.table table td,
figure.table table th {
    min-width: 5px;
    padding: 7px;
    border: 1px solid var(--nv-border-color);
}

figure.table table th {
    font-weight: bold;
    border-bottom-width: 2px;
}

figure.table > figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    outline-offset: -1px;
    margin-top: 0;
}

/* Media */
figure.media {
    clear: both;
    margin: 5px 0 10px 0;
    display: block;
    min-width: 10px;
}

/* NV-Media */
figure.nv-media {
    clear: both;
    margin: 5px 0 10px 0;
    display: block;
    min-width: 10px;
}

figure.nv-media video,
figure.nv-media audio {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* Image */
img.image_resized {
    height: auto;
}

figure.image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

figure.image.image_resized img {
    width: 100%;
}

figure.image.image_resized > figcaption {
    display: block;
}

figure.image {
    display: table!important; /* Fix conflicts with Google Docs */
    clear: both;
    text-align: center;
    margin: 5px auto 10px auto;
    min-width: 10px;
}

figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

figure.image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start;
}

figure.image-inline picture {
    display: flex;
}

figure.image-inline picture,
figure.image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
}

figure.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    padding: 7px 7px 0 7px;
    font-size: 13px;
    outline-offset: -1px;
    margin-top: 0;
}

/* Image Style */
.image-style-block-align-left,
.image-style-block-align-right {
    max-width: calc(100% - var(--nv-image-style-spacing));
}

.image-style-align-left,
.image-style-align-right {
    clear: none;
}

.image-style-side {
    float: right;
    margin-left: var(--nv-image-style-spacing);
    max-width: 50%;
}

.image-style-align-left {
    float: left;
    margin-right: var(--nv-image-style-spacing);
}

.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.image-style-align-right {
    float: right;
    margin-left: var(--nv-image-style-spacing);
}

.image-style-block-align-right {
    margin-right: 0;
    margin-left: auto;
}

.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

p + .image-style-align-left,
p + .image-style-align-right,
p + .image-style-side {
    margin-top: 0;
}

.image-inline.image-style-align-left,
.image-inline.image-style-align-right {
    margin-top: var(--nv-inline-image-style-spacing);
    margin-bottom: var(--nv-inline-image-style-spacing);
}

.image-inline.image-style-align-left {
    margin-right: var(--nv-inline-image-style-spacing);
}

.image-inline.image-style-align-right {
    margin-left: var(--nv-inline-image-style-spacing);
}

/* Highlight */
.marker-yellow {
    background-color: var(--nv-highlight-marker-yellow);
}

.marker-green {
    background-color: var(--nv-highlight-marker-green);
}

.marker-pink {
    background-color: var(--nv-highlight-marker-pink);
}

.marker-blue {
    background-color: var(--nv-highlight-marker-blue);
}

.pen-red {
    color: var(--nv-highlight-pen-red);
    background-color: transparent;
}

.pen-green {
    color: var(--nv-highlight-pen-green);
    background-color: transparent;
}

/* Font size */
.text-tiny {
    font-size: var(--nv-font-size-xs);
}

.text-small {
    font-size: var(--nv-font-size-sm);
}

.text-big {
    font-size: var(--nv-font-size-lg);
}

.text-huge {
    font-size: var(--nv-font-size-xxl);
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	
    color: #777;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	font-family: Roboto, sans-serif;
	font-size:16px;
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0e2132;
}

a.dimgray {
    color: #24abe9;
}

a.dimgray:hover {
    color: #0e2132;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #0e2132;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
	color: #24abe9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
h3, .h3 {
    font-size: 16px;
}
.title {
    font-size: 22px;
}

.hometext {
    font-weight: 700;
}

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}

.bodytext p {
    margin-bottom: 15px !important;
}

.bodytext ol {
    list-style-type: decimal !important;
}

.bodytext ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important;
}

.bodytext li {
    margin-bottom: 0 !important;
}

.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}

iframe {
    border: 0;
}

.m-bottom {
    margin-bottom: 10px !important;
}

.wraper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background-color: yellow;
}

.nv-fullbg {
    min-height: 100%;
    background-color: #fff;
}

a.btn {
    color: #fff;
}

.section-header-bar {
    background-image: linear-gradient(to bottom,
            #428bca 0,
            #245682 100%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 100%);
}

/* Header */
#wrapper, #main {
    background-color: #fff;
    position: relative;
}

@-webkit-keyframes stuckMoveDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

@keyframes stuckMoveDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

#wide-nav {
	transition: transform 0.3s ease-in-out;
    
}
#wide-nav.is-sticky {
	-webkit-animation: stuckMoveDown .6s; /* Safari 4.0 - 8.0 */
    animation: stuckMoveDown .6s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	=-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}

.full-width .ubermenu-nav, .container, .row {
    max-width: 1250px;
}
.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.flex-row-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-row-col {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.text-center .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .flex-row {
    height: 100%
}

.flex-col {
    max-height: 100%
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important
}

.flex-center {
    margin: 0 auto
}

.flex-left {
    margin-right: auto
}

.flex-right {
    margin-left: auto
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
 
 

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav, .nav ul:not(.nav-dropdown) {
    margin: 0;
    padding: 0;
}
.nav-small .nav>li>a,.nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal
}
 
.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}
.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-fill {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

 
.nav li:last-child {
    margin-right: 0 !important;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .dark .nav-vertical-fly-out>li>a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: rgba(255,255,255,.8);
	
}
.dark .nav>li>a:hover, .dark .nav>li.active>a, .dark .nav>li>a.active, .nav-dark .nav>li.current>a, .nav-dark .nav>li>a:hover, .nav-dark .nav>li.active>a, .nav-dropdown.dark>li>a:hover, .nav-dropdown.dark .nav-column>li>a:hover, .dark .nav-vertical-fly-out>li>a:hover, .nav-dark a.plain:hover, .nav-dark .nav>li>a.active {
    color: #fff;
	background: transparent;
}
.searchform-wrapper {
    width: 100%;
}
.relative {
    position: relative !important;
}
.is-normal {
    font-weight: normal;
}
.searchform-wrapper form {
    margin-bottom: 0;
}
.searchform {
    position: relative;
}
.col .live-search-results, .header-block .live-search-results, .header .search-form .live-search-results {
    text-align: left;
    color: #111;
    top: 105%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.95);
    position: absolute;
}
.z-top {
    z-index: 9995;
}
.searchform-wrapper .autocomplete-suggestions {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    overflow-y: auto;
	
}
.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    background-color: rgba(0,0,0,.03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    
    border-radius: 99px;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px;
}
.search_categories{
	width:70px;
}
.search_categories:focus{
	
	outline:none
} 


@media (min-width: 850px)
{
	.nav-divided>li {
		margin: 0 .7em;
	}
	[data-show=show-for-medium], .show-for-medium {
		display: none !important;
	}
 
}
 

.header,.header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    -webkit-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s
}

.header-bg-color {
    background-color: rgba(255,255,255,.9)
}

.header-top,.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.header.show-on-scroll,.header.has-transparent,.header.transparent {
    position: absolute
}

.header.show-on-scroll:not(.stuck),.header.transparent:not(.stuck) {
    left: auto;
    right: auto
}

.header.show-on-scroll .header-wrapper {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0
}

.header.show-on-scroll .header-wrapper.stuck {
    visibility: visible;
    opacity: 1
}

.header.transparent .header-wrapper,.header.transparent .header-bg-image,.header.transparent .header-bg-color,.header.transparent .header-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none !important
}

.header-bg-image,.header-bg-color {
    background-position: 50% 0;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.header-top {
    background-color: #014f97;
    z-index: 11;
    position: relative;
    min-height: 40px
}

.header-main {
    height: 110px;
	z-index: 1;
    position: relative;
}

 
.top-divider {
    margin-bottom: -1px;
    border-top: 1px solid currentColor;
    opacity: .1
}

.nav-dark .top-divider {
    display: none
}

.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.sticky-jump .stuck {
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s
}

.sticky-fade .stuck {
    -webkit-animation: stuckFadeIn .6s;
    animation: stuckFadeIn .6s
}

.sticky-shrink .stuck .header-main {
    -webkit-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

.stuck .header-inner,.stuck .logo,.stuck .logo img {
    padding-top: 0;
    margin-top: 0
}

.header-wrapper:not(.stuck) .logo img {
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

.header.show-on-scroll .hide-for-sticky,.stuck .hide-for-sticky {
    display: none
}

.header-wrapper.stuck,.header-shadow .header-wrapper,.layout-shadow #wrapper {
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15)
}
.nav-uppercase>li>a {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
}
.nav > li > a {
    font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: transparent;
    border-color: #428bca00;
    color: #3bc5ff;
}
.dropdown-menu>li>a {
   padding: 10px 20px;
   font-size: 16px;
}
.dropdown.open:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    top:46px;
    right: 50%;
}
.nav > li > a:hover {
    background:none !important;
}
.nav>li.header-divider {
    border-left: 1px solid rgba(0,0,0,.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin: 0 7.5px
}

.nav-dark .nav>li.header-divider {
    border-color: rgba(255,255,255,.1)
}

.header-block {
    width: 100%;
    min-height: 15px
}

.header-full-width .container {
    max-width: 100% !important
}
 
.dark .nav-vertical li li.menu-item-has-children>a, .nav-dark .nav-vertical li li.menu-item-has-children>a, .nav-dark .nav>li.html, .nav-dark .header-button {
    color: #fff;
}

#logo {
    width: 235px;
}
.logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
}
.logo {
    line-height: 1;
    margin: 0;
}
.logo a {
    text-decoration: none;
    display: block;
    color: #446084;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
}
#logo img {
    max-height: 70px;
}
.header-wrapper:not(.stuck) .logo img {
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

/* .lazyload, .lazyloading {
    opacity: 0;
} */
.logo img {
    display: block;
    width: auto;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
@media(max-width: 849px) {
    .header-main li.html.custom {
        display:none
    }
}

@media(max-width: 549px) {
    .nav-mobile>li>a:not(.button) {
        line-height:5em
    }
}
.search-form {
    width: 98%;
}
.searchform .button.icon {
    margin: 0;
}
.form-flat .button.icon {
    
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.icon {
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -2.9em;
}
.form-flat .flex-row .flex-col, .flex-row.form-flat .flex-col {
    padding-right: 4px;
}
#textWidthCalculator {
	position: absolute;
	left: -9999px;
	top: -9999px;
	white-space: nowrap;
}
.header-button {
    display: inline-block;
}
.button.is-outline {
    line-height: 2.19em;
}
.secondary.is-underline, .secondary.is-link, .secondary.is-outline {
    color: #d26e4b;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border: 2px solid currentColor;
    background-color: transparent;
}
.flex-col button, .flex-col .button, .flex-col input {
    margin-bottom: 0;
}
.header-button .button {
    margin: 0;
}
.secondary.is-outline:hover {
    background-color: #d26e4b;
    border-color: #d26e4b;
    color: #fff;
}
 

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}
.header-cart-link:hover {
    background: none !important;
}

 
span+.image-icon {
    margin-left: 10px;
}
.cart-icon {
    display: inline-block;
}
.image-icon {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
}
.current-dropdown .cart-icon strong, .cart-icon:hover strong {
    background-color: #446084;
    color: #fff;
}
.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica,Arial,Sans-serif;
}
.current-dropdown .cart-icon strong:after, .cart-icon:hover strong:after {
    height: 10px;
}
.cart-icon strong:after {
    -webkit-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd;
}
.nav-dropdown-has-shadow .nav-dropdown {
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
 

.nav-dropdown:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
li.current-dropdown>.nav-dropdown, .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: -15px;
}
 
 
.header-bottom {
	background-color: #014f97;

    position: relative;
    min-height: 55px;
}


.nav-spacing-xlarge>li {
    margin: 0 13px;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover, .header:not(.transparent) .header-bottom-nav.nav > li.active > a, .header:not(.transparent) .header-bottom-nav.nav > li.current > a, .header:not(.transparent) .header-bottom-nav.nav > li > a.active, .header:not(.transparent) .header-bottom-nav.nav > li > a.current {
    color: #3bc5ff;
}


.header-vertical-menu__opener {
    background-color: #1e73be;
}
.header-vertical-menu__opener, .header-vertical-menu__fly-out {
    width: 250px;
}
.header-vertical-menu__opener {
    height: 55px;
}
.dark, .dark p, .dark td {
    color: #f1f1f1;
}
.header-vertical-menu__opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 15px;
    width: 250px;
    height: 55px;
    font-weight: 600;
    font-size: .9em;
    background-color: #1e73be;
}
.header-wrapper:not(.stuck) .header-vertical-menu__fly-out {
    -webkit-transition: opacity .25s,visibility .25s;
    -o-transition: opacity .25s,visibility .25s;
    transition: opacity .25s,visibility .25s;
}
.header-vertical-menu__fly-out.has-shadow {
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.header-vertical-menu__opener, .header-vertical-menu__fly-out {
    width: 250px;
}
.header-vertical-menu__fly-out {
    position: absolute;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    background-color: #fff;
}
 
.header-vertical-menu__fly-out .nav-vertical-fly-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding:0;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item {
    position: static;
    margin: 0;
    list-style: none;
	border-bottom:1px #ccc solid;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
	color:#4e657b;
}
.header-vertical-menu__fly-out .nav-top-link {
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>i, .header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>svg, .header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>img {
    margin-right: 10px;
}

.has-dropdown .fa-angle-down {
    font-size: 16px;
    margin-left: .2em;
    opacity: .6;
}

 .header-vertical-menu:hover .header-vertical-menu__fly-out {
    opacity: 1;
    visibility: visible;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a>i.fa-angle-down {
    margin-left: auto;
    margin-right: -0.1em;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
 

.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
    top: 0;
    left: 100% !important;
	min-height: 185px;
}
 


.sub-menu.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top;
}
 
.nav-dropdown>li>a, .nav-column>li>a {
    display: block;
	font-size: 16px;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a {
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3;
	color:#4e657b;
}
 
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgba(0,0,0,.03);
}
.sub-menu li:hover a {
    color: #014F97;
}
 
.header-vertical-menu__title{
	font-size:14px;
}
.header-vertical-menu__icon i.fa-bars{
	font-size: 24px
}
h2.title-center{
	font-size: 26px;
	margin-top: 20px;
}
.bg-gray{
	background:#f3f3f3;
}
.bg-white{
	background:#fff;
}

.banner-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
	width:100%;
 
}

#otherServices1{
	height: 300px;
}

#otherServices2{
	height: 300px;
}
#otherServices3{
	/* height: 200px; */
}
#otherServices3{
	height: 300px;
	/* margin-top: -100px */
}
#otherServices5{
	height: 300px;
	/* margin-top: -100px */
}


#service1{
	height: 400px;
}

#service2{
	height: 300px;
}
#service3{
	height: 200px;
}
#service4{
	height: 300px;
	margin-top: -100px
}
#service5{
	height: 300px;
	margin-top: -100px
}


.banner-grid-wrapper .item {
    background-size: cover;
    background-position: center;
    position: relative;
    flex: 1 1 calc(50% - 20px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
	margin:1px;
}
.banner-grid-wrapper .item h2{
	color:#fff;
	text-transform: uppercase
}
.banner-grid-wrapper .item.large {
    flex: 1 1 calc(50% - 20px);

}

.banner-grid-wrapper .item.small {
    flex: 1 1 calc(25% - 20px);

}

.banner-grid-wrapper .overlay {
    background: rgba(141, 119, 119, 0.343);
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.banner-grid-wrapper .item h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner-grid-wrapper a.detail {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 0;
    text-shadow: none;
    min-height: 2.5em;
    max-width: 100%;
    -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    padding: 5px 15px;
}
 
.banner-grid-wrapper a.detail:hover {
    background: white;
    color: black;
}


.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    
}  

#shops-content .products{
	width:100%;
}
.shops-main-page .products{
	width:100%;

}
.products .navbar {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background-color: #0D60A6;
    color: white;
}
.products .navbar h2 i {
	padding-right: 10px;
}
.products .navbar h2 {
    color: #fff;
	text-transform: uppercase
}
.products .navbar h2 a {
    color: #fff;
	
}

.products .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	margin-left: 15px;
}

.products .menu li {
    margin-right: 20px;
}

.products .menu li a {
    color: white;
    text-decoration: none;
}

.products .view-all {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-left: auto; /* Di chuyển sang bên phải */
}

.products .product-section {
    padding: 20px;
}

.products .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.products .product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px 5px;
    padding: 15px;
    width: calc(20% - 10px);
    box-sizing: border-box;
	position:relative;
}  
@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}

@keyframes shine {
	100% {
		left: 125%
	}
}
.show-on-hover, .hover-slide, .hover-slide-in, .hover-zoom, .hover-zoom-in {
    opacity: 0;
    -webkit-transition: opacity .5s, max-height .6s, -webkit-transform .3s, -webkit-filter .6s;
    transition: opacity .5s, max-height .6s, -webkit-transform .3s, -webkit-filter .6s;
    -o-transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s, -webkit-transform .3s, -webkit-filter .6s;
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: none;
}
.products  .product-card .product-image{
	position:relative;
	overflow:hidden;
}
.products .product-card .product-image:before {
    position: absolute;
    top: 6px;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 94%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
 
.products .product-card .product-image .show-on-hover {
	/* opacity:0; */
	position: relative;
    margin-top: -36px;
    padding: 4px 5px;
	background-color:transparent;
	pointer-events: inherit;
 
}

.products .product-card .product-image:hover .show-on-hover {
	opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
    transform: scale(1) translateZ(0) translateY(0) !important;
    color: #fff; 
	pointer-events: inherit;
}
.products .product-card .product-image .show-on-hover a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    opacity: .95;
    display: block;
    width: 100%;
    padding: 4px 0px 4px 0px;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #446084;
    color: #f1f1f1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    text-align: center;
	pointer-events: inherit;
}

.products .product-card .product-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.products .product-card .product-image img {
    max-width: 100%;
    height: auto;
}

.products .discount {
    background: linear-gradient(-90deg, #ec1f1f 0, #ff9c00 100%);
    color: white;
    padding: 3px 5px;
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 14px;
    border-radius: 3px;
}

.products .product-card h3 {
    font-size: 14px;
    margin: 10px 0;
}
.products .product-card h3 a {
	color: #334862
}
.products .product-card h3 a:hover {
	color: #111111
}
.products .old-price {
    text-decoration: line-through;
    color: #999;
	display:inline-block;
	font-size: 14px;
}

.products .new-price {
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
    color: #111111;
    font-weight: bolder;
	padding-left: 5px;
}






.section.bg-gray{
	/* padding-bottom: 30px; */
}

.abouts{
	width:100%;

}

.abouts h2 {
    color: #003366;
    font-size: 24px;
    margin-bottom: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	overflow:hidden;
}

.reasons {
    flex: 1;
}

.reason {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reason img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.reason h3 {
    color: #24abe9;
    margin: 0;
    font-size: 18px;
}

.reason p {
    margin: 5px 0 0;
    color: #666;
}

.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.supports {
    background-image: url(../images/bg_support.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
	transform: translate3d(0, 0, 0);
}

.support {
    width: 100%;
    padding: 86px 20px;
}

.support-content {
    text-align: center;
    color: #fff;
}

.support-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
	color:#fff;
}

.support-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.support-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

a.support-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #d26e4b;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
	transition: all 0.3s ease;
	border:2px #d26e4b solid;
	font-weight:bold;
	
}
a.support-btn:hover {
	background-color: #d26e4b;
	color: #fff;
}

a.support-btn i {
    margin-right: 5px;
	
}
 
.news.container{
	width:100%;
	padding: 30px 20px;
}
.flickity-prev-next-button {
    top: 35%  !important;
    width: 36px !important;
    height: 30px  !important;
	font-size: 14px;
}
.flickity-prev-next-button.next {
    right: -5px !important;
}
.flickity-button{
	/* background: transparent  !important; */
	
}
.post-item {
    width: 25%;
    counter-increment: carousel-cell;
    padding: 0 10px;
}
.post-thumbnail {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 53%;
    background-position: 50% 50%;
    background-size: cover;
	border: 1px #ccc solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
}
 
.post-thumbnail img {
	max-width: 100%;
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";

}

.post-date {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #446084;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    text-align: center;
}

.post-date .day {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.post-date .month {
    font-size: 12px;
}

.post-content {
    padding: 15px 0px;
}


.post-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}
.post-content h3 a {
	color: #4b4b4b;
    font-weight: normal;
}
.post-content h3 a:hover {
	 
}

.news .text h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news .line {
    max-width: 60px;
    height: 2px;
    background-color: rgb(13, 96, 166);  
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}

.bg-customer{
	width:100%;
	position: relative;
	padding: 60px 0px 20px 0px;

}
.bg-customer .section-bg {
    background-image: url(../images/bg_customer.png);
}
.customers{
	width:100%;
}
.customers h2 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
	font-weight:bold;
}

.testimonials {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.testimonial-item {
    flex: 1;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.testimonial-rating{
	text-align:center;
}
.testimonial-rating span {
    color: #ffcc00;
    font-size: 20px;
}

.customers h3 {
    font-size: 18px;
    color: #007BFF;
	text-align:center;
}

.testimonial-details p.message {
    font-size: 14px;
    color: #777777;
	font-style:italic;
}

.testimonial-author {
    font-weight: bold;
    color: #777777;
    margin-top: 10px;
	text-align: center;
}
.testimonial-author span {
    font-weight: normal;
     
}


.bg {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.bg-loaded {
    opacity: 1;
}
.has-parallax {
    overflow: hidden;
}
[data-parallax-container] {
    overflow: hidden;
}
[data-parallax] {
    will-change: transform !important;
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.section-bg, .section-content {
    width: 100%;
}

section.slider{
	padding-top:0;
	margin:0;
}
.bg-service{
	padding: 30px 20px;
	width:100%;
}
.customerCareServices {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width:100%;
}
.customerCareServices .service {
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box; /* Đảm bảo padding và border không ảnh hưởng đến kích thước */
    margin-bottom: 10px; /* Khoảng cách giữa các hàng */
}

.customerCareServices .service img {
    height: auto;
    margin-right: 15px;
}

.customerCareServices .service .text {
    display: flex;
    flex-direction: column;
}

.customerCareServices .service h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.customerCareServices .service p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.parner{
	width: 100%;
	padding-bottom: 30px;
}


.parner-item {
    width: 20%;
    counter-increment: carousel-cell;
    padding: 0 5px;
	max-height: 130px;
	overflow: hidden;
}

.parner-item .post-thumbnail img{

}
.carousel-parner{
	display:none;
}
.carousel-parner.flickity-enabled{
	display:block;
}

.carousel-parner .flickity-prev-next-button{
	top: 50% !important;
}
.carousel-parner .flickity-prev-next-button.next {
    right: 0px !important;
}



#footer{
	width:100%;
	background-image: url('../images/footer.png')
}
.footer-site{
	width:100%;
	padding: 40px 0px;
}
.footer-content {
	color: #f1f1f1;
    display: flex;
    justify-content: space-between;
}
.footer-column {
    
    padding: 0 10px;
}
.footer-column.f1 {
    flex: 1.5;
	padding-left: 5px;
}
.footer-column.f2 {
    flex: 1.2;
}
.footer-column.f5 {
   padding-right: 5px;
}
.footer-column.f3,.footer-column.f4,.footer-column.f5 {
    flex: 1;
}

/* .footer-column:first-child {
	padding-left: 5px;
}
.footer-column:last-child {
	padding-left: 5px;
} */

.footer-logo {
	max-width: 225px;
    margin-bottom: 10px;
}

.footer-column h3 {
	font-size:20px;
    color: #f1f1f1;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 15px;
}
.footer-column ul li a {
    color: #f1f1f1; 
}
.social-media iframe{
	width:100%;
}
.social-media img,
.certification img {
    max-width: 100%;
    height: auto;
}

.footer-column p {
    margin: 5px 0;
}
.footer-column p.company-name {
    font-weight:bold;
}

.footer-menu {
    background: #5b5b5b;
    padding: 10px;
	text-align:center;
}
.footer-menu.container{
	width:100%;
	text-align:center;
}
.footer-menu ul{
	margin:0;
	padding:0;
}
.footer-menu ul li{
	display:inline-block;
	padding: 0 5px;
	position:relative;
	
}
.footer-menu ul li:after {
    content: '';
    border-right: 1px #919191 solid;
    position: absolute;
    right: -4px;
    height: 10px;
    top: 10px;
}
.footer-menu ul li:last-child:after {
   border-right: none;
}
.footer-menu ul li:first-child{
	padding-left:0;
}
.footer-menu ul li:last-child{
	padding-right:0;
}
.footer-menu ul li a{
	color:#aaa;
	font-size:14px;
	
}
.footer-menu ul li a:hover{
	color:#fff;
	
}

.copyright-footer {
    text-align: center;
    color: #aaa;
    
}

.wrap-menu {
	display: flex;
	align-items: flex-start; /* Căn các phần tử theo chiều dọc trên cùng */
	justify-content:left;
	width:100%;
}

.menu-left, .menu-right {
	margin-right: 10px; /* Khoảng cách giữa các menu */
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 18px !important;
        padding-bottom: 19px  !important;
    }
}


.menu-top {
  /* Các thuộc tính CSS của .menu-top nếu cần */
}

.menu-top .sidebar {
  /* Các thuộc tính CSS của .sidebar nếu cần */
}

.menu-top .sidebar .sidebar-nav {
  /* Các thuộc tính CSS của .sidebar-nav nếu cần */
}

.menu-top .sidebar .sidebar-nav ul {
  display: flex; /* Sử dụng Flexbox để xếp các phần tử li theo hàng ngang */
  justify-content: space-around; /* Tùy chọn sắp xếp khoảng cách giữa các phần tử */
  list-style: none; /* Xóa các dấu chấm trước các mục li */
  padding: 0; /* Xóa khoảng cách thừa */
  margin: 0; /* Xóa khoảng cách thừa */
}

.menu-top .sidebar .sidebar-nav ul li {
  /* Các thuộc tính CSS của li nếu cần */
}

.menu-top .sidebar .sidebar-nav ul li a {
	color:#ddd;
	font-size:16px;
	text-transform:uppercase;
	padding: 0 15px;
}

.menu-top .sidebar .sidebar-nav ul li a:hover {
  /* Các thuộc tính CSS của a khi hover nếu cần */
}
 
.content-detail .section {
    width: 100%;
    padding: 10px 0;
	left: 5px;
}

.panel-primary>.panel-heading, .panel-primary>.panel-heading h3 {
    color: #fff;
	font-size:16px;
    background-color: #1e73be;
    border-color: #1e73be;
}






















 

/* breadcrumb */

.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs-wrap .display {
    height: 35px;
    overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float: left;
    margin: 0 0.5em 0 1em;
}

.breadcrumbs a,
.show-subs-breadcrumbs {
    background-color: #dcdcdc;
    padding: 0.6em 1em;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
    background-color: #a6c8e6;
}

.breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #dcdcdc #dcdcdc #dcdcdc transparent;
    left: -1em;
    padding-right: 1px;
}

.breadcrumbs a:hover:before {
    border-color: #a6c8e6 #a6c8e6 #a6c8e6 transparent;
}

.breadcrumbs a:after,
.show-subs-breadcrumbs:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top-width: 1.5em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #dcdcdc;
    right: -1em;
    padding-right: 1px;
}

.breadcrumbs a:hover:after,
.show-subs-breadcrumbs:hover:after {
    border-left-color: #a6c8e6;
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0px,
            rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open {
    display: block;
}

.subs-breadcrumbs li {
    background-color: #eee;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li,
.subs-breadcrumbs a {
    display: block;
    float: none;
}

.subs-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.subs-breadcrumbs li:not(:last-child) a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}

.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

.fix_banner_left {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    left: 2px;
    display: none;
}

.fix_banner_right {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    right: 2px;
    display: none;
}

/* SECOND NAV */

.second-nav {
    z-index: 3;
}

.second-nav .bg {
    background: #cccccc;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* THIRD NAV */

.third-nav {
    position: relative;
    margin-bottom: 6px;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color: #eeeeee;
    padding: 5px 5px 3px;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
}

.third-nav ul + .current-time {
    float: right;
    margin-top: -35px;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background-color: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: #e6b902;
    border-color: #caa202;
    color: #333333;
}

.headerSearch .form-control,
.headerSearch .btn {
    z-index: 0;
}


.block-default{
	margin-bottom: 15px;
	display:block;
}
.block-default:after{
	content: '';
	display:block;
	clear:both;
}
.block-default .block-heading{
	
}
.block-default .block-heading h3 {
    padding-bottom: 10px;
	position:relative;
}
.block-default .block-heading h3:after {
    content: '';
    width: 50px;
    height: 0px;
    border-bottom: 3px #014f97 solid;
    display: block;
    margin-top: 4px;
}
.block-default .block-heading h3 a{
    letter-spacing: .05em;
    text-transform: uppercase;
	font-weight:bold;
	color:#014f97
}
.block-default .block-heading h3 a:hover{
	
}
.block-default .block-body{
	
}

.recent-blog-posts a {
    line-height: 1.2;
    display: block;
    margin-bottom: 6px;
}

.mr-half {
    margin-right: 15px;
    margin-top: 5px;
}







/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: #428bca;
    border-bottom-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left: 1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left: 4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right: 4px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color: #fff;
}

#menusite .navbar-nav > li > a {
    white-space: nowrap;
}

#menusite .dropdown-menu {
    background-color: #dcdcdc !important;
    border-color: #aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#menusite .dropdown-menu > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#menusite .dropdown-menu > li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu > li > a {
    color: #333;
    line-height: 30px;
    padding: 3px 15px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background: linear-gradient(to bottom, #82b2dc 0%, #428bca 100%) !important;
    color: #fff;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 100%) !important;
    color: #333;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

#menusite .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333;
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* Head-Nav */

.header-nav,
.header-nav-inner {
    color: #dcdcdc;
    position: relative;
}

.header-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

/* .header-nav a {
    color: #dcdcdc;
}

.header-nav a:hover {
    color: #ffffff;
} */
/* 
.header-nav a.button {
    display: block;
    position: relative;
    padding: 8px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #428bca;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}
 */
/* .header-nav a.button.active,
.header-nav a.button:hover,
.header-nav a.button:focus {
    background-color: #245682;
    color: #fff;
} */

/* .header-nav a.button .fa {
    position: relative;
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
    top: 50%;
} */

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position: absolute;
    color: #333 !important;
    background-color: #eee;
    max-width: 485px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

#tip {
    top: 100%;
    right: 0;
    min-height: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip {
    bottom: 25px;
    left: 5px;
    min-height: 51px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .bg,
#ftip .bg {
    padding: 15px;
    border-bottom-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip .bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 10px;
}

#tip .tip-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px -15px -16px;
}

#ftip .ftip-footer {
    margin: 10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

#tip ul {
    margin: 0;
    padding: 0;
}

#tip a {
    color: #333;
}

#tip .socialList a {
    color: #fff;
}

/* Blocks social-icons,contactDefault and personalArea */

.contactDefault {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.social-icons {
    padding-left: 30px;
}

.personalArea {
    padding-left: 50px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    background-size: contain;
}

/* block counter */

.counter.display-table {
    width: 100%;
}

.counter span + span {
    text-align: right;
}

.socialList,
.contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socialList li,
.contactList li {
    display: inline-block;
    margin-right: 10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right: 0 !important;
}

.socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #428bca;
    color: #dcdcdc;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

.enable-animate .socialList li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.socialList li a[href*='facebook']:hover {
    background-color: #3d5d8c;
}

.socialList li a[href*='google']:hover,
.socialList li a[href*='youtube']:hover {
    background-color: #dd4b39;
}

.socialList li a[href*='twitter']:hover {
    background-color: #50a0d7;
}

.socialList li a[href*='feeds']:hover {
    background-color: #ff9900;
}

.socialList li a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Body */

#body {
    background-color: #fff;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #193c5a;
    padding: 10px 0;
    color: #dcdcdc;
}

.footerNav2 .theme-change {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #245682;
    color: #428bca;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    position: relative;
}

.footerNav2 .theme-change span {
    color: #dcdcdc;
    background-color: #428bca;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color: #fff;
    background-color: #428bca;
}

.footerNav2 .theme-change .fa,
.footerNav2 .bttop a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.footerNav2 .theme-change .fa-mobile {
    font-size: 140%;
}

.footerNav2 .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footerNav2 .bttop a {
    display: block;
    background-color: #245682;
    color: #428bca;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}

.footerNav2 .bttop a:hover {
    color: #fff;
    background-color: #428bca;
}

/* Footer */

  

/* Block Footer-Menu */
 

/* Block copyright*/

.copyright {
    color: #dcdcdc;
}

.copyright span a {
    color: #dcdcdc !important;
}

.copyright span a:hover {
    color: #ffffff !important;
}

/* Block Company info */

.company_info {
    padding: 0;
}

.company_info li {
    margin-bottom: 5px;
}

.company_info li:last-child {
    margin-bottom: 0;
}

.company_info .company_name {
    text-transform: uppercase;
    font-weight: 500;
}

.company_info li em {
    text-align: center;

}

.company-map {
    width: 100%;
    height: 300px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0 !important;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

.page .nv-list-item li {
    display: flex;
}

.page .nv-list-item li em {
    position: relative;
    top: 2px;
}

/* sub-list-icon */

.sub-list-icon > li:first-child > *:before,
.cat-icon:before {
    content: ' \f114 ';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.sub-list-icon > li + li > *:before {
    content: ' \f10c ';
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sub-list-icon > li:first-child + li > *:before {
    content: ' \f101 ';
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    max-width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #333333;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #333333;
}

.img-thumbnail {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

.fb-like {
    margin-right: 50px;
}

.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2a6496;
}

.panel-heading {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary > .panel-heading > a {
    color: #fff;
}

.panel-primary > .panel-heading > a:hover {
    color: #dcdcdc;
}

table caption {
    color: #357ebd;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

#sitemodal .close,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

#sb-container {
    z-index: 99999999 !important;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom: 35px;
}

.featured-products > .row:last-child {
    margin-bottom: 0;
}

.featured-products .img-thumbnail {
    margin-top: 3px;
    margin-bottom: 10px;
    background-color: #fff !important;
    border-width: 1px !important;
    padding: 0 !important;
}

.featured-products ul {
    margin: 0;
    padding: 0;
}

.featured-products ul > li {
    margin-bottom: 5px;
}

.featured-products ul > li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px;
}

/* Account Level */

[class^='lev-'],
[class*=' lev-'] {
    display: inline-block;
}

[class^='lev-']:before,
[class*=' lev-']:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.lev-1:before {
    content: ' \f005 \f005 \f005 ';
}

.lev-2:before {
    content: ' \f005 \f005 \f006 ';
}

.lev-3:before {
    content: ' \f005 \f006 \f006 ';
}

.lev-user:before {
    content: ' \f007 ';
}

/* module Contact*/

.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}

/* Block module-menu */

.module-menu {
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
}

.module-menu ul {
    margin: 0;
    padding: 0;
}

.module-menu a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: #428bca;
    background-image: linear-gradient(to right, #428bca 4px, #428bca 4px);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}

.module-menu a:before {
    font-family: 'FontAwesome';
    content: ' \f105 ';
    margin-right: 5px;
}

.module-menu a.home:before {
    content: ' \f07c ';
}

.module-menu a.active {
    background-color: #a6c8e6;
}

.module-menu a:hover,
.module-menu a.active,
.module-menu a:focus {
    color: #333;
    text-decoration: none;
    background-image: linear-gradient(to right,
            #42cac5 4px,
            rgba(0, 0, 0, 0) 4px);
}

.calendar-icon {
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/

.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}
.featured-box h3{
	padding-bottom: 10px;
	font-size: 20px;
}
.detail-flex {
    display: flex;

}
.detail-flex .panel-product-info {
    flex: 8;
    margin-right: 20px;
	border-right: 1px #ddd solid
}
.detail-flex .right-section {
    flex:2;
 
}

.col-inner div.text{
	
}
.col-inner div.text p span{
	display:block;

}
.product-content{
	padding: 0 10px;
}
#trigger-mobile i {
	font-size:25px;
	color: #014f97;
}
#menu-mobile {
    width: 240px;
    z-index: 9999;
    background: #f5f7f7;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-overflow-scrolling: touch;
}
.helper-overflow-hidden #menu-mobile {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
#menu-mobile .account_mobile {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}
.account_mobile .text-center img {
    height: 50px;
    margin-bottom: 10px;
}

#menu-mobile .account_text {
    margin: 0px;
	padding: 0
}

#menu-mobile .account_text li {
    display: inline-block;
    color: rgba(102, 102, 102, .85);
}

#menu-mobile .account_text li a {
    color: rgba(102, 102, 102, .85);
}
#menu-mobile .menu-mobile{
	margin:0;
	padding:0;
}
#menu-mobile .menu-mobile li {
    float: left;
    position: relative;
    width: 100%;
}
#menu-mobile .menu-mobile ul.sub-menu{
	padding: 0 0 0 10px;
	margin:0;
	display:none;
}

#menu-mobile .menu-mobile li a {
    color: rgba(102, 102, 102, .85);
    padding: 10px;
    display: block;
    position: relative;
    padding-right: 20px;
    white-space: inherit;
}
#menu-mobile .menu-mobile li a img{
    /* display:none; */
}
#menu-mobile .menu-mobile li.active>a {
    border-bottom: 0;
}
#menu-mobile .menu-mobile li a i {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px 20px 10px 10px;
}
#menu-mobile .menu-mobile li a i.fa-angle-right.active:before{
	content: "\f107";
}
.nav-top-link.open .dropdown-backdrop{
	display:none;
}
.nav-top-link{
	border-bottom: 1px #ccc solid;
}

button.submit-button i{
	color:#ccc;
}


#shops-content .products .product-card{
	width: calc(25% - 10px)
} 

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
	right: 0;
    z-index: 99999;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #dd3333;
}
.news .carousel{
	margin-bottom:15px;
	border-bottom:1px #ccc solid;
}

.mobile-nav .navbar-toggle {
	margin-right: 0px;
    padding: 0px 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
#search-mobile{
	display:none;
}
@media(min-width: 920px) AND (max-width: 1079px) {
	a{
		font-size: 14px !important
	}
	#top-bar ul li.html_topbar_left{
		font-size: 14px;
	}
	.menu-top .sidebar .sidebar-nav ul li a{
		font-size:14px;
		padding: 0 10px;
	}
	.menu-top .sidebar .sidebar-nav ul li:first-child a{
		padding-left:0;
	}
	.menu-top .sidebar .sidebar-nav ul li:last-child a{
		padding-right:0;
	}
	.socialList li, .contactList li {
		margin-right: 5px;
	}
	.header-button a{
		font-size: 14px;
		padding: 0 10px;
	}
	.header-cart-link{
		font-size: 14px
	}
	.header-main{
		height: auto;
	}
	#menu-site-default > ul.nav > li > a {
		padding: 10px 12px;
	}
	.logo-left .logo {
		margin-left: 0;
		margin-right: 0;
	}
	
}
@media(min-width: 850px) AND (max-width: 919.98px) {
    a{
		font-size: 14px !important
	}
	#top-bar ul li.html_topbar_left{
		font-size: 13px;
	}
	.menu-top .sidebar .sidebar-nav ul li a {
        padding: 0px 5px;
        font-size: 13px !important;
    }
	.socialList li, .contactList li {
		margin-right: 2px;
	}
	
	#menu-site-default > ul.nav > li > a {
		padding: 10px 10px;
	}
	.menu-left, .menu-right {
		margin-right: 0px;
	}
	.header-vertical-menu__opener, .header-vertical-menu__fly-out {
		width: 238px;
	}
	.logo-left .logo {
		margin-left: 0;
		margin-right: 0;
	}
	.bg-customer {
		padding: 20px 0px;
	}
	
}
@media(min-width: 767.98px) AND (max-width: 991.98px) {
	.products .product-card {
		padding: 10px;
		width: calc(25% - 10px);	
	}
}
@media (max-width: 850px) {
    .menu-top {
		display:none !important;
    }
	.header-main{
		height: auto;
	}
	.post-item {
		width: 50%;
		
	}
	.mobile-nav .navbar-toggle{
		display:block;
	}
	#search-mobile{
		display:block;
		padding:10px;
	}
	#search-mobile .searchform .button.icon{
		padding: 10px 15px;
	}
	
}
@media (max-width: 849.98px) {
    [data-show=hide-for-medium], .hide-for-medium, .header-cart-title,.nav>li.header-divider{
        display: none !important;
    }
	.socialList li, .contactList li {
		margin-right: 2px;
	}
	.medium-logo-center .logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px;
    }
	.mobile-nav li a{
		color:#676060;
		font-size: 25px;
	}
	#masthead div.flex-col.flex-right{
		order: 3;
	}
	.medium-logo-center .logo {
        
        margin: 0 5px;
    }
	.header-inner .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
	
	.banner-grid-wrapper .item {
		flex: 1 1 100% !important; 
		margin:0 !important;
	}

	#service1, #service2, #service3, #service4, #service5 {
		height:300px !important;
		margin-bottom: 5px !important;
	}
	.abouts .content{
		display:block;
	}
	.footer-content {
		flex-wrap: wrap;
	}
	.footer-column.f1, .footer-column.f2 {
		/* Mỗi cột chiếm 50% chiều rộng và sẽ nằm trên cùng một hàng */
		flex: 1 1 50%;
	}
	.footer-column.f3, .footer-column.f4{
		flex: 1;
	}
	 
 	
}


@media (max-width: 767.98px) {
    .products .menu{
		display:none;
	}
	.testimonials {
		flex-direction: column;
		padding: 0 15px;
	}
	.bg-customer {
        padding: 30px 0px;
        background-image: url(../images/bg_customer.png);
        background-repeat: no-repeat;
        background-size: cover;
		background-attachment:fixed;
		background-position-x: center;
    }
	.bg-customer .section-bg{
		display:none;
	}
	.customers {
		padding: 0 10px;
	}
	.customers h2{
		font-size:20px;
	}
	#shops-content .products .product-card, .products .product-card {
        width: calc(50% - 20px);
    }
	.detail-flex{
		display:block !important
	}
	.detail-flex .panel-product-info{
		margin-right: 0 !important
	}
	.detail-flex .right-section {
		padding: 10px;
	}
}
@media (max-width: 480px)
{
	.footer-column.f1,.footer-column.f2, .footer-column.f3, .footer-column.f4{
		flex: 1 1 100%;
		
	}
	.footer-column.f2, .footer-column.f3, .footer-column.f4{
		border-top: 1px #ccc solid;
        margin-top: 10px;
	}
	.footer-column h3 {
		padding-top:10px;
	}
}
@media (max-width: 549px)
{
	.header-button-2 .header-button a{
		line-height: 18px;
	}
	.section-content .text{
		padding: 0 10px;
	}
}

/* Media Queries cho màn hình từ 425px đến 768px */
@media (min-width: 425px) and (max-width: 768px) {
	.customerCareServices {
		flex-wrap: wrap; /* Cho phép các phần tử con wrap sang hàng mới */
	}
    .customerCareServices .service {
        flex: 1 1 45%; /* Mỗi thẻ chiếm 45% không gian */
    }
	.customerCareServices .service:nth-child(2),.customerCareServices .service:nth-child(4) {
        justify-content: end;
    }
	
}

/* Media Queries cho màn hình nhỏ hơn 425px */

@media (max-width: 424.98px) {
    .social{
		display:none
	}
	#top-bar .description{
		margin: 0 auto;
	}
	#logo img {
        max-height: 70px;
    }
	.nav>li.header-divider{
		display:none;
	}
	.header-button-2 .header-button a{
		line-height: 18px;
		font-size:12px;
	}
	.post-item {
		width: 100%;
		
	}
	.customerCareServices {
        flex-direction: column; /* Sắp xếp các thẻ theo cột */
    }
    .customerCareServices .service {
        flex: 1 1 100%; /* Mỗi thẻ chiếm toàn bộ chiều rộng */
    }
	.customerCareServices .service {

		width: 100%;
	}
	.footer-content {
		flex-direction: column;
	}
	.footer-column.f1, .footer-column.f3{
		padding: 0 15px;
	}
	.footer-column.f3{
		text-align: left;
		border-top: none;
		padding-top: 0;
	}
	.products .product-card {
        width: calc(100% - 20px);
    }

}
@media (max-width: 374.98px) {
	a.support-btn {
		padding: 8px 10px;
	}
	.header-button-2 .header-button a {
        line-height: 12px;
        font-size: 12px;
    }
}
 
 

 